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

.section-title{
    font-size: 36px;
    font-weight: 600;
    color: #223266;
    line-height: 50px;
    text-align: center;
    padding-top: 24px;
    position: relative;
    z-index: 1;
}
.section-vc-title{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    text-align:center;
    margin-top: 15px;
}
.section-title .vc-title{
    font-size: 40px;
    color: rgba(237, 239, 243, 1);
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(180deg, #E9F2FB 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-color1{
 background:#fff;
}
.bg-color2{
    background:rgba(250, 250, 252, 1);
}
/************banner************/
.section-banner .img-box img{
    width: 100%;
}

/************公司视频************/
.section-video{
    padding: 40px 0 80px;

}
.section-video .main-box{
    display: flex;
    margin-top: 50px;
}
.section-video .left-box{
    width: 50%;
}
.section-video .left-box .about-video-box{
    width: 100%;
}
.section-video .right-box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 40px;
}
.section-video .right-box .title-box{
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;

}
.section-video .right-box .vc-title-box{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}
.section-video .right-box .desc-box{
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.85);
    line-height: 26px;
    text-align:justify;
}

/************企业文化************/
.section-culture{
    padding: 40px 0 80px;
}
.section-culture .main-box{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
.section-culture .main-box .left-box{
    width:50%;
}
.section-culture .main-box .left-box .title-box{
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
}
.section-culture .main-box .left-box .desc-box{
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.85);
    line-height: 26px;
    margin-top: 30px;
    text-align: justify;
}
.section-culture .main-box .left-box .data-box ul{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
.section-culture .main-box .left-box .data-box ul li{

}
.section-culture .main-box .left-box .data-box .num-box{
    font-size: 28px;
    font-weight: bold;
    color: #2468F2;
    line-height: 26px;
}
.section-culture .main-box .left-box .data-box .title{
    margin-top:10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.85);
    line-height: 22px;
}
.section-culture .main-box .right-box{
    width:50%;
   text-align: right;

}
.section-culture .main-box .right-box img{

}

/*****************************************/
.section-history {
  padding:40px 0 80px;
}
.section-history .main-box{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.section-history .main-box .title{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.section-history .main-box .vc-title{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
}

.section-history .main-box .left-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding:45px;
    width: 40%;
}
.section-history .main-box .left-box .img-box{
 margin-top: 36px;
}
.section-history .main-box .right-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 45px;
    width: 56.7%;
}
.section-history .main-box .right-box .content-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;

}
.section-history .main-box .right-box .content-box .pic-box {
    height:220px;
}
.section-history .main-box .right-box .content-box .pic-title{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
}
/************专业团队************/
.section-team{
    padding:40px 0 80px;
}
.section-team .main-box{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;

}
.section-team .main-box li{
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    width:32%;
    text-align:center;
    padding:25px;
    margin-bottom: 20px;
}
.section-team .main-box li .img-box{

}
.section-team .main-box li .title-box{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
}
.section-team .main-box li .desc-box{
    margin-top:15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.85);
    line-height: 28px;
}







/************发展历程************/

.section_beam_road{
    padding:40px 0 80px ;
}
.section_beam_road .main-box{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.section_beam_road .main-box li{
    width:32%;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section_beam_road .main-box li .img-box img{
    width:100%;
}
.section_beam_road .main-box li .content-box{
    padding: 20px 20px 48px;
    flex: 1;
    position: relative;

}
.section_beam_road .main-box li .title-box{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}
.section_beam_road .main-box li .desc-box{
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.85);
    line-height: 28px;
    margin-top: 14px;

}
.section_beam_road .main-box li .desc{
    margin-top:18px;
    font-size: 14px;
    font-weight: 400;
    color: #2468F2;
    line-height: 28px;
    position: absolute;
    left:20px;
    bottom:20px;
}
    /****************************************************/
.section-partner{
    padding:40px 0 80px;
}
.section-partner .h4-vc-title:after{
    content: " ";
    position: absolute;
    background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/tmswms/eccang/img/2021/11/25/ec_1637831859.png) no-repeat;
    background-size: 75px 75px;
    width: 75px;
    height: 75px;
    left: 348px;
    top: -28px;
}
.section-partner .main-box{
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;

}
.section-partner .main-box:after{
    content: " ";
    position: absolute;
    background: url(http://eccang-img.oss-cn-shenzhen.aliyuncs.com/tmswms/eccang/img/2021/11/25/ec_1637831859.png) no-repeat;
    background-size: 120px 120px;
    width: 120px;
    height: 120px;
    left: -66px;
    bottom: -58px;
    z-index: 1;
}
.section-partner .main-box dl{
    display: flex;
    align-items: baseline;
    padding-left: 35px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.section-partner .main-box dl:hover{
    background:rgba(243, 245, 248, 1);
}
.section-partner .main-box dl dt{
    font-size: 16px;
    color:rgba(51, 51, 51, 1);
    font-weight: 500;
}
.section-partner .main-box dl dd{
    margin-left: 25px;
    flex: 1;
}
.section-partner .main-box dl dd ul{
    display: flex;
    flex-wrap: wrap;
}
.section-partner .main-box dl dd ul li{
    width: 120px;
    line-height: 70px;
    margin: 0 5px;
}
.section-partner .main-box dl dd ul.active-channel-box{
    padding-bottom: 20px;
}
.section-partner .main-box dl dd ul.active-channel-box li{
    height: unset;
    line-height: 80px;
}

.section-partner .main-box dl dd ul li img{
    width: 100%;
}

