@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,span,i,ul,a,em,img,textarea,select{margin:0;padding:0;font-family:"OPPOSans-M","微软雅黑";}
*{padding:0; margin:0; list-style:none;font-family:"OPPOSans-M","微软雅黑";}
body,button,input,select,textarea {font-size:12px;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
label,input,select {vertical-align:middle;}
address,cite,em {font-style:normal;}
fieldset{cursor:pointer;}
img{border:none;}
ul,ol {list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
sub {vertical-align:text-bottom;}
sup {position:relative;top:-1px;left:2px;font:11px/normal tahoma;vertical-align:text-top;}
small {font-size:12px;}
legend {color:#333;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
*:focus { outline: none; }
a{cursor:pointer;}
input[type=submit],input[type=button]{cursor:pointer;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background:rbga(255,255,255,0) !important;}
      
/* default color */
a{text-decoration:none;blr:expression(this.onFocus=this.blur());}
ul,li{padding:0; margin:0;}
/*-------------------------------
  end: reset */

/*自定义字体*/
@font-face {
  font-family: 'OPPOSans-B';
  src: url('../font/OPPOSans-B.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'OPPOSans-M';
  src: url('../font/OPPOSans-M.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'OPPOSans-H';
  src: url('../font/OPPOSans-H.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'OPPOSans-R';
  src: url('../font/OPPOSans-R.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'OPPOSans-L';
  src: url('../font/OPPOSans-L.ttf');
  font-display: swap;
}

/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both; height:0;overflow:hidden;}

/*浮动*/
.fl{float:left;}
.fr{float:right;}
.container{width:1280px;margin:0 auto;}
i{display:inline-block;*display:inline;*zoom:1;background:url('../images/icon.png') no-repeat;font-style:normal;}
.imgBg{background-repeat:no-repeat;background-position:center top;background-size:cover;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.lineTwo{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.lineThree{overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.motion{transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.msg_pop_main{background:rgba(0,0,0,0.5);max-width:250px;position:fixed;left:50%;top:50%;z-index:10000;display:none;border-radius:3px;font-size:12px;}
.msg_pop_main p{padding:10px;line-height:24px;font-size:14px;color:#fff;}
.xs-hide{display: block !important;}
.xs-show{display: none !important;}
.opacity-h{position:absolute;left:0;top:0;font-size:0;z-index:-1;opacity:0;}

/*头部*/
.header{position: fixed;left: 0;top: 0;width: 100%;transition: all 0.3sease-in;-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);z-index: 101;background: hsla(0, 0%, 0%, .7);}
.header .main{display: flex;padding:0 5.2083vw;justify-content: space-between;align-items: center;}
.header .logo{display: block;width: 214px;padding: 24px 0 32px;}
.header .logo img{display: block;width: 100%;}

.header .right{display: flex;align-items: center;}
.header .nav{display: flex;}
.header li{margin-left: 3.125vw;}
.header li .link{display: block; font-size: 16px;color: #fff;position: relative;height:94px;line-height:94px;font-family:'OPPOSans-R';}
.header li.on .link,
.header li:hover .link{font-family:'OPPOSans-B';}

.header li .link::after{content: '';width: 0;height: 3px;background: #e51b2f;left: 50%;bottom: 16px;width: 0;transform: translateX(-50%);transition: .3s linear;position: absolute;border-radius: 2px;}
.header li.on .link::after,
.header li:hover .link::after{width: 100%;}
.header .search{cursor:pointer;width:22px;height: 22px;background:url(../images/search.png) no-repeat;background-size:cover;margin-left: 3.9583vw;}
.header .lan{display: flex;margin-left: 1.3021vw;align-items: center;}
.header .lan a{display: block;font-size: 15px;line-height: 20px;color: #fff;}
.header .lan span{display:block;margin: 0 10px;font-size:15px;line-height:20px;color:#fff;}
.header .lan a:hover{color: #e51b2f;}
.header .more{margin-left: 10px;width: 20px;}

.header .erify{display:none;position:fixed;left:0;top:94px;background:#fff;width: 100%;}
.header .erify .container{display:flex;align-items:center;padding:1.0417vw 0;justify-content: center;width: 93.9583vw;}
.header .erify .sub-link{display:flex;align-items:center;font-size:16px;line-height:3;color:#333;margin: 0 1.3021vw;}
.header .erify .sp-link{display:block;margin:0 0.5208vw;width:150px;text-align: center;height:120px;background:#F2F2F2;border-radius: 6px;box-sizing:border-box;padding-top:25px;}
.header .erify .sp-link img{display: block;width: 41px;margin:0 auto;}
.header .erify .sp-link p{font-size:16px;color:#333;line-height:26px;margin-top:10px;}
.header .erify .sp-tel{margin: 0.5208vw;height:120px;background:#F2F2F2;border-radius: 6px;box-sizing:border-box;padding:25px 25px 0;}
.header .erify .sp-tel p{font-size:16px;color:#333;line-height:26px;}
.header .erify .num{font-size: 34px;font-family:'OPPOSans-H';color:#333;line-height:45px;margin-top:3px;}
.header .erify .xcx{display:flex;align-items:center;height:120px;background:#F2F2F2;border-radius: 6px;padding: 0 16px;}
.header .erify .xcx img{display:block;width: 93px;margin-right:16px;}
.header .erify .xcx h5{font-size:24px;line-height:34px;color:#333;font-family:'OPPOSans-H';}
.header .erify .xcx p{font-size:16px;color:#333;line-height:26px;margin-top:5px;}
.opacity-h{position: absolute;left: 0;top: 0;font-size: 0;z-index: -1;opacity: 0;}
.sub-body .head-h{height: 75px;}
.m-header{display: none;}

/*底部*/
.footer{position: relative;z-index: 99;background: #000;padding: 5.8333vw 0 2.2396vw;}
.footer .container{width: 1260px;}
.footer .nav{display: flex;justify-content: space-between;}
.footer .nav:before,
.footer .nav:after{display: none !important;}
.footer .nav li a{display: block;font-size: 16px;color: #fff;line-height: 38px;font-family:'OPPOSans-L';}
.footer .nav li:hover a{color: #e51b2f;}
.footer .nav li.top a{font-size: 22px;color: #fff;line-height: 42px;margin-bottom: 12px;font-family:'OPPOSans-M';}
.footer .nav li.top-video a{margin-top: 4.1667vw;}
.footer .mid{display: flex;justify-content: space-between;align-items: flex-end;margin-top: 4.1667vw;}
.footer .tel p{font-size: 26px;line-height: 42px;color: #fff;}
.footer .tel .num{font-size: 34px;line-height: 50px;color: #fff;font-family: 'OPPOSans-B';}
.footer .links{display: flex;}
.footer .links a{display: block;width: 2.0833vw;height: 2.0833vw;background: #fff;border-radius: 50%;margin-left: 1.875vw;position: relative;}
.footer .links i{display: block;width: 100%;height: 2.0833vw;background: url(../images/wx_n_icon.png) no-repeat;background-size: cover;}
.footer .links .sp-icon{background-image: url(../images/sp_n_icon.png);}
.footer .links .wb-icon{background-image: url(../images/wb_n_icon.png);}
.footer .links .dy-icon{background-image: url(../images/dy_n_icon.png);}
.footer .links .rb-icon{background-image: url(../images/rb_n_icon.png);}
.footer .links .erify{position: absolute;bottom: calc(2.0833vw + 12px);left: 50%;transform: translateX(-50%);background: #fff;width: 8.3333vw;box-sizing: border-box;padding:0.5208vw;z-index: 20;display: none;border-radius: 0.4167vw;}
.footer .links .erify img{display: block;width: 100%;}
.footer .links .erify::after{content: '';position: absolute;left: 50%;bottom: -10px;width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #fff;margin-left: -10px;}
.footer .bot{display: flex;padding-top: 2.2396vw;border-top: 1px solid rgba(255, 255, 255, 0.3);align-items: center;justify-content: space-between;margin-top: 1.7708vw;}
.footer .copyright{font-size: 16px;line-height: 26px;color: #fff;font-family: 'OPPOSans-L';}
.footer .copyright a{color: #fff;font-family: 'OPPOSans-L';}
.footer .lan {display: flex;align-items: center;}
.footer .lan a{display: block; font-size: 16px;line-height: 26px;color: #fff;font-family: 'OPPOSans-L';}
.footer .lan .line{width: 2px;height: 16px;background: #9c9c9c;margin: 0 20px;}
.footer .copyright a:hover,
.footer .lan a:hover{color: #e51b2f;}

.friend-select {
    margin: 0 0 0 174px;
    width: 334px;
    height: 38px;
    background: #fff;
    border: 1px solid #cad3de;
    border-radius: 2px;
    position: relative;
    z-index: 10;
}

.friend-select p {
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    position: relative;
    cursor: pointer;
}

.friend-select p::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 16px;
    width: 10px;
    height: 5px;
    background: url('../images/arrowB.png') no-repeat;
}

.friend-select ul {
    position: absolute;
    left: -1px;
    bottom: 38px;
    border: 1px solid #cad3de;
    background: #fff;
    width: 100%;
    border-radius: 2px;
    z-index: 20;
    display: none;
    max-height: 180px;
    overflow-y: scroll;
}

.friend-select ul li a {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding: 0 10px;
}

.friend-select ul li:hover a {
    color: #005bac;
}

.footer-top .info {
    padding: 40px 0 30px;
    border-top: 1px solid #cad3de;
    border-bottom: 1px solid #cad3de;
    margin-top: 43px;
}

.info-left img {
    display: block;
    width: 250px;
}

.info-left .share {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}

.info-left .share p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    float: left;
}

.info-left .share .list {
    float: left;
    padding-left: 9px;
}

.info-left .share a, .info-left .share .rss {
    display: block;
    float: left;
    margin: 9px 0 0 26px;
    height: 18px;
    position: relative;
}

.info-left .share .sina {
    width: 21px;
    background: url('../images/sina.png') no-repeat;
}

.info-left .share .wechat {
    width: 20px;
    background: url('../images/wechat.png') no-repeat;
}

.info-left .rss {
    width: 16px;
    background: url('../images/rss.png') no-repeat;
    cursor: pointer;
}

.info-left .share .wechat .erify {
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 280px;
    padding: 20px;
    background: #fff;
    margin-left: -160px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    display: none;
}

.info-left .share .wechat .erify::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -10px;
}

.info-left .share .wechat .erify .item {
    width: 50%;
    float: left;
}

.info-left .share .wechat .erify .item img {
    display: block;
    width: 100%;
}

.info-left .share .wechat .erify .item p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-left: 10px;
}

.info-left .share .rss .erify {
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 160px;
    background: #fff;
    margin-left: -90px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    padding: 10px 10px 0;
    display: none;
}

.info-left .share .rss .erify::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    margin-left: -10px;
}

.info-left .share .rss .erify a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 10px 10px;
    background: url('../images/link_icon.png') no-repeat;
}

.info-left .share .rss .erify .toutiao {
    background-position: 0 -20px;
}

.info-left .share .rss .erify .baijia {
    background-position: 0 -40px;
}

.info-left .share .rss .erify .souhu {
    background-position: 0 -60px;
}

.info-left .share .rss .erify .yidian {
    background-position: 0 -80px;
}

.info-left .share .rss .erify .acfun {
    background-position: 0 -100px;
}

.info-left .share .rss .erify .bilibili {
    background-position: 0 -120px;
}

.info-ewm {
    float: right;
}

.info-ewm .item {
    float: left;
    margin-left: 8px;
    width: 78px;
    text-align: center;
}

.info-ewm .item img {
    display: block;
    width: 100%;
}

.info-ewm .item p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
}


.h-search{position: fixed;left: 0;top: 60px;background: #fff;width: 100%;height: calc(100% - 60px);z-index: 999;box-sizing: border-box;border-top: 1px solid #e7e7e7;display: none;}
.h-search .top{border-bottom: 1px solid #dcdcdc;height: 50px;padding: 24px 0;}
.h-search .top .text{display: block;box-sizing: border-box;height: 50px;border:none;background: url('../images/m_search.png') no-repeat left center;padding-left: 45px;width: 1095px;float: left;font-size: 16px;color: #333;}
.h-search .top .btn{display: block;width: 130px;height: 50px;border-radius: 4px;background: #005bac;font-size: 16px;color: #fff;float: left;border:none;}
.h-search .top .close{display: block;float: right;width: 30px;height: 30px;border-radius: 50%;background: url('../images/close_w.png') no-repeat center center #005bac;margin-top: 10px;}
.hot-search{padding-top: 30px;}
.hot-search .title{font-size: 22px;color: #333;line-height: 42px;margin-bottom: 10px;}
.hot-search li{float: left;font-size: 16px;color: #999;border-bottom: 1px solid #dcdcdc;width: calc(50% - 60px);margin:0 120px 30px 0;}
.hot-search li:nth-child(2n){margin-right: 0;}
.hot-search li a{display: block;font-size: 16px;line-height: 60px;color: #999;}
.hot-search li:hover a{color: #005bac;}

/*翻页*/
.page{display: flex;justify-content: center;}
.page a{display: flex;width: 38px;height: 38px;justify-content: center;align-items: center;font-size: 14px;color: #999;margin: 0 5px;border:1px solid #eee;border-radius: 4px;background: #fff;}
.page a.prev,
.page a.next{background-image: url('../images/page.png');background-repeat: no-repeat;font-size: 0;}
.page a.next{background-position: -38px 0;}
.page a.on,
.page a:hover{background-color: #005bac;border-color: #005bac;color: #fff;}
.page a.prev:hover{background-position: 0 -38px;}
.page a.next:hover{background-position: -38px -38px;}
.page .load-more{display: none;}

/*aside*/
.aside{position: fixed;right: 3.0208vw;bottom:15px;z-index: 100;}
.aside li{background: #FFF;border-radius: 4px;margin-bottom: 3px;transition: .3s linear;}
.aside li a{display: block;width: 60px;height: 60px;overflow: hidden;}
.aside li i{display: block;width: 38px;height: 30px;background: url('../images/aside_icon1.png') no-repeat;margin: 5px auto 0;}
.aside li .icon2{background-image:url(../images/aside_icon2.png);}
.aside li .icon3{background-image:url(../images/aside_icon3.png);}
.aside li .icon4{background-image:url(../images/aside_icon4.png);}
.aside li .icon5{background-image:url(../images/aside_icon5.png);}
.aside li .icon6{background-image:url(../images/aside_icon6.png);}
.aside li p{font-size: 10px;color: #000;line-height: 16px;text-align: center;}
.aside li:hover{background: #e51b2f;}
.aside li:hover .icon1{background-image: url(../images/aside_w_icon1.png);}
.aside li:hover .icon2{background-image: url(../images/aside_w_icon2.png);}
.aside li:hover .icon3{background-image: url(../images/aside_w_icon3.png);}
.aside li:hover .icon4{background-image: url(../images/aside_w_icon4.png);}
.aside li:hover .icon5{background-image: url(../images/aside_w_icon5.png);}
.aside li:hover .icon6{background-image: url(../images/aside_w_icon6.png);}
.aside li:hover p{color:#fff;}

@media screen and (max-width: 1366px){

	.header .nav li .erify a{margin-right: 30px;}
}

@media screen and (max-width: 1280px) {
    .header li{margin-left: 2.125vw;}
    .header li .link{font-size: 13px;height:70px;line-height:70px;}
    .header .logo{width: 160px;padding:20px 0;}
    .header .lan a{font-size:13px;}
    .header .erify{top: 70px;}
    .header .erify .sub-link{font-size: 13px;}
    .header .erify .sp-link p{font-size: 13px;}
    .header .erify .sp-tel p{font-size: 13px;}
    .header .erify .num{font-size: 20px;line-height: 28px;}
    .header .erify .xcx h5{font-size: 16px; line-height:24px;}
    .header .erify .xcx p{font-size: 13px;}
}

/*移动端*/
@media screen and (max-width: 750px) {
	/*
	.container{width: 92%;}
	.xs-hide{display: none !important;}
	.xs-show{display: block !important;}
	.header{display: none;}
	.m-header{display: block;width: 100%;height: .88rem;background: rgba(255,255,255,1);position: fixed;left: 0;top: 0;z-index: 100;}
	.m-header .logo{display: block;width: 2.48rem;margin-top: .17rem;}
	.m-header .logo img{display: block;width: 100%;}
	.header-h,
	.sub-body .header-h{height: .88rem;}
	.m-nav{width: .35rem;height: .25rem;background: url('../images/m_nav.png') no-repeat;background-size: 100%;margin-top: .32rem;}
	.m-search{width: .26rem;height: .26rem;background: url('../images/m_search.png') no-repeat;background-size: 100%;margin: .32rem .26rem 0 0;}
	.m-language{font-size: .25rem;color: #333;line-height: .88rem;background: url('../images/m_language.png') no-repeat right center;background-size: .65rem .3rem;padding-right: .75rem;margin-right: .3rem;}
	.m-main{position: fixed;left: 0;top: .88rem;width: 100%;height: calc(100% - .88rem);background: #0065bf;z-index: 100;display: none;}
	.m-main li .link{display: block;font-size: .3rem;line-height: 1.06rem;border-bottom: 1px solid rgba(255,255,255,0.3);color: #fff;position: relative;}
	.m-main li .erify{display: none;}
	.m-main li .erify a{display: block;font-size: .26rem;color: rgba(255,255,255,0.5);line-height: .68rem;border-bottom: 1px solid rgba(255,255,255,0.1);}
	.m-main li.top .link::after{content: '';width: .3rem;height: .3rem;background: url('../images/link_arrow.png') no-repeat;background-size: .3rem .6rem;position: absolute;right: 0;top: .38rem;}
	.m-main li.show .link::after{background-position: 0 -.3rem;}
	.m-search-main{position: absolute;left: 0;top: .88rem;background: rgba(0,17,34,0.8);padding: 20px 4%;width: 92%;display: none;}
	.m-search-main .main{width: 100%;height: 40px;line-height: 40px;background-color: #fff;box-shadow:0 0 10px 0px #55708f;border-radius: 3px;overflow: hidden;}
	.m-search-main .text{width: 85%;height: 40px;border:none;color: #333;background:none;text-indent: 20px;}
	.m-search-main .btn{width: 13%;height: 40px;background: url('../images/m_search.png') no-repeat center center;background-size: 20px;border:none;}
	.m-language-main{position:absolute; right: 1.37rem;top: .88rem;background: #fff;width: 1.2rem;display: none;}
	.m-language-main a{display:block;font-size: .26rem;color: #333;line-height: .8rem;text-align: center;}
	
	.footer-top{background: #e8e9eb;height: auto;padding-top: .1rem;}
	.footer-top .left{float: none;}
	.footer-top .left ul{float: none;width: 100%;margin-right: 0;}
	.footer-top .left ul li{display: none;position: relative;}
	.footer-top .left ul li a{font-size: .22rem;line-height: .52rem;}
	.footer-top .left ul li.top,
	.footer-top .left ul li.top-video{border-bottom: 1px solid #aeb6bf;display: block;}
	.footer-top .left ul li.top::after{content:'';position: absolute;right: 0;top: .22rem;width: .2rem;height: .2rem;background: url('../images/footer_add.png') no-repeat; background-size: .2rem .4rem;}
	.footer-top .left ul li.top a,
	.footer-top .left ul li.top-video a{color: #666;font-size: .26rem;line-height: .72rem;margin: 0 .1rem;}
	.footer-top .left ul li.top-video a{margin: 0 .1rem;}
	.footer-top .right{width: 100%;float: none;margin-top: .65rem;}
	.friend-select{margin: 0;width: 4.8rem;height: .57rem;}
	.friend-select p{font-size: .22rem;padding: 0 .15rem;line-height: .55rem;}
	.friend-select p::after{top: 50%;margin-top: -2px;}
	.friend-select ul{bottom: .57rem;}
	.footer-top .info{padding: .48rem 0 .35rem;margin-top: .4rem;}
	.info-left img{width: 3.43rem;}
	.info-left .share{margin-top: .4rem;}
	.info-left .share p{font-size: 12px;line-height: 22px;}
	.info-left .share .sina{background-size: 100%;margin:5px 0 0 .32rem;width: 13px;height: 12px;}
	.info-left .share .wechat{background-size: 100%;margin: 5px 0 0 .28rem;width: 13px;height: 12px;}
	.info-left .share .rss{background-size: 100%;margin: 5px 0 0 .28rem;width: 11px;height: 12px}
	.info-ewm .item{width: 1.08rem;}
	.info-ewm .item p{font-size: 10px;line-height: 20px;}
	.footer-bot{background: #e8e9eb;color: #666;line-height: .4rem;padding: .38rem 0 .4rem;height: auto;font-size: .2rem;}
	.footer-bot a{color: #666;}
	.footer-bot p.fr{margin-top: -.4rem;margin-right: .3rem;}
	.footer-bot br{display:block;}
	.h-search{display: none !important;}
	.page a{width:.4rem;height:.4rem;}
	
	.page .load-more{display: block;width: 4.25rem;height: .8rem;background: #fff;border:1px solid #e5e5e5;text-align: center;line-height: .78rem;font-size: .24rem;}
	.aside{display: none;}
	*/

	.container{width: 92%;}
	.xs-hide{display: none !important;}
	.xs-hidden{display: none !important;}
	.xs-show{display: block !important;}
	.header{display: none;}
	.m-header{display: block;position: fixed;left: 0;top: 0;width: 100%;height: 1rem;-webkit-backdrop-filter: saturate(180%) blur(20px);backdrop-filter: saturate(180%) blur(20px);z-index: 101;background: hsla(0, 0%, 0%, .7);}
	.m-header .container{display: flex;justify-content: space-between;align-items: center;height: 1rem;}
	.m-header .logo{width: 2.8rem;}
	.m-header .logo img{display: block;width: 100%;}
	.m-header .right{display: flex;align-items: center;}
	.m-header .nav{width: .48rem;height: .36rem;background: url(../images/m_nav.png) no-repeat;background-size: cover;margin-left: .3rem;}
	.m-header .lan{display: flex;align-items: center;}
	.m-header .lan a{display: block;font-size: .26rem;line-height: 2;color: #fff;}
	.m-header .lan span{display: block;font-size: .26rem;margin: 0 .2rem;color: #fff;opacity: .5;}
	.m-main{position: absolute;left: 0;top: 1rem;width: 100%;height: calc(100vh - 1rem); display: none;background: #fff;overflow-y: auto;}
	.m-header .m-main .m-layui{position: absolute;left:0;top:0;width:100%;height:100%;}
        .m-header .m-main .container{height: auto;padding: .6rem 0;display: block;position:relative;z-index:10;}
	.m-main .item .top{display: block; font-size: .3rem;line-height: 1.16rem;height: 1.16rem;padding: 0;color: #333;border-bottom: 1px solid #E6E6E6;position: relative;}
	.m-main .item .link{display: block;font-size: .3rem;line-height: 1.16rem;font-weight: bold;color: #333;border-bottom: 1px solid #E6E6E6;}
	.m-main .item .top::after{content: '';width: .36rem;height: .36rem;background: url('../images/arrow_br.png') no-repeat;position: absolute;
	right: .2rem;top: 50%;margin-top: -.18rem;background-size: cover;transition: all .5s ease-in-out;rotate(90deg);}
	.m-main .item .top-link::after{display: none !important;}	
	.m-main .item .list .sub-top{font-size: .28rem;line-height: 1.16rem;border-bottom: 1px solid #E6E6E6;position: relative;color: #666;}
	.m-main .item .list .sub-top::after{content: '';width: .18rem;height: .11rem;background: url('../images/arrow_bb.png') no-repeat;position: absolute;
		right: 0;top: 50%;margin-top: -.05rem;background-size: cover;transition: all .5s ease-in-out;transform: rotate(-90deg);}
	.m-main .item .list .erify{display: none;border-bottom: 1px solid #EAEAEA;padding: .3rem 0;}
	.m-main .item .active::after{transform: rotate(-90deg);}
	.m-main .item .list{display: none;width: 6.2rem;margin: 0 auto;}
	.m-main .item .list a{display: block;font-size: .28rem;color: #666;line-height: 1.12rem;border-bottom: 1px solid #EAEAEA;}
	.m-main .item .list .erify a{font-size: .26rem;line-height: .8rem;border-bottom: none;padding-left: .3rem;}

	.footer{padding: .6rem 0 1.83rem;}
	.footer .container{width: 92%;}
	.footer .nav{display: block;}
	.footer .nav li.top{position: relative;}
	.footer .nav li.top::after{content: '';width: .36rem;height: .36rem;position: absolute;right: 0;top: .22rem;background: url(../images/arrow_wr.png) no-repeat;background-size: cover; transform: rotate(90deg);transition: .3s linear;}
	.footer .nav li.top-active::after{transform: rotate(270deg);}
	.footer .nav li a{font-size: .26rem;line-height: .8rem;}
	.footer .nav li.top a{font-size: .3rem;margin-bottom: .2rem;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
	.footer .mid{display: block;margin-top: .6rem;}
	.footer .tel p{font-size: .3rem;line-height: .48rem;}
	.footer .tel .num{font-size: .48rem;line-height: .8rem;}
	.footer .links{margin-top: .5rem;}
	.footer .links a{width: .8rem;height: .8rem;margin-left: 0;margin-right: .3rem;}
	.footer .links i{height: .8rem;background-size: .56rem .56rem;background-position: center center;}
	.footer .links .erify{padding:.1rem;width:1.6rem;bottom: calc(.8rem + 12px);}
	.footer .bot{padding-top: .3rem;margin-top: .5rem;display: block;}
	.footer .copyright{font-size: .24rem;line-height: 1.75;}
	.footer .lan{display: none;}
	.aside{width:100%;right:0;bottom: 0;height:1.52rem;background:#fff;border-radius: .18rem .18rem 0 0;}
	.aside ul{display: flex;width: 5.4rem;margin:0 auto;justify-content: space-between;}
	.aside li{background:none;margin-bottom:0;}
	.aside li:nth-child(4),
	.aside li:nth-child(5),
	.aside li:nth-child(6){display: none;}
	.aside li a{width:auto;height:auto;}
	.aside li i{width:.52rem;height:.48rem;margin: .26rem auto 0;background-image:url(../images/aside_m_icon1.png);background-size: cover;}
	.aside li .icon2{background-image:url(../images/aside_m_icon2.png);}
	.aside li .icon3{background-image:url(../images/aside_m_icon3.png);}
	.aside li p{text-align: center;font-size:.22rem;line-height: .32rem;margin-top:.12rem;color:#696969;}
	.aside li:hover{background:#fff;}
	.aside li:hover .icon1{background-image:url(../images/aside_mh_icon1.png);}
	.aside li:hover .icon2{background-image:url(../images/aside_mh_icon2.png);}
	.aside li:hover .icon3{background-image:url(../images/aside_mh_icon3.png);}
	.aside li:hover p{color:#e51b2f;}
	.m-header .container:before,
	.m-header .container:after{display: none;}
	.sub-body .head-h{height: 1rem;}
}

