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

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

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

.parts .parts-pagination {
    left: auto;
    right: 2%;
    z-index: 10;
}

.parts .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

.parts .swiper-pagination-bullet span {
    display: none;
    position: absolute;
    right: 30px;
    top: -6px;
    width: 86px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    background: url('../images/pagination_bg.png') no-repeat 0 center;
}

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

.parts .swiper-pagination-bullet-active {
    background: none;
}

footer {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
}


.wrap {
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 80px 0 54px;
}

/* 第1部分 */
.part1 {
    padding: 0;
}

.part1 img {
    width: 100%;
    height: 100%;
}

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

.part2 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.part2-content ul {
    display: flex;
}

.part2-content ul li {
    width: 16.666%;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part2-content ul li a {
    display: block;
    text-align: center;
}

.part2-content ul li .part2-li-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    margin: 0 auto;
    background: no-repeat center center/100% 100%;
    transition: 0.6s;
}

.part2-content ul li:nth-child(1) .part2-li-img {
    background-image: url(../images/part2_li1_bg.png);
}

.part2-content ul li:nth-child(2) .part2-li-img {
    background-image: url(../images/part2_li2_bg.png);
}

.part2-content ul li:nth-child(3) .part2-li-img {
    background-image: url(../images/part2_li3_bg.png);
}

.part2-content ul li:nth-child(4) .part2-li-img {
    background-image: url(../images/part2_li4_bg.png);
}

.part2-content ul li:nth-child(5) .part2-li-img {
    background-image: url(../images/part2_li5_bg.png);
}

.part2-content ul li:nth-child(6) .part2-li-img {
    background-image: url(../images/part2_li6_bg.png);
}

.part2-li-font {
    position: relative;
    height: 58px;
    overflow: hidden;
    margin-top: 15px;
    background: url(../images/part2_li_bg.png) no-repeat center center/200% 58px;
}

.part2-li-t {
    display: block;
    position: relative;
    transition: 0.6s;
}

.part2-li-b {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    font: 400 28px/58px '微软雅黑';
    color: #cb0000;
    text-align: center;
    transition: 0.6s;
}

.part2-content ul li a:hover .part2-li-img {
    background-image: url(../images/part2_li_bgs.png);
}

.part2-content ul li a:hover .part2-li-font {
    background-size: 180px 58px;
    transition: 0.6s 0.6s;
}

.part2-content ul li a:hover .part2-li-t {
    top: -100%;
}

.part2-content ul li a:hover .part2-li-b {
    top: 0;
}

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

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

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

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

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

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

.part2.swiper-slide-active .part2-content ul li:nth-child(5) {
    transition-delay: 1.8s;
}

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

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

.part3 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

.part3-nav ul {
    display: flex;
    justify-content: center;
}

.part3-nav ul li {
    padding: 0 5px;
}

.part3-nav ul li a {
    display: block;
    padding: 0 25px;
    font: 400 14px/30px '微软雅黑';
    color: #65461d;
    background: #fbe0bc;
}

.part3-nav ul li a:hover {
    color: #fff;
    background: #dc0000;
}

.part3-content {
    position: relative;
    padding: 20px 15px 20px 200px;
    border: 3px solid #959595;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part3-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.part3-right {
    padding: 24px;
    background: url(../images/part3_content_bg.jpg) no-repeat center center/100% 100%;
}

#marquee {
    width: 100%;
    overflow: hidden;
    height: 350px;
    position: relative;
}

.part3-right ul {
    position: absolute;
    overflow: hidden;
}

.part3-right ul li {
    float: left;
    width: 310px;
    padding: 0 15px;
}

.part3-right ul li a {
    display: block;
    position: relative;
}

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

.part3-right ul li i img {
    width: 100%;
    height: 350px;
}

.part3-li-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(252, 42, 42, 85) url(../images/pic_layer_boder.png) no-repeat center center/96% 96%;
}

.pic-li-name {
    padding: 64px 0 0;
    text-align: center;
}

.pic-li-arrt {
    padding: 32px 45px;
}

.pic-li-arrt p {
    font: 400 18px/30px '微软雅黑';
    color: #fff;
}

.pic-layer-img {
    text-align: center;
}

.part3-right ul li a:hover .part3-li-layer {
    opacity: 1;
}

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

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

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

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

.part4 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

.part4-nav {
    padding: 24px 0 70px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-nav ul {
    display: flex;
    justify-content: center;
}

.part4-nav ul li {
    width: 140px;
    padding: 5px 0;
    background: url(../images/part4_nav_bg.png) no-repeat center center/auto 100%;
}

.part4-nav ul li a {
    display: block;
    width: 90px;
    margin: 0 auto;
    font: 400 14px/24px '微软雅黑';
    color: #901010;
    text-align: center;
}

.part4-nav ul li a:hover {
    color: #fff;
    background: #d10000;
}

.part4-content {
    position: relative;
    padding: 0 30px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part4-button-prev {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background: url(../images/part4_left.png) no-repeat 0 0;
    cursor: pointer;
    transition: 0.6s;
}

.part4-button-prev:hover {
    background-position: -30px 0;
}

.part4-button-next {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background: url(../images/part4_right.png) no-repeat -30px 0;
    cursor: pointer;
    transition: 0.6s;
}

.part4-button-next:hover {
    background-position: 0 0;
}

.part4-li {
    padding: 30px 0;
}

.part4-li a {
    display: block;
    position: relative;
    width: 300px;
    height: 360px;
    margin: 0 auto;
}

.part4-li a i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.part4-li a i img {
    width: 100%;
    height: 100%;
}

.new-li-time {
    position: absolute;
    z-index: 10;
    left: 24px;
    top: -24px;
    width: 72px;
    color: #fff;
    text-align: center;
    background: #313131;
}

.new-li-time .years {
    font: 400 14px/24px '微软雅黑';
    border-bottom: 1px solid #8b8b8b;
}

.new-li-time .days {
    font: bold 42px/48px '微软雅黑';
}

.new-li-font {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}

.new-li-title {
    padding: 70px 20px 0;
    font: 400 20px/30px '微软雅黑';
    color: #901010;
}

.new-li-p {
    height: 180px;
    overflow: hidden;
    padding: 10px 20px 20px;
    font: 400 14px/30px '微软雅黑';
    color: #666666;
    text-align: justify;
    border-bottom: 1px solid #f1f1f1;
}

.new-li-more {
    display: block;
    width: 120px;
    margin: 20px 0 0 20px;
    font: 400 16px/36px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #313131;
}

.part4-li a:hover .new-li-time {
    background: #e50000;
}

.part4-li a:hover .new-li-font {
    opacity: 0;
}

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

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

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

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

.part5 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.part5-nav {
    padding: 30px 0 24px;
    opacity: 0;
    transform: translate3d(0, 50%, 0);
    transition: 1s;
}

.part5-nav ul {
    display: flex;
    justify-content: center;
}

.part5-nav ul li {
    padding: 0 5px;
}

.part5-nav ul li a {
    display: block;
    width: 100px;
    font: 400 14px/30px '微软雅黑';
    color: #87673b;
    text-align: center;
    background: #fbe0bc;
}

.part5-nav ul li.active a {
    color: #fff;
    background: #901010;
}
.part5-main{
    height: 590px;
}
.part5-content {
    position: relative;
    padding: 20px 15px 20px 20px;
    background: rgba(255, 255, 255, 0.8);
}

.part5-line {
    display: none;
    justify-content: space-between;
}

.part5-left {
    width: 294px;
    padding: 0 30px;
    color: #fff;
    background: #901010;
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
    transition: 1s;
}

.part5-left-title {
    padding: 54px 0 0;
    font: 400 28px/36px '微软雅黑';
}

.part5-left-detail {
    padding: 5px 0 0;
    font: 400 16px/24px '微软雅黑';
}

.part5-left-p {
    height: 126px;
    overflow: hidden;
    margin: 24px 0;
    font: 400 12px/18px '微软雅黑';
    text-align: justify;
}

.part5-left-more {
    width: 114px;
    font: 400 16px/36px '微软雅黑';
    color: #901010;
    text-align: center;
    background: #fff;
}

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

.part5-right ul {
    display: flex;
}

.part5-right ul li {
    width: 33.33%;
    padding: 0 5px;
}

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

.part5-right ul li a img {
    width: 100%
}

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

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

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

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


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

.part6 .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.part6-main {
    width: 980px;
    margin: 0 auto;
}

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

.part6-content {
    padding: 25px;
    background: url(../images/part6_contnet_bg.png) no-repeat center center/150% 150%;
    transition: 1s;
}

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

.part6-left {
    width: 380px;
    color: #2d2d2d;
}

.part6-left-title {
    padding: 0 0 54px 0;
    font: bold 24px/30px '微软雅黑';
}

.part6-left-p {
    font: bold 18px/30px '微软雅黑';
}

.part6-right {
    width: 420px;
}

.part6-right form input {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 3px 5px;
    font: 400 16px/30px '微软雅黑';
    color: #000;
    border: 0;
    background: #fff;
}

.part6-right form textarea {
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    padding: 5px;
    font: 400 16px/36px '微软雅黑';
    color: #000;
    border: 0;
    background: #fff;
}

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

.form-bottom-l,
.form-bottom-r {
    display: flex;
    justify-content: space-between;
    width: 49%;
}

.yzm-input {
    width: 60%;
}

.part6-right form .yzm-input input {
    font-size: 14px;
}

.yzm-img {
    width: 38%;
}

.yzm-img img {
    width: 100%;
    height: 36px;
}

.form-bottom-r .button {
    width: 49%;
    text-align: center;
}

.form-bottom-r .button button {
    display: block;
    width: 100%;
    font: 400 14px/36px '微软雅黑';
    color: #fff;
    border: 0;
}

.button1 button {
    background: #2f2f2f;
}

.button2 button {
    background: #d40e1a;
}

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

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

.part6.swiper-slide-active .part6-content {
    opacity: 1;
    background-size: 100% 100%;
    transition-delay: 2s;
}

@media (max-width:1480px) {
    .part2-main {
        width: 1080px;
    }

    .part3-main {
        width: 1080px;
    }

    .part3-content {
        padding-left: 15px;
    }

    .part3-left {
        display: none;
    }

    .part3-right {
        padding: 20px 10px;
    }

    #marquee {
        height: 320px;
    }

    .part3-right ul li {
        width: 280px;
    }

    .part3-right ul li i img {
        height: 318px;
    }


    .part4-main {
        width: 1080px;
    }

    .part4-nav {
        padding: 24px 0 48px;
    }

    .part5-main {
        width: 1080px;
        height: 590px;
    }

    .part6-main {
        width: 1080px;
    }
}

@media (max-width:1380px) {
    footer {
        padding: 5px 0;
    }

    .wrap {
        position: relative;
        z-index: 6;
        width: 100%;
        height: 100%;
        padding: 80px 0 34px;
    }

    .part2-main {
        width: 960px;
    }

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

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

    .part2-content ul li a .part2-li-img {
        width: 150px;
        height: 150px;
    }

    .part2-li-font {
        margin: 0;
    }

    .part2-li-img img {
        width: 54px;
    }

    .part2-li-b {
        font: 400 18px/58px '微软雅黑';
    }

    .part2-content ul li a .part2-li-font {
        background-size: 200% 36px;
    }

    .part2-content ul li a:hover .part2-li-font {
        background-size: 120px 36px;
    }

    .part3-main {
        width: 960px;
    }

    .part3-title img {
        max-width: 100%;
    }

    .part3-nav {
        padding: 15px 0;
    }

    .part3-content {
        padding: 10px;
    }

    .part3-left {
        display: none;
    }

    .part3-right {
        padding: 15px 0;
    }

    #marquee {
        height: 266px;
    }

    .part3-right ul li {
        width: 240px;
    }

    .part3-right ul li i img {
        height: 270px;
    }


    .part4-main {
        width: 960px;
    }

    .part4-title img {
        max-width: 100%;
    }

    .part4-nav {
        padding: 15px 0;
    }

    .part4-li {
        padding: 30px 0 0;
    }

    .part4-li a {
        width: 250px;
        height: 300px;
    }

    .new-li-time .days {
        font: bold 30px/42px '微软雅黑';
    }

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

    .new-li-p {
        height: 160px;
        padding: 10px;
    }

    .new-li-more {
        margin: 10px 0 0 10px;
    }

    .part5-main {
        width: 960px;
        height: 444px;
    }

    .part5-title img {
        max-width: 100%;
    }

    .part5-nav {
        padding: 15px 0;
    }

    .part5-content {
        padding: 10px;
    }

    .part5-left-title {
        padding: 15px 0 0;
    }

    .part6-main {
        width: 960px;
    }

    .part6-title img {
        max-width: 100%;
    }

    .part6-content {
        padding: 10px;
    }

    .part6-content-box {
        padding: 15px;
    }
}