@font-face
{font-family: DIN;
src: url('DIN-Medium.otf')}

@font-face
{font-family: SourceHanSansCN;
src: url('SourceHanSansCN-Normal.otf')}

@font-face{ font-family: SourceHanSansCNHeavy; src: url('SourceHanSansCN-Heavy.otf')}


*{box-sizing:border-box;color:#242026;font-size: .16rem;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'SourceHanSansCN',"microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
a:active{background: none;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}  
.auto{margin:0 auto;max-width: 16rem;width: 90%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}	
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline:hover{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);} 
.img_full{width: 100%;height: auto;display: block;object-fit: cover;}
.img_fit{width: 100%;height: 100%;object-fit: contain;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */


.hidden{overflow: hidden;}
.scrolly{overflow-y:scroll;}
.scrolly::-webkit-scrollbar{width: 0;} 
.scrollybg{overflow-y:scroll!important;/* padding-right: 0.03rem; */}


@keyframes arrow {
	0% { transform: translateX(0); }
	50% { transform: translateX(100%); }
	50.1% { transform: translateX(-100%); }
	100% { transform: translateX(0); }
	/* 75% { transform: translateX(100%); }
	75.1% { transform: translateX(-100%); }
	100% { transform: translateX(0); } */
}


/* 公共 */
.head{height: 1.3rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;border-bottom:1px solid #efefef;}
.head .wrap{display: flex;align-items: center;justify-content: space-between;height: 100%;position: relative;}
.head .r{display: flex;align-items: center;}
.head .x{width: 1px;height: 0.26rem;background-color: #7f7f7f;margin:0 .29rem 0 .09rem;}

.hd-logo .img{height: 0.75rem;width: auto;}

.hd-nav{}
.hd-nav li{display: inline-block;vertical-align: middle;margin-left: 0.1rem;}
.hd-nav li>a{display: block;font-size: 0.2rem;color:#000000;line-height: 0.36rem;position: relative;padding:0 .25rem;border-radius:.28rem;}
/* .hd-nav li>a::after{content:'';position: absolute;left: 50%;bottom: 0;height: .02rem;background-color: #000;width: 0;transition: all .3s;} 
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width: 100%;left: 0;}*/
.hd-nav li.cur>a,.hd-nav li:hover>a{color:#fff;background-color: #ff5003;}


.hd-zx{font-size: 0.16rem;color:#000000;line-height: 0.28rem;padding:0 .14rem;border:1px solid #000;border-radius:.14rem;}
.hd-zx::before{content:'';width: 0.17rem;height: 0.17rem;background:url(../images/icon_01.png) no-repeat center;background-size:contain;display: inline-block;vertical-align: middle;margin-right: 0.06rem;}
.hd-zx:hover{border-color:#ff5003;color:#fff;background-color: #ff5003;}
.hd-zx:hover::before{background-image:url(../images/icon_01-1.png);}


.hd-sear{margin-left: 0.25rem;}
.hd-sear .icon{width: 0.26rem;height: 0.26rem;background:url(../images/icon_02.png) no-repeat center;background-size:.19rem;display: block;cursor: pointer;}

.hd-sear-pop{position: fixed;width: 120%;height: 100vh;left: -11%;top: 0;background-color: rgba(0,0,0,.8);z-index:100;display: none;}
.hd-sear-pop .box{position: absolute;left: 50%;top: 35%;display: flex;align-items: center;border-radius:.46rem;background-color: #fff;width: 90%;max-width: 9.9rem;transform: translate(-50%,0);overflow: hidden;}
.hd-sear-pop .box .ipt-txt{flex:1;overflow: hidden;font-size:.28rem;color:#000;padding:0 .4rem;}
.hd-sear-pop .box .submit{width: 0.9rem;height: 0.9rem;background:url(../images/icon_02.png) no-repeat center;background-size:.36rem;cursor: pointer;border:none;cursor: pointer;margin-right: 0.15rem;}
.hd-sear-pop .close{width: 0.5rem;height: 0.5rem;background:url(../images/icon_05.png) no-repeat center;background-size:.44rem;cursor: pointer;position: absolute;left: 50%;bottom: 1rem;transform: translateX(-50%);}


.hd-sign{font-size: 0;padding-left: 0.05rem;}
.hd-sign .lk{font-size: 0.16rem;color:#000;display: inline-block;vertical-align: middle;padding:0 .18rem;border-radius:.14rem;line-height: 0.3rem;margin-left: 0.1rem;}

.hd-sign .reg:hover{background-color: #ff5003;}




.foot{background-color: #000;border-top:.03rem solid #ff5003;}

.ft-t{padding:.75rem 0 .6rem;display: flex;align-items: flex-start;}
.ft-t .info{}
.ft-t .smlogo{height: 0.5rem;width: auto;}
.ft-t .txt{font-size: 0.16rem;color:rgba(255,255,255,.8);line-height: 0.4rem;margin-top: 0.25rem;}

.ft-t .menu{flex:1;overflow: hidden;padding:0 5% 0 14%;display: flex;justify-content: space-around;}
.ft-t .menu .col{}
.ft-t .menu .lk{font-size: 0.18rem;color:#fff;line-height: 0.5rem;display: block;}
.ft-t .menu .lk:hover{color:#ff5003;}

.ft-t .wxbox{display: flex;}
.ft-t .wxbox .grp{margin-left: 0.7rem;width: 1.33rem;}
.ft-t .wxbox .pic{width: 100%;display: block;}
.ft-t .wxbox .fz{font-size: 0.14rem;color:rgba(255,255,255,.8);margin-top: 0.14rem;text-align: center;}


.ft-b{font-size: 0.14rem;color:rgba(255,255,255,.3);padding:.4rem 0;border-top:1px solid rgba(255,255,255,.2);line-height: 1.2;}


/* index */
.idx-ban{position: relative;}
.idx-ban .item{position: relative;height: calc(100vh - 1.3rem);}
.idx-ban .item>.link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.idx-ban .box{position: absolute;width: 100%;left: 0;top:.55rem;z-index:10;opacity: 1;}
.idx-ban .topBoxAmion{position: absolute;width: 100%;left: 0;top:.75rem; z-index:10;opacity: 0;}
.idx-ban .social{position: relative; display: flex;align-items: center; z-index: 1;}
.idx-ban .social .icon{position: relative; margin-right: 0.2rem;}
.idx-ban .social .icon .code {position: absolute; top: 105%; left: 50%; width: 1rem; height: 1rem; background: #ffffff; transform: translateX(-50%); opacity: 0; z-index: -1; transition: all .3s; }
.idx-ban .social .icon:hover .code{opacity: 1;z-index: 0;}
.idx-ban .social .icon .code img {width: 100%;height: 100%; object-fit: contain;}
.idx-ban .social .ico{width: 0.46rem;height: 0.46rem;display: block;background-repeat:no-repeat;background-position:center;background-size:contain;}
.idx-ban .social .wx{background-image:url(../images/idx_12.png);}
.idx-ban .social .xhs{background-image:url(../images/idx_13.png);}
.idx-ban .social .dy{background-image:url(../images/idx_14.png);}

.idx-ban .info{margin-top: 0.8rem;}
.idx-ban .date{font-size: 0.3rem;color:#fff;margin-bottom: 0.08rem;}
.idx-ban .title{font-size: 0.5rem;color:#fff;line-height: 1.3;}
.idx-ban .title.bold {font-family: SourceHanSansCNHeavy;}

.idx-ban .more{font-size: 0.16rem;color:#000;display: flex;align-items: center;justify-content: center;width: 1.95rem;height: 0.45rem;margin-top: 0.56rem;background-color: #fff;}
.idx-ban .more::after{content:'';display: block;width: 0.2rem;height: 0.2rem;background:url(../images/idx_10-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;transition: all .3s;}
.idx-ban .more:hover{color:#fff;background-color: #ff5003;}
.idx-ban .more:hover::after{background-image:url(../images/idx_10.png);    transform: translateX(0.2rem);}



.idx-ban .slide1 .detail{padding:0 .8rem;}

.idx-ban .slide2{position: absolute;width: 100%;left: 0;bottom: 0.25rem;}
.idx-ban .slide2 .detail{padding:0 .2rem;}
.idx-ban .grp{ display: block; /* width: 3.5rem; */height: 1.55rem;position: relative;border:2px solid transparent;}
.idx-ban .grp .title{font-size: 0.15rem;color:#fff;line-height: 0.34rem;background-color: rgba(0,0,0,.5);position: absolute;width: 100%;left: 0;bottom: 0;padding:0 .15rem;text-align: center;z-index:2;}
.idx-ban .grp::after{content:'';position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.5);z-index:1;}

.idx-ban .swiper-slide-thumb-active .grp{border-color:#ff5003;}
.idx-ban .swiper-slide-thumb-active .grp::after{display: none;}
.idx-ban .swiper-slide-thumb-active .title{background-color: #ff5003;}

.idx-ban .bot{position: absolute;width: 100%;left: 0;bottom: 2.4rem;z-index:1;}
.idx-ban .bot .detail{display: flex;align-items: center;justify-content: space-between;}
.idx-ban .swiper-pagination{position: static;width: auto;margin: 0;}
.idx-ban .swiper-pagination-bullet{width: 0.06rem;height: 0.06rem;background-color: #fff;opacity: 1;margin:0 .1rem 0 0!important;}
.idx-ban .swiper-pagination-bullet-active{background-color: #ff5003;}
.idx-ban .swiper-button{width: 0.56rem;height: 0.56rem;position: static;margin:0 0 0 .25rem;background:url(../images/idx_03.png) no-repeat center;background-size:contain;}
.idx-ban .swiper-button-next{transform: rotate(180deg);}



.idx-sz{padding:.55rem .55rem .7rem;display: flex;justify-content: space-between;}
.idx-sz li{text-align: center;}
.idx-sz .num{font-size: 0.19rem;color:#000000;line-height: 1;font-weight: bold;display: flex;align-items:flex-start}
.idx-sz .num i{font-size: 0.88rem;line-height: 1.1;font-family: SourceHanSansCNHeavy;}
.idx-sz .num em{line-height: 1.1;margin-top: 0.08rem;margin-left: 0.05rem;}
.idx-sz .fz{font-size: 0.2rem;color:#000000;}



.idx-top{display: flex;margin-bottom: 0.9rem;}
.idx-top .lbox{width: 5.2rem;margin-right: 0.35rem;border:1px solid #141a10;text-align: center;padding:.65rem .25rem .5rem;}
.idx-top .lbox .tb{height: 0.88rem;width: auto;display: block;margin:0 auto;}
.idx-top .lbox .smtit{font-size: 0.3rem;margin-top: 0.15rem;line-height: 1.1;}
.idx-top .lbox .tit{font-size: 0.5rem;font-weight: bold;line-height: 1.2;font-family: SourceHanSansCNHeavy;}
.idx-top .lbox .txt{font-size: 0.2rem;color:#000000;line-height: 0.37rem;margin-top: 0.6rem;}
.idx-top .social{margin-top: 0.75rem;}
.idx-top .social .grp{position: relative; display: inline-block;vertical-align: middle;margin:0 .11rem;}
.idx-top .social .ico{width: 0.46rem;height: 0.46rem;display: block;background-repeat:no-repeat;background-position:center;background-size:contain;background-color: #000;}
.idx-top .social .grp .code { position: absolute;top: 100%;left: 50%;width: 1rem;height: 1rem;background: #ffffff;transform: translateX(-50%);opacity: 0;z-index: -1;transition: all .3s; margin-top: .1rem;}
.idx-top .social .grp .code img {width: 100%;height: 100%;}
.idx-top .social .grp:hover .code { opacity: 1; z-index: 1; }
.idx-top .social .wx{background-image:url(../images/idx_12.png);}
.idx-top .social .xhs{background-image:url(../images/idx_13.png);}
.idx-top .social .dy{background-image:url(../images/idx_14.png);}
.idx-top .social .ico:hover{background-color: #ff5003;}

.idx-top .slide{display: flex;justify-content: space-between;}
.idx-top .slide .imgSwiper{width: 48.6%;margin: 0}
.idx-top .slide .item{display: flex;justify-content: space-between; }
.idx-top .slide .imgbox{width: 100%;height: 4.25rem;}
.idx-top .slide .info{width: 48.6%;background-color: #000000;padding:.6rem .35rem .3rem;position: relative;}
.idx-top .slide .info .details{position: absolute;top:0.6rem; padding: 0rem .35rem  .3rem 0;opacity: 1;}
.idx-top .slide .info .detailsamion{position: absolute;top:1.8rem;opacity: 0;}
.idx-top .slide .info::before{content:'';position: absolute;width: 0.15rem;height: 0.29rem;background:url(../images/idx_16.png) no-repeat center;background-size:contain;top: 0.8rem;left: -0.15rem;}
.idx-top .slide .smtit{font-size: 0.2rem;color:#fff;}
.idx-top .slide .title{font-size: 0.3rem;color:#fff;-webkit-line-clamp: 1;}
.idx-top .slide .txt{font-size: 0.16rem;color:#fff;line-height: 0.31rem;-webkit-line-clamp: 3;height: 0.93rem;margin-top: 0.26rem;}
.idx-top .slide .more{font-size: 0.16rem;color:#fff;border:1px solid #fff;display: flex;align-items: center;justify-content: center;width: 1.95rem;height: 0.45rem;margin-top: 0.56rem;}
.idx-top .slide .more i{display: block;width: 0.2rem;height: 0.2rem;margin-left: 0.08rem;transition: all .5s;}
.idx-top .slide .more i::after{content:'';display: block;width: 100%;height: 100%;background:url(../images/idx_10.png) no-repeat center;background-size:contain;}
.idx-top .slide .more:hover{color:#000;background-color: #fff;}
.idx-top .slide .more:hover i{transform: translateX(.2rem);}
.idx-top .slide .more:hover i::after{background-image:url(../images/idx_10-1.png);}

.idx-top .slide .swiper-container:hover .swiper-button-next{opacity: 1;right:0.25rem;}
.idx-top .slide .swiper-container:hover .swiper-button-prev{opacity: 1;left: 0.25rem;}
.idx-top .slide .swiper-container:hover .swiper-button-disabled {
	opacity: 1 !important; pointer-events: auto;
}
.idx-top .slide .swiper-pagination{width: 100%;height: 0.5rem;bottom: 0!important;display: flex;align-items: center;justify-content: center;}
.idx-top .slide .swiper-pagination-bullet{margin:0 .06rem!important;width: 0.05rem;height: 0.05rem;background-color: #fff;opacity: 1;}
.idx-top .slide .swiper-pagination-bullet-active{background-color: #ff5003;}

.idx-top .slide .swiper-button{width: 0.48rem;height: 0.48rem;background-color:rgba(0,0,0,.5);background-size:.12rem;border-radius:50%;opacity: 1;}
.idx-top .slide .swiper-button-prev{left: 0.25rem;transition: all 1s;}
/* .idx-top .slide .show{} */
.idx-top .slide .hidePrev{opacity: 0 !important; left: 0.05rem;}

.idx-top .slide .swiper-button-next{right: 0.25rem;transition: all 1s;}
.idx-top .slide .swiper-container .hideNext{opacity: 0 !important; right: 0.05rem;}
/* .idx-top .slide  .swiper-button-disabled {
	opacity: 0 ; pointer-events: auto;
} */
.idx-top .slide .swiper-button:hover{background-color: #ff5003;}



.idx-top .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.idx-top .list .item{height: 1.95rem;width: 48.6%;margin-top: 2.8%;}
.idx-top .list .imgbox{display: block;height: 100%;}







.idx-tt{display: flex;align-items: flex-end;justify-content: space-between;margin-bottom: 0.5rem;}
.idx-tt .smb{}
.idx-tt .bt{font-size: 0.5rem;color:#242026;font-weight: bold;line-height: 1.2;font-family: SourceHanSansCNHeavy;}
.idx-tt .en{font-size: 0.25rem;color:#242026;opacity: .5;text-transform: uppercase;line-height: 0.3rem;}
.idx-tt .more{font-size: 0.2rem;color:#000;line-height: 0.3rem;}
.idx-tt .more:hover{color:#ff5003;}

.publist{}
.publist .title{font-size: 0.3rem;color:#242026;font-weight: bold;line-height: 0.41rem;-webkit-line-clamp: 2;height: 0.82rem;}
.publist .txt{font-size: 0.16rem;color:#242026;opacity: .8;line-height: 0.3rem;}
.publist .date{font-size: 0.24rem;color:#242026;line-height: 0.38rem;}
.publist .item:hover .title{color:#ff5003;}




.idx-xw{margin-bottom: 1rem;}
.idx-xw .list{display: flex;}
.idx-xw .list .item{flex:1;overflow: hidden;}
.idx-xw .list .date{}
.idx-xw .list .title{}
.idx-xw .list .x{margin:.3rem 0 0;background-color: #ff5003;height: 1px;width: 0;transition: all .3s;}
.idx-xw .list .txt{margin-top: 0.2rem;-webkit-line-clamp: 3;}
.idx-xw .list .imgbox{height: 2.25rem;margin-top: 0.4rem;}
.idx-xw .list .line{width: 1px;background-color: #e5e5e5;margin:0 4%;}
.idx-xw .list .item:hover .x{width: 100%;}
.idx-xw .list .line:last-child{display: none;}



.idx-ad{margin-bottom: 0.85rem;}
.idx-ad .img{width: 100%;display: block;}

.idx-s1{display: flex;justify-content: space-between;margin-bottom: 0.85rem;}

.idx-rw{width: 62%;}
.idx-rw .detail{display: flex;justify-content: space-between;}
.idx-rw .hotbox{width: 42.5%;}
.idx-rw .hotbox .imgbox{height: 2.55rem;display: flex;background-color: #000000;align-items: center;justify-content: center;}
.idx-rw .hotbox .title{margin-top: 0.4rem;}
.idx-rw .hotbox .txt{-webkit-line-clamp: 4;margin-top: 0.2rem;}
.idx-rw .hotbox .date{font-size: 0.2rem;display: flex;align-items: center;margin-top: 0.3rem;}
.idx-rw .hotbox .date::after{content:'';height: .01rem;background-color: #707070;flex:1;overflow: hidden;margin-left: 0.1rem;}

.idx-rw .rbox{width: 52.5%;}

.arc-list{}
.arc-list .item{padding:.26rem 0;border-bottom:1px solid #e5e5e5;}
.arc-list .tt{-webkit-line-clamp: 2;}
.arc-list .title{font-size: 0.26rem;color:#242026;font-weight: bold;line-height: 0.41rem;}
.arc-list .date{font-size: 0.24rem;color:#242026;float:right;}
.arc-list .txt{font-size: 0.16rem;color:#242026;line-height: 0.3rem;opacity: .8;-webkit-line-clamp: 2;margin-top: 0.16rem;}
.arc-list .item:first-child{padding-top: 0;}
.arc-list .item:last-child{border:0;padding-bottom: 0;}
.arc-list .item:hover .title{color:#ff5003;}


.idx-cl{width: 34%;}
.idx-cl .list{}
.idx-cl .list .item{margin-bottom: 0.4rem;display: block;}
.idx-cl .list .imgbox{height: 2.7rem;position: relative;}
.idx-cl .list .tit{font-size: 0.16rem;color:#fff;line-height: 0.4rem;text-align: center;position: absolute;width: 100%;left: 0;bottom: 0;background-color: rgba(0,0,0,.8);}
.idx-cl .list .item:last-child{margin-bottom: 0;}


.idx-softw{margin-bottom: 1.1rem;}
.idx-softw .list{margin-left: -4%;display: flex;flex-wrap: wrap;}
.idx-softw .list .item{width: 29.3%;margin:0 0 0 4%;}
.idx-softw .list .imgbox{height: 2.7rem;margin-bottom: 0.35rem;}
.idx-softw .list .title{}
.idx-softw .list .date{margin-top: 0.05rem;}
.idx-softw .list .txt{margin-top: 0.2rem;-webkit-line-clamp: 3;}
.idx-softw .list .more{margin-top: 0.4rem;display: flex;align-items: center;justify-content: center;width: 1.95rem;height: 0.45rem;font-size: 0.16rem;color:#000000;border:1px solid #000;}

.idx-softw .list .more::after{content:'';display: block;width: 0.2rem;height: 0.2rem;background:url(../images/idx_10-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;transition: all .5s; }
.idx-softw .list .more:hover{color:#fff;background-color: #ff5003;border-color:#ff5003;}
.idx-softw .list .more:hover::after{background-image:url(../images/idx_10.png);transform: translateX(.2rem);}

.idx-sy{margin-bottom: 1.55rem;}
.idx-sy .detail{display: flex;align-items: flex-start;}
.idx-sy .lbox{flex:1;overflow: hidden;}
.idx-sy .rbox{width: 5.2rem;margin-left: 0.85rem;}

.idx-sy .list{}
.idx-sy .list .item{display: flex;margin-bottom: 0.55rem;}
.idx-sy .list .imgbox{width: 4.8rem;height: 2.55rem;margin-right: 0.4rem;}
.idx-sy .list .info{flex:1;overflow: hidden;}
.idx-sy .list .title{}
.idx-sy .list .txt{-webkit-line-clamp: 3;margin-top: 0.45rem;}
.idx-sy .list .item:last-child{margin-bottom: 0;}

.idx-sy .arc-list .item{padding:.2rem 0;}
.idx-sy .arc-list .txt{margin-top: 0.14rem;}


/* 软件资讯二级页 */
.inner-ban{height: 3.5rem;}

.main{padding:.8rem 0 1.4rem;}


.xw-list{display: flex;flex-wrap: wrap;margin:-4% 0 0 -4%;}
.xw-list .item{width: 21%;margin:4% 0 0 4%;}
.xw-list .imgbox{height: 1.8rem;display: block;margin-bottom: 0.35rem;background-color: #000;}
.xw-list .date{font-size: 0.2rem;line-height: 1.1;margin-bottom: 0.1rem;}
.xw-list .title{font-size: 0.24rem;line-height: 0.35rem;-webkit-line-clamp: 2;height: 0.7rem;font-weight: bold;}
.xw-list .txt{font-size: 0.16rem;color:#242026;opacity: .8;line-height: 0.31rem;-webkit-line-clamp: 3;height: 0.93rem;margin-top: 0.35rem;}
.xw-list .line{width: 0;height: 1px;background-color: #ff5003;transition: all .3s;margin-top: 0.5rem;}
.xw-list .item:hover .title{color:#ff5003;}
.xw-list .item:hover .line{width: 100%;}

.pagelist{margin-top: 0.8rem;text-align: center;}
.pagelist a{display: inline-block;vertical-align: middle;margin:0 .03rem;font-size: 0.16rem;color:#000;min-width: .48rem;line-height: 0.4rem;height: 0.4rem;padding:0 .14rem;border:1px solid #000;}
.pagelist a.active,.pagelist a:hover{color:#fff;background-color: #000;}


/* 潮流二级页 */
.xw-menu{border-bottom:1px solid #cccccc;text-align: center;margin-bottom: 1.1rem;}
.xw-menu .lk{font-size: 0.32rem;color:#000000;display: inline-block;vertical-align: middle;line-height: 1.3rem;margin:0 .25rem;padding:0 .1rem;position: relative;}
.xw-menu .lk::after{content:'';height: 0.05rem;background-color: #ff5003;position: absolute;left: 50%;bottom: -.02rem;width: 0;transition: all .3s;}
.xw-menu .lk.cur,.xw-menu .lk:hover{color:#ff5003;font-weight: bold;}
.xw-menu .lk.cur::after,.xw-menu .lk:hover::after{width: 100%;left: 0;}


/* 行业新闻三级页 */
.xw-det{padding:.7rem 0 1.4rem;}
.xw-det .top{padding:0 0 .5rem;border-bottom:1px solid #cccccc;margin-bottom: 0.65rem;}
.xw-det .title{font-size: 0.36rem;color:#242026;font-weight: bold;line-height: 1.2;}
.xw-det .sm{display: flex;align-items: center;justify-content: space-between;margin-top: 0.23rem;}
.xw-det .wz{font-size: 0.18rem;color:#242026;}
.xw-det .wz span:not(:last-child){margin-right: 1rem;display: inline-block;vertical-align: middle;}
.pagenav{display: flex;}
.pagenav .lk{font-size: 0.16rem;color:#242026;width: 1.28rem;line-height: 0.36rem;border:1px solid #7f7f7f;border-radius:.19rem;margin-left: 0.35rem;display: flex;align-items: center;justify-content: center;}
.pagenav .prev::before,.pagenav .next::after{content:'';width: 0.1rem;height: 0.1rem;background:url(../images/icon_03.png) no-repeat center;background-size:contain;transition: all .5s;}
.pagenav .prev::before{margin-right: 0.12rem;}
.pagenav .next::after{transform: rotate(180deg);margin-left: 0.12rem;}
.pagenav .lk:hover{color:#fff;background-color: #ff5003;border-color:#ff5003;}
.pagenav .prev:hover::before,.pagenav .next:hover::after{background-image:url(../images/icon_03-1.png);}
.pagenav .prev:hover::before{transform: translateX(-.1rem);}
.pagenav .next:hover::after{transform: translateX(.1rem) rotate(180deg);}

.xw-det .edit{font-size: 0.18rem;color:rgba(36,32,38,.8);line-height: 1.9;}
.xw-det .slide{width: 6.05rem;margin-right: 0.45rem;float:left;}
.xw-det .slide .item{position: relative;height: 4.4rem;}
.xw-det .slide .playicon{width: 0.95rem;height: 0.95rem;background:url(../images/icon_04.png) no-repeat center;background-size:contain;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);cursor: pointer;}

.xw-det .slide .swiper-pagination{width: 100%;height: 0.5rem;background-color: rgba(0,0,0,.7);bottom: 0!important;display: flex;align-items: center;justify-content: center;}
.xw-det .slide .swiper-pagination-bullet{margin:0 .06rem!important;width: 0.05rem;height: 0.05rem;background-color: #fff;opacity: 1;}
.xw-det .slide .swiper-pagination-bullet-active{background-color: #ff5003;}

.xw-det .slide .swiper-button{width: 0.48rem;height: 0.48rem;background-color:rgba(0,0,0,.5);background-size:.12rem;border-radius:50%;opacity: 1;margin-top: -0.24rem;}
.xw-det .slide .swiper-button-prev{left: 0.35rem;}
.xw-det .slide .swiper-button-next{right: 0.35rem;}
.xw-det .slide .swiper-button:hover{background-color: #ff5003;}


.xw-det .list{margin-left: -3%;display: flex;flex-wrap: wrap;}
.xw-det .list .item{height: 3.38rem;width: 30.3%;margin:3% 0 0 3%;}
.xw-det .list .imgbox{height: 100%;}


.pop-sp{position: fixed;width: 100%;height: 100%;z-index:110;background-color: rgba(0,0,0,.8);left: 0;top: 0;display: none;}
.pop-sp .close{width: 0.44rem;height: 0.44rem;background:url(../images/icon_05.png) no-repeat center;background-size:contain;position: absolute;right: 0;top: -.55rem;}

.pop-sp .wrapbox{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pop-sp .videobox{width: 9.6rem;height: 5.4rem;position:relative;overflow: hidden;}
.pop-sp .video{width: 99.9%;height: 100%;object-fit: fill;background-color: #000;}

.pop-sp .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;overflow: hidden;}
.pop-sp .videobox .playicon{width: 1rem;height: 1rem;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:6;}
.pop-sp .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;max-width: initial;}
.pop-sp .videobox .mask{position:absolute;width: 101%;height: 101%;left: 0;top: 0;z-index:5;background-color:rgba(0,0,0,.7);}




/* 通用版三级页 */
.xw-det .edit .pic{width: 4.23rem;}

.kf-sec{position: fixed;right: 0.15rem;bottom: 30%;z-index:99;display: none;}
.kf-sec .item{margin-bottom: 0.08rem;position: relative;}
.kf-sec .icon{width: 0.48rem;height: 0.48rem;background-color: #a0a0a0;display: block;cursor: pointer;}
.kf-sec .ico{width: 100%;height: 100%;display: block;}
.kf-sec .drop{width: 1.3rem;background-color: #fff;position: absolute;left: -1.4rem;top: 0;display: none;}
.kf-sec .pic{width: 100%;display: block;}
.kf-sec .item:hover .icon{background-color: #ff5003;}
.kf-sec .item:hover .drop{display: block;}




.pc-show{display: block!important;}
.pad-show{display: none!important;}
.sj-show{display: none!important;}

@keyframes rightToLeft {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}

@keyframes leftToHide {
	0% {
		transform: translateX(0);
	}
	99% {
		transform: translateX(99%);
	}
	100% {
		transform: translateX(100%);
		display: none;
	}
}
@media (min-width:1025px) {
	
}
@media (min-width: 992px) {
	.hd-sign .reg,.hd-sign .lk:hover{color:#fff;background-color: #000;}
}


@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}
	
	
	.sj-menu{position:absolute;left: 4%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;display: block;margin-top: -0.2rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.32rem;}
	  

	.head .wrap{justify-content: center;position: relative;}
	.head .r2{position: absolute;right: 4%;top: 50%;height: 0.4rem;margin-top: -0.2rem;}
	.hd-zx,.head .x{display: none;}
	
	.hd-logo{}
	.hd-sign .lk{font-size: 0.18rem;padding: 0 0.25rem;line-height: 0.36rem;border-radius:.24rem;}
	
	.hd-sear .icon{background-size:contain;}
	
	.hd-nav .close{width: 0.5rem;height: 0.5rem;background:url(../images/icon_05.png) no-repeat center;background-size:.4rem;cursor: pointer;display: block;position: absolute;right: 0.3rem;top: 0.3rem;}
	
	.hd-nav{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: #000;z-index:101;padding:0 4%;display: none; }
	.hd-nav .list{height:calc(100% - .8rem);margin-top: .8rem;}
	.hd-nav li{display: block;border-bottom:1px solid rgba(255,255,255,.1);margin: 0;}
	.hd-nav li>a{color:#fff;font-size: 0.24rem;line-height: 1.1rem;}
	
	
	
	.ft-t .wxbox .grp{width: 1.2rem;}
	
	/* index */
	.idx-sz .num i{font-size: 0.7rem;}
	
	.idx-top .lbox{width: 35%;}
	.idx-top .lbox .tit{font-size: 0.38rem;}
	
	.publist .title{font-size: 0.28rem;}
	.publist .date{font-size: 0.22rem;}
	
	
	.idx-s1{display: block;}
	.idx-rw{width: 100%;margin-bottom: 0.6rem;}
	
	.idx-cl{width: 100%;}
	.idx-cl .list{display: flex;justify-content: space-between;}
	.idx-cl .list .item{width: 48.5%;}
	
	.idx-sy .detail{display: block;}
	.idx-sy .rbox{width: 100%;margin:.5rem auto 0;}
	
	
	/* 行业新闻三级页 */
	.xw-det .wz span:not(:last-child){margin-right: 0.5rem;}
	
}



@media screen and (min-width:768px) and (max-width:991px){
	.auto{width: 100%;padding:0 4%}
	html{font-size: 5.5rem!important;}
	
	.pc-show{display: none!important;}
	.pad-show{display: block!important;}
	
	
	.sj-menu{position:absolute;left: 4%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.36rem;display: block;margin-top: -0.2rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.32rem;}
	
	
	.head{height: 1.1rem;}
	.head .wrap{justify-content: center;position: relative;}
	.head .r2{position: absolute;right: 4%;top: 50%;height: 0.4rem;margin-top: -0.2rem;}
	.hd-zx,.head .x{display: none;}
	
	.hd-logo .img{height: 0.65rem;}
	
	.hd-sign{margin-left: 0.2rem;}
	.hd-sign .lk{font-size: 0;padding: 0;line-height: 1;border-radius:0;margin: 0;}
	.hd-sign .reg{display: none;}
	.hd-sign .login{width: 0.34rem;height: 0.34rem;background:url(../images/icon_06.png) no-repeat center;background-size:.28rem;}
	
	.hd-sear .icon{background-size:.28rem;width: 0.34rem;height: 0.34rem;}
	
	.hd-nav .close{width: 0.5rem;height: 0.5rem;background:url(../images/icon_05.png) no-repeat center;background-size:.4rem;cursor: pointer;display: block;position: absolute;right: 0.3rem;top: 0.3rem;}
	
	.hd-nav{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: #000;z-index:101;padding:0 4%;display: none;}
	.hd-nav .list{height:calc(100% - .8rem);margin-top: .8rem;overflow-y: scroll;}
	.hd-nav li{display: block;border-bottom:1px solid rgba(255,255,255,.1);margin: 0;}
	.hd-nav li>a{color:#fff;font-size: 0.24rem;line-height: 1.1rem;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#ff5003;background-color: transparent;}
	
	
	
	.ft-t .menu{padding:0 0 0 7%;}
	.ft-t .wxbox .grp{width: 1rem;margin-left: 0.4rem;}
	.ft-b{text-align: center;padding:.2rem 0;}
	
	
	/* index */
	.idx-ban .item{height: calc(100vh - 2rem);}
	.idx-ban .date{font-size: 0.26rem;}
	.idx-ban .title{font-size: 0.44rem;}
	.idx-ban .slide1 .detail{padding:0 .4rem;}
	.idx-ban .swiper-button{width: 0.44rem;height: 0.44rem;}
	
	.idx-ban .grp{height: 1rem;}
	.idx-ban .grp .title{display: none;}
	.idx-ban .bot{bottom: 1.7rem;}
	
	
	.idx-sz{padding:.55rem 0;}
	.idx-sz .num i{font-size: 0.6rem;}
	
	
	.idx-top{display: block;margin-bottom: 0.8rem;}
	.idx-top .lbox{width: 100%;margin:0 0 .5rem;padding:.5rem .25rem .5rem;}
	.idx-top .lbox .tit{font-size: 0.38rem;}
	
	.idx-top .slide .title{font-size: 0.26rem;}
	.idx-top .slide .more{width: 1.8rem;}
	
	
	.idx-tt{margin-bottom: 0.3rem;}
	.idx-tt .bt{font-size: 0.38rem;}
	.idx-tt .en{font-size: 0.2rem;}
	.idx-tt .more{font-size: 0.18rem;}
	
	
	
	.publist .title{font-size: 0.24rem;line-height: 0.32rem;height: 0.64rem;}
	.publist .txt{line-height: 0.26rem;}
	.publist .date{font-size: 0.2rem;}
	
	.arc-list .item{padding:.22rem 0;}
	.arc-list .title{font-size: 0.24rem;line-height: 0.32rem;}
	.arc-list .date{font-size: 0.2rem;}
	
	
	.idx-xw{margin-bottom: 0.8rem;}
	.idx-xw .list{flex-wrap: wrap;justify-content: space-between;margin-top: -8%;}
	.idx-xw .list .item{flex:initial;width: 46%;margin-top: 8%;}
	.idx-xw .list .line{display: none;}
	.idx-xw .list .x{display: none;}
	.idx-xw .list .imgbox{margin-top: 0.25rem;}
	
	.idx-ad{height: 1.2rem;margin-bottom: 0.8rem;}
	
	.idx-s1{display: block;margin-bottom: 0.8rem;}
	.idx-rw{width: 100%;margin-bottom: 0.6rem;}
	.idx-rw .hotbox .title{margin-top: 0.25rem;}
	.idx-rw .hotbox .date{margin-top: 0.25rem;}
	
	.idx-cl{width: 100%;}
	.idx-cl .list{display: flex;justify-content: space-between;}
	.idx-cl .list .item{width: 48.5%;margin-bottom: 0;}
	
	.idx-softw .list .more{width: 1.7rem;margin-top: 0.3rem;}
	
	
	.idx-sy{margin-bottom: 1rem;}
	.idx-sy .detail{display: block;}
	.idx-sy .rbox{width: 100%;margin:.5rem auto 0;}
	.idx-sy .list .item{margin-bottom: 0.4rem;}
	.idx-sy .list .imgbox{width: 3.8rem;height: 2.2rem;}
	.idx-sy .list .txt{margin-top: 0.35rem;}
	
	/* 软件资讯二级页 */
	.main{padding:.8rem 0;}
	
	.xw-list{margin:-6% 0 0;justify-content: space-between;}
	.xw-list .item{width: 47%;margin:6% 0 0;}
	.xw-list .line{display: none;}
	.xw-list .txt{margin-top: 0.25rem;}
	
	/* 潮流二级页 */
	.xw-menu{margin-bottom: 0.6rem;}
	.xw-menu .lk{font-size: 0.26rem;line-height: 1rem;}
	.xw-menu .lk::after{height: 0.03rem;bottom: -0.01rem;}
	
	
	
	
	/* 行业新闻三级页 */
	.xw-det{padding:.6rem 0 .8rem;}
	.xw-det .top{padding:0;margin-bottom: 0.35rem;border:0;}
	.xw-det .idx-tt{margin-bottom: 0.7rem;}
	.xw-det .title{font-size: 0.24rem;line-height: 1.4;margin-top: 0.05rem;}
	.xw-det .sm{flex-wrap: wrap;margin-top: 0.1rem;}
	.xw-det .wz{width: 100%;line-height: 1.5;margin-top: 0.2rem;padding:.2rem 0 0;border-top:1px solid #ccc;display: flex;justify-content: space-between;font-size: 0.18rem;}
	.xw-det .wz span{margin: 0!important;}
	
	.pagenav{margin-top: 0;justify-content: flex-end;}
	.pagenav .lk{margin-left: 0.15rem;width: 1rem;font-size: 0.16rem;line-height: 0.34rem;}
	.pagenav .prev::before, .pagenav .next::after{width: 0.1rem;height: 0.1rem;}
	.pagenav .prev::before{margin-right: 0.07rem;}
	.pagenav .next::after{margin-left: 0.07rem;}
	
	
	.xw-det .slide{float:none;width: 100%;margin-bottom: 0.3rem;}
	
	.xw-det .list .item{height: 2.6rem;}
	
	
	.pop-sp .videobox{width: 7rem;height: 4.4rem;}
	.pop-sp .videobox .playicon{width: 0.8rem;height: 0.8rem;}
	
	
	
	.kf-sec{display: none!important;}
	
	
}


@media screen and (min-width:320px) and (max-width:767px){
	.auto{width: 100%;padding:0 4%;}
	html{font-size: 5.8rem!important;}
	
	.pc-show{display: none!important;}
	.sj-show{display: block!important;}
	
	
	.sj-menu{position:absolute;left: 4%;top: 50%;width: .4rem;height: .4rem;background: url(../images/menu.png) no-repeat center;background-size:.3rem;display: block;z-index:100;margin-top: -0.2rem;z-index:100;}
	.sj-menu.close{background: url(../images/close.png) no-repeat center;background-size:.3rem;}
	
	
	.head{height: .6rem;}
	.head .wrap{justify-content: center;position: relative;}
	.head .r2{position: absolute;right: 4%;top: 50%;height: 0.4rem;margin-top: -0.2rem;}
	.hd-zx,.head .x{display: none;}
	
	.hd-logo .img{height: 0.45rem;}
	
	.hd-sign{margin-left: 0.2rem;padding: 0;}
	.hd-sign .lk{font-size: 0;padding: 0;line-height: 1;border-radius:0;margin: 0;}
	.hd-sign .reg{display: none;}
	.hd-sign .login{width: 0.34rem;height: 0.34rem;background:url(../images/icon_06.png) no-repeat center;background-size:.25rem;}
	
	.hd-sear .icon{background-size:.26rem;width: 0.34rem;height: 0.34rem;}
	.hd-sear-pop .box{border-radius:.32rem;}
	.hd-sear-pop .box .ipt-txt{font-size: 0.2rem;padding:0 .25rem;}
	.hd-sear-pop .box .submit{width: 0.65rem;height: 0.65rem;background-size:.3rem;margin-right: .05rem;}
	.hd-sear-pop .close{bottom: 0.6rem;}
	
	.hd-nav .close{width: 0.46rem;height: 0.46rem;background:url(../images/icon_05.png) no-repeat center;background-size:.34rem;cursor: pointer;display: block;position: absolute;right: 0.2rem;top: 0.2rem;}
	
	.hd-nav{position: fixed;width: 100%;height: 100vh;left: 0;top: 0;background-color: #000;z-index:101;padding:0 6%;/* display: none; */ transform: translate(100%,0);transition: all .3s;}
	.hd-nav.hide{animation: leftToHide .5s linear forwards; }
	.hd-nav .list{height:calc(100% - .6rem);margin-top: .6rem;overflow-y: scroll;animation: rightToLeft .5s linear;}
	.hd-nav li{display: block;border-bottom:1px solid rgba(255,255,255,.1);margin: 0;}
	.hd-nav li>a{color:#fff;font-size: 0.18rem;line-height: .85rem;}
	.hd-nav li.cur>a, .hd-nav li:hover>a{color:#ff5003;background-color: transparent;}
	
	
	
	.hd-nav.show{transform: translate(0,0);} 
	
	.foot{border:0;}
	.ft-t{display: block;padding:.55rem 0 .45rem;}
	.ft-t .txt{line-height: 2;opacity: .58;margin-top: 0.35rem;}
	.ft-t .menu{display: none;}

	.ft-t .wxbox{justify-content: flex-start;padding:0;margin-top: 0.5rem;}
	.ft-t .wxbox .grp{width: 1rem;margin:0 .5rem 0 0;}
	.ft-b{padding:.3rem 0;}
	
	
	/* index */
	.idx-ban .item{height: 5rem;}
	.idx-ban .social{}
	.idx-ban .social .icon{margin-right: .15rem;}
	.idx-ban .social .ico{width: 0.4rem;height: 0.4rem;}
	.idx-ban .info{margin-top: .3rem;}
	.idx-ban .date{font-size: 0.18rem;}
	.idx-ban .title{font-size: 0.28rem;}
	.idx-ban .more{width: 1.2rem;height: 0.42rem;margin-top: 0.35rem;}
	.idx-ban .more::after{width: 0.18rem;height: 0.18rem;}
	
	.idx-ban .slide1 .detail{padding:0 6%;}
	.idx-ban .swiper-button{width: 0.44rem;height: 0.44rem;}
	
	.idx-ban .slide2{bottom: .9rem;padding:.2rem 0;z-index:5;background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,1));}
	.idx-ban .slide2 .swiper-container{padding:0 1px;}
	.idx-ban .grp{height: .5rem;}
	.idx-ban .grp .title{display: none;}
	.idx-ban .bot{position: relative;bottom:0;background-color: #000;height: .9rem;padding-bottom: 0.15rem;/* z-index:10; */}
	.idx-ban .bot .flex{display: block;}
	.idx-ban .bot .detail{justify-content: center;height: .9rem;}
	.idx-ban .swiper-pagination{width: 1.6rem;text-align: center;font-size: 0.15rem;color:#919191;margin-bottom: .1rem;}
	.idx-ban .swiper-pagination .swiper-pagination-current{font-size: 0.21rem;color:#fff;}
	.idx-ban .swiper-button{position: absolute;width: 0.4rem;height: 0.4rem;bottom: 0.3rem;top:auto;border-radius:50%;margin: 0;}
	.idx-ban .swiper-button-prev{left: 1rem;}
	.idx-ban .swiper-button-next{right: 1rem;}
	
	
	
	
	.idx-sz{padding:.3rem 0;flex-wrap: wrap;border-bottom:1px solid #e5e5e5;width: 108%;margin-left: -4%;overflow: hidden;}
	.idx-sz li{width: 50%;padding:.3rem 0;text-align: center;}
	.idx-sz .num{justify-content: center;}
	.idx-sz .num i{font-size: 0.46rem;}
	.idx-sz .fz{font-size: 0.16rem;}
	
	.idx-top{display: block;margin-bottom: 0.6rem;}
	.idx-top .lbox{width: 100%;margin:0 0 .5rem;padding:.4rem .1rem;border:0;}
	.idx-top .lbox .tb{height: 0.7rem;}
	.idx-top .lbox .smtit{font-size: 0.2rem;}
	.idx-top .lbox .tit{font-size: 0.32rem;margin-top: 0.03rem;}
	.idx-top .lbox .txt{margin-top: 0.3rem;font-size: 0.16rem;line-height: 1.8;}
	.idx-top .social{margin-top: 0.48rem;}
	.idx-top .social .grp{margin:0 .08rem;}
	.idx-top .social .ico{width: 0.338rem;height: 0.38rem;}

	.idx-top .rbox{animation-name:unset;-webkit-animation-name:unset;}
	.idx-top .rbox .wow {animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }
	.idx-top .slide {flex-direction: column;display: block;}
	.idx-top .slide .imgSwiper{width: 100%;}
	.idx-top .slide .item{display: flex;justify-content: space-between;}
	.idx-top .slide .imgbox{width: 100%;height: 3.5rem;margin-bottom: 4%;}
	.idx-top .slide .info{width: 100%;;padding:.3rem .3rem .3rem;height: 3.2rem;}
	.idx-top .slide .info .details{position: absolute;top:0.3rem; padding: 0rem .35rem  .3rem 0;opacity: 1;}
	.idx-top .slide .info .detailsamion{position: absolute;top:1.8rem;opacity: 0;}
	.idx-top .slide .info::before{content:'';position: absolute;width: 0.2rem;height: 0.1rem;background:url(../images/idx_16-1.png) no-repeat center;background-size:contain;top: -0.1rem;left: 0.27rem;}
	.idx-top .slide .smtit{font-size: 0.16rem;opacity: .8;}
	.idx-top .slide .title{font-size: 0.22rem;}
	.idx-top .slide .more{width: 100%;margin-top: 0.4rem;}
	.idx-top .slide .more::after{width: 0.18rem;height: 0.18rem;}
	
	.idx-top .slide .swiper-pagination{width: 100%;top: 2.8rem;bottom:auto!important;height: 0.4rem;}
	.idx-top .slide .swiper-button{top: 1.5rem;margin: 0;width: 0.34rem;height: 0.34rem;background-size:.08rem;border:1px solid #fff;background-color: transparent;}
	.idx-top .slide .swiper-button-prev{left: 0.2rem;}
	.idx-top .slide .swiper-button-next{right: 0.2rem;}
	.idx-top .slide .swiper-button:hover{background-color: transparent;}
	
	.idx-top .list{display: block;}
	.idx-top .list .item{width: 100%;margin-bottom: 4%;height: 1.65rem;margin-top:0 !important;}
	.idx-top .list .item:last-child{margin-bottom: 0;}
	
	
	.idx-tt{margin-bottom: 0.35rem;}
	.idx-tt .bt{font-size: 0.26rem;}
	.idx-tt .en{font-size: 0.15rem;}
	.idx-tt .more{font-size: 0.16rem;}

	.idx-tt.s2 {margin-top: .45rem;margin-bottom: .2rem;padding: 0 4%;}
	
	.readmore{width: 100%;display: flex;align-items: center;justify-content: center;border:1px solid #000;font-size: 0.17rem;color:#000;margin:.45rem auto 0;line-height: 0.5rem;}
	.readmore::after{content:'';display: block;width: 0.18rem;height: 0.18rem;background:url(../images/idx_10-1.png) no-repeat center;background-size:contain;margin-left: 0.08rem;}
	
	
	.publist .title{font-size: 0.21rem;line-height: 0.3rem;height: auto;margin-top: 0!important;}
	.publist .txt{line-height: 0.26rem;margin-top: 0.25rem!important;}
	.publist .date{font-size: 0.17rem;line-height: 0.3rem;margin-top: 0.3rem!important;}
	
	.arc-list .item{padding:.22rem 0;}
	.arc-list .title{font-size: 0.24rem;line-height: 0.32rem;}
	.arc-list .date{font-size: 0.2rem;}
	
	
	
	
	.idx-xw{margin-bottom: 0.6rem;}
	.idx-xw .list{flex-wrap: wrap;margin-top: -.4rem;}
	.idx-xw .list .item{flex:initial;width: 100%;margin-top: .4rem;display: flex;flex-flow: column;}
	.idx-xw .list .item:first-child{border-bottom: 1px #ccc solid;padding-bottom: .4rem;}
	.idx-xw .list .title{order: 2;margin-top: 0;}
	.idx-xw .list .txt{order: 3;margin-top: 0.25rem;}
	.idx-xw .list .date{order: 2;margin-top: .3rem;}
	.idx-xw .list .line{display: none;}
	.idx-xw .list .x{display: none;}
	.idx-xw .list .imgbox{margin-top: 0;order: 1;}
	
	.idx-ad{height: 1.4rem;margin-bottom: 0.6rem;}
	
	.idx-s1{display: block;margin-bottom: 0.6rem;}
	.idx-rw{width: 100%;margin-bottom: 0.6rem;}
	.idx-rw .detail{display: block;}
	.idx-rw .hotbox{width: 100%;}
	.idx-rw .hotbox .item{display: flex;flex-flow: column;}
	.idx-rw .hotbox .imgbox{height: 2.3rem;width: 100%;order:1;}
	.idx-rw .hotbox .title{margin-top: 0;order:3;}
	.idx-rw .hotbox .date{margin-top: 0.3rem;font-size: 0.18rem;order:2;}
	.idx-rw .hotbox .date::after{display: none;}
	.idx-rw .hotbox .txt{-webkit-line-clamp: 3;order:4;margin-top: 0.25rem;}
	
	.idx-rw .rbox{display: none;}
	
	
	.idx-cl{width: 100%;}
	.idx-cl .list{display: block;}
	.idx-cl .list .item{width: 100%;margin-bottom: 0;padding:.4rem 0;border-bottom:1px solid #ccc;}
	.idx-cl .list .tit{display: none;}
	.idx-cl .list .imgbox{height: 2.3rem;margin-bottom: 0.2rem;}
	.idx-cl .list .txt{-webkit-line-clamp: 3;margin-top: 0.2rem;}
	.idx-cl .list .item:first-child{padding-top: 0;}
	.idx-cl .list .item:last-child{border:0;padding-bottom: 0;}
	
	
	
	.idx-softw{margin-bottom: 0.6rem;}
	.idx-softw .list{display: block;margin: 0;}
	.idx-softw .list .item{width: 100%;margin:0;padding:.4rem 0;border-top:1px solid #ccc;}
	.idx-softw .list .imgbox{height: 2.4rem;margin-bottom: 0;}
	.idx-softw .list .top{display: flex;flex-direction: column-reverse;}
	.idx-softw .list .txt{margin-top: 0.15rem;}
	.idx-softw .list .more{display: none;}
	.idx-softw .list .item:first-child{border:0;padding-top: 0;}
	.idx-softw .list .item:last-child{padding-bottom: 0;}
	
	
	.idx-sy{margin-bottom: .6rem;}
	.idx-sy .detail{display: block;}
	.idx-sy .rbox{display: none;}
	.idx-sy .list .item{margin-bottom: 0;display: block;padding:.4rem 0;border-bottom:1px solid #ccc;}
	.idx-sy .list .imgbox{width: 100%;height: 2.2rem;margin:0;}
	.idx-sy .list .title{margin-top: 0;}
	.idx-sy .list .txt{margin-top: 0.15rem;}
	.idx-sy .list .item:last-child{border:0;padding-bottom: 0;}
	.idx-sy .list .item:first-child{padding-top: 0;}
	
	.idx-xw .list .item:nth-of-type(n+4){display: none;}
	.idx-softw .list .item:nth-of-type(n+3){display: none;}
	
	/* 软件资讯二级页 */
	.inner-ban{height: 1.9rem;}
	
	
	.main{padding:.6rem 0;}
	.main.s2 {padding-top: .2rem;}
	
	.xw-list{margin:0;justify-content: space-between;}
	.xw-list .item{width: 100%;margin:0;padding:.4rem 0;border-bottom:1px solid #e5e5e5;}
	.xw-list .line{display: none;}
	.xw-list .imgbox{height: 2rem;margin-bottom: .2rem;}
	.xw-list .title{font-size: 0.21rem;line-height: 0.3rem;}
	.xw-list .date{font-size: 0.17rem;}
	.xw-list .txt{margin-top: 0.1rem;line-height: 0.26rem;height: auto;}
	.xw-list .item:first-child{padding-top: 0;}
	
	.pagelist{margin-top: 0.45rem;}
	.pagelist a{font-size: 0.15rem;}
	.pagelist .first,.pagelist .prev,.pagelist .next,.pagelist .last{display: none;}
	
	
	/* 潮流二级页 */
	/* .xw-menu{margin-bottom: 0.35rem;display: block;overflow-x: scroll;white-space: nowrap;text-align: center;}
	.xw-menu::-webkit-scrollbar{ display: none;} 
	.xw-menu .lk{font-size: 0.2rem;line-height: .7rem;margin:0 .1rem;padding: 0 .05rem;}
	.xw-menu .lk::after{height: 0.03rem;bottom: -0.01rem;} */
	.xw-menu{display: block;text-align: left;padding: .15rem 4% .2rem 4%;margin-bottom: 0.35rem;}
	.xw-menu .lk{font-size: 0.18rem;
        line-height: .36rem;
        margin: 0 .18rem .15rem 0;
        padding: 0 .2rem;
        border: 1px solid #333;
        border-radius: .2rem;}
	.xw-menu .lk.cur {background: #ff5003;border-color: #ff5003; color: #ffffff;font-weight: normal;}
	.xw-menu .lk::after{display: none;}
	
	/* 行业新闻三级页 */
	.xw-det{padding:.4rem 0 .6rem;}
	.xw-det .top{padding:0;margin-bottom: 0.35rem;border:0;}
	.xw-det .idx-tt{margin-bottom: 0.7rem;}
	.xw-det .title{font-size: 0.22rem;line-height: 1.4;margin-top: 0.05rem;}
	.xw-det .sm{flex-wrap: wrap;margin-top: 0.1rem;}
	.xw-det .wz{width: 100%;line-height: 1.5;margin-top: 0.2rem;padding:.2rem 0 0;border-top:1px solid #ccc;display: flex;justify-content: space-between;font-size: 0.16rem;}
	.xw-det .wz span{margin: 0!important;}
	
	.pagenav{margin-top: 0;justify-content: flex-end;}
	.pagenav .lk{margin-left: 0.15rem;width: .85rem;font-size: 0.15rem;line-height: 0.3rem;}
	.pagenav .prev::before, .pagenav .next::after{width: 0.08rem;height: 0.08rem;}
	.pagenav .prev::before{margin-right: 0.05rem;}
	.pagenav .next::after{margin-left: 0.05rem;}
	
	
	.xw-det .slide{float:none;width: 100%;margin-bottom: 0.3rem;}
	.xw-det .slide .item{height: 2.2rem;}
	.xw-det .slide .playicon{width: 0.7rem;height: 0.7rem;}
	.xw-det .slide .swiper-button{width: 0.38rem;height: 0.38rem;margin-top: -0.19rem;}
	.xw-det .slide .swiper-button:hover{background-color: rgba(0,0,0,.5);}
	.xw-det .slide .swiper-button-prev{left: 0.15rem;}
	.xw-det .slide .swiper-button-next{right: 0.15rem;}
	.xw-det .slide .swiper-pagination{height: 0.4rem;}
	
	.xw-det .list{margin: 0;}
	.xw-det .list .item{height: 2.1rem;width: 100%;margin:4% 0 0;}	
	.xw-det .edit{font-size: 0.17rem;line-height: 1.8;}
	
	.xw-det .edit .pic{width: 100%;margin:0 0 .25rem;}
	
	.pop-sp .wrapbox{width: 100%;}
	.pop-sp .videobox{width: 90%;height: 3rem;margin:0 auto;}
	.pop-sp .videobox .playicon{width: 0.6rem;height: 0.6rem;}
	.pop-sp .close{width: 0.34rem;height: 0.34rem;top: -0.45rem;right: 5%;}
	
	
	.kf-sec{display: none!important;}
	
	
	
}

@media (max-width: 767px) {
	.idx-cl, 
	.idx-sy .lbox {
		animation-name: unset;
        -webkit-animation-name: unset;
	}
	.idx-cl .idx-tt, 
	.idx-cl .item,
	.idx-sy .lbox .item {
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
	}
}

