*{font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;}
html{font-size:10px;}
body {height: 100%;font-size: 1.6rem;color:var(--c5);background:var(--c8);}
ul,ol,li{list-style:none;margin:0;padding:0;}
a{display:inline-block;color:var(--c5);text-decoration: none;}
a:hover{text-decoration: none;color:var(--c1);}
img{max-width: 100%;max-height: 100%;vertical-align: middle;
object-fit: cover;}
i,em{font-style: normal;}
input,button{border:none;outline:none;}
h3{font-size:2.2rem;color:var(--c9);}
.bg{background:#ffffff;} /*白色背景*/

/*文字排版、颜色*/
.t2{text-indent:2em}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}
.cfff{color:#fff!important;}
.c999{color:#999999;}
.c-2{color:var(--c1)!important;}
.b-bt{border-bottom: 1px solid #f0f0f0;}
.b-br{border-right: 1px solid #f0f0f0;}
.b-bs{border-top: 1px solid #f0f0f0;}
.ellipsis{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uk-titlel{
    flex: 1;
    display: flex;
    align-content: center;
    position: relative;
    padding-left: 12px;
}
.b-l::before {      
    content: "";
    height: 22px;
    border-left: 6px solid var(--c1);
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*定位、flex*/
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.fl{float:left}
.fr{float:right}
.vm{vertical-align:middle}
.pr{position:relative}
.pa{position:absolute}
.none{display:none}
.pc-hide{display:none!important;}  /*pc端隐藏 m端显示*/
.flex{display:flex;}
.flex1{display:flex;justify-content:center;flex-wrap: wrap;}
.flex2{display:flex;justify-content:space-between;flex-wrap: wrap;}
.flex3{display:flex;justify-content:space-around;flex-wrap: wrap;}
.flex-column1{display:flex;flex-direction:column;}
.items{align-items:center;}

/*长度高度*/
.w1200{width:100%;max-width:1200px;margin:0 auto;}
.w100{width:100%}
.w95{width:95%;}
.w50{width:50%;}
.w33{width:33%;}
.h100{height:100%}

/*边距*/
.mauto{margin:0 auto;}
.mt10{margin-top:1rem;}
.mt15{margin-top:1.5rem;}
.mt20{margin-top:2rem;}
.mt30{margin-top:3rem;}
.mb15{margin-bottom:1.5rem;}
.ml0{margin-left:0;}
.ml20{margin-left:2rem;}
.ml25{margin-left:2.5rem;}
.mr15{margin-right:1.5rem;}
.mr25{margin-right:2.5rem;}
.mr50{margin-right:5rem;}
.mlr20{margin:0 2rem;}
.pt20{padding-top:2rem;}
.pl20{padding-left:2rem;}
.pr15{padding-right:1.5rem;}
.pb15{padding-bottom:1.5rem;}
.pb20{padding-bottom:2rem;}
.plr10{padding:0 1rem;}
.plr15{padding:0 1.5rem;}
.plr20{padding:0 2rem;}
.ptb20{padding:2rem 0}
.ptb20-lr15{padding:2rem 1.5rem}
.ptb20-lr20{padding:2rem 2rem}
/* tab切换栏 */
.tab-con .item,.tab-con1 .item,.tab-con2 .item,.tab-con3 .item{display:none;}

.tab-list1 ul{
    padding-bottom:1.5rem;
}
.tab-list1 ul li{
    width:auto;
}
.tab-list1 a {
    padding: 0.8rem 3rem;
    background: #fff;
}
.tab-list1 li.on a{
    background: var(--c1);
    color: #ffffff!important;
}
.tab-list1  li.on::before {
    content: " ";
    position: absolute;
    bottom:-0.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size:0;
    line-height:0;
    border-width:1rem;
    border-color:var(--c1);
    border-bottom-width:0;
    border-style:dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color:transparent;
}
.tab-list2 a{
    padding:0.8rem 2.5rem;
    background:#fff;
    border:1px solid var(--c1);
    border-radius:2rem;
}
.tab-list2 ul{
    padding-bottom:1.5rem;
}
.tab-list2 ul li{
    width:auto;
}
.tab-list2 li.on a{
    background: var(--c1);
    color: #ffffff!important;
}
.tab-list3 a{
    padding:0.8rem 3rem;
    background:#fff;
    border:1px solid var(--c1);
    border-radius:2rem;
}
.tab-list3 ul{
    padding-bottom:1.5rem;
}
.tab-list3 ul li{
    width:auto;
}
.tab-list3 li.on a{
    background: var(--c1);
    color: #ffffff!important;
}

/*公用样式 */
.text-h{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient:vertical;
}
.header_top_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}
.title a,
.swiper-slide{
    width:auto;
}
.compose{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.side{
    width:30%;
}
.side>div{
    margin-top:3rem;
}
.side>div:first-child h4{
    margin-top:0;
}
.name img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.name span{
    margin:0 5px;
    font-size:1.2rem;
}
.banner-in img{
    width:100%;
    max-width:100%;
    height:350px;
    object-fit: cover;
}
.nav{
    position: relative;
    margin-bottom: 3rem;
    flex: 100%;
    font-size: 1.4rem;
}
.nav .time{
    position: absolute;
    right: 0;
    color: var(--c1);
}
.pos-nav1 .nav{padding:1rem;}
.pos-nav1 a{font-size:1.4rem;}
.pos-nav1 span{font-size:1.4rem;}

.list-slide{display:flex;}
.list-slide span{padding:0.5rem 0;width:8rem;font-size:1.4rem;}
.list-slide .slide{width: calc(100% - 8rem);}
.list-slide a{padding:0.5rem 1.5rem;font-size:1.4rem;}
.list-slide li.on{border:1px solid var(--c1);border-radius:2rem;}
.list-slide li:hover{background:var(--c1);border-radius:2rem;}
.list-slide li:hover a{color:#fff;}

/* header 样式 */
.header1 a:hover{
    color: var(--c1);
    transition: all 200ms linear 0s;
}
.header1 .header_top{
    padding:0 1.5rem;
    font-size:1.4rem;
    color:var(--c7);
    background-color: var(--c9);
}
.header1 .header_top a{
    color:var(--c7);
}
.header1 .header_top a:hover{
    color: var(--c1);
    transition: all 200ms linear 0s;
}
.header1 .header_top i{
    margin-top:0.3rem;
    font-size:1.6rem;
    color: var(--c1);
}
.header1 .header_logo{
    max-width:20rem;
}
.header1 .top_nav{
    position: absolute;
    padding:0.1rem 0;
    width:100%;
    left:0;
    top: 4rem;
    background-color: var(--c9);
    border-top:0.5px solid var(--c7);
}
.header1 .top_nav a{
    padding:1rem 2rem;
    font-size:1.6rem;
}
.header1 .nav-more>a{
    padding:1.2rem 0 1.2rem 3rem;
}
.header1 .nav-more:hover .top_nav{
    display:block;
}
.header1 .header_header{
    padding:3rem 5rem;
    align-items: center;
}
.header1 .header_so_box input[type="text"] {
    width: 30rem;
    height: 4.8rem;
    border: 0.1rem solid #070505;
    border-right: initial;
    border-radius: 6px 0 0 6px;
    padding: 1.5rem 1.4rem;
}
 .header1 .header_so_box button{
    height: 4.8rem;
    padding: 0 2rem;
    border-radius: 0px 6px 6px 0px;
    color:#ffffff;
    background-color: var(--c9);
    cursor: pointer;
}
.header1 .header_nav{
    width: 100%;
    overflow: hidden;
    background-color: var(--c1);
}
.header1 .header_nav ul{
    height: 5rem;
    line-height:5rem;
}
.header1 .header_nav li{
    width:16%;
    text-align:center;
}
.header1 .header_nav li a{
    width:100%;
    color:#ffffff;
}
.header1 .header_nav li.on a, .header_nav li a:hover {
    background-color:var(--c2);
    color: #ffffff!important;
} 

.header2 .header_top{
    background:var(--c9);
    font-size:1.4rem;
    color:var(--c7);
}
.header2 .header_top a{
    color:var(--c7);
}
.header2 .header_top i{
    color:var(--c1);
}
.header2 .header_nav{
    margin-bottom:2rem;
    background: var(--c1);
    box-shadow: 0 0 13px #565656;
    -webkit-box-shadow: 0 0 13px #565656;
}
.header2 .header_nav .box{
    display:flex;
    align-items:center;
    padding:1.5rem 0;
}
.header2 .header_nav .atl{
    margin-right:2rem;
    width:20rem;
}
.header2 .header_nav .atl img{
    height:5rem;
    width:auto;
}
.header2 .header_nav .atr{
    flex:1;
}
.header2 .header_nav li a{
    padding:1rem 2rem;
    font-size:1.8rem;
    color:#fff;
}
.header3{
    background:var(--c1);
    border-bottom: 5px solid #BBCBCE;
}
.header3 .header_nav{
    display:flex;
    align-items:center;
}
.header3 .header_nav .logo{
    width:25%;
}
.header3 .header_nav .logo img{
    max-height:8rem;
}
.header3 .header_nav span a{
    padding:3rem;
    font-size:1.8rem;
    color:#fff;
}
.header3 .header_nav span.on,
.header3 .header_nav span a:hover{
    background:var(--c2);
    background: var(--c2) url(../images/home_nav_icon.png)no-repeat center 79px;
    background-size: 12px 8px;
}
.header4{
    background:var(--c1);
    border-bottom: 5px solid #BBCBCE;
}
.header4 .swiper{
    margin-left:10rem;
}
.header4 .nav-p li{
    position:relative;
    padding:2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height:10rem;
    margin-right: 3rem;
    text-align:center;
    color:var(--c3);
} 
.header4 .nav-p li:hover{
    background:var(--c2);
}
.header4 .nav-p li i{
    font-size:2.6rem;
    color:var(--c3);  
}
.header4 .nav-p li div{
    color:var(--c3); 
}


/* header 样式结束 */


/* zmx 样式开始*/
.zxm1{
    width:100%;
    padding-bottom:2rem;
}
.zxm1 .tab-list{
    display:flex;
    flex-direction: column;
    float:left;
}
.zxm1 .tab-list span{
    padding:1.1rem;
    font-size:1.8rem;
    color: #1a1a1a;
    font-weight: bold;
    cursor: pointer;
}
.zxm1 .tab-list i{
    margin-left:1rem;
    font-size:1rem;
    color:#ccc;
}
.zxm1 .tab-list span.on i{
    color:var(--c1);
}
.zxm1 .tab-list span.on{
    color:var(--c1);
}
.zxm1 .tab-con{
    padding-left:10rem;
    padding-top:1.5rem;
}
.zxm1 .tab-con ul{
    display:flex;
    align-items:center;
}
.zxm1 .tab-con li{
    text-align:center;
}
.zxm1 .tab-con img{
    width: 9rem;
    height:9rem;
    object-fit: cover;
}
.zxm1 .tab-con a{
    width:100%;
}
.zxm1 .tab-con span{
    margin-top:1rem;
    font-size:1.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm1 .djdzw {
    margin-top: 2rem;
    padding: 1rem;
    width: 3.5rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 130%;
    float: left;
    background: var(--c1);
}
.zxm2{
    width:55%;
}
.zxm2 .swiper {
width: 100%;
height: 35rem;
}
.zxm2 .swiper-pagination{
    left:90%;
}
.zxm2 img{
    width:100rem;
    height: 35rem;
    object-fit: cover;
}
.zxm2 .swiper-slide p{
    position: absolute;
    left:0;
    bottom:-1rem;
    padding:0.5rem 1rem;
    width:100%;
    color:#fff;
    background:#1a1a1a;
    opacity:0.6;
}
.zxm2 .new-list-1 li{
    margin-top:2rem;
    padding:0 1rem;
}
.zxm2 .new-list-1 span{
    font-size:2rem;
    color:var(--c1);
    font-weight: bold;
}
.zxm2 .new-list-1 p{
    margin-top:1rem;
    font-size:1.4rem;
    line-height:200%;
    color:var(--c9);
}

.zxm3{
    flex:1;
}
.zxm3 ul{
    margin-top:1.5rem;
    border-top:1px solid #f0f0f0;
}
.zxm3 li{
    padding:0 1rem;
    border-bottom:1px solid #f0f0f0;
}
.zxm3 li a{
    padding: 1rem 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxm4{
    flex:1;
}
.zxm4 li{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #f0f0f0;
}
.zxm4 li a{
    padding:1.5rem 0;
    font-size:1.6rem;
    width:75%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm4 li i{
    margin-right:2rem;
}
.zxm4 li span{
    font-size:1.4rem;
    color:var(--c7);
}

.zxm5{
    flex:1;
}
.zxm5 h4{
    display:inline-block;
    padding-bottom:0.5rem;
    border-bottom:1px solid var(--c1);
    font-size:1.8rem;
    font-weight:600;
    margin:2.5rem 0 1.5rem;
    color: var(--c9);
}
.zxm5 .new-list-3 li{
    display:flex;
}
.zxm5 .new-list-3 .time{
    padding:0.8rem 0;
    font-size:1.4rem;
    margin-left:auto;
}
.zxm5 .new-list-3 li a span{
    padding: 0.2rem 0.6rem;
    font-size:1.2rem;
    border: 1px solid var(--c1);
}
.zxm5 .new-list-3 li a{
    padding:0.8rem;
    font-size:1.4rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm5 .new-list-3 li i{
    color:var(--c1);
}
.zxm5 .pic2 a{
    width:100%;
}
.zxm5 .pic2 img{
    width:100%;
    height:20rem;
    object-fit: cover;
}
.zxm5 .list1 li{
    margin-bottom:1.5rem;
}
.zxm5 .list1 li em{
    display:inline-block;
    margin-right:0.5rem;
    width:0.6rem;
    height:0.6rem;
    background:var(--c1);
    border-radius:50%
}
.zxm5 .list2 li{
    width:100%;
    display:flex;
    justify-content:space-between;
    position: relative;
    margin-bottom:1.5rem;
    font-size:1.4rem;
}
.zxm5 .list2 li a{
    width:70%;
    padding-left:1.5rem;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm5 .list2 li a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #999999;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-3px) rotate(45deg);
    left: 2px;
}
.zxm5 .pic a{
    width:100%;
}
.zxm5 .pic img{
    width:100%;
    height:18rem;
}
.zxm5 .pic2:nth-child(n+2){
    margin-top:3rem;
}
.zxm6 .top li{
    margin:0 1rem;
    width:auto;
}
.zxm6 .top li a{
    padding:0.8rem 2rem;
    border:1px solid #999999;
    border-radius:8px;
}
.zxm6 .top li a:hover{
    border-color:var(--c1);
}
.zxm6 .top li.on a{
    color:var(--c1);
    border-color:var(--c1);
}
.zxm6 .list ul.flex3{
    flex-wrap: wrap;
}
.zxm6 .list li{
    width:25%;
    padding:2rem
}
.zxm6 .list li a{
    width:100%;
}
.zxm6 .list li img{
    border-radius: 8px;
    width: 100%;
    height: 12rem;
    object-fit: cover;
}
.zxm6 .list li span{
    margin-top:1rem;
    font-size:1.6rem;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.zxm7{
    flex:1;
}
.zxm7 li{
    position: relative;
    margin-bottom:2rem;
}
.zxm7 li span{
    position: absolute;
    display:inline-block;
    padding:0.5rem;
    width:100%;
    bottom:0;
    left:0;
    font-size:1.4rem;
    color:#fff;
    background:#070505;
    opacity: 0.6;
}
.zxm7 li a{
    width:100%;
}
.zxm7 li img{
    width:100%;
    height:18rem;
}
.zxm8{
    flex:1;
}
.zxm8 .list ul{
    flex-wrap: wrap;
}
.zxm8 .list li{
    padding:1rem;
    width: 30%;
    text-align:center;
}
.zxm8 .list li a{
    width:100%;
}
.zxm8 .list li img{
    transition: all 0.5s;
    background-size: cover;
    max-width: 8.5rem;
    max-height: 8.5rem;
    object-fit: cover;
}
.zxm8 .list li img:hover {
    transform: scale(1.1);
}
.zxm8 .list li span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zxm9{
    width:67%;
}
.zxm9 ul.top{
    background-color:var(--c8);
}
.zxm9 .top li{
    padding:0 1rem;
}
.zxm9 .top li a{
    padding:1rem;
    font-size:1.6rem;
}
.zxm9 .top li.on a,
.zxm9 .top li a:hover{
    color:var(--c1);
    border-bottom:2px solid var(--c1);
}
.zxm9 .list li{
    display:flex;justify-content:space-between;
    align-items:center;
    padding:2rem 0;
    border-bottom: 1.5px solid #f0f0f0
}
.zxm9 .list .atl{
    width:25%;
}
.zxm9 .list .atl a{
    width:100%;
}
.zxm9 .list .atl img{
    width:100%;
    height:11rem;
    object-fit: cover;
}
.zxm9 .list .atr{
    padding:0 2rem;
    width:75%;
}
.zxm9 .list .atr>a{
    font-size:2rem;
    font-weight:600;
    color: var(--c6);
}
.zxm9 .list .atr>a:hover{
    color:var(--c1);
}
.zxm9 .list .atr p{
    margin:1rem 0;
    font-size:1.4rem;
    line-height:200%;
    color: var(--c7);
}
.zxm9 .list .atr div i{
    margin-right:0.5rem;
}
.zxm9 .list .atr div span{
    font-size:1.4rem;
    line-height:200%;
    color: var(--c7);
}
.zxm9 .list .atr div a{
    font-size:1.4rem;
    color: var(--c1);
}
.zxm9 .list2{
    font-size:1.4rem;
    color:#999;
}
.zxm9 .list2 li{
    padding:2rem 0;
    border-bottom:1px solid #ddd;
}
.zxm9 .list2 .pic{
    width:16rem;
    height:12rem;
}
.zxm9 .list2 .pic a{
    width:100%;
}
.zxm9 .list2 .pic img{
    width:100%;
    height:12rem;
    object-fit: cover;
    border-radius:1rem;
}
.zxm9 .list2 .atr{
    flex:1;
    margin-left:2rem;
}
.zxm9 .list2 p a{
    font-size:1.6rem;
    color:var(--c5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2rem;
}
.zxm9 .list2  .atr a:hover{
    color:var(--c1);
}
.zxm9 .list2 .tex{
    margin:1rem 0;
}
.zxm9 .list2 .time span{
    margin-right:1rem;
}
.zxm9 .list2 .more a{
    padding:0.5rem 1rem;
    border:1px solid #ddd;
}
.zxm9 .list2 li:hover .more a{
    color:#fff;
    background:var(--c1);
}
.zxm9 .list3 li{
    margin-bottom:2rem;
    width:48%;
    overflow: hidden;
}
.zxm9 .list3 .pic{
    position: relative;
}
.zxm9 .list3 .pic a{
    width:100%;
}
.zxm9 .list3 .pic img{
    width:100%;
    height:20rem;
}
.zxm9 .list3 .tit {
    position: absolute;
    left: 0;
    bottom:-5px;
    margin: auto;
    width:100%;
}
.zxm9 .list3 .tit h3 a {
    display: block;
    padding:1rem 0;
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0,0,0,0.6);
}
.zxm9 .list3 .time {
    background: #fcfcfc;
    padding: 5px 0;
}
.zxm9 .list3 .time i{
    margin-right:0.5rem;
    font-size:1.4rem;
    color:var(--c1);
}
.zxm9 .list3 p{
    background: #fcfcfc;
    font-size: 1.4rem;
    line-height: 180%;
    overflow: hidden;
    padding: 1rem 1.5rem;
    color: #666666;
    border-top: 1px solid #eee;
}
.zxm9 .list4 li{
    padding: 2rem 0;
    border-bottom: 1px solid #e6e6e6;
}
.zxm9 .list4 li:hover a{
    color:var(--c1);
}
.zxm9 .list4 li:hover .atr2{
    color:#fff;
    background:var(--c1);
}
.zxm9 .list4 .atl{
    flex:8;
}
.zxm9 .list4 .atl a{
    width: 100%;
    padding:0.5rem 0;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight:600;
    color: var(--c6);
}
.zxm9 .list4 .atl p{
    margin-bottom:0;
    line-height: 180%;
    font-size: 1.4rem;
    color: #808080;
    overflow: hidden;
}
.zxm9 .list4 .atr2{
    flex:1;
    min-width: 8rem;
    justify-content:center;
    padding:0 1rem;
    background: #ccc;
    color: #fff;
    text-align:center;
}
.zxm9 .atr2 .big{
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 36px;
    line-height: 42px;
}
.zxm9 .atr2 p{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
}

.zxm10{
    flex:1;
}
.zxm10 .tab-con li{
    width:100%;
    border-bottom:1px solid #f0f0f0;
}
.zxm10 .tab-con a{
    padding:1rem 0;
    font-size:1.4rem;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm10 .tab-list{
    display: flex;
    width: 90px;
    height: 24px;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--c1);
    border-radius: 16px;
}
.zxm10 .tab-list span{
    width: 50%;
    text-align: center;
    font-size:1.2rem;
    cursor: pointer;
    border-radius: 16px;
}
.zxm10 .tab-list span.on{
    background-color: var(--c1);
    color: #ffffff;
    height: 24px;
    line-height: 24px;
}

.zxm11{
    width:67%;
}
.zxm11 .ask1 li{
    padding:1rem 0;
    border-bottom:1.5px solid #f0f0f0;
}
.zxm11 h3{
    font-size:2rem;
    font-weight:600;
}
.zxm11 h3 a{
    color:#1a1a1a;
}
.zxm11 li div{margin-top:1.5rem;}
.zxm11 .ask1 li p{
    font-size:1.4rem;
    line-height:200%;
    color:var(--c7);
}
.zxm11 .ask1 li p a{
    float:right;
    color:var(--c1);
}
.zxm11 .top i{
    color:var(--c1);
}
.zxm11 .top span{
    font-size:1.4rem;
}
.zxm11 .ask2 li{
    padding:1rem;
    border-bottom:1px solid #f0f0f0;
}
.zxm11 .ask2 li:hover{
    background-color: #f8f8f8;
}
.zxm11 .ask2 li:hover .btn1{
    color:#fff;
    background:var(--c1);
    border:0.5px solid var(--c1);
}
.zxm11 .ask2 p{
    margin-top:0.8rem;
    font-size:1.4rem;
    line-height:180%;
    color:var(--c7);
}
.zxm11 .ask2 span{
    font-size:1.4rem;
}
.zxm11 .ask2 .btn1{
    padding:0.5rem 1rem;
    font-size:1.4rem;
    border:0.5px solid #999999;
}
.zxm12 li{
    flex-wrap: nowrap;
    align-items:center;
    width:49%;
}
.zxm12 li .atl{
    width:25%;
}
.zxm12 .atl img{
    width:100%;
    max-width:12.8rem;
    max-height:12.8rem;
    object-fit: cover;
}
.zxm12 li .atc{
    width:50%;
}
.zxm12 li .atc>a{
    font-size:2rem;
    color:var(--c5);
    font-weight:600;
}
.zxm12 li .box{
    display:flex;
    font-size:1.2rem;
}
.zxm12 li .box-l{
    margin-right:3rem;
}
.zxm12 li .box-r span:last-child{
    display:inline-block;
    color:var(--c5);
}
.zxm12 li .box span{
    color:var(--c7);
}
.zxm12 li p{
    font-size:1.4rem;
    line-height:150%;
    color:var(--c7);
}
.zxm12 li .atr{
    width:22%;
    text-align: center;
}
.zxm12 .atr a{
    padding:1rem 2rem;
    font-size:1.4rem;
    color:#fff;
    background:var(--c1);
    border-radius:10rem;
}
.zxm12 .atr a:hover{
    color:#fff;
}
.zxm12 .box2{
    font-size:1.2rem;
}
.zxm12 .box2 div{
    display:inline-block;
    margin-right:0.5rem;
}
.zxm12 .list2 li{
    flex:18%;
    margin:0.5rem;
    position:relative;
    border: 1px solid #eee;
}
.zxm12 .list2 li a{
    width:100%;
}
.zxm12 .list2 li:hover .cov{
    display:block;
}
.zxm12 .list2 .pic{
    display:block;
    height: 14rem;
    overflow: hidden;
    background-color: #f8f8f8;
}
.zxm12 .list2 .pic img{
    width: 12rem;
    height: 12rem;
    display: block;
    border-radius: 1.5rem;
    margin: 1rem auto 0;
}
.zxm12 .list2 h3{
    text-align: center;
    overflow: hidden;
    padding: 1rem 0;
    font-size: 18px;
    color: #434343;
    border-bottom:1px solid #f8f8f8;
}
.zxm12 .list2 .box3{
    display:block;
    text-align: center;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 1.2rem;
    color: #767676;
    margin-top: 0.4rem;
}
.zxm12 .list2 .box3 i{
    margin:0 0.5rem;
}
.zxm12 .list2 .cov {
    display: none;
    height: 14rem;
    overflow: hidden;
    padding:1rem;
    position: absolute;
    left: 0;
    top: 0;
    background:var(--c1);
    color:#fff;
}
.zxm12 .list2 .cov span{
    display:block;
    font-size:1.2rem;
    text-align:center;
}
.zxm12 .list2 .cov p{
    margin-top:1rem;
    font-size:1.2rem;
    color:#fff;
}
.zxm12 .list2 span.btn1{
    margin: 0 auto;
    width:98px;
    height:28px;
    line-height:28px;
    color:#fff;
    border: 1px solid #fff;
}
.zxm13{
    width:20%;
}
.zxm13 h3{
    padding:2rem 0;
    font-size:2.4rem;
    font-weight:600;
    color:var(--c1);
    text-align:center;
}
.zxm13 ul{
    flex-wrap: wrap;
    align-items:center;
}
.zxm13 li{
   position:relative; 
   height:6rem;
   line-height:6rem;
   width:80%;
   font-size:1.6rem;
   cursor: pointer;
   text-align:center;
}
.zxm13 li.on,
.zxm13 li:hover{
    color:var(--c1);
    background:var(--c3);
}
.zxm13 li.on:before{
    content:"\F7F6";
    left:0;
    top:50%;
    transform: translateY(-50%);
    margin-left:1rem;
    color:var(--c1);
    position: absolute;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zxm14{width:80%;}
.zxm14 li{
    position:relative;
    padding:2rem;
    width:42%;
    background:var(--c8);
    overflow: hidden;
}
.zxm14 li:hover{
    background-color: #ffffff;
    box-shadow: 0 2px 6px 1px #e6e6e6;
    transition: box-shadow 0.5s;
}
.zxm14 li>span{
    position: absolute;
    top: 15px;
    left: -25px;
    width: 100px;
    font-size:1.4rem;
    color:#ffffff;
    text-align: center;
    display: inline-block;
    transform: rotate(-45deg);
    background-color: var(--c1);
}
.zxm14 li:nth-child(n+4)>span{
    background-color: var(--c7);
}
.zxm14 .box img{
    width:100%;
    max-width:12rem;
    border-radius:1.5rem;
}
.zxm14 .box .atl{width:55%;}
.zxm14 .box a{
    font-size:1.6rem;
    color:#333333;
}
.zxm14 .atl div{
    margin:2rem 0;
}
.zxm14 .atl span{
    margin-right:2rem;
    font-size:1.4rem;
    color:var(--c7);
}
.zxm14 .atl i{
    color:var(--c1);
}
.zxm14 .atl .more{
    padding:0.3rem 3rem;
    color:var(--c4);
    border:1.5px solid var(--c4);
    border-radius:2rem;
}
.zxm14 .atl .more:hover{
    border:1.5px solid var(--c1);
}
.zxm14 a.wzbd{
    margin-right:4rem;
    color:var(--c1);
}
.zxm15{
    padding-right:1.5rem;
    width:67%;
    border-right:1px solid #f0f0f0;
}
.zxm15 .list1
.zxm15 .list1 li{
    width:100%;
}
.zxm15 .list1 .atl{
    width:20%;
}
.zxm15 .list1 .atl img{
    width:100%;
    max-width:16rem;
    height:9rem;
    object-fit: cover;
}
.zxm15 .list1 .atr{
    width:77%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 150%;
}
.zxm15 .list1 .atr a{
    font-size:1.8rem;
    font-weight:600;
    color:var(--c5);
}
.zxm15 .list1 .atr p{
    margin-bottom:0;
    font-size:1.4rem;
    color:var(--c7);
}

.zxm16{
    flex:1;
}
.zxm16 .list a{
    font-size:1.4rem;
    color:var(--c5);
}
.zxm16 .list a i{
    margin-right:0.5rem;
    color:var(--c1);
}
.zxm16 .list p{
    margin-top:1rem;
    font-size:1.2rem;
    color:var(--c7);
}
.zxm16 .list p i{
    font-size:1.4rem;
    margin-right:0.5rem;
    color:var(--c4);
}
.zxm16 .at1{
    display:none;
}
.zxm16 li {
    position: relative;
    padding-left: 1.6rem;
    margin-left: 0.4rem;
    padding: 1rem 0 1rem 1.6rem;
    border-left: 1px solid #f0f0f0;
}
.zxm16 li:before {
    content: "";
    border-radius: 100%;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 48%;
    background-color: #ebebeb;
}
.zxm16 li.on:before {
    background-color:var(--c1);
}
.zxm16 li .more{
    font-size:1.4rem;
    padding: 0.5rem 1.4rem;
    border-radius: 1.5rem;
    background-color: var(--c1);
}
.zxm16 .at1 img{
    width:7rem;
    height:7rem;
    border-radius: 0.6rem;
}
.zxm16 .box a{
    font-size:1.6rem;
    color:var(--c5);
}
.zxm16 .box span{
    font-size:1.6rem;
    color:var(--c7);
}
.zxm16 .at2 a{
    color:var(--c5);
}
.zxm16 .num{
    margin-right:2rem;
    width:2.5rem;
    height:2.5rem;
    line-height:2.5rem;
    text-align:center;
    color:#fff;
    border:1px solid var(--c1);
    border-radius:50%;
    background:var(--c1);
}
.zxm16 li:nth-child(n+4) .num{
    background:#fff;
    color:var(--c1);
}
.zxm16 .at2 .num+a{
    flex:1;
}
.zxm16 .at1.on{
    display:flex;
    align-items:center;
}
.zxm16 .at1 a{
    margin-right: 1.4rem;
    overflow: hidden;
}
.zxm16 .atb{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.zxm16 .box{
    flex:1;
}
.zxm16 .box>a{
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zxm16 .atb .more{margin-right:0;}
.zxm16 .atb .more:hover,
.zxm16 .at2 .more:hover{
    color:#fff!important;
}

.zxm17 .atl {
    position:relative;
    max-width:75rem;
    max-height: 30rem;
}
.zxm17 .atl img{
    width:75rem;
    height:30rem;
    object-fit: cover;
}
.zxm17 .atl p{
    position: absolute;
    left:0;
    bottom:-1rem;
    padding: 0.5rem 1rem;
    width: 100%;
    color: #fff;
    background: #1a1a1a;
    opacity: 0.6;
}
.zxm17 .atr li{
    position:relative;
}
.zxm17 .atr li:nth-child(n+2){
    margin-top:2rem;
}
.zxm17 .atr i{
    position: absolute;
    top:0;
    left:0;
    padding:0.3rem 0.5rem;
    font-size:1.2rem;
    color:#fff;
    background:var(--c1);
}
.zxm17 .atr img{
    width:40rem;
    height:14rem;
    object-fit: cover;
}
.zxm17 .atr span{
    position: absolute;
    left:0;
    bottom:0;
    padding: 0.5rem 1rem;
    width: 100%;
    color: #fff;
    background: #1a1a1a;
    opacity: 0.7;
    font-size:1.4rem;
    text-align:center;
}
.zxm17 .atl .swiper-pagination{
    left:90%;
}
.zxm17 .atb>div{
    padding-bottom:1rem;
    border-bottom:1px solid #f0f0f0;
}
.zxm17 .atb .flex2{
    flex-wrap: nowrap;
}
.zxm17 .atb span{
    margin-top:1.5rem;
    width:8rem;
    font-size:1.8rem;
    font-weight:600;
    color:var(--c6);
}
.zxm17 .atb i{
    margin-left:1rem;
    color:var(--c1);
}
.zxm17 .atb li a{
    padding-right:1rem;
    font-size:1.4rem;
    color:var(--c7);
    border-right:1px solid var(--c7);
}

.zxm18 .list{
    margin-top:1rem;
}
.zxm18 .list li{
    margin:1rem 1.5rem;
}
.zxm18 .list a{
    width:11rem;
    text-align:center;
}
.zxm18 .list img{
    width:11rem;
    height:11rem;
    object-fit: cover;
    border-radius:1rem;
}
.zxm18 .list span{
    margin-top:0.5rem;
    font-size:1.6rem;
    color:var(--c7);
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm18 .top li a{
    padding:1rem 2rem;
    background:#f0f0f0;
    border-radius:2rem;
}
.zxm18 .top li.on a{
    color:var(--c1);
}
.zxm18 .item{
    display:none;
}

.zxm19{
    flex:1;
}
.zxm19 li{
    margin-bottom:2rem;
}
.zxm19 li img{
    margin-right:1rem;
    width:10rem;
    height:6rem;
    border-radius:1rem;
    object-fit: cover;
}
.zxm19 li a{
    display:flex;
    /* justify-content:space-between; */
}
.zxm19 li p{
    flex:1;
    font-size:1.6rem;
}
.zxm19 li .atr span{
    font-size:1.4rem;
}
.zxm20{
    flex:1;
}
.zxm20 .list1 div{
    display:flex;
    justify-content:space-between;
}
.zxm20 .list1 li{
    padding-bottom:1rem;
}
.zxm20 .list1 span{
    font-size: 2rem;
    color: var(--c1);
    font-weight: bold;
}
.zxm20 .list1 img{
    margin-right:1rem;
    width:12rem;
    height:7.5rem;
    object-fit: cover;
}
.zxm20 .list1 p{
    font-size: 1.4rem;
    line-height: 170%;
    color: var(--c9);
}
.zxm20 .list2 li{
    margin:1.5rem 0;
}
.zxm20 .list2 i{
    font-size:1rem;
}
.zxm20 .add li{
    display:flex;
    justify-content:space-between;
}
.zxm20 .add a{
    width:75%;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm20 .list3 li{
    padding:0 1rem;
    flex:1;
}
.zxm20 .list3.flex2{
    flex-wrap: nowrap;
}
.zxm20 .list3 li a{
    width:100%;
}
.zxm20 .list3 li img{
    width:100%;
    height:8rem;
}
.zxm21{
    flex:1;
}
.zxm21 li{
    margin-bottom:2rem;
    padding:0 1rem;
}
.zxm21 li a{
    width:100%;
}
.zxm21 span{
    font-size:2rem;
    color:var(--c1);
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm21 p{
    margin-top:1rem;
    font-size:1.4rem;
    line-height:200%;
    color:var(--c9);
}

.zxm22{
    flex:1;
}
.zxm22 img{
    width:100%;
    height:30rem;
    object-fit: cover;
}
.zxm23{
    width:100%;
}
.zxm23 .flex2 {
    flex-wrap: nowrap;
}
.zxm23>div {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}
.zxm23 span {
    margin-top: 1.5rem;
    width: 8rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--c6);
}
.zxm23>div span+div{
    flex:1;
}
.zxm23 i {
    margin-left: 1rem;
    color: var(--c1);
}
.zxm23 li a {
    padding-right: 1rem;
    font-size: 1.4rem;
    color: var(--c7);
    border-right: 1px solid var(--c7);
}
.zxm24{
    flex:1;
}
.zxm24 li{
    padding:1rem;
    display:flex;
}
.zxm24 li a{
    font-size:1.4rem;
}
.zxm24 li span{
    margin-left:auto;
    font-size:1.4rem;
}
.zxm24 li i{
    color:var(--c1);
}
.zxm25{
    flex:1;
}
.zxm25 li{
    margin-bottom:2rem;
}
.zxm25 a{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm25 .pic{
    padding:1rem 1.5rem 0 0;
    flex:40%;
}
.zxm25 .pic img{
    width: 13rem;
    height: 7rem;
    border-radius:8px;
}
.zxm25 .tex{
    padding-top:1rem;
    flex:60%;
}
.zxm25 .tex p{
    margin-bottom:0;
    line-height: 2.5rem;
    overflow: hidden;
    height: 5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: -5px;
    text-align: justify;
    font-size:1.4rem;
}
.zxm25 .tex span{
    display:block;
    text-align:center;
}
.zxm26{
    flex:1;
}
.zxm26 li{
    margin-bottom:1rem;
}
.zxm26 li a{
    flex:1;
    display:block;
    font-size:1.8rem;
    padding-bottom:0.8rem;
}
.zxm26 li a img{
    width:9rem;
    height:9rem;
    border-radius:1rem;
    object-fit: cover;
}
.zxm26 .tex{
    flex:2;
}
.zxm26 .num{
    width: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background-color: #a8bccf;
    border-radius: 3px;
    margin: 0 7px 0 0;
    text-align: center;
    font-size: 18px;
}
.zxm26 li:nth-child(1) .num{
    background-color: #f64546;
}
.zxm26 li:nth-child(2) .num{
    background-color: #ff8547;
}
.zxm26 li:nth-child(3) .num{
    background-color: #ffaa34;
}
.zxm26 .p span{
    margin-right:1rem;
    font-size:1.4rem;
}
.zxm26 .p span:last-child{
    display:block;
    margin-top:0.5rem;
}
.zxm26 .p i{
    font-size:1.2rem;
    color:var(--c1);
}
.zxm27{
    flex:1;
}
.zxm27 li {
    width:100%;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
    float: left;
    font-size: 14px;
}
.zxm27 .t{
    height:3rem;
    line-height: 3rem;
    overflow: hidden;
}
.zxm27 ul{
    overflow:hidden;
}
.zxm27 li i {
    display: block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: #b0b0b0;
    color: #fff;
    float: left;
    margin-right: 1rem;
    border-radius: 0.5rem;
}
.zxm27 li:nth-child(1) .num{
    background-color: #f64546;
}
.zxm27 li:nth-child(2) .num{
    background-color: #ff8547;
}
.zxm27 li:nth-child(3) .num{
    background-color: #ffaa34;
}
.zxm27 li .t a {
    float: left;
}
.zxm27 li span {
    float: right;
    color: #808080;
}
.zxm27 li .f {
    display:none;
    height: 8rem;
}
.zxm27 li .f i {
    font-size: 18px;
    height: 8rem;
    line-height: 8rem;
}
.zxm27 li .pic {
    float: left;
    margin-right: 1rem;
}
.zxm27 li .f img {
    width: 8rem;
    height: 8rem;
    border-radius: 2rem;
}
.zxm27 li .f .picinfo {
    float: left;
}
.zxm27 li .f .picinfo a {
    font-size: 16px;
    line-height: 32px;
}
.zxm27 li .f.on{
    display:block;
}

.zxm28{
    flex:1;
}
.zxm28 .pic a{
    margin-bottom: 1rem;
    padding:0 1rem;
    width:50%;
}
.zxm28 .pic img{
    width:100%;
    height:8rem;
}
.zxm28 .pic span{
    display:block;
    margin-top:1rem;
    font-size:1.4rem;
    text-align:center;
}
.zxm28 li{
    width:30%;
    margin:1rem 0.5rem;
    border: 1px solid #ddd;
}
.zxm28 li a{
    display:block;
    padding:0.5rem 0;
    color: #666;
    font-size:1.4rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxm28 li a:hover{
    color:#fff;
    background:var(--c1);
}
.zxm29{
    flex:1;
}
.zxm29 li{
    display:flex;
    margin-bottom:1rem;
    padding-bottom:1rem;
    width:100%;
    border-bottom:1px dotted #ddd;
}
.zxm29 .num{
    display:inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: var(--c1);
    color: #fff;
    border-radius: 0.2rem;
    margin-right: 1rem;
}
.zxm29 li:nth-child(n+4) .num {
    background:#d2d0cf;
}
.zxm29 li a{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm30{
    flex:1;
}
.zxm30 .list1{
    width:100%;
}
.zxm30 .list1 .li{
    padding: 1rem 0;
    border-bottom: 1px solid #e8e7ed;
}
.zxm30 .list1 .t {
    height: 30px;
    line-height: 30px;
}
.zxm30 .list1 .t .num {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ddd;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px;
}
.zxm30 .list1 .li:first-child .num{
    background: #ff4939;
}
.zxm30 .list1 .li:nth-child(2) .num{
    background: #ff8e15;
}
.zxm30 .list1 .li:nth-child(3) .num{
    background: #ffdb15;
}
.zxm30 .list1 .t a{
    width:auto;
}
.zxm30 .list1 .t span{
    font-size:1.4rem;
    color:var(--c5);
}
.zxm30 .list1 .f{
    display:none;
}
.zxm30 .list1 .f.on{
    display:flex;
}
.zxm30 .list1 .f .num {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff4939;
    color: #fff;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 16px;
}
.zxm30 .list1 .cc img {
    display: block;
    width: 8rem;
    height: 8rem;
}
.zxm30 .list1 .inf{
    flex:1;
    margin-left:2rem;
    position:relative;
}
.zxm30 .list1 .inf h3{
    width:50%;
    margin-bottom:0;
}
.zxm30 .list1 .inf h3 a{
    font-size: 1.6rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--c6);
}
.zxm30 .list1 .inf span{
    font-size:1.2rem;
}
.zxm30 .list1 .inf p{
    font-size:1.2rem;
    color:var(--c7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zxm30 .list1 .btn1 {
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid var(--c1);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 2px;
}
.zxm30 .list1 .btn1 a {
    display: block;
    color: var(--c1);
    font-size: 14px;
}
.zxm30 .list1 .btn1 a:hover{
    color:#fff;
    background:var(--c1);
}
.zxm31{
    flex:1;
}
.zxm31 .li{
    position: relative;
    display:flex;
    z-index: 1;
    width:100%;
    padding: 2rem;
    margin-top: 2rem;
    background: #e9ecef;
    transition: .4s;
}
.zxm31 .li:hover{
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    box-shadow: 5px 5px 20px 2px #adb5bd;
    background: #fff;
}
.zxm31 .li p{
    margin-bottom:0;
}
.zxm31 .pic{
    position: relative;
    width:14.5rem;
}
.zxm31 .ico{
    display: block;
    position: absolute;
    left: -30px;
    top: -28px;
    width: 73px;
    height: 73px;
    background: url(../images/icon3.png) no-repeat;
    
}
.zxm31 .li:first-child .ico{
    background-position: -20px -179px
}
.zxm31 .li:nth-child(2) .ico{
    background-position: -113px -179px
}
.zxm31 .li:nth-child(3) .ico{
    background-position: -206px -179px
}
.zxm31 .pic img{
    width: 14.5rem;
    height: 14.5rem;
    max-width: 14.5rem;
    object-fit: cover;
    border-radius: 20px;
}
.zxm31 .tex{
    margin-left:3rem;
    margin-bottom:0;
}
.zxm31 .tex a{
    font-size:2.4rem;
}
.zxm31 .li:first-child .name a{
    color: #f2567e;
}
.zxm31 .li:nth-child(2) .name a{
    color: #ef962d;
}
.zxm31 .li:nth-child(3) .name a{
    color: #77a9fc;
}
.zxm31 .name span{
    padding:0.5rem 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 1rem;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background:var(--c2);
}
.zxm31 .li:first-child .name span{
    background: #efa7b0;
}
.zxm31 .li:nth-child(2) .name span{
    background:  #f6c58a;
}
.zxm31 .li:nth-child(3) .name span{
    background:  #abc9f9;
}
.zxm31 .con{
    margin-top: 1rem;
    overflow: hidden;
    font-size: 1.4rem; 
    line-height:180%;
}
.zxm31 .line{
    width: 100%;
    height: 1px;
    margin: 16px 0 12px 0;
    background: #d5daef;
}
.zxm31 .info span{
    margin-right:2rem;
    font-size: 1.2rem;
}
.zxm31 .btn1{
    position: absolute;
    right:2rem;
    top:2rem;
}
.zxm31 .btn1 a{
    padding:0.5rem 2rem;
    font-size:1.4rem;
    color:#fff;
    background:var(--c1);
    border-radius:5px;
}
.zxm31 .list-a .pic{
    width:8rem;
}
.zxm31 .list-a .pic img{
    width:8rem;
    height:8rem;
}
.zxm31 .list-a .ico{
    display: block;
    position: absolute;
    left: -5px;
    top: -28px;
    width: 32px;
    height: 40px;
    line-height: 28px;
    overflow: hidden;
    background: url(../images/num_bg.png) no-repeat;
    color: #201986;
    font-size: 24px;
    font-style: normal;
    text-align: center;
}
.zxm31 .list-a .name a{
    font-size:1.8rem;
}
.zxm31 .list-a .name span{
    padding:0.2rem 0.5rem;
    font-size:1.2rem;
    color:var(--c1);
    font-weight:300;
    border:1px solid var(--c1);
    border-radius:5px;
    background:#fff;
}
.zxm31 .list-a .info{
    margin-top:2rem;
}
.zxm31 .list-a .info span{
    margin-right:5rem;
}
.zxm31 .list-a .btn1{
    top:50%;
    transform:translateY(-50%);
}
.zxm32 li{
    position: relative;
    width:100%;
    padding: 2rem;
    background: var(--c8);
    overflow: hidden;
}
.zxm32 li:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 1px #e6e6e6;
    transition: box-shadow 0.5s;
}
.zxm32 .num{
    position: absolute;
    top: 15px;
    left: -25px;
    width: 100px;
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    transform: rotate(-45deg);
    background-color: var(--c1);
}
.zxm32 li:nth-child(n+4) .num {
    background-color: var(--c7);
}
.zxm32 .pic{
    flex:1;
    display:flex;
    overflow: hidden;
}
.zxm32 .pic img{
    width:12rem;
    height:12rem;
    object-fit: cover;
    border-radius:1rem;
}
.zxm32 .pic .atr{
    margin-left:2rem;display:flex;
    flex-direction:column;
    justify-content:space-around;
}
.zxm32 .pic .atr h3{
    font-weight:600;
}
.zxm32 .pic .atr a{
    display:block;
}
.zxm32 .info{
    flex:1;
    justify-content:space-around;
    font-size:1.4rem;
    text-align:center;
}
.zxm32 .info a{
    font-size:1.6rem;
    color:var(--c1);
}
.zxm32 .info i{
    margin:0 1rem;
}
.zxm32 .hot{
    flex:1;
    display:flex;flex-direction:column;
    justify-content:space-around;
    text-align:right;
    color:var(--c1);
}
.zxm32 .hot i{
    font-size:1.8rem;
    font-weight:600;
}
.zxm32 .hot a{
    color:var(--c1);
}
.zxm33 li{
    width:19%;
    position: relative;
    margin-bottom:2rem;
    padding-bottom:2rem;
    text-align: center;
    border: 1px solid #eee;
    color:var(--c7);
}
.zxm33 li:hover {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 1px #e6e6e6;
    transition: box-shadow 0.5s;
}
.zxm33 li em {
    display: block;
    width: 70px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #666;
    background: url(../images/qizhi4_24.png) no-repeat;
    z-index: 3;
    position: absolute;
    top: 7px;
    left: -4px;
    font-size: 1.2rem;
}
.zxm33 li:first-child em{
    color:#fff;
    background: url(../images/qizhi_24.png) no-repeat;
}
.zxm33 li:nth-child(2) em{
    color:#fff;
    background: url(../images/qizhi2_24.png) no-repeat;
}
.zxm33 li:nth-child(3) em{
    color:#fff;
    background: url(../images/qizhi3_24.png) no-repeat;
}
.zxm33 li img {
    width: 15rem;
    height: 15rem;
    display: block;
    margin: 1.5rem auto 1rem auto;
}
.zxm33 li h3{
    font-size:1.8rem;
}
.zxm33 li p{
    font-size:1.4rem;
    color:var(--c7);
}
.zxm33 li i{
    margin:0 1rem;
}
.zxm33 li a.btn1 {
    margin:0 auto;
    display: block;
    width: 9rem;
    height: 3rem;
    line-height: 3rem;
    font-size:1.4rem;
    text-align: center;
    margin-top:1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.zxm33 li a.btn1:hover {
    background: var(--c1);
    border: 1px solid var(--c1);
    color: #fff;
    transition: color 250ms ease-in 0ms,background-color 250ms ease-in 250ms;
}
.zxm34 a{
    margin-bottom:1rem;
    padding:0.6rem 0;
    width:18rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:center;
    border:1px solid #999999;
}
.zxm35{
    flex:1;
}
.zxm35 .li{
    border-bottom: 1px dashed #ddd;
    padding: 1.5rem 0 1rem;
    width: 100%;
    height: auto;
}
.zxm35 .li i{
    margin-right:1rem;
    font-size:1.8rem;
    color:var(--c1);
}
.zxm35 .li h4{
    width:80%;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--c6);
}
.zxm35 .li p{
    margin-top:0.5rem;
    color: var(--c7);
    line-height: 150%;
    font-size:1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.zxm35 .li .time{
    width:20%;
    font-size:1.4rem;
}
.zxm35 .li em{
    font-weight:500;
    margin-right:1rem;
    color:var(--c1);
}
.zxm36{
    flex:1;
}
.zxm36 li{
    display:flex;
    justify-content:space-between;
    margin:2rem 0;
}
.zxm36 li div{
    display:flex;
    width:75%;
}
.zxm36 li img{
    margin-right:1rem;
    width:32px;
    height:32px;
    border-radius: 8px;
}
.zxm36 li a{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:85%;
    line-height:32px;
    font-size:1.6rem;
    color:var(--c6);
}
.zxm36 li span{
    line-height:32px;
    font-size:1.4rem;
    color:var(--c7);
}
.zxm37{
    flex:1;
}
.zxm37 .list1 li{
    display:flex;
    align-items:center;
    margin:2rem 0;
}
.zxm37 .list1 li em{
    display: block;
    padding:0 0.5rem;
    height:25px;
    line-height:25px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    background: var(--c1);
    position: relative;
    margin-right: 1rem;
    font-style: normal;
}
.zxm37 .list1 li i{
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid var(--c1);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0;
    position: absolute;
    right: -6px;
    top: 9px;
}
.zxm37 .list1 li a{
    margin-left:1rem;
    color:var(--c1);
    width:70%;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm37 .list2 li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:2rem 0;
}
.zxm37 .list2 li div{
    display:flex;
    align-items:center;
    width:80%;
}
.zxm37 .list2 li em{
    display: block;
    padding:0 0.5rem;
    height:25px;
    line-height:25px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid var(--c7);
    position: relative;
    margin-right: 1rem;
    font-style: normal;
}
.zxm37 .list2 li a{
    margin-left:1rem;
    font-size:1.4rem;
    width:70%;
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxm37 .list2 li b{
    font-size:1.4rem;
    font-weight:400;
}
.zxm37 .b-bt{
    border-bottom: 1px solid #ddd;
}
.zxm38 a {
    overflow: hidden;
    margin: 2rem 0 0 2rem;
    display: block;
    float: left;
    height: 290px;
    width: 290px;
    transition: width 0.4s ease;
}
.zxm38 a.on{
    width:580px;
}
.zxm38 img{
    float:left;
    width:290px;
    height:290px;
    object-fit: cover;
    border-radius: 10px;
}
.zxm38 .main{
    float:left;
    width:290px;
    height:100%;
    background:#fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
}
.zxm38 .detail{
    margin: 2rem;
    border-bottom: 1px dashed #E1E1E1;
}
.zxm38 .info {
    overflow: hidden;
    line-height:3rem;
}
.zxm38 .info span {
    float: left;
    padding:0 1rem;
    height:3rem;
    background: linear-gradient(90deg,var(--c1),var(--c2));
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}
.zxm38 .info i {
    float: right;
    font-size: 1.4rem;
    font-weight: 400;
    color: #999999;
}
.zxm38 .row h3 {
    margin-top: 15px;
    color: #333;
    font-size: 1.6rem;
    font-weight:600;
}
.zxm38 .row p {
    line-height: 2.4rem;
    color: #888;
    font-size: 1.2rem;
    margin: 1.5rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.zxm38 .row em{
    display:block;
    text-align: right;
    color: var(--c1);
    padding: 0 2rem;
    font-size:1.4rem;
    box-sizing: border-box;
}
/* zmx 样式结束*/

/* page1 样式开始*/
.page1{
    margin:4rem 0;
    text-align:center;
}
.page1 .shang,
.page1 .xia{
    width:70px;
    height:35px;
    line-height:35px;
    border:none;
    border-radius:10rem;;
}
.page1 a{
    margin:0 0.8rem;
    padding:0 1rem;
    color: var(--c5);
    border: 1px solid #ececec;
    border-radius: 50%;
    height: 30px;
    line-height:30px;
}
.page1 a.on,
.page1 a:hover{
    color:#ffffff!important;
    background:var(--c1);
}
/* page1 样式结束*/


/* 首页 样式开始*/

.sw6_1-2 .zxm2{
    width:67%;
}

.sw6_1-4 .compose{
    width:30%;
    flex: 1;
    padding: 0 1.5rem;
}
.sw6_1-4 .compose .zxm20{
    width:100%;
}
.sw6_1-4 .compose .zxm21{
    width:100%;
}
.sw6_1-4 .compose .zxm22{
    width:100%;
}
/* 首页 样式结束 */


/* game_list 样式开始 */
.game_list1 .swiper{
    margin-left:0;
}
.game_list1 .list-slide a:hover{
    color:#ffffff!important;
}
/* game_list 样式结束 */

/* game_top 样式开始 */
.top-list .tab-list{
    border-right:1px solid #999999;
}
.game_top2 .list2 .zxm5{
    width:48%;
}
.game_top1 .top-list2 .zxm32{
    flex:1;
    margin:0 2rem;
}
.game_top1 .top-list2 .zxm13 li.on{
    border:1px solid var(--c1);
    border-radius:1rem;
}
.game_top1 .top-list2 .zxm13 li.on:before{
    content:"";
}
.game_top1 .top-list2 .zxm32 .pic{
    flex:3;
}
.game_top1 .top-list2 .zxm32 li:hover .hot2 i{
    color:var(--c1);
}
.game_top1 .top-list2 .zxm32 .hot2{
    flex:2;
    display:flex;
    justify-content:space-around;
    align-items:center;
    font-size:1.4rem;
    color:var(--c7);
}
.game_top1 .top-list2 .zxm32 .hot2 a{
    padding:0.5rem 2rem;
    border:1px solid var(--c7);
    border-radius:2rem;
}
.game_top1 .top-list2 .zxm32 .hot2 a:hover{
    border:1px solid var(--c1);
}
.game_top1 .top-list2 .zxm32 .hot2 .yxxq{
    color:var(--c1);
    border:1px solid var(--c1);
}
.game_top1 .top-list2 .zxm32 .hot2 .yxxq:hover{
    color:#fff;
    background:var(--c1);
}
.game_top1 .top-list2 .zxm32 .pic img{
    width:8rem;
    height:8rem;
}
.game_top1 .top-list2 .zxm32 h3{
    font-size:2rem;
}
.game_top1 .top-list2 .zxm32 .atr span{
    font-size:1.4rem;
}
.game_top1 .top-list2 .zxm32 .atr span:nth-child(3){
    font-size:1.2rem;
}

/* game_top 样式结束 */

/* info_article 样式开始 */
.info_article2 .content1{
    width:67%;
}
.content1{
    padding:1rem;
    text-align:center;
}
.content1 h1{
    margin-bottom:2rem;
    font-weight:600;
}
.content1 div span{
    color:var(--c7);
    font-size:1.6rem;
    margin:0 1rem;
}
.content1 .con{
    margin:2rem 0;
    font-size: 1.4rem;
    line-height: 200%;
    text-indent:2rem;
    text-align: left;
}
.content1 .con p{
    font-size:1.4rem;
    line-height:200%;
    text-indent:2rem;
    text-align: left;
}
.content1 .con img{
    display: block;
    margin: 0 auto;
}
.content1 .con-bottom p{
    padding:1rem 0;
    margin-top:5rem;
    line-height:200%;
    background:#f0f0f0;
}
.content1 .sxp{
    font-size:1.4rem;
    margin-top:2rem;
}
.content1 .sxp span{
    color:var(--c1);
}
.content1 .sxp a{
    color:var(--c5);
}
.mao{
    margin:2rem 0;
    padding:2rem 1.5rem;
    background:var(--c8);
}
.mao li{
    padding:0.5rem 2rem;
    text-align:left;
}
.mao li a{
    color:var(--c1);
}
/* info_article 样式结束 */

/* info_ask 样式开始 */
.askin1{
    width:67%;
}
.askin1 h1{
    padding-bottom:3rem;
    font-size:2rem;
    font-weight:600;
    color:var(--c6);
}
.askin1 h1 i{
    margin-right:0.5rem;
    color:var(--c1);
}
.askin1 .ask-time{
    margin:3rem 0;
}
.askin1 .ask-time img{
    margin-right:2rem;
    width: 28px;
    height: 28px;
    border-radius:50%;
}
.askin1 .atr i{
    margin-right:0.5rem;
    font-size:1.2rem;
}
.askin1 .atr a{
    margin:0 1.5rem;
    color:var(--c7);
    font-size:1.4rem;
}
.askin1 .ask-con p{
    font-size:1.4rem;
    line-height:200%;
}
.askin1 .ask-con li{
    border-bottom:1px solid #ebebeb;
}
.askin1 .ask-con .atr a{
    margin:0 1.5rem;
    font-size:1.4rem;
}
.info_ask2 .zxm3{
    width: 100%;
}
/* info_ask 样式结束 */

/* game_info 样式开始 */
.gamein-t .atl{
    width:14rem;
    text-align:center;
}
.gamein-t .atl img{
    width:100%;
}
.gamein-t .atl a{
    margin-top:1.5rem;
    padding:0.5rem 1rem;
    width:9rem;
    border:1px solid var(--c1);
    border-radius:1rem;
}
.gamein-t .atc{
    flex:1;
}
.gamein-t .atc h1{
    color:var(--c6);
    font-weight:600;
}
.gamein-t .atc .box{
    margin:2rem 0 1.5rem;
    font-size:1.4rem;
}
.gamein-t .atc .box span{
    margin-right:4rem;
    color:var(--c6);
}
.gamein-t .tag{
    margin:2rem 0 1.5rem;
}
.gamein-t .tag a{
    margin-right:0.5rem;
    padding:0 1rem;
    font-size:1.4rem;
}
.gamein-t .tag a:nth-child(4n-3){
    color: #ff8800;
    border: 1px solid #ff8800;
}
.gamein-t .tag a:nth-child(4n-3):hover{
    color:#fff;
    background: #ff8800;
}
.gamein-t .tag a:nth-child(4n-2){
    color: #33b833;
    border: 1px solid #33b833;
}
.gamein-t .tag a:nth-child(4n-2):hover{
    color:#fff;
    background: #33b833;
}
.gamein-t .tag a:nth-child(4n-1){
    color: #288be1;
    border: 1px solid #288be1;
}
.gamein-t .tag a:nth-child(4n-1):hover{
    color:#fff;
    background: #288be1;
}
.gamein-t .tag a:nth-child(4n){
    color: #e92b0c;
    border: 1px solid #e92b0c;
}
.gamein-t .tag a:nth-child(4n):hover{
    color:#fff;
    background: #e92b0c;
}
.gamein-t .atc p{
    font-size:1.4rem;
    color:var(--c7);
    line-height:200%;
}
.game_info2 .con{
    width:67%;
}
.game_info2 .con1 h3{
    margin-top: 3rem;
    font-size: 1.8rem;
}
.game_info2 .con1 p{
    font-size:1.4rem;
    line-height:200%;
}
.game_info2 .more{
    display:block;
    margin:1rem auto;
    font-size:1.4rem;
    color:var(--c1);
}
.game_info2 .more i{
    display:inline-block;
}
.game_info2 .zxm5,.game_info2 .zxm16{
    width:100%;
}
.game_info2 .con2 .img img{
    height:30rem;
}
/* game_info 样式结束 */

/* zhuanqu 样式开始 */
.zq{
    display:flex;
}
.zq .atl{
    width:38%;
}
.zq .atl .att{
    display:flex;
}
.zq .atl .att img{
    margin-right:2rem;
    width:12rem;
    height:12rem;
    object-fit: cover;
    border-radius: 1rem;
}
.zq .atl .att h1{
    font-size:2.2rem;
    font-weight:600;
}
.zq .att div{
    justify-content:space-around;
}
.zq .atl .atb{
    margin-top:1rem;
    font-size:1.4rem;
    line-height:180%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient:vertical;
}
.zq .atc{
    width:38%;
}
.zq .atr{
    width:20%;
}
.zq .atc a{
    width:100%;
}
.zq .atc img{
    width:100%;
    max-height:22rem
}
.zq .atr a{
    font-weight:600;
    color:var(--c6);
}
.zq .atr a:hover{
    color:var(--c1);
}
.zq .atr .pic{
    margin:1rem 0;
}
.zq .atr .pic div{
    justify-content:space-around;
}
.zq .atr div img{
    width:8rem;
    height:8rem;
    object-fit: cover;
    border-radius: 8px;
}
.zq .atr .pic span{
    font-size:1.2rem;
}
.zq .atr div>span{
    margin-top:1rem;
    font-size:1.4rem;
}
/* zhuanqu 样式结束 */

/* footer 样式开始*/
.footer1{
    color:var(--c7);
    font-size:1.4rem;
    background:var(--c9);
}
.footer1 .flex2{
    align-items:center;
    flex-wrap: nowrap;
}
.footer1 li{
    margin-bottom:1rem;
}
.footer1 li a{
    padding:0 2rem;
    font-size:1.4rem;
    color:var(--c7);
    border-right:1px solid var(--c7);
}
.footer1 .fxm{
    margin:0 3rem;
}
.footer1 .fxm i{
    font-size:1.8rem;
    font-weight:600;
    color:var(--c1);
}
.footer1 .atr img{
    display:block;
    margin-bottom:1rem;
    width:60%;
}
.footer1 .atc a{
    margin-right:1rem;
    color:var(--c7);
}
.footer1 .atc a:hover{
    color:var(--c1);
}
.footer2{
    color:var(--c7);
    font-size:1.4rem;
    background:var(--c9);
}
.footer2>.flex3{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.footer2 .footer_nav a{
    color:var(--c7);
}
.footer2 .footer_nav a:hover{
    color:var(--c1);
}
.footer2 .footer_nav i{
    margin:0 1rem;
}
.footer2 .footer_nav i:last-child{
    display:none;
}
.footer2 em{
    color:var(--c1);
    font-weight:600;
}

.link li a{
margin: 1rem
}
/* footer 样式结束*/