/**************公用***************/

.section-title{
  font-size: 48px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}
/************banner************/
.section-banner .img-box img{
  width: 100%;
}
/************公共栏目************/
.section-nav-box ul{

  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
  display: flex;
  margin-top: 100px;
  overflow: hidden;
  margin-bottom: 120px;
}
.section-nav-box ul li{
  text-align: center;
  width: 33.33%;
  line-height: 55px;
}

.section-nav-box ul li a{
  width: 100%;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
}
.section-nav-box ul li.active a{
  background: #2a7de1;
  color: #ffffff;
}
.section-nav-box ul li:hover a{
  background: #2a7de1;
  color: #ffffff;
}
/************公司视频************/
.section-video>div.container{
  display: flex;
}
.section-video .left-box{
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section-video .left-box .title-box{
  font-size: 38px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
}
.section-video .left-box .vc-title-box{
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
}
.section-video .left-box .desc-box{
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #828282;
  padding-right: 24%;
  line-height: 24px;
}
.section-video .right-box{
  width: 57%;
}
.section-video .right-box .about-video-box{
  width: 100%;
}
/************企业文化************/
.section-culture .container{
  overflow: hidden;
  padding: 0;
}
.section-culture ul{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.section-culture ul li{
  width: 30%;
  text-align: center;
}
.section-culture ul li .title-box{
  font-size: 18px;
  font-family: DIN, DIN-Bold;
  font-weight: 700;
  color: #2a7de1;
  padding-top: 8px;
}
.section-culture ul li .desc-box{
  padding-top: 20px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: CENTER;
  color: #000000;
}
/************专业团队************/
.section-team,.section-address{
  width: 100%;
  background: #f6F7F9;
  background-image: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321441.png),url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/04/25/ec_1619321431.png);
  background-repeat: no-repeat, no-repeat;
  background-position: -15% -40%, 115% 140%;
  background-size: 30% 60%,30% 60%;
  padding-bottom: 50px;
  transition: all 1s;
  -moz-transition: all 1s;

}
.section-team:hover,.section-address:hover{
  background-position: 0% -16%, 106% 110%;
}
.section-team .section-title{
  position: relative;
}
.section-team .section-title span{
  position: absolute;
  top:0;
  left: 0;
}
.section-team ul{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.section-team ul li{
  width: 30%;
  text-align: center;
  padding: 20px 30px;
  background: #ffffff;
  overflow: hidden;
}
.section-team ul li .title-box{
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #000000;
  position: relative;
  padding: 25px 0;
}
.section-team ul li .title-box:after{
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  width: 36px;
  height: 6px;
  background:#55efd7;
}
.section-team ul li .title-box span{
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 75px;
  color: #f8f8f8;
  z-index: -1;
}
.section-team ul li .num-box{
  border-top: 2px #969798 dashed;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #828282;
  margin-top: 25px;
  position: relative;
}
.section-team ul li .num-box:before{
  content: "";
  position: absolute;
  left: -40px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6F7F9;
}
.section-team ul li .num-box:after{
  content: "";
  position: absolute;
  right: -40px;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f6F7F9;
}
.section-team ul li .num-box span.num{
  font-size: 48px;
  font-family: DIN, DIN-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #2a7de1;
}
.section-team ul li .desc-box{
  margin-top: 16px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #828282;
  line-height: 24px;

}


/************发展历程************/
.section-culture{
  padding-bottom: 100px;
}
.section-culture .layout-center{
  overflow: hidden;
}
.section-culture .swiper-container{
  overflow: unset;
  z-index: 3;
}
.section-culture .section-culture-swiper{
  position: relative;
  padding: 0 75px;
  padding-top: 60px;
}
.section-culture .swiper-slide{
  height: unset;
}

.section-culture .section-culture-swiper:before{
  content: "";
  width: 6%;
  position: absolute;
  left: 0;
  background: rgba(255,255,255,1);
  height: 100%;
  z-index: 4;
}
.section-culture .section-culture-swiper:after{
  content: "";
  width: 10%;
  position: absolute;
  right: 0;
  background: rgba(255,255,255,0.5);
  height: 100%;
  top: 0;
  z-index: 3;
}
.section-culture .section-culture-swiper .swiper-wrapper{
  height: unset;
}
.section-culture .swiper-button-prev{
  background-image:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/13/ec_1626170100.png");
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  top:40%;
  left: -14px;
}
.section-culture .swiper-button-next{
  top:40%;
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-image:url("http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/13/ec_1626170123.png");
  right: 0;
}
.section-culture .culture-line-border-box{

  position: absolute;
  width: 100%;
  border-bottom: 2px #969798 dashed;
  left: 0;
  bottom: 62px;
  z-index: 3;
}
.section-culture .culture-box::-webkit-scrollbar {
  width:4px;
}

.section-culture .culture-box::-webkit-scrollbar-track {
  background: rgb(239, 239, 239);
  border-radius:2px;
}

.section-culture .culture-box::-webkit-scrollbar-thumb {
  background: #2A7DE1;;
  border-radius:2px;
}
.section-culture .culture-box{

  background: rgba(255,255,255,0.5) url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/13/ec_1626164862.png) no-repeat;
  background-position: bottom right;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: LEFT;
  color: #828282;
  line-height: 24px;
  overflow-y: auto;
  height: 295px;
  padding: 15px;
}
.section-culture .title-year-box{
  font-size: 48px;
  font-family: DIN, DIN-Bold;
  font-weight: 700;
  text-align: LEFT;
  color: #2a7de1;
  border-bottom: 2px #969798 dashed;
  margin: 0 15px;
  line-height: 50px;
  padding-bottom: 25px;
}
.section-culture .line-box{
  text-align: center;
}
.section-culture .line-box .year-box{
  font-size: 28px;
  font-family: DIN, DIN-Bold;
  font-weight: 700;
  color: #333333;
  padding-top: 18px;
}
.section-culture .line-box .jian-icon-box{
  padding-top: 35px;
}
.section-culture .line-box .dian-icon-box{
  padding-top: 25px;
}


.section-address div.address-main-box{
  display: flex;
  justify-content: space-between;
}
.section-address .left-box{
  width: 67%;
  position: relative;
  padding-right: 28px;
}
.section-address .left-box img{
  width: 100%;
}
.section-address .left-box .address-map{
  position: absolute;
  bottom: -52px;
  right: 122px;
  width: 300px;
  height: 300px;
}
.section-address .left-box .address-map img{
  width: 20px;
  height: 30px;
}
.section-address .left-box .address-map p{
  background: linear-gradient(
          180deg
          ,#2a7de1, #5398eb 100%);
  border-radius: 5px;
  background: linear-gradient(180deg,#2a7de1, #5398eb 100%);
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 5px 15px;
  width: 114px;
  height: 34px;

}
.section-address .address-img-01{
  position: absolute;
  top: 29px;
  right: 133px;
}
.section-address .address-title-01{
  position: absolute;
  top: -6px;
  right: 110px;
}
.section-address .address-img-02{
  position: absolute;
  top: 30px;
  right: 40px;
}
.section-address .address-title-02{
  position: absolute;
  top: -7px;
  right: -35px;
}
.section-address .address-img-03{
  position: absolute;
  bottom: 156px;
  right: 60px;
}
.section-address .address-title-03{
  position: absolute;
  bottom: 143px;
  right: -57px;
}
.section-address .address-img-04{
  position: absolute;
  bottom: 109px;
  right: 142px;
}
.section-address .address-title-04{
  position: absolute;
  top: 171px;
  right: 166px;
}
.section-address .address-img-05{
  position: absolute;
  bottom: 113px;
  right: 111px;
}
.section-address .address-title-05{
  position: absolute;
  bottom: 98px;
  right: -6px;
}
.section-address .address-img-06{
  position: absolute;
  top: 45px;
  right: 33px;
}
.section-address .address-title-06{
  position: absolute;
  top: 56px;
  right: -83px;
}
.section-address .address-img-07{
  position: absolute;
  top: -65px;
  right: 74px;
}
.section-address .address-title-07{
  position: absolute;
  top: -56px;
  right: -45px;
}
.section-address .right-box{
  width: 40%;
}
.section-address .right-box ul{
  background:url('http://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/07/13/ec_1626158843.png') no-repeat;
  background-size: 100% 100%;
  padding: 30px;
}
.section-address .right-box ul li{
  border-bottom: 1px #7CAADF dashed;
  padding: 10px 0 20px;

}
.section-address .right-box ul .title-box{
  font-size: 18px;
  font-weight: 700;
  text-align: LEFT;
  color: #ffffff;
  line-height: 24px;
}
.section-address .right-box ul .address-desc{
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #ffffff;
  line-height: 24px;
}
