html,
body {
    font: normal 14px/24px "microsoft yahei", "微软雅黑", Arial;
    color: #555555;
    background-color: #fff;
    height: 100%;
}


/* banner CSS
-------------------------------------------------- */

.banner-layout {
    width: 100%;
    overflow: hidden;
    /* margin-top: 80px; */
}

.banner-layout>img {
    width: 100%;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
}


/* @media(max-width:1199px) {
    .banner-layout {
        margin-top: 50px;
    }
    .banner {
        margin-top: 50px;
    }
} */

.banner .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
}

@media(max-width:992px) {
    .banner .carousel-caption {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .banner .carousel-inner .item img {
        width: 100%;
        height: 220px;
    }
    .banner .carousel-caption.banner01-sj {
        background-size: cover;
    }
    .banner .carousel-caption.banner02-sj {
        background-size: cover;
    }
}

@media(max-width:767px) {
    .banner .carousel-inner .item img {
        width: 100%;
        height: 180px;
    }
}

.banner .carousel-control.left {}

.banner .carousel-control.left:hover {
    background: url("../images/left-b.png") center no-repeat;
}

.banner .carousel-control.right {}

.banner .carousel-control.right:hover {
    background: url("../images/right-b.png") center no-repeat;
}

@media(max-width:992px) {
    .banner .carousel-control {
        display: none;
    }
}

.banner .carousel-caption .banner-text {
    position: relative;
    text-align: left;
}

@media(max-width:992px) {
    .banner .carousel-caption .banner-text {
        display: none;
    }
}

.banner .carousel-caption .banner-text>h1 {
    width: 320px;
    height: 50px;
    line-height: 50px;
    background: rgba(34, 34, 34, 0.9);
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: inline-block;
}


/* news CSS
-------------------------------------------------- */

.news-layout {
    width: 100%;
    height: auto;
    background-color: #ffb5001a;
    padding: 10px 0;
}

.sild-box {
    width: 100%;
    height: 32px;
    overflow: hidden;
}

.news-layout .news-box {
    width: 100%;
    height: auto;
}

.news-box .news-title {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffb500;
}

.news-box .news-content {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #1A1C1D;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 15px 0 20px;
}

.news-box .news-more {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #ffb500;
    margin-right: 10px;
}

@media(max-width:1199px) {
    .news-box .news-title {
        font-size: 14px;
    }
    .news-box .news-content {
        font-size: 14px;
    }
    .news-box .news-more {
        font-size: 14px;
    }
}


/* main CSS
-------------------------------------------------- */

.logistics-layout {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    background-color: #ffffff;
    background-image: url(../images/logistics-bg2x.png);
    background-repeat: no-repeat;
    background-size: 370px 536px;
    background-position: right bottom;
}

.logistics-layout .logistics-item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    cursor: pointer;
}

.layout-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #1A1C1D;
    text-align: center;
    margin-bottom: 10px;
}

.title-link {
    width: 100%;
    height: 2px;
    background-color: #ffb500;
    margin-bottom: 40px;
}

.layout-en {
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
}

.logistics-item .logistics-item-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.logistics-item-icon>img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease-in 0.8s;
}

.logistics-item:hover .logistics-item-icon>img {
    transform: scale(1.3, 1.3);
}

.logistics-item>h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1A1C1D;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 13px;
}

.logistics-item>p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
    text-align: center;
}


/* summary CSS
-------------------------------------------------- */

.search-layout {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #F9FBFC;
    background-image: url(../images/bg2x.png);
    background-repeat: no-repeat;
    background-size: 370px 275px;
    background-position: left bottom;
}

.search-layout .search-box {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.search-box>input {
    display: block;
    flex-grow: 1;
    height: 48px;
    border: 1px solid #D7E0E8;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7C939E;
    padding: 0 20px;
    margin-right: 20px;
}

.search-box .search-but {
    width: 120px;
    height: 48px;
    background-color: #ffb500;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
}


/* summary CSS
-------------------------------------------------- */

.coop-layout {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 40px 0;
}

.coops {
    display: none;
}

.coops .list-li {
    margin-bottom: 20px;
}

.coop-layout img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.coopul {
    display: block;
    width: 100%;
}

.coopul>li {
    width: 170px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media(min-width:1200px) {
    .coops {
        display: none;
    }
    .coopul {
        display: block;
    }
}

@media(max-width:1199px) {
    .coops {
        display: flex;
    }
    .coopul {
        display: none;
    }
}


/* .coopul>li:nth-child(6n) {
    margin-right: 0;
} */

.coopul>li>a {
    display: block;
    width: 100%;
    height: 100%;
}

.coopul>li>a>img {
    width: 100%;
    height: auto;
}


/*  */


/* .carousel-indicators>li:first-child {
    opacity: 1;
}

.carousel-inner .carousel-item:first-child {
    display: block;
} */

.carousel-item>img {
    width: 100%;
    height: 500px;
}

@media(min-width:0px) {
    .carousel-item>img {
        height: 150px;
    }
}

@media(min-width:768px) {
    .carousel-item>img {
        height: 300px;
    }
}

@media(min-width:1200px) {
    .carousel-item>img {
        height: 590px;
    }
}