/*.top-box{*/
/*    background-image: url("../img/additionalsupport/banner-bg.png");*/
/*}*/
/*.content-box{*/
/*    width: 100%;*/
/*    height: 600px;*/
/*    padding-top: 70px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    box-sizing: border-box;*/
/*}*/
/*.content-imgBox{*/
/*    width: 680px;*/
/*    height: 460px;*/
/*    margin-right: 50px;*/
/*  	cursor: pointer;*/
/*}*/
/*.content-textBox{*/
/*    width: 710px;*/
/*}*/
/*.textBox-title{*/
/*    font-size: 26px;*/
/*    font-weight: 700;*/
/*    line-height: 37px;*/
/*    color: #000000;*/
/*    margin-bottom: 30px;*/
/*}*/
/*.textBox-text{*/
/*    font-size: 18px;*/
/*    font-weight: 400;*/
/*    line-height: 30px;*/
/*    color: #333333;*/
/*}*/
/*.textBox-bottom{*/
/*    width: 100%;*/
/*    margin-top: 30px;*/
/*    display: flex;*/
/*}*/
/*.info-QR{*/
/*    width: 120px;*/
/*    height: 120px;*/
/*}*/
/*.textBox-info{*/
/*    margin: 0 20px;*/
/*}*/
/*.info-name{*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    line-height: 29px;*/
/*    color: #000000;*/
/*    margin-bottom: 2px;*/
/*}*/
/*.info-name-en{*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    line-height: 24px;*/
/*    color: #000000;*/
/*}*/
/*.info-url{*/
/*    margin-top: 20px;*/
/*    font-size: 16px;*/
/*    font-weight: 500;*/
/*    line-height: 24px;*/
/*    color: #000000;*/
/*}*/
/*@media screen and (max-width: 1600px){*/
/*  .container-public{*/
/*  		width: 85% !important;*/
/*  }*/
/*  .content-imgBox{*/
/*  		width: 40vw;*/
/*    	height: 30vw;*/
/*  }*/
/*  .content-textBox{*/
/*  		width: 45%;*/
/*  }*/
/*}*/

.banner-container {
    background: url(../img/coreBusiness/banner-bg.png) no-repeat;
    background-size: cover;
    height: 552px;
    width: 100%;
    position: relative;
}
.banner-desc {
    position: absolute;
    bottom: 57px;
    left: 240px;
    color: #fff;
}
.banner-title {
    font-size: 50px;
}
.banner-title-zn {
    font-size: 40px;
    font-weight: 200;
}
.nav-header {
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    padding: 0 240px;
    position: sticky;
    left: 0;
    top: 80px;
    /*z-index: 100;*/
}
.nav-header-ul {
    display: flex;
    align-items: center;
}
.nav-header-ul li {
    cursor: pointer;
    margin: 19px 55px 0px 0;
    padding-bottom: 23px;
}
.nav-active {
    border-bottom: 4px solid #0052D9;
}
.padding-tl {
    padding:90px 225px;
}
/* 贸易代理服务  */
.modal-container-title {
    font-size:28px;
    line-height: 45px;
}
.modal-container-label {
    font-size:18px;
    color: #15181D;
    line-height: 48px;
    margin:30px 0;
}
.trade-agency-services img {
    height:527px;
}
/* 产业科技研发 */
.industry-technology-research {
    display: flex;
    background: #F7F8FA;
}
.modal-left {
    /*margin-right:140px;*/
    width: 35%;
}
.industry-technology-research img {
    height:642px;
}
/* 供应链金融赋能 */
.supply-chain-financial-enable {
    background-image: url(../img/coreBusiness/modal-3-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.supply-chain-financial-enable {
    display: flex;
    color: #fff;
}
.supply-chain-financial-enable .modal-container-label {
    color: #fff!important;
}
.supply-chain-financial-enable img {
    width:800px;
    height:500px;
}
.modal-right {
    margin-left:140px;
}
/* 园区运营+仓配流通 */
.warehouse-distribution-circulation {
    display: flex;
    background-image: url(../img/contactus/contact-bg.png);
    position: relative;
    padding: 90px 225px 260px 225px;
}
/*.warehouse-distribution-circulation img {*/
/*    width:800px;*/
/*    height:642px;*/
/*}*/
.global-fresh {
    background: #F2F3FF;
    display: flex;
}
.global-fresh img {
    width:734px;
    height:739px;
}
.China-map{
    position: absolute;
    top: 107px;
    right: 100px;
    width: 982px;
    height: 960px;
    background-image: url("../img/contactus/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.number-box{
    width: 520px;
    height: 400px;
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
}
.number-item{
    min-width: 175px;
    height: 102px;
}
.park-item-number{
    font-size: 50px;
    font-weight: 400;
    line-height: 39px;
    color: #006FBC;
}
.park-item-name{
    font-size: 25px;
    font-weight: 300;
    line-height: 39px;
    color: #666666;
    margin-bottom: 24px;
}
.bigPoint{
    position: absolute;
    width: 30px;
    transition: all 0.5s;
    cursor: pointer;
}
.bigPoint:hover{
    transform: scale(1.25);
}
.smallPoint{
    position: absolute;
    width: 20px;
}
.point-box{
    position: absolute;
    top: 0;
    right: 300px;
    transform: translateX(45%);
    width: 250px;
    padding: 5px 12px;
    box-sizing: border-box;
    background-color: #006FBC;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    opacity: 0;
    text-align: center;
}