.about{
    position: relative;
    padding: 2.2rem 1.2rem 2.6rem 1.2rem;
    background-position: top left;
}
.about>h3{
    color: #fff;
    font-size: .42rem;
    font-weight: bold;
}
.about>ul{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.2rem;
    display: flex;
}
.about>ul>li{
    width: 20%;
    padding: .3rem 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background-color: rgba(255,255,255,0.9);
    cursor: pointer;
}
.about>ul.two>li{
    width: 50%;
}
.about>ul>li>a{
    text-align: center;
    font-size: .2rem;
    transition: .5s;
    border-right: 1px solid #E0E0E0;
}
.about>ul>li:last-child>a{
    border-right: none;
}
.about>ul>li.on,
.about>ul>li:hover{
    background-color: #F36E21;
}
.about>ul>li.on>a,
.about>ul>li:hover>a{
    color: #fff;
}
.about1{
    padding: 1rem 1.2rem 1.55rem 1.2rem;
}
h3.bt{
    font-size: .34rem;
    /* font-weight: bold; */
}
.about1>h3{

}
.about1>div{
    margin-top: .7rem;
}
.about1>div>span{
    width: 44%;
    position: relative;
    height: 5rem;
}
.about1>div>span>video{
    width: 100%;
}
.about1>div>span>i{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.about1>div>span>i>img{
    width: .65rem;
}
.about1>div>div{
    width: 50%;
    border-top: 2px solid #212121;
    padding-top: .6rem;
    margin-top: .1rem;
}
.about1>div>div>h3{
    width: 20%;
    font-size: .3rem;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about1>div>div>h3>p{
    font-size: .18rem;
    color: #282828;
}
.about1>div>div>h3>p>b{
    font-size: .36rem;
    color: #F36E21;
    display: inline-block;
}
.about1>div>div>h3>p>i{
    font-size: .18rem;
    color: #F36E21;
    display: inline-block;
    margin-bottom: 0.15rem;
}
.about1>div>div>div{
    width: 80%;
}
.about1>div>div>div>p{
    font-size: .16rem;
    line-height: 1.65;
    color: #3B3B3B;
    padding-bottom: .58rem;
    border-bottom: 2px solid #212121;
    text-align: justify;
}
.about1>div>div>div>ul{
    margin-top: .7rem;
}
.about1>div>div>div>ul>li{

}
.about1>div>div>div>ul>li>p{
    font-size: .18rem;
    color: #1E1E1E;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: flex;
    align-items: flex-end;
}
.about1>div>div>div>ul>li>p>b{
    font-size: .36rem;
    margin-right: .1rem;
    transition: .5s;
}
.about1>div>div>div>ul>li:hover>p,
.about1>div>div>div>ul>li:hover>p>b{
    color: #F36E21;
}
.about1>div>div>div>ul>li>i{
    font-size: .18rem;
    margin-top: .15rem;
}
.about1>span{
    width: 57%;
    margin: 1.7rem auto 0.75rem auto;
    position: relative;
}
.about1>span>ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about1>span>ul>li{
    position: absolute;
}
@keyframes fd {
    0%{
        opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    100%{
        opacity: 0;
    -webkit-transform: scale(4.5);
    transform: scale(4.5);
    }
}
.about1>span>ul>li>i{
    background: #F36E21;
    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;
}
.about1>span>ul>li>i:nth-child(1){
    position: relative;
}
.about1>span>ul>li>i:nth-child(2){

}
.about1>span>ul>li>i:nth-child(3){
    animation-delay: .8s;
}
.about1>span>ul>li>i:nth-child(4){
    animation-delay: 1.5s;
}
.about1>span>ul>li>div{
    transform: translate(0.2rem,-0.1rem);
}
.about1>span>ul>li>div>i{
    padding:.05rem .1rem;
    background-color: #F36E21;
    color: #fff;
    font-size: .16rem;
    display: table;
}
.about1>span>ul>li>div>p{
    font-size: .16rem;
    margin-top: .1rem;
}
.about1>span>ul>li:nth-child(1){
    display: flex;
    top: 40.5%;
    right: 5%;
    transition: .5s;
    transition-delay: 1s;
    opacity: 0;
}
.about1>span.animated>ul>li:nth-child(1){
    opacity: 1;
}
.about1>span>ul>li:nth-child(2){
    top: 40.5%;
    right: 37.5%;
}
.about1>span>ul>li:nth-child(2)::after{
    width: 0rem;
    height: 1px;
    background: #F36E21;
    top: 50%;
    left: 300%;
    transition: 1s;
    display: none;
}
.about1>span.animated>ul>li:nth-child(2)::after{
    width: 1.5rem;
}
.about1>span>ul>li:nth-child(3){
    top: 48%;
    right: 29.5%;
}
.about1>span>ul>li:nth-child(4){
    top: 48%;
    right: 31.7%;
}
.about1>span>ul>li:nth-child(5){
    top: 55%;
    right: 48.5%;
}
.about1>span>ul>li:nth-child(6){
    top: 62%;
    right: 27%;
}
.about1>span>ul>li:nth-child(7){
    top: 62%;
    right: 33.5%;
}
.about1>span>ul>li:nth-child(8){
    top: 63%;
    right: 40%;
}
.about1>span>ul>li:nth-child(9){
    top: 59.5%;
    right: 45%;
}
.about1>span>ul>li:nth-child(10){
    top: 62%;
    right: 57.5%;
}
.about1>span>ul>li:nth-child(11){
    top: 65%;
    right: 29%;
}
.about1>span>ul>li:nth-child(12){
    top: 84%;
    right: 41%;
}
.about1>span>ul>li:nth-child(13){
    top: 86%;
    right: 38%;
}
.about1>span>ul>li:nth-child(14){
    top: 65.5%;
    right: 49.5%;
}
.about1>span>ul>li:nth-child(15){
    top: 83%;
    right: 48%;
}
.about1>span>ul>li:nth-child(16){
    top: 56%;
    right: 31%;
}
.about1>span>ul>li:nth-child(17){
    top: 65%;
    right: 27%;
}
.about1>span>ul>li:nth-child(18){
    top: 46.5%;
    right: 34.9%;
}
.about1>span>ul>li:nth-child(19){
    top: 26%;
    right: 24.5%;
}
.about1>span>ul>li:nth-child(20){
    top: 39.9%;
    right: 35.5%;
}
.about1>b{
    font-size: .26rem;
    margin-bottom: .25rem;
    text-align: center;
    font-weight: bold;
    color: #3B3B3B;
}
.about1>i{
    font-size: .2rem;
    margin-bottom: .9rem;
    text-align: center;
    color: #3B3B3B;
    line-height: 1.5;
}
.about1>p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.about1>p>a>i{
    transition: .5s;
    font-size: 18px;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.about1>p>a{
    width: 4.35rem;
    border: 1px solid #D0D0D0;
    transition: .5s;
    border-radius: 3px;
    padding: .3rem .5rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: .22rem;
    color: #282828;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about1>p>a:hover{
    border: 1px solid #F36E21;
    color: #F36E21;
}
.about1>p>a:hover>i{
    color: #F36E21;
}
.about1>p>a:first-child{
    margin-right: .4rem;
}
.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: 70%;
}
.top1_vid>div>img{
    width: 70%;
    margin: auto;
}
.top1_vid>div>p{
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-top: 20px;

}
.about3{
    padding-top: .95rem;
    /* padding-left: 1.2rem; */
    /* padding-right: 1.2rem; */
}
.about3>h3{
    padding-left: 1.2rem;
    margin-bottom: .75rem;
}
.about3>.about3_1{
    margin-bottom: 1rem;
    position: relative;
}
.about3>.about3_1>div{
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.about3>.about3_1>div.on{
    position: relative;
    opacity: 1;
    z-index: 10;
    transform: scale(1);
}
.about3>.about3_1>div>span{
    width: 44%;
}
.about3>.about3_1>div>div{
    width: 600px;
    position: relative;
    /* width: 56%;
    padding: 0.78rem 1.35rem;
    padding-right: 0.8rem; */
}
.about3>.about3_1>div>div>span{
    position: relative;
}
.about3>.about3_1>div>div>span>i{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    top: 0;
    left: 0;
}
.about3>.about3_1>div>div.swiper-slide-active>span>i{
    opacity: 0;
}
.about3>.about3_1>div>div>h3{
    display: flex;
    align-items: center;
}
.about3>.about3_1>div>div>h3>b{
    width: .25rem;
    font-size: .28rem;
    color: #F36E21;
}
.about3>.about3_1>div>div>h3>i{
    width: 6px;
    height: 6px;
    background: #F36E21;
    border-radius: 50%;
    margin: 0 .2rem;
}
.about3>.about3_1>div>div>h3>p{
    font-size: .2rem;
    color: #F36E21;
}
.about3>.about3_1>div>div>p{
    margin-top: .35rem;
    font-size: .2rem;
    text-align: justify;
    line-height: 1.5;
}
.about3>.about3_2{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.about3>.about3_2::after{
    width: 100%;
    height: 2px;
    background-color: #E9E9E9;
    top: .18rem;
    left: 0;
}
.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;
}
.about3>.about3_2>span:hover{
    background-color: #F36E21;
}
.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);
}
.about3>.about3_2>span:hover{
    box-shadow: 0px 6px 13px 0px rgba(220, 138, 15, 0.34);
}
.about3>.about3_2>span:last-child{

}
.about3>.about3_2>span:last-child::after{
    transform: rotate(
-45deg) translate(-1px,-2px);
}
.about3>.about3_2>div{
    width: 85%;
    overflow: hidden;
}
.about3>.about3_2>div>div{
    width: 100%;
    /* overflow: hidden; */
    transition: .8s;
}
.about3>.about3_2>div>div>div{
    position: relative;
    cursor: pointer;
}
.about3>.about3_2>div>div>div::after{
    width: 100%;
    height: 2px;
    top: .18rem;
    left: .11rem;
    width: 0%;
    background-color: #F36E21;
}
@keyframes chang {
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.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;
}
.about3>.about3_2>div>div>div.on:last-child::after{
    animation: none;
    -webkit-animation: none;
}
.about3>.about3_2>div>div>div.on>span{
    border: 1px solid #F36E21;
    background-color: #fff;
}
.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;
}
.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;
}
.about3>.about3_2>div>div>div.on>span>i{
    background: #F36E21;
}
.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;
}
.about3>.about3_2>div>div>div.on>p{
    color: #F36E21;
}
.about3>.about3_3{
    position: relative;
    margin-top: .88rem;
    margin-bottom: -0.45rem;
}
.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;
}
.about3>.about3_3>div.on{
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: scale(1);
}
.about3>.about3_3>div>p{
    font-size: .24rem;
    text-align: center;
    line-height: 1.5;
}
.about3>.about3_3>div>p>b{
    color: #F36E21;
    display: inline-block;
}
.about3>.about3_3>div>b{
    margin-top: .1rem;
    font-size:3rem;
    color: #ECECEC;
    text-align: center;
}
.about2{
    padding-top: 1.1rem;
    padding-left: 1.2rem;
    padding-bottom: 1.4rem;
}
.about2>.ab2_1{
    position: relative;
}
.about2>.ab2_1>p{
    margin-top: .65rem;
    padding-left: 4.6rem;
}
.about2>.ab2_1>p>b{
    font-size: .24rem;
    color: #F36E21;
    margin-bottom: .4rem;
    line-height: 1.65;
}
.about2>.ab2_1>p>i{
    font-size: .2rem;
    margin-bottom: .2rem;
    line-height: 1.65;
}
.about2>.ab2_1>i{
    position: absolute;
    top: .9rem;
    left: 4.25rem;
    z-index: 10;
    font-size: 1.38rem;
    font-weight: normal;
    color: rgba(27, 27, 27, 0);
    -webkit-text-stroke: 1px #E1E1E1;
    text-stroke: 1px #E1E1E1;
    transform-origin: top left;
    transform: rotate(
90deg);
}
.about2>.ab2_1>#sw1{
    margin-top: .4rem;
    padding-bottom: .6rem;
}
.about2>.ab2_1>#sw1 .swiper-slide>img{
    width: 100%;
}
.about2>.ab2_1>#sw1 .swiper-scrollbar{
    width: 100%;
    left: 0%;
    bottom: 0;
}
.about2>.ab2_1>#sw1 .swiper-scrollbar-drag{
    background: #F36E21;
}
.about2>.ab2_2{
    margin-top: 1.05rem;
}
.about2>.ab2_2>div{
    margin-top: 1rem;
    padding-left: 1.1rem;
    padding-right: 1.2rem;
}
.about2>.ab2_2>div>span{
    padding-top: .5rem;
    width: 34%;
}
.about2>.ab2_2>div>div{
    width: 58%;
    padding-bottom: .55rem;
    border-bottom: 1px solid #E7E7E7;
}
/* .about2>.ab2_2>div>div>h3{
    font-size: .24rem;
    color: #F36E21;
    line-height: 1.5;
    padding-bottom: .4rem;
    border-bottom: 1px solid #E7E7E7;
}
.about2>.ab2_2>div>div>h3>b{
    color: #434343;
    margin-bottom: .2rem;
} */
.about2>.ab2_2>div>h3{
    width: 100%;
    font-size: .24rem;
    color: #F36E21;
    line-height: 1.5;
    padding-bottom: .4rem;
    border-bottom: 1px solid #E7E7E7;
}
.about2>.ab2_2>div>h3>b{
    color: #434343;
    margin-bottom: .2rem;
}
.about2>.ab2_2>div>div>span{
    margin-top: .52rem;
    display: flex;
    align-items: center;
    margin-bottom: .45rem;
}
.about2>.ab2_2>div>div>span>a:first-child{
    margin-right: .9rem;
}
.about2>.ab2_2>div>div>span>a:first-child:hover{
    margin-right: .8rem;
}
.about2>.ab2_2>div>div>span>a{
    font-size: .18rem;
    border-left: 2px solid transparent;
    transition: .5s;
}
.about2>.ab2_2>div>div>span>a:hover{
    padding-left: 0.1rem;
    border-left: 2px solid #F36E21;
    color: #F36E21;
}
.about2>.ab2_2>div>div>p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .18rem;
    margin-bottom: .25rem;
}
.about2>.ab2_2>div>div>p>b{
    width: 26%;
}
.about2>.ab2_2>div>div>p>i{
    line-height: 1.5;
    width: 74%;
}
.about2>.ab2_3{
    margin-top: 1.6rem;
    position: relative;
}
.about2>.ab2_3>h3{
    display: flex;
    justify-content: space-between;
    padding-right: 1.2rem;
}
.about2>.ab2_3>h3>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: normal;
}
.about2>.ab2_3>h3>p>i{
    margin-left: .5rem;
    position: relative;
    font-size: .2rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about2>.ab2_3>h3>p>i::after{
    width: 15px;
    height: 2px;
    background: #F36E21;
    left: -18px;
    top: 45%;
    opacity: 0;
    transition: .5s;
}
.about2>.ab2_3>h3>p>i.on{
    color: #F36E21;
}
.about2>.ab2_3>h3>p>i.on::after{
    opacity: 1;
}
.about2>.ab2_3>div{
    margin-top: 2.2rem;
    position: relative;
}
.about2>.ab2_3>div>div{
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    background: #F36E21;
    padding: 1.45rem 0.2rem 1.4rem 2.2rem;
}
.about2>.ab2_3>div>div.on{
    position: relative;
    z-index: 10;
    opacity: 1;
}
.about2>.ab2_3>div>div>b{
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    display: table;
    margin-bottom: .4rem;
}
.about2>.ab2_3>div>div>b::after{
    width: 1rem;
    height: 1px;
    background: #fff;
    margin-left: 0.2rem;
    top: 48%;
}
.about2>.ab2_3>div>div>p{
    font-size: .2rem;
    line-height: 1.5;
    color: #fff;
}
.about2>.ab2_3>div>p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 2.2rem;
    bottom: 1rem;
    z-index: 15;
}
.about2>.ab2_3>div>p>i{
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0.3;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: .1rem;
}
.about2>.ab2_3>div>p>i.on{
    opacity: 1;
}
.about2>.ab2_3>span{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73%;
    z-index: 5;
}
.about2>.ab2_3>span>i{
    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;
}
.about2>.ab2_3>span>i.on{
    position: relative;
    opacity: 1;
    z-index: 10;
}
.ab3{
    padding-top: 1.1rem;
    padding-left: 2.95rem;
    padding-right: 3.45rem;
}
.ab3 .yuan{
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #c9c9c9;
    box-shadow: 0px 0px 0px 5px #e7e7e7;
}
.ab3 .yuan>i{
    font-size: .2rem;
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    border: 2px solid #F36E21;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ab3 .yuan>u{
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    background: #F36E21;
    transform: rotate(
45deg);
    bottom: -0.15rem;
    z-index: -1;
}
.ab3 .yuan.da{
    width: 1.9rem;
    height: 1.9rem;
    background: #DEDBDB;
}
.ab3 .yuan.da>i{
    font-size: .26rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 0 3px #f3f3f3;
    border-color: #DEDBDB;
}
.ab3 .yuan.da>u{

}
.ab3>span{
    margin: 0 auto;
}
.ab3>span::after{
    height: .6rem;
    width: 1px;
    background: #DBDBDB;
    bottom: -0.6rem;
    z-index: -2;
}
.ab3>i{
    width: 11.18rem;
    background: #DBDBDB;
    height: 1px;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.ab3>.ab3_1{
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.ab3>.ab3_1>ul{
    display: flex;
}
.ab3>.ab3_1>ul>li{
    position: relative;
    margin-right: 0.55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ab3>.ab3_1>ul>li::before,
.ab3>.ab3_1>span::before{
    height: .5rem;
    top: -0.5rem;
    width: 1px;
    background: #DBDBDB;
}
.ab3>.ab3_1>ul>li:last-child::after,
.ab3>.ab3_1>span::after{
    height: .6rem;
    bottom: -0.6rem;
    width: 1px;
    background: #DBDBDB;
    z-index: -2;
}
.ab3>.ab3_1>ul>li>span{

}
.ab3>.ab3_1>span{

}
.ab3>.ab3_2{
    margin-top: 0.6rem;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1.5rem;
}
.ab3>.ab3_2>ul{
    display: flex;
    padding-top: 0.35rem;
    /* border-top: 1px solid #DBDBDB; */
    margin-right: 0.6rem;
    position: relative;
}
.ab3>.ab3_2>ul::before{
    width: 88%;
    height: 1px;
    background: #DBDBDB;
    top: 0%;
    left: 6%;
}
.ab3>.ab3_2>ul:last-child::before{
    width: 84%;
    left: 8%;
}
.ab3>.ab3_2>ul:last-child{
    margin-right: 0;
    transform: translateX(0.5rem);
}
.ab3>.ab3_2>ul>li{
    font-size: .2rem;
    /* writing-mode: tb; */
    width:.5rem;
    padding: 0.2rem 0.15rem;
    background: #F0F0F0;
    text-align: center;
    margin-right: 0.18rem;
    letter-spacing: 5px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 1.3;
}
.ab3>.ab3_2>ul>li:hover{
    background: #F36E21;
    color: #fff;
}
.ab3>.ab3_2>ul:nth-child(1)>li:first-child{
    display: none;
}
.ab3>.ab3_2>ul:nth-child(1)>li:nth-child(2)::before,
.ab3>.ab3_2>ul:nth-child(2)>li:nth-child(1)::before,
.ab3>.ab3_2>ul>li:last-child::before{
    height: .35rem;
    width: 1px;
    background: #DBDBDB;
    top: -.35rem;
    left: 49%;
}
.ab3>.ab3_2>ul>li:last-child{
    margin-right: 0;
}
.about5{
    padding-top: 1rem;
    padding-bottom: 1.6rem;
}
.about5>h3{
    padding-left: 1.2rem;
}
.about5>ul{
    margin-top: .85rem;
}
.about5>ul>li{
    display: flex;
    flex-wrap: wrap;
}
.about5>ul>li.er{
    
}
.about5>ul>li.er>div{
    padding-left: 1.3rem;
    padding-right: 1.4rem;
    border-bottom: 1px solid #ececec;
}
.about5>ul>li>span{
    width: 50%;
}
.about5>ul>li>div{
    width: 50%;
    padding-top: 1.4rem;
    padding-right: 1.3rem;
    padding-left: 1.4rem;
    border-top: 1px solid #ECECEC;
}
.about5>ul>li>div>i{
    width: 38%;
}
.about5>ul>li>div>p{
    font-size: .16rem;
    text-align: justify;
    color: #3B3B3B;
    margin: .35rem 0 .45rem 0;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.about5>ul>li>div>b{
    font-size: .16rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about5>ul>li>div>b:hover{
    color: #F36E21;
}
.ab5{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index: 99;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scale(0);
}
.ab5.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.ab5>div{
    display: none;
    width: 80%;
    height: 60%;
    margin: 10% auto;
}
.ab5>div.on{
    display: block;
}
.ab5>div>div{
    padding: .8rem 1.25rem;
    background: #fff;
    height: 100%;
    padding-right: 0.8rem;
}
.ab5>div>i{
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: .5rem auto;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.ab5>div>div>b{
    font-size: .24rem;
    margin-bottom: .4rem;
}
.ab5>div>div>p{
    font-size: .16rem;
    color: #3B3B3B;
    line-height: 1.5;
    max-height: 80%;
    overflow: auto;
    padding-right: 0.7rem;
    text-align: justify;
}
@media screen and (max-width:1440px) {
    .about1>div>div>div>p,
    .about1>div>div>h3>p,
    .about1>div>div>div>ul>li>p,
    .about1>div>div>div>ul>li>i,
    .about1>span>ul>li>div>i,
    .ab5>div>div>p,
    .about1>span>ul>li>div>p,
    .about1>div>div>h3>p>i{
        font-size: 14px;
    }
    .about1>i,
    .about>ul>li>a,
    .about3>.about3_2>div>div>div>p,
    .about3>.about3_1>div>div>h3>p,
    .about3>.about3_1>div>div>p,
    .about1>p>a{
        font-size: 16px;
    }
    .about2>.ab2_2>div>div>span>a,
    .about2>.ab2_2>div>div>p{
        font-size: 14px;
    }
    .about2>.ab2_3>h3>p>i,
    .about2>.ab2_1>p>i,
    .about2>.ab2_3>div>div>p{
        font-size: 16px;
    }
    .about2>.ab2_1>p>b{
        font-size: 18px;
    }
    .ab3 .yuan>i ,
    .ab3>.ab3_2>ul>li{
        font-size: 16px;
    }
    .about5>ul>li>div>p,
    .about5>ul>li>div>b{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1024px) {
    .about2>.ab2_2>div>span{
        padding-top: 1rem;
    }
    .about1>div>div>div>p,
    .about1>div>div>h3>p,
    .about1>div>div>div>ul>li>p,
    .about1>div>div>div>ul>li>i,
    .about1>span>ul>li>div>i,
    .about1>span>ul>li>div>p,
    .about1>div>div>h3>p>i{
        font-size: 12px;
    }
    .ab5>div>div>b {
        font-size: 18px;
    }
    .about5>ul>li>div>p,
    .about5>ul>li>div>b{
        font-size: 12px;
    }
    .about1>i,
    .about>ul>li>a,
    .about1>p>a,
    .about3>.about3_2>div>div>div>p,
    .about3>.about3_1>div>div>h3>p,
    .about3>.about3_1>div>div>p{
        font-size: 14px;
    }
    .ab5>div>i {
        width: 35px;
        height: 35px;
    }
    .top1_vid>div {
        margin: 20% auto;
    }
    .about1>div>span {
        width: 100%;
        position: relative;
        height: auto;
    }
    .about1>div>span>img{
        width: 100%;
    }
    .about1>div>span>i>img {
        width: 45px;
    }
    .about1>div>div {
        width: 100%;
    }
    .about1>span {
        width: 80%;
    }
    .about1>b {
        font-size: 18px;
    }
    .about3>.about3_2>span {
        width: 30px;
        height: 30px;
    }
    .ab5>div>div {
        padding: 1.8rem 1.25rem;
    }
    .ab5>div>div>p {
        max-height: 90%;
    }
    .ab5>div {
        height: 80%;
    }
    .about3>.about3_2>div>div>div>span {
        width: 20px;
        height: 20px;
    }
    .about3>.about3_2::after{
        top: 13px;
    }
    .about3>.about3_2>div>div>div::after {
        top: 13px;
        left: 20px;
    }
    .about3>.about3_1>div>div>h3>b {
        width: 18px;
        font-size: 18px;
    }
    .about3>.about3_3>div>p{
        font-size: 18px;
    }
    .about2>.ab2_2>div>div>span>a,
    .about2>.ab2_2>div>div>p{
        font-size: 12px;
    }
    .about2>.ab2_3>h3>p>i,
    .about2>.ab2_1>p>i,
    .about2>.ab2_3>div>div>p{
        font-size: 14px;
    }
    .about2>.ab2_1>p>b{
        font-size: 16px;
    }
    /* .about2>.ab2_2>div>div>h3,
    .about2>.ab2_3>div>div>b {
        font-size: 18px;
    } */
    .about2>.ab2_2>div>h3,
    .about2>.ab2_3>div>b {
        font-size: 18px;
    }
    .about2>.ab2_3>div>div{
        padding-left: 1.2rem;
    }
    .about2>.ab2_3>div>p{
        left: 1.2rem;
    }
    .ab3 .yuan>i ,
    .ab3>.ab3_2>ul>li{
        font-size: 12px;
    }
}
@media screen and (max-width:768px) {
    .about2>.ab2_2>div>span{
        display: none;
        padding-top: 1rem;
    }
    .about2>.ab2_2>div>div{
        width: 100%;
    }
    .about>h3 {
        font-size: 22px;
    }
    h3.bt {
        font-size: 20px;
    }
    .about1>div>div>h3 ,
    .about1>div>div>div>ul>li>p>b,
    .about1>div>div>h3>p>b{
        font-size: 18px;
    }
    .about1>span {
        width: 100%;
    }
    .ab3>.ab3_2>ul>li{
        width: 35px;
    }
    .about1>span.animated>ul>li:nth-child(2)::after {
        width: 2.2rem;
    }
    /* .about2>.ab2_2>div>div>h3,
    .about2>.ab2_3>div>div>b {
        font-size: 16px;
    } */
    .about2>.ab2_2>div>h3,
    .about2>.ab2_3>div>b {
        font-size: 16px;
    }
    .ab3 {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .ab3 .yuan {
        width: 100px;
        height: 100px;
    }
    .ab3 .yuan.da {
        width: 130px;
        height: 130px;
    }
    .ab3 .yuan.da>i {
        font-size: 20px;
    }
    .ab3>i {
        width: 14.18rem;
    }
    .about5>ul>li>div {
        padding-top: 0.5rem;
    }
    .about5>ul>li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:540px) {
    .top1_vid>div {
        margin: 60% auto;
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .about {
        padding-top: 100px;
    }
    .about>ul>li {
        padding: 10px 0;
    }
    .about1>div>div>h3 {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 15px;
    }
    .about1>div>div>div {
        width: 100%;
    }
    .about1>div>div>div>ul>li {
        margin-bottom: 15px;
    }
    .about1>span.animated>ul>li:nth-child(2)::after {
        width: 0;
    }
    .about1>span>ul>li>div {
        transform: translate(25px,-20px);
    }
    .about1>p>a {
        width: 48%;
        padding: 10px 15px;
    }
    .about3>.about3_1>div>span {
        width: 100%;
    }
    .about3>.about3_1>div>div {
        width: 100%;
        padding: 15px;
    }
    .about3>.about3_1>div{
        padding:0 1.6rem;
    }
    .about3>.about3_2>div>div>div>span{
        margin-bottom: 10px;
    margin-top: 4px;
    margin-left: 8px;
    }
    .about3>.about3_3>div>p {
        font-size: 16px;
    }
    .about3>.about3_3>div>b{
        font-size: 80px;
    }
    .about2>.ab2_1>i{
        display: none;
    }
    .about2>.ab2_1>p {
        padding-left: 0;
        padding-right: 1.2rem;
    }
    .about2>.ab2_2>div>span{
        display: none;
    }
    .about2>.ab2_2>div>div {
        width: 100%;
    }
    .about2>.ab2_2>div {
        padding-left: 0;
    }
    .about2>.ab2_3>div>div {
        width: 100%;
    }
    .about2>.ab2_3>span {
        position: relative;
        width: 100%;
    }
    .about2>.ab2_3 {
        padding-right: 1.2rem;
    }
    .about2>.ab2_3>h3>p>i {
        margin-left: 20px;
    }
    .about2>.ab2_3>h3>p>i:first-child{
        margin-left: 0;
    }
    .about1>i, .about>ul>li>a, .about3>.about3_2>div>div>div>p, .about3>.about3_1>div>div>h3>p, .about3>.about3_1>div>div>p, .about1>p>a {
        font-size: 14px;
    }
    .ab3 .yuan>i, .ab3>.ab3_2>ul>li {
        font-size: 14px;
    }
    .ab3>.ab3_1,
    .ab3>.ab3_2{
        width: 200%;
    }
    .ab3 {
        overflow: auto;
    }
    .ab3>.ab3_2>ul>li {
        padding: 10px 9px;
    }
    .ab3>i {
        width: 31.18rem;
    }
    .about5>ul>li>div,
    .about5>ul>li>span{
        width: 100%;
    }
    .about5>ul>li>div {
        padding-bottom: 20px;
    }
}
.fy{
    padding: .95rem 0;
    /* border-top: 1px solid #C2C2C2; */
    align-items: center;
    margin: 0 !important;
    position: relative;
    z-index: 10;
}
.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: #F36E21;
}
.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: #F36E21;
}
.fy>div>a:last-child{
    margin-right: 0;
}
.news{
    padding: .5rem 1.2rem;
    padding-bottom: 0;
}
.news>ul{
    display: flex;
    flex-wrap: wrap;
}
.news>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    padding-top: .33rem;
    transition: .5s;
    border-top: 4px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.news>ul>li:hover{
    border-top: 4px solid #F36E21;
}
.news>ul>li>b{
    font-size: .22rem;
    line-height: 1.5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .7rem;
}
.news>ul>li:hover>b{
    color: #F36E21;
}
.news>ul>li>i{
    font-size: .18rem;
    color: #5C5C5C;
    margin: .25rem 0 .45rem 0;
}
.news>ul>li>span{
    overflow: hidden;
    height: 0;
    padding-bottom: 51.2%;
}
.news>ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
}
.news>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);
}
.news>ul>li>p{
    font-size: .16rem;
    color: #636363;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: .3rem;
}
.news_xq1{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.xdh{
    padding-top: 1rem;
    padding-bottom: .3rem;
    /* padding: 1rem 1.2rem 0.3rem 1.2rem; */
    border-bottom: 1px solid #E8E8E8;
}
.xdh>ul{
    justify-content: flex-start;
    align-items: center;
}
.xdh>ul>li{
    font-size: .18rem;
}
.xdh>ul>li>a{
    color: #868686;
}
.xdh>ul>li.on>a{
    color: #F36E21;
}
.xdh>ul>li>i{
    margin: 0 .2rem;
}
.news_xq>.nr{
    padding: .6rem 2.28rem;
    padding-bottom: .3rem;
}
.news_xq>.nr>h3{
    font-size: .3rem;
    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-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    border-left: none;
    border-right: none;
}
.news_xq>.nr>div>p{
    font-size:.16rem;
    line-height:1.8;
    color:#2F2F2F;
    /* margin-bottom:.25rem; */
}
.news_xq>.nr>div>img{
    margin:0 auto;
}
.news_xq>.nr>div p,
.news_xq>.nr>div section{
    color: #646464;
    font-size: .16rem;
    line-height: 1.8;
    display: block;
    /* margin-bottom: .6rem; */
}
.news_xq>.nr>div>b{
    font-size: .16rem;
    font-weight: bold;
    color: #333;
}
.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;
    color: unset;
}
.news_xq>.nr>div strong *{
    font-weight: bold;
}
.news_xq>.nr>div td:last-child{
    border-right: 1px solid #333;
}
.news_xq>.nr>div table *{
    font-size: 14px;
}
.news_xq>.nr>div table{
    border-bottom: 1px solid #333;
}
.news_xq>.nr>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>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:#F36E21;
}
.tj{
    margin-top: .3rem;
    padding-top: .2rem;
    padding-left: 2.28rem;
    padding-right: 2.28rem;
    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: 32%;
    margin-right: 2%;
    cursor: pointer;
}
.tj>ul>li:last-child{
    margin-right: 0;
}
.tj>ul>li>b{
    height: .6rem;
    font-size: .2rem;
    line-height: 1.5;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tj>ul>li>span{
    overflow: hidden;
    height: 0;
    padding-bottom: 51.2%;
}
.tj>ul>li>span>img{
    width: 100%;
}
.tj>ul>li>p{
    font-size: .16rem;
    margin-top: .4rem;
    line-height: 1.5;
    color: #636363;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.tj>ul>li>i{
    font-size: .18rem;
    color: #868686;
    transition: .5s;
    line-height: 1.5;
    margin: .4rem 0 .3rem 0;
}
.tj>ul>li:hover>i,
.tj>ul>li:hover>b,
.tj>ul>li:hover>p{
    color: #F36E21;
}
@media screen and (max-width:1440px) {
    .fy>div>a,
    .news>ul>li>i{
        font-size: 16px;
    }
    .news>ul>li>p{
        font-size: 14px;
    }
    a.more>p,
    .tj>ul>li>p,
    .tj>ul>li>i,
    .tj>ul>li>b,
    .xdh>ul>li{
        font-size: 16px;
    }
    .tj>ul>li>b{
        height: 48px;
    }
    .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) {
    .fy>div>a,
    .fy>a,
    .fy>div>a,
    .news>ul>li>i,
    .tj>ul>li>b{
        font-size: 14px;
    }
    .tj>ul>li>b{
        height: 42px;
    }
    .news>ul>li>b {
        font-size: 16px;
        height: 48px;
    }
    .news>ul>li>p{
        font-size: 12px;
    }
    .fy>div>a{
        height: 30px;
    }
    .news>div>div>div>div>b,
    .news_xq>.nr>p{
        font-size: 18px;
    }
    .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;
    }
    .xdh {
        padding-top: 1.4rem;
    }
}
@media screen and (max-width:768px) {
    .news_xq>.nr {
        padding: 0.6rem 0rem;
    }
    .tj{
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .tj>h3 {
        font-size: 20px;
    }
    .about1>span>ul>li>div>i {
        padding: 5px;
    }
}
@media screen and (max-width:540px) {
    .tj>ul>li>b {
        height: auto;
    }
    .news>ul>li>b{
        height: auto;
    }
    .fy>div>a {
        padding: 10px;
    }
    .fy>div {
        width: auto;
    }
    .tj {
        padding-left: 0;
        padding-right: 0;
    }
    .news>ul{
        justify-content: space-between;
    }
    .news>ul>li {
        width: 100%;
        margin-right: 0;
    }
    .xdh {
        padding-top: 60px;
    }
    .tj>ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tj>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#dituContent img{
    max-width: inherit;
}
.lxwm{
    padding-top: .9rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}
.lxwm>ul{
    margin-top: .8rem;
    align-items: center;
}
.lxwm>ul>i{
    width: 1px;
height: .7rem;
background: #E6E6E6;
}
.lxwm>ul>li{

}
.lxwm>ul>li>i{
    width: .47rem;
}
.lxwm>ul>li>b{
    margin: .2rem 0;
    font-size: .24rem;
    font-weight: bold;
}
.lxwm>ul>li>p{
    font-size: .2rem;
    line-height: 1.7;
}
.map{
    margin-top: .6rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    z-index: 20;
}
.map>.fle{
    width: 60%;
    margin: 0 auto;
    margin-top: -.5rem;
    padding: .5rem 0;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 10;
    position: relative;
}
.map>.fle>b{
    font-size: .24rem;
    font-weight: bold;
}
.map>.fle>p{
    font-size: .2rem;
    margin: 0 .1rem;
}
.map>.fle>a{
    font-size: .18rem;
    padding: .1rem .3rem;
    background: #F36E21;
    color: #fff;
    text-align: center;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}
.lxwm2{
    padding-top: 1.95rem;
    background: #F8F8F8;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 1.15rem;
    margin-top: -1.4rem;
}
.lxwm2>ul{
    margin-top: .65rem;
}
.lxwm2>ul>li{
    width: 48%;
    padding: .3rem .4rem;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: .23rem;
    border: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.lxwm2>ul>li.on{
    border: 1px solid #F36E21;
}
.lxwm2>ul>li:last-child{
    width: 100%;
}
.lxwm2>ul>li>p{
    font-size: .2rem;
    color: #3F3F3F;
    display: flex;
    align-items: center;
}
.lxwm2>ul>li>p>i{
    color: #DC1616;
}
.lxwm2>ul>li>input{
    outline: none;
    border: none;
    font-size: .2rem;
    margin-left: .2rem;
    font-family: normal;
}
.lxwm2>ul>li>input::placeholder{
    color: #898989;
}
.lxwm2>ul>li>textarea{
    width: 100%;
    outline: none;
    border: none;
    font-size: .2rem;
    color: #3F3F3F;
    font-family: normal;
}
.lxwm2>p{
    margin-top: .65rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lxwm2>p>button{
    padding: .24rem .5rem;
    font-size: .2rem;
    background: #DCDCDC;
    color: #3D3D3D;
    cursor: pointer;
}
.lxwm2>p>button:first-child{
    margin-right: .2rem;
}
.lxwm2>p>button.on{
    color: #fff;
    background: #F36E21;
}
.ss{
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-bottom: 1.35rem;
}
.ss_val{
    align-items: center;
}
.ss_val>h3{
    margin-top: .5rem;
    font-size: .34rem;
    font-weight: normal;
    margin-bottom: .65rem;
}
.ss_val>h3>i{
    font-weight: bold;
    margin-bottom: .38rem;
}
.ss_val>h3>b{
    font-size: .2rem;
    color: #878787;
    display: flex;
}
.ss_val>h3>b>i{
    color: #272727;
}
.ss_val>p{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ss_val>p>i{
    font-size: .18rem;
    color: #666666;
    padding: .1rem .15rem;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-left: .2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.ss_val>p>i.on,
.ss_val>p>i:hover{
    color: #fff;
    background-color: #F36E21;
}
.szxt_ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* display: none; */
}
.szxt_ul.on{
    display: flex;
}
.szxt_ul>li{
    width: 31%;
    margin-right: 2.33%;
    margin-bottom: 2.33%;
    cursor: pointer;
}
.szxt_ul>li>span{
    overflow: hidden;
}
.szxt_ul>li>span>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 100%;
}
.szxt_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);
}
.szxt_ul>li>p{
    padding: .3rem .4rem .35rem .35rem;
    font-size: .2rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border: 1px solid rgba(0,0,0,.1);
    border-top: none;
}
.szxt_ul>li>p>i{
    font-size: 20px;
    color: #B7B7B7;
    transition: .5s;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.szxt_ul>li:hover>p{
    background-color: #F36E21;
    color: #fff;
}
.szxt_ul>li:hover>p>i{
    color: #fff;
}
@media screen and (max-width:1440px) {
    .map>.fle>p,
    .lxwm>ul>li>p,
    .lxwm2>ul>li>p,
    .lxwm2>ul>li>input,
    .lxwm2>ul>li>textarea,
    .map>.fle>a,
    .lxwm2>p>button,
    .ss_val>h3>b,
    .ss_val>p>i,
    .szxt_ul>li>p{
        font-size: 16px;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {
    .map>.fle>p,
    .lxwm>ul>li>p,
    .lxwm2>ul>li>p,
    .map>.fle>a,
    .lxwm2>ul>li>input,
    .lxwm2>ul>li>textarea,
    .lxwm2>p>button{
        font-size: 14px;
    }
    .map>.fle>b ,
    .lxwm>ul>li>b{
        font-size: 16px;
    }
    .map>.fle>a {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}
}
@media screen and (max-width:768px) {
    .lxwm>ul>li>i {
        width: 25px;
    }
    .ss_val>h3 {
        font-size: 22px;
    }
    .map>.fle>p, .lxwm>ul>li>p, .lxwm2>ul>li>p, .lxwm2>ul>li>input, .lxwm2>ul>li>textarea, .map>.fle>a, .lxwm2>p>button, .ss_val>h3>b, .ss_val>p>i, .szxt_ul>li>p {
        font-size: 14px;
    }
}
@media screen and (max-width:540px) {
    .lxwm>ul>i{
        display: none;
    }
    .lxwm>ul>li {
        width: 49%;
        margin-bottom: 20px;
    }
    .map>div:first-child{
        height: 300px !important;
    }
    .map>.fle>a {
        padding: 10px 20px;
    }
    .map>.fle>p {
        margin: 0px 5px;
    }
    .map>.fle {
        width: 100%;
    }
    .lxwm2>ul>li {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
    }
    .lxwm2>p>button {
        padding: 10px;
    }
    .ss_val>p {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
    }
    .ss_val>p>i {
        padding: 10px;
        margin-left: 0;
    }
    .szxt_ul>li {
        justify-content: space-between;
    }
    .szxt_ul>li {
        width: 48%;
        margin-right: 0;
    }
    .szxt_ul>li>p>i {
        font-size: 16px;
    }
}
.zjwjg{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: .95rem;
}
.zjwjg>.zjw{
    margin-top: .4rem;
}
.zjwjg>.zjw>b{
    font-size: .2rem;
    margin-bottom: .65rem;
}
.zjwjg>.zjw>p{
    font-size: .2rem;
    text-align: center;
    margin-bottom: .35rem;
}
.zjwjg>.zjw>span{
    position: relative;
    width: 77%;
    margin: 0 auto;
}
.zjwjg>.zjw>span>img{
    width: 100%;
}
.zjwjg>.zjw>span>p{
    position: absolute;
    top: 44%;
    right: 23%;
    z-index: 20;
}
.zjwjg>.zjw>span>p>b{
    font-size: .16rem;
    position: absolute;
    width: 1rem;
    padding-top: 7px;
    left: -0.4rem;
}
@keyframes state1 {
    0% {
        opacity: .5;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(44.5);
        -webkit-transform: scale(44.5);
        -moz-transform: scale(44.5);
        -ms-transform: scale(44.5);
        -o-transform: scale(44.5);
}
}
.zjwjg>.zjw>span>p>i{
    width: .15rem;
    height: .15rem;
    /* background-color: #E33B3B; */
    border: 1px solid #F36E21;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation-duration: 2.4s;
    animation-name: state1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: state1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.zjwjg>.zjw>span>p>i:nth-child(1){
    position: relative;
    animation: none;
    background-color: #E33B3B;
    z-index: 20;
    cursor: pointer;
}
.zjwjg>.zjw>span>p>i:nth-child(2){

}
.zjwjg>.zjw>span>p>i:nth-child(3){
    animation-delay: .8s;
}
.zjwjg>.zjw>span>p>i:nth-child(4){
    animation-delay: 1.5s;
}
.zjwjg>.zjw>span>ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.zjwjg>.zjw>span>ul>li{
    position: absolute;
    cursor: pointer;
    z-index: 20;
}
.zjwjg>.zjw>span>ul>li:nth-child(1){
    top: 30%;
    left: 19.3%;
}
.zjwjg>.zjw>span>ul>li:nth-child(2){
    top: 26%;
    left: 45%;
}
.zjwjg>.zjw>span>ul>li:nth-child(3){
    top: 35%;
    right: 10.5%;
    z-index: 20;
}
.zjwjg>.zjw>span>ul>li:nth-child(4){
    top: 49%;
    right: 20.5%;
}
.zjwjg>.zjw>span>ul>li:nth-child(5){
    top: 45%;
    right: 77.5%;
}
.zjwjg>.zjw>span>ul>li>b{
    padding: .12rem .18rem;
    background-color: #F36E21;
    font-size: .16rem;
    color: #fff;
    opacity: 0;
    transition: .5s;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.zjwjg>.zjw>span>ul>li:hover>b{
    opacity: 1;
}
.zjwjg>.zjw>span>ul>li>i{
    margin: .1rem auto;
    display: table;
    width: 0.13rem;
}
.zjwjg>.zjw>span>ul>li>p{
    font-size: .16rem;
    text-align: center;
    transition: .5s;
}
.zjwjg>.zjw>span>ul>li:hover>p{
    color: #F36E21;
}
@media screen and (max-width:1440px) {
    .zjwjg>.zjw>span>ul>li>p ,
    .zjwjg>.zjw>p,
    .zjwjg>.zjw>span>ul>li>b{
        font-size: 14px;
    }
    .zjwjg>.zjw>span>p>i {
        width: 10px;
        height: 10px;
        border-radius: 20px;
    }
    .zjwjg>.zjw>span>ul>li>i {
        width: 10px;
    }
    .zjwjg>.zjw>span>ul>li>b{
        border-radius: 20px;
    }
    .zjwjg>.zjw>span>p>b{
        font-size: 14px;
        width: 85px;
        padding-top: 7px;
        left: -39px;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
    .zjwjg>.zjw>span>ul>li>p{
        font-size: 12px;
    }
    .zjwjg>.zjw>span>p>b{
        font-size: 12px;
        width: 74px;
        padding-top: 4px;
        left: -31px;
    }
}
@media screen and (max-width:540px) {
    .zjwjg>.zjw>span {
        width: 100%;
    }
    .zjwjg>.zjw>p{
        font-size: 12px;
    }
    .zjwjg>.zjw>span>ul>li>b {
        border-radius: 20px;
        text-align: center;
        padding: 5px 10px;
    }
    .zjwjg>.zjw>span>ul>li:nth-child(1) {
        top: 21%;
        left: 11.3%;
    }
    .zjwjg>.zjw>span>ul>li:nth-child(2) {
        top: 17%;
        left: 37%;
    }
    .zjwjg>.zjw>span>ul>li:nth-child(3) {
        top: 26%;
        right: 3.5%;
    }
}
.szxt.sb{
    padding-top: 0;
}
.szxt{
    padding-top: 1.8rem;
    background-color: #fff;
}
.szxt>h3>a{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0.2rem;
}
.szxt>h3>a.on,
.szxt>h3>a:hover{
    color: #fff;
    background: #f36e21;
}
.szxt>h3>a:first-child{
    margin-right: .35rem;
}
.szxt>h3{
    padding-left: 1.2rem;
    font-size: .42rem;
    margin-bottom: .6rem;
    display: flex;
}
.szxt>p{
    display: flex;
    flex-wrap: wrap;
    font-size: .28rem;
    /* padding-bottom: .58rem; */
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-left: 1.2rem;
}
.szxt>p>i{
    color: #B5B5B5;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-right: .5rem;
    padding-bottom: 0.88rem;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.szxt>p>i.on,
.szxt>p>i:hover{
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #F36E21;
}
.szxt>div.xdh{
    padding-left: 1.2rem;
    margin-bottom: .35rem;
}
.szxt>div{
    display: none !important;
}
.szxt>div.on{
    display: block !important;
}
.szxt>div>h3{
    font-size: .4rem;
}
.sz_zykh{
    padding: .85rem 1.2rem 1.2rem 1.2rem;
    background-color: #FAFAFA;
}
.sz_zykh>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: .65rem;
}
.sz_zykh>ul>li{
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
    padding: .45rem .85rem;
    background-color: #fff;
}
.sz_zykh>ul>li>p{
    font-size: .24rem;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 10;
    background-color: #F36E21;
}
.sz_zykh>ul>li:hover>p{
    opacity: 1;
}
.sz_cpxl{
    padding: .7rem 1.2rem 0 1.2rem;
}
.sz_cpxl>ul{
    display: flex;
}
.sz_cpxl>ul>li{
    font-size: .24rem;
    margin-right: .5rem;
    cursor: pointer;
}
.sz_cpxl>ul>li.on,
.sz_cpxl>ul>li:hover{
    font-weight: bold;
    color: #F36E21;
}
.sz_cpxl>div{
    margin-top: .65rem;
    display: flex;
    flex-wrap: wrap;
}
.sz_cpxl>div>p{
    font-size: .18rem;
    width: 20%;
    display: none;
}
.sz_cpxl>div>p.on{
    display: block;
}
.sz_cpxl>div>p>i{
    margin-bottom: .3rem;
    cursor: pointer;
    display: table;
}
.sz_cpxl>div>p>i>img{
    float: right;
    margin-left: 0.1rem;
    width: auto;
}
.sz_cpxl>div>p>i>img:nth-child(2){
    display: none;
}
.sz_cpxl>div>p>i.on>img{
    display: none;
}
.sz_cpxl>div>p>i.on>img:nth-child(2){
    display: block;
}
.sz_cpxl>div>p>i>span{
    margin-top: 0.15rem;
    display: none;
}
.sz_cpxl>div>p>i.on>span{
    display: block;
}
.sz_cpxl>div>p>i>span>i{
    line-height: 1.5;
}
.sz_cpxl>div>p>i>span>i.on{
    font-weight: bold;
}
.sz_cpxl>div>p>i.on,
.sz_cpxl>div>p>i:hover{
    font-weight: bold;
    color: #F36E21;
}
.sz_cpxl>div>div{
    width: 80%;
}
.sz_cpxl>div>div>p{
    font-size: .16rem;
    width: 100%;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: .5rem;
}
.sz_cpxl>div>div>ul{

}
.sz_cpxl>div>div>div{

}
.sz_scnl{
    padding: .8rem 1.2rem 1.5rem 1.2rem;
}
.sz_scnl.qc_synl{
    padding-bottom: 1rem;
}
.zjwjg>.sz_scnl{
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 0;
}
.sz_scnl>u{
    font-size: .28rem;
    margin-bottom: .5rem;
}
.sz_scnl.qc_synl>p{
    color: #F36E21;
}
.sz_scnl>ul{

}
.sz_scnl>ul>li{
    width: 48%;
    margin-bottom: .55rem;
}
.sz_scnl>ul>li>p{
    font-size: .26rem;
    text-align: center;
    margin-top: .25rem;
}
.sz_scnl>span{
    margin-bottom: .9rem;
}
.sz_scnl>span>p{
    width: 55%;
    text-align: justify;
    font-size: .16rem;
    line-height: 1.5;
}
.sz_scnl>span>ul{
    /* width: 45%; */
}
.sz_scnl>span>ul>li{
    width: 50%;
    text-align: center;
    font-size: .22rem;
}
.sz_scnl>span>ul>li:nth-child(1){
    margin-bottom: .8rem;
}
.sz_scnl>span>ul>li>p{
    text-align: center;
    margin-bottom: .25rem;
    font-size: .18rem;
}
.sz_scnl>span>ul>li>p>i{
    font-size: .4rem;
    display: inline-block;
}
.sz_scnl>p{
    cursor: pointer;
    font-size: 16px;
    display: table;
}
#dz{
    position: absolute;
    top: 45%;
    left: 35%;
    width: 35%;
    height: 0;
    background-color: #fff;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    color: #333;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 3% 2%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
}
#dz>i{
    position: absolute;
    right: 0;
    right: 0;
    top: 0;
    display: table;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ED6D00;
}
#dz>u{
    line-height: 1.8;
}
#dz.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.szjs{
    padding-left: 1.2rem;
    padding-top: .6rem;
    padding-bottom: 1rem;
    padding-right: 1.2rem;
}
.szjs>b{
    font-size: .34rem;
    margin-bottom: .65rem;
    font-weight: bold;
}
.szjs>p{
    font-size: .24rem;
    padding-left: 4.6rem;
    padding-right: 1.2rem;
    line-height: 1.7;
}
.szjs>p>i{
    display: inline-block;
    font-size: .4rem;
    color: #F36E21;
}
.szjs #szjs_lb,
.szjs #qcjs_lb{
    margin-top: .75rem;
    padding-bottom: .55rem;
}
.szjs #szjs_lb .swiper-slide{
    width: auto;
    max-width: 7.4rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.szjs #qcjs_lb .swiper-slide{
    /* width: auto; */
    /* max-width: 7.4rem; */
}
.szjs #szjs_lb .swiper-slide>img{
    width: 100%;
}
.szjs #szjs_lbt{
    background-color: #E5E5E5;
    height: 4px;
}
.szjs #szjs_lbt>div{
    background: #F36E21;
}
.sz_scnl>div{

}
.sz_scnl>div>ul{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sz_scnl>div>ul>li{
    display: none;
}
.sz_scnl>div>ul>li.on{
    display: block;
}
.sz_scnl>div>ul>li>p{
    font-size: .2rem;
    margin-bottom: .35rem;
}
.sz_scnl>div>ul>li>i{
    font-size: .16rem;
    line-height: 1.5;
    text-align: justify;
}
.sz_scnl>div>ul>li>span{

}
.sz_scnl>div>ul>li>a{
    margin-top: .4rem;
    padding-bottom: .24rem;
    border-bottom: 1px solid #F36E21;
    font-size: .18rem;
    color: #F36E21;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sz_scnl>div>ul>li>a>i{
    font-size: 16px;
    color: #F36E21;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.sz_scnl>div>span{
    position: relative;
    width: 57%;
}
.sz_scnl>div>span.qc_map{
    width: 85%;
    position: relative;
}
.sz_scnl>div>span.qc_map>.gg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
}
.sz_scnl>div>span.qc_map>.gg.on{
    opacity: 1;
    z-index: 9;
}
.sz_scnl>div>.gg_btn{
    display: flex;
    justify-content: center;
    margin-bottom: -59px;
    margin-right: 50px;
    /* padding-top: 50px; */
    position: relative;
    z-index: 999;
}
.sz_scnl>div>.gg_btn>div{
    font-size: .2rem;
    padding: 0.5rem 0.4rem 0.2rem;
    color: #B5B5B5;
    font-size: .28rem;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sz_scnl>div>.gg_btn>div.on{
    font-weight: 700;
    color: #333;
}
.sz_scnl>div>span.qc_map>img{
    width: 100%;
}
.sz_scnl>div>span.qc_map>ul>li>p{
    font-size: 12px;
}
.sz_scnl>div>span>ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.sz_scnl>div>span>ul>li{
    position: absolute;
    cursor: pointer;
}
.sz_scnl>div>span>ul>li:nth-child(1){
    top: 42%;
    right: 38%;
}
.sz_scnl>div>span>ul>li:nth-child(2){
    top: 51%;
    right: 45.5%;
    /* display: none; */
}
.sz_scnl>div>span>ul>li:nth-child(3){
    top: 62%;
    right: 58%;
}
.sz_scnl>div>span>ul>li:nth-child(4){
    top: 61%;
    right: 25.5%;
}
.sz_scnl>div>span>ul>li:nth-child(5){
    top: 66%;
    right: 28%;
}
.sz_scnl>div>span>ul>li:nth-child(6){
    top: 82%;
    right: 39%;
}
.sz_scnl>div>span>ul>li:nth-child(7){
    top: 26%;
    right: 22%;
}
.sz_scnl>div>span>ul>li:nth-child(8){
    top: 41.7%;
    right: 34.5%;
}
.sz_scnl>div>span>ul>li:nth-child(9){
    top: 61%;
    right: 33%;
}
.sz_scnl>div>span>ul>li:nth-child(10){
    top: 60%;
    right: 29%;
}
.sz_scnl>div>span>ul>li:nth-child(11){
    top: 65%;
    right: 37%;
}
.sz_scnl>div>span>ul>li:nth-child(12){
    top: 58%;
    right: 44%;
}
.sz_scnl>div>span>ul>li:nth-child(13){
    top: 37%;
    right: 35.5%;
}
.sz_scnl>div>span>ul>li:nth-child(14){
    top: 47%;
    right: 31.5%;
}
.sz_scnl>div>span>ul>li:nth-child(15){
    top: 47%;
    right: 35%;
}
.sz_scnl>div>span>ul>li:nth-child(16){
    top: 81%;
    right: 45%;
}
.sz_scnl>div>span>ul>li:nth-child(17){
    top: 67%;
    right: 50%;
}
.sz_scnl>div>span>ul>li:nth-child(18){
    top: 46%;
    right: 28%;
}
.sz_scnl>div>span>ul>li>i{
    width: .13rem;
    margin: 0 auto;
    margin-bottom: .05rem;
}
.sz_scnl>div>span>ul>li>a,
.zjwjg>.zjw>span>ul>li>a{
    position: absolute;
    top: -0.4rem;
    left: -1.3rem;
    font-size: 12px;
    text-align: center;
    padding: 0.12rem 0.15rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #333;
    width: 3rem;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    z-index: 10;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 1.2;
    box-shadow: 1;
    box-shadow: 0 0 20px -5px;
}
.zjwjg>.zjw>span>ul>li>a{
    left: -1.1rem;
}
.sz_scnl>div>span>ul>li:hover>a,
.zjwjg>.zjw>span>ul>li:hover>a{
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.sz_scnl>div>span>ul>li>p{
    font-size: .16rem;
    text-align: center;
    color: #333;
}
.sz_synl{
    padding: .9rem 1.2rem .55rem 1.2rem;
}
.sz_synl>span{
    margin-bottom: 1.25rem;
}
.sz_synl>span>b{
    font-size: .28rem;
    width: 25%;
}
.sz_synl>span>p{
    width: 75%;
    text-align: justify;
    font-size: .16rem;
    line-height: 1.5;
}
.sz_synl>ul{
    display: flex;
    flex-wrap: wrap;
}
.sz_synl>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: .95rem;
}
.sz_synl>ul>li>b{
    font-size: .24rem;
    margin-bottom: .45rem;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sz_synl>ul>li>span{
    padding: .6rem;
    border: 1px solid #E2E2E2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sz_synl>ul>li>span>img{
    width: 100%;
    max-width: auto;
}
.sz_synl>ul>li>p{
    margin-top: .4rem;
    font-size: .22rem;
    transition: .5s;
}
.sz_synl>ul>li:hover>span{
    border: 1px solid #F36E21;
}
.sz_synl>ul>li:hover>p,
.sz_synl>ul>li:hover>b{
    color: #F36E21;
}
.jsnl{
    padding: .8rem 1.2rem 0 1.2rem;
}
.jsnl>div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: .8rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.jsnl>div>span{
    width: 30%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-between;
}
.jsnl>div>span>b{
    font-size: .28rem;
    color: #F36E21;
}
.jsnl>div>span>p{
    display: flex;
    justify-content: flex-start;
}
.jsnl>div>span>p>i{
    width: .5rem;
    height: .5rem;
    background-color: #D3D3D3;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.jsnl>div>span>p>i:hover{
    background-color: #F36E21;
}
.jsnl>div>div{
    width: 70%;
}
.jsnl>div>div>p{
    font-size: .16rem;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: .45rem;
}
.jsnl>div>div .swiper-slide{

}
.jsnl>div>div .swiper-slide>p{
    font-size: .2rem;
    text-align: center;
    margin-top: .25rem;
}
.qckh{
    position: relative;
}
.qckh>h3{
    display: flex;
}
.qckh>h3>i{
    margin-right: .5rem;
    cursor: pointer;
}
.qckh>h3>i.on{
    color: #f36e21;
}
.qckh>ul{
    display: none;
}
.qckh>ul.on{
    display: flex;
}
.cgal{
    padding: .8rem 1.2rem;
    padding-bottom: 0;
}
.cgal>div{
    position: relative;
    margin-bottom: .8rem;
    cursor: pointer;
}
.cgal>div>img{
    width: 100%;
}
.cgal>div>p,
.alxq>div:nth-child(2)>p{
    position: absolute;
    left: 1.1rem;
    bottom: 0;
    background-color: #F36E21;
    font-size: .18rem;
    color: #fff;
    padding: .65rem;
    padding-bottom: .75rem;
    width: 25%;
}
.cgal>div>p>b,
.alxq>div:nth-child(2)>p>b{
    font-size: .36rem;
    margin-bottom: .13rem;
    font-weight: bold;
    color: #fff;
}
.alxq{
    margin-top: .85rem;
}
.alxq>span{
    margin-bottom: .45rem;
}
.alxq>span>img{
    width: 100%;
}
.alxq>div:nth-child(2){
    margin-bottom: .8rem;
}
.alxq>div:nth-child(2)>p{
    color: #333;
    width: 40%;
    position: relative;
    left: 0;
    background: #fff;
    padding: 0;
}
.alxq>div:nth-child(2)>p>b{
    color: #333;
}
.alxq>div:nth-child(2)>i{
    width: 60%;
    text-align: justify;
    line-height: 1.5;
    font-size: .16rem;
}
.alxq>.fy{
    border-top: 1px solid #C2C2C2;
    padding-top: 0.4rem;
    padding-bottom: 1.25rem;
}
.cpsp{
    padding: .8rem 1.2rem;
    padding-bottom: 0;
}
.cpsp>p{
    font-size: .24rem;
    margin-bottom: .6rem;
}
.cpsp>div{
    display: flex;
}
.cpsp>div>ul{
    width: 13%;
}
.cpsp>div>ul>li{
    font-size: .18rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-bottom: .45rem;
    cursor: pointer;
}
.cpsp>div>ul>li:last-child{
    margin-bottom: 0;
}
.cpsp>div>ul>li.on,
.cpsp>div>ul>li:hover{
    border-left: 2px solid #F36E21;
    padding-left: .1rem;
    color: #F36E21;
}
.cpsp>div>div{
    width: 87%;
}
.cpsp>div>div>ul{
    display: flex;
    flex-wrap: wrap;
}
.cpsp>div>div>ul>li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: .45rem;
}
.cpsp#cpxl>div>div>ul>li{
    width: 33.33%;
    margin: 0;
}
.cpsp>div>div>ul>li>span{
    position: relative;
}
.cpsp>div>div>ul>li>span>img{
    width: 100%;
}
.cpsp>div>div>ul>li>span>i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.cpsp>div>div>ul>li>span>i>img{
    width: .6rem;
}
.cpsp>div>div>ul>li>p{
    margin-top: .3rem;
    text-align: center;
    font-size: .2rem;
}
.cpsp#cpxl>div>div>ul>li{
    border: 1px solid rgba(0,0,0,.1);
}
.cpsp#cpxl>div>div>ul>li>p{
    margin-top: 0;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
}
.cpxq{

}
.cpxq>div{
    display: flex;
    flex-wrap: wrap;
}
.cpxq>div>#sw2{
    width: 60%;
}
.cpxq>div .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
    background-color: #FAFAFA;
}
.cpxq>div .swiper-slide>img{
    width: 80%;
}
.cpxq>div>.xq2{
    width: 40%;
    padding: 1.9rem 1.2rem 0 1.25rem;
    position: relative;
}
.cpxq>div>.xq2>b{
    font-size: .28rem;
    font-weight: bold;
}
.cpxq>div>.xq2>p{
    font-size: .18rem;
    text-align: justify;
    line-height: 1.5;
    margin: .25rem 0 .78rem 0;
}
.cpxq>div>.xq2>a{
    width: 2.2rem;
    font-size: .18rem;
    color: #F36E21;
    padding-bottom: .2rem;
    border-bottom: 1px solid #F36E21;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.8rem;
}
.cpxq>div>.xq2>a>i{
    font-size: .18rem;
    color: #F36E21;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.cpxq>div>.xq2 #sw1{
    position: absolute;
    bottom: 0.9rem;
    right: 1.2rem;
    width: 100%;
}
.cpxq>div>.xq2 .swiper-slide{
    padding: 0;
    border: 1px solid #B5B5B5;
    background-color: #fff;
}
.cpxq>h3{
    padding-left: 1.2rem;
    font-size: .32rem;
    margin-bottom: .55rem;
    padding-top: .65rem;
}
.cpxq>ul{
    padding: 1.45rem 1.2rem;
    padding-top: .95rem;
    display: flex;
    background: #FBFBFB;
}
.cpxq>ul>li{
    width: 31%;
    margin-right: 3.5%;
    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{
    padding: .3rem .5rem;
    display: flex;
    justify-content: space-between;
    font-size: .2rem;
    background: #fff;
    transition: .5s;
}
.cpxq>ul>li:hover>p{
    background-color: #F36E21;
}
.cpxq>ul>li>p>i{
    transition: .5s;
    transform: scaleY(1.5);
    -webkit-transform: scaleY(1.5);
    -moz-transform: scaleY(1.5);
    -ms-transform: scaleY(1.5);
    -o-transform: scaleY(1.5);
}
.cpxq>ul>li:hover>p,
.cpxq>ul>li:hover>p>i{
    color: #fff;
}
.qc_scnl{
}
.qc_scnl>.qc1{
    
    padding: .9rem 1.2rem .8rem 1.2rem;
}
.qc_scnl>.qc1>h3{
    font-size: .26rem;
    margin-bottom: .38rem;
}
.qc_scnl>.qc1>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.qc_scnl>.qc1>div>h3{
    width: 35%;
}
.qc_scnl>.qc1>div>h3>b{
    font-size: .26rem;
    color: #F36E21;
    margin-bottom: .3rem;
}
.qc_scnl>.qc1>div>h3>p{
    line-height: 1.5;
    font-size: .18rem;
    font-weight: normal;
}
.qc_scnl>.qc1>div>ul{
    width: 35%;
}
.qc_scnl>.qc1>div>ul>li{
    width: 46%;
    padding-bottom: .27rem;
    border-bottom: 1px solid #F36E21;
    font-size: .22rem;
    margin-bottom: .45rem;
}
.qc_scnl>.qc1>div>ul>li:last-child{
    margin-bottom: 0;
}
.qc_scnl>.qc1>div>ul>li>a{
    color: #F36E21;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qc_scnl>.qc1>div>ul>li>a>i{
    color: #F36E21;
}
.qc_scnl>.qc1>span{
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
}
.qc_scnl>.qc1>span>p{
    width: 15%;
    padding: .25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qc_scnl>.qc1>span>p>i{
    font-size: .22rem;
}
.qc_scnl>.qc1>span>p>i:last-child{

}
.qc_scnl>.qc1>span>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
}
.qc_scnl>.qc1>span>ul>li{

}
.qc_scnl>.qc1>span>ul>li>p{
    font-size: .22rem;
    padding: .25rem .3rem;
    background-color: #212121;
    color: #fff;
    text-align: center;
}
.qc_scnl>.qc1>span>ul>li.huang>p{
    background-color: #F36E21;
}
.qc_scnl>.qc1>span>ul>li>b{
    font-size: .4rem;
    padding: .4rem .65rem;
    text-align: center;
    background-color: #F9F9F9;
}
.qc_scnl>.qc2{
    padding: .9rem 1.2rem;
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qc_scnl>.qc2>p{
    width: 15%;
    font-size: .26rem;
}
.qc_scnl>.qc2>div{
    width: 85%;
}
.qc_scnl>.qc2>div>p{
    font-size: .18rem;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: .85rem;
    width: 50%;
}
.qc_scnl>.qc2>div>div{
    display: flex;
    /* justify-content: space-between; */
}
.qc_scnl>.qc2>div>div>div{
    background-color: #fff;
    width: 33%;
    border-radius: 10px;
    position: relative;
    padding-top: 0.2rem;
}
.qc_scnl>.qc2>div>div>div>h3{
    font-size: .26rem;
    padding: 0.1rem 0.3rem;
    border-left: 2px solid #F36E21;
    position: relative;
}
.qc_scnl>.qc2>div>div>div>h3::after{
    width: 100%;
    height: 1px;
    bottom: -.2rem;
    left: 0;
    background-color: #E2E2E2;
}
.qc_scnl>.qc2>div>div>div>ul{
    display: flex;
    justify-content: space-between;
    padding: .8rem .5rem 1.35rem .7rem;
}
.qc_scnl>.qc2>div>div>div>ul>li{
    font-size: .2rem;
}
.qc_scnl>.qc2>div>div>div>ul>li>b{
    margin-bottom: .2rem;
    display: flex;
    align-items: flex-end;
}
.qc_scnl>.qc2>div>div>div>ul>li>b>i{
    font-size: .5rem;
}
.qc_scnl>.qc2>div>div>div:last-child{
    background: #F36E21;
}
.qc_scnl>.qc2>div>div>div:last-child>h3{
    border-left: 2px solid #fff;
    color: #fff;
}
.qc_scnl>.qc2>div>div>div:last-child>ul{

}
.qc_scnl>.qc2>div>div>div:last-child>ul>li{
    color: #fff;
}
.qc_scnl>.qc2>div>div>div:last-child>ul>li>b{
    color: #fff;
}
.qc_scnl>.qc2>div>div>div:last-child>ul>li>b>i{
    color: #fff;
}
.qc_scnl>.qc2>div>div>div>i{
    width: 1.75rem;
    position: absolute;
    bottom: -1px;
    left: 1.65rem;
    font-size: .22rem;
    color: #808080;
    text-align: center;
    padding: 0.45rem 0 0.23rem 0;
}
.qc_scnl>.qc2>div>div>div:last-child>i{
    color: #F36E21;
}
.qc_scnl>.qc2>div>div>span{
    width: 2.25rem;
    margin: 0 0.35rem;
}
.qc_scnl>.qc3{
    padding: .8rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.qc_scnl>.qc3>div{
    width: 70%;
}
.qc_scnl>.qc3>div>b{
    font-size: .3rem;
    margin-bottom: .35rem;
}
.qc_scnl>.qc3>div>p{
    font-size: .18rem;
    margin-bottom: .8rem;
}
.qc_scnl>.qc3>div>ul{
    display: flex;
}
.qc_scnl>.qc3>div>ul>li{
    text-align: center;
    font-size: .22rem;
    margin-right: 1rem;
}
.qc_scnl>.qc3>div>ul>li:last-child{
    margin-right: 0;
}
.qc_scnl>.qc3>div>ul>li>b{
    font-size: .18rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.qc_scnl>.qc3>div>ul>li>b>i{
    font-size: .4rem;
    font-weight: bold;
}
.qc_scnl>.qc3>a{
    padding-bottom: .2rem;
    border-bottom: 1px solid #F36E21;
    color: #F36E21;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 3.85rem;
}
.qc_scnl>.qc3>a>i{
    color: #F36E21;
}
.lftc{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 1.2rem;
    z-index: 99;
    transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.lftc.on{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.lftc>div{
    padding: .8rem 1rem;
    background-color: #fff;
}
.lftc>div>b{
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .4rem;
}
.lftc>div>p{
    font-size: .16rem;
    line-height: 1.5;
    margin-bottom: .25rem;
    text-align: justify;
}
.lftc>div>i{
    margin: .4rem 0;
    margin-bottom: .5rem;
    height: 1px;
    background-color: rgba(0,0,0,.1);
}
.lftc>div>h4{
    font-size: .24rem;
    font-weight: normal;
}
.lftc>i{
    margin-top: .5rem;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto;
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: .45rem;
    height: .45rem;
}
.sb{
    padding: .77rem 1.2rem;
    background-color: #F9F9F9;
}
.sb>ul{

}
.sb>ul>li{
    width: 48%;
    margin-bottom: .85rem;
    display: none;
}
.sb>ul.on>li,
.sb>ul>li:nth-child(1),
.sb>ul>li:nth-child(2),
.sb>ul>li:nth-child(3),
.sb>ul>li:nth-child(4),
.sb>ul>li:nth-child(5),
.sb>ul>li:nth-child(6){
    display: block;
}
.sb>ul>li>span{

}
.sb>ul>li>p{
    font-size: .2rem;
    width: 50%;
    padding: .35rem 0 .43rem 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -.43rem;
    background-color: #fff;
    position: relative;
    z-index: 10;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sb>ul>li:hover>p{
    background-color: #F36E21;
    color: #fff;
}
.sb>button{
    padding: .25rem .5rem;
    text-align: center;
    background-color: #F36E21;
    color: #fff;
    font-size: .2rem;
    margin: 0 auto;
    margin-top: .1rem;
    cursor: pointer;
    display: block;
}
.qc_yfzx{
    padding: .8rem 0;
}
.qc_yfzx h5{
    font-size: .36rem;
    font-weight: normal;
    margin-bottom: .4rem;
}
.yfzx1{
padding: 0 1.2rem;
padding-bottom: 1rem;
}
.yfzx1>div{

}
.yfzx1>.yf1_lf{
width: 43%;
}
.yfzx1>.yf1_lf>h5{

}
.yfzx1>.yf1_lf>p,
.yfzx2>p{
font-size: .22rem;
}
.yfzx1>.yf1_lf>p>i,
.yfzx2>p>i{
     padding: .15rem .13rem;
     transition: .5s;
     -webkit-transition: .5s;
     -moz-transition: .5s;
     -ms-transition: .5s;
     -o-transition: .5s;
     /* background-color: #fff; */
     cursor: pointer;
}
.yfzx1>.yf1_lf>p>i.on,
.yfzx2>p>i.on{
color: #fff;
background-color: #F36E21;
}
.yfzx1>.yf1_lf>ul{
margin-top: .4rem;
margin-bottom: .5rem;
display: flex;
    flex-wrap: wrap;
}
.yfzx1>.yf1_lf>ul>li{
font-size: .18rem;
transition: .5s;
padding: .1rem 0;
border-bottom: 1px solid transparent;
margin-right: .6rem;
cursor: pointer;
}
.yfzx1>.yf1_lf>ul>li.on{
color: #F36E21;
border-bottom: 1px solid #f36e21;
}
.yfzx1>.yf1_lf>div{
position: relative;
}
.yfzx1>.yf1_lf>div>div,
.yfzx3>div>div,
.yfzx1>.yf1_rt>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.yfzx1>.yf1_lf>div>div.on,
.yfzx3>div>div.on,
.yfzx1>.yf1_rt>div.on{
opacity: 1;
z-index: 10;
position: relative;
}
.yfzx1>.yf1_lf>div>div>p{
font-size: .18rem;
color: #646464;
line-height: 1.5;
text-align: justify;
}
.yfzx1>.yf1_lf>div>div>span{
margin-top: .8rem;
display: flex;
justify-content: flex-start;
align-items: center;
}
.yfzx1>.yf1_lf>div>div>span>i,
.yfzx4>p>i,
.yfzx2>div>div>span>p>i{
    width: 0.5rem;
    height: 0.5rem;
    background-color: #D3D3D3;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
}
.yfzx1>.yf1_lf>div>div>span>i:hover,
.yfzx4>p>i:hover,
.yfzx2>div>div>span>p>i:hover{
    background-color: #F36E21;
}
.yfzx1>.yf1_lf>div>div>span>i:first-child{

}
.yfzx1>.yf1_rt{
width: 50%;
position: relative;
}
.yfzx1>.yf1_rt>div{}
.yfzx1>.yf1_rt .swiper-slide{

}
.yfzx1>.yf1_rt .swiper-slide>img{
width: 100%;
}
.yfzx2{
    padding: .8rem 1.2rem;
    background-color: #F9F9F9;
}
.yfzx2>h5{

}
.yfzx2>p{
    display: flex;
justify-content: flex-start;
}
.yfzx2>p>i{
    margin-right: .85rem;
}
.yfzx2>p>i.on{

}
.yfzx2>div{
margin-top: .5rem;
}
.yfzx2>div>div{

}
.yfzx2>div>div>span{
align-items: center;
}
.yfzx2>div>div>span>b{
font-size: .18rem;
color: #646464;
line-height: 1.5;
width: 55%;
}
.yfzx2>div>div>span>p{
display: flex;
justify-content: flex-end;
align-items: center;
}
.yfzx2>div>div>span>p>i{

}
.yfzx2>div>div>div{
margin-top: .6rem;
}
.yfzx2>div>div>div img{

}
.yfzx3{
padding: 1rem 1.2rem;
}
.yfzx3>span{
align-items: center;
}
.yfzx3>span>h5{

}
.yfzx3>span>ul,
.yfzx4>span>ul{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.yfzx3>span>ul>li,
.yfzx4>span>ul>li{
    font-size: .22rem;
    padding-bottom: .18rem;
    border-bottom: 2px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    margin-left: .6rem;
    cursor: pointer;
}
.yfzx3>span>ul>li.on,
.yfzx4>span>ul>li.on{
    color: #f36e21;
border-color: #f36e21;
}
.yfzx3>div{
margin-top: .8rem;
position: relative;
}
.yfzx3>div>div{
display: flex;
flex-wrap: wrap;
}
.yfzx3>div>div.on{

}
.yfzx3>div>div>span{
    width: 59%;
}
.yfzx3>div>div>div{
width: 41%;
position: relative;
background-color: #f36e21;
display: flex;
flex-direction: column;
justify-content: center;
padding: .6rem;
}
.yfzx3>div>div>div>i{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.yfzx3>div>div>div>i>img{
width: 70%;
}
.yfzx3>div>div>div>b{
font-size: .22rem;
font-weight: bold;
margin-bottom: .6rem;
color: #fff;
position: relative;
z-index: 10;
}
.yfzx3>div>div>div>p{
font-size: .18rem;
text-align: justify;
line-height: 1.5;
color: #fff;
position: relative;
z-index: 10;
}
.yfzx4{
    padding: 0 1.2rem;
}
.yfzx4>span{
margin-bottom: .6rem;
align-items: center;
}
.yfzx4>span>h5{

}
.yfzx4>span>h5>p{
font-size: .18rem;
color: #646464;
margin-top: .4rem;
}
.yfzx4>div{
    margin-bottom: .6rem;
}
.yfzx4>p{
    display: flex;
    justify-content: center;
}
.yfzx4>p>i:first-child{
    margin-right: .4rem;
}
@media screen and (max-width:1440px) {
    .cpsp>p{
        font-size: 20px;
    }
    .szxt>p{
        font-size: 18px;
    }
    .sz_zykh>ul>li>p ,
    .sz_cpxl>div>p,
    .cpsp>div>ul>li,
    .cpsp>div>div>ul>li>p,
    .cpxq>ul>li>p,
    .sb>ul>li>p,
    .sb>button,
    .jsnl>div>div .swiper-slide>p,
    .qc_scnl>.qc2>div>div>div>ul>li,
    .sz_scnl>div>ul>li>p{
        font-size: 16px;
    }
    .sz_cpxl>div>div>p,
    .jsnl>div>div>p,
    .cpxq>div>.xq2>a,
    .lftc>div>p,
    .sz_scnl>span>p,
    .qc_scnl>.qc3>div>ul>li>b,
    .qc_scnl>.qc1>div>h3>p,
    .qc_scnl>.qc3>div>p,
    .qc_scnl>.qc2>div>p,
    .sz_synl>span>p,
    .cpxq>div>.xq2>p,
    .cgal>div>p,
    .alxq>div:nth-child(2)>p,
    .sz_scnl>div>ul>li>a,
    .alxq>div:nth-child(2)>i,
    .sz_scnl>div>span>ul>li>p,
    .sz_scnl>span>ul>li>p{
        font-size: 14px;
    }
    .yfzx1>.yf1_lf>p, .yfzx2>p,
    .yfzx3>span>ul>li, .yfzx4>span>ul>li,
    .yfzx3>div>div>div>b {
        font-size: 18px;
    }
    .yfzx1>.yf1_lf>ul>li,
    .yfzx4>span>h5>p,
    .yfzx2>div>div>span>b,
    .yfzx3>div>div>div>p,
    .yfzx1>.yf1_lf>div>div>p{
        font-size: 16px;
    }
}
@media screen and (max-width:1366px) {
    #dz{
        font-size: 18px;
    }
    .szjs>p {
        font-size: 16px;
    }
}
@media screen and (max-width:1024px) {
    .sz_cpxl>ul>li ,
    .sz_synl>span>b{
        font-size: 18px;
    }
    .sz_synl>ul>li>p{
        font-size: 16px;
        line-height: 1.5;
    }
    .sz_scnl>span>ul {
        width: 100%;
        margin-top: 0.4rem;
    }
    .sz_scnl>u {
        font-size: 18px;
    }
    .sz_scnl>span>p{
        width: 100%;
    }
    .sz_scnl>span>ul>li {
        width: auto;
        font-size: 16px;
    }
    .cpxq>div>.xq2>b {
        font-size: 18px;
    }
    .qc_scnl>.qc1>h3 ,
    .qc_scnl>.qc1>div>h3>b,
    .qc_scnl>.qc3>div>b,
    .qc_scnl>.qc2>p,
    .qc_scnl>.qc2>div>div>div>h3{
        font-size: 18px;
    }
    .qc_scnl>.qc1>div>ul {
        width: 40%;
    }
    .qc_scnl>.qc1>div>ul>li ,
    .qc_scnl>.qc3>div>ul>li,
    .qc_scnl>.qc2>div>div>div>i{
        font-size: 14px;
    }
    .qc_scnl>.qc1>span>p>i {
        font-size: 16px;
    }
    .qc_scnl>.qc1>span>ul>li>p {
        font-size: 15px;
    }
    .jsnl>div>span>b ,
    .lftc>div>b,
    .qc_scnl>.qc3>a,
    .lftc>div>h4{
        font-size: 16px;
    }
    .lftc>div>p{
        font-size: 12px;
    }
    .lftc>i{
        width: 30px;
        height: 30px;
    }
    .yfzx1>.yf1_lf>p, .yfzx2>p, .yfzx3>span>ul>li, .yfzx4>span>ul>li, .yfzx3>div>div>div>b {
        font-size: 16px;
    }
    .yfzx1>.yf1_lf>ul>li, .yfzx4>span>h5>p, .yfzx2>div>div>span>b, .yfzx3>div>div>div>p, .yfzx1>.yf1_lf>div>div>p {
        font-size: 14px;
    }
    .yfzx1>.yf1_lf>div>div>span>i, .yfzx4>p>i, .yfzx2>div>div>span>p>i {
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width:768px) {
    .szxt>h3 ,
    .szxt>div>h3{
        font-size: 20px;
    }
    .szxt>p {
        font-size: 16px;
    }
    .sz_cpxl>div>div>p{
        width: 100%;
    }
    .sz_scnl>span>ul>li>p>i {
        font-size: 24px;
    }
    .sz_scnl>div>ul {
        width: 40%;
    }
    .sz_synl>ul>li>b {
        font-size: 18px;
    }
    .cgal>div>p>b ,
    .alxq>div:nth-child(2)>p>b{
        font-size: 20px;
    }
    .cpsp>div>ul>li,
    .cpsp>div>div>ul>li>p{
        font-size: 14px;
    }
    .cpsp>div>ul {
        width: 20%;
    }
    .cpsp>div>div {
        width: 80%;
    }
    .cpsp>div>div>ul>li>span>i>img {
        width: 30px;
    }
    .cpxq>h3 {
        font-size: 20px;
    }
    .cpxq>div>.xq2 #sw1 {
        position: relative;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .jsnl>div>span>p>i {
        width: 30px;
        height: 30px;
    }
    .qc_scnl>.qc2>div>div>div {
        width: 39%;
    }
    .qc_scnl>.qc3>div>ul>li>b>i {
        font-size: 20px;
    }
    .szjs>p{
        padding: 0 1.2rem;
        padding-left: 0;
    }
    .szjs>b {
        font-size: 20px;
    }
    .szjs #szjs_lb .swiper-slide {
        max-width: initial;
    }
    .qc_yfzx h5 {
        font-size: 20px;
    }
    .yfzx1>.yf1_lf,
    .yfzx1>.yf1_rt {
        width: 100%;
    }
    .yfzx1>.yf1_lf>div>div>span {
        margin: 0.8rem;
        justify-content: center;
    }
    .yfzx1>.yf1_lf>div>div>span>i:first-child {
        margin-right: 0.6rem;
    }
}
@media screen and (max-width:540px) {
    .szjs>p>i {
        font-size: 20px;
    }
    .szjs>b {
        font-size: 18px;
    }
    .zjwjg>.zjw>span>p {
        top: 41%;
        right: 26%;
    }
    .sz_scnl>div>span.qc_map {
        width: 100%;
    }
    #dz{
        padding: 5%;
        top: 40%;
        left: 10%;
        width: 80%;
        height: 20%;
    }
    #dz>i {
        width: 40px;
        height: 40px;
    }
    .szxt {
        padding-top: 70px;
    }
    .sz_zykh>ul{
        justify-content: space-between;
    }
    .sz_zykh>ul>li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sz_cpxl>ul>li:last-child {
        margin-right: 0;
    }
    .sz_cpxl>ul>li {
        font-size: 16px;
        width: 50%;
        margin: 0;
        margin-bottom: 15px;
    
    }
    .sz_cpxl>div>p,
    .sz_cpxl>div>div {
        width: 100%;
    }
    .sz_cpxl>div>p{
        /* display: flex; */
        flex-wrap: wrap;
        margin: 10px 0;
    }
    .sz_cpxl>div>p.on {
        display: flex;
    }
    .sz_cpxl>ul {
        flex-wrap: wrap;
    }
    .sz_cpxl>div>p>i{
        margin-right: 10px;
        margin-bottom: 0;
    }
    .sz_scnl>span>ul>li {
        width: 50%;
    }
    .sz_scnl>div>ul {
        width: 100%;
    }
    .sz_scnl>div>span {
        width: 100%;
        margin-top: 15px;
    }
    .sz_scnl>div>span>ul>li>i {
        width: 8px;
    }
    .sz_synl>span>b,
    .sz_synl>span>p{
        width: 100%;
    }
    .sz_synl>span>b {
        margin-bottom: 15px;
    }
    .sz_synl>ul{
        justify-content: space-between;
    }
    .sz_synl>ul>li {
        width: 48%;
        margin-right: 0;
    }
    .sz_synl>ul>li>p {
        font-size: 14px;
    }
    .cgal>div>p{
        width: 45%;
    }
    .alxq>div:nth-child(2)>p{
        width: 100%;
        margin-bottom: 15px;
    }
    .alxq>div:nth-child(2)>i{
        width: 100%;
    }
    .cpsp>div>ul{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .cpsp>div>ul>li{
        margin-right: 10px;
    }
    .cpsp>div>ul>li:last-child {
        margin-bottom: 10px;
    }
    .cpsp>div>div{
        width: 100%;
    }
    .cpsp>div{
        flex-wrap: wrap;
    }
    .cpxq>div>.xq2 {
        width: 100%;
    }
    .cpxq>div>.xq2>a {
        width: 120px;
        padding-bottom: 10px;
    }
    .cpxq>div>#sw2 {
        width: 100%;
        padding-top: 60px;
    }
    .cpxq>ul{
        flex-wrap: wrap;
    }
    .cpxq>ul>li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .sz_scnl>div>span>ul>li>a ,
    .zjwjg>.zjw>span>ul>li>a{
        top: -40px;
    left: -70px;
    font-size: 12px;
    padding: 10px;
    width: 170px;
    }
    .qc_scnl>.qc1>div>h3 {
        width: 100%;
    }
    .qc_scnl>.qc1>div>ul {
        width: 100%;
        margin-top: 20px;
    }
    .qc_scnl>.qc1>span>p {
        width: 20%;
        padding: 35px 0;
    }
    .qc_scnl>.qc1>span>ul {
        width: 80%;
    }
    .qc_scnl>.qc1>span>ul>li>b {
        font-size: 18px;
    }
    .qc_scnl>.qc2>p {
        width: 100%;
        margin-bottom: 20px;
    }
    .qc_scnl>.qc2>div>p,
    .qc_scnl>.qc2>div{
        width: 100%;
    }
    .qc_scnl>.qc2>div>div>div {
        width: 48%;
    }
    .qc_scnl>.qc2>div>div>div>ul>li>b>i {
        font-size: 18px;
    }
    .qc_scnl>.qc2>div>div>span {
        display: flex;
    }
    .qc_scnl>.qc2>div>div>div>i {
        width: 80px;
    }
    .qc_scnl>.qc2>div>div>div>ul {
        flex-wrap: wrap;
    }
    .qc_scnl>.qc2>div>div>div>ul>li {
        width: 100%;
        margin-bottom: 10px;
    }
    .qc_scnl>.qc3>div {
        width: 100%;
    }
    .qc_scnl>.qc3>a{
        width: 100%;
    margin-top: 20px;
    padding: 10px 0;
    }
    .sb>ul>li>p {
        width: 100%;
        margin-top: 0;
        line-height: 1.5;
        padding: 10px 5px;
    }
    .sb>button {
        padding: 10px 15px;
    }
    .szxt>p>i{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .yfzx1>.yf1_lf>p>i, .yfzx2>p>i {
        padding: 10px;
        margin-bottom: 10px;
    }
    .yfzx3>span>ul>li, .yfzx4>span>ul>li{
        margin-bottom: 10px;
    }
    .yfzx3>div>div>span ,
    .yfzx3>div>div>div{
        width: 100%;
    }
    .yfzx3>span>ul, .yfzx4>span>ul {
        margin-top: 20px;
    }
}
.zxns2{
    padding: .9rem 1.2rem;
}
.zxns2>div{
    margin-top: .7rem;
}
.zxns2>div>div{

}
.zxns2>div>div>span{
    font-size: .2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    transition: .5s;
    padding: .35rem 0.72rem;
    padding-right: 0;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-bottom: 1px solid rgba(0,0,0,.2);
    cursor: pointer;
    position: relative;
}
.zxns2>div>div.on>span {
    border-bottom: 1px solid transparent;
    background: #F36E21;
}
.zxns2>div>div>span::before{
    top: 45%;
    left: 2%;
    width: 8px;
    height: 8px;
    background: #F36E21;
    border-radius: 50%;
}
.zxns2>div>div>span>p{
    width: 15%;
    color: #1F1F1F;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-weight: bold;
}
.zxns2>div>div>span>i{
    color: #1F1F1F;
    transition: .5s;
    width: 15%;
}
.zxns2>div>div>span>i:last-child {
    margin: 0;
    transform: scale(1.5);
    cursor: pointer;
    width: 3%;
}
.zxns2>div>div>span>i:nth-child(2) {
    width: 30%;
}
.zxns2>div>div>div{
    background: #fff;
    padding: .74rem;
    padding-bottom: .51rem;
    display: none;
    border: 1px solid #ECECEC;
}
.zxns2>div>div>div>div{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0.45rem;
}
.zxns2>div>div>div>div>b{
    font-size: .2rem;
    color: #1D1D1D;
    width: 11%;
    line-height: 1.5;
}
.zxns2>div>div>div>div>p{
    font-size: .16rem;
    width: 85%;
}
.zxns2>div>div>div>div>p>i{
    color: #676666;
    line-height: 1.8;
}
.zxns2>div>div>div>div>p>a{
    width: 1.6rem;
    height: .55rem;
    line-height: .55rem;
    font-size: .18rem;
    background: #F36E21;
    color: #fff;
    text-align: center;
}
.zxns2>div>div.on>span>p,
.zxns2>div>div.on>span>i{
    color: #fff;
}
.zxns2>div>div>div>div:first-child {
    margin-bottom: .69rem;
    border-bottom: 1px solid #E6E6E6;
}
.xzzx{
    padding: 1.6rem 1.2rem .4rem 1.2rem;
}
.xzzx>h3{
    padding-bottom: .5rem;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: .95rem;
}
.xzzx>div{
    align-items: center;
    margin-bottom: .9rem;
}
.xzzx>div>h3{
    width: 16%;
    font-weight: normal;
}
.xzzx>div>h3>b{
    font-size: .26rem;
    margin-bottom: .45rem;
}
.xzzx>div>h3>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .18rem;
    transition: .5s;
    padding-bottom: .14rem;
    border-bottom: 1px solid #DBDBDB;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.xzzx>div>h3>a:hover{
    border-bottom: 1px solid #F36E21;
    color: #F36E21;
}
.xzzx>div>h3>a:hover>i{
    color: #F36E21;
}
.xzzx>div>h3>a>i{
    transition: .5s;
}
.xzzx>div>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 72%;
}
.xzzx>div>ul>li{
    width: 32%;
    cursor: pointer;
    margin-right: 2%;
}
.xzzx>div>ul>li>span{

}
.xzzx>div>ul>li>i{
    font-size: .2rem;
    margin-top: .25rem;
    text-align: center;
}
.xzzx>div:last-child>ul>li{
    background-color: #F36E21;
}
.xzzx>div>ul>li>b{
    padding: .7rem 0;
    text-align: center;
    font-size: .24rem;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.xzzx>div>ul>li>p{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.xzzx>div>ul>li>p>a{
    width: 50%;
    padding: .35rem 0;
    font-size: .2rem;
    text-align: center;
    color: #fff;
}
.xzzx>div>ul>li>p>a:first-child{
    border-right: 1px solid #fff;
}
.xzzx>div>ul.xzzx_ul{
    width: 100%;
}
.xzzx>div>ul.xzzx_ul>li{
    background-color: #fff;
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 0.35rem;
}
.xzzx>div>ul.xzzx_ul.huang>li{
    background-color: #F36E21;
}
@media screen and (max-width:1440px) {
    .zxns2>div>div>div>div>b,
    .zxns2>ul>li>div>b,
     .zxns2>div>div>div>div>div>a,
     .xzzx>div>h3>a,
     .zxns2>div>div>div>div>p>a,
     .xzzx>div>ul>li>i,
       .zxns2>div>div>span {
        font-size: 16px;
    }
    .zxns2>div>div>div>div>p,
    .zxns2>ul>li>div>p{
        font-size: 14px;
    }
}
@media screen and (max-width:1366px) {

}
@media screen and (max-width:1024px) {
    .zxns2>div>div>span {
        padding: .8rem 0.72rem;
    }
    .zxns2>div>div>div>div>b{
        width: 15%;
    }
    .zxns2>div>div>div>div>b, .zxns2>ul>li>div>b, .zxns1>div>a, .zxns2>div>div>div>div>div>a, .zxns2>div>div>div>div>p>a, .wyrz1>ul>li>p, .lxwm1>ul>li>p, .fy>div>a, .zxns2>div>div>span {
        font-size: 14px;
    }
    .xzzx>div>ul>li>p>a{
        font-size: 14px;
    }
    .xzzx>div>ul>li>b,
    .xzzx>div>h3>b{
        font-size: 18px;
    }
    .xzzx>div>h3 {
        width: 19%;
    }
}
@media screen and (max-width:768px) {
    .zxns2>div>div>div>div>b, .zxns2>ul>li>div>b, .zxns1>div>a, .zxns2>div>div>div>div>div>a, .zxns2>div>div>div>div>p>a, .fy>div>a, .zxns2>div>div>span {
        font-size: 14px;
    }
    .zxns2>div>div>div>div>p, .zxns2>ul>li>div>p {
        font-size: 12px;
    }
    .zxns2>div>div>div>div>p>a {
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width:540px) {
    .zxns2>div>div>span {
        justify-content: flex-start;
    }
    .zxns2>div>div>div>div{
        flex-wrap: wrap;
    }
    .zxns2>div>div>div>div>b{
        width: 100%;
        margin-bottom: .3rem;
    }
    .zxns2>ul>li {
        width: 100%;
        margin-bottom: 4%;
    }
    .zxns2>div>div>div>div>p{
        width: 100%;
    }
    .zxns2>div>div>span>p {
        width: 25%;
        margin-bottom: 10px;
    }
    .zxns2>div>div>span>i {
        line-height: 1.5;
    }
    .zxns2>div>div>span>i:last-child {
        position: absolute;
        right: .5rem;
    }
    .zxns2>div>div>span::before {
        left: 0%;
    }
    .xzzx {
        padding-top: 70px;
    }
    .xzzx>div>h3{
        margin-bottom: 20px;
    }
    .xzzx>div>h3 ,
    .xzzx>div>ul{
        width: 100%;
    }
    .xzzx>div>ul>li>b, .xzzx>div>h3>b {
        font-size: 16px;
    }
    .xzzx>div>ul.xzzx_ul{
        justify-content: space-between;
    }
    .xzzx>div>ul.xzzx_ul>li{
        width: 48%;
        margin-right: 0;
    }
}
