@charset "utf-8";

.xuanfukuang{
	display:none;
}
/* 首页 */
.gWidth{
	width: 100%;
}
.head{
	display: block;
}
.logo{
	display: none;
}
.head{
	z-index: 6;
	font-size: 0;
	display: block;
	position: relative;
}
.head h1 img{
	height: 2rem;
	margin-left: 0.3rem;
	margin-top: 0.2rem;
}
.nav_pc{
	display: none;
}
.nav_phone {
	font-size: 0;
}
.head .iconfont{
	font-size: 1.2rem;
	margin-top: 0.25rem;
}
#shows{
	display: none;
	position: absolute;
	right: 0;top: 2.2rem;
}
#shows li {
	font-size: 0;
	height: 1.6rem;
	line-height: 1.6rem;
}
#shows li a{
	width: 5rem;
	color: #fff;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.65rem;
	text-align: center;
	display: inline-block;
	background-color: #1291CF;
	border-top: 1px solid #FFF;
}
/* 轮播图 */
.silder_pc{
	display: none;
}
.silder_phone{
	display: block;
}
img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 0.5rem;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
	text-align: left;
}
.silder-ctrl-next{
	right: 0;
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: 2rem;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}
@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 1.5rem;
		/* margin-top: 1.7rem; */
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}


/* 推荐产品index_cp */
.index_cp{
	display: block;
}
.index_cppc{
	display: none;
}


/* 头部 */
.index_cp{
	margin-top: 0.5rem;
}
.index_btpc{
	width: 100%;
  color: #333;
  font-size: 0;
  text-align: center;
  margin-bottom: 0.4rem;
}
.index_btpc h2{
	color: #333;
  height: 1.2rem;
  font-size: 1rem;
  line-height: 1.2rem;
	font-weight: normal;
  margin-bottom: 0.2rem;
}
.index_btpc span{
  font-size: 0.2rem;
  line-height: 0.2rem;
}
/* 推荐产品分类 */
.indexcp_fl{
	font-size: 0;
}
.indexcp_fl a{
	width: 49%;
  color: #333;
  height: 0.75rem;
  font-size: 0.55rem;
  text-align: center;
  line-height: 0.75rem;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0.35rem;
  border-right: 1px solid #333;
}
.indexcp_fl a:nth-child(2n){
	border-right: 1px solid #fff;
}
/* 产品列表 */
.cp_list li{
	width: 48%;
  margin-right: 4%;
  float: left;
  padding: 0.13rem;
  margin-bottom: 0.7rem;
  box-sizing: border-box;
  background: #eee;
  position: relative;
}
.cp_list li:nth-child(2n){
	margin-right: 0;
}
.cp_list li a strong{
	color: #333;
  font-size: 0.6rem;
  line-height: 1.13rem;
  font-weight: normal;
}

/* 关于我们 */
.about_bg{
  height: 13rem;
  background: url('../images/aboutus_bg.png') no-repeat center center /cover;
}
.about{
  padding-top: 0.625rem;
}
.about_top{
  font-size: 0;
  margin-bottom: 0.375rem;
}
.about_top h2{
  height: 1.05rem;
  font-size: 1.05rem;
  line-height: 1.05rem;
  font-weight: bold;
  margin-bottom: 0.125rem;
  font-family: "微软雅黑";
  text-transform: uppercase;
}
.about_top span{
  font-size: 0.65rem;
}
/* 关于我们内容 */
.about_con{
  height: 8rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: rgba(0,0,0,.5);
}
.about_fl{
  font-size: 0;
  width: 100%;
  position: relative;
}
.about_fl .about_pc{
	display: none;
}
.about_fl .about_phone{
	display: block;
}
.about_fl .about_phone{
  color: #fff;
  font-size: 0.45rem;
  line-height: 0.8rem;
  margin-bottom: 0.5rem;
  font-family: "微软雅黑";
}

.about_fl a{
  color: #fff;
  font-size: 0.35rem;
  position: absolute;
  right: 0;
  bottom: -0.375rem;
  font-family: "微软雅黑";
  text-decoration: underline;
}
.about_fr{
 	display: none;
  width: 7.5rem;
  margin-top: -1.95rem;
}

/* 客户见证 */
.case{
	margin-top:0.6rem;
}
.case_list{
	margin:0 auto;
	width:14.75rem;
	margin-top:0.5rem;
}
.case_list li{
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:0.25rem;
	display:none;
}
.case_list li img{
	width:100%;
	height:auto;
}
.case_list li p{
	position:absolute;
	top:0; left:0;
	background:rgba(0,0,0,.3);
	width:100%;
	height:100%;
}
.case_list li:nth-child(1){
	display:block;
}
.case_list li:nth-child(2){
	display:block;
}
.case_list li:nth-child(3){
	display:block;
}
.case #demo2 {
	display:none;
}
.case_list li p a{
	color:#fff;
}
.case_list li p i{
	position:relative;
	left:0; top:0;
	display:inline-block;
	font-style:normal;
	width:100%;
	height:auto;
}
.case_list li p img{
	display:none;
}
.case_list li p i>strong{
	color:#fff;
	display:block;
	font-weight: normal;
	line-height:1.05rem;
	margin-top:0.25rem;
	font-size:0.55rem;
	text-align:center;
}
.case_list li p span{
	display:block;
	width:60%;
	color:#fff;
	font-weight:normal;
	line-height:0.75rem;
	font-size:0.8rem;
	margin:0 auto;
	margin-top:2.5rem;
	text-align:center;
}
/* 我们的优势 */
.youshibg{
	display: none;
}
/* 产品问答 */
.pc{
	display: none;
}
.wenda{
	margin-top:0.5rem;
}
.wenda_list{
	width:100%;
	margin-top:0.5rem;
}
.wenda_list li{
	padding:0.5rem;
	font-size:0.65rem;
	line-height:1rem;
}
.wenda_list li:nth-child(2n){
	background:#eee;
}
.wenda_list li a{
	color:#333;
}
/* 展会信息 */
.zhanhui{
	padding-top:0.5rem;
}
.zhanhui-li{
	margin-top:0.75rem;
}
.zhanhui1>a{
	display:none;
}
.zhanhui-nr{
	width:100%;
	height:auto;
}
.zhanhui_list li{
	float:left;
	height:8.75rem;
	width:7.75rem;
	margin-right:0.5rem;
	margin-bottom:0.75rem;
	background:#eeeeee;
	padding:0.13rem;
	box-sizing:border-box;
	position:relative;
}
.zhanhui_list li img{
	width:100%;
	height:7.5rem;
}
.zhanhui_list li:nth-child(2n){
	margin-right:0;
}

.zhanhui_list li a{
	display:block;
	width:100%;
	background:#eee;
	height:auto;
	color:#333;
	padding:0 0.05rem;
	box-sizing:border-box;
}
.zhanhui_list li a strong{
	font-size:0.6rem;
	line-height:1.05rem;
	display:block;
	text-align:center;
	font-weight:normal;
	min-height:1.05rem;
}
.zhanhui_list li a span{
	font-size:0.5rem;
line-height:1rem;
}
.zhanhui_list li:hover a strong{
	font-weight:bold;
}
.zhanhui_list li:hover{
	box-shadow:0 0 ;
}
/* 热点新闻 */
.news{
	margin-top:0.5rem;
	height:auto;
}
.news_list{
	height:auto;
	width:95%;
	margin:0 auto;
	margin-top:0.5rem;
}
.news_list li{
	margin-bottom:0.75rem;
	font-size:0.65rem;
	line-height:1rem;
	box-shadow:0 0 0.25rem #999;
	padding:0.25rem;
	box-sizing:border-box;
}
.news_list li a{
	color:#333;
}
.news_list li:nth-child(6){
	display:none;
}
.news_list li:nth-child(5){
	display:none;
}
.news_list li:nth-child(4){
	display:none;
}
/* 底部信息 */
.sj_bottom{
	display: block;
}
.bottom1{
	display: none;
}
.sj_bottom{
	background:#333;
	color:#fff;
	font-size:0.6rem;
	text-align:center;
	line-height:2em;
	padding:0.5rem 0.5rem 0 0.5rem;
	margin-top:1.5rem;
}
.sj_bottom img{
	padding:0.5rem 0;
	width:5rem;
	margin: 0 auto;
	height:auto;
}
.beian{
	background:#333;
	color:#fff;
	font-size:0.6rem;
	text-align:center;
	line-height:2em;
	padding:0 0.5rem 0.5rem 0.5rem;
}
.beian a{
	color:#fff;
	margin:0 0.13rem;
}
/* .beian{
	margin-top:0.5rem;
} */
/* ************ 相同部分 ****************** */
.nybanner{
	width: 100%;
  height: 5rem;
	background-size:auto 100%;
	background:url('../images/bann.png') no-repeat center center /cover;
}
.nybanner h2{
  color: #333;
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  font-weight: normal;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
.nybanner p{
  width: 100%;
  color: #666;
  height: 0.5rem;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.5rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* 位置 */
.weizhi {
  width: 100%;
  height: auto;
  line-height: 1.15rem;
  background: #efefef;
  font-size: 0.5rem;
  color: #666;
}
.weizhi1 {
  padding: 0 0.25rem;
  box-sizing: border-box;
}
.weizhi1 a{
  color: #666;
}

/* *************** 头 **************** */
.lxwm-bt {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.lxwm-bt h2 {
    font-size: 0.85rem;
    line-height: 1.15rem;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.lxwm-bt p {
    font-size: 0.5rem;
    line-height: 0.65rem;
    color: #a2a2a2;
    text-align: center;
}
/* 关于我们分类 */
.gywm-fl {
    width: 100%;
    height: auto;
}
.gywm-fl p {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.gywm-fl p a {
    width: 3.75rem;
    line-height: 1.13rem;
    font-size: 0.6rem;
    background: #1291cf;
    color: #eee;
    text-align: center;
    margin-right: 0.5rem;
    border-radius: 0.15rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}
/* 公司简介 */
.about1{
	width:100%;
	height:auto;
	padding:0 0.25rem;
	box-sizing:border-box;
}
.about11>.left{
 	width:100%;
 	height:auto;
 	margin-top:0.75rem;
}
.about11>.left>a{
	display:none;
}
.about11>.left h2{
	font-size:0.85rem;
	color:#333;
	font-weight:normal;
	line-height:1.15rem;
	text-align:center;
}
.about11>.left span{
	font-size:0.4rem;
	color:#888;
	line-height:0.7rem;
	display:block;
	text-transform:uppercase;
	margin-bottom:0.5rem;
	text-align:center;
}
.about11>.left p{
	font-size:0.6rem;
	line-height:1.05rem;
	color:#585858;
	width:99%;
	margin:0 auto 0.75rem;
}
.about11>.left p .zhankai{
	display: none;
	font-size:0.6rem;
	line-height:1.05rem;
	color:#585858;
	width:99%;
	text-align: justify;
	margin:0 auto 0.75rem;
}
.about11 .more{
	display:block;
	width:3.5rem;
	height:1rem;
	line-height:1rem;
	font-size:0.5rem;
	color:#999999;
	border-top:0.03rem solid #999999;
	border-left:0.03rem solid #999999;
	border-right:0.05rem solid #999999;
	border-bottom:0.05rem solid #999999;
	box-sizing:border-box;
	text-align:center;
	transition:.4s;
	margin:0.75rem auto 1rem;
}
.about11>.right{
	width:100%;
	text-align:center;
	margin-top:0.75rem;
}
.about11>.right img{
	width:99%;
	height:auto;
}
.about11>.left .pc{
	display: none;
}
 .about11>.phone{
	display: block;
}
/* 企业文化 */
.about3{
	width:100%;
	height:auto;
	padding:0 0.25rem;
	box-sizing:border-box;
}
.about33{
	width:100%;
	height:auto;
}
.about33>h2{
	font-size:0.75rem;
	line-height:1rem;
	color:#333;
	text-align:center;
	font-weight:normal;
}
.about33>span{
	font-size:0.35rem;
	line-height:0.75rem;
	color:#888;
	text-align:center;
	text-transform:uppercase;
	display:block;
}
.about33 div{
	height:auto;
	margin-top:0.75rem;
	margin-bottom:0.75rem;
	width:100%;
}
.about33 div>p{
	width:99%;
	font-size:0.6rem;
	line-height:1.05rem;
	color:#585858;
	margin:0 auto;
}
/* 企业活动 */
.hd{
	padding-top:1.25rem;
}
.hd-li{
	margin-top:0.75rem;
}
.hd1>a{
	display:none;
}
.hd-nr{
	width:100%;
	height:auto;
}
.hd-nr1 .zhankai{ 
	display: none;
}
.hd_list li{
	float:left;
	width:7.75rem;
	height:6.25rem;
	padding:0.13rem;
	position:relative;
	background:#eeeeee;
	margin-right:0.5rem;
	margin-bottom:0.75rem;
	box-sizing:border-box;
}
.hd_list li img{
	width:100%;
	height:5.07rem;
}
.hd_list li:nth-child(2n){
	margin-right:0;
}
.hd_list li div{
	color:#333;
	width:100%;
	height:auto;
	display:block;
	background:#eee;
	padding:0 0.13rem;
	box-sizing:border-box;
}
.hd_list li div strong{
	display:block;
	font-size:0.6rem;
	text-align:center;
	font-weight:normal;
	min-height:1.05rem;
	line-height:1.05rem;
}
.hd_list li div span{
	font-size:0.5rem;
	line-height:1rem;
}
.hd_list li:hover div strong{
	font-weight:bold;
}
.hd_list li:hover{
	box-shadow:0 0 ;
}
.hd-nr1 .more{
	display:block;
	width:3.5rem;
	height:1rem;
	line-height:1rem;
	font-size:0.5rem;
	color:#999999;
	border-top:0.03rem solid #999999;
	border-left:0.03rem solid #999999;
	border-right:0.05rem solid #999999;
	border-bottom:0.05rem solid #999999;
	box-sizing:border-box;
	text-align:center;
	transition:.4s;
	margin:0.75rem auto 1rem;
	background: url('../../');
}
/* ******************** 产品中心 *********** */
.pc{
	display: none;
}
.phone{
	display: block;
}
.pro_sjcp .gywm-fl .gywm-fl1 p a{
	float: left;
	width: 48%;
  line-height: 1.13rem;
  font-size: 0.6rem;
  background: #1291cf;
  color: #eee;
  text-align: center;
  margin-right: 2%;
  border-radius: 0.15rem;
  margin-bottom: 0.3rem;
  display: inline-block;
  padding-left: 0rem;
  padding-right: 0rem;
}
.pro_sjcp .gywm-fl .gywm-fl1 p a:nth-child(2n){
	margin-right: 0;
}
.pro_sjcp .gywm-fl p {
    width: auto;
    height: auto;
}
.cp_list li{
	width: 48%;
  margin-right: 4%;
  float: left;
  padding: 0.13rem;
  margin-bottom: 0.7rem;
  box-sizing: border-box;
  background: #eee;
  position: relative;
}
.cp_list li:nth-child(2n){
	margin-right: 0;
}
.cp_list li a strong{
	color: #333;
  font-size: 0.6rem;
  line-height: 1.13rem;
  font-weight: normal;
}
.cp_list li a{
	display:block;
	position: relative;
	left:0; bottom:0;
	width:100%;
	background:rgba(238,238,238,.95);
	height:auto;
	color:#333;
	padding:0 0.13rem;
	box-sizing:border-box;
}
.pro_cp{
	float: right;
	height:auto;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.pro_cp .top h5{
	font-size: 0.45rem;
}
.pro_cp .top{
	height: 1.25rem;
	font-size: 0;
	line-height: 1.25rem;
	border-bottom: 1px solid #000;
}
.pro_cp .top a{
	color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background-color: #1291cf;
    border-radius: 0.2rem;
    font-size: 0.35rem;
    font-weight: normal;

}
/* 分页 */
.fenye{
	font-size: 0;
	color:#444;
	margin-top:1rem;
	line-height:1rem;
	height:1rem;
	text-align:center;
}
.fenye a{
	color:#444;
	font-size:0.55rem;
	display:inline-block;
	border:1px solid #aaa;
	padding:0 0.25rem;
	margin-left:0.13rem;
	box-sizing:border-box;
}
.fenye a:hover{
	color:#fff;
	border:1px solid #aaa;
	background:#aaa;
}
.fenye a:last-child{
	margin-right:0;
}
.fenye span{
	font-size: 0.35rem;
  color: #444;
  margin-top: 0.88rem;
  line-height: 0.75rem;
  height: 0.75rem;
  text-align: center;
}
.fenye span strong{
	font-size: 0.35rem;
  color: #444;
  margin-top: 0.88rem;
  line-height: 0.75rem;
  height: 0.75rem;
  text-align: center;
}

/* *************** 客户见证 ****************/
.ny-bt{
	width:98%;
	margin:0 auto 0.7rem;
	height:auto;
}
.ny-bt h2{
	font-size:0.7rem;
	line-height:1.75rem;
	font-weight:normal;
}
.ny-bt span{
	width:100%;
	height:1px;
	background:#d0d0d0;
	display:block;
}
.ny-bt p{
	width:4.5rem;
	background:#2a9cd4;
	height:1px;
}
/* 客户见证 */
.case-nr1 .case_list li{
	display: block;
}
/* ***************新闻中心************ */
.news-nr{
	width:100%;
	height:auto;
}
.news-nr1{
	width:100%;
	height:auto;
}
.news-nr-list{
	width:100%;
	height:auto;
}
.xw{
	width:97%;
	height:auto;
	margin:0 auto 1rem;
}
.xw h2{
	font-size:0.7rem;
	color:#333;
	font-weight:normal;
	line-height:1.75rem;
	margin-top:0.38rem;
}
.xw h2 a{
	color:#333;
}
.xw p{
	font-size:0.6rem;
	line-height:1.05rem;
	color:#888;
	width:100%;
}
.xw p a{
	color:#888;
}
.xw span{
	color:#888;
	line-height:1.13rem;
	font-size:0.6rem;
}
.xw>a{
	display:block;
	width:100%;
	height:1px;
	background:#d6d6d6;
	margin-top:0.38rem;
}
.xw>a p{
	width:3.5rem;
	background:#1291cf;
	height:1px;
	transition:0.2s;
}
.xw:hover a>p{
	width:100%;
}
/* 服务中心 */
.shouqian{
	width:100%;
	height:auto;
	padding:0 0.25rem;
	box-sizing:border-box;
}
.shouqian1 img{
	width:14.92rem;
	height:auto;
	margin:0.5rem 0 0;
}
.shouqian1{
	width:100%;
	height:auto;
	text-align:center;
}
.shouqian1 div{
	width:99%;
	margin:0 auto;
	text-align:left;
	font-size:0.6rem;
	color:#666;
	line-height:1.05rem;
}
.shouqian1 div h2{
	font-weight:normal;
	line-height:2rem;
	color:#333;
	font-size:0.85rem;
}
.shouqian1 div p{
	font-size:0.6rem;
	color:#666;
	line-height:1.05rem;
}
.shouhou{
	width:100%;
	height:auto;
	padding:0 0.25rem;
	box-sizing:border-box;
}
.shouhou1 img{
	width:14.92rem; 
	height:auto;
	margin:0.5rem 0 0;
}
.shouhou1{
	width:100%;
	height:auto;
	text-align:center;
}
.shouhou1 div{
	width:99%;
	margin:0 auto;
	text-align:left;
	font-size:0.6rem;
	color:#666;
	line-height:1.05rem;
}
.shouhou1 div h2{
	font-weight:normal;
	line-height:2rem;
	margin-top:0.5rem;
	color:#333;
	font-size:0.85rem;
}
.shouhou1 div p{
  font-size:0.6rem;
  color:#666;
  line-height:1.05rem;
}
.liucheng{
	width:100%;
	height:auto;
}
.liucheng1 h2{
	font-size:0.75rem;
	line-height:2.5rem;
	font-weight:normal;
	text-align:center;
	}
.liucheng1 img{
	width:100%;
	height:auto;
}
/* 产品问答 */
.wd{
	width:100%;
}
.wd_list{
	width:100%;
}
.wd_list li{
	padding:0.5rem;
	font-size:0.65rem;
	line-height:1rem;
}
.wd_list li:nth-child(2n){
	background:#eee;
}
.wd_list li a{
	color:#333;
}
.wdny{
	width:100%;
	height:auto;
	padding:0 0.25rem;
	box-sizing:border-box;
}
.wdny h2{
	font-size:0.75rem;
	line-height:1.05rem;
	color:#333;
	font-weight:normal;
	text-align:center;
	margin-top:0.75rem;
	margin-bottom:0.75rem;
}
.wdny .shijian{
	display:none;
}
.wdny div{
	font-size:0.6rem;
	line-height:1.05rem;
	color:#585858;
}
.wdny div img{
	width:100%;
	height:auto;
}

/* **************联系我们************ */
.lxwm-nr{
	width:100%;
	height:auto;
	font-size:0.4rem;
	padding:0 0.25rem 1rem;
	box-sizing:border-box;
}
.lxwm-nr p{
	font-size:0.63rem;
	line-height:1.05rem;
	color:#585858;
	width:99%;
	margin:0 auto 0.75rem;
}
.lxwm-nr p span{
	font-size:0.75rem;
	line-height:1.3rem;
	color:#333;
}

/* arclist_pro.htm */
.content_xq{
	font-size: 0.65rem;
	width:100%;
	margin:0 auto;
	height:auto;
}
.xq_bt{
	height:1.25rem;
	width:100%;
	margin-bottom:0.5rem;
}
.xq_bt h2{
	font-size:0.7rem;
	line-height:1.13rem;
	text-transform:uppercase;
	font-weight:normal;
	color:#333;
}
.xq_bt span{
	display:block;
	width:5rem;
	height:0.13rem;
	background:#fd9b1d;
}
.title{
	width:100%;
	height:auto;
	line-height:1.25rem;
	font-size:0.75rem;
	text-align:center;
	font-weight:normal;
}
.xq_time{
	display:block;
	height:0.9rem;
	line-height:0.9rem;
	color:#999999;
	font-size:0.55rem;
	text-align:center;
}
.slt{
	width:11.25rem;
	display:block;
	margin:0.5rem auto;
	border:1px solid #e8ebf2;
}
.xq_txt{
	padding-top:0.25rem;
	font-size:0.65rem;
	line-height:1.2rem;
	color:#333;
	border-top:1px solid #274da3;
	margin-bottom:0.5rem;
}
.xq_txt img{
	max-width:100%;
	display:none;
}
.shangxia{
	height:2.5rem;
	line-height:1.25rem;
	margin-top:1rem;
	font-size:0.55rem;
	color:#333;
	background:#f4f4f4;
	padding:0 0.13rem;
	box-sizing:border-box;
}
.shangxia p a{
	color:#333;
}
.shangxia p{
	width:100%;
	text-align:left;
}

/*��������*/
.xwny{
	width:100%;
	height:auto;
}
.xwny .left{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0.25rem;
	font-size:0.6rem;
	line-height:1.05rem;
	box-sizing:border-box;
}
.xwny .left h2{
	font-size:0.75rem;
	line-height:1.05rem;
	color:#333;
	font-weight:bold;
	text-align:center;
	margin-top:0.75rem;
	margin-bottom:0.75rem;
}
.xwny .left .shijian{
	color:#999;
	text-align:center;
	font-size:0.55rem;
	padding-bottom:0.35rem;
	margin-bottom:0.35rem;
	border-bottom: 1px solid #e8ebf2;
}
.xwny .left div{
	font-size:0.6rem;
	line-height:1.05rem;
	color:#585858;
	margin-top: 0.5rem;
}
.xwny .left div img{
	width:100%;
	height:auto;
	max-width:98%;
}


.cp_content{
	
}
.cp_content>div{
	border-top: 1px dashed #DDD;
	padding: 30px 0 0;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	margin-bottom: 60px;
	margin-left: 35px;
}
.cp_content>div span{
	display: block;
}
/* 相关标签 */
.sp-title,.tags_list{margin-left: 2%;margin-right: 1%;}
.sp-title h2{font-size: 25px;font-weight: 600;color:#1291CF;text-align: center;padding-top: 10px;padding-bottom: 10px;}
.tbox{margin-bottom: 20px;}
.tbox dt{margin-bottom: 10px;}
.tbox dt strong{font-size: 20px;color: #333;font-weight: 600;}
.tbox dd{font-size: 0;}
.tbox dd a{font-size: 16px;color: #333;font-weight: normal;line-height: 25px;margin-right: 10px;}
.tbox dd a:hover{color: #CC5522;}