/* banner */
.banner-wrap {
    width: 100%;
    height: 100%;
    max-height: 900px;
    overflow: hidden;
    position: relative;
}

.banner-wrap .banner2 {
    position: relative;
    /* background: url(../img/banner-2-bg.jpg) no-repeat center; */
}

.banner-wrap .banner2 .modal-wrap {
    position: absolute;
    top: 100px;
    width: 100%;
    margin: auto;

    height: 85%;
    display: flex;
    align-items: center;

}

/* #modal { */
    /* width: 795px;
    
    max-height: 900px; */
    /* width: 100%;
    max-width: 1335px;
    max-height: 900px;

    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
} */

/* 货物查询按钮 */
#inquire{
    position: absolute;
    margin: auto;
    z-index: 1000;
    left: 17%;
    top: 65%;
    /* margin: 10px; */
    /* padding: 20px; */
}

#inquire img{
    width: 90%;
}

#inquire-box{
    display: none;
    width: 1410;
    height: 70%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}

#inquire-box #close-buttton{
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px;
    color: red;
    font-size: 14px;
    cursor: pointer;
}

#modal #map {
    width: 480px;
    height: 340px;
    position: absolute;
    /* left: 35px; */
    /* top: 190px; */
}

#modal #map #map_dot_bg {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    background: url(../img/dot.png) no-repeat center;
    background-size: cover;
}


#modal #map svg:first-child {
    z-index: 3;
}

#modal .map-pop {
    background: #0b72b7;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    top: 257px;
    left: 193px;
    width: 93px;
    height: 54px;
    text-align: center;
    font: 13px/15px "Open Sans", Arial, sans-serif;
    padding: 7px 10px 0 10px;
}

#modal .map-pop:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#modal .map-pop:after {
    border-color: rgba(11, 114, 183, 0);
    border-top-color: #0b72b7;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

#modal .average #state_result_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 285px;
    /* max-width: 230px; */
    /* justify-content: center; */
    justify-content: flex-start;
    margin: auto;
}

#modal .average #state_result_list li {
    line-height: 24px;
    font-size: 16px;
    margin: 0px 10px;
    min-width: 50px;
    font-weight: 500;
    text-align: center;
}

#modal .average,
#modal .savings {
    width: 355px;
    height: 340px;
    top: 80px;
    overflow: auto;
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.85);
    border-radius: 4px;
    position: absolute;
    color: #666666;
    right: 3%;
    text-align: center;
    font: bold 14px/16px "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 6px 0px 0px #e6e6e6;
    box-shadow: 0px 6px 0px 0px #e6e6e6;

}


#modal .average .aver_text {
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    color: #333;
}

#modal .average .aver_text::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 0px auto 18px auto;
    background-color: #e0e0e0;

}

#modal .savings {
    top: 356px;
}

#modal .divider {
    height: 36px;
    width: 20px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    bottom: 0px;
    right: 138px;
    bottom: 319px;
}

#modal .source {
    color: #333;
    font: 10px "Open Sans", Arial, sans-serif;
    position: absolute;
    bottom: 170px;
    left: 35px;
}

#modal .bottom {
    bottom: 10px;
    position: absolute;
    text-align: center;
    font: 16px "Open Sans", Arial, sans-serif;
}

#modal .bottom p {
    padding: 0 60px;
}



#modal .bottom .larger {
    font-size: 28px;
    padding: 0;
    margin: 0;
}

#modal .bottom .larger span {
    text-transform: uppercase;
    font-weight: bold;
    color: #1173b2;
}

@media screen and (max-width:1450px) {
    #modal {
        max-width: 1200px;
    }

    /* #inquire {
        max-width: 100%;
    } */

}

@media screen and (max-width:1200px) {
    #modal {
        max-width: 840px;
    }

    /* #inquire{
        max-width: 200px;
    } */

    #modal #map #map_dot_bg {
        background: url(../img/dot_small.png) no-repeat center;
        background-size: cover;

    }


    #modal .average,
    #modal .savings {
        width: 280px;
        height: 280px;
        top: 0px;
        /* right: 220px !important; */
    }

    #modal .average .aver_text {
        font-size: 18px;

    }

    #modal .average #state_result_list li {
        font-size: 16px;
    }
}


.banner-wrap .banner2 .small-show {
    display: none;
    /* background: url(../img/banner-2-small.jpg) no-repeat;     */
}

@media screen and (max-width:780px) {
    .banner-wrap .banner2 .big-show {
        display: none;
    }

    .banner-wrap .banner2 .small-show {
        display: block;
    }

    #inquire{
        width: 120px;
        /* top: 28%; */
    }

}

/* @media screen and (max-width:500px) {
    .banner-wrap .banner2 .small-show {}
} */

.banner-wrap .slick-dots {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 18px;
    margin: auto;
}

.banner-wrap .slick-dots li {
    margin: 0px 8px;
    position: relative;
}

.banner-wrap .slick-dots li button {
    cursor: pointer;
}

.banner-wrap .slick-dots li button {
    background: transparent;
    border: 1px solid white;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    color: transparent;
}

.banner-wrap .slick-dots li button::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 8px;
    margin-right: 2px;
    /* position: relative;
    left: 1px;
    bottom: 17px; */
    position: absolute;
    transform: translate(-50%, 50%);
    left: 9px;
}

.banner-wrap .slick-dots .slick-active button {
    border: 1px solid #ee1d23;
}

.banner-wrap .slick-dots .slick-active button::after {
    background-color: #ee1d23;
}


.banner-wrap .slick-slide img {
    width: 100%;
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 100px;
}

.banner-wrap .banner_3 {
    position: relative;
}

.banner-wrap .banner_3 .text-box {
    position: absolute;
    left: 13%;
    top: 38%;
    color: white;
    font-family: '思源黑体';
}

@font-face {
    font-family: 'fer';
    src: local('fer'), local('fer'), url(../font/banner-font.TTF) format('truetype');
}

.banner-wrap .banner_3 .text-box .title {
    /* font-size: 62px; */
    font-size: 4rem;
    font-family: "fer";
}

.banner-wrap .banner_3 .text-box .title_en {
    font-size: 26px;
}

.banner-wrap .banner_3 .text-box .text p {
    font-size: 34px;
    margin-top: 30px;
}

.banner-wrap .banner_3 .text-box .text span {
    width: 90%;
    height: 10px;
    display: block;
    margin-top: -10px;
    background-color: #a42da9;
}

.banner-wrap .banner_3 .text-box .loading {
    font-size: 22px;
    margin-top: 6px;
}

.banner-wrap .banner_3 .text-box button {
    margin-top: 45px;
}

.banner-wrap .banner_3 .text-box button a {
    color: white;
}

.banner-wrap .banner_3 .text-box button span {
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url(../img/arrow-white.png) no-repeat center;
}

.banner-wrap .banner_3 .text-box button:hover {
    border: 1px solid #ee1d23;
}

.banner-wrap .banner_3 .text-box button:hover a {
    color: #ee1d23;
}

.banner-wrap .banner_3 .text-box button:hover span {
    background: url(../img/arrow-right.png) no-repeat center;
}

@media screen and (max-width:1440px) {
    .banner-wrap .banner_3 .text-box {
        left: 8%;
        top: 38%;
        color: white;
        font-family: '思源黑体';
    }

    .banner-wrap .banner_3 .text-box .title {
        font-size: 3rem;
    }

    .banner-wrap .banner_3 .text-box .title_en {
        font-size: 20px;
    }

    .banner-wrap .banner_3 .text-box .text p {
        font-size: 26px;
    }
}

@media screen and (max-width:980px) {
    .banner-wrap .banner_3 .text-box {
        left: 4%;
        top: 40%;
        color: white;
        font-family: '思源黑体';
    }

    .banner-wrap .banner_3 .text-box .title {
        font-size: 2.5rem;
    }

    .banner-wrap .banner_3 .text-box .title_en {
        font-size: 17px;
    }

    .banner-wrap .banner_3 .text-box .text p {
        font-size: 22px;
    }

    .banner-wrap .banner_3 .text-box .text p {
        margin-top: 30px;
    }

    .banner-wrap .banner_3 .text-box button {
        margin-top: 50px;
    }
}

@media screen and (max-width:500px) {
    .banner-wrap .banner_3 .text-box {
        left: 4%;
        top: 40%;
        color: white;
        font-family: '思源黑体';
    }

    .banner-wrap .banner_3 .text-box .title {
        font-size: 1.8rem;
    }

    .banner-wrap .banner_3 .text-box .text span {
        width: 80%;
    }

    .banner-wrap .banner_3 .text-box .title_en {
        font-size: 12px;
    }

    .banner-wrap .banner_3 .text-box .text p {
        font-size: 14px;
    }

    .banner-wrap .banner_3 .text-box .layui-btn {
        /* wid */
        height: 40px;
        padding: 0px 12px;
    }
}

/* BNNER END */

/* channel */
.channel-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 0px 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #231f20;
    text-align: center;
}

.channel-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.channel-content h2 {
    font-size: 36px;
}

.channel-content h5 {
    color: #555555;
    font-size: 18px;
    padding: 10px 0px;
    line-height: 30px;
    max-width: 950px;
    margin: 0px 15px;
}

.channel-content .divider-car {
    width: 220px;
    height: 25px;
    margin-bottom: 65px;
    background: url(../img/line-car-gray.png) no-repeat center;
}

/* .channel-content  {
    width: 100%;
    height: 100%;
    max-height: 406px;
    background: #ee1d23;
} */
.channel-content .main {
    width: 100%;
    max-width: 1440px;
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.channel-content .main ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}



.channel-content .main ul li {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 49%;
}

.channel-content .main ul img {
    width: 100%;
}

/* .channel-content .main ul img:hover {
    transform: translate(0px, -10px);
    transition: 0.3s;
} */
.channel-content .main ul li:hover {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
    border-radius: 5PX;
    -webkit-box-shadow: #999999;
    box-shadow: #999999;
}

.channel-content .main ul .text-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 60px;
}

.channel-content .main ul .title {
    font-size: 22px;
}

.channel-content .main ul .text {
    font-size: 16px;
    /* line-height: 50px; */
}

.channel-content .main ul p:nth-child(1) {
    margin-bottom: 8PX;
}

.channel-content .main ul p {
    width: 100%;
    color: #333;
}

@media screen and (max-width:680px) {
    .channel-content .main ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .channel-content .main ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    /* .channel-content .main ul img {
        width: 100%;
    } */


}

@media screen and (max-width:980px) {
    .channel-content .main ul .text-wrap {
        top: 30PX;
        padding: 20PX 4PX;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: rgba(236, 236, 236, 0.6);
    }
}



/* end */


/* about */
.about-wrap {

    width: 100%;
    padding-top: 80px;
    padding-bottom: 90px;

    margin-top: 30px;
    background-color: #f8f8f8;
}

.about-container {
    padding: 0px 15px;
    /* height: 1060px; */
    height: 100%;
    text-align: center;
}

.about-container h1 {
    font-weight: bolder;
    font-size: 36px;
    margin-bottom: 15px;
}

.about-container h3 {
    font-size: 18px;
    font-weight: normal;
    max-width: 950px;

    color: #555555;
    padding: 0 0 10px 0px;
    line-height: 30px;
    max-width: 1050px;
    margin: auto;
}

.about-container .wrapper h2 {

    color: #ee1d23;
    font-weight: bolder;
    display: inline-block;
}

.about-container .wrapper .count-text {
    font-size: 18px;
    color: #555555;
}

.divider-line {
    height: 20px;
    background: url(../img/line-car-gray.png) no-repeat center;
}

/* count */
.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

.wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.counter {
    /* background-color: #ffffff; */
    padding: 20px;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.about-container .content {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 580px;
    padding: 45px 10px 45px 35px;
    /* margin-bottom: 90px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 5px 0 #eeeeee;
    box-shadow: 0 4px 5px 0 #eeeeee;
    background-color: white;

    /* max-height: 580px; */
}

.about-container .content .img-wrap {
    width: 100%;
}

.about-container .content .img-wrap img {
    max-width: 765px;
    max-height: 485px;
    min-width: 400px;
    width: 100%;
}

.about-container .content .text-wrap {
    margin-left: 80px;
    text-align: left;
    min-width: 450px;
}

@media screen and (max-width:1020px) {
    .about-container .content .text-wrap {
        margin-left: 25px;
    }
}

@media screen and (max-width:980px) {

    .about-container .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-height: 830px;
        padding: 45px 15px 45px 15px;
    }

    .about-container .content .text-title {
        background: url(../img/about-text-bg.png) no-repeat center !important;
    }

    .about-container .content span {
        background-color: transparent !important;
    }

    .about-container .content .img-wrap img {
        max-width: 550px;
        min-width: 330px;
        margin-top: 30px;
    }

    .about-container .content .text-wrap {
        text-align: center;
        margin-left: 0px;
        min-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .nav .layui-nav {
        border-bottom: 1px solid #999999;
    }
}

@media screen and (max-width:780px) {
    .wrapper {
        max-width: 540px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-container h3 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width:500px) {
    .about-container .content .text-title {
        font-size: 24px !important;
        font-weight: bolder;
        -o-background-size: contain !important;
        background-size: contain !important;
    }

    .about-container .content .text-wrap span {
        margin-bottom: 20px;
    }

    .about-container .content .layui-btn span {
        margin-bottom: 0px;
    }

    .about-container .content {
        max-height: 770px;
    }
}

.about-container .content .text-title {
    font-size: 30px;
    line-height: 75px;
    background: url(../img/about-text-bg.png) no-repeat;
}

.about-container .content span {
    width: 70px;
    height: 1px;
    display: block;
    background-color: #ee1d23;
    margin-bottom: 50px;
}

.about-container .content p {
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.about-container .content .text-1 {
    margin-bottom: 20px;
}

.about-container .content button {
    margin-top: 50px;
    font-size: 16px;
}

.about-container .content button:hover {
    background-color: #ee1d23;
}

.about-container .content button span {
    width: 21px;
    height: 9px;
    display: inline-block;
    margin-bottom: 0px;
    background: url(../img/arrow-right.png) no-repeat center;
}

.about-container .content button:hover a {
    color: white;
}

.about-container .content button:hover span {
    background: url(../img/arrow-white.png) no-repeat center;
}

.about-container .content button img {
    margin: 0 0 4px 8px;
}

.about-container .content button a {
    color: #ee1d23;
    font-size: 14px;

}

.about-container .text-w {
    font-size: 34px;
}

/* ABOUT COUNT END */

/* what  */
.what-wrap {
    width: 100%;
    height: 100%;
    max-height: 645px;
    padding: 120px 15px 120px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    text-align: center;
    background-image: url(../img/waht-bg.png);
}



.what-content {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.what-wrap h2 {
    font-size: 36px;
}

.what-wrap h5 {
    font-size: 18px;
    line-height: 50px;
}

.what-wrap .divider-car {
    width: 220px;
    height: 25px;
    margin-bottom: 65px;
    background: url(../img/line-car.png) no-repeat center;
}

.what-wrap .can-do-wrap {
    width: 100%;
}

.what-wrap .can-do-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.what-wrap .can-do-wrap li:nth-child(1) {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.what-wrap .can-do-wrap li:nth-child(2) {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.what-wrap .can-do-wrap li:nth-child(3) {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.what-wrap .can-do-wrap li:nth-child(4) {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.what-wrap .can-do-wrap li:hover {
    -webkit-transform: translate(0px, -10px);
    -moz-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    -o-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.what-wrap .can-do-wrap li img {
    margin-bottom: 35px;
    width: 84px;
    height: 84px;
}

.what-wrap .can-do-wrap li .c-title {
    font-size: 24px;
    font-weight: 600;
}

.what-wrap .can-do-wrap li span {
    width: 30px;
    height: 1px;
    display: inline-block;
    margin: 20px 0px;
    background-color: white;
}

.what-wrap .can-do-wrap .detail-text {
    font-size: 16px;
}

@media screen and (max-width:500px) {
    .what-wrap {
        padding: 60px 15px 120px 15px;

    }

    .what-wrap .can-do-wrap ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .what-wrap .can-do-wrap ul li {
        padding: 0px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 180px;
        margin-bottom: 30px;
    }

    .what-wrap .can-do-wrap li img {
        width: 48px;
        height: auto;
    }

    .what-wrap .divider-car {
        margin-bottom: 45px;
    }

    .what-wrap .can-do-wrap li img {
        margin-bottom: 20px;

    }

    .what-wrap .can-do-wrap li span {
        margin: 8px 0px;
    }

}

/* WHAT END */

/* company culture */
.com-culture-wrap {
    width: 100%;
    height: 100%;
    padding: 80px 15px 100px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #231f20;
    text-align: center;
}

.cul-content {
    max-width: 1440px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.cul-content h2 {
    font-size: 36px;
}

.cul-content h5 {
    color: #555555;
    font-size: 18px;
    line-height: 50px;
}

.cul-content .divider-car {
    width: 220px;
    height: 25px;
    margin-bottom: 65px;
    background: url(../img/line-car-gray.png) no-repeat center;
}

/* 手风琴 */
.dh ul {
    position: relative;
    overflow: hidden;
    width: 1440px;
    height: 450px;
    /* margin: 0px auto 0; */

}

.dh ul li {
    float: left;
    width: 320px;
    overflow: hidden;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.dh ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.dh ul li .layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(27, 29, 36, 0.0);
    height: 100%;
}

.dh ul li .layer .p1 {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.dh ul li .layer .p1 b {
    font-size: 20px;
    color: white;
    line-height: 50px;
    padding-left: 20px;
}

.dh ul li .layer .p2 {
    position: absolute;
    bottom: 5px;
    text-align: initial;
    right: -450%;
    /* right: -250%; */
}

.dh ul li .layer .p2 b {
    font-size: 20px;
    line-height: 40px;
}

.dh ul li .layer .p2 span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: white;
    line-height: 38px;
    max-width: 465px;
}

.dh ul li .p1 b,
.dh ul li .layer .p1 span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.dh ul li:nth-of-type(2) {
    border-left: 20px solid white;
}

.dh ul li:nth-of-type(3) {
    border-left: 20px solid white;
}

@media screen and (max-width:1450px) {
    .dh ul {
        width: 980px;
        height: 308px;
    }

    .dh ul img {
        width: 520px;
        height: 308px;
    }

    .dh ul li {
        width: 218px;
    }

    .dh ul li:nth-of-type(2) {
        border-left: 10px solid white;
    }

    .dh ul li:nth-of-type(3) {
        border-left: 10px solid white;
    }
}

@media screen and (max-width:980px) {
    .dh ul {
        width: 680px;
        height: 184px;
    }

    .dh ul img {
        width: 362px;
        height: 194px;
    }

    .dh ul li {
        width: 150px;
    }

    .dh ul li .layer .p1 b {
        font-size: 16px;
        line-height: 24px;
        padding-left: 5px;
    }

    .dh ul li .layer .p2 b {
        font-size: 16px;
        line-height: 28px;
    }

    .dh ul li .layer .p2 span {
        font-size: 14px;
        display: block;
        width: 250px;
        word-wrap: break-word;
        line-height: 20px;
        margin-top: 8px;
    }

    .dh ul li:nth-of-type(2) {
        border-left: 9px solid white;
    }

    .dh ul li:nth-of-type(3) {
        border-left: 9px solid white;
    }
}

@media screen and (max-width:680px) {
    .dh ul {
        width: 390px;
        height: 170px;
        /* height: 155px; */
        /* height: 136px; */
        text-shadow: #666 1px 0 10px;
    }

    .dh ul img {
        width: 290px;
        /* width: 210px; */
        height: 170px;
        /* height: 155px; */
    }

    .dh ul li .layer .p1 b {
        line-height: 22px;
    }

    .dh ul li {
        width: 45px;
    }

    .dh ul li .layer .p2 span {
        width: 190px;
    }

    .dh ul li:nth-of-type(2) {
        border-left: 5px solid white;
    }

    .dh ul li:nth-of-type(3) {
        border-left: 5px solid white;
    }
}

.col1 {
    color: #00A39A;
}

.col2 {
    color: #fff;
}

/* -- */

/* .cul-content .cul-carousel {
    max-width: 1440px;
    overflow: hidden;
}
.cul-content .cul-carousel .item{
    position: relative;
}
.cul-content .cul-carousel .text-wrap{
    position: absolute;
    bottom: 0px;
    color: white;
    text-align: left;
    padding-left: 30px;
    padding-bottom: 15px;
}
.cul-content .cul-carousel .text-wrap .title{
    font-size: 20px;
    line-height: 50px;
}
.cul-content .cul-carousel .text-wrap .text{
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}
.cul-content .cul-carousel .slick-current .text-wrap .text{
    display: block;
}
.cul-content .cul-carousel .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 200px;
    top: 200px;
    z-index: 99;
    color: white;
    border: none;
}
.cul-content .cul-carousel .slick-prev::before {
    content: url(../img/arrow-right.png);
    margin-top: 10px;
    display: block;
    transform: rotateY(180deg);
}
.cul-content .cul-carousel .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 1190px;
    top: 200px;
    z-index: 99;
    color: white;
    border: none;
}
.cul-content .cul-carousel .slick-next::before {
    content: url(../img/arrow-right.png);
    margin-top: 10px;
    display: block;
}

.cul-content .cul-carousel img {
    width: 765px;
    height: 450px;
    object-fit: cover;

}
.cul-content .slick-slide{
    margin: 0px 8px;
}
.cul-content .slick-current img {
    width: 765px;
} */

/* COMPANY END */
/* Dedicated */
.dedicated-wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.dedicated-left {
    width: 50%;
    background: url(../img/dedicated-bg.jpg) no-repeat bottom;
    -o-background-size: contain;
    background-size: contain;
}

.dedicated-left .title {
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
    background-color: #3388ff;
    /* background-color: #ee1d23; */
}

.dedicated-left .title .text {
    max-width: 720px;
    width: 100%;
    margin-left: 15px;
}

.dedicated-left .title .til-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/icon-boat.png);
}

.dedicated-left .dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    display: inline-block;
    margin: auto 18px auto 50px;
    background-color: #ee1d23;
}

.dedicated-left .detail-text {
    width: 100%;
    max-width: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: auto;
    font-size: 16px;
}

.dedicated-left .detail-text .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
}

.dedicated-left .detail-text p {
    display: inline-block;
    margin: 15px 0px;
}

@media screen and (max-width:1280px) {
    .dedicated-left .title {
        height: 100px;
    }

    .dedicated-left .title {
        font-size: 28px;
    }
}

@media screen and (max-width:980px) {

    .dedicated-left .detail-text p {
        margin: 20px 0;
    }
}

@media screen and (max-width:780px) {

    .dedicated-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .dedicated-left {
        width: 100%;
    }

    .dedicated-left .detail-text {
        padding-right: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .dedicated-left .dot {
        margin: auto 18px auto 20px
    }

    .dedicated-left .title {
        font-size: 24px;
    }

    .dedicated-left .title .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dedicated-left .title .til-icon {
        margin-right: 5px;
    }

    .dedicated-right {
        width: 100% !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .dedicated-right img {
        width: 100%;
        max-width: 500px;
        margin: auto;
    }
}

.dedicated-right {
    width: 50%;
    max-height: 540px;
}

.dedicated-right img {
    width: 100%;
}

/* Dedicated END */