html,
body {
    perspective: 1000px;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

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

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    z-index: 99;
    right: 1%;
}

.swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    margin: 0 0 20px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
}

footer {
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font: 400 14px/24px '微软雅黑';
    background: #006934;
}

footer a {
    color: #fff;
}

/* 第1部分 */

.part1 {
    position: relative;
    z-index: 90;
}

.banner {
    width: 100%;
    height: 100%;
}

.shutter {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.shutter-img {
    z-index: 1;
}

.shutter-img,
.shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a>img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}


.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 40px;
    height: 72px;
    margin-top: -36px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 7.5%;
    background: url(../images/btn_left.png) no-repeat 0 0;
    background-size: 40px;
}

.shutter-btn li.next {
    right: 7.5%;
    background: url(../images/btn_right.png) no-repeat 0 0;
    background-size: 40px;
}


/* 第2部分 */

.part2 {
    position: relative;
}

.part2-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 10s;
}

.part2-bg img {
    width: 100%;
    height: 100%;
}

.part2 .wrap {
    align-items: flex-end;
}

.part2-layer {
    position: relative;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 1.2s;
}

.part2-layer-bg {
    position: relative;
    z-index: 1;
    background: url(../images/part2_box_bg.png) no-repeat center 0;
}

.oil {
    position: absolute;
    z-index: 15;
    right: 0;
    top: -110px;
    width: 0;
    height: 745px;
    background: url(../images/part2_oil.png) no-repeat right 0;
    transition: 1.8s linear;
}

.part2-main {
    position: relative;
    z-index: 50;
    width: 1200px;
    height: 745px;
    margin: 0 auto;

}

.part2-box {
    padding: 80px 240px 0;
}

.part2-top {
    display: flex;
    padding: 0 0 10px;
    justify-content: space-between;
    background: url(../images/part2_line.png) repeat-x 0 bottom;
}

.part2-name {
    font: bold 30px/36px '微软雅黑';
    color: #fff;
}

.part2-nav ul {
    display: flex;
}

.part2-nav ul li {
    padding: 0 0 0 20px;
}

.part2-nav ul a {
    display: block;
    font: 400 18px/30px '微软雅黑';
    color: #f7ffa5;
}

.part2-nav ul a:hover {
    color: #fff;
}

.part2-p {
    height: 96px;
    overflow: hidden;
    margin: 20px 0 10px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: justify;
}

.part2-img img {
    width: 100%;
}

/* 动画 */
.part2.swiper-slide-active .part2-bg {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transition-delay: 1s;
}

.part2.swiper-slide-active .part2-layer {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part2.swiper-slide-active .oil {
    width: 685px;
    transition-delay: 1.5s;
}


/* 第3部分 */

.part3 {
    position: relative;
}

.part3-left-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/part3_left_bg.jpg) no-repeat center center /cover;
    transform: translate3d(0, 100%, 0);
    transition: 1.2s;
}

.part3-right-bg {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/part3_right_bg.jpg) no-repeat center center /cover;
    transform: translate3d(0, -100%, 0);
    transition: 1.2s;
}

.part3-main {
    display: flex;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.part3-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1.2s;
}

.part3-left-img {
    width: 100%;
    text-align: center;
}

.part3-left-img img {
    width: 80%;
}

.part3-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1.2s;
}

.part3-right-box {
    width: 100%;
    background: url(../images/part3_right.png) no-repeat center center;
}

.part3-right-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 3%;
}

.part3-right-box ul li {
    width: 40%;
    padding: 15px 0;
}

.part3-right-box ul li a {
    display: block;
    text-align: center;
    transition: 0.3s;
}

.part3-right-box ul li i {
    display: block;
}

.part3-right-box ul li p {
    font: 400 24px/30px '微软雅黑';
    color: #006934;
}

.part3-right-box ul li a:hover {
    transform: translate3d(0, -12px, 0);
}

/* 动画 */
.part3.swiper-slide-active .part3-left-bg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-right-bg {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part3.swiper-slide-active .part3-left {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}

.part3.swiper-slide-active .part3-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 2s;
}


/* 第4部分 */

.part4 {
    position: relative;
}

.part4-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transition: 10s;
}

.part4-bg img {
    width: 100%;
    height: 100%;
}

.part4 .wrap {
    align-items: center;
}

.part4-main {
    width: 1200px;
    margin: 0 auto;
}

.part4-title {
    text-align: center;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1.2s;
}

.part4-box {
    margin: 75px 0 0;
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1.2s;
}

.part4-box ul {
    display: flex;
}

.part4-box ul li {
    width: 33.3%;
    padding: 0 15px;
}

.part4-box ul a {
    display: block;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8) center 0;
    transition: 0.5s;
}

.new-li-kind {
    padding: 30px 0 0;
    font: 400 18px/30px '微软雅黑';
    color: #e40202;
    text-align: center;
}

.new-li-kind span {
    padding: 0 5px;
    color: #000;
    transition: 0.5s;
}

.new-li-circle {
    padding: 30px 0;
    text-align: center;
    background: url(../images/part4_li_line.jpg) repeat-x 0 center;
    transition: 0.3s;
}

.new-li-title {
    margin: 15px 0 0;
    overflow:hidden;
    font: bold 18px/30px "微软雅黑";
    color: #000;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: 0.3s;
}

.new-li-time {
    font: 400 12px/18px "微软雅黑";
    color: #999999;
    transition: 0.3s;
}

.new-li-p {
    height: 120px;
    margin: 30px 0 0;
    overflow: hidden;
    font: 400 14px/30px "微软雅黑";
    color: #999999;
    transition: 0.3s;
}

.part4-box ul a:hover {
    background: #fff url(../images/part4_li_bg.jpg) no-repeat center center;
}

.part4-box ul a:hover .new-li-kind span {
    opacity: 0;
}

.part4-box ul a:hover .new-li-title {
    opacity: 0;
}

.part4-box ul a:hover .new-li-time {
    opacity: 0;
}

.part4-box ul a:hover .new-li-p {
    opacity: 0;
}

.wave {
    z-index: 5;
    height: 180px;
}

/* 动画 */
.part4.swiper-slide-active .part4-bg {
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part4.swiper-slide-active .part4-box {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}


/* 第5部分 */

.part5 {
    position: relative;
}

.part5-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.part5-bg img {
    width: 100%;
    height: 100%;
}

.part5 .wrap {
    align-items: center;
}

.part5 ul {
    perspective: 1000px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.part5 ul li {
    width: 24.8%;
    height: 100%;
    opacity: 0;
    transform: rotateY(120deg);
    transition: 1.2s;
}

.part5 ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    background: rgba(64, 64, 64, 0.5);
}

.part5-li-bg {
    width: 100%;
    padding: 60px 14.5%;
    text-align: center;
    transition: 0.6s;
}

.part5-li-icon {
    transition: 0.5s;

}

.part5 ul li:nth-child(1) .part5-li-icon {
    background: url(../images/part5_icon1a.png) no-repeat center -100px;
}

.part5 ul li:nth-child(2) .part5-li-icon {
    background: url(../images/part5_icon2a.png) no-repeat center -100px;
}

.part5 ul li:nth-child(3) .part5-li-icon {
    background: url(../images/part5_icon3a.png) no-repeat center -100px;
}

.part5 ul li:nth-child(4) .part5-li-icon {
    background: url(../images/part5_icon4a.png) no-repeat center -100px;
}

.part5-li-icon i {
    display: block;
    transition: 0.3s;
}

.part5-li-icon img {
    width: 60px;
}

.part5-li-title {
    margin: 20px 0;
    font: bold 30px/36px '微软雅黑';
    text-align: center;
    transition: 0.3s margin;
}

.part5-li-p {
    height: 90px;
    overflow: hidden;
    font: 400 14px/30px "微软雅黑";
    text-align: center;
}

.part5-li-btn {
    padding: 60px 0 0;
    text-align: center;
}

.part5 ul li a:hover {
    padding: 20% 0;
    color: #000;
    background: none;
}

.part5 ul li a:hover .part5-li-icon {
    height: 100px;
    background-position: center 0;
}

.part5 ul li a:hover i {
    opacity: 0;
}

.part5 ul li a:hover .part5-li-title {
    margin-top: 75px;
}

.part5 ul li a:hover .part5-li-bg {
    background: rgba(255, 255, 255, 0.75);
}

.part5 ul li a:hover .part5-li-btn {
    display: none;
}

/* 动画 */
.part5.swiper-slide-active ul li {
    opacity: 1;
    transform: rotateY(0);
}

.part5.swiper-slide-active ul li:nth-child(1) {
    transition-delay: 1.2s;
}

.part5.swiper-slide-active ul li:nth-child(2) {
    transition-delay: 1.4s;
}

.part5.swiper-slide-active ul li:nth-child(3) {
    transition-delay: 1.6s;
}

.part5.swiper-slide-active ul li:nth-child(4) {
    transition-delay: 1.8s;
}

/* 第6部分 */

.part6 {
    position: relative;
}

.part6-bg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    transition: 10s;
}

.part6-bg img {
    width: 100%;
    height: 100%;
}

.part6 .wrap {
    padding: 0;

}

.part6-main {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url(../images/part6_right.png) no-repeat right 0;
}

.part6-box {
    display: flex;
    justify-content: space-between;
}

.part6-left {
    width: 420px;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1.2s;
}

.part6-left-title {
    padding: 50px 0 0;
    font: 400 30px/36px "微软雅黑";
    color: #1f1f1f;
    background: url(../images/part6_line.png) no-repeat 0 0;
}

.part6-left-detail {
    height: 144px;
    margin: 30px 0 100px;
    overflow: hidden;
    font: 400 12px/24px "微软雅黑";
    color: #aeaeae;
    border-bottom: 1px solid #8a8a8a;
}

.part6-left-li {
    padding: 5px 0 5px 40px;
    font: 400 12px/20px "微软雅黑";
    color: #7d7d7d;
}

.part6-li-name {
    background: url(../images/part6_icon1.png) no-repeat 0 center;
}

.part6-li-adress {
    background: url(../images/part6_icon2.png) no-repeat 0 center;
}

.part6-li-tel {
    background: url(../images/part6_icon3.png) no-repeat 0 center;
}

.part6-li-fax {
    background: url(../images/part6_icon4.png) no-repeat 0 center;
}

.part6-li-web {
    background: url(../images/part6_icon5.png) no-repeat 0 center;
}

.part6-right {
    width: 750px;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1.2s;
}

.part6-form {
    width: 460px;
    margin: 0 auto;
}

.part6-welcome {
    padding: 0 0 30px;
    font: 400 12px/18px "微软雅黑";
    color: #aeaeae;
}

.part6-form form input {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    font: 400 12px/24px "微软雅黑";
    color: #777777;
    background: #f7f7f7;
    border: 0;
}

textarea {
    width: 100%;
    height: 130px;
    margin: 0 0 20px;
    padding: 10px;
    font: 400 12px/24px "微软雅黑";
    color: #777777;
    background: #f7f7f7;
    border: 0;
}

.yzm {
    display: flex;
}

.yzm img {
    height: 42px;
}

.part6-right button {
    width: 100%;
    font: 400 12px/45px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #f11717;
    border: 0;
}

/* input的文字颜色 */
input::-webkit-input-placeholder {
    color: #777777;
}

input::-ms-input-placeholder {
    color: #777777;
}

textarea::-webkit-input-placeholder {
    color: #777777;
}

textarea::-ms-input-placeholder {
    color: #777777;
}

/* 动画 */
.part6.swiper-slide-active .part6-bg {
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.part6.swiper-slide-active .part6-left {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}

.part6.swiper-slide-active .part6-right {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 1.2s;
}


@media (max-width: 1480px) {
    .part2-layer-bg {
        transform: scale(0.8);
        transform-origin: center bottom;
    }

    .oil {
        display: none;
    }

    .part5-li-bg {
        padding: 0 65px;
    }

    .part4-main,
    .part6-main {
        transform: scale(0.8);
        transform-origin: center center;
    }
}

@media (max-width: 1380px) {
    .part2-layer-bg {
        transform: scale(0.75);
        transform-origin: center bottom;
    }

    .part3-main,
    .part4-main,
    .part6-main {
        transform: scale(0.75);
    }

}



.fixed {
  display: none;
}

@media (min-width: 1200px) {
  /* 悬浮执照 */
  .fixed {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .fiexd-top {
    padding: 10px 0;
    text-align: right;
    font-size: 0;
    border-bottom: 1px solid #999;
  }
  .fiexd-top span {
    display: inline-block;
    margin: 0 6px;
    font: 400 12px/20px "微软雅黑";
    cursor: pointer;
  }
  .fiexd-top .open {
    padding: 0 5px 0 20px;
    background: url("../img/open.png") no-repeat 5px center;
    border: 1px solid #000;
  }
  .fiexd-top .close {
    padding: 0 5px 0 20px;
    background: url("../img/close.png") no-repeat 5px center;
    border: 1px solid #000;
    opacity: 1;
  }
  .fixed-content {
    display: flex;
  }
  .fixed-content img {
    width: 800px;
  }
}
