﻿@charset "utf-8";
	body,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
	margin:0px;
	padding:0px;
	font-weight:normal;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
body,button,input,select,textarea,h1,h2,h3,h4,h5,h6,i {
	font:normal 62.5% Microsoft YaHei,Arial,"\5b8b\4f53",tahoma;
}
body {
    /*padding-top: 50px;*/		
	min-width:1200px;
	margin:0;
	/*padding:0;
    background: url(http://www.qxedz.com/100.jpg) no-repeat 50% top;*/	
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:5px 6px;
	background-color:#f2f2f2;
}
ul,ol,li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
	vertical-align:top;
}
button,input,select,textarea {
	font-size:100%;
	vertical-align:middle;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.fixed:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.fixed {
	*zoom:1;
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.wd {
	margin:0 auto;
	width:1200px;
}
.wd10 {
	margin:0 auto;
	width:1000px;
}
/* reset.css V1.0  End */
.p_scale {
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
}
.overflow {
	height:auto;
	overflow:hidden;
}
/*header*/
.header {
	position:relative;
	z-index:1;
}
.headTop {
	height:200px;
}
.logo {
	float:left;
	margin-top:50px;
	width:496px;
	height:80px;
}
#top_main {
}
#top {
	height:20px;
	text-align:right;
	padding-top:15px;
	font-size:14px;
	font-family: fzyouhk_512b,微软雅黑,宋体;
}
#top_1 {
	float:left;
	text-align:left;
}
#top_2 {
	float:right;
	text-align:right;
}
#top .MobileEdition {
	font-weight:bold;
	color:#fff;
}
#top a {
	color:#fff;
	font-weight:bold;
	border-right: 1px solid #9d9d9d;
}
#top a:hover {
	color:#ccc;
	font-weight:bold;
	text-decoration:none
}
.logo img {
	width:80%;
	height:auto;
}
.headRig {
	float:right;
	padding-top:35px;
	text-align:right;
}
.lang {
	font-size:1.4em;
	color:#004987;
}
.lang span {
	display:inline-block;
	padding:0 14px;
}
.lang a {
	display:inline-block;
	color:#004987;
}
.search {
	width:268px;
	height:32px;
	border:1px solid #9bc0df;
	padding-left:10px;
	margin-top:21px;
}
.search input {
	display:block;
	float:left;
	height:32px;
	line-height:32px;
	color:#999;
	border:0;
	background:none;
}
.search input[type="text"] {
	width:238px;
	font-size:1.4em;
}
.search input[type="submit"] {
	width:22px;
	cursor:pointer;
	background:url(../images/search.jpg) no-repeat center center;
}
.mobileNavTit {
	display:none;
}
/*菜单*/

.navbox {
	height:60px;
	background-position:0 -138px;
	background-repeat:repeat-x;
	position:relative;
	z-index:9;
	background-color:#015293;
	margin:0 auto;
}
.nav {
	width:1200px;
	margin:0 auto;
}
.nav li {
	float:left;
	height:60px;
	position:relative;
	width:235px;
	text-align:center;
	border-left:1px solid #ffffff;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.nav li.last {
	background:none;
}
.nav li.first {
	border-left:0px solid #FFF;
}
.nav li a {
	display:block;
	height:60px;
	overflow:hidden;
}
.nav li a span {
	display:block;
	line-height:60px;
	font-size:22px;
	color:#fff;
	font-weight:500;
	cursor:pointer;
	width:235px;
	text-align:center;
	font-family: "FZYouHK_512B","微软雅黑","宋体";
}
.nav li.selected a,.nav li a.selected {
	background-position:0 -60px;
	text-decoration:none;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.nav li.selected a span,.nav li a.selected span {
	background-position:100% -60px;
	background:url(../images/navbg.jpg);
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.nav li.selected .submenu {
	display:block;
}
.nav li .submenu {
	display:none;
	position:absolute;
	top:60px;
	left:0px;
}
.nav li .submenu {
	width:190px;
	background:#fff;
}
.nav li .submenu {
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	-moz-box-shadow:0 5px 5px #D3D3D3;
	-webkit-box-shadow:0 5px 5px #D3D3D3;
	box-shadow:0 5px 5px #D3D3D3;
}
.nav li .submenu li {
	float:none;
	padding:0;
	border-bottom:dotted 1px #BEBEBE;
	font-size:2em;
	height:40px;
	line-height:40px;
}
.nav li .submenu li.last {
	border:none;
}
.nav li .submenu li a {
	float:none;
	padding:0;
	text-align:center;
	height:40px;
	line-height:40px;
	background:none;
}
.nav li .submenu li a:hover {
	background:#82c1ee;
	font-weight:bold;
}
/*轮播图*/
.fullSlide {
	position:relative;
	height:500px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	margin:0 auto!important;
}
.fullSlide .bd li {
	
	height:500px!important;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:500px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#004987;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/skin/img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
/*banner*/
.banner {
	width:1200px;
	margin:0 auto;
}
.banner .item {
	width:1200px;
	height:220px;
}
.banner .item a {
	display:block;
	width:100%;
	position:absolute;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.indexMain {
	}/*news*/
.newsBox {
	height:310px;
	overflow:hidden;
}
.newsBoxLeft {
	float:left;
	width:790px;
}
.indexTitle {
	height:auto;
	overflow:hidden;
	padding:42px 0 0px 30px;
	background:url(../images/icon2.png) no-repeat 0 40px;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.indexTitle b {
	display:inline-block;
	color:#004987;
	font-size:2em;
}
.indexTitle span {
	display:inline-block;
	color:#004987;
	margin-left:5px;
	font-size:1.0em;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.indexTitle a {
	display:block;
	color:#004987;
	font-size:1.4em;
	font-weight:bold;
	margin:11px 10px 0 0;
	float:right;
	font-family:"FZYouHK_512B","微软雅黑","宋体";
}
.indexTitle a:hover {
	color:#ba8940;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
/*indexNews*/
.indexNews {
	float:right;
	height:auto;
	overflow:hidden;
	width:373px;
	padding-top:2px;
}
.indexNews li {
	height:38px;
	overflow:hidden;
	background:url(../images/dian.jpg) repeat-x 0 bottom;
}
.indexNews li a {
	display:block;
	color:#000;
	height:37px;
	line-height:37px;
	overflow:hidden;
	font-size:1.8em;
}
.indexNews li a:hover {
	color:#004987;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.indexNews li b {
	display:block;
	color:#004987;
	height:37px;
	line-height:37px;
	overflow:hidden;
	font-size:1.4em;
	padding-left:3px;
	width:70px;
	float:left;
}
.newsBoxRight {
	float:right;
	position:relative;
	width:361px;
}
.slideNotice {
	position:relative;
}
.slideNotice .indexNews {
	width:361px;
}
.slideNotice .hd {
	position:absolute;
	right:2px;
	top:-55px;
	height:31px;
	line-height:31px;
	width:130px;
	border-bottom:1px solid #ccdae5;
}
.slideNotice .hd ul {
	position:absolute;
	left:0;
	top:-1px;
	height:32px;
}
.slideNotice .hd ul li {
	float:left;
	width:65px;
	cursor:pointer;
	font-size:1.4em;
	text-align:center;
}
.slideNotice .hd ul li a {
	color:#00457b;
	display:block;
}
.slideNotice .hd ul li.on {
	height:30px;
	border:1px solid #ccdae5;
	border-bottom:2px solid #fff;
	width:63px;
}
/*indexAd*/
.indexAd .item,.linkImg .item {
	width:100%;
	overflow:hidden;
}
.indexAd .item:hover img,.linkImg .item:hover img {
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.iconList {
	height:auto;
	overflow:hidden;
	margin-top:44px;
}
.iconList li {
	float:left;
	text-align:center;
}
.iconList li a {
	display:block;
	color:#fff;
	width:180px;
	height:116px;
	padding-top:24px;
}
.iconList li a img {
	display:block;
	width:66px;
	height:66px;
	margin:0 auto 10px;
}
.iconList li a div {
	font-size:1.6em;
}
.iconList li.li1 a {
	background-color:#0084d2;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.iconList li.li2 a {
	background-color:#2cb168;
	border-bottom:1px solid #fff;
}
.iconList li.li3 a {
	background-color:#745db9;
	border-right:1px solid #fff;
}
.iconList li.li4 a {
	background-color:#009aaf;
}
.iconList li:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.newsDiv {
	width:380px;
	float:left;
	margin-left:30px;
}
.newsDiv:first-child {
	margin-left:0;
}
.newsDiv .indexNews {
	width:100%;
}
.newsDiv .indexNews li,.slideNotice .indexNews li {
	position:relative;
}
.newsDiv .indexNews li b,.slideNotice .indexNews li b {
	position:absolute;
	left:0;
	top:0;
	float:none;
	z-index:5;
}
.newsDiv .indexNews li a,.slideNotice .indexNews li a {
	margin-left:78px;
}
/*link*/
.link {
	height:auto;
	overflow:hidden;
	padding:40px 0;
}
.linkText {
	float:left;
	height:30px;
	line-height:30px;
	font-weight:bold;
	color:#004887;
	font-size:2em;
}
.linkSelect {
	margin-left:105px;
}
.linkSelect li {
	float:left;
	width:20%;
}
.linkDiv {
	margin-left:20px;
	height:28px;
	border:1px solid #c7ddf4;
}
.customSelect {
	height:28px;
	line-height:28px;
	font-size:1.4em;
	color:#004987;
	background:url(../images/icon1.jpg) no-repeat right center;
	width:100%;
	text-indent:9px;
}
.customSelectInner {
	cursor:pointer;
	line-height:28px;
	text-align:left;
	width:100% !important;
}
/*footer*/
.footer {
	height:130px;
	overflow:hidden;
	color:#d4dbe5;
	line-height:24px;
	text-align:center;
	padding:29px 0 45px;
	background:url(../images/footerbg.png) no-repeat bottom;
	background-color:#004887;
}
.footLink {
	font-size:1.8em;
	font-family: "微软雅黑","宋体";
}
.footLink a {
	display:inline-block;
	color:#d4dbe5;
	margin:0 30px;
	
}
.copy {
	height:auto;
	overflow:hidden;
	margin-top:12px;
	font-size:1.6em;
	font-family: "微软雅黑","宋体";
}
.copy a {
	color:#d4dbe5;
	display:inline-block;
	margin-right:10px;
}
.copy a:hover {
	color:#fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.mspan1 {
	padding:0 21px 0 7px;
	display:inline-block;
}
.mspan2 {
	display:inline-block;
}
/*bigImg*/
.bigImg {
	height:320px;
	width:1200px;
	margin:0 auto;
	position:relative;
	z-index:0;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
/*main*/
.main {
	width:1200px;
	position:relative;
	margin:41px auto 48px;
      line-height:1.2cm;
}

.bigmain {
	/*padding: 1.0cm;*/
	
}

.left {
	float:left;
	width:250px;
}
.sideMenu {
	height:auto;
	overflow:hidden;
	background-color:#fff;
	margin-bottom:-20px;
}
.sideTit a {
	height:auto;
	overflow:hidden;
	padding:16px 0 22px 36px;
	color:#fff;
	display:block;
	background-color:#05568f;
}
.sideTit a h3 {
	font-weight:bold;
	font-size:1.8em;
	margin-bottom:3px;
}
.sideTit a p {
	font-size:1.2em;
	text-transform:uppercase;
	color:#a5b8cd;
	font-family:Arial;
}
.sideMenuNav {
	height:auto;
	overflow:hidden;
	padding-bottom:109px;
}
.sideMenuNav li {
	height:auto;
	overflow:hidden;
	position:relative;
	border-bottom:1px solid #ececec;
}
.sideMenuNav li > a {
	height:64px;
	line-height:64px;
	padding:0 31px 0 56px;
	color:#585858;
	font-size:1.4em;
	display:block;
	background:url(../images/sideicon1.png) no-repeat 36px center;
}
.sideMenuNav li i {
	display:block;
	position:absolute;
	right:31px;
	top:0;
	height:64px;
	width:10px;
	z-index:5;
	background:url(../images/sideicon3.png) no-repeat right center;
}
.sideMenuNav li i.ibg {
	background:url(../images/sideicon5.png) no-repeat right center !important;
}
.sideMenuNav li.on,.sideMenuNav li:hover {
	background-color:#f8f8f8;
}
.sideMenuNav li.on > a,.sideMenuNav li:hover > a {
	color:#ba8940;
	background:url(../images/sideicon2.png) no-repeat 36px center;
}
.sideMenuNav li.on i,.sideMenuNav li:hover i {
	background:url(../images/sideicon4.png) no-repeat right center;
}
.sideDiv {
	height:auto;
	overflow:hidden;
	background-color:#f8f8f8;
}
.sideDiv a {
	display:block;
	height:34px;
	line-height:34px;
	padding:0 10px 0 56px;
	color:#585858;
	font-size:1.2em;
	background:url(../images/circle4.png) no-repeat 37px center;
}
.sideDiv a:hover,.sideDiv a.cur {
	color:#004987;
	background:url(../images/circle3.png) no-repeat 37px center #efefef;
}
.sideContactTit {
	height:54px;
	line-height:54px;
	background-color:#065890;
}
.sideContactTit a {
	display:block;
	padding-left:36px;
	color:#fff;
	font-weight:bold;
	font-size:1.8em;
}
.sideContactBox {
	height:auto;
	overflow:hidden;
	background:url(../images/contactbg.jpg) no-repeat 0 0;
	height:178px;
	padding:16px 0 0 55px;
	color:#585858;
	line-height:30px;
	font-size:1.2em;
}
/*right*/
.right {
	margin-left:290px;
	background-color:#fff;
	min-height:718px;
}
.path {
	height:auto;
	overflow:hidden;
	position:relative;
	padding:0 40px;
	border-bottom:1px solid #ececec;
}
.path h3 {
	position:absolute;
	left:30px;
	top:27px;
	z-index:5;
	height:52px;
	color:#004987;
	font-size:1.7em;
	border-bottom:2px solid #004987;
}
.pathdiv {
	float:right;
	color:#898989;
	font-size:1.2em;
	margin-top:4px;
	height:77px;
	line-height:77px;
}
.pathdiv a {
	color:#898989;
}
.pathdiv a.on,.pathdiv a:hover {
	color:#585858;
}
.pathdiv span {
	display:inline-block;
	padding:0 6px;
}
/*rightBox*/
.rightBox {
	height:auto;
	overflow:hidden;
	padding:0 40px;
}
.eventsTitle {
	height:auto;
	overflow:hidden;
	padding:46px 0 38px;
	line-height:36px;
}
.eventsTitle h3 {
	color:#585858;
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:6px;
}
.year {
	color:#000;
	font-size:1.7em;
}
.eventsList {
	height:auto;
	overflow:hidden;
	margin:13px 0 78px;
	border-top:1px solid #efefef;
}
.eventsList li {
	height:auto;
	overflow:hidden;
	padding:21px 5px 21px 0;
	border-bottom:1px solid #efefef;
}
.eventsdate {
	float:left;
	width:82px;
	text-align:center;
}
.eventsdate h3 {
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	height:38px;
	line-height:38px;
	font-family:Arial;
	background-color:#05558e;
}
.eventsdate p {
	color:#585858;
	font-size:1.3em;
	height:33px;
	line-height:33px;
	background-color:#efefef;
}
.eventsInfo {
	margin-left:111px;
	font-size:1.4em;
	line-height:34px;
	color:#585858;
	padding-top:5px;
}
.downLoad {
	height:auto;
	overflow:hidden;
	padding:20px 0 0;
}
.downLoad li {
	height:auto;
	overflow:hidden;
}
.downLoad li a {
	display:block;
	position:relative;
	margin:0 10px;
	color:#585858;
	border-bottom:1px solid #efefef;
}
.downLoad li a span {
	display:block;
	float:left;
	width:98px;
	height:66px;
	line-height:66px;
	overflow:hidden;
	font-size:1.3em;
	text-align:right;
	background:url(../images/circle2.png) no-repeat left center;
}
.downLoad li a div {
	margin-left:110px;
	height:66px;
	line-height:66px;
	overflow:hidden;
	font-size:1.4em;
	width:660px;
}
.downLoad li a i {
	position:absolute;
	right:0;
	top:0;
	z-index:5;
	width:33px;
	height:66px;
	background:url(../images/down1.png) no-repeat left center;
}
.downLoad li:hover {
	background-color:#f8f8f8;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.downLoad li:hover a {
	color:#004987;
}
.downLoad li:hover i {
	background:url(../images/down2.png) no-repeat right center;
}
.downLoadTit {
	height:auto;
	overflow:hidden;
	padding:46px 0 18px;
	border-bottom:1px solid #efefef;
}
.downLoadTit h1 {
	font-size:1.7em;
	color:#585858;
	font-weight:bold;
}
.source {
	font-size:1.3em;
	color:#757575;
	margin:17px 0 15px;
}
.source span {
	display:inline-block;
	padding:0 12px;
}
.down {
	display:block;
	height:33px;
	line-height:33px;
	width:93px;
	text-align:right;
	font-size:1.3em;
	color:#9f9f9f;
	background:url(../images/down1.png) no-repeat left center;
}
.content {
	font-size:14px;
	color:#585858;
	line-height:34px;
	list-style:disc;
	padding:22px 0 84px;
}
/*organize*/
.organize {
	height:auto;
	overflow:hidden;
}
.organize li a {
	display:block;
	height:auto;
	overflow:hidden;
	margin:0 40px;
	padding:30px 0;
	border-bottom:1px solid #efefef;
}
.organize li:hover {
	background-color:#f8f8f8;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.photo {
	float:left;
	width:100px;
	height:132px;
	overflow:hidden;
}
.photo img {
	width:100%;
	height:100%;
}
.organzineText {
	margin-left:132px;
	line-height:34px;
}
.organzineText h3 {
	color:#3e3e3e;
	font-size:1.6em;
	font-weight:bold;
	margin:18px 0 8px;
}
.orInfo {
	color:#8b8b8b;
	font-size:1.3em;
}
/*paged*/
.paged {
	padding:52px 40px 66px;
	text-align:center;
	width:900px;
}
.paged ul {
	list-style:none;
	text-align:center;
}
.paged ul li {
	float:left;
	font-size:1.6em;
	font-weight:bold;
}
.thisclass {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
.paged a,.paged .p_info,.paged .current {
	display:inline-block;
	zoom:1;
	*display:inline;
	margin:0 4px;
	height:38px;
	line-height:38px;
	padding:0 15px;
	font-size:13px;
	text-align:center;
	color:#8b8b8b;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background-color:#f3f3f3;
	border:1px solid #ededed;
}
.paged .current,.paged a:hover {
	border-color:#004887;
	color:#fff;
	background-color:#004887;
}
.meetTitle {
	height:auto;
	overflow:hidden;
	color:#585858;
	line-height:34px;
	font-size:1.6em;
	font-weight:bold;
	padding:46px 0 12px;
}
/*meetList*/
.meetList {
	height:auto;
	overflow:hidden;
	margin:20px 0 0 -38px;
}
.meetList li {
	float:left;
	margin:29px 0 0 33px;
}
.meetList li a {
	display:block;
	height:76px;
	line-height:76px;
	width:250px;
	color:#585858;
	font-size:1.6em;
	text-align:center;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
	background-color:#f3f3f3;
	border:1px solid #ececec;
}
.meetList li:hover a {
	color:#fff;
	background:url(../images/iconright.jpg) no-repeat 95% center #05568f;
}
/*place*/
.place {
	height:auto;
	overflow:hidden;
	padding-bottom:53px;
}
.placeBox {
	height:auto;
	overflow:hidden;
	margin-top:39px;
}
.placeBox dt {
	height:41px;
	line-height:41px;
	padding:0 24px;
	font-size:1.4em;
	background-color:#065890;
}
.placeBox dt a {
	color:#fff;
}
.placeBox dd {
	border-left:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.placeDiv {
	height:58px;
	line-height:58px;
	color:#585858;
	font-size:1.4em;
	border-top:1px solid #ededed;
}
.placeDiv div {
	width:50%;
	float:left;
}
.placeDiv div i {
	display:block;
	float:left;
	width:33px;
	height:58px;
	margin-left:22px;
	background-position:left center;
	background-repeat:no-repeat;
}
.placeDiv div i.i1 {
	background-image:url(../images/placeicon1.png);
}
.placeDiv div i.i2 {
	background-image:url(../images/placeicon2.png);
}
.placeDiv div i.i3 {
	background-image:url(../images/placeicon3.png);
}
.placeDiv div i.i4 {
	background-image:url(../images/placeicon4.png);
}
.placeDiv div i.i5 {
	background-image:url(../images/placeicon5.png);
}
.placeDiv div i.i6 {
	background-image:url(../images/placeicon6.png);
}
.placeDiv div span {
	display:block;
	margin-left:69px;
	height:58px;
	line-height:58px;
	overflow:hidden;
	border-right:1px solid #ededed;
}
.pbg {
	background-color:#f3f3f3;
}
.article {
	height:auto;
	position:relative;
	padding:17px 350px 20px;
	border-top:1px solid #efefef;
}
.article ul {
	color:#8b8b8b;
	height:auto;
	overflow:hidden;
	font-size:1.2em;
}
.article ul.subchannellist {
	width:99%;
	border:0px solid red;
	margin:0px auto;
	margin-top:20px;
}
.article ul.subchannellist li {
	float:left;
	text-align:center;
	border:0px dashed blue;
	width:25%;
}
.article ul.subchannellist li a {
	display:block;
	margin:8px 3px;
	padding:5px 0px;
	background:#FFFFFF;
	font-size:16px;
	border:1px solid #CCC;
}
.article ul.subchannellist #current a {
	color:#FFF;
	background:#015293;
	font-size:16px;
}
.article ul li {
	width:100%;
	float:left;
}
.article ul li div {
	height:34px;
}
.article ul li.next {
	float:right;
}
.article ul li.next div {
	float:right;
	text-align:right;
}
.article ul li span {
	float:left;
	display:block;
	height:34px;
	line-height:34px;
}
.article ul li a {
	line-height:34px;
	display:block;
	color:#8b8b8b;
	font-size:14px;
}
.article ul li a:hover {
	color:#004887;
}
.articleBtn {
	position:absolute;
	top:50%;
	z-index:5;
	width:36px;
	height:36px;
	margin-top:-20px;
	border:1px solid #ededed;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
}
.articleBtn:hover {
	background-color:#004887;
	border-color:#004887;
}
.articlePrev {
	left:0;
	background-image:url(../images/articlebtn1.png);
}
.articlePrev:hover {
	background-image:url(../images/articlebtn11.png);
}
.articleNext {
	right:0;
	background-image:url(../images/articlebtn2.png);
}
.articleNext:hover {
	background-image:url(../images/articlebtn22.png);
}
.newsShre {
	height:auto;
	overflow:hidden;
	margin:-53px 0 44px 4px;
}
.newsShre .bdshare-button-style0-16 .bds_more {
	color:#757575;
	padding-left:20px;
}
/*column*/
.column {
	height:auto;
	overflow:hidden;
	padding-bottom:82px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
}
.bg1 {
	background-color:#1f458a;
	background-image:url(../images/columnbg1.jpg);
}
.bg2 {
	background-color:#363b45;
	background-image:url(../images/columnbg2.jpg);
}
.bg3 {
	background-color:#ca612e;
	background-image:url(../images/columnbg3.jpg);
}
.columnTitle {
	height:auto;
	overflow:hidden;
	padding:38px 0 44px;
	text-align:center;
}
.columnTitle h1 {
	font-weight:bold;
	color:#fff;
	font-size:3.2em;
}
.columnTitle p {
	color:#5c74c7;
	font-size:1.2em;
	margin-top:6px;
	text-transform:uppercase;
}
.columnMain {
	padding:40px 40px 34px;
	background-color:#eceff4;
}
.columslideBox {
	width:450px;
	height:350px;
	overflow:hidden;
	position:relative;
	float:left;
}
.columslideBox .hd {
	height:32px;
	overflow:hidden;
	position:absolute;
	right:20px;
	width:auto;
	bottom:0;
	z-index:10;
}
.columslideBox .hd ul li {
	display:inline-block;
	*display:inline;
	margin-left:5px;
	width:7px;
	height:7px;
	line-height:7px;
	text-align:center;
	cursor:pointer;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-ms-border-radius:7px;
	border-radius:7px;
	background-color:#a6a9a3;
}
.columslideBox .hd ul li.on {
	background-color:#419ad2;
}
.columslideBox .bd li {
	position:relative;
}
.columslideBox .bd {
	height:100%;
	z-index:0;
}
.columslideBox .bd .pic {
	position:relative;
	z-index:0;
	display:table;
	width:450px;
	height:350px;
}
.columslideBox .bd .pic a {
	display:table-cell;
	width:100%;
	height:350px;
	text-align:center;
	vertical-align:middle;
}
.columslideBox .bd .pic img {
	max-width:450px;
	max-height:350px;
}
.columslideBox .bd .bg {
	width:100%;
	height:54px;
	position:absolute;
	bottom:-54px;
	left:0;
	z-index:1;
	background:url(../images/textbg.png) repeat 0 0;
}
.columslideBox .bd .tit {
	width:100%;
	height:54px;
	line-height:54px;
	position:absolute;
	bottom:-54px;
	left:0;
	z-index:2;
	background:url(../images/iconright2.png) no-repeat 21px center;
}
.columslideBox .bd .tit a {
	color:#fff;
	margin:0 60px 0 38px;
	display:block;
	font-size:1.3em;
	height:54px;
	line-height:54px;
	overflow:hidden;
}
.columnRight {
	margin-left:450px;
	height:350px;
	overflow:hidden;
	background-color:#fdfefe;
}
.cTitle {
	height:62px;
	line-height:62px;
	border-bottom:1px solid #efefef;
	padding:0 34px;
}
.cTitle i {
	display:block;
	height:62px;
	width:20px;
	float:left;
	background:url(../images/icon3.png) no-repeat left center;
}
.cTitle a {
	color:#585858;
	font-size:1.7em;
	font-weight:bold;
	display:inline-block;
}
.cTitle a:hover {
	color:#004987;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.columnHot {
	padding:0 36px;
}
.columnHot a {
	height:auto;
	overflow:hidden;
	color:#1f1f1f;
	padding:23px 0 22px;
	display:block;
	border-bottom:1px solid #efefef;
}
.columnHot a:hover {
	color:#004987;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.cImg {
	float:left;
}
.cImg img {
	width:90px;
	height:77px;
}
.cText {
	margin-left:108px;
}
.cText h3 {
	font-size:1.6em;
	height:28px;
	line-height:28px;
	overflow:hidden;
}
.cText p {
	color:#a0a0a0;
	line-height:24px;
	max-height:48px;
	overflow:hidden;
	font-size:1.2em;
}
.columnList {
	height:auto;
	overflow:hidden;
	padding:7px 36px 0;
}
.columnList li {
	height:34px;
	line-height:34px;
	position:relative;
	background:url(../images/circle4.png) no-repeat left center;
}
.columnList li a {
	display:block;
	color:#585858;
	padding-left:21px;
	font-size:1.2em;
}
.columnList li a b {
	font-weight:normal;
	display:block;
	height:34px;
	line-height:34px;
	overflow:hidden;
	margin-right:65px;
}
.columnList li a span {
	display:block;
	position:absolute;
	right:0;
	top:0;
	color:#9f9f9f;
}
.columnList li a:hover {
	color:#004987;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.columnMain .indexAd {
	margin:20px 0;
}
.columnBoxDiv {
	width:450px;
	height:311px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#fdfefe;
}
.columnBoxDiv .columnList {
	padding:17px 36px 0;
}
.columnFooter {
	height:auto;
	overflow:hidden;
	line-height:24px;
	padding-bottom:30px;
	text-align:center;
	background-color:#e1e1e1;
	color:#585858;
}
.columnFooter a {
	color:#585858;
}
.columnFooter a:hover {
	color:#333;
}
.columnAd img {
	width:100%;
	height:auto;
	display:block;
	margin:20px 0;
}
.columnLink {
	height:auto;
	overflow:hidden;
	margin:0 0 14px -20px;
}
.columnLink li {
	float:left;
	margin-left:20px;
	width:215px;
	text-align:center;
}
.columnLink li a {
	height:67px;
	line-height:67px;
	display:block;
	color:#fff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	border-radius:6px;
	font-size:2em;
}
.columnLink li.cli1 a {
	background-color:#63a0d9;
}
.columnLink li.cli2 a {
	background-color:#58b5ce;
}
.columnLink li.cli3 a {
	background-color:#a8d15b;
}
.columnLink li.cli4 a {
	background-color:#5b75d1;
}
.columnLink li:hover a {
	filter:alpha(opacity=70);
	opacity:0.7;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.bg2 .columnTitle p {
	color:#616277;
}
.bg2 .columnFooter {
	background-color:#c6dbef;
}
.bg3 .columnTitle p {
	color:#e8c1ac;
}
.bg3 .cTitle {
	position:relative;
	background:url(../images/ctitlebg.jpg) repeat-x 0 0;
}
.bg3 .cTitle .more {
	position:absolute;
	right:30px;
	top:14px;
	z-index:5;
	color:#404040;
	font-size:1.2em;
	font-weight:normal;
	display:block;
	height:32px;
	line-height:32px;
	padding:0 28px 0 17px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border:1px solid #e8ddcc;
	background:url(../images/more.png) no-repeat 45px center #fbf0e0;
}
.bg3 .cTitle .more:hover {
	color:#ff8830;
}
.bg3 .cTitle i {
	background-image:url(../images/icon4.png);
}
.bg3 .columnFooter {
	background-color:#fef8ef;
}
.bg3 .columnBoxDiv {
	height:316px;
}
.bg3 .columnList li a:hover,.bg3 .cTitle a:hover,.bg3 .columnHot a:hover {
	color:#ff8830;
}
.m20 {
	margin-top:20px;
}
.columnText {
	font-size:12px;
	color:#7b7b7b;
	line-height:28px;
	margin:23px 34px;
	max-height:196px;
	overflow:hidden;
}
.columnBoxUl {
	height:316px;
	margin-left:20px;
	float:left;
	background-color:#fefdfc;
	width:293px;
}
.columnBoxUl:first-child {
	margin-left:0;
}
.columnBoxUl .columnList {
	padding:17px 21px 0;
}
.columnBoxUl .columnList li a b {
	margin-right:0;
}
.columnBoxUl .cTitle {
	padding:0 20px 0 32px;
}
.columnBoxUl .cTitle .more {
	right:20px;
}
/*columnMenu*/
.columnMenu {
	height:auto;
	overflow:hidden;
	background-color:#ac5a24;
}
.columnMenu ul li {
	float:left;
	width:16.66666%;
}
.columnMenu ul li a {
	display:block;
	height:56px;
	line-height:56px;
	text-align:center;
	color:#fff;
	font-size:1.6em;
	border-left:1px solid #bf7443;
}
.columnMenu ul li a:first-child {
	border-left:0;
}
.columnMenu ul li:hover,.columnMenu ul li.on {
	background-color:#b66129;
}
.columnMenuTit {
	height:56px;
	line-height:56px;
	display:none;
	background-color:#ac5a24;
	color:#fff;
	font-size:1.6em;
	text-align:center;
	background:url(../images/downicon.png) no-repeat 97% center;
}
/*响应式导航*/
.mobileIconCon {
	display:none;
	background:url(../images/menu.png) no-repeat 20px center #004987;
	position:relative;
}
.mobileIconCon a {
	display:block;
	width:40px;
	height:50px;
	position:absolute;
	top:0;
	z-index:5;
	width:100%;
}
.searchBtn {
	background:url(../images/search.jpg) center center no-repeat;
	width:40px;
	height:60px;
	right:20px;
	position:absolute;
	top:35px;
	z-index:5;
	display:none;
}
#mobileNavTit {
	display:block;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:1.8em;
	color:#fff;
}
.mobileSearchCon {
	display:none;
	width:100%;
	height:46px;
	background-color:#9bc0df;
	overflow:hidden;
}
.mobileSearchBox {
	position:relative;
	width:98%;
	height:40px;
	margin:3px auto;
	background-color:#fff;
	border-radius:5px;
	overflow:hidden;
}
.mobileSearchBox input[type="text"] {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:1.4em;
	padding:0 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:none;
	color:#999;
}
.mobileSearchBox input[type="submit"] {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	top:0;
	right:0;
	border:none;
	background:url(../images/search.jpg) center no-repeat;
}
.sideNavCon {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:9999;
}
.sideNavCon .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:inherit;
	background-color:rgba(0,0,0,0.5);
	z-index:11000;
}
.sideNavCon .sideNavScroll {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:inherit;
	background-color:#fff;
	overflow:hidden;
	z-index:11001;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	-webkit-transition:.5s ease all;
	transition:.5s ease all;
}
.sideNavCon .sideNavScroll.on {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.sideNavCon .sideNavScroll .closeSideNavCon {
	display:block;
	width:100%;
	height:30px;
	text-align:right;
	padding-top:5px;
}
.sideNavCon .sideNavScroll .closeSideNavCon a {
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	background-color:#666;
	border-radius:50%;
	line-height:30px;
	font-size:22px;
	color:#fff;
	text-align:center;
}
.sideNavCon .sideNav {
	width:100%;
}
.sideNavCon .sideNav li {
	position:relative;
	margin:0 10px;
	border-bottom:1px solid #dcdbdb;
}
.sideNavCon .sideNav li > a {
	position:relative;
	display:block;
	padding-left:20px;
	font-size:1.6em;
	color:#333;
	line-height:50px;
}
.sideNavCon .sideNav li i {
	position:absolute;
	display:block;
	top:0;
	right:0;
	font-size:1.4em;
	width:50px;
	height:50px;
	line-height:4;
	color:#333;
	font-weight:bold;
	text-align:center;
	font-style:normal;
	z-index:2;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	-moz-transition:0.2s ease all;
}
.sideNavCon .sideChildNavScroll {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:inherit;
	background-color:#f1f1f1;
	overflow:hidden;
	z-index:11002;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0);
	-webkit-transition:.5s ease all;
	transition:.5s ease all;
}
.sideNavCon .sideChildNavScroll.on {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.sideNavCon .sideChildNavScroll .backBtn {
	position:relative;
	width:100%;
	text-align:center;
	height:60px;
	line-height:60px;
	color:#333;
	font-size:16px;
	background-color:#fff;
	border-bottom:1px solid #ededed;
}
.sideNavCon .sideChildNavScroll .backBtn span {
	position:absolute;
	top:0;
	left:0;
	width:30px;
	height:30px;
}
.sideNavCon .sideChildNav > ul {
	width:100%;
}
.sideNavCon .sideChildNav > ul > li {
	width:100%;
	display:none;
}
.sideNavCon .sideChildNav dl dt {
	height:60px;
	line-height:60px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ededed;
}
.sideNavCon .sideChildNav dl dt a {
	display:block;
	padding:0 10px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.sideNavCon .sideChildNav dl dd {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e8e8e8;
}
.sideNavCon .sideChildNav dl dd a {
	display:block;
	padding:0 20px;
	color:#333;
	font-size:16px;
}
.sideNavCon .sideChildNav .sideChildWord li {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #e8e8e8;
}
.sideNavCon .sideChildNav .sideChildWord li a {
	display:block;
	padding:0 20px;
	color:#333;
	font-size:16px;
}
/*wrapper*/
#wrapper {
	width:100%;
	height:100%;
}
#scroller {
	position:relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
	height:100%;
}
.imgdiv {
	position:absolute;
	left:0;
	width:100%;
	display:none;
	z-index:990;
	background-color:#fff;
}
.imgdiv div.s1 img {
	display:block;
	position:absolute;
	top:50%;
	z-index:999;
	left:50%;
	max-width:95% !important;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.close {
	height:5em;
	line-height:5em;
	text-align:center;
	position:absolute;
	z-index:999;
	left:0;
	bottom:0;
	width:100%;
	color:#000;
	font-size:1.6em;
	cursor:pointer;
}
.mobileTit {
	display:none;
}
.mobileTit a {
	height:45px;
	line-height:45px;
	font-size:1.6em;
	color:#fff;
	display:block;
	padding-left:21px;
	background:url(../images/downicon.png) no-repeat 97% center #1271b3;
}
/* 0507start */
.cellbox {
	margin:100px auto;
	width:500px;
	border:1px solid #ccc;
	height:200px;
}
.cellbox .cellbg {
	width:500px;
	height:60px;
	background:#05568f;
	font-size:20px;
	color:#fff;
	line-height:60px;
	text-align:center
}
.cellbox .mess1,.cellbox .mess2 {
	font-size:15px;
	text-align:center;
}
.cellbox .mess1 {
	padding-bottom:10px;
	padding-top:40px
}
/* 0507end */

/* cxy  */
.columnBoxUl1 {
	height:316px;
	/*margin-left:20px;
	*/
	float:left;
	background-color:#fefdfc;
	width:293px;
}
.columnBoxUl1:first-child {
	margin-left:0;
}
.columnBoxUl1 .columnList {
	padding:17px 21px 0;
}
.columnBoxUl1 .columnList li a b {
	margin-right:0;
}
.columnBoxUl1 .cTitle {
	padding:0 20px 0 32px;
}
.columnBoxUl1 .cTitle .more {
	right:20px;
}
.ml20 {
	margin-left:20px;
}
.exp .owl-item {
	width:297px !important;
}
.fLink {
	font-size:1.4em;
	margin-top:5px;
}
.fLink a {
	display:inline-block;
	color:#004987;
	margin:0px 14px;
}
.ad img {
	padding-top:10px;
	text-align:left;
	margin:0 auto;
}
.indexone {
	width:1200px;
	padding-top:20px;
	height:570px;
	text-align:left;
	margin:0 auto
}
.tag {
	height:45px;
	padding-top:20px;
	border-bottom:solid 3px #016AAE;
	font-family: "FZZHUNYSK","微软雅黑","宋体";
}
.tag_a {
	float:left;
	display:block;
	width:164px;
	text-align:center;
	font-size:18px;
	color:#016AAE;
	line-height:45px;
}
.taghover {
	float:left;
	display:block;
	background:#016AAE;
	width:164px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	line-height:45px;
}
.tag .more {
	float:right;
}
.tag .more a {
	display:block;
	width:26px;
	height:26px;
	background:url(../images/more.png) no-repeat;
	margin-top:10px
}
.iggw {
	clear:both;
	width:1200px;
	height:104px;
	margin:20px auto;
}
.indexseven {
	width:1200px;
	height:402px;
	text-align:left;
	overflow:hidden;
	margin:0 auto
}
.indexsevenleft {
	float:left;
	width:677px;
	height:362px;
	padding:20px;
	background:#EBEAEF
}
.indexsevenright {
	float:right;
	width:422px;
	height:402px;
	padding:0 12px;
	background:#EBEAEF
}
.tag4 {
	border-bottom:solid 2px #0268AA;
	height:42px;
}
.tag4_a {
	float:left;
	display:block;
	width:120px;
	text-align:center;
	font-size:20px;
	color:#323232;
	line-height:42px;
}
.tag4hover {
	float:left;
	display:block;
	background:#0268AA;
	width:120px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	line-height:42px;
}
.izblist {
	padding-top:10px;
	height:310px;
	overflow:hidden
}
.izblist a {
	display:block;
	clear:both;
	height:31px;
	overflow:hidden
}
.izblist span {
	float:left;
	display:block;
	background:url(../images/zbdot.jpg) no-repeat 8px 12px;
	padding-left:22px;
	font-size:16px;
	color:#313131;
	line-height:31px;
	width:520px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.izblist font {
	float:right;
	font-size:14px;
	color:#8b8b8b;
	line-height:31px;
	padding-right:10px
}
.iqyfwtitle {
	background:url(../images/iqyfwbj.jpg) no-repeat center bottom;
	padding-bottom:10px
}
.iqyfwtitle a {
	display:block;
	text-align:center;
	font-size:20px;
	color:#014181;
	line-height:46px;
}
.iqyfwbox {
	padding-top:15px
}
.iqyfw {
	float:left
}
.iqyfw a {
	clear:both;
	display:block;
	height:55px;
	padding-bottom:13px
}
.iqyfw img {
	float:left
}
.iqyfw span {
	float:left;
	background:#FFF;
	font-size:18px;
	color:#014181;
	font-weight:bold;
	width:192px;
	text-align:center;
	line-height:55px
}
.iqyfwbox .rpic {
	float:right;
	width:133px;
	height:124px
}
.iqyfwlist {
	margin-left:-8px;
	overflow:hidden
}
.iqyfwlist a {
	float:left;
	width:98px;
	height:82px;
	background:url(../images/iqyfwpic.jpg) no-repeat;
	overflow:hidden;
	margin-left:8px;
	margin-bottom:12px
}
.iqyfwlist img {
	display:block;
	margin:15px auto 0
}
.iqyfwlist span {
	display:block;
	text-align:center;
	font-size:14px;
	color:#4F4F4F;
	line-height:28px
}
.jdt {
	float:left;
	width:717px;
	height:400px;
	overflow:hidden;
	position:relative;
}
#jdtbox {
	position:relative;
	width:524px;
	height:319px;
}
#jdtNumIDbj {
	position:absolute;
	bottom:0;
	right:0;
	width:717px;
	height:70px;
	z-index:10;
	background:url(../images/jdt.png) repeat bottom;
}
#jdtNumID {
	position:absolute;
	bottom:12px;
	right:0;
}
#jdtNumID li {
	list-style:none;
	float:left;
	width:0px;
	height:0px;
	margin-right:10px;
	line-height:12px;
	background:url(../images/jdtdot.png) no-repeat;
	line-height:9999px;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
}
#jdtNumID li:hover,#jdtNumID li.active {
	background:url(../images/jdtdoth.png) no-repeat;
	width:0px;
	height:0px;
}
#jdtContentID li {
	position:relative;
}
#jdtContentID img {
	width:717px;
	height:480px;
}
#jdtContentID li span {
	display:block;
	position:absolute;
	left:0;
	top:330px;
	z-index:999;
	height:70px;
	line-height:70px;
	padding-left:25px;
	width:650px;
	font-size:20px;
	color:#FFFFFF;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.pre {
	display:block;
	position:absolute;
	left:0;
	top:210px;
	width:49px;
	height:82px;
	background:url(../images/pre.png) no-repeat
}
.next {
	display:block;
	position:absolute;
	right:0;
	top:210px;
	width:49px;
	height:82px;
	background:url(../images/next.png) no-repeat
}
.inewsbox {
	float:right;
	width:440px;
	height:400px;
	margin-top:10px;
	overflow:hidden
}
.inews {
	border-bottom:solid 1px#E5E5E5;
	padding:3px 0;
}
.inews a {
	display:block;
	padding:7px 17px;
	height:52px;
	overflow:hidden;
	font-family: "微软雅黑", "宋体";
}
.inews big {
	display:block;
	font-size:16px;
	color:#313131;
	line-height:32px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.inews span {
	display:block;
	font-size:14px;
	color:#666666;
	padding-top:10px
}
.inews font {
	display:block;
	font-size:14px;
	color:#a3a3a3;
}
.inews a:hover {
	border-left:solid 4px #0368AC;
	background:#EEEEF0;
	padding:7px 13px;
}
.indextwo {
	width:1200px;
	height:108px;
	text-align:left;
	margin:20px auto
}
.itwoleft {
	float:left;
	height:108px;
	overflow:hidden
}
.itworight {
	float:right;
	width:590px;
	height:108px;
	background:#F5F5F5;
	overflow:hidden
}
.itwotitle {
	float:left;
	width:50px;
	height:108px
}
#CSSBoxTwo {
	height:108px;
	overflow:hidden;
}
.changeDivTwo {
	height:108px;
	position:relative;
	overflow:hidden
}
.changeDivTwo #CSSContentTwo {
	margin-left:-10px
}
.changeDivTwo a {
	float:left;
	display:block;
	height:108px;
	position:relative
}
.changeDivTwo img {
	width:570px;
	height:108px;
	margin-left:10px
}
#CSSBoxThree {
	width:536px;
	height:108px;
	background:#F5F5F5;
	overflow:hidden;
}
.changeDivThree {
	width:536px;
	height:108px;
	position:relative;
	overflow:hidden;
}
.changeDivThree a {
	float:left;
	display:block;
	width:522px;
	height:88px;
	margin:10px 7px;
	position:relative
}
.changeDivThree img {
	width:522px;
	height:88px;
}
.indexqh {
	width:1200px;
	height:104px;
	text-align:left;
	margin:20px auto 0
}
.tag3 {
	float:left;
	width:192px;
	height:104px;
}
.tag3_a {
	float:left;
	display:block;
	width:20px;
	padding:12px 14px 0;
	height:92px;
	background:#EBEAEF url(../images/sj.png) no-repeat center top;
	text-align:center;
	font-size:19px;
	color:#323232;
	line-height:20px;
}
.tag3hover {
	float:left;
	display:block;
	width:20px;
	padding:12px 14px 0;
	height:92px;
	background:#016AAE url(../images/sj.png) no-repeat center top;
	text-align:center;
	font-size:19px;
	color:#ffffff;
	line-height:20px;
}
#content3 {
	float:left;
	width:1008px;
	height:104px;
	overflow:hidden
}
.indexthreebox {
	min-width:1200px;
	height:560px;
	background:#EBEAEF;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1200? '1200px' : 'auto');              
}
.indexthree {
	width:1200px;
	padding-top:10px;
	text-align:left;
	margin:0 auto
}
.ititle {
	width:1200px;
	height:50px
}
.ititle a {
	float:left;
	display:block;
	border-left:solid 4px #015699;
	height:50px;
	font-size:24px;
	color:#464646;
	line-height:40px;
	padding-left:20px;
}
.ititle b {
	float:left;
	font-weight:normal;
	padding-right:20px;
}
.ititle span {
	display:block;
	font-size:20px;
	color:#015699;
	line-height:20px
}
.ititle font {
	float:left;
	padding-left:40px;
	background:url(../images/ititle.jpg) no-repeat left center;
	font-size:16px;
	color:#464646;
	line-height:62px
}
.ititle img {
	float:right
}
.ititle .isc {
	float:right;
	border:0;
	padding-top:25px;
	height:30px
}
.index_pic {
	width:1200px;
	height:380px;
	position:relative
}
.index_pic li {
	float:left;
	display:block;
	width:273px;
	height:380px;
	margin-right:5px;
	position:relative;
	z-index:10
}
.index_pic .icyyqpic img {
	width:273px;
	height:283px;
}
.index_pic .icyyqpic a {
	display:block;
	background:#015B97;
	border-top:solid 1px #FFFFFF;
	width:273px;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:96px
}
.index_pic .icyyqtxt {
	position:absolute;
	width:328px;
	height:340px;
	padding:20px;
	left:273px;
	top:0;
	z-index:20;
	background:#015B97;
	display:none;
}
.index_pic .icyyqtxt big {
	display:block;
	height:50px;
	line-height:40px;
	font-size:20px;
	color:#FFF;
}
.index_pic .icyyqtxt .fgx {
	border-bottom:solid 1px #A5C0D5;
	height:25px;
	margin-bottom:25px;
}
.index_pic .icyyqtxt p {
	display:block;
	font-size:16px;
	color:#B2C2D9;
	line-height:24px;
	width:328px;
}
.index_pic .icyyqtxt span {
	display:block;
	font-size:18px;
	color:#B0C2D6;
	line-height:26px;
	background:url(../images/iyqjt.jpg) no-repeat 260px center;
	padding-right:70px;
	width:258px
}
.index_pic li:hover {
	z-index:20
}
.index_pic li:hover .icyyqtxt,.index_pic li:hover .black {
	display:block
}
.index_pic li:hover a {
	background:#D05A14
}
/*.t_1200_1 {
	width:1200px;
	height:380px;
}
.t_1200_1 .slide_hteam {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.t_1200_1 .slide_hteam .bd {
	float:left;
	width:100%;
	height:380px;
}
.t_1200_1 .slide_hteam .bd ul {
	float:left;
}
.t_1200_1 .slide_hteam .bd ul li {
	float:left;
	width:273px;
	margin:0 30px 0 0;
	position:relative;
	background:#EBEAEF
}
.t_1200_1 .slide_hteam .bd ul li .con_hteam {
	float:left;
	width:273px;
	height:380px;
	background-color:#015B97;
}
.t_1200_1 .slide_hteam .bd ul li:hover .con_hteam {
	background-color:#D05A14;
}
.t_1200_1 .slide_hteam .bd ul li .con_hteam .img_hteam {
	float:left;
	width:273px;
	height:283px;
	border-bottom:solid 1px #FFFFFF
}
.t_1200_1 .slide_hteam .bd ul li .con_hteam .tit_hteam {
	float:left;
	width:273px;
	text-align:center;
	height:96px;
}
.t_1200_1 .slide_hteam .bd ul li .con_hteam .tit_hteam a {
	color:#fff;
	font-size:18px;
	line-height:96px
}
.t_1200_1 .slide_hteam .bd ul li .con_hteam .tit_hteam a:hover {
	background:none
}
.t_1200_1 .slide_hteam .bg_hteam {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
}
.t_1200_1 .slide_hteam .pf_display {
	position:absolute;
	width:368px;
	height:380px;
	left:273px;
	top:-1px;
	background-color:#015B97;
	z-index:25;
	display:none
}
.t_1200_1 .slide_hteam .pf_display .t_dis {
	float:left;
	width:90.4%;
	padding:30px 4.8% 0 4.8%;
}
.t_1200_1 .slide_hteam .pf_display .t_dis .con_dis {
	float:left;
	width:100%;
	height:40px;
	font-size:20px;
	color:#FFF;
	position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.t_1200_1 .slide_hteam .pf_display .t_dis .con_dis {
	float:left;
	width:100%;
	height:20px;
	font-size:20px;
	color:#FFF;
}
.t_1200_1 .slide_hteam .pf_display .fgx {
	float:left;
	width:90.4%;
	border-bottom:solid 1px #A5C0D5;
	height:25px;
	margin:0 0 0 4.8%;
}
.t_1200_1 .slide_hteam .pf_display .d_dis {
	float:left;
	width:90.4%;
	font-size:16px;
	color:#B2C2D9;
	line-height:24px;
	margin:26px 0 0 4.8%;
	overflow:hidden;
}
.t_1200_1 .slide_hteam .pf_display .d_dis .sp1 {
	display:block;
	font-size:18px;
	color:#B0C2D6;
	line-height:26px;
	font-weight:normal;
	background:url(../images/iyqjt.jpg) no-repeat right 45px top 10px;
	padding-right:70px
}
*/


.indexfourbox {
	min-width:1200px;
	height:120px;
	background:#EBEAEF;
	padding-bottom:30px;
	margin-bottom:20px;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.indexfour {
	width:1200px;
	border:solid 1px #EEEEEE;
	background:#FFF;
	height:118px;
	text-align:left;
	margin:0 auto
}
#CSSBoxFour {
	width:1200px;
	height:118px;
	overflow:hidden;
}
.changeDivFour {
	width:1200px;
	height:118px;
	position:relative;
	overflow:hidden;
}
.changeDivFour a {
	float:left;
	display:block;
	width:239px;
	height:118px;
	text-align:center;
	border-right:solid 1px #EEEEEE;
	position:relative
}
.changeDivFour img {
	height:68px;
	margin:25px auto
}
.changeDivFour p {
	position:absolute;
	left:0;
	bottom:-118px;
	width:209px;
	height:108px;
	text-align:left;
	background:#204F83;
	transition:all .3s;
	padding:5px 15px;
	font-size:14px;
	color:#C7C5C6;
	line-height:21px
}
.changeDivFour p big {
	display:block;
	font-size:18px;
	color:#FFF;
	line-height:36px
}
.changeDivFour a:hover p {
	bottom:0
}
.changeDivFour .pro {
	position:absolute;
	left:0;
	top:45px;
	width:20px;
	height:24px;
	background:url(../images/pro.jpg) no-repeat;
	z-index:999
}
.changeDivFour .next {
	position:absolute;
	right:0;
	top:45px;
	width:20px;
	height:24px;
	background:url(../images/next.jpg) no-repeat
}
.indexfive {
	clear:both;
	width:1200px;
	height:466px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
	position:relative
}
.tag2 {
	position:absolute;
	left:0;
	top:0;
	width:233px;
	height:466px;
	background:#E8E8E8;
	z-index:99
}
.tag2_a {
	display:block;
	background:url(../images/tag2bj.jpg) no-repeat;
	height:93px;
	width:216px;
	padding-left:17px;
	color:#090909;
	font-size:18px;
	line-height:80px
}
.tag2hover {
	display:block;
	background:url(../images/tag2hbj.png) no-repeat;
	height:93px;
	width:347px;
	padding-left:17px;
	color:#ffffff;
	font-size:18px;
	line-height:80px;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.ixxgkbox {
	position:relative;
	left:233px;
	top:0;
	width:967px;
	height:466px;
	overflow:hidden;
	z-index:98
}
.ixxgkpic {
	}.ixxgkcon {
	position:absolute;
	right:35px;
	top:35px;
	width:530px;
	height:334px;
	padding:40px 35px;
	background:url(../images/main17.png) repeat;
}
.ixxgktext {
	font-size:16px;
	color:#C6C6C6;
	line-height:25px;
	overflow:hidden;
}
.ixxgklink {
	margin-top:40px
}
.ixxgklink a {
	display:inline-block;
	overflow:hidden;
	width:126px;
	height:32px;
	border:#A8AAA9 solid 1px;
	color:#C3C4C6;
	font-size:14px;
	text-align:center;
	line-height:32px;
	padding:0;
	margin:0;
	margin-bottom:4px
}
.ixxgklink a:hover {
	background:#D05A14;
	border:#D05A14 solid 1px;
	color:#FFF
}
.ihdjlbox {
	width:1200px;
	text-align:left;
	height:104px;
	overflow:hidden;
	margin:20px auto
}
.ihdjltitle {
	float:left;
	width:134px;
	height:104px;
	position:relative;
	z-index:1000
}
.ihdjl {
	float:left;
	width:576px;
	height:104px;
	margin-left:-10px;
}
.ihdjl a {
	float:left;
	display:block;
	position:relative;
	width:144px;
	height:104px;
}
.ihdjl span {
	display:block;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	padding-top:68px;
	cursor:pointer
}
.ihdjl .ab_1 {
	position:absolute;
	left:52px;
	top:18px;
	z-index:2;
	transition:0.4s ease-in-out;
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	-o-transition:0.4s ease-in-out;
}
.ihdjl .ab_2 {
	position:absolute;
	left:52px;
	top:18px;
	z-index:3;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	filter:alpha(opacity=0);
	transition:0.4s ease-in-out;
	-webkit-transition:0.4s ease-in-out;
	-moz-transition:0.4s ease-in-out;
	-ms-transition:0.4s ease-in-out;
	-o-transition:0.4s ease-in-out;
}
.ihdjl a:hover .ab_2 {
	opacity:1;
	-moz-opacity:1;
	-webkit-opacity:1;
	filter:alpha(opacity=100);
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
}
.ihdjl a:hover .ab_1 {
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
	filter:alpha(opacity=0);
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
}
.ijbfs {
	float:left;
	background:#436A89;
	width:460px;
	height:84px;
	padding:10px 20px;
	font-size:14px;
	color:#FFF;
	line-height:21px;
}
.ijbfs big {
	float:left;
	font-size:18px;
	color:#FFF;
	border-right:solid 1px #FFF;
	width:20px;
	height:84px;
	line-height:21px;
	padding-right:10px;
	margin-right:15px
}
.indexsixbox {
	min-width:1200px;
	height:600px;
	margin:20px 0 0;
	background:#EBEAEF;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.indexsix {
	width:1200px;
	padding-top:10px;
	text-align:left;
	margin:0 auto
}
.ikjbox {
	margin:0 0 10px;
}
.ikjl {
	}.ikjl a {
	float:left;
	display:block;
	margin:0 10px 10px 0;
	position:relative
}
.ikjl p {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/jdt.png) repeat;
	text-align:center;
}
.ikjl span {
	position:relative;
	z-index:3;
	top:40%;
	background:url(../images/ikj.png) no-repeat center top;
	padding-top:40px;
	display:block;
	font-size:16px;
	color:#FFFFFF;
}
.ikjl a:hover p {
	display:block
}
.ikjl a:hover {
	color:#004987;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.ikjl img {
	transition:all 0.5s ease-in-out;
	/* overflow:hidden;
	*/
    /* width:100%;
	*/
    cursor:pointer;
	transition:all 0.6s;
}
.ikjl img:hover {
	transform:scale(1.2);
	position:relative;
	z-index:2;
}
.ikjr {
	float:right;
	width:720px;
}
.ikjr a {
	float:left;
	display:block;
	margin:0 0 9px 9px;
	position:relative
}
.ikjr p {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/jdt.png) repeat;
	text-align:center;
}
.ikjr span {
	position:relative;
	top:40%;
	background:url(../images/ikj.png) no-repeat center top;
	padding-top:40px;
	display:block;
	font-size:18px;
	color:#FFFFFF;
}
.ikjr a:hover p {
	display:block
}
.ikjmore {
	background:#014B7A;
	width:1200px;
	height:30px;
}
.ikjmore a {
	display:block;
	text-align:center;
	font-size:16px;
	color:#DEE3E9;
	line-height:30px
}
.fd {
	position:fixed;
	top:200px;
	right:5%;
	width:70px;
	text-align:center;
	border:solid 1px #E0E0E0;
	border-bottom:0;
	background:#F6F6F6;
	z-index:500
}
.fd a {
	display:block;
	width:68px;
	padding-top:15px;
	border-bottom:solid 1px #E0E0E0
}
.fd span {
	display:block;
	font-size:14px;
	color:#0166AC;
	line-height:30px;
}
.fd .back {
	background:#FFF;
	padding:0
}
.friendlinkbox {
	min-width:1200px;
	height:54px;
	width:auto;
	background:#272727;
	border-bottom:solid 1px #6E6E6E;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.friendlink {
	width:1120px;
	text-align:left;
	position:relative;
	margin:0 auto
}
.friend {
	float:left;
}
.friend a {
	display:block;
	background:url(../images/friendjt.png) no-repeat right 20px top 24px;
	padding:0 40px 0 30px;
	font-size:16px;
	color:#aeadad;
	line-height:54px;
}
.friend a:hover {
	display:block;
	background:#212121 url(../images/friendjt.png) no-repeat right 20px top 24px;
	padding:0 40px 0 30px;
	font-size:16px;
	color:#ffffff;
	line-height:54px;
}
.friend ul {
	display:none;
	position:absolute;
	left:0;
	bottom:54px;
	z-index:999;
	background:#212121;
	width:1040px;
	padding:25px 40px
}
.friend ul a {
	display:inline-block;
	background:none;
	padding:0;
	margin:0;
	font-size:14px;
	color:#adacac;
	line-height:26px;
	padding-right:20px
}
.friend ul a:hover {
	display:inline-block;
	background:none;
	padding:0;
	margin:0;
	font-size:14px;
	color:#adacac;
	line-height:26px;
	padding-right:20px
}
.friend:hover ul {
	display:block;
}
.zbanner {
	min-width:1200px;
	height:467px;
	border-top:solid 1px #27548D;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.location {
	text-align:right;
	font-size:14px;
	color:#666666;
	padding:5px 0
}
.location a {
	font-size:14px;
	color:#666666;
	padding:0 5px;
	font-family: "FZZHUNYSK","微软雅黑","宋体";
}
.location span {
	font-size:14px;
	color:#CE7019
}
.title1 {
	text-align:center;
	background:url(../images/title1.jpg) no-repeat center 20px;
	font-size:28px;
	color:#515151;
	line-height:40px;
	font-family: "FZZHUNYSK","微软雅黑","宋体";
}
.right1 {
	text-align:right;
	font-size:16px;
	color:#515151;
	line-height:40px;
	margin: 2px 15px 2px 2px;
}
.title1 span {
	display:block;
	background:url(../images/titlebj.jpg) no-repeat center bottom;
	padding-bottom:20px;
	font-size:28px;
	color:#515151;
	font-family:"Microsoft Yi Baiti"
}
.title1 big {
	font-size:28px;
	color:#515151;
	line-height:40px;
	background:#FFF;
	padding:0 10px
}
.aboutbox {
	width:1200px;
	text-align:left;
	margin:80px auto
}
.aboutbox .title,.yqbox .title,.fzlcbj .title,.onebj .title {
	text-align:center;
	background:url(../images/titlebj.jpg) no-repeat center bottom;
	padding-bottom:30px;
	font-size:42px;
	color:#515151;
	line-height:60px;
	margin-bottom:40px;
}
.aboutbox .title span,.yqbox .title span,.fzlcbj .title span,.onebj .title span {
	display:block;
	font-size:38px;
	color:#515151;
	font-family:"Microsoft Yi Baiti"
}
.about {
	font-size:16px;
	color:#666666;
	line-height:28px;
	padding:0 25px;
	width:1150px;
	height:908px;
	overflow-y:scroll
}
.video {
	min-width:1200px;
	height:330px;
	background:url(../images/video.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.video a {
	display:block;
	padding-top:105px;
	width:246px;
	font-size:32px;
	color:#FFF;
	margin:0 auto
}
.video span {
	display:block;
	border:solid 3px #FFF;
	background:url(../images/videojt.png) no-repeat 28px 14px;
	text-align:left;
	padding-left:65px;
	width:175px;
	height:48px;
	font-size:25px;
	color:#FFF;
	line-height:48px;
	margin-bottom:30px
}
.fzlcbj {
	min-width:1200px;
	background:url(../images/fzlcbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.fzlcbox {
	width:1200px;
	text-align:left;
	padding:40px 0;
	margin:0 auto
}
#timeline {
	width:1095px;
	height:500px;
	overflow:hidden;
	position:relative;
	margin:0 auto
}
#dates {
	width:1095px;
	height:30px;
	position:absolute;
	top:450px;
	left:-90px;
	overflow:hidden;
}
#dates li {
	float:left;
	width:90px;
	height:30px;
	font-size:18px;
	text-align:center;
	color:#515151
}
#dates a {
	line-height:30px;
	font-size:18px;
	color:#515151;
}
#dates a:hover {
	color:#d05a13;
	background:none
}
#dates .selected {
	color:#d05a13
}
#issues {
	width:1095px;
	height:343px;
	overflow:hidden;
}
#issues li {
	width:1095px;
	height:343px;
	float:left;
	position:relative
}
#issues li img {
	float:left;
	width:477px;
	height:343px;
	padding-left:4px
}
#issues li span {
	position:absolute;
	left:0;
	top:30px;
	background:url(../images/date.png) no-repeat;
	width:108px;
	height:35px;
	text-align:center;
	padding-top:8px;
	font-size:18px;
	color:#FFF;
	line-height:35px;
}
#issues .fzlc {
	float:left;
	width:614px;
	height:343px;
	background:#FFF;
	position:relative
}
#issues li h1 {
	color:#1e569f;
	font-size:18px;
	padding:25px 35px;
	font-weight:normal
}
#issues li i {
	position:absolute;
	left:35px;
	top:250px;
	display:block;
	width:546px;
	height:10px;
	border-bottom:solid 1px #E8E8E8;
}
#issues li .div {
	width:546px;
	height:170px;
	margin-left:35px;
	overflow-y:scroll
}
#issues li p {
	display:block;
	background:url(../images/jt.png) no-repeat 0 6px;
	text-align:left;
	padding-left:25px;
	width:460px;
	font-size:14px;
	color:#666666;
	line-height:22px;
	margin-bottom:10px
}
#next,#prev {
	position:absolute;
	top:290px;
	width:27px;
	height:27px;
}
#next {
	right:25px;
	background:url(../images/fzlcnext.jpg) no-repeat;
}
#prev {
	right:54px;
	background:url(../images/fzlcpro.jpg) no-repeat;
}
/* 设置滚动条的样式 */::-webkit-scrollbar {
	width:8px;
}
/* 滚动槽 */::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	border-radius:10px;
}
/* 滚动条滑块 */::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.yqbox {
	width:1200px;
	text-align:left;
	margin:60px auto
}
.yqcon {
	margin-bottom:35px
}
.yqlist p {
	float:left;
	border:solid 1px #D9D9D9;
	width:478px;
	height:346px;
	padding:60px 40px 0 80px;
}
.yqlist big {
	display:block;
	font-size:32px;
	color:#015699;
	line-height:40px;
	border-left:solid 4px #00559C;
	padding-left:15px
}
.yqlist span {
	display:block;
	padding:10px 0 30px;
	font-size:16px;
	color:#666666;
	line-height:28px
}
.yqlist p a {
	display:block;
	font-size:16px;
	color:#000;
	background:url(../images/yqjt.jpg) no-repeat 80px;
	height:30px;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.yqlist a:hover {
	display:block;
	font-size:16px;
	color:#015699;
	background:url(../images/yqjt.jpg) no-repeat 90px;
	height:30px
}
.yqlist .yqlistpic {
	float:left;
	width:600px;
	height:408px;
	position:relative
}
.yqlist .yqlistpic img {
	width:600px;
	height:408px
}
.yqlist .yqlistpic a i {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/jdt.png) repeat;
	text-align:center;
	font-style:normal
}
.yqlist .yqlistpic a span {
	position:relative;
	top:40%;
	background:url(../images/link.png) no-repeat center top;
	padding-top:70px;
	display:block;
	font-size:21px;
	color:#FFFFFF;
}
.yqlist .yqlistpic a:hover i {
	display:block
}
.onebj {
	min-width:1200px;
	background:url(../images/onebj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.onebox {
	width:1200px;
	text-align:left;
	padding:40px 0;
	margin:0 auto
}
.cyyqbox {
	min-width:1200px;
	background:#F5F5F5;
	padding:50px 0;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.cyyqpic {
	width:900px;
	height:477px;
	overflow:hidden;
	position:relative;
	margin:0 auto
}
#cyyqbox {
	position:relative;
	width:900px;
	height:477px;
}
#cyyqNumID {
	position:absolute;
	bottom:20px;
	left:0;
	width:900px;
	text-align:center;
	overflow:hidden
}
#cyyqNumID li {
	list-style:none;
	display:inline-block;
	*display:inline;
	width:50px;
	height:6px;
	line-height:6px;
	margin:0 2px;
	background:#20569E;
	color:#20569E;
	cursor:pointer;
	overflow:hidden;
}
#cyyqNumID li:hover,#cyyqNumID li.active {
	background:#ffffff;
	color:#ffffff;
	width:50px;
	height:6px;
}
#cyyqContentID li {
	position:relative;
}
#cyyqContentID img {
	width:900px;
	height:477px;
}
.cyyqcon {
	width:1200px;
	text-align:left;
	margin:130px auto
}
.cyyqcon big {
	display:block;
	background:url(../images/cyyqtitle.jpg) no-repeat;
	width:139px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	line-height:34px
}
.cyyqcon p {
	padding:20px 15px;
	font-size:16px;
	color:#6C6C6C;
	line-height:32px;
}
.newsjdt {
	width:1200px;
	height:450px;
	border-bottom:solid 1px #E6E6E6;
	overflow:hidden;
	position:relative;
	margin:0 auto
}
#newsjdtbox {
	position:relative;
	width:1200px;
	height:450px;
}
#newsjdtNumID {
	position:absolute;
	bottom:40px;
	*bottom:50px;
	left:350px;
	width:500px;
	text-align:center;
	overflow:hidden
}
#newsjdtNumID li {
	list-style:none;
	display:inline-block;
	*display:inline;
	width:9px;
	height:9px;
	margin:0 10px;
	line-height:9px;
	background:#343F53;
	color:#343F53;
	cursor:pointer;
	overflow:hidden;
}
#newsjdtNumID li:hover,#newsjdtNumID li.active {
	background:#CF6F1B;
	width:9px;
	height:9px;
	color:#CF6F1B
}
#newsjdtContentID li {
	position:relative;
	width:417px
}
#newsjdtContentID a {
	display:block;
	width:366px;
	height:244px;
	overflow:hidden
}
#newsjdtContentID a img {
	width:366px;
	height:244px;
	transition:all 0.6s;
}
#newsjdtContentID a:hover img {
	transform:scale(1.4);
}
#newsjdtContentID span {
	display:block;
	position:absolute;
	top:15px;
	left:20px;
	text-align:center;
	background:url(../images/main17.png) repeat;
	width:76px;
	height:74px;
	font-size:14px;
	color:#9DA1AA;
}
#newsjdtContentID font {
	display:block;
	font-size:32px;
	color:#C6D2EC;
	padding:16px 0 4px
}
#newsjdtContentID p {
	display:block;
	margin-top:15px;
	background:url(../images/newsjt.jpg) no-repeat right 51px top 16px;
	font-size:12px;
	color:#59545A;
	line-height:20px
}
#newsjdtContentID p big {
	display:block;
	font-size:14px;
	color:#343331;
	line-height:36px;
	width:280px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.newsjdt .pre {
	display:block;
	position:absolute;
	left:270px;
	top:380px;
	width:47px;
	height:30px;
	background:url(../images/newspro.jpg) no-repeat
}
.newsjdt .next {
	display:block;
	position:absolute;
	right:270px;
	top:380px;
	width:47px;
	height:30px;
	background:url(../images/newsnext.jpg) no-repeat
}
.newslist {
	margin:50px 0;
	background:url(../images/newslist.jpg) repeat
}
.newslist a {
	display:block;
	height:200px;
	clear:both
}
.newslist span {
	float:left;
	font-size:14px;
	color:#424242;
	text-align:right;
	width:250px
}
.newslist font {
	display:block;
	font-size:50px;
	color:#0169B0;
	line-height:54px;
	padding-top:60px
}
.newslist p {
	float:left;
	width:800px;
	padding:50px 0;
	padding-left:70px;
	font-size:14px;
	color:#666666;
	line-height:26px;
	height:100px;
	overflow:hidden
}
.newslist big {
	display:block;
	font-size:18px;
	color:#313131;
	line-height:36px;
	width:700px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.newslist a:hover {
	background:#CF6F1B url(../images/newslistjt.jpg) no-repeat right 40px top 90px;
	*background:#CF6F1B
}
.newslist a:hover span,.newslist a:hover font,.newslist a:hover p,.newslist a:hover big {
	color:#FFF
}
.newsxx {
	clear:both;
	padding:20px 0
}
.newsxxtitle {
	border-bottom:solid 1px #D8D8D8;
	line-height:54px;
	font-size:16px;
	color:#676765;
	text-align:center;
	position:relative
}
.newsxxtitle span {
	display:block;
	border-bottom:solid 1px #D8D8D8;
	text-align:center;
	color:#181818;
	font-size:28px;
	line-height:40px;
	padding:20px 0;
	font-family: "微软雅黑","宋体";
}
.no-wrap {
   white-space: nowrap;
}
.newsxxtitle .back {
	font-size:14px;
	color:#3d3d3d;
	background:url(../images/back.png) no-repeat right;
	padding-right:40px;
	margin-top:10px;
	font-size:14px;
	color:#676765;
	line-height:34px;
	float:right
}
.newsxxtitle .pages_print {
	position:absolute;
	border-bottom:none;
	top:7px;
	right:-12px;
	text-align:center;
	font-size:14px;
	height:30px;
}
.newsxxtitle .index_switchsize {
	padding-left:275px;
	float:left;
}
.newsxxtitle .btnPrint {
	background:url(../images/ico.png) no-repeat 0px 0px;
}
.newscontent {
	padding:30px;
	color:#666666;
	font-size:18px;
	border: 1px #dddddd solid;
	line-height:28px
}
.newscontent p {
	color:#666666;
	font-size:18px;
	line-height:2
}
.newscontent img {
	margin:30px auto
}
.InfoContent {
	padding:10px;
	color:#666666;
	font-size:18px;
	box-shadow: 2px 10px 5px rgba(0, 0, 0, 0.3);
	padding: 20px 20px 20px 15px;
	line-height:28px
}
.InfoContent p {
	color:#666666;
	font-size:18px;
	line-height:2
}
.InfoContent img {
	margin:10px auto;
}
.newsxxfx {
	border-top:solid 1px #D8D8D8;
	text-align:center;
	padding:30px 0
}
.newsxxfx div {
	margin:0 auto;
	display:inline-block;
}
.newsxxlist {
	margin-bottom:100px
}
.newsxxlist big {
	display:block;
	border-bottom:solid 1px #D8D8D8;
	font-size:18px;
	color:#CF711A;
	line-height:36px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "微软雅黑","宋体";
}
.newsxxlist a {
	float:left;
	display:block;
	width:570px;
	height:34px;
	padding-right:30px
}
.newsxxlist span {
	float:left;
	display:block;
	background:url(../images/jt.png) no-repeat 0 12px;
	padding-left:15px;
	width:320px;
	font-size:14px;
	color:#666666;
	line-height:34px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.newsxxlist font {
	float:right;
	font-size:14px;
	color:#989A99;
	line-height:34px
}
.newsxxlist a:hover span {
	color:#cf6f1b;
}
.xxgkbox {
	min-width:1200px;
	background:url(../images/xxgkbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.xxgk {
	width:1200px;
	text-align:left;
	padding:60px 0;
	margin:0 auto
}
.xxgktop {
	font-size:14px;
	color:#FFF;
	line-height:25px;
	position:relative
}
.xxgktop big {
	display:block;
	font-size:32px;
	color:#FFF;
	line-height:50px
}
.xxgktop .jtl {
	display:block;
	position:absolute;
	right:0;
	top:40px;
	width:54px;
	height:44px;
	background:url(../images/xxgkjtl.png) no-repeat;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.xxgktop .jtl:hover {
	width:44px
}
.xxgktop .jtr {
	display:block;
	position:absolute;
	right:0;
	top:40px;
	width:44px;
	height:44px;
	background:url(../images/xxgkjtr.png) no-repeat;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.xxgktop .jtr:hover {
	width:54px
}
.xxgknav {
	margin:30px 0
}
.xxgknav a {
	display:block;
	float:left;
	background:url(../images/xxgknav.jpg) no-repeat;
	width:214px;
	height:44px;
	font-size:18px;
	color:#FFF;
	line-height:44px;
	text-align:center;
	margin-right:5px
}
.xxgknav img {
	padding-right:6px
}
.xxgknav a:hover,.xxgknav .focus {
	background:url(../images/xxgknavh.jpg) no-repeat;
}
.xxgkcon {
	width:1200px;
	text-align:left;
	background:#FFF;
	padding-bottom:30px;
	margin:0 auto
}
.xxgktitle {
	width:1200px;
	height:104px;
	background:url(../images/xxgktitle.jpg) no-repeat;
	text-align:center;
	font-size:20px;
	color:#FFF;
	line-height:70px
}
.xxgklist {
	margin:35px;
}
.xxgklist p {
	display:block;
	margin-bottom:20px
}
.xxgklist span {
	display:inline-block;
	font-size:16px;
	color:#6c6c6c;
	line-height:28px;
	padding-right:35px
}
.xxgklist a {
	display:inline-block;
	background:#E5E5E5;
	height:28px;
	text-align:center;
	font-size:16px;
	color:#6c6c6c;
	line-height:28px;
	margin-right:12px;
	padding:0 15px
}
.xxgklist a:hover {
	background:#D68A01;
	color:#FFF
}
.xxznbox {
	width:1200px;
	text-align:left;
	background:url(../images/xxznjt.jpg) no-repeat 50px top;
	padding:20px 0 20px 0;
	margin:0 auto
}
.title2 {
	text-align:center;
	background:url(../images/title2.jpg) repeat-x 0 20px;
	padding-bottom:50px;
	font-size:28px;
	color:#515151;
	font-family:"Microsoft Yi Baiti"
}
.title2 span {
	display:block;
	background:#FFF;
	width:250px;
	text-align:center;
	font-size:28px;
	color:#515151;
	line-height:40px;
	margin:0 auto
}
.xxzn {
	border:solid #DADFE3;
	border-width:1px 1px 0 0;
	width:1100px;
	margin:0 auto 50px
}
.xxzn p {
	display:block;
	background:#F9F9F9;
	border-bottom:solid 1px #DADFE3;
	height:36px
}
.xxzn a {
	display:block;
	border-bottom:solid 1px #DADFE3;
	height:36px
}
.xxzn span {
	float:left;
	display:block;
	border-left:solid 1px #DADFE3;
	font-size:16px;
	color:#666666;
	line-height:36px;
	width:70px;
	text-align:center
}
.xxzn big {
	float:left;
	display:block;
	border-left:solid 1px #DADFE3;
	font-size:16px;
	color:#666666;
	line-height:36px;
	padding:0 15px;
	width:787px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.xxzn font {
	float:left;
	display:block;
	border-left:solid 1px #DADFE3;
	font-size:16px;
	color:#666666;
	line-height:36px;
	width:210px;
	text-align:center
}
.xxzn a:hover span,.xxzn a:hover big,.xxzn a:hover font {
	color:#BA5402
}
.xxzn p span,.xxzn p big,.xxzn p font {
	text-align:center;
	color:#BA5402
}
.zsyzbox {
	min-width:1200px;
	background:url(../images/zsyzbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.zsyzcon {
	width:1200px;
	text-align:left;
	padding-top:20px;
	margin:0 auto
}
.zsyzabout {
	float:left;
	width:396px;
	height:371px;
	background:url(../images/zsyzabout.jpg) no-repeat;
	padding:40px 30px 0
}
.zsyztitle {
	background:url(../images/zsyztitle.jpg) no-repeat left bottom;
}
.zsyztitle a {
	font-size:20px;
	color:#FFF;
	line-height:50px
}
.zsyzaboutcon {
	padding:30px 0;
	font-size:14px;
	color:#FFF;
	line-height:23px
}
.zsyzaboutcon a {
	display:block;
	width:100px;
	height:26px;
	border:solid 1px #CEE9F4;
	text-align:center;
	font-size:14px;
	color:#CEE9F4;
	line-height:26px;
	margin-top:30px
}
.zsyztzhj {
	float:left;
	display:block;
	width:356px;
	height:371px;
	background:#FFF;
	padding:40px 30px 0
}
.zsyztitle1 {
	background:url(../images/zsyztitle1.jpg) no-repeat left bottom;
}
.zsyztitle1 a {
	font-size:20px;
	color:#6c6c6c;
	line-height:50px
}
.zsyztitle2 a {
	color:#0169ae
}
.zsyztzhjcon {
	padding:30px 0;
	font-size:14px;
	color:#6c6c6c;
	line-height:23px
}
.zsyztzhjcon a {
	display:block;
	width:102px;
	height:28px;
	background:#d05a13;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:26px;
	margin-top:30px
}
.zsyznews {
	float:left;
	display:block;
	width:268px;
	height:371px;
	background:url(../images/zsyznews.jpg) no-repeat;
	padding:40px 30px 0
}
.zsyznewslist {
	margin-top:30px;
	height:260px;
	overflow:hidden
}
.zsyznewslist a {
	display:block;
	border-bottom:solid 1px #9CADDB;
	margin-bottom:30px;
}
.zsyznewslist big {
	display:block;
	font-size:16px;
	color:#FFF;
	line-height:22px;
	width:250px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.zsyznewslist span {
	font-size:14px;
	color:#a3a3a3
}
.zsyznewslist p {
	display:block;
	font-size:14px;
	color:#FFF;
	line-height:22px;
	height:44px;
	overflow:hidden;
	margin:10px 0 15px
}
.zsyzdt {
	float:left;
	display:block;
	width:538px;
	height:314px;
	background:#FFF;
	padding:30px 30px 0
}
.zsyzdtlist {
	margin-top:15px
}
.zsyzdtlist a {
	display:block;
	padding:12px;
}
.zsyzdtlist big {
	display:block;
	font-size:16px;
	color:#000;
	line-height:36px;
	width:500px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.zsyzdtlist p {
	display:block;
	font-size:14px;
	color:#6c6c6c;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.zsyzdtlist a:hover {
	background:#D05A14
}
.zsyzdtlist a:hover big,.zsyzdtlist a:hover p {
	color:#FFF
}
.zsyzdtlist i {
	display:block;
	border-bottom:solid 1px #E5E5E5;
	height:12px;
	margin-bottom:12px
}
.zsyztwo {
	margin-top:12px
}
.zsyztwo .right {
	float:right
}
.hdjlbox {
	min-width:1200px;
	background:url(../images/hdjlbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.hdjlcon {
	width:1120px;
	text-align:left;
	background:#FFF;
	padding:30px 40px;
	margin:30px auto
}
.hdjlleft {
	float:left;
	width:762px
}
.hdjlright {
	float:right;
	width:298px
}
.hdjltitle {
	background:url(../images/title2.jpg) repeat-x left bottom;
}
.hdjltitle a {
	display:block;
	width:80px;
	border-bottom:solid 5px #016AAE;
	font-size:20px;
	color:#6c6c6c;
	line-height:40px
}
.messagebox {
	background:#F8F8F8;
	padding:20px;
	margin:30px 0
}
.message {
	background:url(../images/message.jpg) repeat;
	margin-top:20px
}
.message a {
	display:block;
	height:34px
}
.message big {
	float:left;
	display:block;
	font-size:14px;
	color:#6C6C6C;
	line-height:34px;
	width:320px;
	padding-left:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.message span {
	float:left;
	width:120px;
	text-align:center;
	font-size:14px;
	color:#6C6C6C;
	line-height:34px;
}
.message font {
	float:right;
	width:110px;
	text-align:center;
	font-size:14px;
	color:#6C6C6C;
	line-height:34px;
}
.message a:hover big,.message a:hover span,.message a:hover font {
	color:#E10102
}
.wsdc {
	background:url(../images/message.jpg) repeat;
}
.wsdc a {
	display:block;
	height:34px
}
.wsdc big {
	float:left;
	display:block;
	font-size:14px;
	color:#6C6C6C;
	line-height:34px;
	width:500px;
	padding-left:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.wsdc span {
	float:right;
	width:120px;
	text-align:center;
	font-size:14px;
	color:#6C6C6C;
	line-height:34px;
}
.wsdc a:hover big,.message a:hover span,.message a:hover font {
	color:#E10102
}
.wjdc {
	border-top:solid 1px #E8E8E8
}
.wjdc big {
	display:block;
	font-size:24px;
	color:#666666;
	border-bottom:dashed 1px #DFDFDF;
	padding:50px 0;
}
.wjdc span {
	display:block;
	font-size:16px;
	color:#000;
	line-height:40px;
	font-weight:bold;
	padding:0 10px
}
.wjdc td {
	font-size:14px;
	color:#666666;
	line-height:28px;
	padding:5px 0
}
.wjdc .line {
	border-bottom:solid 1px #DDDDDD;
	padding-left:25px;
	padding-bottom:15px
}
.wjdc textarea {
	border:solid 1px #A9A9A9;
	width:790px;
	height:120px;
	font-size:14px;
	color:#666666
}
.wjdc .btn {
	border:0;
	width:146px;
	height:46px;
	line-height:46px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background:#D05A14;
	margin:20px 40px 0 120px
}
.wjdc .ctn {
	background:#014B7A;
	margin:20px 0
}
.hdjlrightbox {
	width:258px;
	background:url(../images/hdjlright.jpg) repeat-y;
	padding:20px;
	margin-bottom:20px
}
.hdjlrighttitle {
	border-bottom:solid 1px #C1B9C4
}
.hdjlrighttitle a {
	display:block;
	background:url(../images/jbfs.jpg) no-repeat right bottom;
	font-size:24px;
	color:#80697D;
	height:36px;
	padding-top:20px;
}
.kjlink a {
	background:url(../images/kjlink.jpg) no-repeat right bottom;
}
.jbfs {
	font-size:14px;
	color:#9E909D;
	line-height:23px;
	padding:10px
}
.kj {
	padding:10px 0;
}
.kj a {
	float:left;
	display:block;
	padding:12px;
}
.ldxxnav {
	margin:0;
}
.hdjlnav {
	border-top:solid 1px #E8E8E8;
	padding:20px 0
}
.hdjlnav a {
	float:left;
	display:block;
	background:url(../images/ldxxjt.jpg) no-repeat 0 12px;
	font-size:16px;
	color:#0169ae;
	line-height:30px;
	padding-left:15px;
	margin-right:20px
}
.hdjlnav a:hover,.hdjlnav .focus {
	color:#cf6f1b
}
.ldxx {
	border:solid #EEEEEE;
	border-width:0 1px;
	border-top:solid 5px #3297DD;
	border-bottom:solid 10px #F8F8F8;
	padding:20px 50px;
	margin-bottom:100px;
}
.ldxx td {
	font-size:16px;
	color:#000;
	height:42px;
	line-height:42px;
	padding:12px 5px
}
.ldxx big {
	display:block;
	text-align:center;
	font-size:30px;
	color:#0169ae;
}
.ldxx span {
	font-size:14px;
	color:#0169ae;
	font-weight:bold;
	padding:5px
}
.ldxx .txt {
	border:solid 1px #DADFE5;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#000;
	width:600px
}
.ldxx .txt1 {
	width:240px
}
.ldxx .txt2 {
	width:990px
}
.ldxx textarea {
	border:solid 1px #DADFE5;
	font-size:16px;
	color:#000;
	height:120px;	
	width:990px
}
.ldxx .yzm {
	width:100px;
	margin-right:10px
}
.ldxx .btn {
	border:0;
	width:146px;
	height:46px;
	line-height:46px;
	font-size:16px;
	color:#FFF;
	text-align:center;
	background:#D05A14;
	margin-right:40px
}
.ldxx .ctn {
	background:#014B7A
}
.xjlist {
	background:#F8F8F8;
	padding:20px 35px;
}
.xjlist li {
	display:block;
	height:32px;
	background:#FFF;
	margin-bottom:10px
}
.xjlist big {
	float:left;
	font-size:16px;
	color:#333333;
	line-height:32px;
	width:530px;
	padding-left:10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.xjlist span {
	float:left;
	font-size:16px;
	color:#333333;
	line-height:32px;
	width:180px;
	text-align:center
}
.xjlist font {
	float:left;
	font-size:16px;
	color:#333333;
	line-height:32px;
	width:100px;
	text-align:center
}
.xjlist a {
	float:right;
	font-size:16px;
	color:#BD0F08;
	line-height:32px;
	width:130px;
	text-align:center
}
.xjlist li:hover {
	background:#0188BF
}
.xjlist li:hover big,.xjlist li:hover span,.xjlist li:hover font,.xjlist li:hover a {
	color:#FFF
}
.xjlist p {
	display:block;
}
.xjxx {
	border:solid #EEEEEE;
	border-width:0 1px;
	border-top:solid 5px #3297DD;
	border-bottom:solid 10px #F8F8F8;
	padding:20px;
	margin-bottom:100px;
}
.xjxx a {
	display:block;
	text-align:center;
	font-size:30px;
	color:#0169ae;
	padding:20px 0 40px;
}
.xjxx span {
	display:block;
	background:#F0F0F0;
	height:40px;
	font-size:18px;
	color:#218FE4;
	line-height:40px;
	padding-left:15px
}
.xjxx p {
	padding:10px 25px;
	font-size:16px;
	color:#464646;
	line-height:28px
}
.bsznbox {
	min-width:1200px;
	background:url(../images/bsznbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.bszn {
	background:#F5F5F5;
	padding:35px;
}
.bszn a {
	clear:both;
	display:block;
	height:38px;
	background:#f2f2f2;
	margin-bottom:10px;
}
.bszn span {
	float:left;
	background:url(../images/bszndot.jpg) no-repeat 12px;
	font-size:18px;
	color:#333333;
	line-height:32px;
	padding-left:30px;
	width:700px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.bszn font {
	float:right;
	font-size:16px;
	color:#333333;
	line-height:32px;
	padding-right:50px;
}
.bszn a:hover {
	background:#015B97
}
.bszn a:hover span,.bszn a:hover font {
	font-size:16px;
	color:#FFF
}
.bszn a:hover span {
	background:url(../images/bszndoth.jpg) no-repeat 12px;
}
.ztzl {
	margin-left:-30px;
	overflow:hidden
}
.ztzl a {
	float:left;
	width:580px;
	display:block;
	margin:0 0 40px 30px
}
.ztzl p {
	width:560px;
	height:300px;
	overflow:hidden;
	border:10px solid #fff
}
.ztzl img {
	width:580px;
	height:300px;
	transition:all 0.6s;
}
.ztzl a:hover img {
	transform:scale(1.4);
}
.ztzl span {
	display:block;
	background:#EEEEF0;
	height:46px;
	text-align:center;
	font-size:16px;
	color:#323131;
	line-height:46px
}
.ztzl a:hover span {
	color:#d05a14
}
.ztzllist {
	background:url(../images/newslist.jpg) repeat
}
.ztzllist a {
	display:block;
	height:100px;
	padding:50px 60px;
	clear:both
}
.ztzllist big {
	display:block;
	font-size:18px;
	color:#323131;
	line-height:36px;
	width:700px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden
}
.ztzllist p {
	font-size:14px;
	color:#666666;
	line-height:23px;
	height:46px;
	overflow:hidden
}
.ztzllist a:hover {
	background:#CF6F1B;
	color:#FFF
}
.ztzllist a:hover big,.ztzllist a:hover p {
	color:#FFF
}
#lightbox {
	border:solid 20px #fffff4;
	background:#FFFFFF
}
#lightboxDetails {
	font-size:12px;
	padding-top:0.4em
}
#lightboxCaption {
	float:left
}
#keyboardMsg {
	float:right
}
#closeButton {
	top:0;
	right:0
}
#lightbox img {
	border:none;
	clear:both
}
#overlay img {
	border:none
}
#overlay {
	background:url(../images/overlay.png)
}
* html #overlay {
	background-color:#333;
	back\ground-color:transparent;
	background-image:url(blank.gif);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png",enabled=bEnabled , sizingMethod="scale")
}
.xmdjlist {
	margin:15px 0;
}
.xmdjlist a {
	display:block;
	padding:10px 12px 20px;
	border-bottom:solid 1px #E5E5E5;
	margin-bottom:12px
}
.xmdjlist p {
	display:block;
	font-size:14px;
	color:#6c6c6c;
	line-height:30px
}
.xmdjlist span {
	font-size:16px;
	color:#000
}
.xmdjlist font {
	font-size:16px;
	color:#6c6c6c;
}
.xxznsearch {
	width:1164px;
	height:50px;
	margin:0 auto
}
.xxznsearch p {
	float:left;
	border:solid 1px #B7B7B7;
	width:258px;
	height:20px;
	padding:4px 10px;
}
.xxznsearch input {
	border:0;
	background:none;
	width:260px;
	font-size:15px;
	color:#4a4a4a;
	height:20px;
	line-height:20px
}
.xxznsearch img {
	float:right
}
.xxznsearch a {
	float:left;
	display:block;
	width:110px;
	height:30px;
	margin-left:5px;
	background:#014B7A;
	text-align:center;
	font-size:18px;
	color:#FFF;
	line-height:30px;
}
.xxzn1 {
	clear:both;
	border:solid #EAEAEA;
	border-width:1px 1px 0 0;
	width:1164px;
	margin:0 auto 50px
}
.xxzn1 p {
	display:block;
	background:#E5E5E5;
	border-bottom:solid 1px #DADFE3;
	height:46px
}
.xxzn1 a {
	display:block;
	border-bottom:solid 1px #EAEAEA;
	height:46px
}
.xxzn1 span {
	float:left;
	display:block;
	border-left:solid 1px #EAEAEA;
	background:url(../images/red.jpg) no-repeat center;
	font-size:16px;
	color:#ffffff;
	line-height:46px;
	width:240px;
	text-align:center
}
.xxzn1 big {
	float:left;
	display:block;
	border-left:solid 1px #EAEAEA;
	font-size:16px;
	color:#6c6c6c;
	line-height:46px;
	padding:0 15px;
	width:380px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
	text-align:center
}
.xxzn1 font {
	float:left;
	display:block;
	border-left:solid 1px #EAEAEA;
	font-size:18px;
	color:#de2910;
	line-height:46px;
	width:255px;
	text-align:center
}
.xxzn1 p span,.xxzn1 p big,.xxzn1 p font {
	text-align:center;
	font-size:18px;
	color:#48484b
}
.xxzn1 p big,.xxzn1 p font {
	border-left:solid 1px #FFFFFF
}
.xxzn1 p span {
	background:none
}
.iqybsbox {
	width:1148px;
	padding:25px;
	text-align:left;
	background:#015790 url(../images/iqybsbj.jpg) no-repeat right;
	border:solid 1px #DBDBDD;
	margin:20px auto
}
.iqybstitle {
	}.iqybstitle a {
	display:block;
	height:47px;
	border-left:solid 3px #FFFFFF;
	font-size:24px;
	color:#FFF;
	line-height:26px;
	padding-left:15px
}
.iqybstitle span {
	display:block;
	font-size:18px;
	color:#FFF;
	line-height:26px
}
.picScroll-left {
	overflow:hidden;
	position:relative;
}
.picScroll-left .hd {
	overflow:hidden;
	height:7px;
	margin-top:48px;
	text-align:center;
}
.picScroll-left .hd ul {
	display:inline-block
}
.picScroll-left .hd ul li {
	list-style:none;
	float:left;
	display:block;
	width:44px;
	height:7px;
	margin:0 5px;
	background:#D9D9D9;
	color:#F00;
	line-height:999px;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
}
.picScroll-left .hd ul li.on {
	background:#D05A14;
	color:#FFFFFF;
	width:44px;
	height:7px;
	font-size:14px;
}
.picScroll-left .bd {
	position:relative;
	left:0;
	top:0;
	height:50px;
	margin-top:20px
}
.picScroll-left .bd ul {
	zoom:1;
}
.picScroll-left .bd ul li {
	float:left;
	width:1200px;
}
.picScroll-left .bd ul li a {
	float:left;
	width:200px;
	height:32px;
	display:block;
	border:solid 1px #B2B2B2;
	background:#ffffff;
	padding:8px;
	margin:10px 20px 10px 0
}
.picScroll-left .bd ul li a:hover {
	background:#EEEEEE;
}
.picScroll-left .bd ul li img {
	float:left;
	padding:0 10px
}
.picScroll-left .bd ul li span {
	float:left;
	font-size:18px;
	color:#000;
	line-height:32px;
	border-left:solid 1px #A6A6A6;
	padding-left:15px;
	overflow:hidden
}
.cccc {
	padding-left:35px;
}
.cccc a {
	float:left;
	font-size:16px !important
}
.gzdtbox {
	min-width:1200px;
	background:url(../images/gzdtbj.jpg) no-repeat center top;
	width:auto;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth:document.body.clientWidth) < 1200? '1200px':'auto');
}
.gzdtline {
	border-bottom:solid 1px #E8E8E8;
	margin-bottom:30px
}
.gzdt {
	background:#F8F8F8;
	padding:20px 35px 40px;
}
.gzdtlist {
	border-bottom:dashed 1px #B1B1B1;
	padding:20px
}
.gzdtpic {
	float:left;
	width:260px;
	height:155px;
	overflow:hidden;
	position:relative
}
.gzdtpic img {
	width:260px;
	height:155px;
}
.gzdtpic table {
	position:absolute;
	width:100%;
	height:100%;
}
.gzdtpic td {
	padding:0 45px;
	font-size:26px;
	color:#FFF;
	line-height:38px
}
.gzdtcon {
	float:right;
	width:800px;
	overflow:hidden
}
.gzdtcon big {
	display:block;
	height:62px;
	overflow:hidden
}
.gzdtcon span {
	float:left;
	font-size:20px;
	color:#333333;
	line-height:62px;
	height:560px;
	white-space:nowrap;
	text-overflow:ellipsis;
	word-break:keep-all;
	overflow:hidden;
}
.gzdtcon font {
	float:right;
	font-size:16px;
	color:#5d5d5d;
	line-height:62px
}
.gzdtcon p {
	display:block;
	width:800px;
	font-size:16px;
	color:#666666;
	line-height:22px;
	height:66px;
	overflow:hidden
}
.gzdtcon p a {
	font-size:16px;
	color:#ce7019
}
.notice .notice-swiper li a:hover {
	color:#850404!important;
}
.notice .notice-title {
	background:#015293!important;
}
.notice .fa {
	color:#40b8f4!important;
}
.notice {
	height:80px;
	overflow:hidden;
	background:#f4f4f4;
	border:1px solid #e7eaf1;
	border-radius:5px;
	-webkit-box-shadow:0 1px 3px rgba(0,37,55,0.05);
	box-shadow:0 1px 3px rgba(0,37,55,0.05)
}
.notice .notice-title {
	line-height:120px;
	text-align:center;
	font-size:22px;
	color:#fff;
	letter-spacing:5px;
	background:#a08969
}
.notice .notice-swiper {
	height:120px;
	overflow:hidden;
	padding:0 50px
}
.notice .notice-swiper li {
	list-style:none;
	height:120px;
	line-height:120px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.notice .notice-swiper li a {
	color:#333;
	line-height:120px
}
.notice .notice-swiper li a:hover {
	text-decoration:none;
	color:#8c0000
}
.notice .fa {
	position:absolute;
	right:20px;
	top:7px;
	font-size:24px;
	color:#a08969
}
.col-md-2 {
	width:15%;
	float:left
}
.top {
	height:45px;
	background:#333;
	min-width:1200px;
}
.top_wrap {
	width:1200px;
	margin:0 auto;
	height:45px;
	position:relative;
}
.top_wrap .top_left {
	overflow:hidden;
	float:left;
	font-size:14px;
	color:#fff;
	line-height:42px;
	width:920px;
}
.top_wrap .top_right {
	overflow:hidden;
	float:left;
	width:280px;
}
.ewm {
	position:absolute;
	right:42px;
	top:32px;
	z-index:9999;
}
.hide {
	display:none;
}
.phone {
	cursor:pointer;
}
.search_wrap {
	overflow:hidden;
	margin-top:50px;
	float:right;
	width:320px;
}
.hotwords span {
	font-size:14px;
	color:#fff;
	margin-top:18px;
	float:left;
	margin-right:10px;
}
.hotwords a {
	background:#015293;
	color:#333;
	-moz-border-radius:5px;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	line-height:40px;
	width:70px;
	float:left;
	display:block;
	margin-right:15px;
	margin-top:15px;
	color:#fff;
	font-size:14px;
	text-align:center
}
.hotwords a:hover {
	background:#fb6e52;
	color:white;
}
.hotwords a.cur {
	background:#f9b552;
	color:#fff;
}
.hotwords a.cur:hover {
	background:#fb6e52;
	color:#fff;
}
.search_box_input {
	width:320px;
	float:right;
	height:48px;
	background:url("../images/search_bga.png") no-repeat right top;
	line-height:48px;
}
.search_box_input input {
	width:220px;
	height:48px;
	line-height:48px;
	*line-height:48px;
	border:0px;
	background:none;
	font-size:14px;
	font-family:"微软雅黑";
	outline:medium;
	color:#888888;
	float: left;
    padding: 0px 0px 0px 20px;
}
.search_box_input #scrh_btn {
	float:right;
	display:block;
	width:62px;
	height:48px;
	cursor:pointer;
	text-indent:9999px;
}
.kjwords {
	margin-left:10px;
}
.kjwords span {
	font-size:18px;
	color:#fff;
	margin-top:18px;
	float:left;
	margin-right:10px;
}
.kjwords a {
	text-align:center;
	background:#015293;
	color:#333;
	-moz-border-radius:5px;
	border-radius:5px;
	height:60px;
	line-height:60px;
	width:222px;
	float:left;
	display:block;
	margin-right:15px;
	color:#fff;
	font-size:20px;
}
.kjwords a:hover {
	background:#013f70;
	color:white;
	font-size:24px;
}
.kjwords a.cur {
	background:#b00200;
	color:#fff;
	font-size:20px;
}
.kjwords a.cur:hover {
	background:#b00200;
	color:#fff;
	font-size:20px;
}
.kjwords img {
	height:30px;
	margin-top:13px;
	margin-left:10px;
}
/*分页样式*/
/*分页样式*/
.page {
	padding:4px 0px 60px 1px;
	width:800px;
	text-align:center;
	margin:0 auto;
	clear:both;
}
.page a,.page span {
	float:left;
	display:block;
	border:1px solid #D3D1D1;
	font-size:16px;
	padding:6px 12px;
	margin-left:4px;
	line-height:22px;
}
.page a:link,.page a:visited {
	text-decoration:none;
}
.page a:hover {
	background:#004887;
	color:#ff9900;
}
.page .current {
	background:#004887;
	color:#FFF;
}
.page #total {
	color:red
}
/*zengjia*/

.right_title {
	border-bottom:2px solid #d2d2d2;
	height:40px;
	line-height:40px;
}
.right_title h2 {
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	color:#015293;
	border-bottom:2px solid #015293;
	width:120px;
	font-weight:normal;
}
.textlist4 {
	}.textlist4 li {
	line-height:30px;
	text-indent:10px;
	font-size:20px;
	background:url(../images/textlist.png) no-repeat 0 center;
	overflow:hidden;
	width:100%;
	/*解决ie6bug*/
text-overflow:ellipsis;
	white-space:nowrap;
}
.textlist4 li.a {
	height:40px;
	line-height:40px;
	float:left;
	overflow:hidden;
	display:block;
	color:#8b8b8b;
}
.textlist4 li.n1 {
	background:none;
	font-size:20px;
	font-weight:bold;
	padding:5px 0;
	background:none;
}
.titlelist {
	overflow:hidden;
	zoom:1;
}
.titlelist  li {
	float:left;
	padding:0px 10px;
	overflow:hidden;
	white-space:nowrap
}
.titlelist  li.on {
	color:#2465b3;
	border-bottom:2px solid #2465b3;
}
.indexTypes {
	width:410px;
	margin:10px auto;
	/*border:1px solid #f00;
	*/
}
.indexTypes ul li {
	position:relative;
	float:left;
	width:80px;
	overflow:hidden;
	height:220px;
	overflow:hidden;
}
.indexTypes ul li:hover {
	cursor:pointer;
}
.indexTypes ul li.currnet {
	width:160px;
}
.indexTypes ul li .title {
	width:80px;
	padding-top:30px;
	padding-left:10px;
	background:url("images/typeBg.png")/*tpa=http://www.bceda.com/skin/images/typeBg.png*/ repeat-x;
	font-size:18px;
	color:#fff;
	font-family:"微软雅黑";
	height:220px;
	float:left;
}
.indexTypes ul li .title a {
	color:#fff;
}
.indexTypes ul li .title h2 {
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	width:20px;
	line-height:20px;
}
.indexTypes ul li.current .title {
	background:url("images/typeT.jpg")/*tpa=http://www.bceda.com/skin/images/typeT.jpg*/ no-repeat left top;
}
.indexTypes ul li .con {
	position:absolute;
	top:0;
	width:160px;
	left:80px;
	background:url("images/typeUl.jpg")/*tpa=http://www.bceda.com/skin/images/typeUl.jpg*/ no-repeat left top;
	overflow:hidden;
	height:220px;
	overflow:hidden;
}
.indexTypes ul li #con11 {
	background:url("images/con33.jpg")/*tpa=http://www.bceda.com/skin/images/con33.jpg*/ no-repeat left top;
}
.indexTypes ul li #con22 {
	background:url("images/con33.jpg")/*tpa=http://www.bceda.com/skin/images/con33.jpg*/ no-repeat left top;
}
.indexTypes ul li #con33 {
	background:url("images/con33.jpg")/*tpa=http://www.bceda.com/skin/images/con33.jpg*/ no-repeat left top;
}
.indexTypes ul li .con ul {
	padding-top:12px;
}
.indexTypes ul li .con ul li {
	float:none;
	height:auto;
	width:auto;
}
.indexTypes ul li .con ul li a {
	line-height:28px;
	width:80px;
	display:block;
	text-indent:3em;
	background:url("images/typesLi.jpg")/*tpa=http://www.bceda.com/skin/images/typesLi.jpg*/ no-repeat 6px 7px;
	border-bottom:1px dashed #d1d1d1;
}
.indexTypes ul li .con ul li a:hover {
	color:#F87C02;
}
.hotline {
	overflow:hidden;
	margin-bottom:15px;
	margin-top:30px;
	border:1px solid #ddd;
}
.fcs_box {
	width:150px;
	height:98px;
	float:left;
}
.fcs_box_top {
	height:39px;
	background:#fb6e52;
}
.fcs_box_top p {
	color:#fff;
	font-size:14px;
	margin-left:28px;
	padding-left:30px;
	line-height:39px;
	background:url("../images/ann_icon.png")/*tpa=http://www.bceda.com/skin/img/ann_icon.png*/ no-repeat left center;
}
.fcs_box_date {
	height:59px;
	background:#f3f2f2;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
	font-size:12px;
}
.headline {
	float:right;
	width:1028px;
}
.headline .h1 {
	color:#004987;
	font-size:24px;
	font-weight:normal;
	line-height:39px;
	text-align:center;
	margin-left:100px;
}
.headline .h2 {
	color:#000;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
	text-align:left;
}
.db_bg {
	background:#6eb8ef url("../images/db_bg.jpg")/*tpa=http://www.bceda.com/skin/img/db_bg.jpg*/ top no-repeat;
	width:100%;
	height:auto;
}
.db_pg {
	background:url("../images/db_03.jpg")/*tpa=http://www.bceda.com/skin/img/db_03.jpg*/ top no-repeat;
	width:100%;
	height:auto;
}
.db_p {
	background:url("../images/db_02.png")/*tpa=http://www.bceda.com/skin/img/db_02.png*/  top center repeat;
	width:100%;
	height:auto;
}
.db_01 {
	padding-top:28px;
	padding-left:12px;
	float:left;
	width:620px;
}
.db_02 {
	padding-top:28px;
	padding-left:28px;
	float:left;
	width:327px;
}
.db_03 {
	padding-top:5px;
	text-align:right;
}
.db_03 p {
	padding-top:5px;
}
.db_04 {
	background-color:#f8fcfe;
	clear:both;
}
.db_footerbg {
	background-color:#214578;
	height:85px;
	clear:both;
	width:100%;
}
.dbfoot {
	font-size:14px;
	text-align:center;
	padding:10px;
	padding-top:20px;
	font-family:"微软雅黑";
	color:#FFF;
}
.publictime {
	font-size:14px;
	color:#2a5ac6;
}
/**增加右侧二维码*/
.yb_conct {
	position:fixed;
}
.yb_conct img {
	position:fixed;
	bottom:0px;
	right:0px;
}
.message1 {
	width:1000px;
	height:auto;
	margin:0 auto;
	background:#fff;
}
.bianmin {
	/*width:660px;
	*/
    /*margin-left:10px;
	*/
    margin-top:10px;
}
.bianmin ul li {
	width:20%;
	float:left;
	padding:20px 0;
	text-align:center;
}
.bianmin ul li p {
	font-size:16px;
	margin-top:5px;
}
.headline-big {
	overflow:hidden;
	text-align:center;
	font-size:38px;	
	height:60px;
	font-family:govwf_fzzhunysk_ys;	
}
.headline-big a {
	font-size:38px;
	color:#0a2167;
	line-height:60px;
	font-weight:bold;
	font-family: govwf_fzzhunysk_ys;	
}
.headline-list {
	overflow:hidden;
	height:30px;
	text-align:center;
	font-family: "微软雅黑", "宋体";
}
.headline-list a {
	font-size:18px;
	color:#0a2167;
	line-height:30px;
	font-family: "微软雅黑", "宋体";	
}
