@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}
ul,li,ol,dl,dt,dd{list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; }
table{border-collapse:collapse;border-spacing:0}
audio,canvas,video { display: inline-block;*display: inline;*zoom: 1;}
fieldset,img{border:0}
caption,th{text-align:left}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}
a{text-decoration:none;color: #666;}
a:hover{text-decoration:none;cursor: pointer;}
html,body{
	font-family: "思源黑体";
	*font-family: "思源黑体";
	color: #666;
}
.boxSizing{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img{
	-moz-user-select:none;/*火狐*/
	-webkit-user-select:none;/*webkit浏览器*/
	-ms-user-select:none;/*IE10*/
	-khtml-user-select:none;/*早期浏览器*/
	user-select:none;
}
body{
	position: relative;
	min-width: 1200px;
	overflow-x: auto;
}
a:hover{color: #b61c22;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.bgfff{background-color: #fff !important;}
.font18{font-size: 18px;color: #333;line-height: 2em;}
.font16{font-size: 16px;color: #333;line-height: 2em;}
.font14{font-size: 14px;color: #333;line-height: 2em;}
/*编辑器*/
.text{font-size: 16px;color: #666;line-height: 2em;word-wrap: break-word;word-break: normal;}
.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.text *{max-width: 100%;}
.color333{color: #333333;}
.mContent{
	width: 950px;
	margin: 0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding: 30px;
}

.mtitle{
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	font-size: 30px;
	padding-left: 20px;
	position: relative;
}
.mtitle h2,.mtitle p{
	display: inline-block;
	text-transform: uppercase;
}
.mtitle h2{
	color: #333;
	font-size: 30px;
}
.mtitle p{
	color: #eeeeee;
	font-size: 30px;
	font-weight: bold;
	margin-left: .5em;
}
.mtitle:before{
	height: 1em;
	width: 4px;
	content: '';
	position: absolute;
	display: block;
	background: #d20a10;
	left: 0;
	top: 50%;
	margin-top: -.5em;
}
.mContent .text img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}

.mneitit{
	color: #333;
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.y_tit2{
	width: 100%;
	position: relative;
	margin-top: 50px;
	margin-bottom: 30px;
}
.y_tit2 h3{
	font-size: 24px;
	color:#333;
	padding-left: 20px;
}
.y_tit2:before{
	content: "";
	width: 4px;
	height: 24px;
	background-color:#d20a10 ;
	position: absolute;
	left: 0;
	top: 3px;
}
.table {
	margin-bottom:50px;
}
.table table{
	width: 100%;
}
.table table th{
	width: 24%;
	height: 50px;
	border: 1px solid #fff;
	background: #a7c6f5;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.table table th.th1{
	width: 28%;
	
}
.table table td{
	height: 40px;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px 20px;
	color: #333;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

