.bg-brown{
    background: #FF791F;
}
.bg-red{
    background: #FF2626;
}
.bg-green{
    background: #2EB86A;
}
.bg-grey{
    background: #F7F8FF;
}
.bg-white{
    background: #FFFFFF;
}
.banner-btn-box{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #2268F0;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-icon{
    color: #fff;
    font-size: 14px;
    padding: 2.5px 5px 2.5px 15px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.sign-icon:after{
    content: "";
    position: absolute;
    top: -20px;
    left: -47px;
    transform: rotate(270deg);
    height: 0px;
    width: 68px;
    border-top: 40px solid #fff;
    border-left: 13px solid transparent;


}
.yuyue-main-box{
    text-align: center;
}
.section-list-box{
    padding-top: 70px;
    padding-bottom: 60px;
}

.section-list-box .main-box{
    padding-top: 70px;
}

.section-list-box .h4-title{
    color: #223266;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 1;
}
.section-list-box .h4-title span{
    top: 0;
    left: 0;
    position: absolute;
    font-size: 70px;
    color: #F2F7FC;
    font-weight: 400;
    z-index: -1;
}
.section-list-box .h4-title span.active{
    color: #ffffff;
}
.section-list-box .h4-vc-title{
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-left: 20px;
    text-align: left;
    margin-top: 20px;
    position: relative;
}
.section-list-box .h4-vc-title:after{
    content: " ";
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2021/11/25/ec_1637831859.png") no-repeat;
    background-size: 75px 75px;
    width: 75px;
    height: 75px;
    background-position: center right;
}
.section-list-box .h4-vc-title:before{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 3px solid #2268F0;
    border-radius: 50%;
}

.yuyue-btn-box{
    width: 160px;
    height: 46px;
    opacity: 1;
    background: #2269f0;
    border-radius: 4px;
    line-height:46px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin-right: 20px;

}
a.yuyue-btn-box:focus{
    color: #fff !important;
}
.yuyue-btn-box:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    color: #fff;
}


header {
    background: unset;
    box-shadow: unset;
}
.header-nav-main-box{
   height: 0px;
}

.section-btn{
    width: 148px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #3272F2;
    color: #3272F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-top: 22px;
    position: relative;
    transition: all 0.4s ;
    z-index: 1;
    overflow: hidden;

}
.section-btn svg{
    width: 16px;
    height: 16px;
    margin-left:16px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    fill: #2268f0;
}
.section-btn:before{
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #2268f0;
    z-index: -1;
    content: '';
    transition: all 0.4s ;
    transform: rotate(180deg);
}
.section-btn:hover{
    color: #fff;
}

.section-btn:hover:before{
    width: 100%;
    right: 0px;
}
.section-btn:hover svg{
    fill: #fff;

}
.img-content{
    position: relative;
}
.banner-btn-box-absolute{
    position: absolute;
    top: 360px;
    width: 160px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #fa6903;
    line-height: 48px;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*************banner***********************/

section-banner{
    position: relative;
}
.section-banner .img-box{
    width:100%;
    height: 600px;
    background-size: cover !important;

}
.section-banner .index-banner-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 36px;
    font-weight: 500;
    color: rgb(34, 50, 102);
    line-height: 73px;
    font-size: 24px;
}
.section-banner .index-banner-content .title{
    font-weight: 600;
    padding-top: 10%;
    font-size: 36px;
}
.section-banner .index-banner-content .title> span{

    padding: 2.5px 5px;
}
.section-banner .index-banner-content .vc-title{
    line-height: 68px;
    font-weight: 600;
    font-size: 38px;
}
.section-banner .index-banner-content .vc-min-title{
    font-size: 20px;
}
.section-banner .index-banner-content .index-banner-btn{
    display: flex;
}
.section-banner .index-banner-content .index-banner-btn a{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #2268F0;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-banner .index-banner-content .index-banner-btn a:hover span {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    background: url('/pc/img/banner_icon.svg') no-repeat center;
    background-size: 100%;
}

.section-banner .index-banner-content .index-banner-btn a.right-banner-btn-box{
    background: unset;
    color: rgb(34, 50, 102);
    margin-left: 15px;
}
.section-banner .index-banner-content .index-banner-btn a.right-banner-btn-box img{
    margin-right: 5px;
}
.index-banner-btn a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.section-banner .swiper-pagination-bullet-active {
    background: #fff;
}

.section-banner .swiper-pagination-bullet {
    height: 8px;
    width: 28px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50px;
}
.section-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
/*.section-banner .swiper-button-next{*/
/*    background-image:unset;*/
/*    border-top-left-radius: 20px;*/
/*    border-bottom-left-radius: 20px;*/
/*    right: 0;*/
/*    transform: translateX(40px);*/
/*}*/
/*.section-banner .swiper-button-prev{*/
/*    background-image:unset;*/
/*    border-top-right-radius: 20px;*/
/*    border-bottom-right-radius: 20px;*/
/*    left: 0;*/
/*    transform: translateX(-40px);*/
/*}*/
.section-banner .swiper-button-prev .fa-angle-left{
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: inline-block;

    line-height: 80px;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.section-banner .swiper-button-next .fa-angle-right{
    font-size: 40px;
    width: 100%;
    height: 100%;
    display: inline-block;

    line-height: 80px;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.section-banner .swiper-button-next,.section-banner .swiper-button-prev{
    width: 40px;
    height: 80px;
    background-color: rgba(255,255,255,0.5);
    color: #777777;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    opacity: 1;
    display: none;

}

.section-banner:hover .swiper-button-next,.section-banner:hover .swiper-button-prev{
    transform: translateX(0px);
}
.section-banner .swiper-button-next:hover,.section-banner .swiper-button-prev:hover{
    background-color: rgba(34, 104, 240, 1);
    color: #ffffff;
}
.section-banner .swiper_pagination_home_banner{
    bottom: 60px;
}
.swiper-pagination-bullet{
    background: rgba(34, 50, 102,1);
}
.section-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
    overflow: hidden;
    background: unset;
    background: rgba(0,0,0,0.18);
    opacity:unset;

}
.section-banner .swiper-pagination-bullet.swiper-pagination-bullet-active .span-bullet-active{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 8px;
    animation: swiperPaginationBullet 10s linear forwards;
}
@keyframes swiperPaginationBullet {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 100%;
    }
}

.section-banner .index-banner-content .index-banner-btn .banner-btn-box{
    width: 160px;
    height: 48px;
    border-radius: 4px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background: #fa6903;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**************************************/
.section-efficiency{
    padding-top: 0px;
}
.section-efficiency .description-box{
    position: relative;
    height: 100px;
}
.section-efficiency .description-box ul{
    width: 100%;
    display: flex;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: rgba(34, 50, 102,1);
    height: 100px;
    position: absolute;
    bottom: 50px;
    left: 0px;
    background: #fff;
    z-index: 1;
}
.section-efficiency .description-box ul li{
    width: 25%;
}
.section-efficiency .description-box ul a{
    display: flex;
    padding: 10px 20px;
    text-align: left;
    height: 100%;
    line-height: 38px;

}
.section-efficiency .description-box .img-box{
    margin-right: 20px;
}
.section-efficiency .description-box .img-box img{
  width: 35px;
}
.section-efficiency .description-box .content-box{
    text-align: center;
    width: 100%;
    height: 100%;
    lien-height: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section-efficiency .description-box .content-box .title{
    font-size: 18px;
    font-weight: 600;
    color: #2269f0;
}
.section-efficiency .description-box .content-box .title span{
    font-size: 36px;
}
.section-efficiency .description-box .content-box .title lable{
    font-size: 20px;
    padding: 0 2px;
}
.section-efficiency .description-box ul a:hover .content-box .title{
    /*color: #2269f0;*/
}
.section-efficiency .description-box .content-box .desc{
    font-size: 16px;
    color: rgba(34, 50, 102,0.75);
    line-height: 20px;
    color: #223266;
}

/******************/
.section-efficiency ul.efficiency-box{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
.section-efficiency ul.efficiency-box li{
    width: 23%;
    text-align: left;
    color: rgba(34, 50, 102,1);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    height: 400px;
    border-radius: 4px;
    transition: all ease-in 0.3s;
    background: #fff;
    position: relative;
}
/*
.section-efficiency ul.efficiency-box li:after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-color: #2468F2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}*/
.section-efficiency ul.efficiency-box li:after{
    content: "";
    display: block;
    width: 100%;
    height: 116px;
    background:url('/pc/img/home/bg.png') no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.section-efficiency ul.efficiency-box li:hover{
    margin-top: -20px;
}
.section-efficiency ul.efficiency-box li .img-box{
    font-size: 16px;
    /*width: 120px;*/
    height: 150px;
    line-height: 150px;
    /*background-image: linear-gradient(180deg, #F2F7FC 0%, #F2F7FC 100%);*/
    border-radius: 4px;
    text-align: center;
}
.section-efficiency ul.efficiency-box li .img-box img{
   margin-right: 10px;
}
.section-efficiency ul.efficiency-box li .title-box{
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    height: 50px;
}

.section-efficiency ul.efficiency-box li .desc-box{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    height: 88px;
    color: #223266;
}
.section-efficiency ul.efficiency-box li .btn-box{
    color: #fff;
    text-align: center;
    height:116px;
    line-height: 25px;
    padding-top: 32px;
    font-size: 16px;
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.section-efficiency ul.efficiency-box li .btn-box span{
    font-size: 28px;
}
.section-efficiency ul.efficiency-box li .btn-box .unit{
    font-size: 20px;
}
.section-efficiency ul.efficiency-box li .btn-box a:hover{
    background: #fff;
    color: #2269f0;
    transition: all 1s;
    transform: scale(1.2);
}
/*********************************/

/*********************ECCANG TWMS - 海外仓和跨境物流一体化解决方案*******************/
.section-our-cases-box{
    overflow: hidden;
}
.section-our-cases-box .main-box{
    text-align: left;
    position: relative;
    display: flex;
    flex: 1;
    justify-content: space-between;

}
.section-our-cases-box .main-box .list-box{
    width: 31.5%;
    background: #ffffff;
    padding: 25px 0px 25px 20px;
    display: flex;
    flex-direction: column;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 16px rgba(46, 94, 255, 0.10);
}
.section-our-cases-box .main-box .list-box .title{
    padding-bottom: 18px;
    color: #223266;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-our-cases-box .main-box .list-box .desc .title{
    padding-bottom: 0px;
    color: #223266;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.section-our-cases-box .main-box .list-box .desc .vc-title{
    padding: 6px 0;
}
.section-our-cases-box .main-box .list-box .desc .btn-box{
    color: #1c7cf5;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.section-our-cases-box .main-box .list-box .desc .btn-box:after{
    content: " ";
    width: 12px;
    height: 7.22px;
    background: url(https://ec-img.eccang.com/tmswms/eccang/img/2023/03/22/ec_1679485104.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
}

.section-our-cases-box .main-box .list-box .desc img{
    width:60px;
}
.section-our-cases-box .main-box ul li{
    padding: 12px 0;
    position: relative;
    z-index: 2;
    display: flex;
}
.section-our-cases-box .main-box ul li:first-child{
    padding-top: 0;
}
.section-our-cases-box .main-box ul li:last-child{
    padding-bottom: 0;
}
/*
.section-our-cases-box .main-box ul li a{
    display: flex;
}*/
.section-our-cases-box .main-box .list-box .desc .right-li{
    padding-left: 20px;
}

.section-our-cases-box .h4-vc-title:after{
    content: " ";
    position: absolute;
    background: url(https://ec-img.eccang.com/tmswms/eccang/img/2021/11/25/ec_1637831859.png) no-repeat;
    background-size: 75px 75px;
    width: 75px;
    height: 75px;
    left: 300px;
    top: -40px;
}

/*********************************全面业务场景支持，业绩提效从这里开始*********************************************/
.section-our-products-box{
    position:relative;
    text-align: left;
}

.section-our-products-box .main-box .list-box{
    display: flex;
    align-items: center;
}
.section-our-products-box .main-box .list-box:nth-child(1){
    padding-top: 0px;
}
.section-our-products-box .main-box .list-box .left-box{
    width: 50%;
    z-index:2;
}
.section-our-products-box .main-box .list-box .left-box:nth-child(odd){
    padding-right: 60px;
}
.section-our-products-box .main-box .list-box .left-box:nth-child(2n){
    padding-left: 60px;
}

.section-our-products-box .main-box .list-box .left-box .max-title{
    font-weight: 500;
    font-size: 32px;
    color: #191C27;
    line-height: 45px;
    margin-bottom: 30px;
}
.section-our-products-box .main-box .list-box .left-box .title-list{
    line-height:22px;
    margin-bottom:20px;
}
.section-our-products-box .main-box .list-box .left-box .title{
    font-weight: 500;
    font-size: 16px;
    color: #505668;
    line-height:22px;
    position: relative;
}
.section-our-products-box .main-box .list-box .left-box .desc-box{
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #505668;
    line-height:22px;
}
.section-our-products-box .main-box .list-box .section-btn{
    border-radius: 4px;
    border: 1px solid #2468F2;
    background: #FBFBFF;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #2468F2;
}
.section-our-products-box .main-box .list-box .section-btn:hover{
    background: #3272F2;
    color:#fff;
}
.section-our-products-box .main-box .list-box .right-box{
    position:relative;
    z-index:2;
}
.section-our-products-box .main-box .list-box .right-box img{
    width: 680px;
}
.section-our-products-box-two{
    padding-top: 0px;
}

/*********************************易仓ERP服务哪些业务模式卖家*********************************************/
.section-case-study{
    padding-bottom: 15px;
}

.section-case-study .main-box ul{
    display: flex;
    flex-wrap: wrap;
}
.section-case-study .main-box ul li{
    width: 30%;
    border-radius: 8px;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    display: flex;
    margin-right: 5%;
    margin-bottom: 45px;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all ease-in 0.3s;
}
.section-case-study .main-box ul li:hover{
    margin-top: -20px;
}
.section-case-study .main-box ul li:nth-child(3n){
    margin-right: 0;
}

.section-case-study .main-box ul li .img-box{
    width: 100%;
    height: 197px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
.section-case-study .main-box ul li .img-box img.logo-img{
    width: 150px;
    height: 58px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.67);
}
.section-case-study .main-box ul li .company-name-box{
    padding: 10px 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.section-case-study .main-box ul li:hover .company-name-box{
    color:#4070F4;
}
.section-case-study .main-box ul li .title-box{
    padding: 10px 20px 0 20px;
    font-size: 14px;
    height: 58px;
    letter-spacing: 3px;
}

.section-case-study .main-box ul li .tag-box{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.section-case-study .main-box ul li .left-tag-box span{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.section-case-study .main-box ul li .tag-box .country-tag{
    background: #F0F4FB;
    color: #2268F0;
    padding: 4px 8px;
    border-radius: 16px;
}
.section-case-study .main-box ul li .tag-box .type-tag{
    font-size: 14px;
    font-weight: 400;
    color: #2268F0;
}
.section-case-study .main-box ul li .tag-box .type-tag i{
    transition: all .2s ease;
    margin-left: 4px;

}
.section-case-study .main-box ul li .tag-box .type-tag:hover i{
    transform: translate3d(4px,0,0);
    display:inline-block;
}
.section-case-study .main-box ul li .tag-box .area-tag{
    width: 60px;
    height: 28px;
    color:#2268F0;
    line-height: 28px;
    border: 1px solid #2268F0;
    border-radius: 2px;
}
.section-case-study .main-box ul li .tag-box .right-view-box .left-icon-box{
    margin-right: 5px;
}
.section-case-study .main-box ul li .tag-box .right-view-box img{
    margin-right: 5px;
}
.section-case-study .section-btn{
    margin:0 auto;
}
.section-case-study .news-btn-box{
   padding-bottom:60px;
}
/************************************/
.section-enterprise{
    padding-top: 70px;
    background:url('https://ec-img.eccang.com/www/eccang/img/2022/08/29/eccang_1661757829.png') no-repeat center;
    background-size:100% 576px;
    height:576px;
}

.section-enterprise .main-box .content-list-box:nth-child(2){
    display:none;
}
.section-enterprise .main-box .logo-content-list{
    width: 100%;
    display: flex;
    overflow: hidden;
}

.section-enterprise .main-box .logo-list{
    display: flex;
}
.section-enterprise .main-box .logo-content-list:nth-child(1) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(2) .logo-list{
    animation: paomadengTwo 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(3) .logo-list{
    animation: paomadeng 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-content-list:nth-child(4) .logo-list{
    animation: paomadengTwo 24s linear infinite;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.section-enterprise .main-box .logo-list span{
    width: 180px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(55,85,152,0.07);
    border-radius: 12px;
    margin: 0 20px 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}
.section-enterprise .main-box .logo-list span img{
    max-width: 120px;
    height: auto;
}
@keyframes paomadeng {
    from {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);
    }
}
@keyframes paomadengTwo {
    from {
        transform: translateX(-100%);
        -ms-transform: translateX(-100%); /* IE 9 */
        -moz-transform: translateX(-100%); /* Firefox */
        -webkit-transform: translateX(-100%); /* Safari å’Œ Chrome */
        -o-transform: translateX(-100%);

    }

    to {
        transform: translateX(0%);
        -ms-transform: translateX(0%); /* IE 9 */
        -moz-transform: translateX(0%); /* Firefox */
        -webkit-transform: translateX(0%); /* Safari å’Œ Chrome */
        -o-transform: translateX(0%);
    }
}
.section-enterprise .main-box li:nth-child(2){
    margin-left: -104px;
}

/************************************/
.section-headlines{
    background:url("https://ec-img.eccang.com/www/eccang/img/2022/08/28/eccang_1661672162.png") no-repeat center;
    background-size:100% 100%;
}
.section-headlines .main-box{
    margin-top: 40px;
    display: flex;
    padding: 20px 0;
}
.section-headlines .main-box .left-box{
    width: 70%;
    margin-right: 2%;
}
.section-headlines .main-box .left-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-headlines .main-box .left-box ul li{
    width: 48.5%;
    background: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(55,85,152,0.07);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 16px 30px 12px 16px;
    min-height: 210px;
}
.section-headlines .main-box .left-box ul li:nth-child(3){
    margin-bottom: 0;
}
.section-headlines .main-box .left-box ul li:nth-child(4){
    margin-bottom: 0;
}
.section-headlines .main-box .left-box ul li .img-box{
    font-weight: 500;
    font-size: 16px;
    color: #3073FF;
    line-height: 22px;
}

.section-headlines .main-box .left-box ul li .img-box img{
    width: 32px;
    margin-right: 10px;
}

.section-headlines .main-box .left-box ul li .content-box{
    font-weight: 400;
    font-size: 14px;
    color: #191C27;
    line-height:44px;
}
.section-headlines .main-box .left-box ul li .content-box p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom:rgba(204, 211, 219,0.4) solid 1px;
}

.section-headlines .main-box .left-box ul li .content-box p a{
    font-weight: 400;
    font-size: 14px;
    color: #191C27;
}

.section-headlines .main-box .right-box{
    width: 28%;
    background: #FFFFFF;
    box-shadow: 0 8px 15px 0 rgba(55,85,152,0.07);
    border-radius: 8px;
    padding:16px;
}
.section-headlines .right-box h1{
    line-height: 22px;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    color: #3073FF;
    line-height:32px;
}
.section-headlines .right-box h1 img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.section-headlines .right-box ul{
    margin-top: 15px;
}
.section-headlines .right-box ul li{
    min-height: 128px;
    margin-bottom: 12px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    overflow:hidden;
}
.section-headlines .right-box ul li:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.section-headlines .right-box ul li img{
    width: 100%;
    min-height:184px;
    border-radius: 8px;
}
.section-headlines .right-box ul li:last-child{
    margin-bottom: 0;
}
.section-headlines .right-box .more-btn-box{
    margin-top:16px;
    display:flex;
    align-items: center;
}
.section-headlines .right-box .more-btn-box a{
    margin-left: auto;
    font-weight: 400;
    font-size: 14px;
    color: #505668;
}
.section-headlines .right-box .more-btn-box img{
    width: 16px;
    height: 16px;
    margin-left:8px;

}
.section-headlines .news-btn-box{
    text-align: center;
    margin-top: 22px;
}
.section-headlines .news-btn-box a{
    margin:auto;
}

.hot_action_title{
    display: flex;
    font-weight: 500;
    font-size: 16px;
    color: #3073FF;
    line-height: 32px;
}
.hot_action_title img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.section-headlines .news-btn-box{
    text-align: center;
    margin-top: 22px;
}
.section-headlines .news-btn-box a{
    margin:auto;
}

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

.section-contact{
    height: 140px;
    background: url('https://ec-img.eccang.com/tmswms/eccang/img/2023/03/20/ec_1679297577.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.section-contact .container{
    display:flex;
}
.section-contact ul{
    display: flex;
    width: 75%;
}
.section-contact ul li{
    width: 20%;
    color: #fff;
    text-align: left;
}
.section-contact ul li .num-box{
    font-size:24px;
    font-width: 600;
}
.section-contact ul li .desc-box{
    font-size:14px;
    font-width: 400;
}
.section-contact .contact-btn{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-contact .contact-btn a{
    width: 160px;
    line-height: 50px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    color:#ffffff;
}
.section-contact .contact-btn a:hover{
    color:rgba(54, 136, 235, 1);
    background: #ffffffff;
}


.section-appointment-box{
    background: url("https://ec-img.eccang.com/tmswms/eccang/img/2021/11/22/ec_1637560143.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-appointment-box .h4-title{
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    padding-top: 0;
    text-align: center;
}
.section-appointment-box .h4-vc2-title{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 25px;
}
.section-appointment-box .appointment-btn-box{

    text-align: center;
    margin-top: 50px;
}
.section-appointment-box .appointment-btn-box a{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px;
    line-height: 50px;
    color: #2A7DE1;
    display: inline-block;
    transition: all 1s;
    font-size: 18px;
}
.section-appointment-box .appointment-btn-box a:hover{
    transform: scale(1.05);
}
/*************************************************/
.section-demo-appointment-box{
    background: #F2F7FC;
}
.section-demo-appointment-box .main-box{
    display: flex;
}
.section-demo-appointment-box .main-box>div.left-box{
    width: 65%;
}
.section-demo-appointment-box .main-box .left-box ul{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 50px;
}
.section-demo-appointment-box .main-box .left-box ul li{
    width: 50%;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-demo-appointment-box .main-box>div.right-box{
    width: 35%;
    padding-left: 40px;
}
.section-demo-appointment-box .main-box>div.right-box .appointment-box{
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 30px 20px;
}
.section-demo-appointment-box .appointment_nav{
    border-bottom: 1px solid #E0E0E0;
    border-radius: 1px;
    text-align: center;
    margin-bottom: 30px;
}
.section-demo-appointment-box .appointment_nav a{
    font-size: 18px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
    position: relative;
    width: 48.5%;
    padding: 20px 10px;
}
.section-demo-appointment-box .appointment_nav a.active{
    color: rgba(36, 104, 242, 1);
    border-bottom: 2px solid #2269f0;;
    border-radius: 2px 2px 0px 0px;
}

.section-demo-appointment-box .appointment_nav a img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.section-demo-appointment-box .btn-code {
    width: 90%;
    height: inherit;
    background: #2269f0;
    color: #fff;
    border: 1px solid #2269f0;
    border-radius: 4px;
    margin-left: 20px;
}
.section-demo-appointment-box .layui-btn.submit-box {
    height: 50px;
    background: #2269f0;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    line-height: 50px;
}

.ad-11-paper{
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto;
}
.ad-11-paper .layui-layer-setwin .layui-layer-close2 {

    right: -50px;
    top: -30px;
    width: 35px;
    height: 35px;
    margin-left: 0;
    background-position:unset;
}
.ad-11-paper .layui-layer-setwin .layui-layer-close2:hover{
    background-position:unset;
}
.ad-11-paper .layui-layer-ico {
    background: url(https://eccang-img.oss-cn-shenzhen.aliyuncs.com/www/eccang/img/2021/05/21/ec_1621574190.png) no-repeat;
    background-size: 100%;
}
.ad-11-paper .btn-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom:15px;
    margin: auto;
    display: inline-block;
    width: 112px;
    height: 32px;
    background: #ffffff;
    color: #EE0A07;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}