.login{
    background-image: url(../img/login_bg.png);
    padding-left: 3.45rem;
    padding-right: 3.6rem;
    width: 100%;
    align-items: center;
    height: 100%;
}
.login>p{
    font-size: .4rem;
    color: #fff;
    letter-spacing: .1rem;
    line-height: 1.5;
}
.login>div{
    width: 4.6rem;
    padding: .6rem .4rem .5rem .48rem;
    background: #FFFFFF;
}
.login>div>p{
    font-size: .28rem;
    line-height: 1.5;
    margin-bottom: .4rem;
}
.login>div>div{
    position: relative;
    margin-bottom: .24rem;
}
.login>div>div>input{
    padding: .25rem;
    color: #1D1D1D;
    font-size: .18rem;
    display: block;
    border: 1px solid #D8D8D8;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
}
.login>div>div>input:focus{
    border: 1px solid #0E4D2A;
}
.login>div>div>input::placeholder{
    color: #4B4B4B;
}
.login>div>div>i{
    position: absolute;
    right: .14rem;
    top: 0.15rem;
    width: 2rem;
    height: .42rem;
}
.login>div>div>i>img{
    width: 100%;
    height: 100%;
}
.login>div>button{
    width: 100%;
    padding: .22rem;
    background-color: #0E4D2A;
    font-size: .22rem;
    color: #fff;
    display: block;
    cursor: pointer;
}
@media screen and (max-width:1440px) {
    .login>div>div>input{
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .login>div>button{
        font-size: 16px;
    }
    .login>div>p {
        font-size: 18px;
    }
    .login>p {
        font-size: 24px;
    }
    .login>div {
        width: 300px;
    }
    .login>div>div>i {
        right: 1px;
    top: 2.5%;
    width: 150px;
    height: 95%;
    }
}
@media screen and (max-width:768px) {
    .login {
        padding-left: 2.45rem;
        padding-right: 2.6rem;
    }
}
@media screen and (max-width:540px) {
    .login {
        display: block;
        padding: 100px 1.6rem;
        height: auto;
    }
    .login>div {
        width: 100%;
        padding: 20px;
    }
    .login>div>div>input {
        padding: 8px;
    }
    .login>div>div {
        margin-bottom: 10px;
    }
    .login>div>div>i {
        top: 1px;
    }
    .login>div>button {
        padding: 13px;
    }
}
.about{
    padding-top: 2rem;
    overflow: hidden;
}
.about>h3{
    font-size: .42rem;
    color: #202020;
    margin-bottom: .42rem;
}
.about>p{
    font-size: .16rem;
    color: #2F2F2F;
    line-height: 1.8;
    margin-bottom: .55rem;
}
.about>span{
    position: relative;
    z-index: 20;
}
.about>ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
}
.about>ul>li{
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    padding: 0.35rem 0;
    cursor: pointer;
    background-color: #fff;
}
.about>ul.wd3>li{
    width: 33.33%;
}
.about>ul.wd2>li{
    width: 50%;
}
.about>ul>li::after{
    width: 1px;
height: .2rem;
right: 0;
top: 40%;
background: #B9B9B9;
}
.about>ul>li:last-child::after{
    display: none;
}
.about>ul>li>i{
    width: 12px;
    height: 12px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-right: .05rem;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>ul>li>p{
    font-size: .2rem;
    color: #1B1B1B;
    transition: .5s;
}
.about>ul>li:hover,
.about>ul>li.on{
    background-color: #0E4D2A;
}
.about>ul>li:hover>i,
.about>ul>li.on>i{
    opacity: 1;
}
.about>ul>li:hover>p,
.about>ul>li.on>p{
    color: #fff;
}
.about>div{
    position: relative;
}
.about>div>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.about>div>div.on{
    position: relative;
    z-index: 10;
    opacity: 1;
}
.about>div>.about1{
    padding-top: 1.55rem;
    padding-bottom: .75rem;
}
.about>div>.about1>div{
    padding-bottom: 2.15rem;
}
.about>div>.about1>div>div{
    width: 38%;
}
.about>div>.about1>div>div>h3{
    color: #202020;
    font-size: .3rem;
}
.about>div>.about1>div>div>b{
    font-size: .26rem;
    color: #0E4D2A;
    margin: .38rem 0 .25rem 0;
    font-weight: bold;
}
.about>div>.about1>div>div>p{
    font-size: .16rem;
    color: #2F2F2F;
    line-height: 1.8;
    text-align: justify;
}
.about>div>.about1>div>div>i{
    margin: .55rem 0 .6rem 0;
    width: 100%;
height: 1px;
background: #EDEDED;
}
.about>div>.about1>div>div>ul{
    display: flex;
}
.about>div>.about1>div>div>ul>li{
    margin-right: .88rem;
}
.about>div>.about1>div>div>ul>li:last-child{
    margin-right: 0;
}
.about>div>.about1>div>div>ul>li>p{
    font-size: .24rem;
    margin-bottom: .25rem;
}
.about>div>.about1>div>div>ul>li>b{
    font-size: .26rem;
    color: #0E4D2A;
    display: flex;
    align-items: flex-end;
}
.about>div>.about1>div>div>ul>li>b>i{
    font-size: .6rem;
    line-height: 0.8;
    color: #0E4D2A;
}
.about>div>.about1>div>span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about>div>.about1>div>span>img{
    position: absolute;
}
.about>div>.about1>div>span>img:nth-child(1){
    width: 23%;
    top: -1.1rem;
    right: .24rem;
}
.about>div>.about1>div>span>img:nth-child(2){
    width: 27%;
    right: 2.96rem;
    top: 1.05rem;
}
.about>div>.about1>div>span>img:nth-child(3){
    width: 12%;
    top: 4.65rem;
    right: 2.4rem;
}
.about>div>.about1>span{
    padding: 1.2rem;
    background-image: url(../img/about1_1bg.png);
    display: flex;
    justify-content: flex-start;
    width: 40%;
    position: relative;
    z-index: 10;
}
.about>div>.about1>span>i{
    width: .5rem;
    height: 1px;
    background: #FFFFFF;
    margin-right: .1rem;
    margin-top: 0.15rem;
}
.about>div>.about1>span>p{
    font-size: .2rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}
.about>div>.about1>span>p>b{
    font-weight: bold;
    color: #fff;
    display: inline-block;
}
.about>div>.about1>a{
    margin-top: 1.15rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1.9rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #454545;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>div>.about1>a>p{
    font-size: .18rem;
    color: #333;
    transition: .5s;
}
.about>div>.about1>a:hover{
    border-bottom: 1px solid #0E4D2A;
}
.about>div>.about1>a:hover>p{
    color: #0E4D2A;
}
.about>div>.about1>a>i{

}
.about>div>.about1>i{
    position: absolute;
    bottom: 0;
    right: 1.6rem;
    width: 57%;
}
.about>div>.about1>u{
    position: absolute;
    bottom: .5rem;
    left: 4rem;
    width: 44%;
    z-index: 10;
}
.about>div>.about2{
    padding-top: 1.45rem;
    align-items: center;
    padding-left: 1.6rem;
}
.about>div>.about2>ul{
    width: 26%;
    position: relative;
    z-index: 20;
}
.about>div>.about2>ul>li{
    margin-bottom: .35rem;
    position: relative;
    cursor: pointer;
}
.about>div>.about2>ul>li:last-child{
    margin-bottom: 0;
}
.about>div>.about2>ul>li.on,
.about>div>.about2>ul>li:hover{

}
.about>div>.about2>ul>li>p{
    font-size: .26rem;
    color: #8F8F8F;
    background-color: #fff;
    display: table;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 20;
    position: relative;
    padding-right: .2rem;
}
.about>div>.about2>ul>li>i{
    position: absolute;
    width: 100%;
    background-color: #0E4D2A;
    height: 2px;
    opacity: 0;
    right: 0;
    top: 45%;
    z-index: 10;
    transition: .5s;
}
.about>div>.about2>ul>li:hover>p,
.about>div>.about2>ul>li.on>p{
    color: #1B1B1B;
}
.about>div>.about2>ul>li:hover>i,
.about>div>.about2>ul>li.on>i{
    opacity: 1;
}
.about>div>.about2>div{
    position: relative;
    width: 53%;
}
.about>div>.about2>div>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>div>.about2>div>div.on{
    position: relative;
    z-index: 10;
    opacity: 1;
}
.about>div>.about2>div>div>span{
    position: absolute;
    bottom: 0;
    left: -4.75rem;
    z-index: 5;
    width: 76%;
}
.about>div>.about2>div>div>div{
    width: 100%;
    padding-top: 3.6rem;
    position: relative;
    background-color: #0E4D2A;
}
.about>div>.about2>div>div>div>p{
    position: absolute;
    left: 3.3rem;
    top: 0;
    font-size: .18rem;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.about>div>.about2>div>div>div>p>b{
    font-weight: normal;
    color: #fff;
    width: 100%;
    display: flex;
    line-height: 1.8;
    font-weight: bold;
}
.about>div>.about2>div>div>div>p>b>i{
    line-height: 1.8;
    color: #fff;
}
.about>div>.about2>div>div>div>b{
    font-size: 2rem;
    font-weight: normal;
    opacity: 0.2;
    text-stroke: 1px #DFDFDF;
    -webkit-text-stroke: 1px #DFDFDF;
    color: transparent;
    display: block;
    padding-left: 3.3rem;
    line-height: 0.72;
}
.about>div>.about3{
    padding-top: 1.05rem;
}
.about>div>.about3>.about3_1{
    margin-bottom: 1rem;
    position: relative;
}
.about>div>.about3>.about3_1>div{
    padding-left: 3.4rem;
    padding-right: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    display: flex;
    flex-wrap: wrap;
    transform: scale(1.2);
}
.about>div>.about3>.about3_1>div.on{
    position: relative;
    opacity: 1;
    z-index: 10;
    transform: scale(1);
}
.about>div>.about3>.about3_1>div>span{
    width: 44%;
}
.about>div>.about3>.about3_1>div>div{
    width: 56%;
    padding: 0.78rem 1.35rem;
    padding-right: 0.8rem;
}
.about>div>.about3>.about3_1>div>div>h3{
    display: flex;
    align-items: center;
    margin-bottom: 0.35rem;
}
.about>div>.about3>.about3_1>div>div>h3>b{
    width: .25rem;
    font-size: .28rem;
    color: #0E4D2A;
}
.about>div>.about3>.about3_1>div>div>h3>i{
    width: 6px;
    height: 6px;
    background: #0E4D2A;
    border-radius: 50%;
    margin: 0 .2rem;
}
.about>div>.about3>.about3_1>div>div>h3>p{
    font-size: .2rem;
    color: #0E4D2A;
}
.about>div>.about3>.about3_1>div>div>p{
    font-size: .2rem;
    text-align: justify;
    line-height: 1.5;
}
.about>div>.about3>.about3_2{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about>div>.about3>.about3_2::after{
    width: 100%;
    height: 2px;
    background-color: #E9E9E9;
    top: .18rem;
    left: 0;
}
.about>div>.about3>.about3_2>span{
    width: .38rem;
    height: .38rem;
    background-color: #C6C6C6;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about>div>.about3>.about3_2>span:hover{
    background-color: #0E4D2A;
}
.about>div>.about3>.about3_2>span::after{
    width: 8px;
    height: 8px;
    position: relative;
    border: 1px solid #FFFFFF;
    border-top: none;
    border-left: none;
    transform: rotate(
        135deg) translate(-2px,-1px);
}
.about>div>.about3>.about3_2>span:hover{
    box-shadow: 0px 6px 13px 0px rgba(14, 77, 42, 0.34);
}
.about>div>.about3>.about3_2>span:last-child{

}
.about>div>.about3>.about3_2>span:last-child::after{
    transform: rotate(
-45deg) translate(-1px,-2px);
}
.about>div>.about3>.about3_2>div{
    width: 85%;
    overflow: hidden;
}
.about>div>.about3>.about3_2>div>div{
    width: 100%;
    /* overflow: hidden; */
    transition: .8s;
}
.about>div>.about3>.about3_2>div>div>div{
    position: relative;
    cursor: pointer;
}
.about>div>.about3>.about3_2>div>div>div::after{
    width: 100%;
    height: 2px;
    top: .18rem;
    left: .11rem;
    width: 0%;
    background-color: #0E4D2A;
}
@keyframes chang {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.about>div>.about3>.about3_2>div>div>div.on::after{
    animation-duration: 3s;
    animation-name: chang;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    -webkit-animation-name: chang;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}
.about>div>.about3>.about3_2>div>div>div.on:last-child::after{
    animation: none;
    -webkit-animation: none;
}
.about>div>.about3>.about3_2>div>div>div.on>span{
    border: 1px solid #0E4D2A;
    background-color: #fff;
}
.about>div>.about3>.about3_2>div>div>div>span{
    width: .24rem;
    height: .24rem;
    background: transparent;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: .25rem;
    margin-top: 0.07rem;
    margin-left: 0.11rem;
    position: relative;
    z-index: 10;
}
.about>div>.about3>.about3_2>div>div>div>span>i{
    width: 8px;
    height: 8px;
    background-color: #8D8D8D;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>div>.about3>.about3_2>div>div>div.on>span>i{
    background: #0E4D2A;
}
.about>div>.about3>.about3_2>div>div>div>p{
    font-size: .2rem;
    color: #868686;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>div>.about3>.about3_2>div>div>div.on>p{
    color: #0E4D2A;
}
.about>div>.about3>.about3_3{
    position: relative;
    margin-top: .88rem;
}
.about>div>.about3>.about3_3::before{
    width: 100%;
    height: 13%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
}
.about>div>.about3>.about3_3>div{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transform: scale(1.2);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about>div>.about3>.about3_3>div.on{
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: scale(1);
}
.about>div>.about3>.about3_3>div>p{
    font-size: .24rem;
    text-align: center;
    line-height: 1.5;
}
.about>div>.about3>.about3_3>div>p>b{
    color: #0E4D2A;
    display: inline-block;
}
.about>div>.about3>.about3_3>div>b{
    margin-top: .8rem;
    font-size:3rem;
    color: #ECECEC;
    text-align: center;
}
.about>div>.about4{
    background-color: #FAFAFA;
    padding-top: 1.17rem;
    padding-bottom: .78rem;
}
.about>div>.about4>div{
    margin-bottom: .92rem;
}
.about>div>.about4>div:last-child{
    /* margin-bottom: 1.13rem; */
}
.about>div>.about4>div>h3{
    font-size: .3rem;
    color: #202020;
    align-items: center;
    margin-bottom: .43rem;
}
.about>div>.about4>div>h3>p{
    font-weight: bold;
}
.about>div>.about4>div>h3>a{
    font-size: .18rem;
    color: #353535;
    font-weight: normal;
}
.about>div>.about4>div>div{
    padding: .45rem .5rem;
    align-items: flex-start;
    background-color: #fff;
}
.about>div>.about4>div>div>span{
    width: 40%;
}
.about>div>.about4>div>div>ul{
    width: 60%;
    justify-content: flex-start;
    padding: 0.3rem 1.15rem 0 1rem;
}
.about>div>.about4>div>div>ul>li{
    padding-top: .4rem;
    padding-bottom: .47rem;
    margin-right: 1.1rem;
}
.about>div>.about4>div>div>ul>li:last-child{
    width: 100%;
    border-top: 1px solid #F4F4F4;
    margin-right: 0;
    padding-bottom: 0;
}
.about>div>.about4>div>div>ul>li>b{
    font-size: .22rem;
    color: #202020;
    margin-bottom: .28rem;
}
.about>div>.about4>div>div>ul>li>p{
    font-size: .16rem;
    color: #3D3D3D;
    line-height: 1.5;
}
.fy{
    padding: .6rem 0;
    border-top: 1px solid #C2C2C2;
    align-items: center;
    margin: 0 !important;
}
.fy>a{
    font-size: .24rem;
    color: #777777;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.fy>a:hover{
    color: #0E4D2A;
}
.fy>div{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}
.fy>div>a{
    font-size: .2rem;
    color: #7B7B7B;
    padding: 0.15rem;
    border: 1px solid #D2D2D2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    height: 0.43rem;
    align-items: center;
    margin-right: 0.12rem;
    display: flex;
}
.fy>div>a:hover,
.fy>div>a.on{
    color: #fff;
    background-color: #0E4D2A;
}
.fy>div>a:last-child{
    margin-right: 0;
}
@media screen and (max-width:1680px) {
    .about>div>.about1>span {
        padding: 1.2rem 1rem;
    }
}
@media screen and (max-width:1440px) {
    .about>ul>li>p ,
    .about>div>.about1>span>p,
    .about>div>.about3>.about3_2>div>div>div>p,
    .about>div>.about3>.about3_1>div>div>h3>p,
    .about>div>.about4>div>h3>a,
    .fy>div>a,
    .about>div>.about3>.about3_1>div>div>p,
    .about>div>.about4>div>div>ul>li>b,
    .about>div>.about2>div>div>div>p{
        font-size: 16px;
    }
    .about>p ,
    .about>div>.about1>a>p,
    .about>div>.about4>div>div>ul>li>p,
    .about>div>.about1>div>div>p{
        font-size: 14px;
    }
    .about>div>.about1>span {
        padding: 1rem;
    }
}
@media screen and (max-width:1366px) {
    .about>div>.about1>span{
        width: 45%;
    }
    .about>div>.about2>div>div>div>p {
        left: 2.8rem;
    }
    .about>div>.about2>div>div>div>b{
        padding-left: 2.8rem;
    }
}
@media screen and (max-width:1024px) {
    .about>ul>li>p ,
    .about>div>.about1>span>p,
    .about>div>.about2>div>div>div>p,
    .about>div>.about1>div>div>ul>li>p,
    .about>div>.about4>div>h3>a,
    .fy>div>a,
    .fy>a,
    .about>div>.about1>div>div>ul>li>b{
        font-size: 14px;
    }
    .about>div>.about1>div>div>b ,
    .about>div>.about2>ul>li>p,
    .about>div>.about4>div>div>ul>li>b,
    .about>div>.about1>div>div>h3{
        font-size: 16px;
    }
    .about>p ,
    .about>div>.about1>a>p,
    .about>div>.about4>div>div>ul>li>p,
    .about>div>.about1>div>div>p{
        font-size: 12px;
    }
    .about>div>.about2>div>div>div>p>b>i {
        width: 80%;
    }
    .about>div>.about3>.about3_2>span {
        width: 30px;
        height: 30px;
    }
    .about>div>.about3>.about3_2>div>div>div>span {
        width: 20px;
        height: 20px;
    }
    .about>div>.about3>.about3_2::after{
        top: 13px;
    }
    .about>div>.about3>.about3_2>div>div>div::after {
        top: 13px;
        left: 20px;
    }
    .about>div>.about3>.about3_1>div>div>h3>b {
        width: 18px;
        font-size: 18px;
    }
    .about>div>.about3>.about3_3>div>p{
        font-size: 18px;
    }
    .about>div>.about4>div>div>ul>li {
        padding-top: 0.2rem;
    }
    .about>div>.about4>div>div>ul {
        padding: 0rem 1.15rem 0 1rem;
    }
    .fy>div>a{
        height: 30px;
    }
}
@media screen and (max-width:768px) {
    .about>div>.about1>span {
        width: 55%;
    }
    .about>div>.about1>div>div {
        width: 45%;
    }
    .about>div>.about4>div>div>span,
    .about>div>.about4>div>div>ul {
        width: 100%;
    }
    .about>div>.about4>div>div>ul {
        padding: 1rem;
    }
    .about>div>.about4>div>h3{
        font-size: 20px;
    }
}
@media screen and (max-width:540px) {
    .about>ul>li>p{
        font-size: 12px;
    }
    .about>ul>li>i {
        width: 10px;
        height: 10px;
    }
    .about>div>.about1>div>div {
        width: 100%;
    }
    .about>div>.about1>div>div>ul>li>b>i {
        font-size: 30px;
    }
    .about>div>.about1>div>div>ul>li>p {
        margin-bottom: 10px;
    }
    .about>div>.about1>span {
        width: 100%;
    }
    .about>div>.about1>span>i {
        width: 20px;
        margin-right: 5px;
        margin-top: 10px;
    }
    .about>div>.about1>a {
        width: 80px;
        padding-bottom: 10px;
    }
    .about>div>.about1>div>span>img:nth-child(3) {
        width: 45%;
        top: 20px;
        right: auto;
        position: relative;
    }
    .about>div>.about1>div>span {
        position: relative;
        height: auto;
    }
    .about {
        padding-top: 100px;
    }
    .about>h3 {
        font-size: 22px;
    }
    .about>div>.about2>ul {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .about>div>.about2>div {
        width: 100%;
        margin-top: 20px;
    }
    .about>div>.about2>div>div>span {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
    }
    .about>div>.about2>div>div>div {
        width: 100%;
        padding: 20px;
        padding-bottom: 0;
    }
    .about>div>.about2>div>div>div>p {
        position: relative;
        left: 0;
    }
    .about>div>.about2>div>div>div>p>b>i {
        width: 89%;
    }
    .about>div>.about2{
        padding-right: 1.6rem;
    }
    .about>div>.about2>div>div>div>b {
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
        font-size: 50px;
    }
    .about>div>.about3>.about3_1>div>span {
        width: 100%;
    }
    .about>div>.about3>.about3_1>div>div {
        width: 100%;
        padding: 15px;
    }
    .about>div>.about3>.about3_1>div{
        padding:0 1.6rem;
    }
    .about>div>.about3>.about3_2>div>div>div>span{
        margin-bottom: 10px;
    margin-top: 4px;
    margin-left: 8px;
    }
    .about>div>.about3>.about3_3>div>p {
        font-size: 16px;
    }
    .about>div>.about3>.about3_3>div>b{
        font-size: 80px;
    }
    .about>div>.about4>div>div>ul>li {
        padding-top: 10px;
    }
    .fy>div>a {
        padding: 10px;
    }
    .fy>div {
        width: auto;
    }
}
.news{
    padding-top: 1.25rem;
    padding-bottom: .5rem;
    background-color: #F9F9F9;
}
.news>div{

}
.news>div>div{
    margin-bottom: .95rem;
}
.news>div>div>div{
    width: 35%;
}
.news>div>div>div>div{
    background-color: #fff;
    padding: .8rem .7rem .9rem .7rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news>div>div:hover>div>div{
    background-color: #0E4D2A;
}
.news>div>div>div>div>b{
    font-size: .34rem;
    color: #131313;
    transition: .5s;
}
.news>div>div>div>div>p{
    font-size: .26rem;
    color: #1D1D1D;
    margin-top: .4rem;
    margin-bottom: .3rem;
    line-height: 1.5;
    transition: .5s;
}
.news>div>div>div>div>i{
    font-size: .16rem;
    line-height: 1.5;
    transition: .5s;
}
.news>div>div:hover>div>div>b,
.news>div>div:hover>div>div>p,
.news>div>div:hover>div>div>i{
    color: #fff;
}
.news>div>div>span{
    width: 61%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news>div>div>span>i{
    width: 69%;
}
a.more{
    width: 1.9rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #454545;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.more>p{
    font-size: .18rem;
    color: #282828;
    transition: .5s;
}
a.more:hover{
    border-bottom: 1px solid #0E4D2A;
}
a.more:hover>p{
    color: #0E4D2A;
}
a.more>i{

}
.news_xq{

}
.xdh{
    padding-top: 1.95rem;
    padding-bottom: .43rem;
    border-bottom: 1px solid #E8E8E8;
}
.xdh>ul{
    justify-content: flex-start;
    align-items: center;
}
.xdh>ul>li{
    font-size: .2rem;
}
.xdh>ul>li>a{
    color: #868686;
}
.xdh>ul>li.on>a{
    color: #0E4D2A;
}
.xdh>ul>li>i{
    margin: 0 .2rem;
}
.news_xq>.nr{
    padding: .6rem 2.28rem;
    padding-bottom: .3rem;
}
.news_xq>.nr>h3{
    font-size: .28rem;
    color: #1D1D1D;
    font-weight: normal;
}
.news_xq>.nr>i{
    margin: .32rem 0 .5rem 0;
    color: #868686;
    font-size: .16rem;
}
.news_xq>.nr>div{
    padding: .5rem 0;
    border: 1px solid #C2C2C2;
    border-left: none;
    border-right: none;
}
.news_xq>.nr>div *{
    font-size: 14px;
    line-height: inherit;
    list-style: auto;
    line-height: 1.5;
    border-spacing: 0;
    font-size: inherit;
    display: inline-block;
    color: unset;
}
.news_xq1>div strong *{
    font-weight: bold;
}
.news_xq1>div td:last-child{
    border-right: 1px solid #333;
}
.news_xq1>div table *{
    font-size: 14px;
}
.news_xq1>div table{
    border-bottom: 1px solid #333;
}
.news_xq1>div td{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    padding: 5px;
}
.news_xq>.nr>div img {
    height: auto !important;
    margin: 0 auto;
    display: inline;
}
.news_xq>.nr>div>p{
    font-size:.16rem;
    line-height:1.5;
    color:#2F2F2F;
    display: block;
    /* margin-bottom:.25rem; */
}
.news_xq>.nr>div>img{
    margin:0 auto;
}
.news_xq>.nr>p{
    font-size:.24rem;
    padding: .45rem 0;
}
.news_xq>.nr>p>a{
    color:#777777;
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
}
.news_xq>.nr>p>a:hover{
    color:#0E4D2A;
}
.tj{
    margin-top: .3rem;
    padding-top: .85rem;
    padding-left: 3.85rem;
    padding-right: 3.85rem;
    padding-bottom: 1rem;
    background-color: #FAFAFA;
}
.tj>h3{
    font-size: .26rem;
    color: #161616;
    margin-bottom: .5rem;
    font-weight: normal;
}
.tj>ul{
    display: flex;
}
.tj>ul>li{
    width: 23%;
    cursor: pointer;
    margin-right: 3%;
}
.tj>ul>li>span{

}
.tj>ul>li>p{
    font-size: .18rem;
    margin: .3rem 0 .25rem 0;
    line-height: 1.5;
    color: #868686;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: bold;
}
.tj>ul>li>i{
    font-size: .18rem;
    color: #868686;
    transition: .5s;
    line-height: 1.5;
}
.tj>ul>li:hover>i,
.tj>ul>li:hover>p{
    color: #0E4D2A;
}
@media screen and (max-width:1440px) {
    a.more>p,
    .tj>ul>li>p,
    .tj>ul>li>i,
    .xdh>ul>li{
        font-size: 16px;
    }
    .news>div>div>div>div>i,
    .news_xq>.nr>div>p,
    .news_xq>.nr>i{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1024px) {
    .news>div>div>div>div>b,
    .news_xq>.nr>p{
        font-size: 18px;
    }
    .news>div>div>div>div>p{
        font-size: 16px;
    }
    a.more>p{
        font-size: 14px;
    }
    .news>div>div>div>div>i{
        font-size: 12px;
    }
    .news_xq>.nr>h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    a.more>p, .tj>ul>li>p, .tj>ul>li>i, .xdh>ul>li{
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    .about>div>.about2>div>div>div>p>b{
        flex-wrap: wrap;
    }
    .news_xq>.nr {
        padding: 0.6rem 0rem;
    }
    .tj{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .tj>h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:540px) {
    .news>div>div>div {
        width: 100%;
    }
    .news>div>div>span {
        width: 100%;
    }
    a.more {
        width: 100px;
    }
    .xdh {
        padding-top: 100px;
    }
    .tj>ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tj>ul>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.hzgy1{
    padding-top: 1rem;
    padding-bottom: .2rem;
}
.hzgy1>h3{
    font-size: .26rem;
    text-align: center;
}
.hzgy1>div{
    margin-top: .75rem;
    margin-bottom: .65rem;
}
.hzgy1>div:nth-child(4){
    margin-bottom: 1.15rem;
}
.hzgy1>div>span{
    width: 37.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.hzgy1>div>span.ph_dis{
    display: none;
}
.hzgy1>div.two>span{
    align-items: flex-end;
}
.hzgy1>div>span>p{
    width: 1.9rem;
    font-size: .22rem;
    color: #313131;
    margin-bottom: .97rem;
    line-height: 1.5;
    font-weight: bold;
}
.hzgy1>div>span>a{

}
.hzgy1>div>div{
    width: 62.5%;
    position: relative;
}
.hzgy1>div>div .swiper-slide{
}
.hzgy1>div>div .swiper-slide>span{

}
.hzgy1>div>div .swiper-slide>p{
    font-size: .16rem;
    margin-top: .37rem;
    line-height: 1.5;
}
.hzgy1>div>div>p{
    display: flex;
    align-items: center;
    position: absolute;
    top: 4.2rem;
    left: -0.76rem;
    z-index: 10;
}
.hzgy1>div.two>div>p {
    right: -0.76rem;
    left: auto;
}
.hzgy1>div>div>p>i{
    width: .76rem;
    height: .72rem;
    background: #D3D3D3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.hzgy1>div>div>p>i:hover{
    background-color: #0E4D2A;
}
.hzgy1>div>div>p>i::after{
    position: relative;
    width: .1rem;
    height: .1rem;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(
        45deg);
}
.hzgy1>div>div>p>i:last-child{

}
.hzgy1>div>div>p>i:last-child::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.hzgy2{
    padding-top: .75rem;
    padding-bottom: .6rem;
}
.hzgy2>.d1{
    
}
.hzgy2>.d1>.ti{
    align-items: center;
    margin-bottom: .65rem;
}
.hzgy2>.d1>.ti>span{

}
.hzgy2>.d1>.ti>span>b{
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.5;
}
.hzgy2>.d1>.ti>span>p{
    font-size: .16rem;
    line-height: 1.5;
    margin-top: .3rem;
}
.hzgy2>.d1>.ti>a{

}
.hzgy2>.d1>#hz2_1{
    margin-bottom: .7rem;
}
.hzgy2>.d1>#hz2_1 .swiper-slide{
    border: 1px solid #C4C4C4;
    height: auto;
}
.hzgy2>.d1>#hz2_1 .swiper-slide>span{
    padding:.5rem .95rem .5rem .95rem;
}
.hzgy2>.d1>#hz2_1 .swiper-slide>span>img{
    margin: 0 auto;
}
.hzgy2>.d1>#hz2_1 .swiper-slide>p{
    font-size: .22rem;
    padding: .3rem;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #C4C4C4;
    line-height: 1.5;
}
.hzgy2>.d1>#hz2_1bar{
    height: 6px;
}
.hzgy2>.d1>#hz2_1bar>div{
    background-color: #0E4D2A;
}
.hzgy2>.d2{
    padding-top: 1.3rem;
    padding-bottom: 1.2rem;
    background-image: url(../img/hzgy2_2bg.png);
    align-items: center;
}
.hzgy2>.d2>div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.hzgy2>.d2>div>b{
    font-size: .22rem;
    margin-bottom: .35rem;
    font-weight: bold;
}
.hzgy2>.d2>div>p{
    font-size: .22rem;
    margin-bottom: .35rem;
    font-weight: bold;
    color: #0E4D2A;
    line-height: 1.5;
}
.hzgy2>.d2>span{
    position: relative;
    width: 55%;
}
.hzgy2>.d2>span>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hzgy2>.d2>span>img:first-child{
    position: relative;
}
.hzgy2>.d2>span>img:nth-child(2){
    animation-delay: .5s;
}
.hzgy2>.d2>span>img:nth-child(3){
    animation-delay: 1s;
}
.hzgy2>.d2>span>img:last-child{
    position: relative;
    animation-delay: 1.5s;
}
.hzgy2>.d3{
    padding: 1.8rem 3rem;
    background-image: url(../img/hzgy2_3bg.png);
    align-items: center;
}
.hzgy2>.d3>p{
    display: flex;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    align-items: center;
    cursor: pointer;
}
.hzgy2>.d3>p>i {
    margin-right: 0.2rem;
    width: 1rem;
}
.hzgy2>.d3>i{
    width: 1px;
    height: .45rem;
    background: #FFFFFF;
    margin:0 1.2rem;
}
.hzgy2>.d4{
    padding-top: .75rem;
    padding-bottom: 1rem;
    background-color: #F8F8F8;
}
.hzgy2>.d4>p{
    font-size: .22rem;
    margin-bottom: .7rem;
    font-weight: bold;
}
.hzgy2>.d4 .swiper-slide{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hzgy2>.d4 .swiper-slide>div{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
    padding: .5rem;
    background-color: #fff;
}
.hzgy2>.d4 .swiper-slide>div>img{
    
}
.hzgy2>.d4 .swiper-slide>div>p{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: #0E4D2A;
    color: #fff;
    font-size: .24rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hzgy2>.d4 .swiper-slide>div:hover>p{
    opacity: 1;
}
.hzgy2>.d4 .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
}
.hzgy2>.d4 .swiper-pagination-bullet {
    display: block;
    margin-right: .1rem;
}
.hzgy2>.d4 .swiper-pagination-bullet-active{
    background-color: #0E4D2A;
}
.hzgy2>.d5{
    padding-top: .95rem;
}
.hzgy2>.d5>p{
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .46rem;
}
.hzgy2>.d5>i{
    font-size: .16rem;
    color: #2F2F2F;
    line-height: 1.5;
    margin-bottom: 1.3rem;
}
.hzgy2>.d5>div{
    padding: .4rem 0;
}
.hzgy2>.d5>div .swiper-slide{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.hzgy2>.d5>div .swiper-slide>img{
    width: 100%;
}
.hzgy2>.d5>div .swiper-slide-active{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    z-index: 10;
}
.hzgy2>.d5>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .8rem;
}
.hzgy2>.d5>ul>li{
    font-size: .28rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: 0.87rem;
    position: relative;
    cursor: pointer;
}
.hzgy2>.d5>ul>li::after{
    width: 0.37rem;
    height: 1px;
    background: #C8C8C8;
    top: 49%;
    right: -0.6rem;
}
.hzgy2>.d5>ul>li:last-child{
    margin-right: 0;
}
.hzgy2>.d5>ul>li:last-child::after{
    display: none;
}
.hzgy2>.d5>ul>li.on{
    color: #0E4D2A;
}
@keyframes fd {
    0%{
        opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    100%{
        opacity: 0;
    -webkit-transform: scale(4.5);
    transform: scale(4.5);
    }
}
.hzgy3{
    padding-top: 1.2rem;
    padding-bottom: .6rem;
}
.hzgy3>span{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 27%;
}
.hzgy3>span>b{
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .25rem;
}
.hzgy3>span>p{
    font-size: .16rem;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: .8rem;
}
.hzgy3>span>a{

}
.hzgy3>div{
    width: 60%;
    position: relative;
}
.hzgy3>div>span{

}
.hzgy3>div>ul{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.hzgy3>div>ul>li{
    position: absolute;
}
.hzgy3>div>ul>li>p{
    font-size: .16rem;
    text-align: center;
    color: #fff;
    width: 0.8rem;
    padding: 0.06rem;
    border-radius: 0.2rem;
    background-color: #0E4D2A;
    position: absolute;
    top: -.4rem;
    left: -.39rem;
    transition: .5s;
    transform: scaleY(0);
    transform-origin: bottom;
}
.hzgy3>div>ul>li>p::after{
    width: .1rem;
    height: .1rem;
    background-color: #0E4D2A;
    z-index: -1;
    bottom: -0.05rem;
    left: 45%;
    transform: rotate(
45deg);
}
.hzgy3>div>ul>li:hover>p{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.hzgy3>div>ul>li>span{

}
.hzgy3>div>ul>li>span>i{
    background: #E33B3B;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: relative;
    animation-duration: 2.4s;
    animation-name: fd;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: fd;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
}
.hzgy3>div>ul>li.xing>span>i{
    animation: none;
    -webkit-animation: none;
    width: 10px;
    background: none;
    transform: translateX(-0.03rem);
}
.hzgy3>div>ul>li>span>i:first-child{
    position: relative;
}
.hzgy3>div>ul>li>span>i:nth-child(2){

}
.hzgy3>div>ul>li>span>i:nth-child(3){
    animation-delay: .8s;
}
.hzgy3>div>ul>li>span>i:nth-child(4){
    animation-delay: 1.5s;
}
.hzgy3>div>ul>li:nth-child(1){
    top: 37%;
    right: 36%;
}
.hzgy3>div>ul>li:nth-child(2){
    top: 17%;
    right: 24%;
}
.hzgy3>div>ul>li:nth-child(3){
    top: 27%;
    right: 25%;
}
.hzgy3>div>ul>li:nth-child(4){
    top: 33%;
    right: 29.5%;
}
.hzgy3>div>ul>li:nth-child(5){
    top: 35%;
    right: 47%;
}
.hzgy3>div>ul>li:nth-child(6){
    top: 24%;
    right: 79%;
}
.hzgy3>div>ul>li:nth-child(7){
    top: 41.5%;
    right: 38%;
}
.hzgy3>div>ul>li:nth-child(8){
    top: 45%;
    right: 43%;
}
.hzgy3>div>ul>li:nth-child(9){
    top: 48.5%;
    right: 69%;
}
.hzgy3>div>ul>li:nth-child(10){
    top: 47%;
    right: 34%;
}
.hzgy3>div>ul>li:nth-child(11){
    top: 49%;
    right: 55%;
}
.hzgy3>div>ul>li:nth-child(12){
    top: 53%;
    right: 48%;
}
.hzgy3>div>ul>li:nth-child(13){
    top: 54%;
    right: 40%;
}
.hzgy3>div>ul>li:nth-child(14){
    top: 55%;
    right: 31%;
}
.hzgy3>div>ul>li:nth-child(15){
    top: 55%;
    right: 81%;
}
.hzgy3>div>ul>li:nth-child(16){
    top: 58.5%;
    right: 34.5%;
}
.hzgy3>div>ul>li:nth-child(17){
    top: 61%;
    right: 57.5%;
}
.hzgy3>div>ul>li:nth-child(18){
    top: 62%;
    right: 42.8%;
}
.hzgy3>div>ul>li:nth-child(19){
    top: 64%;
    right: 49%;
}
.hzgy3>div>ul>li:nth-child(20){
    top: 66%;
    right: 29%;
}
.hzgy3>div>ul>li:nth-child(21){
    top: 72%;
    right: 45%;
}
.hzgy3>div>ul>li:nth-child(22){
    top: 70%;
    right: 36%;
}
.hzgy3>div>ul>li:nth-child(23){
    top: 73%;
    right: 50.5%;
}
.hzgy3>div>ul>li:nth-child(24){
    top: 75%;
    right: 32.5%;
}
.hzgy3>div>ul>li:nth-child(25){
    top: 80%;
    right: 62%;
}
.hzgy3>div>ul>li:nth-child(26){
    top: 85%;
    right: 47.5%;
}
.hzgy3>div>ul>li:nth-child(27){
    top: 83%;
    right: 40%;
}
.hzgy3>div>ul>li:nth-child(28){
    top: 82%;
    right: 26.5%;
}
.hzgy3>div>ul>li:nth-child(29){
    top: 87%;
    right: 38%;
}
.hzgy3>div>ul>li:nth-child(30){
    top: 95%;
    right: 46%;
}
.hzgy3>div>ul>li:nth-child(31){
    top: 47%;
    right: 52.5%;
}
.hzgy3>div>ul>li:nth-child(32){
    top: 62%;
    right: 27%;
}
.hzgy3>div>ul>li:nth-child(33){
    top: 88%;
    right: 40%;
}
.hzgy3>div>ul>li:nth-child(34){
    top: 40.5%;
    right: 35%;
}
.hzgy4{
    /* background-color: #F8F8F8; */
    /* padding-top: 1rem; */
    /* padding-bottom: .4rem; */
}
.hzgy4>p{
    font-size: .22rem;
    background-color: #F8F8F8;
    padding-top: 1rem;
    font-weight: bold;
    padding-bottom: 0.85rem;
}
.hzgy4>div{
    background-color: #F8F8F8;
    padding-bottom: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    display: none;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
}
.hzgy4>div:nth-child(2){
    display: flex;
}
.hzgy4>div:nth-child(3){
    display: flex;
}
.hzgy4>div:nth-child(4){
    display: flex;
}
.hzgy4>div.on{
    display: flex;
}
.hzgy4>div:last-child{
    display: block;
}
.hzgy4>div>span{
    width: 60%;
    position: relative;
    z-index: 10;
}
.hzgy4>div>div{
    width: 45%;
    position: absolute;
    bottom: 1.15rem;
    right: 1.6rem;
}
.hzgy4>div>div>img{

}
.hzgy4>div>div>div{
    position: absolute;
    left: 3.8rem;
    top: -.35rem;
}
.hzgy4>div>div>div>b{
    font-size: .8rem;
}
.hzgy4>div>div>div>i{
    margin-top: 0.9rem;
    margin-bottom: .85rem;
    width: .55rem;
    height: .06rem;
    background: #0E4D2A;
}
.hzgy4>div>div>div>p{
    font-size: .24rem;
    font-weight: bold;
}
.hzgy4>.gj1{
    
}
.hzgy4>.gj2{
    justify-content: flex-end;
}
.hzgy4>.gj2>span{
    
}
.hzgy4>.gj2>div{
    right: auto;
    left: 1.6rem;
}
.hzgy4>.gj2>div>div{
    left: 2.4rem;
}
.hzgy4>.gj2>div>div>b{
    
}
.hzgy4>.gj2>div>div>i{
    
}
.hzgy4>.gj2>div>div>p{
    
}
.hzgy4>span{
    padding: 0.3rem 0 1.1rem 0;
    background-color: #F8F8F8;
}
.hzgy4>span>button{
    display: block;
    width: 1.5rem;
    height: 0.55rem;
    background: #0E4D2A;
    border-radius: 0.3rem;
    color: #fff;
    font-size: .2rem;
    margin: 0 auto;
    cursor: pointer;
}
.hzgy4>.gj3{
    background: #fff;
    padding-bottom: 0.4rem;
    padding-top: 1rem;
    display: block;
}
.hzgy4>.gj3>p{
    font-size: .16rem;
    line-height: 1.8;
    margin-bottom: .8rem;
    text-align: center;
}
.hzgy4>.gj3>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hzgy4>.gj3>ul>li{
    width: 32%;
    margin-right: 2%;
    position: relative;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.hzgy4>.gj3>ul>li:hover{
    background-color: #0E4D2A;
}
.hzgy4>.gj3>ul>li>img{
    width: 100%;
}
.hzgy4>.gj3>ul>li>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hzgy4>.gj3>ul>li>div>span{
    position: relative;
    width: 0.6rem;
}
.hzgy4>.gj3>ul>li>div>span>img{
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.hzgy4>.gj3>ul>li>div>span>img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hzgy4>.gj3>ul>li:hover>div>span>img{
    opacity: 0;
}
.hzgy4>.gj3>ul>li:hover>div>span>img:last-child{
    opacity: 1;
}
.hzgy4>.gj3>ul>li>div>p{
    margin-top: .2rem;
    font-size: .28rem;
    color: #0E4D2A;
    text-align: center;
    font-weight: bold;
    transition: .5s;
}
.hzgy4>.gj3>ul>li:hover>div>p{
    color: #fff;
}
@media screen and (max-width:1440px) {
    .hzgy1>h3 ,
    .hzgy2>.d1>.ti>span>b,
    .hzgy2>.d4>p,
    .hzgy2>.d5>p,
    .hzgy1>div>span>p{
        font-size: 18px;
    }
    .hzgy1>div>div .swiper-slide>p,
    .hzgy2>.d1>.ti>span>p,
    .hzgy3>span>p,
    .hzgy3>div>ul>li>p,
    .hzgy4>.gj3>p,
    .hzgy2>.d5>i{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {
    .hzgy3>span>b,
    .hzgy4>div>div>div>p,
    .hzgy4>span>button,
    .hzgy4>p {
        font-size: 16px;
    }
    .hzgy3>div>ul>li>p {
        width: 60px;
    }
}
@media screen and (max-width:1024px) {
    .hzgy1>h3, .hzgy1>div>span>p ,
    .hzgy2>.d1>#hz2_1 .swiper-slide>p,
    .hzgy2>.d2>div>b,
    .hzgy2>.d2>div>p,
    .hzgy2>.d3>p,
    .hzgy2>.d4 .swiper-slide>div>p{
        font-size: 16px;
    }
    .hzgy2>.d3>i {
        margin: 0 0.6rem;
    }
    .hzgy2>.d5>ul>li{
        font-size: 18px;
    }
}
@media screen and (max-width:768px) {
    .hzgy1>div>span,
    .hzgy1>div>div {
        width: 100%;
    }
    .hzgy4>span>button {
        width: 100px;
        height: 35px;
        border-radius: 20px;
    }
    .about>ul>li::after {
        height: 10px;
    }
    .hzgy1>div.fy>div{
        width: auto;
    }
    .hzgy1>div>span>p {
        width: 100%;
        margin-bottom:0;
    }
    .hzgy1>div>span {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .hzgy1>div>span.pc_dis{
        display: none;
    }
    .hzgy1>div>span.ph_dis{
        display: flex;
    }
    .hzgy1>div>div>p>i {
        width: 40px;
        height: 40px;
    }
    .hzgy1>div>div>p {
        top: 41%;
        left: 0;
    }
    .hzgy1>div.two>div>p {
        right: auto;
        left: 0;
    }
    .hzgy2>.d3 {
        padding: 1.8rem 1.6rem;
    }
    .hzgy3>div,
    .hzgy3>span{
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    .hzgy1>div>div>p {
        top: 35%;
    }
    .hzgy1>div {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .hzgy1>div>span {
        margin-top: 10px;
    }
    .hzgy1>div>div>p>i::after {
        width: 8px;
        height: 8px;
    }
    .hzgy1>h3, .hzgy2>.d1>.ti>span>b, .hzgy2>.d4>p, .hzgy2>.d5>p, .hzgy1>div>span>p {
        font-size: 16px;
    }
    .hzgy2>.d1>.ti>a {
        margin: 20px 0;
    }
    .hzgy1>h3, .hzgy1>div>span>p, .hzgy2>.d1>#hz2_1 .swiper-slide>p, .hzgy2>.d2>div>b, .hzgy2>.d2>div>p, .hzgy2>.d3>p, .hzgy2>.d4 .swiper-slide>div>p {
        font-size: 14px;
    }
    .hzgy2>.d2>span {
        width: 100%;
    }
    .hzgy2>.d3>i{
        display: none;
    }
    .hzgy2>.d3>p{
        width: 50%;
        margin-bottom: 15px;
    }
    .hzgy2>.d3>p:last-child{
        width: 100%;
        margin-bottom: 0;
    }
    .hzgy2>.d3>p>i {
        margin-right: 0.2rem;
        width: 50px;
    }
    .hzgy2>.d4 .swiper-slide{
        justify-content: space-between;
    }
    .hzgy2>.d4 .swiper-slide>div {
        width: 48%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .hzgy3>span ,
    .hzgy4>div>span,
    .hzgy4>div>div{
        width: 100%;
    }
    .hzgy4>div>div {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .hzgy4>div{
        flex-wrap: wrap;
    }
    .hzgy4>div>div>div {
        position: absolute;
        left: 50px;
        top: 0;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .hzgy4>.gj2>div {
        left: 0;
    }
    .hzgy4>.gj2>div>div {
        left: 50px;
        right: auto;
    }
    .hzgy4>.gj3>ul{
        justify-content: space-between;
    }
    .hzgy4>.gj3>ul>li {
        width: 48%;
        margin-bottom: 4%;
        margin-right: 0;
    }
    .hzgy4>.gj3>ul>li>div>span {
        width: 40px;
    }
    .hzgy4>.gj3>ul>li>div>p {
        font-size: 16px;
    }
}
.cpzx{
    position: relative;
}
.cpzx>ul{
    padding-top: .6rem;
    position: relative;
}
.cpzx::after{
    width: 100%;
    height: 96%;
    bottom: 0;
    left: 0;
    background-color: #F9F9F9;
    z-index: -1;
}
.cpzx>ul>li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
.cpzx>ul>li>p{
    font-size: .32rem;
    font-weight: bold;
    letter-spacing: .1rem;
    writing-mode: tb;
    display: flex;
    align-items: center;
    width: 2%;
}
.cpzx>ul>li>p>u{
    /* width: 200%; */
    font-weight: bold;
}
.cpzx>ul>li>p>i{
    width: 17px;
    height: 17px;
    border: 4px solid #0E4D2A;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: .15rem;
}
.cpzx>ul>li>div{
    width: 93%;
}
.cpzx>ul>li>div>span{
    width: 100%;
}
.cpzx>ul>li>div>div{
    margin-top: -0.8rem;
}
.cpzx>ul>li>div>div>span{
    width: 55%;
    position: relative;
}
.cpzx>ul>li>div>div>span>p{
    position: absolute;
    top: 0;
    left: 0;
    font-size: .18rem;
    width: 100%;
    padding: 0.4rem 0.9rem 0.4rem 0.8rem;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: justify;
    /* overflow: auto; */
    line-height: 1.5;
}
.cpzx>ul>li>div>div>div{
    display: flex;
    align-items: center;
}
.cpzx>ul>li>div>div>div.ph_dis{
    display: none;
}
.cpzx>ul>li>div>div>div>a{
    margin-top: 0.52rem;
}
.cpxq{
    padding-top: 2.1rem;
}
.cpxq>h3{
    align-items: center;
    margin-bottom: .6rem;
}
.cpxq>h3>b{
    font-size: .3rem;
    font-weight: bold;
}
.cpxq>h3>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cpxq>h3>p>i{
    position: relative;
    font-size: .18rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.cpxq>h3>p>i.on{
    color: #0E4D2A;
}
.cpxq>h3>p>i::before{
    transition: .5s;
    width: .2rem;
    margin-left: 0.2rem;
    margin-right: .08rem;
    height: 2px;
    position: relative;
    background-color: #0E4D2A;
    display: block;
    opacity: 0;
}
.cpxq>h3>p>i.on::before{
    opacity: 1;
}
.cpxq>span{

}
.cpxq>.js{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 0;
}
.cpxq>.js>b{
    font-size: .24rem;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.cpxq>.js>b>i{
    width: 0.9rem;
    height: 1px;
    background: #0E4D2A;
    margin: 0 0.2rem;
}
.cpxq>.js>p{
    width: 60%;
}
.cpxq>.js>p>i{
    font-size: .16rem;
    line-height: 1.8;
    margin-bottom: 0.1rem;
}
.cpxq>ul{

}
.cpxq>ul>li{
    width: 49%;
    margin-bottom: 0.7rem;
    cursor: pointer;
}
.cpxq>ul>li>span{
    overflow: hidden;
}
.cpxq>ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.cpxq>ul>li:hover>span>img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.cpxq>ul>li>p{
    font-size: .22rem;
    text-align: center;
    margin-top: 0.35rem;
}
.main_xq{
    padding-top: .63rem;
}
.main_xq>.cpxq_1{
    width: 48%;
}
.main_xq>.cpxq_1>div{
    margin-bottom: .7rem;
    width: 100%;
}
.main_xq>.cpxq_1>div>#sw1{
    margin-bottom: .15rem;
}
.main_xq>.cpxq_1>div>#sw1 .swiper-slide>img{
    width: 100%;
}
.main_xq>.cpxq_1>div>#sw1 #sw_next{
    width: 0.5rem;
    height: 0.5rem;
    background: none;
    right: 0.4rem;
}
.main_xq>.cpxq_1>div>#sw1 #sw_prev{
    width: 0.5rem;
    height: 0.5rem;
    background: none;
    left: 0.4rem;
}
.main_xq>.cpxq_1>div>#sw2{

}
.main_xq>.cpxq_1>div>#sw2 .swiper-slide{
    cursor: pointer;
}
.main_xq>.cpxq_1>p{
    font-size: .18rem;
    justify-content: flex-start;
    align-items: center;
}
.main_xq>.cpxq_1>p>b{
    width: 100%;
    margin-bottom: 0.25rem;
}
.main_xq>.cpxq_1>p>i{
    position: relative;
    cursor: pointer;
    margin: 0 0.05rem;
    display: none;
}
.main_xq>.cpxq_1>p>i:nth-child(2),
.main_xq>.cpxq_1>p>i:nth-child(3),
.main_xq>.cpxq_1>p>i:nth-child(4){
    display: block;
}
.main_xq>.cpxq_1>p>i.on{
    display: block;
}
.main_xq>.cpxq_1>p>i>img{
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.main_xq>.cpxq_1>p>i>img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.main_xq>.cpxq_1>p>i:hover>img{
    opacity: 0;
}
.main_xq>.cpxq_1>p>i:hover>img:last-child{
    opacity: 1;
}
.main_xq>.cpxq_1>p>u{
    font-size: .3rem;
    color: #0E4D2A;
    cursor: pointer;
}
.main_xq>.cpxq_2{
    width: 48%;
}
.main_xq>.cpxq_2>h3{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .33rem;
    font-family: "JIZIJINGDIANSONGHEIJIAN-SHAN(GEETYPE-SONGHEIGB-FLASH)-2";
}
.main_xq>.cpxq_2>h3>p{
    font-size: .24rem;
    color: #0E4D2A;
    padding: 0.2rem 0.15rem;
    font-weight: normal;
    position: relative;
    font-family: "JIZIJINGDIANSONGHEIJIAN-SHAN(GEETYPE-SONGHEIGB-FLASH)-2";
}
.main_xq>.cpxq_2>h3>p>i{
    width: 12px;
    height: 1px;
    background: #C5C5C5;
    position: absolute;
}
.main_xq>.cpxq_2>h3>i{
    width: .4rem;
height: 1px;
background: #0E4D2A;
margin-right: 0.2rem;
}
.main_xq>.cpxq_2>h3>u{
    width: 14px;
    height: 14px;
    border: 4px solid #0E4D2A;
    border-radius: 50%;
}
.main_xq>.cpxq_2>h3>b{
    font-size: .16rem;
    line-height: 1.5;
    color: #0E4D2A;
    font-family: "JIZIJINGDIANSONGHEIJIAN-SHAN(GEETYPE-SONGHEIGB-FLASH)-2";
}
.main_xq>.cpxq_2>p{
    margin-bottom: .25rem;
    font-size: .16rem;
    line-height: 1.5;
    text-align: justify;
}
.main_xq>.cpxq_2>b{
    margin-top: .4rem;
    margin-bottom: .5rem;
    font-size: .24rem;
}
.main_xq>.cpxq_2>ul>i{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: .29rem;
    margin-bottom: .25rem;
    width: 100%;
}
.main_xq>.cpxq_2>ul>li{
    /* border-bottom: 1px solid #E8E8E8; */
    width: 50%;
    font-size: .16rem;
}
.main_xq>.cpxq_2>ul>li>p{
    color: #0E4D2A;
    margin-bottom: 0.15rem;
}
.main_xq>.cpxq_2>ul>li>i{
    line-height: 1.5;
}
.qie{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    transition: .8s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    z-index: 20;
    /* padding-top: 7%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
}
.qie.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.qie>p{
    width: 50%;
    margin: 0 auto;
    font-size: .28rem;
    color: #fff;
    margin-bottom: .3rem;
}
.qie>#qie_sw1{
    margin: 0 auto;
    margin-bottom: .22rem;
    width: 50%;
}
.qie .swiper-wrapper{
}
.qie>#qie_sw2{
    margin: 0 auto;
    width: 50%;
    /* margin-bottom: .5rem; */
}
.qie>span{
    width: .5rem;
    height: .5rem;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    bottom: 7%;
    left: 49%;
}
.qie .swiper-slide>img{
    width: 100%;
}
.qie .swiper-button-next,
.qie .swiper-button-prev{
    background: none;
    width: .5rem;
    height: .5rem;
}
.qie .swiper-button-next{
    right: 1.6rem;
}
.qie .swiper-button-prev{
    left: 1.6rem;
}
@media screen and (max-width:1440px) {
    .cpzx>ul>li>div>div>span>p,
    .main_xq>.cpxq_1>p,
    .cpxq>h3>p>i{
        font-size: 15px;
    }
    .cpxq>.js>p>i,
    .main_xq>.cpxq_2>h3>b,
    .main_xq>.cpxq_2>p,
    .main_xq>.cpxq_2>ul>li{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {
    .cpxq>ul>li>p,
    .cpxq>.js>b{
        font-size: 18px;
    }
}
@media screen and (max-width:1024px) {
    .cpzx>ul>li>div>div>span>p{
        overflow: auto;
    }
}
@media screen and (max-width:768px) {
    .cpzx>ul>li>p {
        width: 3%;
        font-size: 18px;
    }
    .qie>p{
        font-size: 20px;
    }
    .cpzx>ul>li>div>div>span {
        width: 75%;
    }
    .cpzx>ul>li>div>div>span>p {
        font-size: 14px;
    }
    .cpxq {
        padding-top: 3rem;
    }
    .cpxq>h3>b {
        font-size: 18px;
    }
    .cpxq>.js>p {
        width: 75%;
    }
    .cpxq>ul>li>p, .cpxq>.js>b {
        font-size: 16px;
    }
    .main_xq>.cpxq_2>h3>p {
        font-size: 16px;
        padding: 10px 5px;
    }
    .main_xq>.cpxq_2>h3>i {
        width: 20px;
    }
}
@media screen and (max-width:540px) {
    .cpzx>ul>li>p {
        width: 6%;
    }
    .cpzx>ul>li>p>i {
        width: 13px;
        height: 13px;
        margin-left: 5px;
    }
    .cpzx>ul>li>div {
        width: 88%;
    }
    .cpzx>ul>li>div>div>div:first-child{
        display: none !important;
    }
    .cpzx>ul>li>div>div {
        margin-top: 0;
    }
    .cpzx>ul>li>div>div>span {
        width: 100%;
    }
    .cpzx>ul>li>div>div>span>p {
        font-size: 14px;
        position: relative;
        height: auto;
        padding: 10px;
    }
    .cpzx>ul>li>div>div>span>img{
        display: none;
    }
    .cpzx>ul>li>div>div>div.ph_dis{
        display: flex;
    }
    .cpzx>ul>li>div>div>div {
        width: 100%;
    }
    .cpzx>ul>li>div>div>div>a {
        width: 100%;
        padding: 10px;
    }
    .about>div {
        padding-bottom: 1.6rem;
    }
    .cpxq {
        padding-top: 100px;
    }
    .cpxq>.js{
        flex-wrap: wrap;
    }
    .cpxq>.js>p {
        width: 100%;
        margin-top: 10px;
    }
    .cpxq>.js>p>i {
        margin-bottom: 10px;
    }
    .main_xq>.cpxq_1,
    .main_xq>.cpxq_2 {
        width: 100%;
    }
    .main_xq>.cpxq_1>div>#sw1 #sw_next,
    .main_xq>.cpxq_1>div>#sw1 #sw_prev {
        width: 35px;
        height: 35px;
    }
    .main_xq>.cpxq_1>p>u {
        font-size: 24px;
    }
    .main_xq>.cpxq_1>p>i {
        margin: 0 10px;
    }
    .main_xq>.cpxq_2>h3 {
        margin: 20px 0;
    }
    .main_xq>.cpxq_2>b {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .main_xq>.cpxq_2>ul>i {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .qie .swiper-button-next, .qie .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    .qie>#qie_sw1,
    .qie>#qie_sw2 {
        width: 65%;
    }
    .qie>span {
        width: 35px;
        height: 35px;
        bottom: 10%;
        left: 45%;
    }
    .qie>p {
        width: 65%;
        margin-bottom: 15px;
    }
}
.jzfw{
    
}
.jzfw1{
    padding: 0.9rem 5.25rem;
    padding-bottom: 1.1rem;
    background-image: url(../img/jzfw1_bg.png);
    position: relative;
}
.jzfw1>h3{
    font-size: .26rem;
    text-align: center;
    margin-bottom: .4rem;
    line-height: 1.4;
    font-weight: normal;
}
.jzfw1>h3>b{
    color: #0E4D2A;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.05rem;
}
.jzfw1>p{
    font-size: .16rem;
    text-align: center;
    line-height: 1.8;
    margin-bottom: .9rem;
}
.jzfw1>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jzfw1>div>div{
    width: 2.15rem;
}
.jzfw1>div>div>span{
    padding: .25rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #0E4D2A;
}
.jzfw1>div>div>span>img{
    width: .5rem;
}
.jzfw1>div>div>p{
    background-color: #fff;
    font-size: .22rem;
    padding: .4rem 0 .3rem 0;
}
.jzfw1>div>div>p>i{
    text-align: center;
    line-height: 1.5;
    margin-bottom: .16rem;
}
.jzfw1>div>i{
    color: #0E4D2A;
    font-size: .4rem;
    font-weight: lighter;
}
.jzfw1>span{
    margin: -.2rem auto 0 auto;
    width: 62%;
}
.jzfw1>span>img{
    width: 100%;
}
.jzfw1>b{
    width: 2.25rem;
height: 2.25rem;
background: #EBEBEB;
border: 1px solid #CCDAD2;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin: -.2rem auto 0 auto;
}
.jzfw1>b>u{
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
justify-content: center;
align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(22, 22, 22, 0.1);
    border-radius: 50%;
    font-size: .2rem;
    color: #0E4D2A;
    line-height: 1.2;
}
.jzfw2{
    padding: .95rem 0 1.35rem 3.6rem;
    position: relative;
    background-image: url(../img/jzfw2_bg.png);
}
.jzfw2>b{
    position: absolute;
    top: 0.95rem;
    font-size: .3rem;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    left: 0;
    font-weight: bold;
    color: #333 !important;
}
.jzfw2>#sw1{
    padding-top: 1.25rem;
}
.jzfw2>#sw1 .swiper-slide{

}
.jzfw2>#sw1 .swiper-slide>div{
    padding: 0.42rem 0.41rem 0.38rem 0.44rem;
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    margin-top: -1.2rem;
    z-index: 10;
    position: relative;
}
.jzfw2>#sw1 .swiper-slide>div>b{
    font-size: .22rem;
    font-weight: bold;
}
.jzfw2>#sw1 .swiper-slide>div>p{
    font-size: .16rem;
    text-align: justify;
    line-height: 1.6;
    margin: .2rem 0 .55rem 0;
    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;

    overflow: hidden;
}
.jzfw2>#sw1 .swiper-slide>div>a{
    font-size: .16rem;
    color: #0E4D2A;
}
.jzfw2>.sw_lf{
    left: 1.6rem;
    transform: rotate(
135deg);
}
.jzfw2>.sw_rt{
    right: 1.6rem;
    transform: rotate(
-45deg);
}
.jzfw2>.sw_lf,
.jzfw2>.sw_rt{
    width: 0.65rem;
    height: 0.65rem;
    background: #FFFFFF;
    box-shadow: 0px 5px 43px 0px rgb(6 0 1 / 10%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4.3rem;
    z-index: 10;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.jzfw2>.sw_rt>i,
.jzfw2>.sw_lf>i{
    border: 1px solid #0E4D2A;
    border-top: none;
    border-left: none;
    width: 0.15rem;
    height: 0.15rem;
    transform: translate(-3px, -3px);
    transition: .5s;
}
.jzfw2>.sw_rt:hover,
.jzfw2>.sw_lf:hover{
    background-color: #0E4D2A;
}
.jzfw2>.sw_rt:hover>i,
.jzfw2>.sw_lf:hover>i{
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
}
.jfzx{

}
.jfzx>div{

}
.jfzx>div>h3{
    font-size: .26rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: .4rem;
    font-weight: normal;
}
.jfzx>div>h3>b{
    color: #0E4D2A;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.08rem;
}
.jfzx>div>p{
    font-size: .16rem;
    line-height: 2;
    text-align: center;
}
.jfzx>div>b{
    font-size: .3rem;
    color: #0E4D2A;
    text-align: center;
    margin-top: .6rem;
    margin-bottom: .7rem;
    font-weight: bold;
}
.jfzx>div>i{
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
}
.jfzx1{
    background-color: #F8F8F8;
    padding: 1.15rem 4.2rem 1rem 4.2rem;
}
.jfzx1>span{
    margin: 0.5rem auto 0.96rem auto;
    position: relative;
    width: 47%;
}
.jfzx1>span>img{
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
}
.jfzx1>span>img:nth-child(1){
    position: relative;
}
.jfzx1>span>img:nth-child(2){

}
.jfzx1>span>img:nth-child(3){
    animation-delay: 1s;
}
.jfzx2{
    padding: .82rem 3.8rem .25rem 3.8rem;
}
.jfzx2>div{
    padding: .75rem 0;
    padding-bottom: 0.2rem;
    border-bottom: 1px dashed #CECECE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jfzx2>div:last-child{
    border-bottom: none;
}
.jfzx2>div>span{
    width: 15%;
}
.jfzx2>div>span>i{
    width: .55rem;
    margin: 0 auto;
}
.jfzx2>div>span>p{
    font-size: .22rem;
    margin-top: .1rem;
    margin-bottom: .4rem;
    text-align: center;
}
.jfzx2>div>span>i:last-child{
    width: 8px;
    height: 8px;
    background: #0E4D2A;
    margin: 0 auto;
}
.jfzx2>div>p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jfzx2>div>p>b{
    width: .16rem;
    height: .16rem;
    background: #0E4D2A;
    border-radius: 50%;
}
.jfzx2>div>p>i{
    width: .12rem;
    height: .12rem;
    background: #0E4D2A;
    border-radius: 50%;
    opacity: 0.5;
    margin: 0 .18rem;
}
.jfzx2>div>p>u{
    width: .08rem;
    height: .08rem;
    background: #0E4D2A;
    border-radius: 50%;
    opacity: 0.2;
}
.jfzx2>div>ul{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.jfzx2>div>ul>li{
    display: flex;
    align-items: center;
    margin-bottom: 0.55rem;
}
.jfzx2>div>ul>li:last-child>i{
    display: none;
}
.jfzx2>div>ul>li.lv>p{
    background-color: #087338;
}
.jfzx2>div>ul>li.wu>i{
    display: none;
}
.jfzx2>div>ul>li>p{
    padding: .18rem 0;
    width: 2rem;
    background: #0E4D2A;
    border-radius:.3rem;
    -webkit-border-radius:.3rem;
    -moz-border-radius:.3rem;
    -ms-border-radius:.3rem;
    -o-border-radius:.3rem;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jfzx2>div>ul>li>p>i{
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.jfzx2>div>ul>li>i{
    margin: 0 .25rem;
    width: 0.32rem;
}
.jfzx3{
    padding-bottom: 1rem;
    padding-top: .8rem;
    background-color: #F8F8F8;
}
.jfzx3>ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: .65rem;
}
.jfzx3>ul>li{
    width: 30.5%;
    margin-right: 4%;
    margin-bottom: .25rem;
    cursor: pointer;
}
.jfzx3>ul>li>span{
    overflow: hidden;
}
.jfzx3>ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.jfzx3>ul>li:hover>span>img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.jfzx3>ul>li:hover>p{
    background-color: #0E4D2A;
    color: #fff;
}
.jfzx3>ul>li>p{
    font-size: .2rem;
    padding: .5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.jfzx3>ul>li>p::after{
    margin-left: .05rem;
}
.jfzx3>ul>li>p::before{
    margin-right: .05rem;
}
.jfzx3>ul>li>p::after,
.jfzx3>ul>li>p::before{
    width: .25rem;
    height: 1px;
    position: relative;
    display: block;
    background-color: #fff;
}
.jfzx4{
    background-image: url(../img/jfzx3_bg.png);
    padding-top: .85rem;
    padding-bottom: 1.15rem;
}
.jfzx4>div{
    position: relative;
    margin-top: .4rem;
    padding: 1.1rem;
    padding-bottom: 1.45rem;
    background-image: url(../img/jfzx3.png);
}
.jfzx4>div::after{
    right: 34%;
}
.jfzx4>div::before{
    left: 35%;
}
.jfzx4>div::after,
.jfzx4>div::before{
    width: 1px;
    height: 100%;
    background-color: rgb(14 77 42 / 30%);
    opacity: 0.3;
    top: 0;
}
.jfzx4>div>i{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.5rem;
    width: 1.45rem;
    margin: 0 0 0 auto;
    transform: rotate(
90deg) translateX(0.2rem);
}
.jfzx4>div>ul{
    /* padding: 1.1rem;
    padding-bottom: 1.45rem; */
}
.jfzx4>div>ul>li{
    cursor: pointer;
}
.jfzx4>div>ul>li>p{
    font-style: italic;
    font-size: .3rem;
    color: #0E4D2A;
    opacity: 0;
    margin-bottom: .2rem;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: bold;
}
.jfzx4>div>ul>li>div{
    width: 1.45rem;
    height: 1.45rem;
    background-color: #087338;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jfzx4>div>ul>li>div>p{
    width: 80%;
    height: 80%;
    font-size: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #0E4D2A;
    line-height: 1.3;
}
.jfzx4>div>ul>i{
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(0.25rem);
}
.jfzx4>div>ul>li.lv{
}
.jfzx4>div>ul>li.on>p{
    opacity: 1;
}
.jfzx4>div>ul>li.lv>div{
    background-color: #0E4D2A;
}
.jfzx4>div>ul>li.lv>div>p{
    color: #0E4D2A;
    background-color: #0E4D2A;
    color: #fff;
}
.jfzx4 .swiper-slide{
    display: flex;
    justify-content: center;
}
.jfzx4 .swiper-slide>div{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #0E4D2A;
}
.jfzx4 .swiper-slide>div>p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.jfzx4 #sw2_lf{
    transform: rotate(
        180deg);
}
.jfzx4>div#sw2{
    display: none;
}
.jfzx4 #sw2_rt{

}
.jfzx4 #sw2_lf,
.jfzx4 #sw2_rt{
    background: none;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1440px) {
    .jzfw1>p,
    .jzfw2>#sw1 .swiper-slide>div>p,
    .jfzx>div>p,
    .jzfw2>#sw1 .swiper-slide>div>a{
        font-size: 14px;
    }
    .jzfw1 {
        padding: 0.9rem 4.25rem;
    }
    .jzfw1>b>u,
    .jfzx3>ul>li>p,
    .jfzx2>div>span>p,
    .jfzx4>div>ul>li>div>p{
        font-size: 16px;
    }
    .jzfw1>div>div>p ,
    .jzfw2>#sw1 .swiper-slide>div>b{
        font-size: 18px;
    }
}
@media screen and (max-width:1366px) {
    .jzfw1>h3 ,
    .jzfw2>b{
        font-size: 18px;
    }
}
@media screen and (max-width:1024px) {
    .jzfw1>div>div>p, .jzfw2>#sw1 .swiper-slide>div>b {
        font-size: 16px;
    }
    .jzfw1>b>u,
    .jfzx2>div>ul>li>p {
        font-size: 14px;
    }
    .jzfw1>div>div>p, .jzfw2>#sw1 .swiper-slide>div>b,
    .jfzx4>div>ul>li>div>p {
        font-size: 14px;
    }
    .jzfw1>p,.jfzx>div>p, .jzfw2>#sw1 .swiper-slide>div>p, .jzfw2>#sw1 .swiper-slide>div>a {
        font-size: 12px;
    }
    .jfzx>div>h3 {
        font-size: 18px;
    }
.jfzx>div>b {
    font-size: 20px;
}
.jfzx1 {
    padding: 1.15rem 2.2rem;
}
.jfzx2 {
    padding: 0.82rem 1.6rem 0.25rem 1.6rem;
}
.jfzx2>div>ul>li>p {
    width: 2.6rem;
}
}
@media screen and (max-width:768px) {
    .jzfw2>.sw_lf, .jzfw2>.sw_rt {
        width: 45px;
        height: 45px;
        top: 4.6rem;
    }
    .jfzx4>div{
        display: none;
    }
    .jfzx4>div#sw2{
        display: block;
    }
    .jfzx2>div>ul>li>p {
        width: 2.9rem;
    }
    .jfzx>div>i{
        font-size: 20px;
    }
}
@media screen and (max-width:540px) {
    .jzfw1 {
        padding: 20px 1.6rem;
    }
    .jzfw1>div>div {
        width: 80px;
    }
    .jzfw1>div>div>span>img {
        width: 30px;
    }
    .jzfw1>div>i {
        font-size: 20px;
    }
    .jzfw1>b {
        width: 100px;
        height: 100px;
    }
    .jzfw1>b>u {
        width: 80%;
        height: 80%;
    }
    .jzfw2>.sw_rt>i, .jzfw2>.sw_lf>i {
        width: 10px;
        height: 10px;
    }
    .jzfw2 {
        padding: 20px 1.6rem;
    }
    .jzfw2>#sw1 .swiper-slide>div {
        padding: 10px;
        width: 100%;
        margin-top: 0;
    }
    .jzfw2>#sw1 .swiper-slide>div>p {
        margin: 10px 0 20px 0;
    }
    .jfzx1 {
        padding: 1.15rem 1.6rem;
    }
    .jfzx1>span {
        width: 100%;
    }
    .jfzx2>div{
        flex-wrap: wrap;
    }
    .jfzx2>div>span {
        width: 100%;
    }
    .jfzx2>div>span>i {
        width: 30px;
    }
    .jfzx2>div>p{
        display: none;
    }
    .jfzx2>div>ul {
        width: 100%;
        margin-top: 20px;
    }
    .jfzx2>div>ul>li>p {
        width: 100%;
        padding: 10px 5px;
        border-radius: 50px;
    }
    .jfzx2>div>ul>li>i {
        width: 14px;
    }
    .jfzx2>div>ul>li {
        width: 33.33%;
    }
    .jfzx2>div:nth-child(3)>ul>li:nth-child(4) {
        width: 40%;
    }
    .jfzx2>div:last-child>ul>li:nth-child(1) {
        width: 50%;
    }
    .jfzx2>div:last-child>ul>li:nth-child(2) {
        width: 50%;
    }
    .jfzx2>div:last-child>ul>li:nth-child(2)>i {
        display: none;
    }
    .jfzx2>div:last-child>ul>li:nth-child(3)>i {
        display: block;
    }
    .jfzx2>div:last-child>ul>li:nth-child(3) {
        width: 40%;
    }
    .jfzx2>div:last-child>ul>li:nth-child(4) {
        width: 25%;
    }
    .about>ul>li {
        padding: 10px 0;
    }
    .jfzx2>div>ul>li>p{
        font-size: 12px;
    }
    .jzfw2>#sw1 {
        padding-top: 2.25rem;
    }
    .jzfw2>.sw_lf, .jzfw2>.sw_rt {
        top: 5rem;
    }
}
.ss{
    padding-top: .5rem;
    overflow: hidden;
}
.ss0{
    background-color: #F9F9F9;
}
.ss>div{
    display: none;
}
.ss>div.on{
    display: block;
}
.ss>.ss1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ss>.ss1>h3{
    
}
.ss>.ss1>h3>b{
    font-size: .34rem;
    font-weight: bold;
    margin-bottom: .35rem;
}
.ss>.ss1>h3>p{
    font-size: .2rem;
    color: #878787;
    font-weight: normal;
    display: flex;
}
.ss>.ss1>h3>p>i{
    color: #272727;
    margin: 0 .1rem;
}
.ss>.ss1>ul{
    display: flex;
}
.ss>.ss1>ul>li{
    font-size: .18rem;
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 1.3rem;
    position: relative;
    padding: 0.1rem 0;
    margin-left: 0.23rem;
    transition: .5s;
    cursor: pointer;
}
.ss>.ss1>ul>li.on{
    background: #0E4D2A;
    color: #fff;
}
.ss>.ss1>ul>li>ul{
    position: absolute;
    top: 105%;
    width: 100%;
    transform-origin: top;
    transition: .5s;
    z-index: 10;
    transform: scaleY(0);
}
.ss>.ss1>ul>li>ul>li{
    border-bottom: 1px solid rgb(78 77 77 / 0.08);
    padding: 0.158rem 0;
    background: #fff;
    transition: .5s;
    cursor: pointer;
}
.ss>.ss1>ul>li:hover>ul{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.ss>.ss1>ul>li>ul>li:hover{
    color: #0E4D2A;
}
.lxwm{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.lxwm>#dituContent{

}
.lxwm>#dituContent img{
    max-width: inherit;
}
.lxwm>.lxwm1.on{
    right: 1.45rem;
}
#xxck{
    cursor: pointer;
}
.lxwm>.lxwm1{
    position: absolute;
    bottom: 1.3rem;
    z-index: 10;
    padding: .75rem .9rem .55rem 1rem;
    background-color: #0E4D2A;
    width: 49%;
    transition: .8s;
    right: -49%;
}
.lxwm>.lxwm1>b{
    font-weight: bold;
    font-size: .26rem;
    color: #fff;
    margin-bottom: .4rem;
}
.lxwm>.lxwm1>p{
    font-size: .22rem;
    color: #fff;
    line-height: 1.65;
}
.lxwm>.lxwm1>a{
    margin-top: .5rem;
    padding: .1rem .4rem;
    display: table;
    background-color: #fff;
    color: #0E4D2A;
    font-size: .18rem;
    border-radius: 0.2rem;
}
.lxwm>.lxwm1>i{
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 20;
    cursor: pointer;
    width: 0.5rem;
}
.lxwm>.lxwm1>span{
    position: absolute;
    right: .9rem;
    top: .55rem;
    width: 0.6rem;
}
.hyzx{
    padding-top: 2.33rem;
    padding-bottom: .4rem;
}
.hyzx>h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    margin-bottom: .9rem;
}
.hyzx>h3>b{
    font-size: .32rem;
    font-weight: bold;
}
.hyzx>h3>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.hyzx>h3>p>a{
    font-size: .22rem;
    margin-left: .4rem;
    display: flex;
}
.hyzx>h3>p>a>i{
    width: .22rem;
    margin-right: .1rem;
}
.hyzx>b{
    font-size: .26rem;
    margin-bottom: .55rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hyzx>b>a{
    font-size: .18rem;
    color: #6E6E6E;
}
.hyzx>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: .4rem;
}
.hyzx>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: .55rem;
}
.hyzx>ul>li>span{
    position: relative;
}
.hyzx>ul>li>span>i{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    top: 0;
    left: 0;
}
.hyzx>ul>li>span>p{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    cursor: pointer;
    top: 0;
    left: 0;
}
.hyzx>ul>li>span>i>img{
    width: auto;
}
.hyzx>ul>li>p{
    font-size: .22rem;
    margin-top: .2rem;
}
.hyzx>div{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.hyzx>div>div{
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
}
.hyzx>div>div>b{
    font-size: .26rem;
    text-align: center;
    background-color: #0E4D2A;
    padding: .49rem 0 .44rem 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    color: #fff;
}
.hyzx>div>div>p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #0E4D2A;
}
.hyzx>div>div>p>a{
    font-size: .22rem;
    color: #fff;
    text-align: center;
    padding: .3rem 0 .35rem 0;
    border-right: 1px solid rgba(255,255,255,.2);
    width: 50%;
}
.hyzx>div>div>p>a:last-child{
    border-right: none;
}
.top1_vid{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 20;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.top1_vid.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.top1_vid>span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top1_vid>div{
    position: relative;
    z-index: 10;
    width: 60%;
    margin: 10% auto;
}
.top1_vid>div>i{
    background-color: #EDEDED;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.top1_vid>div>i:hover{
    background-color: #333;
    color: #fff;
}
.top1_vid>div>video{
    width: 100%;
}
.top1_vid>div>iframe{
    width: 100%;
    height: 6rem;
}
@media screen and (max-width:1440px) {
    .ss>.ss1>ul>li,
    .hyzx>b>a,
    .ss>.ss1>h3>p{
        font-size: 16px;
    }
    .hyzx>ul>li>p,
    .hyzx>div>div>p>a{
        font-size: 18px;
    }
}
@media screen and (max-width:1366px) {
    .lxwm>.lxwm1>a{
        font-size: 14px;
        border-radius: 20px;
    }
    .lxwm>.lxwm1>p{
        font-size: 16px;
    }
    .hyzx>div>div>b,
    .hyzx>b{
        font-size: 18px;
    }
    .hyzx>ul>li>p,
    .hyzx>div>div>p>a{
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .ss>.ss1>ul>li {
        width: 100px;
        padding: 10px 0;
    }
    .ss>.ss1>h3>b{
        font-size: 20px;
    }
    .lxwm>.lxwm1>b{
        font-size: 18px;
    }
    .lxwm>.lxwm1{
        width: 70%;
        right: -70%;
    }
    .top1_vid>div {
        margin: 20% auto;
    }
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:540px) {
    .ss>.ss1{
        flex-wrap: wrap;
    }
    .ss>.ss1>ul {
        width: 100%;
        margin: 20px 0;
    }
    .news>div>div>span>i {
        width: 60%;
    }
    .ss>.ss1>ul>li>ul>li {
        padding: 10px 0;
    }
    .ss>.ss1>ul>li, .ss>.ss1>h3>p {
        font-size: 14px;
    }
    .lxwm>.lxwm1 {
        width: 86%;
        right: -86%;
    }
    .lxwm>.lxwm1>a {
        padding: 10px 15px;
    }
    .lxwm>.lxwm1>p {
        font-size: 14px;
    }
    .lxwm>.lxwm1>i,
    .lxwm>.lxwm1>span{
        width: 35px;
    }
    .hyzx {
        padding-top: 100px;
    }
    .hyzx>h3>b {
        font-size: 20px;
    }
    .hyzx>h3>p>a{
        font-size: 14px;
    }
    .hyzx>h3>p>a>i {
        width: 15px;
    }
    .hyzx>div>div>b, .hyzx>b {
        font-size: 16px;
    }
    .hyzx>ul {
        justify-content: space-between;
    }
    .hyzx>ul>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .hyzx>ul>li>span>i>img {
        width: 30px;
    }
    .hyzx>ul>li>span>p>img {
        width: 30px;
    }
    .hyzx>div>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .top1_vid>div>iframe {
    width: 100%;
    height: 300px;
}
    .hyzx>div>div>p>a{
        padding: 10px 0;
    }
    .hyzx>div>div>b{
        padding: 15px 0;
    }
    .top1_vid>div {
        margin: 60% auto;
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    }
}
.alzx{
    padding-top: 1.1rem;
    padding-bottom: .5rem;
    background: #F8F8F8;
}
.alzx>div{
    border: none;
}
.alzx>b{
    font-size: .32rem;
    font-weight: bold;
    margin-bottom: .65rem;
}
.alzx>ul{
}
.alzx>ul>li{
    width: 48%;
    margin-bottom: .9rem;
}
.alzx>ul>li>span{

}
.alzx>ul>li>div{
    width: 62%;
    margin: 0 auto;
    margin-top: -1.3rem;
    padding: 0.4rem 0.4rem 0.4rem 0.45rem;
    background-color: #fff;
    position: relative;
    z-index: 10;
}
.alzx>ul>li>div>b{
    font-size: .22rem;
    font-weight: bold;
    margin-bottom: .2rem;
}
.alzx>ul>li>div>p{
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .55rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.alzx>ul>li>div>a{
    font-size: .16rem;
    color: #0E4D2A;
}
.about.alxq>div>div{
    position: relative;
    opacity: 1;
    z-index: 10;
}
.alxq .swiper-button-prev,
.alxq .swiper-button-next{
    background: none;
    width: .55rem;
}
.alxq .swiper-button-prev{
    left: .65rem;
}
.alxq .swiper-button-next{
    right: .65rem;
}
.sczz{

}
.sczz>#sw1{
    margin-top: .7rem;
    margin-bottom: 1.2rem;
}
.sczz>#sw1 .swiper-slide{

}
.sczz>#sw1 .swiper-slide>img{

}
.sczz>#sw1 #sw_next{
    right: .45rem;
}
.sczz>#sw1 #sw_prev{
    left: .45rem;
}
.sczz>#sw1 #sw_next,
.sczz>#sw1 #sw_prev{
    background: none;
    width: .45rem;
    height: .45rem;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.sczz>#sw1 #sw_next>i,
.sczz>#sw1 #sw_prev>i{
    font-size: .18rem;
    color: #fff;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
    font-weight: lighter;
}
.sczz>.sczz_1{

}
.sczz>.sczz_1>h3{
    font-size: .3rem;
}
.sczz>.sczz_1>div{
    width: 66%;
}
.sczz>.sczz_1>div>b{
    font-size: .2rem;
    margin-bottom: .23rem;
}
.sczz>.sczz_1>div>i{
    margin-top: .05rem;
    font-size: .16rem;
    margin-bottom: .15rem;
    color: #0E4D2A;
}
.sczz>.sczz_1>div>p:nth-child(2){
    padding-bottom: .34rem;
    margin-bottom: .3rem;
}
.sczz>.sczz_1>div>u{
    height: 0.3rem;
    font-size: 16px;
    display: block;
}
.sczz>.sczz_1>div>p{
    font-size: .16rem;
    color: #3D3D3D;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #E8E8E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}
.sczz>.sczz_1>div>p.xian{
    border-bottom: none;
    /* padding-bottom: 0; */
}
.sczz>.sczz_1>div>p>i{
    color: #3D3D3D;
    line-height: 1.5;
}
@media screen and (max-width:1440px) {
    .alzx>ul>li>div>p,
    .sczz>.sczz_1>div>p,
    .sczz>.sczz_1>div>i,
    .alzx>ul>li>div>a{
        font-size: 14px;
    }
    .sczz>.sczz_1>div>b{
        font-size: 16px;
    }
}
@media screen and (max-width:1366px) {
    .alzx>ul>li>div>b {
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .alzx>b {
        font-size: 20px;
    }
    .sczz>.sczz_1>h3 {
        font-size: 20px;
    }
}
@media screen and (max-width:768px) {
    .alxq .swiper-button-prev, .alxq .swiper-button-next {
        width: 35px;
    }
}
@media screen and (max-width:540px) {
    .alzx>ul>li {
        width: 100%;
        margin-bottom: 1.9rem;
    }
    .alzx>ul>li>div {
        width: 100%;
        margin-top: 0;
        padding: 15px;
    }
    .alzx>ul>li>div>b {
        margin-bottom: 10px;
    }
    .sczz>#sw1 #sw_next, .sczz>#sw1 #sw_prev {
        width: 30px;
        height: 30px;
    }
    .sczz>#sw1 #sw_next>i, .sczz>#sw1 #sw_prev>i{
        font-size: 14px;
    }
    .sczz>.sczz_1>div {
        width: 100%;
    }
    .sczz>.sczz_1>h3 {
        margin-bottom: 20px;
    }
    .sczz>.sczz_1>div>b {
        margin-bottom: 10px;
    }
    .sczz>.sczz_1>div>p:nth-child(2) {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .sczz>.sczz_1>div>i {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}