@charset "utf-8";
/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button,video{ border:none; margin:0;outline:none; padding:0; appearance:none;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ 
	text-decoration:none; outline:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
body,button,input,select,textarea{ font: normal 12px/100% Helvetica, Arial, sans-serif;}
li{ list-style-type:none;}
body,html{ width:100%; height: 100%;background-color: #f8f8f8; -webkit-tap-highlight-color: transparent;}

@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}

/*头部*/
.top_bg{
	position: fixed; 
	z-index: 999;
	top: 0; 
	left: 0;
	width: 94%;
	background-color: #f5f5f5;
	padding:.1rem 3%;
}
.top_logo{
	
	
	margin-top: .06rem;
	background: url(../images/t_back.png) no-repeat center center;
	background-size: 50%;
	position: absolute;
	margin-top: .15rem;
    left: 0.17rem;
    top: 0px;
    display: block;
    height: 0.4rem;
    width: 0.4rem;
    text-align: left;	
}

.top_main em {
    display: block;
     font-style: normal;
    height: 0.50rem;
    line-height: 0.50rem;
    color: #333;
    font-size: 0.26rem;
    font-family: "思源黑体,微软雅黑";
    text-align: center;
    overflow: hidden;
}

.top_search{
	position: absolute;
	right: 0.1rem;
	top: 0;
}
.top_search span{
	display: block;
	width: .54rem;
	height: .54rem;
	margin-top: .08rem;
	background: url(../images/menu-button-bg.png) no-repeat center center;
	background-size: 70%;
}
.top_search>div{
	position: fixed;
	top: .60rem;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.top_search>div i{
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
}
.top_search .gg{
	position: absolute;
	z-index: 5;
	right: 0;
	width: 94%;
	padding:5% 3%;
	background-color: #fff;
	overflow: hidden;
}
.top_search .ss input{
	border:#ddd solid 1px;
	border-right:0;
	width: 78%;
	padding:0 2%;
	line-height: 260%;
	font-size:.26rem;
	float: left;
	border-radius: .07rem 0 0 .07rem;
}
.top_search .ss input:focus{
	border-color: #0083c3;
}
.top_search .ss button{
	font-size:.26rem;
	width: 17.5%;
	line-height: 260%;
	border:#0083c3 solid 1px;
	background-color: #0083c3;
	color: #fff;
	float: left;
	border-radius:0 .07rem .07rem 0;
}

/*清除浮动*/
.fix{*zoom:1;}
.fix:after{display:table; content:''; clear:both;}

.fc{ color: #0083c3; }
.bora_07{border-radius: .07rem;}

/*menubox菜单*/
.menubox{ 
	
	position: relative;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	
}
.menubox ul li{
	float: left;
	text-align: center;
	height: 0.80rem;
	line-height: 0.80rem;
}
.menubox ul li.mb_lf{background-color: #b05ef0; width: 54%;}
.menubox ul li.mb_rt{background-color: #0087ff; width: 46%;}
.menubox ul li i{
	display: block;
	margin:1% auto;
	width: 0.30rem;
	height: 0.30rem;
}
.menubox ul li i img{
	display: none;
	margin:0 auto;
	width: 0.38rem;
}
.menubox ul li i img:first-child{
	display: block;
}
.menubox ul li span{
	display: block;
	font-size: .28rem;
	color: #fff;
}
.menubox ul li.cur i img:first-child{
	display: none;
}
.menubox ul li.cur i img:last-child{
	display: block;
}
.menubox ul li.cur span{
	color: #afe4ff;
}

.top_search dl{
	position: fixed;
	right: 0;
	text-align: left!important;
	
	width: 36%;
	background:#fff;
	text-align: center;	
	margin-top: .03rem;
	
	overflow: hidden;
	z-index: 999;
	box-shadow: -1px 0 0px #e5e5e5, 0 -1px 0px #e5e5e5, 0 2px 25px #e5e5e5, 2px 0px 25px #e5e5e5;display:none;
}
.top_search dl dd{
	line-height: .87rem;
	
}
.top_search dl dd a.omm{ color: #f29124;}
.top_search dl a{padding-left: 20%;
	height:0.87rem;line-height:0.87rem;color:#333;font-size:.24rem;font-family:"思源黑体,微软雅黑";border-bottom:1px solid #e5e5e5;display:block;
}

.top_search dl a:active{
	color: #f29124;
}









/*contentbox*/
.contentbox{
	
	overflow: hidden;
	padding-top: 0.70rem;
}
.white_bg{
	background-color: #fff;
}
.padding_03{
	padding:0 3%;
}
.margin_t{
	
}
.padding_b{
	padding-bottom: 7%;
}

/*banner*/
.banner{
	width: 100%; 
}
.banner .swiper-slide img{
	display: block;
	width: 100%;
}
.banner .banner-p span{
	width: 10px;
	height: 10px;
	border:#fff solid 1px;
	border-radius: 50%;
	opacity: 1;
	background: none;
}
.contentbox .banner .banner-p span.swiper-pagination-bullet-active{
	background-color: #fff;
}

.nav_iconbox{ overflow: hidden; background-color: #fff; padding:.25rem 0 .2rem;}
.nav_iconbox ul li{ text-align: center;}
.nav_iconbox ul li a img{ display: block; margin:0 auto; height: .64rem;}
.nav_iconbox ul li a span{ display: block; white-space: nowrap; overflow: hidden; color: #333; line-height: 200%; font-size: .24rem; margin-top: 0.1rem;}
.nav_iconboxs{ overflow: hidden;  padding:.2rem ;  background: #fff; padding-top: 0;}
.nav_iconboxs ul li{ text-align: center; width: 49%!important; border-radius: .06rem; margin-right: 0.1rem; position: relative; margin-bottom: 2%; }
.nav_iconboxs ul li a img{ display: block; margin:0 auto; width: 100%; border-radius: .06rem;}
.nav_iconboxs ul li a span{ display: block; overflow: hidden; color: #fff; line-height: 200%;  font-size: .30rem; font-weight: bold;}
.nav_iconboxs ul li span{ width: 50%;
  margin: auto;
  position: absolute;
  top: 50%; left: 50%;
  -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);

}
.nav_iconboxs ul li:nth-child(3){ margin-right: 0;}
.nav_iconboxs ul li:nth-child(4){ margin-right: 0;}


/*公司简介*/
.sy_title{
	text-align: center;
	padding:7% 0;
}
.sy_title span{
	display: inline-block;
	vertical-align: middle;
	position: relative; 
	padding: 0 0.18rem;
	border-left: 0.08rem solid #0387fd;
	border-right: 0.08rem solid #0387fd;
}
.sy_title span::before{ content: " "; position: absolute; left: -100%; top:50%; width: 100%;  height: 1px; background: #0387fd;}
.sy_title span::after{ content: " "; position: absolute; right: -100%; top:50%; width: 100%;  height: 1px; background: #0387fd;}
.sy_titlesx span::before{ content: " "; position: absolute; left: -43%; top:50%; width: 43%;  height: 1px; background: #0387fd;}
.sy_titlesx span::after{ content: " "; position: absolute; right: -43%; top:50%; width: 43%;  height: 1px; background: #0387fd;}


.sy_title h2{
	line-height: 100%;
	font-size:.38rem;
	color: #333;
	margin:0 -2px;
}
.sy_title img{
	width: .62rem;
	margin-top: -.03rem;
}
.sy_about_box .txt{
	font-size:.26rem;
	color: #666;
	line-height: 200%;
	text-indent: 2em;
}
.sy_about_box video{ display: block; width: 100%; background-color: #000; margin-bottom: 3%;
	width: 100%; height: 100%; object-fit: fill;
}
.sy_about_box .txt img{
	display: block;
	width: 100%;
	margin-bottom: 3%;
}
.sy_about_box .txt a{
	color: #0083c3;
}


.my_page01{ white-space: nowrap;  text-align: center;}
.my_page01 .swiper-pagination-bullet{ width: auto;height: auto;border-radius: 0; background: none;     border-bottom: #e5e5e5 solid 2px;
	font-size: .30rem; opacity: 1; margin:0!important;overflow: hidden; line-height: 110%; width:25%;  background: #f4f4f6;
	vertical-align: bottom;
	color: #000000;
    text-align: center;
    height: calc(.64rem - 1px);
    line-height: .64rem;
    font-size: .18rem;
    border-right: 1px solid #e5e5e5;
}
.swiper-pagination-bullets{

   
    padding: .20rem 0px!important;
    line-height: .48rem!important;
    border-bottom: 1px solid #e5e5e5!important;}
.contentbox .movies_box01 .my_page01 .swiper-pagination-bullet{ border-bottom:none!important;    margin: 0 0.11rem!important; width: auto!important; display:inline-block;padding:0px .25rem;height:.48rem;line-height:.48rem;color:#555;font-size:.24rem;background:#eeeeee;border-radius:0.24rem;-moz-border-radius:0.24rem;-webkit-boredr-radius:0.24rem; }
.my_page01 .swiper-pagination-bullet-active{ background: #f29124!important; color: #fff!important;}
.hy_yc_pmt dl dd{display:inline-block;margin-right:0.22rem;position:relative;height:.48rem;line-height:.48rem;}



.sy_pic_box .pic{ float: left; width: 29.3%; border:#fff solid 2px;  background-color: #fff; margin: 0 2%;
	-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin-bottom: 3%; position: relative;}

.sy_pic_box .pic img{display: block; width:100%; }
.sy_pic_box .pic span{display: block; text-align: center; color:#333; font-size:.24rem;  font-weight: bold;line-height: .5rem;  margin-top: 0.1rem;}
.sy_pic_box .pic em{ font-size: 0.16rem; color: #888888; font-style: normal; line-height: 0.24rem; display: block; text-align: center;height: 0.48rem;overflow: hidden;}
.movies_box01 .sy_pic_box .pic img{display: block; width:100%; border-radius: 50%;border:#fff solid 2px;-webkit-box-shadow: rgba(0,0,0,.25) 0 0 10px; box-shadow: rgba(0,0,0,.25) 0 0 10px;}
.movies_box01 .sy_pic_box .pic span b{ color:#69bae2; font-size:.2rem;font-weight: normal; }
.sy_pic_box .pic i{position: absolute; top: -0.05rem; z-index: 10; right: -0rem;  display: block; width: .49rem; height: .49rem; background: url(../images/new_icon.png) no-repeat;background-size: 100%; }

.more_btn{
	text-align: center;
	padding:3% 0 4%;
}
.more_btn a{
	display: inline-block;
	width: 42%;
	border: 1px solid #e0e0e0;
	color: #555555;
	font-size:.24rem;
	border-radius: 0.06rem;
	line-height:.58rem;
}

/*会议亮点*/
.hy_list ul li{  border-bottom: 1px solid #e7e7e7; position: relative; font-size: 0.20rem; color: #000; padding: 0.2rem 0; line-height: 0.32rem; padding-left: 0.3rem;}
.hy_list ul li::before{ content: " "; position: absolute; left: 0%; top:38%;width: 0.15rem; height: 0.15rem; background: #0087ff;border-radius: 50%; }
.hy_ld{ text-align: center;  margin-top: 0.1rem; }
.hy_ld img{ width: 100%; }
.hy_lds{text-align: center;  padding-bottom: 0.3rem;}
.hy_lds img{ width: 100%;  }
.sy_title01{ border-bottom: #0083c3 solid 2px; padding:6% 0 2%; margin-bottom: 3%; overflow: hidden; }
.sy_title01 img{ width: .52rem; vertical-align: middle; margin-top: -.03rem; }
.sy_title01 h2{display: inline-block; font-size:.32rem;vertical-align: middle;}
.sy_title01 a{ float: right; color:#999; font-size:.22rem; border-left: #0083c3 solid 3px; 
	padding-left:4px; line-height: 100%; padding-top: .8%;
}
.slidebox01 a.pic { float: none; display: block; width: 100%; margin-bottom: 6%; }
.slidebox01 .pic{ margin-bottom: 0; }

/*无缝轮播平滑过渡*/
.slidebox01 .swiper-wrapper{ transition-timing-function: linear;}
.sy_qysy_box{ padding-bottom: 3%; }




.news_slide{
	padding-bottom: .4rem;
}
.news_slide .swiper-slide {position: relative; overflow: hidden; }
.news_slide .swiper-slide p{position: absolute; bottom: 0; width: 96%; padding:2%;
	font-size:.28rem; color: #fff; line-height:130%; 
	background: -webkit-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.5)); /* 标准的语法 */
}
.news_slide .swiper-slide img{
	display: block;
	width: 100%;
}
.sy_news_box .news_slide .news_slide-p{ bottom: 0; }
.news_slide .news_slide-p span{
	width: 7px;
	height: 7px;
	background: #d2d2d2;
	border-radius: 50%;
	opacity: 1;
}
.sy_news_box .news_slide .news_slide-p span.swiper-pagination-bullet-active{
	background-color: #0387fd;
}
.sy_news_boxs{ padding-bottom: 0.2rem;}
.sy_news_box .list ul{
	
}
.sy_news_box .list ul li{
	padding:3% 0;
	margin-top: 0;
	border-bottom: #ddd solid 1px;
}
.sy_news_box .list ul li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.sy_news_box .list ul li img{
	float: left;
	width: 2.1rem;
	height: 1.4rem;
	margin-right: 2%;
	border-radius: 0.06rem;
}
.sy_news_box .list ul li h2{
	font-size:.24rem;
	color: #000000;
	line-height: 150%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sy_news_box .list ul li span{
	position: absolute;
	bottom:0px;
	font-size:.18rem;
	color: #666;
	line-height: 120%;

}

.sy_news_box .more_btn{ padding-top: 7%; }


/*侧边栏*/
.side_bar{
	position: fixed;
	z-index: 99;
	right: 6px;
	bottom:20%;
	display: none;
	background-color: #0087ff;
	border-radius: .07rem;
}
.side_bar .btn_top{
	display: block;
	width: .72rem;
	height: .72rem;
	background: url(../images/back_top.png) no-repeat center center;
	background-size: 50%;
}

/*底部*/
.footbox_lf{ width: 46%; border-right: 1px solid #dcdcdc; float: left; }
.footbox_lf span { margin-right: 13%; text-align: center; display: block;margin-top: 2%;}
.footbox_lf span img{ width: 1.6rem; height: 1.6rem; }
.footbox_lf em{ text-align: center; display: block; margin-top: 0.15rem; padding-bottom: 0.3rem; font-size: 0.2rem; color: #333;margin-right: 13%; font-family: "微软雅黑"; font-style: normal; line-height: 0.28rem;}
.footboxs{ padding-bottom: 2%; background: #f5f5f5;}
.footbox{ overflow: hidden;}
.footbox_rt{width: 53%;float: right;}
.footbox .txt{
	
	color: #666;
	font-size: .22rem;
	padding-left: 13%;
	line-height: 200%;
	text-indent: 0;
}
.footbox .txt a{
	color: #666;
}
.footbox .txt a:hover{
	color: #0083c3;
}
.sy_title1{
	text-align: center;
	padding:7% 0;
}
.sy_title1 span{
	display: inline-block;
	vertical-align: middle;
	position: relative; 
	padding: 0 0.4rem;
	color: #888888;
	 font-size: 0.3rem;
	
}
.sy_title1 span::before{ content: " "; position: absolute; left: -100%; top:50%; width: 100%;  height: 1px; background: #e5e5e5;}
.sy_title1 span::after{ content: " "; position: absolute; right: -100%; top:50%; width: 100%;  height: 1px; background: #e5e5e5;}

/* 详情 */
.tq_hy_list{ overflow: hidden;position: relative;}
.tq_hy_list_lf{float: left;border-radius: 0.06rem;  width: 2.6rem;position: absolute; left: 0; top: 0;}
.tq_hy_list_lf img{ width: 2.6rem; }
.tq_hy_list_rt{ margin-left: 2.8rem;}
.tq_hy_list_rt span{ font-size: 0.26rem; color: #333333; font-weight: bold; line-height: 125%; display: inline-block; margin-bottom: 0.1rem;}
.tq_hy_list_rt em{ display: block; font-style: normal; font-size: 0.18rem; color: #999;line-height: 100%;margin-bottom: 0.1rem;}
.tq_hy_list_rt em i{ font-weight: bold; color: #333333;font-style: normal; font-size: 0.22rem;}
.tq_hy_list_btn{ line-height: 0.52rem; margin-top: 0.1rem;}
.tq_hy_list_btn a{ display: inline-block; padding-left: 0.6rem; padding-right: 0.4rem;  background: #ff6600 url(../images/lives.png) 0.26rem center no-repeat; background-size: 0.29rem 0.29rem; line-height: 0.52rem; color: #ffffff; font-size: 0.24rem;border-radius: 0.06rem;}
.tq_hy_list_btn b{ font-weight: normal; color: #ff6600; font-size: 0.18rem; float: right;}

.mng_mnav{height:.84rem;border-bottom:.01rem solid #e5e5e5;background:#ffffff;padding:0px .2rem;}
.mng_mnav ul{width:100%;height:.84rem;text-align: center;}
.mng_mnav ul li{width:25%;text-align:center; display: inline-block;}
.mng_mnav ul li a{display:inline-block;color:#888;font-size:0.28rem;height:.80rem;line-height:.81rem;border-bottom:.03rem solid #fff;}
.mng_mnav ul li.omm a{color:#333333;font-weight:bold;border-bottom:.03rem solid #f29124;}


.hy_yc_pm{box-sizing:border-box;z-index:1;opacity:1;-webkit-transition:.3s all;transition:.3s all;overflow:hidden;height:1rem;padding:.20rem 0px;line-height:.48rem;border-bottom:1px solid #e5e5e5;}
.hy_yc_pmt{overflow:hidden;overflow-x:scroll;width:100%;-webkit-overflow-scrolling:touch;height:1rem;}
.hy_yc_pmt dl{white-space:nowrap;margin:0px .2rem;}
.hy_yc_pmt dl dd{display:inline-block;margin-right:0.22rem;position:relative;height:.48rem;line-height:.48rem;}
.hy_yc_pmt dl dd a{display:inline-block;padding:0px .25rem;height:.48rem;line-height:.48rem;color:#555;font-size:.24rem;background:#eeeeee;border-radius:0.24rem;-moz-border-radius:0.24rem;-webkit-boredr-radius:0.24rem;}
.hy_yc_pmt dl dd.omm a{background:#2991fd;color:#fff;}

.yet_bm{position: absolute; right:0rem; top: -0.085rem;  height: 0.48rem;display:block;width:1.7rem;background:#fff;padding-left:.2rem;}
.yet_bm img{width:1.7rem !important;height:0.48rem;border-radius:0px !important;}
.ys_bm_l{position: absolute; right: 0; top: -0.1rem;  height: 0.4rem;display:block;width:1.48rem;}
.nmh_lr{height:.02rem;background:url(../images/lunb_lk.png) left center repeat-x;padding:0.14rem 0px;position:relative;}
.nmh_lr strong{position:absolute;left:-0.45rem;top:0px;background:#fff;padding-right:0.2rem;padding-left:.4rem;}

.dk_title{ padding: 0.4rem 0 0.3rem 0;}
.dk_title span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
   line-height: 100%;
   font-weight: bold;
   color: #212629;
   font-size: 0.36rem;
}

.tq_hy_lis_trt_kn{height:6rem;overflow:hidden;}

.tq_hy_list{overflow:hidden;background:#fff;padding:.3rem .2rem;}
.tq_hy_list ul li{border:1px solid #eeeeee;border-radius:0.08rem;-moz-border-radius:0.08rem;-webkit-boredr-radius:0.08rem;margin-bottom:.29rem;box-shadow: 0px 0px 15px #ededed, 0 0px 0px #ededed, 0 2px 15px #ededed, 0px 0px 0px #ededed;padding-left:.2rem;padding-top:.15rem;padding-bottom:.3rem;}
.q_hy_l1{display:block;line-height:.40rem;color:#333;font-size:.28rem;height:.40rem;overflow:hidden;margin-bottom:.2rem;}
.q_hy_l2{min-height: 1.8rem;position:relative;}
.q_hy_l2 table{position:absolute;width:.91rem;height:.91rem;}
.q_hy_l2 table img{width:.91rem;height:.91rem;border-radius:50%;}
.q_hy_l_rt{margin-left:1.32rem;padding-right:.22rem;}
.dgh_p1{display:block;line-height:.40rem;color:#333;font-size:.22rem;height:.40rem;overflow:hidden;font-weight:bold;}
.dgh_p2{display:block;line-height:.24rem;color:#9a9a9a;font-size:.18rem;height:.48rem;overflow:hidden;font-style:normal;}
.q_hy_l_rte{min-height:.57rem;line-height:.57rem;margin-top:0.05rem;position: absolute;right: .22rem;bottom: 10px;width: 100%;}
.q_hy_l_rte a{display:block;height:.57rem;width:1.17rem;line-height:.57rem;padding-left:.8rem;background:#f29124 url(../images/sp_mhk.png) 0.38rem center no-repeat;color:#fff;font-size:.22rem;border-radius:0.08rem;-moz-border-radius:0.08rem;-webkit-border-radius:0.08rem;float:right;background-size:.29rem .25rem;}
.q_hy_l_rte em{display:block;text-align:center;color:#888;font-size:.18rem;height:.57rem;line-height:.57rem;float:right;font-style:normal;margin-right:.2rem;}
.marg_pin_t,.sy_title{width:94%;margin:0px auto;overflow:hidden;}
.tq_hy_lis_trt{padding-top:0px;}
.q_hy_l_rte a.gk_zb_m1{background:#f29124 url(../images/xc_fg_t.png) 0.37rem 0.14rem no-repeat;background-size:.33rem 1.42rem;}
.q_hy_l_rte a.gk_zb_m2{background:#f29124 url(../images/xc_fg_t.png) 0.37rem -0.99rem no-repeat;background-size:.33rem 1.42rem;}
.gk_zb_p1{color:#333;font-size:.18rem;}
.gk_zb_p1 i{font-style:normal;color:#f29124;}


.zsw_mk_mt{width:90%;height:5.34rem;position:fixed;left:50%;top:50%;margin-left:-45%;margin-top:-2.5rem;border-radius:0.1rem;-moz-border-radius:0.1rem;-webkit-boredr-radius:0.1rem;background:#fff;z-index:3;display:none;}
.sw_mk_m1{display:block;height:.6rem;padding-right:.2rem;text-align:right;}
.sw_mk_m1 a{height:.26rem;vertical-align:middle;width:.27rem;margin-top:.2rem;float:right;}
.sw_mk_m1 img{width:.27rem;height:.26rem;}
.sw_mk_m2{display:block;width:2.7rem;height:2.7rem;margin:.3rem auto;border:.05rem solid #e5e5e5; text-align:center;}
.sw_mk_m2 img{max-width:2.7rem;height:2.7rem;}
.sw_mk_m3{display:block;color:#888;font-size:.26rem;text-align:center;line-height:.45rem;}
.sw_mk_m4{display:block;color:#ff6600;font-size:.3rem;text-align:center;line-height:.55rem;}
.sw_mk_m4 a{color:#ff6600;}


.fiexd_bt{position: fixed;right: 0.1rem;bottom: 2.2rem;width: 1.06rem;height: 1.03rem;z-index: 2;}
.fiexd_bt img {margin-bottom: 0.25rem; width: 0.9rem;height: 0.9rem;}