/* 公用 */
* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "微软雅黑" !important;
	color:#333333;
	font-size: 16px;
}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
a{color: #333333;}
/* a:hover{color:#9c020d;} */
*:focus{outline:none;}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

table {
	max-width: 100% !important;
	border-spacing: 0;
}
.bt-left {
	float: left;
}

.bt-right {
	float: right;
}

.bt-clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
}
.bt-width-1200{
	width:1200px;
	margin:0 auto;
}
/* 头部 */
.top{
	background: #9c020d;
}
.banner{
	height:146px;
}
.banner .logo{
	float: left;
	width:450px;
	margin-top:25px;
}
.nav{
	float:right;
	margin-top:80px;
}
.nav li{
	float:left;
	height:45px;
	line-height: 45px;
}
.nav li a{
	color:#fefefe;
	display:block;
	padding:0 19px;
}
/* .nav li a:hover{
	background: url(navbg.jpg) repeat-x;
} */
/* 主内容 */
.main_bg{
	background: #FFFFFF;
}
.main{
	margin-top:50px;
	margin-bottom:70px;
}
.content{
	width:1200px;
	margin:0 auto;
	min-height: 550px;
	background: #FFFFFF;
	border: 1px solid black;
}
.wz_tit{
	padding:15px;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.1;
}
.wz_con{
	padding:15px;
	border-top:1px solid black;
}
.wz_con p{
	margin: 20px;
	font-size: 18px;
	line-height: 200%;
}
.wz_con img{
	display: block;
	margin: auto;
	width: 100%;
	vertical-align: middle;
	border: 0;
}
.wz_back{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	display:none;
}
.back-button{
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	border:2px solid #333333;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	text-align: center;
	padding: 6px 12px;
	font-size: 14px;
}
.back-button:hover{
	background-color: #333333;
	color: white;
}
/* 底部版权 */
.footer{
	background: #333333;
	font-size:19px;
	color:#999999;
	height:395px;
}
.footer a{
	color:#999999;
}
.foot_nr{
	padding-top:55px;
}
.foot_nr li{
	float:left;
	width:110px;
}
.foot_nr li p{
	margin-top:20px;
}
.foot_nr li .foot_tit{
	color:#f5f5f5;
}
.foot_nr .yqlj{
	margin-top:45px;
}
.foot_nr .yqlj img{
	margin-left:20px;
}
.foot_nr .line{
	border-top:1px solid #898989;
	margin-top:50px;
	padding:0 10px;
	font-size:14px;
	padding-top:10px;
}