html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
}

body .container {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    left: 30px;
    right: auto;
}


/* 分页器 */

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    height: 42px;
    padding-top: 5px;
    opacity: 1;
    background: none;
}

.parts-pagination i {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #b5b5b5;
}



.swiper-pagination-bullet:hover i {
    background: #c50008;
}

.swiper-pagination-bullet:hover span {
    display: block;
}

.parts .swiper-pagination-bullet-active i {
    background: #c50008;
}

.head-btn {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    width: 36px;
    height: 98px;
    padding-top: 30px;
    text-align: center;
    background: #f2f2f2;
    cursor: pointer;
}

.head-btn img {
    transition: 0.6s;
}

.head-btn.active img {
    transform: rotateY(180deg);
}


/* 首页标题 */

.part-title {
    padding: 150px 0 20px;
    text-align: center;
}

.plus {
    padding: 60px 0 0 0;
    text-align: center;
}



/* 第一部分 */

.part1 {}

.banner {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .container {
    position: relative;
    height: 100%;
}

.banner-img {
    position: absolute;
    z-index: 1;
}

.banner-img img {
    width: 408px;
    height: 320px;
}

.banner-img1 {
    left: 0;
    top: 180px;
    transform: translate3d(0, 100%, 0);
    opacity: 0;
}

.banner-img2 {
    left: 418px;
    top: 180px;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}

.banner-img3 {
    left: 0;
    top: 510px;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.banner-img4 {
    left: 418px;
    top: 510px;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
}

.banner-font {
    position: absolute;
    right: 0;
    top: 220px;
}

.banner-font img {
    width: 216px;
    height: 410px;
}




/* 第二部分 */

.part2 {
    background: url('../images/part2_bg.jpg') no-repeat center 0;
    background-size: cover;
}

.part2 .part-title {
    opacity: 0;
}

.part2-content {
    position: relative;
    padding-left: 200px;
}

.part2-left {
    position: absolute;
    left: 30px;
    top: 0;
    opacity: 0;
    animation-delay: 2s;
}

.part2-right {
    width: 868px;
    height: 350px;
    padding: 90px 45px;
    background: url('../images/part2_content_bg.png') no-repeat 0 0;
    opacity: 0;
    animation-delay: 1s;
}

.part2-right p {
    font: 400 14px/24px '微软雅黑';
    color: #000;
    text-align: justify;
}

.part2-img2 {
    position: absolute;
    right: 30px;
    top: 400px;
    animation-delay: 3s;
    opacity: 0;
}

.part2 .plus {
    animation-delay: 3s;
    opacity: 0;
}



/* 第三部分 */

.part3 {
    background: url('../images/part3_bg.jpg') no-repeat center 0;
    background-size: cover;
}

.part3-kind {
    text-align: center;
    font-size: 0;
}

.part3-kind .part3-kind-li {
    display: inline-block;
    width: 140px;
    margin: 0 3px;
}

.part3-kind .part3-kind-li a {
    display: block;
    padding-bottom: 15px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
}

.part3-kind-li span {
    display: block;
    background: #444141;
    border-radius: 15px;
}

.part3-kind .part3-kind-li.active a {
    background: url('../images/san.png') no-repeat center bottom;
}

.part3-kind .part3-kind-li.active span {
    background: #1cb03a;
}
.part3-kind .part3-kind-li:hover a {
    background: url('../images/san.png') no-repeat center bottom;
}

.part3-kind .part3-kind-li:hover span {
    background: #1cb03a;
}

.part3-content {
    padding-top: 20px;
}

.part3-content .marquee {
    overflow: hidden;
    position: relative;
    z-index: 10;
    height: 390px;
    padding: 0;
}

.part3-content .marquee ul {
    position: absolute;
    left: 0;
    top: 20px;
    width: 200%;
}

.part3-content .marquee ul li {
    float: left;
    width: 300px;
    height: 380px;
    padding: 0 5px;
}

.part3-content li a {
    display: block;
    padding: 20px 20px 0 0;
    background: #1db03b;
}

.part3-content li a span {
    background: #1cb03a;
}

.part3-content li a img {
    width: 100%;
}

.part3-li-wrap {
    position: relative;
    padding: 20px;
    background: url('../images/quan.png') no-repeat 10px 15px;
}

.part3-content li a .jian {
    position: absolute;
    right: 0;
    top: 30px;
}

.part3-content li a .jian img {
    width: auto;
}

.pic-name {
    font: 400 18px/24px '微软雅黑';
    color: #fff;
}

.pic-weight {
    font: 400 14px/24px '微软雅黑';
    color: #a8fa37;
}

.part3-content li a:hover {
    background: url('../images/bo.jpg') 0 0;
}

.part3-content li a:hover .pic-weight {
    color: #fff;
}




/* 第四部分 */

.part4 {
    background: url('../images/part4_bg.jpg') no-repeat center 0;
    background-size: cover;
}

.part4 .part-title {
    opacity: 0;
}

.part4-content {}

.part4-content ul {
    width: 1120px;
    margin: 0 auto;
}

.part4-content li {
    float: left;
    width: 160px;
    height: 520px;
    background: no-repeat center 80px;
    border-right: 1px solid #915401;
    cursor: pointer;
    opacity: 0;
}

.part4-content li:nth-child(1) {
    border-left: 1px solid #915401;
    background-image: url('../images/part4_img1.png');
    animation-delay: 0.6s;
}

.part4-content li:nth-child(1):hover {
    background-image: url('../images/part4_img1a.png');
}

.part4-content li:nth-child(2) {
    background-image: url('../images/part4_img2.png');
    animation-delay: 0.8s;
}

.part4-content li:nth-child(2):hover {
    background-image: url('../images/part4_img2a.png');
}

.part4-content li:nth-child(3) {
    background-image: url('../images/part4_img3.png');
    animation-delay: 1s;
}

.part4-content li:nth-child(3):hover {
    background-image: url('../images/part4_img3a.png');
}

.part4-content li:nth-child(4) {
    background-image: url('../images/part4_img4.png');
    animation-delay: 1.2s;
}

.part4-content li:nth-child(4):hover {
    background-image: url('../images/part4_img4a.png');
}

.part4-content li:nth-child(5) {
    background-image: url('../images/part4_img5.png');
    animation-delay: 1.4s;
}

.part4-content li:nth-child(5):hover {
    background-image: url('../images/part4_img5a.png');
}

.part4-content li:nth-child(6) {
    background-image: url('../images/part4_img6.png');
    animation-delay: 1.6s;
}

.part4-content li:nth-child(6):hover {
    background-image: url('../images/part4_img6a.png');
}

.part4-content li:nth-child(7) {
    background-image: url('../images/part4_img7.png');
    animation-delay: 1.8s;
}

.part4-content li:nth-child(7):hover {
    background-image: url('../images/part4_img7a.png');
    animation-delay: 2s;
}



/* 第五部分 */

.part5 {
    background: url('../images/part5_bg.jpg') no-repeat center 0;
    background-size: cover;
}

.part5-wrapper {
    padding: 200px 50px 0;
}

.part5-content {
    position: relative;
    padding: 30px 0 0 300px;
}

.part5-left {
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 0;
    width: 212px;
    height: 386px;
    background: url('../images/part5_left_bg.png') no-repeat center 30px;
}

.part5-left-title {
    padding-bottom: 100px;
    text-align: center;
}

.part5-left-p {
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: center;
}

.part5-left-p .en {
    font: 400 12px/18px '微软雅黑';
    text-transform: uppercase;
}

.part5-banner {
    height: 370px;
}

.part5-banner .swiper-slide {
    padding: 15px 0;
}

.part5-banner .swiper-slide a {
    display: block;
    padding: 0 10px;
    color: #000;
    background: #fff;
    border: 3px solid #444444;
}

.new-li-img {
    margin-top: -15px;
}

.new-li-img img {
    width: 100%;
    border: 3px solid #444444;
}

.new-li-title {
    margin: 10px 0;
    font: 400 18px/30px '微软雅黑';
}

.new-li-p {
    height: 96px;
    overflow: hidden;
    font: 400 14px/24px '微软雅黑';
    color: #999999;
    text-align: justify;
}

.new-li-time {
    display: block;
    padding-top: 10px;
    font: 400 12px/24px '微软雅黑';
}

.part5-banner .swiper-slide a:hover {
    color: #fff;
    background: url('../images/bo.jpg') 0 0;
    border-color: #1db03b;
}

.part5-banner .swiper-slide a:hover .new-li-img img {
    border-color: #fff;
}

.part5-banner .swiper-slide a:hover .new-li-p {
    color: #fff;
}

.part5-next {
    z-index: 99;
    top: 300px;
    left: 140px;
    width: 62px;
    height: 62px;
    background: #444444 url('../images/part5_btn_right.png') no-repeat center center;
    border-radius: 50%;
    opacity: 1;
}

.part5-next:hover {
    background-color: #1cb03a;
}

.part5-prev {
    z-index: 99;
    top: 300px;
    left: 70px;
    width: 62px;
    height: 62px;
    background: #444444 url('../images/part5_btn_left.png') no-repeat center center;
    border-radius: 50%;
    opacity: 1;
}

.part5-prev:hover {
    background-color: #1cb03a;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}



/* 第六部分 */

.part6 {
    padding-top: 500px;
    background:#fff;
    background-size: cover;
}

.part6-wrapper {
    position: relative;
    z-index: 1;
    padding-left: 300px;
}

.part6 .part-title {
    position: absolute;
    left: 150px;
    top: -20px;
    padding: 0;
    opacity: 0;
}

.part6-content {
    position: relative;
    padding-left: 440px;
}

.part6-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 420px;
}

.ewm-bg {
    width: 158px;
    padding: 25px;
    background: url('../images/ewm_bg.png') no-repeat center 0;
}

.part6-adress {
    font: 400 24px/30px '微软雅黑';
    color: #000;
}
.video{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.video-layer{
    position: absolute;
    left: 0;
    top: 0;
}
.video-layer img{
    width: 100%;
    height: 100%;
}


/* 网站页脚 */

.part-foot {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.part-foot p {
    display: inline-block;
    font: 400 12px/24px '微软雅黑';
    color: #000;
}


@media (max-width:1680px) {
    .part-title {
        padding: 100px 0 20px;
    }
    .banner {
        transform: scale(0.8);
        transform-origin: center 0;
    }
    .part2-wrapper {
        transform: scale(0.9);
        transform-origin: center 0;
    }
    .part3-wrapper {
        transform: scale(0.9);
        transform-origin: center 0;
    }
    .part4-wrapper {
        transform: scale(0.9);
        transform-origin: center 0;
    }
    .part5-wrapper {
        transform: scale(0.9);
        transform-origin: center 0;
    }
    .part6 {
        padding-top: 400px;
    }
    .part6-wrapper {
        transform: scale(0.9);
        transform-origin: center 0;
    }
}

@media (max-width:1380px) {
    .part-title {
        padding: 60px 0 20px;
    }
    .banner {
        transform: scale(0.7);
        transform-origin: center 0;
    }
    .part2-wrapper {
        transform: scale(0.85);
        transform-origin: center 0;
    }
    .part3-wrapper {
        transform: scale(0.8);
        transform-origin: center 0;
    }
    .part3 .plus {
        padding-top: 10px;
    }
    .part4-wrapper {
        transform: scale(0.8);
        transform-origin: center 0;
    }

    .part5-wrapper {
        padding-top: 150px;
        transform: scale(0.85);
        transform-origin: center 0;
    }
    .part6 {
        padding-top: 300px;
    }
    .part6-wrapper {
        transform: scale(0.85);
        transform-origin: center 0;
    }
}