html,body{
    background: #F1F4F8;
}
.banner{
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/banner/en/jianjie-banner-f334829fcf.jpg") center center no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 420px;
    margin-top: -12px;
}
.footer{
    margin-top: 0;
}
.stats{
    width: 1200px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: -1px 7px 27px 0px rgba(2,104,255,0.05);
    border-radius: 16px;
    margin: -55px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.stats li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stats li strong{
    font-size: 40px;
    color: #142DE0;
    line-height: 26px;
    margin-bottom: 10px;
}
.stats li > span{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.container-1{
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.about-section{
    width: 1200px;
    margin: 0 auto;
    padding: 57px 0 60px 0;
}
.about-section .section-title{
    height: 55px;
    width: 100%;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/help/about-title-a7428f8f9f.png") left top no-repeat;
    position: relative;
    padding-top: 5px;
}
.about-section .section-title h2{
    line-height: 34px;
    font-size: 36px;
    font-weight: bold;
}
.about-section .section-title::after{
    content: "";
    display: block;
    width: 66px;
    height: 6px;
    background: #0268FF;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-content{
    margin-top: 40px;
}
.about-text{
    width: 1200px;
}
.about-text a{
    font-size: 20px;
    display: block;
    text-align: center;
    width: 184px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    color: #142DE0;
    font-weight: bold;
    border: 2px solid #142DE0;
    margin-top: 20px;
}
.about-text h5{
    font-weight: bold;
    font-size: 18px;
}
.about-text p{
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.about-image{
    float: right;
    width: 624px;
    height: 380px;
    margin:0 0 10px 30px;
}
.container-2{
    background: #fff;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 60px;
}
.warehouse-section{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.warehouse-section .section-title h2{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.warehouse-intro{
    text-align: center;
    font-size: 24px;
}
.warehouse-gallery{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}
.warehouse-gallery-1,.warehouse-gallery-2{
    width: 1300px;
    transition: transform 0.3s ease;
}
.warehouse-gallery-2 .gallery-row{
    width: 384px;
}
.gallery-row{
   float: left;
   margin-right: 24px;
   width: 427px;
}
.gallery-item{
    float: left;
    padding-bottom: 24px;
}
.gallery-item.truck {
    position: relative;
}
.gallery-item.truck::after {
    content: "Storage Services";
    position: absolute;
    width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.culture-section{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.culture-section .section-title{
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.culture-card{
    width: 1100px;
    height: 152px;
    padding: 0 50px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: -1px 7px 27px 0px rgba(2,104,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}
.culture-card h3{
    float: left;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    line-height: 80px;
}
.culture-card p{
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}
.culture-row{
    overflow: hidden;
}
.half-width{
    float: left;
    width: 384px;
    height: 260px;
    margin-right: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.half-width:last-child{
    margin-right: 0;
}
.half-width h3{
    height: 36px;
    line-height: 36px;
    margin:60px 0 25px 0;
    flex: 0 0 auto;
}
.half-width p{
    height: 72px;
    line-height: 36px;
}
.gallery-arrow {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-arrow:hover {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.gallery-arrow.prev {
    left: 20px;
}
.gallery-arrow.next {
    right: 20px;
}
.gallery-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    display: block;
}
.gallery-arrow.prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}
.gallery-arrow.next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}
.gallery-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.honor-section {
    width: 100%;
    min-width: 1760px;
    margin: 0 auto;
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/help/rongyubg-6928ce1174.png") center center no-repeat;
    padding: 46px 0;
    height: 574px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.honor-section .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.honor-carousel {
    position: relative;
    width: 1760px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}
.honor-track {
    display: flex;
    transition: transform 0.4s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}
.honor-card {
    width: 336px;
    margin-right: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(2,104,255,0.08);
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.honor-card img {
    width: 336px;
    height: 248px;
    object-fit: cover;
    border-bottom: 1px solid #f0f0f0;
}
.honor-desc {
    padding: 16px 8px 12px 8px;
    font-size: 18px;
    color: #222;
    background: #fff;
    border-radius: 0 0 8px 8px;
}
.honor-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
    border: none;
    outline: none;
}
.honor-arrow.honor-prev { left: 0; }
.honor-arrow.honor-next { right: 0; }
.honor-arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
.honor-arrow.honor-prev::before { transform: rotate(-135deg); margin-left: 4px; }
.honor-arrow.honor-next::before { transform: rotate(45deg); margin-right: 4px; }
.honor-arrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.honor-card:last-child { margin-right: 0; }
.about-image {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.about-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 59px;
    height: 59px;
    border:3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.about-image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 13px 0 13px 22px;
    border-color: transparent transparent transparent #fff;
}

.help_bottom{
    background: url("https://cpstatic.zzchemical.com/static/trade-hub/img/help/en/help_bottom-75426e8d71.png") center top;
    width: 100%;
    min-width: 1760px;
    height: 584px;
}
.bottom{
    margin-top: 0;
    min-width: 1750px;
}
.about-2{
    display: none;
}