.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.sk03_scale_img{
	overflow: hidden;
}
.sk03_scale_img .imgs{
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.sk03_scale_img:hover .imgs{
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}




.mobile_none{
	display: none !important;
}
a:hover{
	color: #106dc7;
}
.rmt_body_bg{
	background-color: #e6edf2;
}

/* 头部 */
.rmt_head{
	position: relative;
}
.rmt_head_s{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.rmt_head_sa{
}
.rmt_head_sa .logo{
	margin-top: 0.45rem;
	margin-left: 0.36rem;
}
.rmt_head_sa .logo .imgs{
	display: block;
	width: 1.78rem;
	height: 0.39rem;
}
.rmt_banner{
	width: 100%;
	height: 4.18rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.rmt_nav_ws{
	position: relative;
	width: 100%;
	height: 0;
}
.rmt_nav_w{
	border-top: 1px solid #78a9dc;
	background: url(sk03_rmt_index4.png) no-repeat center top;
	background-size: cover;
	height: 0.8rem;
	line-height: 0.8rem;
	position: absolute;
	top: 0;
	left: 0;
	margin-top:-0.8rem;
	width:calc( 100% - 0.6rem);
	box-shadow: 0 0.23rem 0.23rem 0.05rem rgba(30,112,180,0.3);
	padding: 0 0.3rem;
	z-index: 9;
	transition: all 0.5s;
}
.rmt_nav_f{
	position: fixed;
	margin-top: 0;
	box-shadow: 0 16px 16px rgba(30,112,180,0.2);
}
/* .rmt_nav_w{
	background: url(sk03_rmt_index4.png) no-repeat center center;
	background-size: 100% 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	box-shadow: 0 0.23rem 0.23rem 0.05rem rgba(30,112,180,0.3);
	padding: 0 0.3rem;
} */
.rmt_nav ul li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 0.3rem;
}
.rmt_nav ul li a{
	color: #ffffff;
}
/* .rmt_nav ul li:hover a{
	font-weight: bold;
} */
.rmt_nav ul li.on a{
	font-weight: bold;
}
/* banner */
.rmt_banner_w{
	margin: 0 0.3rem;
	background-color: #ffffff;
}
.rmt_banner_w{
	background: url(sk03_rmt_index5.jpg);
	margin-top: 0.64rem;
}
.rmt_banner_ul{
	width: 6.9rem;
	height: 6.81rem;
}
.rmt_banner_ul ul li{
	position: relative;
	width: 6.9rem;
	height: 6.81rem;
}
.rmt_banner_ul ul li .imgs_w{
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	float: none;
}
.rmt_banner_ul ul li .imgs{
	width: 6.9rem;
	height: 4.2rem;
	display: block;
}
.rmt_banner_ul ul li .imgs_w .icos_v{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1.27rem;
	height: 1.28rem;
	background: url(sk03_rmt_index9.png) no-repeat center center;
	background-size: 100% 100%;
}
.rmt_banner_ul ul li .title_w{
	padding: 0 0.18rem 0.18rem;
	width: calc(100% - 0.36rem);
	height: auto;
	display: flex;
	float: none;
}
.rmt_banner_ul ul li .title{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	padding-left: 0.16rem;
	padding-right: 0.16rem;
	padding-top: 0.17rem;
	padding-bottom: 0.56rem;
}
.rmt_banner_ul ul li .title .icos{
	/* margin-top: 114px; */
	display: block;
	width:0.71rem;
	height: 0.5rem;
	position: relative;
}
.rmt_banner_ul ul li .title .icos .imga{
	width: 0.89rem;
	height: 0.67rem;
	display: block;
	position: absolute;
	margin: -0.09rem 0 0 -0.09rem;
}
.rmt_banner_ul ul li .title .ps{
	font-size: 0.34rem;
	font-weight: bold;
	line-height: 0.6rem;
	height: 1.2rem;
	overflow: hidden;
	text-align: justify;
	display: block;
}

.rmt_banner_js{
	position: relative;
}
.rmt_banner_ann .next,.rmt_banner_ann .prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 115px;
	background: no-repeat center center;
	cursor: pointer;
	z-index: 2;
	display: none;
}
.rmt_banner_ann .next{
	background-image: url(sk03_rmt_index8.png);
	right: 0px;
}
.rmt_banner_ann .prev{
	background-image: url(sk03_rmt_index7.png);
	left: 0px;
}
.rmt_banner_ann .uls{
	position: absolute;
	left: 0;
	bottom:0.4rem;
	text-align: center;
	width: 100%;
	font-size: 0;
	z-index: 2;
}
.rmt_banner_ann .uls .swiper-pagination-switch{
	font-size: 0;
	display: inline-block;
	padding: 0.08rem;
	/* margin-left: 0.06rem; */
	border-radius:initial;
	width: auto;
	height: auto;
	opacity: 1;
	background: none;
}
.rmt_banner_ann .uls .swiper-pagination-switch::after{
	content: " ";
	width: 0.14rem;
	height: 0.14rem;
	background-color: #cbcbcb;
	display: block;
}
.rmt_banner_ann .uls .swiper-pagination-switch.swiper-active-switch::after{
	background-color: #17538e;
}
.rmt_banner_ann .uls .swiper-pagination-switch.swiper-active-switch{
	background-color: #ffffff;
	border: 1px solid #17538e;
}
/* 主体内容 */
.rmt_title .imgs{
	display: block;
	width: 100%;
}
/* 资讯 */
.rmt_zix_w{
	margin-top: 0.8rem;
}
.rmt_zix_s{
	margin-top: 0.54rem;
	padding:0 0.3rem;
}
.rmt_zix_l{
	background-color: #ffffff;
	width:calc(100% - 0.32rem);
	float: none;
	padding:0 0.16rem;
}
.rmt_zix_l li{
	font-size: 0.3rem;
	line-height: 0.76rem;
	height: 0.76rem;
	position: relative;
	padding-left: 0.22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rmt_zix_l li b{
	font-weight: bold;
}
.rmt_zix_l li .dian{
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #106dc7;
}

.rmt_zix_r{
	float: none;
}
.rmt_zix_rkj{
	width: 100%;
	float:none;
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0.32rem;
}
.rmt_zix_r .rmt_zix_rkj:first-child{
	margin-left: 0;
}
.rmt_zix_rkt{
	border-bottom: 1px solid #dce4ea;
	padding-bottom: 0.24rem;
}
.rmt_zix_rkt .imgs_w{
	overflow: hidden;
	display: block;
}
.rmt_zix_rkt .imgs{
	width: 100%;
	height: 3.88rem;
	display: block;
}
.rmt_zix_rkt .text{
	padding:0.32rem 0.3rem 0;
	line-height: 0.48rem;
	max-height: 0.96rem;
	overflow: hidden;
	font-size: 0.3rem;
	font-weight: bold;
	text-align: justify;
}
.rmt_zix_rkt .text a{
	color: #106dc7;
}
.rmt_zix_rkul{
	padding: 0.18rem 0 0.18rem;
}
.rmt_zix_rkul ul li{
	padding: 0 0.3rem;
	font-size: 0.3rem;
	line-height: 0.58rem;
	overflow: hidden;
}
.rmt_zix_rkul ul li:last-child{
	margin-bottom:0;
}
.rmt_zix_rkul ul li a{
	color: #5c5c5c;
}
.rmt_zix_rkul ul li a:hover{
	color: #106dc7;
}
.rmt_zix_rkul_time {
	font-size: .24rem;
	text-align: right;
	margin-right: .3rem;
	padding-bottom: .2rem;
}
.rmt_zix_rkul_more {
	display: none;
}
/* 图解 */
.rmt_tuj_w{
	width: 100%;
	margin: 0 auto;
	margin-top: 0.79rem;
	overflow: hidden;
	position: relative;
}
.rmt_tuj_s{
	margin-top: 0.59rem;
	padding: 0 0.3rem;
}
.rmt_tuj_s ul li{
	overflow: hidden;
}
.rmt_tuj_s ul li .as{
	display: block;
	float: left;
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
}
.rmt_tuj_s ul li .as .imgs{
	display: block;
}
.rmt_tuj_s ul li .as:nth-child(1) .imgs{
	width: 3.35rem;
	height: 5.35rem;
}
.rmt_tuj_s ul li .as:nth-child(2){
	margin-right: 0;
	float: right;
}
.rmt_tuj_s ul li .as:nth-child(2) .imgs{
	width: 3.35rem;
	height: 5.35rem;
}
.rmt_tuj_s ul li .as:nth-child(3) .imgs{
	width: 4.27rem;
	height: 2.43rem;
}
.rmt_tuj_s ul li .as:nth-child(4){
	margin-right: 0;
	float: right;
}
.rmt_tuj_s ul li .as:nth-child(4) .imgs{
	width: 2.43rem;
	height: 2.43rem;
}
.rmt_tuj_s ul li .as:nth-child(5){
}
.rmt_tuj_s ul li .as:nth-child(5) .imgs{
	width: 2.43rem;
	height: 2.43rem;
}
.rmt_tuj_s ul li .as:nth-child(6){
	margin-right: 0;
}
.rmt_tuj_s ul li .as:nth-child(6) .imgs{
	width: 4.27rem;
	height: 2.43rem;
}
.rmt_tuj_js{
	position: relative;
	margin: 0 auto;
}

.rmt_tuj_ann .next,.rmt_tuj_ann .prev{
	position: absolute;
	width: 35px;
	height: 60px;
	background: no-repeat center center;
	cursor: pointer;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
}
.rmt_tuj_ann .next{
	background-image: url(sk03_rmt_index16.png);
	right: -56px;
}
.rmt_tuj_ann .prev{
	background-image: url(sk03_rmt_index15.png);
	left: -56px;
}
.rmt_tuj_ycs{
	position: absolute;
	background-color: #e6edf2;
	opacity: 0.7;
	top: 0;
	width: 362px;
}
.rmt_tuj_yc_l{
	right:50%;
	height: 100%;
	margin-right: 710px;
}
.rmt_tuj_yc_r{
	left:50%;
	height: 100%;
	margin-left: 700px;
}
.rmt_tuj_s .tempWrap{
	overflow: initial !important;
}
.rmt_tuj_s .tempWrap ul{
	overflow: initial !important;
}

/* 音频 */
.rmt_yinp_w{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 0.59rem;
	position: relative;
}
.rmt_yinp_js{
	position: relative;
	padding-left: 0.3rem;
}
.rmt_yinp_s{
	width: 4.87rem;
	height: 3.39rem;
	margin-left: 0;
	padding-right: 2.3rem;
}
.rmt_yinp_s .tempWrap{
	overflow: visible !important;
}
.rmt_yinp_s .tempWrap ul{
	overflow: visible !important;
}
.rmt_yinp_s ul li{
	float: left;
	position: relative;
	padding-top: 0.85rem;
	padding-bottom: 0.2rem;
	width: 4.87rem;
	height: 3.39rem;
}
.rmt_yinp_s ul li .kjs{
	position: relative;
	padding: 0 0.46rem 0 0.27rem;
}
.rmt_yinp_s ul li .kj{
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 0.15rem 0.3rem 0px rgb(234,234,234 );
	width: 4.14rem;
	padding-bottom: 0.24rem;
}
.rmt_yinp_s ul li .ico{
	width: 1.18rem;
	height: 1.18rem;
	background: url(sk03_rmt_index13_x.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: -0;
	top: -0.26rem;
}
.rmt_yinp_s ul li .kj .title{

}
.rmt_yinp_s ul li .kj .title .t1{
	font-size: 0.28rem;
	line-height: 0.4rem;
	height: 1rem;
	border-bottom: 1px solid #d2d2d2;
	display: block;
	padding-left: 1.1rem;
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	padding-top: .2rem;
}
.rmt_yinp_s ul li .kj .title .t2{
	font-size: 0.22rem;
	line-height: 0.58rem;
	height: 0.58rem;
	display: block;
	padding-left: 1.16rem;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rmt_yinp_s ul li .kj .doc{
	font-size: 0.24rem;
	line-height: 0.4rem;
	height: 0.8rem;
	margin-top: 0.2rem;
	padding: 0 26px;
	font-weight: bold;
	overflow: hidden;
}
.rmt_yinp_s ul li .kj .doc .icos{
	width: 0.22rem;
	height: 0.22rem;
	background: url(sk03_rmt_off.gif) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	position: relative;
	margin: 0 0 0 0.12rem;
	top:0.04rem;
}
.rmt_yinp_s ul li.on .kj .doc .icos{
	width: 0.22rem;
	height: 0.22rem;
	background: url(sk03_rmt_on.gif) no-repeat center center;
	background-size: 100% 100%;
}
.rmt_yinp_ann .next,.rmt_yinp_ann .prev{
	position: absolute;
	width: 35px;
	height: 60px;
	background: no-repeat center center;
	cursor: pointer;
	z-index: 2;
	bottom: 55px;
}
.rmt_yinp_ann .next{
	background-image: url(sk03_rmt_index16.png);
	right: -56px;
}
.rmt_yinp_ann .prev{
	background-image: url(sk03_rmt_index15.png);
	left: -56px;
}
.rmt_yinp_ycs{
	position: absolute;
	background-color: #e6edf2;
	opacity: 0.7;
	width: 324px;
	top: 0;
}
.rmt_yinp_yc_l{
	left:50%;
	height: 100%;
	margin-left: -1060px;
}
.rmt_yinp_yc_r{
	right: 50%;
	height: 100%;
	margin-right: -1060px;
}

/* 多平台 */
.rmt_dpt_w{
	margin-top: 0.62rem;
}
.rmt_dpt_s{
	margin-top: 0.61rem;
	padding: 0 0.3rem;
}
/* 微信 */
.rmt_dpt_l{
	position: relative;
	width: 100%;
	height: 6.09rem;
	float: none;
}
.rmt_dpt_ls{
	padding: 0 0.16rem;
}
.rmt_dpt_l .bgs{
	width: 7.06rem;
	height: 6.27rem;
	position: absolute;
	left:-0.09rem;
	top:-0.04rem;
	z-index: -1;
}
.rmt_dpt_title{
	text-align: center;
	font-size: 0;
	padding-top: 0.19rem;
}
.rmt_dpt_title .kj{
	display: inline-block;
}
.rmt_dpt_l .rmt_dpt_title .kj .imgs{
	width: 0.78rem;
	height: 0.63rem;
	margin-right: 0.08rem;
}
.rmt_dpt_c .rmt_dpt_title .kj .imgs{
	width: 0.58rem;
	height: 0.68rem;
	margin-right: 0.16rem;
}
.rmt_dpt_r .rmt_dpt_title .kj .imgs{
	width: 0.76rem;
	height: 0.59rem;
	margin-right: 0.08rem;
}
.rmt_dpt_title .kj .title{
	text-align: left;
	/* margin-left: 0.07rem; */
	line-height: 1;
}
.rmt_dpt_title .kj .p1{
	font-size: 0.3rem;
	display: block;
	font-weight: bold;
}
.rmt_dpt_title .kj .p2{
	font-size: 0.22rem;
	color: #666666;
	margin-top: 0.09rem;
	display: block;
}
.rmt_dpt_img{
	position: relative;
	margin-top: 0.28rem;
}
.rmt_dpt_img .imgs{
	width: 100%;
	height: 2.81rem;
	display: block;
}
.rmt_dpt_img .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 0.43rem;
	padding-left: 0.16rem;
	padding-right: 0.16rem;
	height:0.76rem;
	line-height: 0.76rem;
	font-size: 0.3rem;
	color: #ffffff;
	background: url(sk03_rmt_index21.png) no-repeat center center;
	background-size: 100% 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rmt_dpt_text{
	padding: 0.36rem 0.13rem 0.31rem;
	border-top: none;
}
.rmt_dpt_text .t1{
	text-align: justify;
	font-size: 0.3rem;
	line-height: 0.57rem;
	height: .7rem;
	overflow: hidden;
}
.rmt_dpt_text .t1_zy{
	font-size: 0.24rem;
	color: #999;
	line-height: 1.5;
}
.rmt_dpt_text .imgs_w{
	overflow: hidden;
	margin-left: 0.3rem;
}
.rmt_dpt_text .imgs{
	width: 1.12rem;
	height: 1.12rem;
	margin-top: 0;
}

/* 抖音 */
.rmt_dpt_c{
	position: relative;
	width: 100%;
	height: 5.09rem;
	margin-left: 0;
	float: none;
	margin-top: 0.65rem;
}
.rmt_dpt_c .bgs{
	width: 7.06rem;
	height: 5.27rem;
	position: absolute;
	left:-0.09rem;
	top:-0.04rem;
	z-index: -1;
}

.rmt_dpt_csa{
    width: 100%;
	padding: 0 0.17rem;
	margin-top: 0.33rem;
    box-sizing: border-box;
}
.rmt_dpt_csa ul li{
	float: left;
	width: 1.46rem;
	/* margin-right: 0.23rem; */
}
.rmt_dpt_csa ul li:last-child{
	margin-right: 0;
}
.rmt_dpt_csa ul li .imgs_w{
	display: block;
	overflow: hidden;
}
.rmt_dpt_csa ul li .imgs{
	display: block;
	width: 1.46rem;
	height: 2.6rem;
	border-radius: 0.04rem;
}
.rmt_dpt_csa ul li .text{
    width: 100%;
	display: block;
	font-size: 0.22rem;
	line-height: 0.24rem;
	height: 0.72rem;
	overflow: hidden;
	text-align: justify;
	margin-top: 0.08rem;
    padding-right: 0.17rem;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* 微博 */
.rmt_dpt_r{
	position: relative;
	width: 100%;
	height: 4.18rem;
	float: none;
	margin-top: 0.63rem;
}
.rmt_dpt_r .bgs{
	width: 7.06rem;
	height: 4.36rem;
	position: absolute;
	left:-0.09rem;
	top:-0.04rem;
	z-index: -1;
}
.rmt_dpt_rsa{
	margin-top: 0.24rem;
	padding: 0 0.17rem 0 0.17rem;
}
.rmt_dpt_rsa ul li{
	margin-bottom: 0.26rem;
	position: relative;
}
.rmt_dpt_rsa ul li:last-child{
	margin-bottom: 0;
}
.rmt_dpt_rsa ul li .imgs_w{
	display: block;
	margin-right: 0.16rem;
	overflow: hidden;
}
.rmt_dpt_rsa ul li .imgs{
	width: 1.25rem;
	height: 0.7rem;
	display: block;
}
.rmt_dpt_rsa ul li .time {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
	font-size: .24rem;
}
.rmt_dpt_rsa ul li .title{
	font-size: 0.26rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	margin-top: 0;
	display: inherit;
}

/* 内导航 */
.rmt_cnav_w{
	/* background: url(sk03_rmt_index33.jpg); */
	background-color:#106ec8;
	height: 1.4rem;
	margin-top: 0.51rem;
	padding: 0 0 0 0.3rem;
}
.rmt_cnav_w ul li{
	float: left;
	text-align: center;
	margin-right: 0.72rem;
}
.rmt_cnav_w ul li:nth-last-child(2){
	margin-right: 0.82rem;
}
.rmt_cnav_w ul li:last-child{
	margin-right: 0;
}
.rmt_cnav_w ul li a{
	display: inline-block;
	padding-top: 0.24rem;
}
.rmt_cnav_w ul li .imgs{
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
	width: 0.58rem;
	height: 0.58rem;
}
.rmt_cnav_w ul li a:hover .imgs{
	transform: scale(1.2);
}
.rmt_cnav_w ul li .text{
	display: block;
	font-size: 0.3rem;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	margin-top: 0.06rem;
	font-weight: bold;
}

/* 智库中国列 */
.rmt_cnav_list{
	margin-top: 0.43rem;
	padding: 0 0.3rem;
}
.rmt_cnav_list ul li{
	width: 48%;
	background-color: #ffffff;
	margin-right:2%;
	float: left;
	margin-bottom: 0.4rem;
}
.rmt_cnav_list ul li:last-child{
	margin-bottom: 0;
}
.rmt_cnav_list ul li:last-child{
	margin-right: 0;
}
.rmt_cnav_list ul li .kj{
	display: block;
	padding-bottom: 0.11rem;
}
.rmt_cnav_list ul li .title{
	display: block;
	line-height: .8rem;
	font-size: 0.3rem;
	color: #106ec8;
	font-weight: bold;
	text-align: center;
}
.rmt_cnav_list ul li .imgs_w{
	overflow: hidden;
}
.rmt_cnav_list ul li .imgs{
	display: block;
	width: 100%;
	height: 2rem;
}
.rmt_cnav_list ul li .text{
	display: block;
	padding: 0 0.3rem;
	font-size: 0.24rem;
	line-height: 0.42rem;
	margin-top: 0.16rem;
	height: .9rem;
}

/* 我说 */
.rmt_wos_w{
	padding:0.52rem 0 0.66rem;
	background: url(sk03_rmt_index36.jpg) no-repeat center center;
	background-size:cover;
	margin-top: 0.62rem;
}
.rmt_wos_s{
	/* margin-top: 0.6rem; */
	margin: 0.6rem 0.3rem 0;
	position: relative;
	height:5.88rem;
}
.rmt_wos_s ul li{
	position: relative;
}
.rmt_wos_s ul li .kj{
	display: block;
}
.rmt_wos_s .ul1 li .kj .imgs{
	display: block;
	width: 100%;
	height: 3.89rem;
}
.rmt_wos_s .ul2{
	float: left;
	width: 100%;
}
.rmt_wos_s .ul2 li{
	width: 3.34rem;
	margin-top: 0.22rem;
	float: left;
}
.rmt_wos_s .ul2 li .kj .imgs{
	display: block;
	width: 3.34rem;
	height: 1.74rem;
}
.rmt_wos_s .ul2 li:last-child{
	float: right;
}
.rmt_wos_s ul li .kj .text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	font-size: 0.28rem;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.rmt_wos_s ul li .kj .texts{
	padding: 0 0.2rem 0 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rmt_wos_s ul li .kj .text .icos{
	width: 0.4rem;
	height: 0.4rem;
	background: url(sk03_rmt_index37_x.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left:0.1rem;
	top:0.13rem;
}
.rmt_wos_s .kj_w{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
}
.rmt_wos_s .kj_w.on{
	opacity: 1;
	z-index: 2;
}

.rmt_title_wos{
	width: 100%;
	height: 0.53rem;
	background: url(sk03_rmt_index43_x.png) no-repeat center bottom;
	background-size:100% auto;
	text-align: center;
	font-size: 0;
}
.rmt_title_wos ul{
	display: inline-block;
}
.rmt_title_wos ul li{
	float: left;
	transition: all 0.5s;
	padding-right: 0.12rem;
	padding-left: 0.06rem;
	background: url(sk03_rmt_index42_x.png) no-repeat right center;
	background-size: 0.1rem 0.33rem;
	margin-top: 0.1rem;
}
.rmt_title_wos ul li:last-child{
	background: no-repeat;
}
.rmt_title_wos ul li a{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	display: block;
	height: 0.34rem;
}
.rmt_title_wos ul .li1 a{
	width: 1.01rem;
	background-image: url(sk03_rmt_index38.png);
}
.rmt_title_wos ul .li1.on a{
	background-image: url(sk03_rmt_index38_s.png);
}
.rmt_title_wos ul .li1:hover a{
	background-image: url(sk03_rmt_index38_s.png);
}
.rmt_title_wos ul .li2 a{
	width: 1.66rem;
	background-image: url(sk03_rmt_index39.png);
}
.rmt_title_wos ul .li2.on a{
	background-image: url(sk03_rmt_index39_s.png);
}
.rmt_title_wos ul .li2:hover a{
	background-image: url(sk03_rmt_index39_s.png);
}
.rmt_title_wos ul .li3 a{
	width: 1.67rem;
	background-image: url(sk03_rmt_index40.png);
}
.rmt_title_wos ul .li3.on a{
	background-image: url(sk03_rmt_index40_s.png);
}
.rmt_title_wos ul .li3:hover a{
	background-image: url(sk03_rmt_index40_s.png);
}
.rmt_title_wos ul .li4 a{
	width: 1.68rem;
	background-image: url(sk03_rmt_index41.png);
}
.rmt_title_wos ul .li4.on a{
	background-image: url(sk03_rmt_index41_s.png);
}
.rmt_title_wos ul .li4:hover a{
	background-image: url(sk03_rmt_index41_s.png);
}

/* 底部 */
.rmt_footer_w{
	margin-top: 0.92rem;
	/* background:url(sk03_rmt_index34.jpg); */
	min-height: 180px;
	border-top: 0.06rem solid #106ec8;
}



