@charset "utf-8";

body {
	color: #333333;
	font-size: 14px;
	font-family: Microsoft Yahei;
	-webkit-text-size-adjust: none;
}

.body_bg {
	background: url(../images/body_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	padding: 0;
	margin: 0;
}

li,
ol,
ul {
	list-style: none;
}

img {
	border: none;
	border: 0;
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333333;
	noline: expression(this.onFocus=this.blur());
	cursor: pointer;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:hover {
	color: #0c61b0;
}

/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.clear {
		clear: both;
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		zoom: 1;
	}

	input,
	textarea {
		font-family: Microsoft Yahei;
		font-size: 14px;
	}

	input:focus {
		outline: none;
	}

	.clearfix {
		*zoom: 1
	}

	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: ""
	}

	.clearfix:after {
		clear: both
	}

	.clear {
		clear: both;
	}

	.headerbox {
		width: 100%;
		margin: 0 auto;
	}

	.warp {
		clear: both;
		margin: 0 auto;
		width: 1000px;
	}

	.top {
		background: #eee;
		border-bottom: 1px solid #ddd;
		line-height: 32px;
		text-align: right;
		border-top: 2px solid #676767;
		height: 40px;
		width: 100%;
	}

	.top a {
		background: url("../images/head_box.png") center top no-repeat;
		width: 110px;
		padding: 0 0 0 15px;
		display: block;
		float: right;
		text-align: center;
		color: #FFF;
		font-size: 12px;
	}

	.top a:hover {
		background-position: center -35px;
		text-decoration: none;
	}

	.top span {
		display: inline-block;
		padding: 0 30px;
		display: block;
		float: right;
	}

	.mainNav {
		background-color: #f2f2f2;
		border-top: 1px solid #ddd;
		height: 49px;
		line-height: 50px;
		position: relative;
		border-bottom: 6px solid #268bcb;
		margin-bottom: 10px;
	}

	.mainNav ul {
		margin: 0 auto;
		width: 1010px;
	}

	.mainNav li {
		display: inline;
		float: left;
		text-align: center;
		width: 100px;
		border-right: 1px solid #f2f2f2;
	}

	.mainNav li a:hover,
	.mainNav li a.on {
		background-color: #268bcb;
		color: #fff;
	}

	.mainNav li a {
		color: #333333;
		display: block;
		font: bold 14px/49px arial;
		text-decoration: none;
		border-bottom: 6px solid #268bcb;
	}

	.mainNav li.n_red a {
		border-color: #EA2424;
	}

	.mainNav li.n_blue a {
		border-color: #4FA6DE;
	}

	.mainNav li.n_green a {
		border-bottom-color: #6DB909;
	}

	.mainNav li.n_orange a {
		border-bottom-color: #FD6F21;
	}

	.mainNav .n_red a:hover,
	.mainNav .n_red a.on,
	.mainNav .n_red a.hover {
		background-color: #EA2424;
		color: #fff;
	}

	.mainNav .n_blue a:hover,
	.mainNav .n_blue a.on,
	.mainNav .n_blue a.hover {
		background-color: #4FA6DE;
		color: #fff;
	}

	.mainNav .n_green a:hover,
	.mainNav .n_green a.on,
	.mainNav .n_green a.hover {
		background-color: #6DB909;
		color: #fff;
	}

	.mainNav li.n_orange a:hover,
	.mainNav.n_orange li a.on,
	.mainNav.n_orange li a.hover {
		background-color: #FD6F21;
		color: #fff;
	}

	.mainNav li.n_red a.hover {
		background-color: #EA2424;
		color: #fff;
	}

	.mainNav li.n_blue a.hover {
		background-color: #4FA6DE;
		color: #fff;
	}

	.mainNav li.n_green a.hover {
		background-bottom-color: #6DB909;
		color: #fff;
	}

	.mainNav li.n_orange a.hover {
		background-color: #FD6F21;
		color: #fff;
	}

	.mainNav li a.hover {
		background-color: #268bcb;
		color: #fff;
	}

	.crumb {
		background: url("../images/icon.png") left top no-repeat;
	}

	.contAll h2 span {
		background: url("../images/icon.png") left top no-repeat;
	}

	.footerbox {
		width: 100%;
		margin: 0 auto;
	}

	.di {
		width: 100%;
		height: 48px;
		background: #2a6aa7;
		text-align: center;
		line-height: 48px;
		color: #fff;
	}

	.di a {
		color: #fff;
	}

	.di span {
		margin: 0 25px 0 25px;
	}

	/*footer*/
	.footer {
		background-color: #dee0e2;
	}

	.footer .footer-menu {
		font-size: 18px;
		color: #fff;
		background-color: #2a6aa7;
	}

	.footer .footer-menu .container {
		text-align: center;
	}

	.footer .footer-menu font {
		font-family: "宋体";
	}

	.footer .footer-menu a {
		margin-right: 25px;
		margin-left: 25px;
		color: #fff;
		line-height: 48px;
	}

	.footer .footer-menu a:hover {
		text-decoration: underline;
	}

	.footer .footer-grid {
		position: relative;
		padding: 20px 25% 20px 100px;
		text-align: left;
		line-height: 180%;
	}

	.footer .footer-grid .bqxx {
		font-size: 15px;
		line-height: 2em;
	}

	.footer .footer-grid .bqxx span {
		display: inline-block;
		margin-right: 10px;
		margin-left: 10px;
	}

	.footer .footer-grid .biaozhi {
		position: absolute;
		width: 80px;
		top: 50%;
		left: 8px;
		margin-top: -40px;
		text-align: center;
	}

	.footer .footer-grid .jiucuo {
		position: absolute;
		width: 25%;
		top: 50%;
		right: 0;
		margin-top: -36px;
		text-align: center;
	}

	.footer .footer-grid .jiucuo img {
		margin: 0 10px;
	}

	/*page*/
	.pagediv {
		clear: both;
		padding: 20px 0;
		text-align: center;
		color: #333;
		font-size: 14px;
	}

	.pagediv .pagination_index_last * {
		vertical-align: middle\9;
	}

	.pagediv .arrow {
		margin: 0 2px 5px;
	}

	.pagediv .arrow a,
	.pagediv .index_num {
		display: inline-block;
		padding: 0 8px;
		line-height: 28px;
		border: #b5b5b5 1px solid;
		background: url(../images/page_num.gif) repeat-x;
		border-radius: 3px;
	}

	.pagediv .index_num {
		border: #b5b5b5 1px solid;
		background: #fdfdfd;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
	}

	.pagediv a:hover {
		background: #fff;
		color: #000;
		text-decoration: none;
	}

	.pagination_index_last {
		padding-left: 15px;
	}

	.pagination_index_last a {
		display: inline-block;
		padding: 0 8px;
		line-height: 28px;
		border: #b5b5b5 1px solid;
		background: url(../images/page_num.gif) repeat-x;
		border-radius: 3px;
	}

	#pagination_input {
		width: 40px;
		margin: 0 2px;
		height: 28px;
		border: #b5b5b5 1px solid;
		background: #fff;
		text-align: center;
		border-radius: 3px;
	}

}