﻿* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

li,
ol,
ul {
    list-style: none;
}

@font-face {
    font-family: 'Source Han Sans CN Medium';
    src: url('../fonts/SourceHanSansCN-Normal.ttf');
}

.body {
    width: 100%;
    height: 100vh;
    font-family: 'Source Han Sans CN Medium';

}

.clearfix {
    room: 1;
}

.clearfix::after {
    display: block;
    content: ".";
    clear: both;
    visibility: hidden;
    height: 0;
}

.menu {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
}

.menu .menu_cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.menu .menu_cont .logo {
    display: inline-block;
    float: left;
    margin-top: .3125rem;
    transition: transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transition;
    transition-delay: 0.2s;
}

.menu .menu_cont .logo.active {
    transform: translateX(450px);
}

.menu .menu_cont>div {
    float: right;
    /* margin-top: .3646rem;*/

}

.menu .menu_cont .search {
    width: .0677rem;
    height: 100%;
    margin-left: .1823rem;
}

.menu .menu_cont .lenge {
    position: relative;
    margin-left: 40px;
    cursor: pointer;
    float: right;
}

.menu .menu_cont .lenge>a {
    font-size: .0833rem;
    color: #fff;
}

.menu .menu_cont .lenge span {
    font-size: .0833rem;
    color: #fff;
    position: relative;
    padding-right: 1em;
}

.menu .menu_cont .lenge span::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    width: 8px;
    height: 5px;
    background: url("../img/jt03.png") center center no-repeat;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    transform-origin: center;
}

.menu .menu_cont .lenge .lenge_hide {
    height: 0;
    position: absolute;
    top: 2em;
    left: -20px;
    width: 120px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.4s;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.menu .menu_cont .lenge .lenge_hide ul li {
    font-size: 16px;
    color: #25293d;
    text-indent: 20px;
    line-height: 1.5em;
}

.menu .menu_cont .lenge.active .lenge_hide {
    padding: 8px 0;
}

.menu .menu_cont .lenge.active span:after {
    transform: translateY(-50%) rotateZ(180deg);
}

.menu div.menu_module p {
    font-size: 16px;
    height: 16px;
    width: 2em;
    color: #fff;
    line-height: 1;
    float: right;
    transition: 0.4s;
    margin-left: 1em;
    position: relative;
    overflow: hidden;
}

.menu div.menu_module p::after {
    height: 16px;
    font-size: 16px;
    display: block;
    content: "关闭";
    position: absolute;
    bottom: -16px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transition;
}

.menu div.menu_module p::before {
    height: 16px;
    font-size: 16px;
    display: block;
    content: "菜单";
    position: absolute;
    bottom: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transition;
}

.menu div.menu_module.active .menu_btn {
    width: auto;
    float: left;
    position: relative;
    left: 34%;
    /* top: 9%; */
}

.menu div.menu_module .menu_btn span {
    display: block;
    width: 29px;
    height: 3px;
    position: relative;
}

.menu div.menu_module .menu_btn span::after {
    background-color: #c0a577;
    transition: 0.5s;
}

.menu div.menu_module .menu_btn span::before {
    background-color: #c0a577;
    transition: 0.5s;
}

/* .menu div.menu_module .menu_btn span:nth-of-type(1)::after {
    display: block;
    content: "";
    width: 8px;
    height: 3px;
    float: left;
}

.menu div.menu_module .menu_btn span:nth-of-type(1)::before {
    display: block;
    content: "";
    width: 17px;
    height: 3px;
    float: right;
} */

.menu div.menu_module .menu_btn span:nth-of-type(2) {
    margin-top: 7px;
    width: 23px;
}

.menu div.menu_module .menu_btn span:nth-of-type(2)::after {
    display: block;
    content: "";
    width: 14px;
    height: 4px;
    float: left;
}

.menu div.menu_module .menu_btn span:nth-of-type(2)::before {
    display: block;
    content: "";
    width: 6px;
    height: 3px;
    float: right;
}

.menu div.menu_module .menu_btn span:nth-of-type(3) {
    margin-top: 7px;
}

.menu div.menu_module .menu_btn span:nth-of-type(3)::after {
    display: block;
    content: "";
    width: 8px;
    height: 3px;
    float: left;
}

.menu div.menu_module .menu_btn span:nth-of-type(3)::before {
    display: block;
    content: "";
    width: 17px;
    height: 3px;
    float: right;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(1):after {
    width: 17px;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(1):before {
    width: 8px;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(2):after {
    width: 6px;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(2):before {
    width: 14px;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(3):after {
    width: 17px;
}

.menu div.menu_module .menu_btn:hover span:nth-of-type(3):before {
    width: 8px;
}

.menu div.menu_module.active p::after {
    bottom: 0;
}

.menu div.menu_module.active p::before {
    bottom: 16px;
}



.menu div.menu_module.active .menu_btn span:nth-of-type(1):after {
    width: 100%;
    height: 4px;
    transform-origin: center;
    transform: translateY(10px) rotateZ(51deg);
}

.menu div.menu_module.active .menu_btn span:nth-of-type(1):before {
    width: 0;
}

.menu div.menu_module.active .menu_btn span:nth-of-type(2) {
    width: 32px;
}

.menu div.menu_module.active .menu_btn span:nth-of-type(2):after {
    width: 100%;
    transform-origin: center;
    transform: translateY(0px) rotateZ(-52deg);
}

.menu div.menu_module.active .menu_btn span:nth-of-type(2):before {
    width: 0;
}

.menu div.menu_module.active .menu_btn span:nth-of-type(3):after {
    width: 100%;
    transform-origin: center;
    transform: translateY(8px) rotateZ(45deg);
}

.menu div.menu_module.active .menu_btn span:nth-of-type(3):before {
    width: 0;
}

.menu div.menu_module.active .menu_btn span:nth-child(3) {
    display: none;
}

.menu_wrap.active {
    right: 0;
    opacity: 1;
}

.menu_wrap {
    transition: all 0.75s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transition;
    z-index: 99;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7) 100%);
}

.menu_wrap .menu_img {
    width: 23.959%;
    height: 100vh;
    float: right;
    background: url(../images/green.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.menu_wrap .menu_img img {
    width: auto;
    height: 100%;
    display: none;
}

.menu_wrap .menu_img h2 {
    display: inline-block;
    color: #c0a577;

    font-size: 16px;
    letter-spacing: 0px;
    margin-top: 35%;
    margin-left: 30%;
    border-bottom: 2px solid #c0a577;
}

.menu_wrap .menu_img p {
    color: #ffffff;
    
    font-size: .0833rem;
    line-height: .125rem;
    letter-spacing: 0px;
    margin-left: 30%;
    margin-top: .2448rem;
}

.menu_wrap .menu_foot {
    position: absolute;
    bottom: 60px;
    left: 670px;
    max-width: 900px;
}

.menu_wrap .menu_foot span {
    font-size: 14px;
    color: #a8b0c0;
    line-height: 38px;
    display: inline-block;
    width: 440px;
}

.menu_wrap .menu_link {
    width: auto;
}

.menu_wrap .menu_link1 {
    position: absolute;
    top: 240px;
    left: 670px;
}

.menu_wrap .menu_link2 {
    position: absolute;
    top: 240px;
    left: 1270px;
}

.menu_wrap .menu_link_item {
    margin-bottom: 64px;
    position: relative;
}

.menu_wrap .menu_link_item>a {
    display: block;
    height: 26px;
    line-height: 1em;
    overflow: hidden;
    font-size: 26px;
    color: #fff;
    background: url("../img/tit_icon.png") -100% center no-repeat;
    transition: all 0.5s;
}

.menu_wrap .menu_link_item>a span {
    display: block;
    font-size: 26px;
    height: 26px;
    line-height: 1em;
    transition: transform 0.5s;
    transform: translateY(26px);
}

.menu_wrap .menu_link_item>a:hover {
    color: #c90915;
    padding-left: 42px;
    background: url("../img/tit_icon.png") left center no-repeat;
}

.menu_wrap .menu_link_item>a:hover span {
    color: #c90915;
}

.menu_wrap .menu_link_item .menu_link_hide {
    height: 0;
    width: 110px;
    overflow: hidden;
    position: absolute;
    left: 200px;
    top: 0;
    transition: all 0.4s;
}

.menu_wrap .menu_link_item .menu_link_hide li {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    margin-bottom: 1em;
    opacity: 0.7;
}

.menu_wrap .menu_link_item .menu_link_hide li:after {
    display: block;
    content: "";
    width: 5px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/ricon.png") center center no-repeat;
}

.menu_wrap .menu_link_item .menu_link_hide li a {
    color: #fff;
    transition: 0.3s;
}

.menu_wrap .menu_link_item .menu_link_hide li a:hover {
    color: #c90915;
}

.menu_wrap .menu_link.active .menu_link_item>a span {
    transform: translateY(0);
    transition-delay: 0.4s;
}

.menu_wrap.active+.swiper_body {
    filter: blur(5px);
    overflow: hidden;
    background: cover;
}

.body_pagination .swiper-pagination-bullet::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 31px;
    background-color: #ffffff;
    position: relative;
    top: 74%;
}

.body_pagination .swiper-pagination-bullet {
    width: 16px;
    height: 48px;
    background: url(../images/quan.png) no-repeat 0;
    background-size: 16px;
    opacity: 1;
}

.body_pagination .swiper-pagination-bullet-active {
    background: url(../images/redquan.png) no-repeat 0;
    background-size: 16px;
}

.body_pagination .swiper-pagination-bullet-active::after {
    background: #a23116;
}

.body_pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active::after {
    background: none;
}

.body_pagination .swiper-pagination-bullet:nth-child(4)::after {
    background: none;
}

.container {
    width: 100%;
    height: 100vh;
}

.container .swiper_body {
    width: 100%;
    height: 100%;
}

.container .swiper_body .swiper-slide {
    height: 100vh;
}

.container .swiper_body .page01 {
    overflow-y: auto;
}

.container .swiper_body .swiper-slide .page-name-box {
    color: #022e09;
    
    font-size: 0.14rem;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    border-bottom: 0.03rem solid #022e09;
}

.container .swiper_body .swiper-slide.page01 .kernel {
    width: 6.67rem;
    margin: 0 auto;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box {
    width: 100%;
    height: 76%;
    background: url(../images/bg-yz.png) no-repeat;
    background-size: 100% 100%;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .page-name-box {
    margin: 0.21rem 0 0 0.31rem;
}

/* .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content {
    margin-top: 0.05rem !important;
} */

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .title {
    color: #022e09;
    text-align: center;
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 0.77rem;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce {
    margin-top: 0.16rem;
    margin-left: 8%;
    text-align: center;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce .txt {
    color: #022e09;
    
    font-size: 0.13rem;
    font-weight: 400;
    line-height: 1.5;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce .txt:nth-child(2) {
    margin-bottom: 0;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce .txt.left {
    /* margin-right: 0.42rem; */
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .img-box {
    display: block;
    margin-top: 0.21rem;
    display: flex;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .img-box img {
    display: block;
    height: 1.88rem;
}

.container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .img-box {
    margin-top: 0.21rem;
    display: flex;
}

.container .swiper_body .swiper-slide.page01 .page01-bottom-box {
    width: 100%;
    height: 24%;
    background: #022e09;
    overflow: hidden;
}

.container .swiper_body .swiper-slide.page01 .page01-bottom-box .introduce {
    margin-top: 0.16rem !important;
    display: flex;
}

.container .swiper_body .swiper-slide.page01 .page01-bottom-box .introduce span {
    display: inline-block;
    color: #ffffff;
    font-size: 0.09rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0rem;
    text-align: justify;
}

.container .swiper_body .swiper-slide.page01 .page01-bottom-box .introduce span:first-child {
    margin-right: 0.47rem;
    width: 3.15rem;
    margin-left: 0.25rem;
}

.container .swiper_body .swiper-slide.page01 .page01-bottom-box .introduce span:last-child {
    width: 2.7rem;
    margin-left: 0.01rem;
}

.fourth-right-cont p:nth-child(2) {
    display: block;
}

.fourth-phone {
    display: none;
}

.sen-right .right-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 3% 6%;
}

.top-content .phone-01 {
    display: none;
}

@media (max-width: 750px) {
    .menu {
        display: none;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box {
        height: 100%;
    }

    .container .swiper_body .swiper-slide .page-name-box {
        font-size: 0.2rem;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .page-name-box {
        margin: 0.71rem 0 0 0.51rem;
    }

    .container .swiper_body .swiper-slide.page01 .kernel {
        width: 83%;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content {
        margin-top: 0.3rem !important;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .title {
        font-size: 0.6rem;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce {
        display: flex;
        flex-direction: column;
        margin-top: 0.5rem;
        margin-right: 0px;
        font-size: 0.45rem;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce .txt.left {
        margin-right: 0;
    }

    .container .swiper_body .swiper-slide.page01 .page01-top-box .top-content .introduce .txt {
        /* margin-bottom: 0.4rem; */
        font-size: 0.47rem;
    }

    .container .swiper_body .swiper-slide.page01 .page01-bottom-box {
        display: none;
    }

    .page01 .phone-01 {
        display: block;
        margin-top: 0.2rem;
        font-size: 0.45rem;
        color: #022e09;
        line-height: 1.5;
        font-weight: 400;
        text-align: justify;
    }

    .sen .ysyd2 {
        display: inline-block;
        /* width: 1.765rem; */
        margin: 0.71rem 0 0 0.51rem;
        border-bottom: 0.03rem solid #022e09;
        font-weight: 900;
        background: url("../images/yanshenyd-title.png") no-repeat;
        background-size: 100% 100%;
    }

    .sen .zyyt {
        width: 100%;
        margin-left: 0;
        top: 41%;
        font-size: .7125rem;
        line-height: 1.2rem;
    }

    .sen .right-cont {
        margin: 8% 12% 0% 5%;
    }

    .sen .right-cont p {
        line-height: .37rem;
    }

    .sen .right-cont span {
        margin-top: 0.3208rem;
    }

    .yanshen3 .right-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .yanshen3 .right-cont p {
        line-height: .77rem;
    }

    .yanshen3 .right-cont {
        margin: 0 12% 0 5%;
    }

    .fourth .ysyd4 {
        display: inline-block;
        width: 1.765rem;
        margin: 0.71rem 0 0 0.51rem;
        border-bottom: 0.03rem solid #022e09;
        font-weight: 900;
    }

    .fourth .yltd {
        width: 3.6rem;
        height: auto;
        margin-top: 4.3rem;
        margin-left: 0.2rem;
        margin-right: 0;
        font-size: .7125rem;
        line-height: 1.2rem;
    }

    .fourth .fourth-left img {
        width: 3.4rem;
        height: auto;
    }

    .fourth .fourth-right-cont .pc2 {
        display: none;

    }

    .fourth .fourth-right-cont p:nth-child(3) {
        display: none;
    }

    .fourth .fourth-phone {
        display: block;
        margin-top: 6%;
    }

    .fourth .fourth-phone .fourth-phone2 {
        display: block;
    }

    .fourth-right-cont .fourth-phone p:nth-child(2) {
        width: 100%;
    }

    .fourth-right-cont .fourth-phone p:nth-child(1) {
        font-weight: 400;
        line-height: .44rem;
    }

    .fourth-right-cont .fourth-phone p:nth-child(2) {
        font-weight: 400;
        line-height: .44rem;
    }
}