.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
body,
html {
  background-color: #ffffff;
}
.main #nav .cr ul li:first-child + li a {
  color: #222222;
}
.main #nav .cr ul li:first-child + li + li a {
  color: #222222;
}
.main .banner {
  width: 100%;
  height: 470px;
  background-image: url(../images/banner3.226a8b9.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
}
.main .tit {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}
.main .tit h2 {
  font-size: 20px;
  font-weight: 800;
}
.main .tit p {
  color: #999999;
}
.main .company .content {
  line-height: 2;
}
.main .team {
  width: 100%;
  height: 730px;
  background-image: url(../images/team-bg.8b116f1.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  padding-top: 38px;
  margin-top: 35px;
}
.main .team .tit {
  margin-top: 0;
}
.main .team .action {
  width: 170px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
  background-color: #25c011;
  border-radius: 10px;
  display: block;
  margin: 50px auto;
}
.main .team ul {
  zoom: 1;
}
.main .team ul:after {
  content: "";
  display: block;
  clear: both;
}
.main .team ul li {
  width: 277px;
  height: 440px;
  margin-right: 20px;
  cursor: pointer;
  padding-bottom: 10px;
}
.main .team ul li .img {
  width: 100%;
  height: 380px;
  position: relative;
}
.main .team ul li .img .hover {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  display: none;
  padding-top: 50%;
}
.main .team ul li .img .hover .name {
  font-size: 16px;
}
.main .team ul li .img .hover .duty {
  margin-top: 5px;
  font-size: 11px;
}
.main .team ul li .img img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .team ul li .describe {
  margin-top: 15px;
  font-size: 13px;
  color: #222222;
  visibility: hidden;
  padding: 0 20px;
}
.main .team ul li:hover {
  border-bottom: 1px solid #dddddd;
}
.main .team ul li:hover .hover {
  display: block;
}
.main .team ul li:hover .hover p {
  color: white!important;
}
.main .team ul li:hover .describe {
  visibility: visible;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main .service {
  margin-bottom: 80px;
}
.main .service .tit {
  margin-bottom: 10px;
}
.main .service ul {
  zoom: 1;
  width: 100%;
}
.main .service ul:after {
  content: "";
  display: block;
  clear: both;
}
.main .service ul li {
  width: 275px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #dddddd;
  margin-right: 20px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
}

