body {
	background: #ffffff;
	font-family: '微软雅黑', sans-serif;
	margin: 0;
	color: #666666;
	line-height:1.5em;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

a{ color:#666666; text-decoration:none; }
a:hover{ color:#ff692c; text-decoration:none; }
.clear{ clear:both; }
.screen {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.content {
	position: relative;
	background-color: #ffffff;
	width: 100%;
	height: auto !important;
}
.mtnav{ margin-top:4.65em; }
/**
* Navigation Defaults
*/
.nav {
	width: 100%;
	height: 3.5em;
	position: fixed;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav_active .nav {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	opacity: 1;
	top: 4.65em;
	background: #333333;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.nav_list {
	margin: 0;
	padding: 10px;
}

.nav_item {
	list-style-type: none;
	text-align: left;
}

.nav_link {
	font-size: 1.3em;
	line-height: 3em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	opacity: 1;
}

.nav_trigger {
	display: block;
	position: fixed;
	width: 30px;
	height: 30px;
	left: 16px;
	top: 22px;
	z-index: 200;
}

.nav_icon {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 25px;
	background: url(../images/nav_icon.png) no-repeat;
}

.nav_active .nav_trigger {
	opacity: 1;
}

.nav_active .nav_trigger .nav_icon {
	width: 25px;
	height: 25px;
	background: url(../images/nav_icon_hover.png) no-repeat;
}

.content h1.title {
	color: #fff;
	font-size: 1.5em;
	line-height: 2.1em;
	background: #ff692c;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0px;
	font-weight: normal;
	padding:12px 0;
}

.content h1.title img {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	border: 2px solid #fff;
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

.content h1.title span {
	margin-left: 46px;
}

.content .focus {
	width: 100%;
	margin-top: 5em;
}

.content .focus img {
	width: 100%;
	height: auto !important;
}

.content .top {
	font-size: 1em;
	line-height: 2em;
	background: #ff692c;
	text-align: right;
	padding-right: 10px;
	margin-top: 0.8em;
	clear:both;
}

.content .top a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.content .copyright {
	padding:8px 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 60px;
}
.content .copyright a{}
.content .contact{ width:100%; bottom:0; position:fixed; z-index:999; height:60px; background: #ff692c; color:#ffffff; line-height:0.9em;  }
.content .contact .qq a, .content .contact .wx a{ color:#ffffff; text-decoration:none; display:block;  }
.content .contact .qq{ width:50%; padding:6px 0; text-align:center; font-size:0.8em; float:left; }
.content .contact .wx{ width:50%; padding:6px 0; text-align:center; font-size:0.8em; float:left; }

.content .focus h2{ background: url(../images/icon_title.jpg) no-repeat left #000000; color:#ff692c; line-height:2.5em; margin-top:-6px; font-weight:normal; font-size:1.5em; padding-left:1em;  }
.content .list h2{ background: url(../images/icon_title.jpg) no-repeat left #000000; color:#ff692c; line-height:2.5em; margin-top:-6px; font-weight:normal; font-size:1.5em; padding-left:1em;  }
.content .list{ margin-top:-6px; padding-top:1.5em; background:#000000; }
.content .list .row2{ margin:2%; background:#000000; }
.content .list .row2 img{ width:49%; float:left; border:2px solid #ffffff; box-sizing: border-box;}
.content .list .row2 .left img{ margin-right:2%; margin-bottom:0.5em; }
.content .list .row{ margin: auto 4%; background:#000000; padding-bottom:1em;  }
.content .list .row li a{ color:#FF0004; font-size:1.2em; line-height:2em; display:block; border-bottom:1px #111111 dashed; }

.content h1.back {
	color: #fff;
	font-size: 1.5em;
	line-height:2.1em;
	background: #ff692c;
	text-align: center;
	position: fixed;
	width: 100%;
	top: 0px;
	font-weight: normal;
	padding:12px 0;
}
.content h1.back img {
	width: 42px;
	height: 42px;
	float: left;
	margin-left: 10px;
	margin-top: 3px;
}

.content .article {
	padding:2%;
	margin-top: 5em;
}
.content .article h2{ line-height:1.5em; }
.content .article .con{ margin-top:2em; font-size:1.2em; line-height:2em; }
.content .article .con img{ text-align:center; width:100%; height:100%; }
