html,
body {
    width: 100%;
    background: #fff;
}

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

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

.main {
    position: relative;
}

.fp-scroller {
    height: 100%;
}

.fixed {
    position: absolute;
    z-index: 11;
    left: 3%;
    top: 0;
    padding: 260px 0 0;
    background: url(../images/fix_line.png) no-repeat 15px 0;
}

.fixed p {
    margin: 0 0 15px;
    padding: 0 0 0 42px;
    font: 400 14px/36px "å¾®è½¯é›…é»‘";
    color: #000;
    background: #c9151e;
    cursor: pointer;
}

.fixed p:nth-child(1) {
    background: url(../images/fix_icon1.png) no-repeat 0 0;
}

.fixed p:nth-child(2) {
    background: url(../images/fix_icon2.png) no-repeat 0 0;
}

.fixed p:nth-child(3) {
    background: url(../images/fix_icon3.png) no-repeat 0 0;
}

.fixed p:nth-child(3) span {
    padding: 0;
    background: none;
    transform: rotate(90deg);
    transform-origin: 0 0;
}

.fixed p:nth-child(3) span img {
    width: 80px;
}

.fixed p span {
    display: inline-block;
    padding: 0 15px;
    background: rgba(255, 255, 255, 255);
    border-radius: 20px;
    opacity: 0;
    transform: translate3d(10px, 0, 0);
    transition: 1s;
}

.fixed p:hover span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fixed p:nth-child(3):hover span {
    transform: rotate(0);
}

@media (max-width: 1480px) {
    .fixed p {
        margin: 0 0 10px;
    }
}


/* banneréƒ¨åˆ† */

.section {
    perspective: 1000px;
}

.banner-box {
    perspective: 1000px;
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: 1s;
    transform-origin: center bottom;
}

.videos {
    position: absolute;
    left: 0;
    top: -2%;
    width: 100%;
}

.rotates {
    transform: rotateX(90deg);
}


/* ç¬¬ä¸€éƒ¨åˆ† */

.part1 {
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: hidden;
}

.medal {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.part1-border {
    width: 100%;
    /* width: 85%; */
    /* min-width: 1200px; */
    height: 8px;
    margin: 0 auto;
    background: #c9151e;
}

.part1-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 164px 30px 100px 300px;
    background: url(../images/name_en.png) no-repeat 235px 85px;
}

.part1-name {
    padding: 0 0 10px;
}

.part1-left p {
    font: 400 14px/20px "å¾®è½¯é›…é»‘";
    color: #000;
}

.part1-left a {
    display: block;
    width: 124px;
    margin: 185px 0 0;
    padding: 0 0 0 24px;
    font: 400 14px/37px "å¾®è½¯é›…é»‘";
    color: #fff;
    background: url(../images/more_bg.png) no-repeat 0 center;
    transition: 0.3s;
}

.part1-left a:hover {
    transform: translate3d(10px, 0, 0);
}

.pary1-box {
    width: 590px;
}

.part1-p {
    height: 150px;
    overflow: hidden;
    font: 400 14px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: justify;
}

.part1-img {
    padding: 30px 0 0;
}

.part1-img ul {
    display: flex;
    justify-content: space-between;
}

.part1-img ul li {
    transition: 0.6s;
}

.part1-img ul a {
    display: block;
}

.part1-img ul i {
    text-align: center;
}

.part1-img ul p {
    font: 400 14px/42px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: center;
}

.part1-img ul li:hover {
    transform: translate3d(0, 20px, 0);
}

@media (max-width: 1480px) {
    .part1-main {
        padding: 82px 30px 50px 300px;
        background-position: 235px 45px;
        background-size: 320px;
    }

    .medal img {
        width: 420px;
    }
}

@media (max-width: 1380px) {
    .medal img {
        width: 360px;
    }
}


/* ç¬¬äºŒéƒ¨åˆ† */

.part2 {
    padding: 0 0 50px;
}

.painting {
    position: relative;
    height: 568px;
    width: 100%;
    padding: 48px 18px 0;
    cursor: url(../images/cursor2.png), auto;
}

.painting-bg {
    background: url(../images/plant_bg.png) no-repeat center center;
}

.part2-left {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

.part2-right {
    position: absolute;
    z-index: 10;
    left: 24px;
    top: 0;
}

.part2-pic {
    position: relative;
    z-index: 1;
    display: block;
    height: 521px;
    width: 0;
    overflow: hidden;
}

.part2-pic img {
    position: absolute;
    left: 0;
    top: 0;
    border: 15px solid #28514a;
    border-right-width: 30px;
}

.part2-main {
    position: relative;
    z-index: 10;
    padding: 15px 50px 0;
}

.part2-logo {
    position: absolute;
    right: 50px;
    /* top: -40px; */
    top: 0;
}

@media (max-width: 1480px) {
    .part2-img img {
        transition: 6.5s;
    }
}


/* ç¬¬ä¸‰éƒ¨åˆ† */

.part3 {
    position: relative;
}

.part3-layer {
    position: absolute;
    z-index: 10;
    left: 8%;
    top: 15%;
}

.part3-banner a {
    display: block;
    cursor: url(../images/cursor.png), auto;
}

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

.part3-font {
    position: absolute;
}

.part3-li1 .part3-font {
    right: 8%;
    top: 15%;
}

.part3-li2 .part3-font {
    right: 8%;
    top: 15%;
}

.part3-li3 .part3-font {
    right: 8%;
    bottom: 15%;
}

.part3-font img {
    width: 480px;
}

#part3-page {
    display: flex;
    position: absolute;
    z-index: 11;
    left: 8%;
    bottom: 15%;
}

#part3-page.part3-page>span {
    width: 208px;
    height: 208px;
    margin: 0 40px 0 0;
    border: 5px solid #fff;
    border-radius: 50%;
    opacity: 1;
}

.part3-page .span0 {
    background: url(../images/part3_icon1.png) no-repeat center center;
}

.part3-page .span1 {
    background: url(../images/part3_icon2.png) no-repeat center center;
}

.part3-page .span2 {
    background: url(../images/part3_icon3.png) no-repeat center center;
}

.part3-page .swiper-pagination-bullet-active {
    background-color: #9a050d;
}

@media (max-width: 1480px) {
    #part3-page {
        left: 8%;
        bottom: 5%;
    }
}

@media (max-width: 1380px) {
    #part3-page {
        left: 5%;
        bottom: 5%;
    }

    .part3-li1 .part3-font {
        right: 5%;
        top: 5%;
    }

    .part3-li2 .part3-font {
        right: 5%;
        top: 5%;
    }

    .part3-li3 .part3-font {
        right: 5%;
        bottom: 5%;
    }

    .part3-font img {
        width: 420px;
    }
}


/* ç¬¬4éƒ¨åˆ† */

.part4 {
    position: relative;
    z-index: 1;
    background: #f9f9f9;
    border-top: 8px solid #0d7c42;
}

.part4-main {
    position: relative;
    z-index: 10;
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 54px 0 100px;
    background: #fff;
}

.part4-top {
    width: 475px;
    height: 204px;
    margin: 0 auto;
    padding: 64px 0 0 64px;
    background: url(../images/name_en.png) no-repeat 0 0;
}

.part4-title {
    font: 400 14px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    background: url(../images/com_line.png) no-repeat 70px center;
}

.part4-box {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
}

.part4-box ul {
    display: flex;
    padding: 40px 0 0;
}

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

.part4-box li a {
    display: block;
    padding: 0 0 30px;
    border-bottom: 1px solid #e3e3e3;
}

.part4-li-title {
    padding: 0 0 20px;
    overflow: hidden;
    font: bold 18px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part4-li-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 3px solid transparent;
    box-shadow: 3px 3px 12px 3px #ccc;
    transition: 0.3s;
}

.part4-li-img p img {
    width: 100%;
    transition: 0.3s;
}

.part4-li-img i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.6s;
}

.part4-li-p {
    height: 36px;
    overflow: hidden;
    margin: 20px 0;
}

.part4-li-p p {
    font: 400 14px/18px "å¾®è½¯é›…é»‘";
    color: #999999;
    text-align: justify;
}

.part4-time {
    padding: 0 0 0 25px;
    font: 400 14px/20px "å¾®è½¯é›…é»‘";
    color: #000000;
    background: url(../images/time_icon.png) no-repeat 0 center;
}

.part4-box li a:hover {
    border-color: #0d7c42;
}

.part4-box li a:hover .part4-li-title {
    color: #0d7c42;
}

.part4-box li a:hover .part4-li-img {
    border-color: #0d7c42;
}

.part4-box li a:hover .part4-li-img p img {
    transform: scale(1.02);
}

.part4-box li a:hover .part4-li-img i {
    opacity: 1;
}

.part4-box li a:hover .part4-time {
    color: #0d7c42;
    background-image: url(../images/time_icong.png);
}

.part4-more {
    padding: 60px 0 0;
}

.part4-more a {
    display: block;
    width: 124px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    font: 400 14px/37px "å¾®è½¯é›…é»‘";
    color: #fff;
    background: url(../images/more_bg.png) no-repeat 0 center;
    transition: 0.3s;
}

.part4-more a:hover {
    transform: translate3d(0, -10px, 0);
}

.meat {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
}

.meat img {
    width: 280px;
}

@media (max-width: 1480px) {
    .part4-main {
        padding: 30px 0 100px;
    }

    .part4-top {
        width: 340px;
        height: 160px;
        margin: 0 auto;
        padding: 36px 0 0 36px;
        background: url(../images/name_en.png) no-repeat 0 0/320px;
    }

    .part4-box ul {
        margin: 20px 0 0;
    }

    .meat {
        opacity: 0;
    }
}


/* ç¬¬5éƒ¨åˆ† */

.part5 {
    position: relative;
    z-index: 15;
}

.part5-top {
    position: relative;
    z-index: 1;
    height: 235px;
    padding: 65px 0 0;
    background: #333333;
}

.part5-title {
    width: 1020px;
    margin: 0 auto;
}

.part5-title span {
    display: inline-block;
    padding: 56px 0 0 0;
    font: 400 14px/24px "å¾®è½¯é›…é»‘";
    letter-spacing: 30px;
    color: #fff;
    background: url(../images/part5_title_bg.png) no-repeat right 0;
}

.part5-top-img {
    position: absolute;
    z-index: 1;
    right: 70px;
    bottom: 0;
}

.part5-main {
    position: relative;
    z-index: 25;
    padding: 0 0 40px 400px;
}

.part5-honor {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 400px;
    height: 752px;
    padding: 45px 0 0;
    text-align: center;
    background: url(../images/honor_bg.jpg) no-repeat center center/cover;
    border-right: 6px solid #484848;
}

.part5-img {
    position: relative;
}

.part5-layer {
    position: absolute;
    z-index: 10;
    right: 70px;
    top: 84px;
}

.part5-banner i {
    display: block;
}

.part5-banner i img {
    width: 100%;
}

.part5-banner a {
    position: absolute;
    right: 70px;
    bottom: 84px;
    width: 124px;
    height: 37px;
    padding: 0 0 0 20px;
    font: 400 14px/37px "å¾®è½¯é›…é»‘";
    color: #fff;
    background: url(../images/more_bg.png) no-repeat 0 0;
}

.part5-li-font {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 478px;
    padding: 315px 0 0 36px;
    background: url(../images/part5_san.png) no-repeat 0 0;
}

.part5-li-icon {
    position: absolute;
    left: 150px;
    top: 100px;
}

.part5-li-p {
    width: 340px;
    height: 120px;
    overflow: hidden;
    font: 400 14px/30px "å¾®è½¯é›…é»‘";
    color: #fff;
}

.part5-font {
    background: #f6f6f6;
}

.part5-prev {
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 3px;
    margin: 0 0 0 -75px;
    cursor: pointer;
}

.part5-next {
    position: absolute;
    z-index: 11;
    right: 50%;
    top: 3px;
    margin: 0 -75px 0 0;
    cursor: pointer;
}

.part5-font .swiper-slide {
    font: 400 14px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    text-align: center;
}

.part5-font .swiper-slide-next {
    color: #9a050d;
}

@media (max-width: 1480px) {
    .part5-main {
        padding: 0 0 25px;
    }

    .part5-honor {
        display: none;
    }
}


/* ç¬¬6éƒ¨åˆ† */

.part6 {
    padding: 70px 0;
    background: #333;
}

.part6-banner .swiper-slide {
    text-align: center;
}

@media (max-width: 1480px) {}