.banner .swiper-slide {
    position: relative;
}

.banner .swiper-slide .banner-bg {
    padding-bottom: 980px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner .swiper-slide .banner-wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 200px;
    content: '';
    transform: translate(-50%,-50%);
}

.banner .swiper-slide .banner-wrap h3{
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    text-align: center;
}

.banner .swiper-slide .banner-wrap p{
    font-size: 26px;
    line-height: 46px;
    color: #555;
}

.banner .banner-wrap span {
    display: block;
    color: #E8A850;
}

.banner .swiper-button-next {
    background-image: url("../img/icon_03.png");
    margin-right: 64px;
    right: 0;
}

.banner .swiper-button-prev {
    background-image: url("../img/icon_02.png");
    margin-left: 64px;
    left: 0;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: cover;
}

.banner .banner-pag {
    bottom: 30px;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: rgba(236, 130, 9, 0.4);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: rgba(236, 130, 9, 1);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/*******************************************************/
.home-title h3 {
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #222;
    position: relative;
    margin: 0;
    padding-bottom: 20px;
}

.home-title h3:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background-color: #EC8209;
    margin-bottom: 0px;
    margin-left: -40px;
}

.home-title-write h3 {
    color: #fff;
}

.home-article {
    margin: 40px 0 0px;
}

.home-article p {
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: #222;

    font-weight: 100;
}

.home-article.home-article-write p {
    color: #fff;
}

/***********************************/
.about {
    padding: 80px 0 100px;
}

.about .about-items {
    position: relative;
    overflow: hidden;

}

.about .about-items span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.about .about-items p {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-bottom: 7px;
}

.about .about-items p:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: all 0.3s;
}

.about .about-items a:hover p:after {
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
    width: 100%;
}

.about .about-items a:hover span {
    width: 100%;
    background-color: rgba(236, 130, 9, 0.8);
}

/*****************about**********************/
.brand {
    background-image: url("../img/image_06.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.brand .brand-list li {
    max-width: 390px;
    float: left;
    max-height: 242px;
    border: 1px solid #eee;
}

.brand .brand-list a {
    display: block;
    overflow: hidden;
}

.brand .brand-list a img {
    transition: all 0.3s;
}

.brand .brand-list a:hover img {
    transform: scale(1.1);
}

.more {
    text-align: center;
}

.more a {
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    color: #EC8209;
    background-color: #fff;
    display: inline-block;
    margin-top: 40px;
}

.brand .more a:hover {
    background-color: rgba(236, 130, 9, 0.8);
    color: #fff;
}

/********************brand************/
.honor {
    padding: 62px 0 20px;
    background-image: url("../img/image_09.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.honor .home-article p {
    margin: 20px 0 0px;
}

.honor-wrap {
    position: relative;
}

.honor .swiper-slide.swiper-slide-active {
    z-index: 999 !important;
}

.honor .swiper-slide.swiper-slide-active, .honor .swiper-slide-duplicate-active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    z-index: 99;
}

.honor .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.62);
    transform: scale(0.62);
}

.honor .swiper-button-next, .honor .swiper-button-prev {
    width: 26px;
    height: 40px;
}

.honor .swiper-button-next {
    background-image: url("../img/icon_05.png");
    right: 0;
    margin-right: -30px;
}

.honor .swiper-button-prev {
    background-image: url("../img/icon_04.png");
    left: 0;
    margin-left: -30px;
}

/***************honor***************************/
.news {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/image_10.jpg");
    padding: 80px 0 105px;
}

.news .news-image {
    overflow: hidden;
}

.news .news-image img {
    transition: all 0.5s;
}

.news .news-article {
    background-color: #fff;
    padding: 30px;
}

.news .news-article h3 {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    color: #222;
}

.news .data {
    font-size: 0;
    line-height: 1;
    margin-top: 10px;
}

.news .data span {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #666;
    padding-left: 18px;
}


.news .data .time {
    background: url("../img/icon_06.png") no-repeat left;
}

.news .data .read {
    background: url("../img/icon_07.png") no-repeat left;
    margin-left: 20px;
}

.news a:hover .news-image img {
    transform: scale(1.1);
}

.news a:hover .news-article h3 {
    color: #EC8209;
}

/******************news****************************/
.partner {
    background-image: url("../img/image_13.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.partner .parrner-items {
    cursor: pointer;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.partner .parrner-items:hover {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
    .banner .swiper-slide .banner-bg {
        padding-bottom: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .banner .swiper-slide .banner-wrap {
        width: auto;
        height: auto;
        top: 20%;
        left: 50%;
    }
    .banner .swiper-slide .banner-wrap {
        width: 320px;
        height: auto;
        bottom: 5%;
        top: auto;
        left: 50%;
    }
    .banner .swiper-slide .banner-wrap h3{
        text-align: left;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .banner .swiper-slide .banner-wrap p{
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }
    .banner .swiper-button-prev {
        margin-left: 10px;
    }

    .banner .swiper-button-next {
        margin-right: 10px;
    }

    .banner .banner-wrap span {
        font-size: 14px;
        line-height: 22px;
    }

    .banner .banner-pag {
        bottom: 10px;
    }

    .about {
        padding: 40px 0;
    }

    .home-title h3 {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }

    .home-article p {
        font-size: 14px;
        line-height: 26px;
    }

    .home-article {
        margin: 20px 0 30px;
    }

    .home-article p br {
        display: none;
    }

    .about .about-items {
        text-align: center;
        max-width: 370px;
        margin: 10px auto 0;
    }

    .about .about-items p {
        font-size: 22px;
        line-height: 28px;
    }

    .brand {
        padding: 40px 0;
    }

    .brand .brand-list li {
        display: none;
    }

    .brand .brand-list li:nth-child(-n+3) {
        display: block;
        margin-top: 10px;
    }

    .more a {
        margin-top: 30px;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }

    .honor {
        padding: 30px 0 20px;
    }

    .news {
        padding: 40px 0;
    }

    .news .row > div {
        margin-top: 15px;
    }

    .news .news-article {
        padding: 15px;
    }

    .news .news-article h3 {
        font-size: 16px;
    }

    .news .data {
        margin-top: 5px;
    }

    .news .data span {
        font-size: 12px;
        line-height: 19px;
    }

    .news .data .time {
        background-size: 14px;
    }

    .news .news-items {
        max-width: 370px;
        margin: auto;
    }

    .partner {
        padding: 40px 0;
    }

    .partner .parrner-items {
        margin-bottom: 15px;
    }

    .news-list .row > div {
        display: none;
    }

    .news-list .row > div:first-child {
        display: block;
    }
}