@charset "utf-8";

/* CSS 前台通用 */

body {
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	font: 16px/26px 'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体';
	background-color: #fff;
}

.box {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.font-yahei {
	font-family: 'Arial', 'Microsoft YaHei', '微软雅黑', 'SimSun', '宋体';
}

.font-song {
	font-family: 'Arial', 'SimSun', '宋体';
}

ul,
ol {
	list-style: none;
}

img {
	display: block;
	border: none;
}

.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

a,
a:link,
a:visited {
	color: #056596;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover,
a:hover {
	color: #056596;
	text-decoration: none;
}


/* 页头 */

header {
	height: 90px;
}

header .header {
	width: 100%;
	height: 90px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 100;
	background: #fff;
	opacity: 1;
	transition: all 0.4s ease;
	/*官方标准*/
	-webkit-transition: all 0.4s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.4s ease;
	/*Firefox*/
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	/*Opera*/
}

header .header-scrolled {
	height: 70px;
	opacity: 0.9;
}

header .header::after {
	clear: both;
}

header .header .logo {
	height: 90px;
	line-height: 90px;
	padding-top: 25px;
	float: left;
	transition: all 0.4s ease;
	/*官方标准*/
	-webkit-transition: all 0.4s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.4s ease;
	/*Firefox*/
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	/*Opera*/
}

header .header .logo-scrolled {
	height: 70px;
	padding-top: 15px;
	line-height: 70px;
}

header .header .logo h1 {
	margin: 0;
	padding: 0;
}

header .header .logo img {
	border: none;
	vertical-align: middle;
}

header .header .code {
	height: 12px;
	line-height: 12px;
	margin: 43px 0 35px 30px;
	color: #999;
	font-size: 12px;
	float: left;
	transition: all 0.4s ease;
	/*官方标准*/
	-webkit-transition: all 0.4s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.4s ease;
	/*Firefox*/
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	/*Opera*/
}

header .header .code-scrolled {
	margin: 33px 0 25px 30px;
}

header .header nav {
	height: 90px;
	line-height: 90px;
	float: right;
	transition: all 0.2s ease;
	/*官方标准*/
	-webkit-transition: all 0.2s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.2s ease;
	/*Firefox*/
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	/*Opera*/
}

header .header .nav-scrolled {
	height: 70px;
	line-height: 70px;
}

header .header nav ul {
	margin: 0;
	padding: 0;
}

header .header nav ul li {
	list-style: none;
	float: left;
}

header .header nav ul li a.general {
	height: 100%;
	padding: 0 15px;
	color: #4c4c4c;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease;
	/*官方标准*/
	-webkit-transition: all 0.2s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.2s ease;
	/*Firefox*/
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	/*Opera*/
}

header .header nav ul li a.general span {
	height: 1px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50%;
	margin-bottom: -24.5px;
	display: inline-block;
	/*background: 广告;*/
	opacity: 0;
	transition: all 0.2s ease;
	/*官方标准*/
	-webkit-transition: all 0.2s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.2s ease;
	/*Firefox*/
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	/*Opera*/
}

header .header nav ul li a.general:hover {
	color: #333;
}

header .header nav ul li a.general:hover span {
	margin-bottom: -18.5px;
	opacity: 1;
}

header .header nav ul li a.focus {
	height: 100%;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	position: relative;
}

header .header nav ul li a.focus span {
	height: 1px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50%;
	margin-bottom: -18.5px;
	display: inline-block;
	background: #d73955;
	opacity: 1;
}


/*
header #back_top { position:absolute; left:0; top:0; display:none; z-index:99; cursor:pointer; }
*/

header #back_top {
	width: 38px;
	height: 38px;
	margin: -19px 1px 0 0;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	cursor: pointer;
	display: none;
}


/* 频道导航 */

.channel {
	width: 100%;
	height: 85px;
	line-height: 85px;
	text-align: right;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.25) inset, 0 -2px 2px -1px rgba(0, 0, 0, 0.25) inset;
	position: fixed;
	top: 90px;
	left: 0;
	z-index: 100;
	background: #fff;
	opacity: 1;
	transition: all 0.4s ease;
	/*官方标准*/
	-webkit-transition: all 0.4s ease;
	/*Safari、Chrome*/
	-moz-transition: all 0.4s ease;
	/*Firefox*/
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	/*Opera*/
}

.channel-scrolled {
	height: 65px;
	line-height: 65px;
	opacity: 0.9;
	top: 70px;
}

.channel a {
	height: 100%;
	padding: 0 13px;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
	position: relative;
}

.channel a:hover {
	background: #e9e9e9;
}

.channel a.doc {
	height: 35px;
	line-height: 35px;
	padding: 0 12px;
	margin: 25px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background: #333;
	display: inline-block;
	float: right;
}

.channel a.doc:hover {
	background: #d32614;
}

.channel a.doc-scrolled {
	margin: 15px 0;
}


/* 频道Banner */

.banner {
	height: 480px;
}

.banner .area {
	height: 100%;
	position: relative;
}

.banner .area a {
	background: #a00f16;
	position: absolute;
	top: 400px;
	right: 0;
}

.banner .area a:hover {
	background: #c22f38;
}

.banner .area a:nth-child(2) {
	right: 120px;
}


/* 浏览路径 */

.path {
	padding: 10px 0 0 0;
	margin: 40px 0 20px 0;
	border-top: 1px solid #ddd;
	font-size: 14px;
	color: #333;
}

.path h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
}

.path a {
	color: #333;
	text-decoration: none;
}

.path a:hover {
	text-decoration: underline;
}

.path span {
	margin: 0 10px;
	display: inline-block;
	color: #999;
}


/* 页脚 */

footer {
	height: auto;
}

footer .part1 {
	padding: 70px 0;
	background: #004273;
	overflow: hidden;
}

footer .part1 .area {
	padding: 0 0px 0 70px;
	overflow: hidden;
}

footer .part1 .area .friendly-link {
	margin-bottom: 30px;
}

footer .part1 .area .friendly-link::after {
	clear: both;
}

footer .part1 .area .friendly-link .sign {
	height: 100%;
	padding-right: 20px;
	float: left;
}

footer .part1 .area .friendly-link a {
	margin-right: 20px;
	color: #fff;
	text-decoration: none;
	float: left;
}

footer .part1 .area .friendly-link a:hover {
	text-decoration: underline;
}

footer .part1 .area dl {
	width: 20%;
	float: left;
}

footer .part1 .area dl dt {
	margin: 0 0 12px 0;
	padding: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	width: 70px;
	text-align: center;
}

footer .part1 .area dl dd {
	line-height: 30px;
	margin: 0;
	font-size: 14px;
	width: 70px;
	text-align: center;
}

footer .part1 .area dl dd a {
	color: #FFF;
	text-decoration: none;
}

footer .part1 .area dl dd a:hover {
	color: #e9e9e9;
}

footer .part1 .area::after {
	clear: both;
}

footer .part2 {
	padding: 15px 0 30px 0;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 400;
}

footer .part2 .logo {
	width: 300px;
	height: 60px;
	float: left;
}

footer .part2 .logo img {
	margin-top: 25px;
	border: none;
}

footer .part2 .sign {
	width: 90px;
	height: 100%;
	line-height: 60px;
	padding: 15px 0 0 0;
	font-weight: 700;
	text-align: right;
	float: left;
}

footer .part2 .list {
	width: 780px;
	height: auto;
	float: left;
}

footer .part2 .list::after {
	clear: both;
}

footer .part2 .list a {
	width: 235px;
	height: 60px;
	margin: 15px 0 0 25px;
	float: left;
	display: inline-block;
}

footer .part2 .list a img {
	width: 235px;
	height: 60px;
	border: none;
}

footer .part2::after {
	clear: both;
}


/*foot*/

.foot {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0px;
}

.foot-con {
	text-align: center;
	line-height: 16px;
	font-size: 14px;
}


/* 表单元素样式 */

.input-text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	padding: 4px;
}

.input-textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	line-height: 22px;
	padding: 4px;
}

.input-select {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 32px;
	line-height: 22px;
	padding: 4px;
}

.input-select option {
	background: #F2F2F2;
	border-radius: 3px;
	cursor: pointer;
	margin: 3px;
	padding: 4px 8px;
	text-shadow: none;
}

.input-select:focus,
.input-text:focus,
.input-textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
}

.error input,
.error select,
.error textarea {
	border-color: #B94A48;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #B94A48;
}

.input-btn {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	float: left;
	border: none;
	cursor: pointer;
}

.input-btn-login {
	background: #00BB00;
}

.input-btn-login:hover {
	background: #00DD00;
}

.input-btn-regist {
	background: #6699FF;
}

.input-btn-regist:hover {
	background: #9999FF;
}

.input-btn-cancel {
	background: #333666;
}

.input-btn-cancel:hover {
	background: #888888;
}


/* 提示、警告样式 */

.alert {
	height: 12px;
	line-height: 12px;
	background: url(/images/check_error.gif) no-repeat 6px center;
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px;
	color: #C09853;
	font-size: 12px;
	text-indent: 16px;
	margin-top: 5px;
	padding: 7px 9px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #468847;
}

.alert-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.alert-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

#subfocus {
	height: 1px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 50%;
	margin-bottom: -18.5px;
	display: inline-block;
	background: #ca3850;
	opacity: 1;
}