html,
body {
    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 {
    right: 3%;
}

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

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

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


/* 第1部分 */
.part1 {
    position: relative;
}

.banner i {
    display: block;
    height: 100%;
}

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


/* 第2部分 */
.part2 {
    background: url(../images/part2_bg.jpg) no-repeat center center/cover;
}

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

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

.part2-title {
    padding: 0 0 60px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: 1s;
}

.part2-top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
    background: url(../images/part2_en.png) no-repeat 0 bottom;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}

.part2-top-l {
    padding: 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part2-top-r {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
    transition: 1s;
}

.part2-top-r ul {
    display: flex;
    padding: 0 40px 0 0;
}

.part2-top-r ul li {
    padding: 0 16px;
}

.part2-top-r ul li a {
    display: block;
    padding: 6px;
    border: 3px solid #fff;
}

.part2-top-r ul li a span {
    display: block;
    width: 40px;
    padding: 10px 10px;
    font: 400 18px/20px '微软雅黑';
    color: #1e1e1e;
    text-align: center;
    background: #fff;
}

.part2-top-r ul li a:hover {
    border-color: #8cc11b;
}

.part2-top-r ul li a:hover span {
    color: #fff;
    background: url(../images/part2_nav_bg.jpg) no-repeat center 0;
}

.part2-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 36px;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-bottom-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 420px;
}

.part2-bottom-r {
    width: 660px;
}

.part2-bottom-img {
    width: 50%;
}

.part2-bottom-p {
    height: 240px;
    overflow: hidden;
    font: bold 16px/30px '微软雅黑';
    color: #000;
}

.part2-bottom-p p {
    margin-bottom: 30px;
}

.part2-more {
    display: flex;
    justify-content: flex-end;
}

.part2-more a {
    display: block;
    width: 150px;
    font: 400 14px/36px '微软雅黑';
    color: #000;
    text-align: center;
    background: #fff;
}

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

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

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

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

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



/* 第3部分 */
.part3 {
    background: url(../images/part3_bg.jpg) no-repeat center center/cover;
}

.part3 .wrap {
    padding-top: 15%;
}

.part3-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.part3-title {
    padding: 0;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part3-right {
    display: flex;
    width: 1020px;
}

.part3-li1 {
    padding-top: 45px;
    opacity: 0;
    transform: translate3d(0, -30%, 0);
    transition: 1s;
}

.part3-li2 {
    padding-top: 100px;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}

.part3-li3 {
    padding-top: 45px;
    opacity: 0;
    transform: translate3d(0, -30%, 0);
    transition: 1s;
}

.part3-li4 {
    padding-top: 110px;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}

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

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

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

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

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

/* 第4部分 */
.part4 {
    background: url(../images/part4_bg.jpg) no-repeat center center/cover;
}

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

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

.part4-top {
    background: url(../images/part4_en.png) no-repeat center bottom;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-title {
    text-align: center;
}

.part4-nav {
    padding: 20px 0 0;
    opacity: 0;
    transform: rotateX(120deg);
    transition: 1s;
}

.part4-nav ul {
    display: flex;
    background: url(../images/part4_circle.png) no-repeat right center;
}

.part4-nav li {
    width: 240px;
    background: url(../images/part4_line.png) no-repeat 0 center;
}

.part4-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font: bold 18px/20px '微软雅黑';
    color: #000000;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.part4-nav li a span {
    display: block;
    width: 42px;
    transform: rotateY(360deg);
    transition: 1s;
}

.part4-nav li:nth-child(2) a span {
    width: 54px;
}

.part4-nav li a:hover {
    color: #fff;
    background: #8cc11b;
}

.part4-nav li a:hover span {
    transform: rotateY(0);
}

.part4-nav li.active a {
    color: #fff;
    background: #8cc11b;
}

.part4-content {
    position: relative;
    padding: 0 50px;
}

.part4-corn {
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 180px;
}

.part4-line {
    display: none;
}

.part4-content ul {
    display: flex;
    justify-content: center;
    padding: 45px 0;
}

.part4-content ul li {
    width: 25%;
    padding: 0 10px;
    opacity: 0;
    transform: rotateY(-120deg);
    transition: 1s;
}

.part4-content ul li a {
    display: block;
    padding-bottom: 12px;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #fff;
}

.part4-content ul li i {
    display: block;
    overflow: hidden;
}

.part4-content ul li i img {
    width: 100%;
    transition: 0.6s;
}

.part4-content ul li p {
    font: bold 16px/30px '微软雅黑';
}

.part4-content ul li a:hover {
    border-color: #8cc11b;
}

.part4-content ul li a:hover img {
    transform: scale(1.05);
}

.part4-content ul li a:hover p {
    color: #8cc11b;
}

.part4-more {
    font: 400 14px/36px '微软雅黑';
    opacity: 0;
    transform: translate3d(0, 30%, 0);
    transition: 1s;
}

.part4-more a {
    display: block;
    width: 150px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background: #fff;
}

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

.part4.swiper-slide-active .part4-nav {
    opacity: 1;
    transform: rotateX(0);
    transition-delay: 1.5s;
}

.part4.swiper-slide-active .part4-content ul li {
    opacity: 1;
    transform: rotateY(0);
}

.part4.swiper-slide-active .part4-content ul li:nth-child(1) {
    transition-delay: 2s;
}

.part4.swiper-slide-active .part4-content ul li:nth-child(2) {
    transition-delay: 2.5s;
}

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

.part4.swiper-slide-active .part4-content ul li:nth-child(4) {
    transition-delay: 3.5s;
}

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


/* 第5部分 */
.part5 {
    background: url(../images/part5_bg.jpg) no-repeat center center/cover;
}

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

.part5-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.part5-left {
    width: 170px;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part5-right {
    display: flex;
    width: 990px;
}

.part5-right ul {
    display: flex;
    width: 100%;
}

.part5-right li {
    width: 33.3%;
    padding: 0 10px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part5-right li a {
    display: block;
}

.new-li-img {
    border-top: 10px solid #fff;
    overflow: hidden;
}

.new-li-img img {
    width: 100%;
    transition: 0.6s;
}

.new-li-font {
    position: relative;
    padding: 36px 18px 36px 84px;
    background: rgba(255, 255, 255, 0.6);
}

.new-li-time {
    position: absolute;
    left: 12px;
    top: 30px;
}

.new-li-day {
    font: bold 40px/48px '微软雅黑';
    color: #000;
}

.new-li-year {
    font: 400 14px/18px '微软雅黑';
    color: #666666;
}

.new-li-title {
    overflow: hidden;
    margin: 0 0 15px;
    font: 400 24px/30px '微软雅黑';
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-li-p {
  	height:90px;
  	overflow:hidden;
    font: 400 16px/30px '微软雅黑';
    color: #000;
}

.new-li-more {
    padding: 0 30px;
    font: 400 12px/48px '微软雅黑';
    color: #000;
    background: #fff;
}

.new-li-more span {
    display: block;
    background: url(../images/arrow_b.png) no-repeat center right;
}

.part5-right li a:hover .new-li-img {
    border-color: #e0750b;
}

.part5-right li a:hover .new-li-img img {
    transform: scale(1.05);
}

.part5-right li a:hover .new-li-day {
    color: #e0750b;
}

.part5-right li a:hover .new-li-year {
    color: #e0750b;
}

.part5-right li a:hover .new-li-title {
    color: #e0750b;
}

.part5-right li a:hover .new-li-more {
    background: #e0750b;
}

.part5-right li a:hover span {
    color: #fff;
    background-image: url(../images/arrow_w.png);
}

.part5-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

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

.part5.swiper-slide-active ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

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

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

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


/* 第6部分 */
.part6 {
    background: url(../images/part6_bg.jpg) no-repeat center center/cover;
}

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

.part6-zl {
    position: absolute;
    left: 5%;
    bottom: 12%;
}

.part6-ewm {
    position: absolute;
    right: 3%;
    bottom: 60px;
}

.part6-ewm img {
    padding: 6px;
    background: rgba(255, 255, 255, 0.6);
}

.part6-ewm p {
    margin: 4px 0 0;
    font: 400 14px/36px '微软雅黑';
    color: #000;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
}

.part6-foot {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    background: #fff;
  	z-index:9999
}

.part6-foot p {
    padding: 0 5px;
    font: 400 14px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.part6-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.part6-left {
    width: 435px;
    padding-bottom: 120px;
    text-align: center;
    background: url(../images/part6_line.png) no-repeat center bottom;
}

.part6-say {
    text-align: center;
}

.part6-left-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0 0;
    background: url(../images/part6_line.png) no-repeat center 0;
}

.part6-left-icon ul li {
    padding: 0 15px;
}

.part6-left-icon ul li a {
    position: relative;
    z-index: 10;
    display: block;
}

.part6-left-icon ul li a img {
    position: relative;
    z-index: 10;
}

.part6-left-icon ul li a::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    animation: waves 3s 1s infinite;
}

.part6-left-icon ul li a::after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: waves 3s infinite;
}

@keyframes waves {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

.part6-left-p {
    padding: 15px 0 0;
    font: 400 18px/36px '微软雅黑';
    color: #fff;
}

.part6-right {
    width: 645px;
    text-align: center;
}

.part6-title {
    text-align: center;
}

.part6-font {
    padding: 0 0 60px;
    font: 400 18px/30px '微软雅黑';
    color: #fff;
}

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

.part6-input input {
    width: 49%;
    padding: 10px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.part6-textarea {
    padding: 20px 0;
}

.part6-textarea textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    overflow: hidden;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: none;
    border: 1px solid #fff;
}

.form-bottom {
    display: flex;
    justify-content: space-between;
}

.yzm {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.yzm input {
    width: 60%;
    padding: 10px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    border: 1px solid #fff;
    background: none;
}

.yzm img {
    width: 38%;
    height: 52px;
}

.form-button {
    width: 38%;
}

.form-button button {
    display: block;
    width: 100%;
    font: 400 16px/52px '微软雅黑';
    color: #fff;
    background: #8cc11b;
    border: 0;
    cursor: pointer;
}

/* 动画 */
.part6.swiper-slide-active {}


@media (max-width: 1480px) {

    .swiper-container-vertical>.swiper-pagination-bullets {
        right: 2%;
    }

    .part2-main {
        width: 1100px;
    }

    .part2-title {
        padding-bottom: 40px;
    }

    .part2-top-r ul li {
        padding: 0 12px;
    }

    .part2-bottom-r {
        width: 585px;
    }

    .part3-main {
        width: 1100px;
    }

    .part3-main img {
        width: 100%;
    }

    .part4-main {
        width: 1100px;
    }

    .part4-nav {
        padding-top: 0;
    }

    .part4-content ul {
        padding: 15px 0;
    }

    .part5-main {
        width: 1100px;
    }

    .part5-right {
        width: 925px;
    }

    .new-li-font {
        padding: 30px 18px 30px 76px;
    }

    .part5-bottom img {
        width: 1000px;
    }

    .part6-main {
        width: 1100px;
    }

    .part6-ewm {
        right: 2%;
    }

    .part6-left {
        padding-bottom: 100px;
    }

    .part6-right {
        width: 620px;
    }

    .part6-zl {
        left: 2%;
    }

    .part6-zl img {
        width: 150px;
    }

}

@media (max-width: 1380px) {
    .wrap {
        padding-top: 90px;
    }

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

    .part2-main {
        width: 1000px;
    }

    .part2-title {
        padding-bottom: 10px;
    }

    .part2-top {
        padding-bottom: 10px;
    }

    .part2-top-r ul li {
        padding: 0 12px;
    }

    .part2-bottom {
        padding: 20px;
    }

    .part2-bottom-l {
        width: 380px;
    }

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

    .part2-bottom-r {
        width: 560px;
    }

    .part2-bottom-p p {
        margin-bottom: 0;
    }

    .part3-main {
        width: 1000px;
    }

    .part3-main img {
        width: 100%;
    }

    .part4-main {
        width: 1000px;
    }

    .part4-title img {
        width: 180px;
    }

    .part4-nav {
        padding-top: 0;
    }

    .part4-nav li a {
        width: 72px;
        height: 72px;
    }

    .part4-content ul {
        padding: 10px 0;
    }

    .part5-main {
        width: 1000px;
    }

    .part5-left {
        width: 150px;
    }

    .part5-left img {
        width: 100%;
    }

    .part5-right {
        width: 835px;
    }

    .new-li-font {
        padding: 20px 18px 20px 76px;
    }

    .part5-bottom img {
        width: 800px;
    }

    .part6-main {
        width: 1000px;
    }

    .part6-ewm {
        right: 1%;
    }

    .part6-left {
        padding-bottom: 80px;
    }

    .part6-right {
        width: 520px;
    }

    .part6-zl {
        left: 1%;
    }

    .part6-zl img {
        width: 120px;
    }
}

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

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

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

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