html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0
}

fieldset,
img {
	border: 0
}

img {
	display: block
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

ul,
ol {
	list-style: none
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

select,
input {
	vertical-align: middle
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none
}

textarea {
	resize: none
}

table {
	border-collapse: collapse
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #a30000;
}

body {
	font-family: "microsoft yahei";
	font-size: 14px;
}

.main{
	width: 100%;
}
.content{
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header{
	height: 70px;
	border-bottom: solid 1px rgba(0,0,0,0,0.09);
	box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.header .logo{
	float: left;
	padding: 10px 0;
	width: 100px;
	height: 50px;
	display: block;
}
.header .nav{
	float: left;
	overflow: hidden;
}
.header .nav li{
	float:left;
}
.header .nav li a{
	padding: 0 25px;
	line-height: 70px;
	font-size: 16px;
}
.header .nav li.selected a{
	color:#5E74AC;
}
.more{
	margin:30px auto;
	width:184px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:rgba(255,255,255,1);
	border:1px solid rgba(94,116,172,1);
	border-radius:4px;
	color:#5E74AC;
	display: block;
}
.more:hover{
	color: #fff;
	background-color: #5E74AC;
}

.footer{
	padding-top: 67px;
	padding-bottom: 60px;
	background-color: #2D3237;
	overflow: hidden;
}
.footer .left{
	width: 350px;
	float: left;
	padding-right: 46px;
	box-sizing: border-box;
	color: rgba(255,255,255,.5);
	line-height: 24px;
}
.footer .left img{
	padding-bottom: 20px;
}
.footer .center{
	position: relative;
	width: 600px;
	float: left;
}
.footer .center:before,
.footer .center:after{
	content: '';
	position: absolute;
	top: 40px;
	width:1px;
	height:94px;
	border-left:1px dashed rgba(255,255,255,0.2);
}
.footer .center:before{
	left:0;
}
.footer .center:after{
	right: 0;
}
.footer .center .footer-nav{
	padding: 0 40px;
	box-sizing: border-box;
	float: left;
}
.footer .center .footer-nav dt{
	padding-bottom: 35px;
	font-size: 16px;
	color: rgba(255,255,255,.7);
}
.footer .center .footer-nav dd{
	padding-bottom: 23px;
	text-align: center;
}
.footer .center .footer-nav dd a{
	font-size: 12px;
	color: rgba(255,255,255,.5);
}
.footer .right{
	width: 250px;
	float: left;
	text-align: center;
}
.footer .right .tel{
	padding-bottom: 24px;
	font-size: 22px;
	color: rgba(255,255,255,.6);
}
.footer .right .week{
	padding-bottom: 24px;
	color: rgba(255,255,255,.6);
}
.footer .right ul{
	overflow: hidden;
	display: flex;
}
.footer .right ul li{
	float: left;
	width: 100%;
}
.footer .right ul li img{
	margin: 0 auto;
}
.item-icon{
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-position: 0 0;
	display: inline-block;
}
/*评论*/
.item-icon-comment{
	background-image: url(http://www.guwan.com.cn/static/home/images/icon_comment.png);
}
/*浏览*/
.item-icon-eye{
	background-image: url(http://www.guwan.com.cn/static/home/images/icon_eye.png);
}
/*新闻*/
.item-icon-news{
	background-image: url(http://www.guwan.com.cn/static/home/images/icon_news.png);
}