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

.section-title{
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

.section-title .vc-title{
  font-size: 55px;
  color: #F2F7FC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-title .vc-title.active{
  color: #ffffff;
}
/************banner************/
.section-banner{
  position: relative;
}
.section-banner .img-box img{
  width: 100%;
}
.section-banner .index-banner-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  line-height: 73px;
}
.section-banner .index-banner-content .title{
  position: relative;
  padding-top:100px;
}
.section-banner .index-banner-content .title:before{
  position: absolute;
  content: " ";
  top: 80px;
  left: 0;
  width: 64px;
  height: 6px;
  background: #2269F0;
}
/************公共栏目************/
.section-nav-box ul{
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
  display: flex;
  overflow: hidden;
  position: relative;
  top: -35px;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  padding: 15px 0;
}
.section-nav-box ul li{
  text-align: center;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-nav-box ul li img{
  width: 68px;
  margin-right: 10px;
}
/************公司视频************/
.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{
  padding-top: 100px;
  padding-bottom: 80px;
}
.section-culture .container{
  overflow: hidden;
  padding: 0;
}
.section-culture>div>ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  position: relative;
}
.section-culture>div>ul .logo-company{
  position: absolute;
  left: calc(50% - 78px);
  top: calc(50% - 38px);
  z-index: 5;
}
.section-culture>div>ul li.culture-list{
  width: 48%;
  position: relative;
  margin-bottom: 15px;
}
.section-culture>div>ul li.culture-list>img{
  width: 100%;
}
.section-culture>div>ul li.culture-list:nth-child(2n){
  margin-left: 15px;
}
.section-culture>div>ul li.culture-list .content-box{
  position: absolute;
  padding: 20px 30px;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-culture>div>ul li.culture-list .title-box{
   display: flex;
}
.section-culture>div>ul li.culture-list .title-box .img-box{
  width: 68px;
  height: 68px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.section-culture>div>ul li.culture-list .title-box .title01{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 36px;
}
.section-culture>div>ul li.culture-list .title-box .title02{
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.section-culture>div>ul li.culture-list .desc-box .desc-title{
  margin-top: 5px;
}
.section-culture>div>ul li.culture-list .desc-box .desc-title>strong{
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding: 0 15px;
  position: relative;
}
.section-culture>div>ul li.culture-list .desc-box .desc-title>strong:before{
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #2268F0;
  border-radius: 50%;
}
.section-culture>div>ul li.culture-list .desc-box .desc-title>span{
  font-weight: 400;
  color: #686868;
  line-height: 28px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  padding: 2.5px 5px;
  margin-right: 10px;
}
.section-culture>div>ul li.culture-list .desc-box .tag-contet-box{
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 400px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.section-culture strong{
  color:#2269f0;
}
.section-culture>div>ul li.culture-list .desc-box .tag-contet-box>li{
  margin-bottom: 5px;
}
.section-culture>div>ul li.culture-list .desc-box .tag-contet-box .tag-num-box{
  width: 110px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px dashed #CCCCCC;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin: auto;
}
.section-culture>div>ul li.culture-list .desc-box .tag-contet-box .tag-title-box{
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 28px;
}
/************专业团队************/
.section-team{
  background: url("https://ec-img.eccang.com/www/eccang/img/2021/10/14/ec_1634207302.png") no-repeat;
  background-size: 100% 100%;
  height: 608px;
  padding-top: 68px;
}
.section-team .team-vc-tilte{
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.section-team ul{
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.section-team ul li.list-box{
  text-align: center;
  position: relative;
  width: 24.5%;
}
.section-team ul li.list-box.list-box2{
  text-align: center;
  position: relative;
  width: 47.5%;
}
.section-team ul li.list-box>img{
  width: 100%;
}
.section-team ul li .content-box{
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
.section-team ul li .content-box .title-box{
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 33px;
  padding-bottom: 20px;
  position: relative;
}
.section-team ul li .content-box .title-box:before{
  position: absolute;
  content: " ";
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #2269F0;
}
.section-team ul li .content-box .num-box{
  margin-top: 5px;
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  line-height: 67px;
}





/************发展历程************/
.section-cultures{
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 70px;
}
.section-cultures .layout-center{
  overflow: hidden;
}
.section-cultures .year-nav-box{

  position: relative;
  padding: 0 110px;
}
.section-cultures .year-nav-box .mun-year-nav{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.section-cultures .title-year-box{
  font-size: 24px;
  font-family: DIN-Medium, DIN;
  font-weight: 500;
  margin: 0 15px;
  color: rgba(0, 0, 0, 0.45);

}
.section-cultures .section-culture-swiper{
  margin-top: 60px;
}
.section-cultures .culture-content-box{
  display: flex;
  align-items: flex-start;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 1px;
  /*height: 100%;*/
  padding: 30px;
}
.section-cultures .culture-content-box .culture-year-box{
  font-size: 69px;
  font-weight: 500;
  color: #5A5858;
  position: relative;
  padding-bottom: 20px;
  width: 30%;
}
.section-cultures .culture-content-box .culture-year-box:before{
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 3px;
  background: #2269F0;
}
.section-cultures .culture-content-box .year-box{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.section-cultures .title-year-box.active{
  font-size: 64px;
  font-family: DIN-Medium, DIN;
  color: rgba(42, 125, 225, 0.65);
}

.section-cultures .section-cultures-swiper{
  position: relative;
  padding: 0 75px;
  padding-top: 60px;
}
.section-cultures .swiper-slide{
  height: unset;
}
.section-cultures .swiper-culture .swiper-wrapper{
  height: unset;
  padding-bottom: 2px;
}
.section-cultures .swiper-button-prev{
  background-image:url("https://ec-img.eccang.com/www/eccang/img/2021/07/13/ec_1626170100.png");
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top:64%;
  left: -14px;
}
.section-cultures .swiper-button-next{
  top:64%;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image:url("https://ec-img.eccang.com/www/eccang/img/2021/07/13/ec_1626170123.png");
  right: 0;
}
.section-cultures .culture-box{
  width: 70%;
}
.section-cultures .culture-box p{
  display: flex;
  line-height: 30px;
}
.section-cultures .culture-box p strong{
  position: relative;
  padding-right: 20px;
  width: 64px;
}
.section-cultures .culture-box p strong:before{
  content: " ";
  position: absolute;
  right: 5px;
  top: 8px;
  width: 13px;
  height: 13px;
  border: 2px solid #2269F0;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
.section-cultures .culture-box .span-content-box{
  flex: 1;
  color: rgba(51, 51, 51, 0.85);
  padding-left: 10px;
}
.section-cultures .culture-box p strong:after{
  content: " ";
  position: absolute;
  right: 11px;
  top: 3px;
  height: 100%;
  width: 1px;
  background: #DFE4F0;
  z-index: 1;
}

/****************************************************************/


.section-address {
  background:rgba(242, 247, 252, 1);
  padding-bottom: 100px;
}
.section-address div.address-main-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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: -38px;
  right: 133px;
  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
          ,#2269f0, #5398eb 100%);
  border-radius: 5px;
  background: linear-gradient(180deg,#2269f0, #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{
  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: #000000;
  line-height: 24px;
}
.section-address .right-box ul .address-desc{
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #000000;
  line-height: 24px;
  display: flex;
  align-content: center;
  align-items: self-start;
}
