/*全局样式*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "宋体", "微软雅黑", arial, "Hiragino Sans GB", "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}
p,
ul {
	margin: 0;
	padding: 0
}
li {
	list-style: none
}
input {
	-webkit-appearance: none;
	/*去除input默认样式*/
}
*{
	padding: 0;
	margin: 0;
	font-family: "宋体", "微软雅黑", arial, "Hiragino Sans GB", "Microsoft Yahei", Tahoma, Arial, Helvetica, STHeiti;
}
/*这个属性后，就不用考虑paddingzhi*/
.main {
	box-sizing: border-box
}
a {
	color: #262626;
	text-decoration: none
}
img {
	border: 0
}
/*上方线条*/
.renwu_zhuangtai:before {
	right: 0;
	bottom: 0;
	left: 15px;
	float: left;
	width: 100%;
	height: 1px;
	background-color: #ececec;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}
/*下方线条*/
.qianbao:after {
	right: 0;
	bottom: 0;
	left: 15px;
	float: left;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}
/*通用*/
.main {
	margin: 0 auto;
	width: 1000px
}
/*头部*/
/*对手机版头部进行隐藏*/
.domMobile,
.footer-wap,
.phnav {
	display: none
}
/*底部代码*/
.footer {
	float: left;
	padding: 10px 0;
	width: 100%;
	background-color: #1671a8;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
}
.bg,
.desc {
	display: none
}
/* ------------- 移动端------------ */
@media screen and (max-width: 767px) {
	html {
		font-size: 100px
	}
	.header-box {
		display: none
	}
	#mobileHeader {
		position: fixed;
		z-index: 1000;
		float: left;
		width: 100%;
		height: .62rem;
		background: #e2e2e2 url(http://sh.xinhuanet.com/2017/s/img/img_s_03.png) no-repeat 0 0;
		background-size: 100% .62rem;
		-webkit-background-size: 100% .62rem
	}
	.wap-header-cl {
		float: left;
		width: 100%;
		height: .62rem
	}
	#mobileHeader .logo {
		position: absolute;
		top: .03rem;
		left: .1rem;
		float: left;
		width: .63rem;
		height: .55rem;
		background: url(http://sh.xinhuanet.com/2017/s/img/img_s_05.png) no-repeat 0 0;
		background-size: 62px;
		-webkit-background-size: 62px;
	}
	.mobileNavList {
		display: none
	}
	.phnav ul {
		float: left;
		padding: .08rem 0;
		width: 100%;
		background: #f8f8f8
	}
	.phnav a {
		float: left;
		width: 25%;
		color: #333;
		text-align: center;
		font-size: .15rem;
		line-height: .28rem
	}
	.phnav:after {
		right: 0;
		bottom: 0;
		left: 15px;
		float: left;
		width: 100%;
		height: 1px;
		background-color: #dfdfdf;
		content: '';
		-webkit-transform: scaleY(.5);
		transform: scaleY(.5)
	}
	.phnav .on {
		font-weight: 700
	}
	.name {
		float: left;
		padding-left: .7rem;
		color: #fff;
		font-weight: 700;
		font-size: .18rem;
		line-height: .62rem
	}
	.candan {
		float: right
	}
	.candan a {
		float: right;
		width: .6rem;
		height: .62rem;
		text-align: center
	}
	.candan img {
		padding-top: .2rem;
		height: .22rem
	}
	.mobileNavList {
		position: fixed;
		top: .62rem;
		bottom: 0;
		z-index: 999;
		float: left;
		padding-top: .1rem;
		padding-bottom: .05rem;
		width: 100%;
		background: rgba(237, 237, 237, 1)
	}
	.mobileNavList a {
		float: left;
		box-sizing: border-box;
		margin-bottom: .1rem;
		padding: 0 .1rem;
		width: 25%;
		text-align: center
	}
	.mobileNavList a span {
		float: left;
		width: 100%;
		height: .28rem;
		border: 1px solid #d8d8d8;
		border-radius: 5px;
		background: #fff;
		color: #555;
		font-size: 12px;
		line-height: .28rem
	}
	.mobileNavList a span:hover {
		background: #b5e1f5
	}
	.footer {
		display: none
	}
	.footer-wap {
		float: left;
		box-sizing: border-box;
		margin-top: .1rem;
		padding: .15rem;
		width: 100%;
		background-color: #0268a3;
		text-align: center
	}
	.footer-wap img {
		width: .725rem
	}
	.footer-wap span {
		float: left;
		width: 100%;
		color: #fff;
		text-align: center
	}
	.footer-wap a img {
		position: fixed;
		right: .15rem;
		bottom: .15rem;
		z-index: 999;
		width: .34rem;
		border-radius: .025rem
	}
	/*轮播图*/
	.splb-header {
		background: url(http://sh.xinhuanet.com/2017/s/img/img_s_04.jpg) no-repeat !important;
	}
}