﻿a {
	text-decoration: none;
	color: #395187;
}

.logo {
	height: 100px;
	line-height: 100px;
}

.banner {
	background: url(http://img.290365.xyz/templates/chinadevelopment/img/banner.png);
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	height: 454px;
}

.title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #888;
}

.title .item {
	float: left;
	margin-right: 30px;
	color: #003398;
	height: 36px;
}

.nav {
	position: relative;
}

.nav p {
	position: absolute;
	right: 30px;
	top: 13px;
	color: #fff;
	font-size: 14px;
}

.title .zfx {
	width: 10px;
	height: 10px;
	margin-top: 8px;
	background-color: #003398;
	display: block;
	float: left;
	margin-right: 8px;
}

.title .selected {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	height: 40px;
	border-bottom: 3px solid #003398;
}

.con {
	clear: both;
	margin-top: 20px;
}

.text {
	margin-top: 50px;
	border: 1px solid #eee;
	height: 300px;
	overflow: hidden;
}

.con li {
	height: 36px;
	line-height: 36px;
	color: #333;
	padding-left: 5px;
	list-style: disc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #CCCCCC;
}

.con li a {
	color: #333 !important;
	font-size: 16px;
	line-height: 1.4;
	font-family: 微软雅黑, "Open Sans", sans-serif;
}

.con li span {
	margin-right: 8px;
}

.tushuo {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #336799;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 3px 0;
}

.table {
	border: 1px;
	padding: 5px;
}

.table tr,
.table td {
	border: 1px solid #eee;
	text-align: left;
	padding: 5px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.table .select {
	color: #04baf7;
    font-weight: bold;
}


/*中型设备（台式电脑，992px 起）*/

@media screen and (min-width:992px) and (max-width:1200px) {
	.banner {
		height: 374px;
	}
	.rx {
		display: none;
	}
}


/*小型设备（平板电脑，768px 起）*/

@media screen and (min-width:768px) and (max-width:992px) {
	.banner {
		height: 354px;
	}
	.rx {
		display: none;
	}
}


/*手机端*/

@media screen and (max-width: 750px) {
	.banner {
		height: 142px;
	}
	.rx {
		display: none;
	}
}


/*二级页面*/

.lanmu1 {
	height: 40px;
	border-bottom: 1px solid #EEEEEE;
}

.lanmu1 .bt {
	height: 30px;
	padding-left: 10px;
	border-left: 3px solid #ef0010;
	line-height: 30px;
	font-size: 20px;
	font-weight: 600;
}

.text_title {
	height: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px #d3d3d3 solid;
}

.text_title h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px auto 5px auto;
	word-break: normal;
	word-wrap: break-word;
	white-space: normal;
}

.text_title h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 5px auto 15px auto;
	word-break: normal;
	word-wrap: break-word;
	white-space: normal;
}

.text_title h1 {
	font-size: 38px;
	font-weight: bold;
	margin: 5px auto 10px auto;
	word-break: normal;
	word-wrap: break-word;
	white-space: normal;
}

.text_title .txtbox {
	width: 1000px;
	height: 44px;
	line-height: 44px;
}

.text_title .txtbox .rqly {
	width: auto;
	height: 44px;
	line-height: 44px;
	float: left;
	text-align: left;
	color: #666666;
}

.text_title .txtbox .fenxiang {
	width: auto;
	height: 44px;
	line-height: 44px;
	float: right;
	text-align: left;
	color: #666666;
}

.text_title .txtbox .fenxiang a {
	margin-right: 10px;
}

.dqwz {
	width: 660px;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
}

.box_con {
	text-align: left;
	font-size: 16px;
	width: 660px;
	height: auto;
	line-height: 200%;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.box_con div {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.box_con span {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.box_con p {
	font-size: 16px;
	margin: 25px 0;
	line-height: 200%;
	text-indent: 2em;
}

.box_con img {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.box_con video {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.box_con object {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.box_con embed {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.box_con .wzfy {
	text-align: center;
	width: 660px;
	margin-top: 20px;
}

.lbfy {
	text-align: center;
	margin-top: 30px;
	float: left;
	width: 660px;
}

.fenye_ht {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 500px;
}

.fenye_ht ul {
	list-style: none;
}

.fenye_ht ul li {
	float: left;
}

.page-box {
	height: 30px;
}

.page-box .page a,
.page-box .page span {
	padding: 2px 7px;
	margin: 0 4px;
	font-size: 12px;
}

.page-box .page ._now {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}

.page-box .page li {
	float: left;
}

.page-box .page a {
	border: 1px solid #cccccc;
	float: left;
	_display: inline;
}

.page-box .page a:hover {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}

.page-box .page .disable,
.page-box .page .disable:hover {
	color: #cccccc;
	background-color: #FFF;
	border: 1px solid #cccccc;
}

.page-box .page .now {
	background-color: #2266bb;
	color: #ffffff;
	border-color: #2266bb;
}

.page .row {
	background-color: #304e80;
	color: #fff;
}

.box_con .edit {
	text-align: right;
	margin: 20px auto;
	font-size: 15px;
}

.box_news {
	width: 660px;
	height: auto;
	border-top: #efefef 1px solid;
}

.box_news h2 {
	text-align: left;
	padding: 15px 0 10px;
	font-size: 20px;
	font-weight: normal;
}

.box_news ul {
	width: 690px;
	height: auto;
}

.box_news ul li {
	width: 315px;
	height: 40px;
	line-height: 40px;
	margin-right: 30px;
	float: left;
}

.xwlb {
	width: 660px;
	float: left;
	height: auto;
	border-bottom: #f0f0f0 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear: both;
}

.xwlb em {
	font-style: normal;
	color: #e60012;
}

.xwlb .bt {
	line-height: 40px;
	font-size: 20px;
	width: 660px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.xwlb .jj {
	width: 660px;
	line-height: 22px;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.xwlb .rqly {
	width: 660px;
	line-height: 22px;
	font-size: 12px;
	color: #888888;
}

.xwlb .rqly span {
	margin-right: 25px;
}

.lmbox {
	margin: 30px auto;
	width: 320px;
	height: auto;
}

.lmbox ul {
	margin-top: 15px;
}

.lmbox ul li {
	height: 30px;
	line-height: 30px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: keep-all;
	overflow: hidden;
}

.lmbox .xwbox {
	width: 140px;
	height: 90px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
}

.lmbox .xwbox .tp {
	width: 140px;
	height: 90px;
}

.lmbox .xwbox .tp img {
	width: 140px;
	height: 90px;
}

.lmbox .xwbox .tp .spico {
	width: 32px;
	height: 32px;
	left: 48px;
	margin-top: -75px;
	margin-left: 48px;
	background: url('../../images/aqzg/spicox.png') no-repeat 0px 0px;
	display: block;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

.lmbox .xwbox .btbj {
	width: 140px;
	height: 30px;
	background: #000000;
	margin-top: -30px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}

.lmbox .xwbox .bt {
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: -30px;
	color: #ffffff;
	position: relative;
}

.lmbox .xwbox .bt a {
	color: #ffffff;
}

.lmbox .remen {
	margin-top: 15px;
	width: 300px;
	height: auto;
	background: url('../../images/aqzg/ejph.gif')no-repeat 0 8px;
}

.lmbox .remen li {
	height: 40px;
	line-height: 40px;
	padding-left: 35px;
	width: 275px;
}

.lmbox .splb {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 15px;
}

.lmbox .splb li {
	width: 275px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 10px;
}

.gy_top {
	width: 100%;
	height: 90px;
}

.gy_top .box {
	width: 1000px;
	height: 90px;
	margin: 0 auto;
}

.gy_top .box .logo {
	width: 162px;
	height: 50px;
	float: left;
	margin-top: 20px;
}

.gy_top .box .logo img {
	width: 162px;
	height: 50px;
}

.gy_top .box .fhsy {
	float: right;
	margin-top: 50px;
	color: #9e9e9e;
}

.gy_top .box .fhsy a {
	color: #9e9e9e;
}

.gy_nav {
	width: 100%;
	height: 50px;
	background: #e60012;
}

.gy_nav .box {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
}

.gy_nav .box li {
	width: 100px;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.gy_nav .box li a {
	color: #ffffff;
}

.gy_nr {
	width: 860px;
	height: auto;
	background: #ffffff;
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	padding: 30px 70px;
	margin: 0 auto;
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.gy_nr p {
	font-size: 16px;
	margin: 25px 0;
	line-height: 35px;
	text-indent: 2em;
}

.gy_nr img {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.gy_nr video {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.gy_nr object {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.gy_nr embed {
	text-align: center;
	padding-bottom: 5px;
	_overflow: hidden;
	margin: 0 auto;
	display: block;
	max-width: 560px;
	width: expression(document.body.clientWidth>560?"560px":"auto");
	overflow: hidden;
}

.logodiv .logo .nrlogo {
	margin-top: 0;
}

.logodiv {
	width: 100%;
}

.logodiv:before {
	display: block;
	content: '';
	clear: both;
}

.logodiv .logo {
	float: left;
	margin: 10px 0;
}

.logodiv .logo span {
	height: 60px;
	width: 120px;
	float: right;
	display: inline-block;
	margin-top: -3px;
	padding-left: 10px;
}

.logodiv .logo span img {
	width: 120px;
	height: 50px;
}

.ggright {
	width: 100%;
	height: 250px;
	text-align: center;
}

.ggright img {
	width: 320px;
	height: 260px;
}