/* 
* @Author: wangweiming
* @Date:   2015-10-13 15:48:16
* @Last Modified by:   zty
* @Last Modified time: 2016-02-26 15:54:58
*/
/*初始化*/
html{ width:100%;overflow-x:hidden}
*{ font-size:"微软雅黑"}
body,ul,li,ol,p,h1,h2,h3,h4,h5,h6,form,input,dl,dt,dd{ margin:0; padding:0;}
body{ font-size:14px; font-family:"微软雅黑"; color:#fff; line-height:1.7; overflow-x: hidden;}
a{ text-decoration:none; color: #fff;}
input:focus{ outline:none;}
ul{ list-style:none;}
img{ border:none;}
textarea{ resize:none;}
button:hover{ cursor:pointer;}
.clear{ clear:both; overflow:hidden; height:0;}
.fl{ float:left;}
.fr{ float:right;}
.abs{ position:absolute;}
.rel{ position:relative;margin-left: -264px;}
.content{width: 1300px;margin: 0 auto;}
.em{text-indent: 2em;}
.tac{text-align: center;}
.blod{font-weight: 700;}
/*初始化结束*/
header{
	height: 120px;
	background: #b01116;
}
.logo{
	margin-left: 85px;
}
.collection li{
	float: left;
	border-left: 1px solid #fea6b1;
}
.collection a{
	color: #fea6b1;
	padding: 5px 17px 0;
}
.rb{
	margin-top: 10px;
	margin-right: 100px;
}
.rblogo{
	margin-right: 20px;
}
nav{
	height: 60px;
	background: #8b0d0e;
}
nav ul{
	display: table;
	width: 100%;
}
nav a{
	font-size: 16px;
	color: #ffe4e4;
	line-height: 28px;
	border-left: 1px solid #ffe4e4;
	margin: 16px 0;
	display: block;
}
nav ul li{
	display: table-cell;
	text-align: center;
}
nav ul li:hover{
	background: #2e0002;
}
footer{
	margin-top: 80px;
	padding-top: 65px;
	height: 200px;
	background: #8b0d0e;
}
.nav_list>li{
	margin-right: 50px;
	float: left;
}
.foot_cont{
	width: 1200px;
	margin: 0 auto;
}
.nav_title{
	font-size: 14px;
}
.nav_item{
	font-size: 12px;
	line-height: 2;
}
.qrcard{
	border: 9px solid #b01116;
}
.cont_box{
	width: 400px;
	margin-right: 5px;
}
.mb{
	margin-bottom: 20px;
}