html {
    font-size: 10px; 
	
}
@media(min-width:1440px){
    .container{
        width: 142rem;
    }
}
header{
    background: white;
    box-shadow: 0 0 1.7rem 0.2rem rgb(0 0 0 / 20%);;
    position: relative;
    z-index: 999;
}
.menu i {
    display: none;
}
.menu ul li {
    padding: 0 1.2rem;
    position: relative;
    font-size: 1.6rem;
    line-height: 256.25%;
}
.menu ul li a{
    color:#232323;
    font-family:'Square721BT-RomanCondensed';
    cursor: pointer;
}
.menu ul li a:hover{
    color:#fe9900;
}

.topbig{
    padding:1.7rem 0 2.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul{
    display: flex;
    justify-content: space-between;
}
.search img{
    width: 1.8rem;
}
.gongju ol{
    display: flex;
    padding: 0;
    align-items: center;
    margin: 0;
}
.gongju ol li span{
    position: relative;
}
.gongju{
    position: relative;
    
}
.gongju ol li span small{
    position: absolute;
    min-width: 100%;
    left: 0;
    top: 100%;
    background: #f6f7fb;
    box-shadow: 0 0.4rem 0.4rem rgb(0 0 0 / 10%);
    z-index: 99;
    display: flex;
    padding: 0 1rem;
    transform: scale(0);
    justify-content: space-between;
    flex-direction: column;
}
.gongju ol li {
    line-height: 212.5%;
    color: #363a42;
    font-size: 1.6rem;
    cursor: pointer;
    margin-right: 4.8rem;
}
.gongju ol li:not(.search) span:hover small {
    transform: scale(1);
}
.gongju ol li span small a{
    color:#232323;
}
.gongju ol li span small a:hover{
    color:#fe9900;
}
.gongju ol li:last-child{
    margin-right: 0;
}
.logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.gongju p{
    font-family:Square721BT-RomanCondensed;
}
.gongju a{
    font-family:Square721BT-RomanCondensed;
}
.menu ul li:after {
    content: "";
    width: 0;
    height: 0.2rem;
    display: block;
    background: #5290c1;
    transition: .5s;
}
.menu ul li:hover:after {
    width: 100%;
    left: 0;
    transition: .5s;
}
.search-alert{
    padding: 1rem 0;
    background:white;
}
.search-alert form {
    display: flex;
    justify-content: space-between;
}
.search-alert form input{
    width: 85%;
    border: 1px rgba(0,0,0,.1) solid;
    line-height: 142%;
    padding: 1rem;
    font-family:MaisonNeue-Medium;
    font-size: 1.4rem;
}
.search-alert form button{
    width: 15%;
    border: 0;
    background: #004cb1;
    color: #fff;
    font-size: 1.6rem;
    font-family:MaisonNeue-Medium;
}
.banner{
    margin-bottom:1.5rem;
}
.sycpfl ul{
    display: flex;
    justify-content: space-between;
}
.sycpfl ul li{
    width:49.5%;
}
.sycp{
    padding-top:8.1rem;
    background:#f6f6f6;
    padding-bottom:8.3rem;
}
.sycpbt{
    font-size:4.8rem;
    font-family:Square721BT-BoldCondensed;
    text-align: center;
    margin-bottom:7.4rem;
}
.sycp ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sycp ul li{
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:white;
    margin-bottom:1.3rem;

}
.sycp ul li a img{
    width: 8rem;
    margin: 0 auto;
}
.sycp ul li a{
    font-size:1.8rem;
    color:#2f2f2f;
    font-family: Square721BT-RomanCondensed;
    display: block;
    padding:3.2rem 0 2.3rem;
    width: 100%;
    text-align: center;
    transition: .5s;
}
.sycp ul li a:hover{
    background:#fe9900;
    transition: .5s;
    color:white;
}
.sycptu{
    position:relative;
}
.sycptu img:last-child{
    position:absolute;
    top:0;
    opacity: 0;
    left: 0;
    transition: .5s;
    transform: translate(0%,0);
}
.sycp ul li a:hover .sycptu img:last-child{
    opacity: 1;
    transition: .5s;
    left: 50%;
    transform: translate(-50%,0);

}
.sycptu img:first-child{
    opacity: 1;
    transition: .5s;
}
.sycp ul li a:hover .sycptu img:first-child{
    opacity: 0;
    transition: .5s;
}
.sytjcp{
    background:#f6f6f6;
}
.sytjcpwen{
    height:5.7rem;
    background:#878787;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-size:1.6rem;
    margin-top:1.2rem;
    transition: .5s;
}
#sytjcp .swiper-slide:hover .sytjcpwen{
    background:#f79500;
    margin-top:0;
    height: 6.9rem;
    transition: .5s;
}
#sytjcp{
    width: 96%;
    margin: 0 auto;
    padding-bottom:7.7rem;

}
#sytjcp img{
    width: 100%;
}
.sytjcp .container{
    position:relative;
}
.sytjcp .swiper-button-next{
    background:url(../images/sycpjtr.png);
    background-size:cover;
    right: -3.8rem;
    width: 3.8rem;
    height: 3.8rem;
}
.sytjcp .swiper-button-prev{
    background:url(../images/sycpjtl.png);
    background-size:cover;
    right: -3.8rem;
    width: 3.8rem;
    height: 3.8rem;
}
.syab{
    background:url(../images/syab.jpg) no-repeat;
    background-size:cover;
}
.banner img{
    width: 100%;
}
.syab{
    padding:6.5rem 0;
}
.syabbt {
    font-size: 4.8rem;
    font-family: Square721BT-BoldCondensed;
    text-align: center;
    margin-bottom: 7.4rem;
    color:#fff;
}
.syabnr{
    color:#fff;
    text-align: center;
    font-size:1.6rem;
    line-height: 268.75%;
}
.syabmore {
    font-size:1.6rem;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14.1rem;
    height: 4rem;
    border:1px solid rgba(255,255,255,.35);
    margin: 0 auto;
    margin-top:5rem;
}
.syabwh ul{
    display: flex;
    justify-content: space-between;
}
.syabwhtu {
    margin-bottom:4.3rem;
}
.syabwhtu img{
    width: 8rem;
}
.syabwh ul li section span{
    color:#fff;
    font-size:4.8rem;
    font-family:DIN-Bold;
    display: block;
    text-align: center;
}
.syabwh ul li section{
    color:#fff;
    font-size:4.8rem;
    font-family:DIN-Bold;
}
.syabwh ul li section p{
    color:#fff;
    font-size:1.8rem;
    font-family:Square721BT-RomanCondensed;
    text-align: center;
}
.syabwh ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
}
.syabwen{
    display: flex;
    align-items: center;
    justify-content: center;
}
sup {
    top: -0.3em;
    font-size:50%;
}
.syabwh{
    margin-top:6.3rem;
}
.sygc{
    padding:3rem 0 5.1rem;
    background:#f2f2f2;
}
.syxw{
    padding:6.7rem;
    background:#fff;
}
.syabmore:hover{
    color:#fe9900;
    background:#fff;
    transition: .5s;
}
.syxw .sygcwen{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.sygcbt{
    font-size: 4.8rem;
    font-family: Square721BT-BoldCondensed;
    text-align: center;
    margin-top: 7.4rem;
    color: #000;
    text-align: left;
    margin-bottom:4rem;
}
.syxwbt{
    text-align: center;
    margin-top:0;
    margin-bottom: 7.4rem;
}
.sygc  ul{
    display: flex;
    justify-content: space-between;

}
.sygc ul li{
    width: 24%;
}
.sygc ul li span{
    padding: 0.5rem;
    background: #eff3f4;
    color: #b30105;
}
.sygctu img{
    width: 100%;
}
.sygcwen{
    font-size:1.8rem;
    line-height: 222%;
    color:#464646;
    padding:3.1rem 2.8rem 2.9rem 2.6rem;
    background:#fff;
    font-family: Square721BT-RomanCondensed;
}
.syxw .sygcwen{
    border: 1px solid #d6d6d6;
}
.sygc ul li .sygcwen{
    transition: .5s;
}
.sygc ul li:hover .sygcwen{
    background:#fe9900;
    transition: .5s;
    color:white;
}
footer{
    background:#434343;
    padding:4.9rem 0 6.5rem;
}
.dibulogo img{
    margin: 0 auto;
}
.dibulogo{
    margin-bottom:6.9rem;
}
.dibubt{
    font-size:2rem;
    font-family: Square721BT-BoldCondensed;
    margin-bottom:4rem;
    color:#ffffff;
}
.dibulefttop p{
    color:#ffffff;
    font-size:1.6rem;
    line-height: 3rem;
}
.dibuleft{
    width: 31%;
}
.diburight{
    width: 66%;
}
.dibulefttop{
    margin-bottom:4.5rem;
}
.dibuleftbottom p{
    color:#ffffff;
    font-size:1.6rem;
    line-height: 3rem;
    margin-bottom:2.5rem;
}
.dibuleftbottom input{
    border-radius: 0;
    margin-bottom:2rem;
    background:transparent;
}
.dibuleftbottom input::-webkit-input-placeholder{
    color:white;
}
.dibuleftbottom input::-moz-input-placeholder{
    color:white;
}
.dibuleftbottom input::-ms-input-placeholder{
    color:white;
}
.anniu{
    width: 100%;
    height: 3.5rem;
    background:#212121;
    color:white;
    border:0;
    transition: .5s;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    font-size: 1.4rem;
}
.dibubig{
    display: flex;
    justify-content: space-between;
}
.diburighttop{
    display: flex;
    justify-content: space-between;
}
.dibutopleft ul li a{
    color:white;
}
.dibutopmid ul li a{
    color:white;
}
.dibutopright ul li a{
    color:white;
}
.diburighttop li{
    margin-bottom:1.7rem;
}
.dibutopright ul li{
    float:left;
    width: 50%;
}
.dibutopright{
    width: 28%;
}
.diburighttop ul li a:hover{
    color:#f39500;
}
.diburighttop{
    padding-bottom:2.4rem;
    border-bottom:2px solid #8a8a8a;
}
.diburightbottomtop{
    margin-top:3.5rem;
}
.dibucontact p a{
    color:#fff;
    font-size:1.4rem;
}
.dibucontact p a:hover{
    color:#f39500;
}
.dibucontact p{
    color:white;
    margin-bottom:1.5rem;
}
.diburightbottomtop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dibuewm img{
    margin: 0 auto;
    margin-bottom:1.3rem;
}
.dibuewm{
    color:#fff;
    font-size:1.6rem;
}
.dibumedia ul li{
    float:left;
    margin-right: 1.7rem;
}
.dibumedia ul li:last-child{
    margin-right: 0;
}
.diburightbottom{
    display: flex;
    justify-content: space-between;
}
.dibuxiazai img{
    width: 3.7rem;
}
.dibubanquan {
    color: #bcbcbc;
    display: flex;
    align-items: flex-end;
    font-size:1.4rem;
}
.dibuleft {
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cpdh ul li{
    float:left;
}
.cpdh ul li a{
    color:#000;
}
.cpdh ul li a:hover{
    color:#fe9900;
}
.cpdh ul li a:after{
    content:'/';
    padding:0 0.5rem;
}
.cpdh ul li:last-child a:after{
    content:'';
}
.cpdh {
    padding: 1rem 0;
    background-color: #ffffff57;
}
.nybanner{
    margin: 0;
}
.cplbbt{
    font-size: 4.8rem;
    line-height: 6rem;
    text-align: center;
    color: #5e5e5e;
    font-family:Square721BT-BoldCondensed;
    padding-bottom:2rem;
    margin-top:2rem;
    margin-bottom:2rem;
}
.nycpfltu ul li{
    width:24.5%;
    float:left;
    margin-right: 0.5%;
    margin-bottom:1rem;
}
.nycpfltu ul li:nth-child(4n){
    width:24.5%;
    float:left;
    margin-right: 0%;

}
.nycpfltu ul li:hover .sytjcpwen {
    background: #f79500;
    margin-top: 0;
    height: 6.9rem;
    transition: .5s;
}
.nycpfltu img{
    width: 100%;
}
.nycpfltu .sytjcpwen{
    margin-top: 0;
    height: 6.9rem;
    transition: .5s;
}
.cpny{
    background:#f6f6f6;
}
.nycpfltu{
    padding-bottom: 2rem;
    border-bottom: 1px solid #5e5e5e4d;
    margin-bottom: 2rem;
    overflow: hidden;
}
.cplbbbt{
    font-size: 3rem;
    line-height: 103%;
    color: #ed1c24;
    font-family:Square721BT-BoldCondensed;
    padding-bottom:1rem;
    border-bottom: 1px solid #5e5e5e4d;
}
.cplbbottom{
    background:#f6f6f6;
}
.cplbleft{
    width: 25%;
    padding:1rem;
    background:white;
}
.cplbleft li {
    list-style: none;
    border-bottom: 1px solid #5e5e5e4d;
    position: relative;
}

.cplbleft li dl {
    min-width: 100%;
    left: 100%;
    z-index: 99;
    top: 0%;
    background: #fff;
    margin: 0;
    display: none;
}
li.hover dl {
    display: block;
}
.cplbleft li {
    transition: all .5s ease;
    border-bottom: 1px solid rgba(94,94,94,.3);
    cursor: pointer;
    font-size: 1.6rem;
    margin: 0;

}
.cplbleft li a{
    color:#333;
    transition: .3s;
}

.cplbleft li.erji>a{
    display: block;
    padding:1rem 0.5rem;
    background: url(../images/sanji.png) 98% center no-repeat;
    background-size: 1.5rem;
}
.cplbleft li>a{
    display: block;
    padding:1rem 0.5rem;
}
.cplbleft li.hover>a{
    display: block;
    padding:1rem 0.5rem;
    background: url(../images/sanjit.png) 98% center no-repeat;
    background-size: 1.5rem;
    background-color:rgba(243,149,0,.2);
}
.cplbleft li:hover>a{
    display: block;
    padding:1rem 0.5rem;
    background-color:rgba(243,149,0,.2);

}
.cplbleft li dl dd>a {
    display: block;
    color: #333;
    line-height: 185%;
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 0.6rem 2.5rem;
    background-size: 1.5rem;
    transition: .3s;
}
.cplbleft li dl dd>a:hover{
    color: #fe9900;
    transition: .3s;
}
.cplbleft li dl dd>a.hover{
    color: #fe9900;
}
.cplbleft li dl dd.hov>a {
    color: #fe9900;
}
.cplbbig{
    display: flex;
    justify-content: space-between;
}
.cplbright{
    width: 73%;
}
.cplbbottombt{
    font-size:2.4rem;
    font-family: Square721BT-BoldCondensed;
    padding:2rem;
    background:#fff;
    margin-bottom:1rem;
}
.cplbright ul{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cplbright img{
    width: 100%;
}
.cplbright ul li{
    width: 32%;
    margin-bottom:2rem;
}
.cplbright ul:after{
    content:"";
    width: 32%;
}
.cplbright ul li:hover .sytjcpwen{
    background: #f79500;
    margin-top: 0;
    height: 6.9rem;
    transition: .5s;
}
.cpdhnyleft{
    width: 50%;
}
.cpdhnyright{
    width: 50%;
}
.jqzoom img{
    width: 100%;
}
.cpdhnyleftxh{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.6rem;
    font-family: Square721BT-BoldCondensed;
}
.cpdhnyleftbt{
    font-size: 2.4rem;
    font-family: Square721BT-BoldCondensed;

}

#st-2{
    align-items: center;
    display: flex !important;
    justify-content: flex-end;
}
.cpdhnybig{
    display: flex;
    justify-content: space-between;
}
.cpdhnyleft section{
    font-size: 1.8rem;
    line-height: 200%;
    margin-bottom:4rem;
}
.cpnyleftanniu{
    display: flex;
    justify-content: space-between;
}
.cpnyleftanniu a:nth-child(2n+1){
    width: 32%;
    text-align: center;
    padding:1.2rem 0;
    border:1px solid #fe9900;
    color:white;
    background:#fe9900;
}
.cpnyleftanniu a:nth-child(even){
    width: 32%;
    text-align: center;
    padding:1.2rem 0;
    border:1px solid #fe9900;
    color:#fe9900;
}
.cpdhnyleft{
    padding:1.5rem;
}
#xiaotu{
    padding:1.5rem 5.8rem;
    background:#e5e5e5;
    position: relative;
}
#xiaotu .swiper-button-prev {
    background: url(../images/sycpjtl.png);
    background-size: cover;
    left: 1rem;
    width: 3.8rem;
    height: 3.8rem;
}
#xiaotu .swiper-button-next {
    background: url(../images/sycpjtr.png);
    background-size: cover;
    right: 1rem;
    width: 3.8rem;
    height: 3.8rem;
}
.cpdhny{
    background:#f6f6f6;
    padding:1rem 0;
}
.tuijianbt{
    font-size:3.4rem;
    font-family: Square721BT-BoldCondensed;
    margin: 2rem 0;
}
#tuijian img{
    width: 100%;
}
#tuijian .swiper-slide:hover .sytjcpwen{
    background:#fe9900;
}
.liebiao {
    height: 7.8rem;
    border: 1px solid #ebebeb;
    margin-top: 2.5rem;
}
.liebiao-aa {
    width: 30%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: left;
    border-right: 1px solid #ebebeb;
}
.liebiao-bb {
    width: 40%;
    height: 7.8rem;
    line-height: 7.8rem;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 1px solid #ebebeb;
}
.liebiao-cc {
    width: 30%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: right;
}
.liebiao-bb a {
    color: #919191;
    display: block;
    transition: .5s;
}
.liebiao-bb a:hover{
    background: #fe9900;
    color:white;
    transition: .5s;
}
.liebiao-aa a:hover{
    background: #fe9900;
    color:white;
    transition: .5s;
}
.liebiao-cc a:hover{
    background: #fe9900;
    color:white;
    transition: .5s;
}
.liebiao-aa a{
    color: #919191;
    display: block;
    transition: .5s;
}
.liebiao-cc a{
    color: #919191;
    display: block;
    transition: .5s;
}
.nyxw ul{
    flex-wrap: wrap;
}
.nyxw ul li{
    margin-bottom:2rem;
}
.xwdd {
    background: #fafafa;
    padding: 6rem 0;
}
.inewsct {
    background: #fff;
    padding: 4rem;
    box-shadow: 0 0 0.5rem rgba(0,0,0,.2);
}
.inewsct .inews-tt {
    border-bottom: 1px rgba(0,0,0,.25) dashed;
    padding-bottom: 1rem;
}
.inewsct .inews-tt p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 1rem;
}
.inewsct .inews-tt span {
    color: rgba(0,0,0,.55);
}
.inewsct .inews-ct {
    padding: 2rem 0 0;
    color: rgba(0,0,0,.7);
    line-height: 2.8rem;
}
.liebiaok {
    height: auto;
    overflow: hidden;
    margin-top: 2rem;
    text-indent: 0;
}
.liebiaok-aa {
    width: 80%;
    line-height: 3rem;
    color: #666666;
    float: left;
}
.liebiaok-bb {
    width: 16%;
    float: right;
}
.liebiaok a {
    color: #333;
}

.fanhui a {
    display: block;
    width: 14.2rem;
    height: 4.3rem;
    line-height: 4.3rem;
    color: #FFFFFF;
    background-color: #fe9900;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 20px;
    transition: .5s;
    float:right;
}
.liebiaok a:hover{
    color:#fe9900;   
}
.liebiaok{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fanhui{
    float:right;
}
.fanhui a:hover{
    border-radius: 0;
    color:white;
}
.sycpfl ul li{
    overflow: hidden;
}
.sycpfl ul li a img{
    width: 100%;
    transition: .5s;
}
.sycpfl ul li:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
.kk{
    color:white;
}
    .modal-dialog {
        width: 66rem;
        margin: 10rem auto;
    }
    
    .tanchu {
        height: auto;
        overflow: hidden;
        color: #666666;
        border: 2px solid #fe9900;
    }
    .tanchu-lan {
        height: 5.5rem;
        line-height: 5.5rem;
        background-color: #fe9900;
        font-size: 1.8rem;
        color: #FFFFFF;
        padding-left: 1rem;
        margin-top:-5.5rem;
    }
    .tanchu-nei {
        padding: 2rem;
        height: auto;
        overflow: hidden;
    }     
    .tanchu-nei p{
    margin-bottom:2rem;
    }
    .modal-header{
    background:#fe9900;
    }
.tanchu-nei span{
    font-size:1.8rem;
    color:#fe9900;
    line-height: 200%;
}
.cebian {
    position: fixed;
    top: 50%;
    right: 2rem;
    z-index: 9999;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
    opacity: 0;
    transition: .5s;
    border:1px solid #fe9900;
    background:#fe9900;
    transition: .5s;
}
.cebian.xs {
    opacity: 1;
    transition: .5s;
}
.cebian a{
    color:white;
}
.cebian img{
    width: 5rem;
    margin: 0 auto;
}
header.head{
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: white;
}
.nyxw .sygcwen section{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #8f8f8f;
}
.moretime {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.moretime span {
    width: 11rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fe9900;
    color: #fff;
}
.sygc ul li:hover .sygcwen section{
    background: #fe9900;
    transition: .5s;
    color: white;
}

.menu ul li dl {
    position: absolute;
    top: 100%;
    left: 50%;
    background: #f2f2f2;
    width: 500%;
    display: none;
    transform: translate(-50%, 0%);
    padding:1rem 1.5rem;
}
.menu ul li dl dd {
    text-align:center;
    line-height:3rem;
    font-size:1.4rem;
    cursor:pointer;
    padding: 0 1.5rem;
    margin:0.8rem 0;
    position: relative;

}
.menu ul li dl dd a {
    display:block;
    text-align:center;
    line-height:3rem;
    font-size:1.4rem;
    white-space:nowrap;
}
.menu ul li dl dd:hover {
    background:#fff;
}

.menu ul li>dl>dd>a:after{
       content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:1rem;
top:40%;
}
.menu ul li>dl>dd:hover>a:after{
       content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top: 1px solid #fe9900;
border-right: 1px solid #fe9900;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
position:absolute;
right:1rem;
top:40%;
}
.menu ul li dl dd dl {
    left: 100%;
    top: 0;

}


.menu ul li dl dd:hover dl {
    position:fixed;
    top:0;
    display: block;
    transform: translate(0, 0);
    width: 100%;
}
.erjidhtu img{
    width: 4rem;
}
.erjidhtu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu ul li>dl>dd>a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 40%;
}
.menu ul li>dl>dd:hover>a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 40%;
}
.menu ul li dl h2{
    font-size:2rem;
    padding:1rem 1.5rem;
    text-align: left;
}
.menu ul li dl dd dl .toperji{
    overflow-y: scroll;
}
.menu ul li dl dd.hover dl{
    position: fixed;
    top: 0;
    display: block;
    transform: translate(0, 0);
    width: 100%;
}
.toperji img{
    display: none;
}
.menu ul li dl dd.hover .toperji img{
    display: block;
    margin: 0 auto;
    width: 30rem;
}
.menu ul li dl dd.hover .erjidhtu{
    color:#fe9900;
}
.menu ul li dl dd dl dd.hover>a{
    color:#fe9900;
    background: white;
}
.menu ul li dl dd.hover dl dd.hover .toperji img{
    display: none;
    margin: 0 auto;
}
.menu ul li dl dd.hover dl dd.hover dl .toperji img{
    display: none;
    margin: 0 auto;
}
.menu ul li dl dd.hover dl dd.hover dl{
    z-index: 999;
    height: auto !important;
}
.menu ul li dl dd dl dd{
    padding:0;
}
.menu ul li dl dd.hover dl dd dl h2{
    display: none;
}
.menu ul li dl dd.hover dl dd dl dd{
    display: none;
}
.menu ul li dl dd.hover dl dd.hover dl h2{
    display: block;
}
.menu ul li dl dd.hover dl.hover dd dl .toperji img{
    display: none;
}
.menu ul li dl dd.hover dl dd.hover dl dd{
    display: block;
}
.menu ul li dl dd dl dd.hover .toperji{
    display: none;
    height: auto !important;
    position:relative;
    z-index: 999;
}
.cpnyleftanniu a{
    cursor: pointer;
}
.cpdibuxinxi{
    padding:2rem 0;
}
.menu ul li.ddd dl{
    width: 400%;
}
.searchright{
    width: 100%;
}
.cpdhnyleftxbt{
    font-size: 2.4rem;
    font-family: Square721BT-BoldCondensed;
    padding-bottom:2rem;
    margin-bottom:4rem;
    border-bottom:1px solid rgba(94,94,94,.3);
}

.cpdibuxinxibt {
    font-size: 3.4rem;
    font-family: Square721BT-BoldCondensed;
    margin: 2rem 0;
}
.cpdibuxinxi {
    line-height: 200%;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(94,94,94,.3);
}
.cpdibuxinxi h2 ,.cpdibuxinxi h3{
    margin: 1rem 0;
    font-weight: bold;
}
.cpdibuxinxi  section h2 ,.cpdibuxinxi section h3{
    font-size:2.4rem;
    font-weight: bold;
}
.cpdibuxinxibt {
    font-size: 3.4rem;
    font-family: Square721BT-BoldCondensed;
    margin: 2rem 0;
}
.guigeleft{
    width: 33%;
}
.guigeleft p{
    display: none;
}

.guigeright{
    width: 66%;
}
.guigeright p{
    display: none;
}
.guigebig{
    display: flex;
    justify-content: space-between;

}
.guigebig ul li{
    background:white;
    padding:1.5rem 1rem;
    display: block;
    margin-bottom:1rem;
    font-size:1.6rem;
}
.guigeleft ul li{
    font-weight: bold;
}
.cpdhnyleftxh p{
    width:70%;
}
#st-2{
    width:30%;
}
.gywmbt{
    display: flex;
    justify-content: center;
    font-family: Square721BT-BoldCondensed;
    font-size:4.8rem;
    margin-top:4.5rem;
    margin-bottom:4.5rem;
}
.gywmgold{
    color:#fe9900;
}
.gywm section {
    font-size: 2.6rem;
    line-height: 200%;
    color: #5f5f61;
    margin-bottom:4.5rem;
}
.gywm ul{
    display: flex;
    justify-content: space-between;
    margin-bottom:4.5rem;
}
.gywm ul li{
    width:25%;
    border-right: 1px solid #cecece;
    text-align: center;
    padding:1rem 0;

}
.gywm ul li:last-child{
    border-right:0;
}
.gywm ul li h2{
    margin-bottom:1rem;
    font-weight: bold;
    font-family: Square721BT-BoldCondensed;
    color:#5e5e5c;
}
.gywm ul li h3{
    font-weight: bold;
    font-family: Square721BT-BoldCondensed;
    color:#5e5e5c;
}
.fzlcbt {
    text-align: center;
    font-family: Square721BT-BoldCondensed;
    font-size: 4.8rem;
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}
.fzlc{
    margin-bottom:4.5rem;
    overflow: hidden;
}
.who dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.who dl dt {
    width: 50%;
    position: relative;
    order: 1;
    padding: 0 5.5% 0;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.who dl:nth-child(even) dt {
    order: 3;
}
.who dl dd {
    width: 50%;
    order: 2;
}
.who dl dt h2{
    font-family: Square721BT-BoldCondensed;
    font-size: 3.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.who dl dt h3{
    font-size: 1.6rem;
    line-height: 125%;
}
.who dl dt span a {
    color: white;
    background: #f5a52a;
    height: 3rem;
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: center;
    margin-top:3rem;
    transition: .5s;
}
.who dl dt span a:hover {
    color: #f5a52a;
    background: #fff;
    height: 3rem;
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: center;
    margin-top:3rem;
    transition: .5s;
}
.who span{
    display: flex;
    justify-content: space-between;
}

.who{
    margin-bottom:5.5rem;
}
.jzg section {
    font-size: 2.3rem;
    line-height: 125%;
    color: #5f5f61;
    margin-bottom: 2rem;
    margin-top:2rem;
}
.jzg ul{
    display: flex;
    justify-content: space-between;
    margin-bottom:2rem;
}
.jzg ul li{
    width: 19%;
    border-right: 1px solid #cecece;
    text-align: center;
    padding: 1rem 0;
    font-size:3rem;
    font-family: Square721BT-BoldCondensed;
    cursor: pointer;
}
.jzg ul li:hover{
    color:#fe9900;
    transition: .5s;
}
.jzg ul li:last-child{
    border:0;
}
.jzg ul li.active{
    color:#fe9900;
    transition: .5s;
}
.tdjstop{
    background:#efefef;
    padding:1.8rem 0 2.4rem 2.9rem;
    display: flex;
    align-items: center;
}
.tdjstopright{
    margin-left:2.8rem;
}
.tdjstopright ul{
    display: flex;
}
.tdjstopright ul li{
    margin-right:2.2rem;
}
.tdjstopright h2{
    margin-bottom:3rem;
}
.tdjstopright h3{
    margin-bottom:2.3rem;
    color:#fe9900;
}
.tdjsbt{
    display: flex;
    justify-content: center;
    font-family: Square721BT-BoldCondensed;
    font-size: 4.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.tdjs{
    margin-bottom:1.6rem;
}
.tdjs .swiper-button-next{
    background:url(../images/tdjsr.jpg) no-repeat;
    background-size:cover;
    width: 4.4rem;
    height: 4.4rem;
    top:10%;
    right: 0;
}
.tdjs .swiper-button-prev{
    background:url(../images/tdjsl.jpg) no-repeat;
    background-size:cover;
    width: 4.4rem;
    height: 4.4rem;
    right:6rem;
    left:auto;
    top:10%;
}
.tdjs .row{
    position:relative;
}
.tdjs .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.tdjsbottom section{
    padding:1.5rem 1.5rem 6rem 1.5rem;
    background:#f2f2f2;
    font-size:2rem;
    height:35rem;
}
.fzlc .container{
    position:relative;
}
.fzlc ul li {
    position:absolute;
    width: 17%;
}
.fzlc ul li h2{
    text-align: center;
    font-size:3rem;
    font-weight: bold;
    margin-bottom:3.4rem;
}
.fzlc ul li h3{
    text-align: center;
    font-size:1.4rem;
    line-height: 200%;
}
.fzlc ul li:first-child {
    top: 70%;
}
.fzlc ul li:nth-child(2) {
    top: 35%;
    left: 8%;
}
.fzlc ul li:nth-child(3) {
    top: 60%;
    left: 24%;
}
.fzlc ul li:nth-child(4) {
    top: 24%;
    left: 35%;
}
.fzlc ul li:nth-child(5) {
    top: 46%;
    left: 54%;
}
.fzlc ul li:nth-child(6) {
    top: 16%;
    left: 70%;
}
.fzlc ul li:nth-child(7) {
    top: 48%;
    left: 82%;
}
.fzlc ul li:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
}
.fzlc ul li:nth-child(even) h2{
    margin-bottom:0;
    margin-top:3.4rem;
}
.fzlc ul li .yuan {
    background: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    transition: .5s;
    border: 5px solid transparent;
}
.fzlc ul li:hover .yuan{
    opacity: 1;
    transition: .5s;
    border: 5px solid white;
    background: #f5a52a;
}
.fzlc ul li.active .yuan{
    opacity: 1;
    transition: .5s;
    border: 5px solid white;
    background: #f5a52a;
}
.fzlc ul#triggers1 li:first-child  {
    top: 58%;
    left: 7.2%;
}
.fzlc ul#triggers1 li:nth-child(2)  {
    left: 16%;
    top: 61%;
}
.fzlc ul#triggers1 li:nth-child(3)  {
    left: 31%;
    top: 47%;
}
.fzlc ul#triggers1 li:nth-child(4) {
    left: 42.2%;
    top: 51.4%;
}
.fzlc ul#triggers1 li:nth-child(5) {
    left: 61.3%;
    top: 32.8%;
}
.fzlc ul#triggers1 li:nth-child(6)  {
    left: 16%;
    top: 61%;
}

.fzlc ul#triggers1 li:nth-child(6)  {
    left: 77.6%;
    top: 42.7%;
}
.fzlc ul#triggers1 li:nth-child(7)  {
    left: 88.4%;
    top: 34.8%;
}
.xwtjbig a{
    display: flex;
    justify-content: space-between;
}
.xwtjwen{
    width:35%;
    background:#fff;
    padding:3.3rem 3rem 4.1rem 3.3rem;
}
.xwtjtu{
    width:65%;
}
.xwtjtu img {
    width: 100%;
}
.xwtjwen{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xwtjwen span {
    display: inline-block;
    padding: 0.5rem;
    background: #eff3f4;
    color: #b30105;
    width: 3.5rem;
    margin-bottom:7.6rem;
}
.xwtjwenbig h2{
    color:#656565;
    font-size:2.6rem;
    margin-bottom:2rem;
    font-weight: bold;
}
.xwtjwenbig h3{
    color:#898989;
    font-size:2.2rem;
    line-height: 200%;
}
.xwtjsj{
    color:#898989;
}
.page_info{
    text-align: center;
}
.page_list a{
    display: block;
    font-size: 1.6rem;
    color: #666;
    line-height: 237%;
    padding: 0 1.5rem;
    margin: 0 0.4rem;
    transition: .3s;
    border:1px solid #666;
}
.page_list a.on {
    color: #fe9900;
}
.page_list a:hover {
    color: #fe9900;
}
.page_list {
    display: flex;
    justify-content: center;
    clear: both;
} 
.dibumedia ul li img{
    width:3.3rem;
    height: 3.3rem;
}
.yc{
    display: none;
}
@media(max-width:1768px){
    .dibutopright {
        width: 31%;
    }
}
@media(max-width:1680px){
    .dibutopright {
        width: 33%;
    }
}
@media(max-width:1600px){
    .dibutopright {
        width: 34%;
    }
}
@media(max-width:1440px){
    .dibutopright {
        width: 38%;
    }
}
@media (min-width: 1200px){
.container {
    width: 142rem;
}
}
@media(max-width:992px){
    .sycpfl ul{
        flex-direction: column;
    }
    .sycpfl ul li{
        width: 100%;
        margin-bottom:20px;
    }
    .sycp{
        padding: 20px;
    }
    .sycpbt {
        font-size: 24px;
        margin:20px 0;
    }
    .sycp ul li{
        width: 49%;
    }
    #sytjcp {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .syab{
        padding:20px;
    }
    .syabbt {
        font-size: 24px;
        font-family: Square721BT-BoldCondensed;
        text-align: center;
        margin:20px 0;
        color: #fff;
    }
    .syabnr {
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 200%;
    }
    .syabmore {
        margin-top: 20px;
    }
    .syabwh {
        margin-top: 20px;
    }
    .syabwh ul {
        flex-wrap: wrap;
    }
    .syabwh ul li {
        width: 100%;
    }
    .syabwhtu {
        margin: 20px 0;
    }
    .syxw {
        padding: 20px;
        background: #fff;
    }
    .sygcbt {
        font-size: 24px;
        margin-top:0px;
    }
    .syxwbt {
        margin-bottom:20px;
    }
    .sygc ul li {
        width: 100%;
        margin-bottom:20px;
    }
    .sygc ul{
        flex-wrap: wrap;
    }
    footer{
        padding:20px;
    }
    .dibulogo{
        margin-bottom:20px;
    }
    .dibubig{
        flex-wrap: wrap;
    }
    .dibuleft{
        width: 100%;
        margin-bottom:20px;
    }
    .dibubt {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .dibulefttop p {
        color: #ffffff;
        font-size: 14px;
        line-height: 200%;
    }
    .dibulefttop{
        margin-bottom:20px;
    }
    .diburight{
        width: 100%;
    }
    .diburighttop{
        flex-wrap: wrap;
    }
    .dibutopleft{
        width: 100%;
    }
    .dibutopmid{
        width: 100%;
    }
    .dibutopright{
        width: 100%;
    }
    .diburightbottomtop{
        flex-wrap: wrap;
    }
    .diburightbottom{
        flex-wrap: wrap;
    }
    .dibumedia{
        width: 100%;
        margin-bottom:20px;
    }
    .dibuxiazai{
        width: 100%;
        margin-bottom:20px;
    }
    .sytjcp .swiper-button-next {
        right: 0;
    }
    .yc{
        display: block;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #fe9900;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .cpdh{
        padding:10px;
    }
    .gywmbt {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gywm{
        padding:20px;
    }
    .gywm section {
        font-size: 14px;
        line-height: 200%;
        color: #5f5f61;
        margin-bottom: 20px;
    }
    .gywm ul li {
        width: 100%;
        padding: 1rem 0;
        border-right:0;
    }
    .gywm ul{
        flex-direction: column;
    }
    .fzlc{
        padding:20px;
    }
    .fzlcbt {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .fzlcbig{
        display: none;
    }
    .who{
        padding:20px 0;
        margin-bottom:20px;
    }
    .who dl dt {
        width: 100%;
        position: relative;
        order: 1;
        padding: 20px 5.5%;
    }
    .who dl:nth-child(even) dt {
        order: 1;
    }
    .who dl dd {
        width: 100%;
        order: 2;
    }
    .who dl dt h2 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .jzg section {
        font-size: 16px;
        line-height: 200%;
        color: #5f5f61;
        margin: 20px;
    }
    .jzg ul li {
        width: 50%;
        border-right: 0px solid #cecece;
        text-align: center;
        padding: 1rem 0;
        font-size: 1.8rem;
        cursor: pointer;
    }
    .jzg ul{
        flex-wrap: wrap;
    }
    .cebian{
        display: none;
    }
    .tdjsbt {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .tdjs .swiper-button-prev{
        top:5%;
    }
    .tdjs .swiper-button-next{
        top:5%;
    }
    .tdjs{
        padding:20px;
    }
    .tdjsbottom section {
        height: auto;
    }
    .cplbbottom{
        padding: 20px;
    }
    .cplbright ul li {
        width: 48%;
        margin-bottom: 2rem;
    }
    .sygc {
        padding: 20px;
    }
    .xwtjbig a{
        flex-direction: column;
    }
    .xwtjwen{
        width:100%;
    }
    .xwtjtu {
        width:100%;
    }
    .xwtjwen span{
        margin-bottom:20px;
    }
    .xwtjwenbig h3 {
        color: #898989;
        font-size: 16px;
        margin-bottom:10px;
    }
    .xwtjwen {
        padding: 20px;
    }
    .xwtjbig{
        margin-bottom:20px;
    }
    .cplbbt{
        font-size: 24px;
        line-height: 4px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .cpny{
        padding:20px;
    }
    .nycpfltu ul{
        display: flex;
        flex-wrap: wrap;
    }
    .nycpfltu ul li{
        margin-bottom:10px;
        width:49.5%;
    }
    .cplbbig{
        flex-wrap: wrap;
    }
    .cplbleft{
        width: 100%;
        margin-bottom:20px;
    }
    .cplbright {
        width:100%;
    }
    .cpdhnybig{
        flex-wrap: wrap;
    }
    .cpdhnyleft {
        width: 100%;
        padding:0;
    }
    .cpdhnyright{
        width: 100%;
    }
    .cpdhny{
        padding:20px;
    }
    header{
        display: none;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        height: 60px;
    }
    .gongju {
        display: flex;
        position: absolute;
        align-items: center;
        right: 10px;
        top: 50%;
        transform: translate(0px, -50%);
    }
    .logo_box img {
        height: 30px;
        text-align: center;
        margin: 0 auto;
    }
    .gongju ol li {
        line-height: 150%;
        color: #363a42;
        font-size: 1.6rem;
        cursor: pointer;
        margin-right: 10px;
    }
    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        display: flex;
        align-items: center;
        z-index: 1;
        justify-content: center;
    }
    .gongju ol li span small {
        padding: 0;
        width: 150%;
        text-align: center;
    }
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .dropdown_menu li dl{
        padding-left:15px;
        display: none;
    }
    .dropdown_menu li dl dd ol{
        padding-left:15px;
        display: none;
    }
    .dropdown_menu li dl.on{
        display: block;
    }
    .dropdown_menu li dl dd ol.on{
        display: block;
    }
    .banner{
        padding-top:60px;
    }
    .nybanner{
        padding-top:60px;
    }
    .m_header .m_nav_list > li  ul li i{
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    } 
    .m_header .m_nav_list > li  ul li dl dd i{
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    } 
    .dropdown_menu li dl dd{
        position:relative;
    }
    .nycpfltu ul li:nth-child(4n){
        width: 50%;
    }
    .xwdd {
        background: #fafafa;
        padding: 20px;
    }
    .liebiaok{
        flex-wrap: wrap;
    }
    .liebiaok-aa{
        width: 100%;
    }
    .liebiaok-bb{
        width: 100%;
    }
    .sycp ul li a {
        font-size: 1.4rem;
    }
    .nyxw{
        padding-top:80px;
    }
.guigebig ul li {
    background: white;
    padding: 0.5rem;
    display: block;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
}