@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
img{ border:none;}
a{ text-decoration:none;}
body{ color:#565656;font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif"; background:#fdfdfd;}
h1, h2, h3, h4 {font-family: "Microsoft Yahei", Arial;}
.more{ float:right; margin-top:13px;}
.clean{ clear:both;}
ul,li{ list-style-type: none;}

.head{ width:100%; height:161px; background:#034692 url(../images/head-right.png) no-repeat top right;}
.head-con{ width:1200px; height:161px; margin:auto; padding-top:40px;}
.head-logo{ width:481px; height:89px;}
.nav{ width:100%; height:40px; background:#f1f1f1;}
.nav-con{ width:1190px; margin:auto;}
.nav-con ul li{ list-style:none; float:left; font-size:15px;}
.nav-con ul li a{display: block;line-height:40px;color: #333;padding: 0 12px;text-align: center; width:75px;}
.nav-con ul li a:hover{ background:#959595; color:#ffffff;}
/* 轮播开始 */
.iosSliderDemo {
	clear: both;
	width: 1366px;
           margin:auto;
	/* padding: 0 0 30% 0; */
	padding: 0 0 400px;
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 1366px;
	height:400px;
}
.sliderContainer {
	height: 100%;
	max-height:400px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 1366px;
	margin:auto;
	height: 100%;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 1366px;
	margin:auto;
	height: 100%;
/* IE10-only styles go here */  
}

.iosSlider .slider {
	width: 1366px;
	height: 100%;
}
.iosSlider .slider .item {
/* AK	width: 1200px; */
	width: 1366px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:1366px;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../_img/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
/* AK	background:#9b0000; */
	background: none repeat scroll 0 0 #000000;
	position: absolute;
/* AK	left: 150px; */
/* AK	top: 250px; */
	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: 700;
	line-height:50px;
	padding: 0 8px;
	font-family:"Microsoft Yahei";
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* AK	top: 301px; */
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"微软雅黑"
}
.sliderContainer .slideSelectors {
	position: relative;
	bottom:20px;
/* AK	left: 0;
	width: 137px; */
	width: 180px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../images/arrow_left.png) no-repeat 50% 0;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(../images/arrow_right.png) no-repeat 50% 0;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
/* AK
	width: 1024px;
*/
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}/* 轮播结束 */

.maintain{width: 1035px;overflow: hidden;margin: 0 auto;min-width: 320px;}
.new{overflow: hidden;width: 100%;margin-top: 35px;}
.new h2, .conL h2 {font-size: 18px;color: #282828;height: 42px;line-height: 42px;border-bottom: 2px solid #05264d;margin-bottom: 8px;}
.new h2 a{color: #282828;*float:left;}
.new h2 small{ margin-left:10px; color:#7ccdf3;*float:left;}
.newL {width: 340px;float: left;margin-right: 20px;margin-top: 5px;line-height: 18px;height: 292px;overflow: hidden;}
.newL h3{font-size: 15px;margin: 5px 0 5px; color:#a40000;}
.newL p{ font-size: 13px; margin-top:10px; line-height:23px; height:67px; overflow:hidden;}
.newL p:hover{ color:#034692;}
.newL a{ color:#333333;}
.newR{margin-left: 10px; margin-right:4px; width: 317px; height:292px;float: left;}
.newR li{font-size: 15px;padding: 12px 3px 12px 3px;line-height: 33px;height: 33px;border-bottom: 1px solid #e5e5e5;overflow: hidden; text-align:left;}
.newR li a{ color:#333333;}
.newR li a:hover{ color:#034692;}
.new-time{float: right;color: #8a8a8a;}
.newRR{ float:left;}

.artical{ width:100%;}
.notice{ width:330px; height:275px; margin-right:15px; font-size:15px; float:left;}
.to-list{ color:#333;}
.to-list a{ color:#333;}
.to-list a:hover{ color:#034692;}
.n-listcon{ width: 330px;}
.n-listcon li{font-size: 15px; line-height: 35px;height: 35px;overflow: hidden; text-align:left;}
.n-listcon li a{ color:#333333;}
.n-listcon li a:hover{ color:#034692;}

.link{ width:100%; height:115px; background:#ededed;}
.link-con{ width:1035px; margin:auto; margin-top:20px; color:#927f35; font-size:15px;}
.link-con ul li{ list-style:none; float:left; text-align:center; width:103.5px; margin-top:25px;}
.link-con ul li a{ color:#927f35;}
.name-bg{ width:50px; height:36px; background:url(../images/icon1.png) no-repeat; margin-bottom:10px; margin-left:26.75px;*margin-left:0px;}
.name-bg:hover{ background:url(../images/icon1-h.png);}
.name-jw{ width:50px; height:36px; background:url(../images/icon2.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-jw:hover{ background:url(../images/icon2-h.png);}
.name-yj{ width:50px; height:36px; background:url(../images/icon3.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-yj:hover{ background:url(../images/icon3-h.png);}
.name-xg{ width:50px; height:36px; background:url(../images/icon4.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-xg:hover{ background:url(../images/icon4-h.png);}
.name-cw{ width:50px; height:36px; background:url(../images/icon5.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-cw:hover{ background:url(../images/icon5-h.png);}
.name-fw{ width:50px; height:36px; background:url(../images/icon6.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-fw:hover{ background:url(../images/icon6-h.png);}
.name-cn{ width:50px; height:36px; background:url(../images/icon7.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-cn:hover{ background:url(../images/icon7-h.png);}
.name-cp{ width:50px; height:36px; background:url(../images/icon8.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-cp:hover{ background:url(../images/icon8-h.png);}
.name-zb{ width:50px; height:36px; background:url(../images/icon9.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-zb:hover{ background:url(../images/icon9-h.png);}
.name-xx{ width:50px; height:36px; background:url(../images/icon10.png) no-repeat; margin-bottom:10px; margin-left:26.75px;
*margin-left:0px;}
.name-xx:hover{ background:url(../images/icon10-h.png);}


.footb{ width:100%; height:262px; background:#034692;}
.foot-con{ width:1036px; margin:auto; height:262px; background:url(../images/foot-bg.png) no-repeat; } 
.box1{padding-top:40px; overflow:hidden; float:left; margin-right:30px;}
.box1 h4{ border-left: solid 3px #fff; padding-left:8px; font-size:15px; color:#fff; margin-bottom:19px;}   
.box1 ul li{ list-style:none;}
.foot-list{ color:#fff; float:left; margin-right:15px;}
.foot-list li a{color: #fff; font-size:13px;display: block; height:34px;line-height:34px;text-align: left;}
.foot-list li a:hover{ color:#e2d49c;}

.media{ clear:right;}
.fd{ float:right;}
.media ul li{ text-align:center; float:left; color:#e2d49c; font-size:13px; margin-right:20px;}
.media ul li div{ margin-bottom:10px;}
.media ul li a{ display:block; width:43px; height:43px;}
.wb a{background:url(../images/wb.png) no-repeat;}
.wb a:hover{ background:url(../images/wb-h.png) no-repeat;}
.wx{ width:42px; height:42px;background:url(../images/wx.png) no-repeat;}
.wx a{background:url(../images/wx.png) no-repeat;}
.wx a:hover{ background:url(../images/wx-h.png) no-repeat;}
.mt a{background:url(../images/mt.png) no-repeat;}
.mt a:hover{ background:url(../images/mt-h.png) no-repeat;}
.sp a{background:url(../images/sp.png) no-repeat;}
.sp a:hover{ background:url(../images/sp-h.png) no-repeat;}

.inp{height: 20px;width: 162px;border: 1px solid #e99a00;padding: 5px;float: left;_display: inline;border-right:0;-webkit-appearance: none;}
.search{ background:#e99a00; border:none; width:50px; height:32px; color:#fff;}
.inp1{height: 20px;width: 132px; margin-left:15px;border: 1px solid #e99a00;padding: 5px;float: left;_display: inline;border-right:0;-webkit-appearance: none;}
.inp10{height: 20px;width: 132px; margin-left:15px;border: 1px solid #e99a00;padding: 5px;_display: inline;border-right:0;-webkit-appearance: none;}
.list-phone{ width:225px; height:138px; background:#FFF;}
.list-phone-number ul li{ list-style:none; height:30px; line-height:30px;}
.list-phone-number{ width:225px; height:79px; font-size:14px; padding:8px 10px 20px 18px;}
.copyright{ width:100%; height:39px; padding-top:15px; line-height:26px; background:#042e5f; text-align:center; color:#e2d49c; font-size:13px;}

/* list页面 */
.main{
	min-width: 990px;
	height: auto;
	min-height: 530px;
	background: #f3f5f8;
	overflow: hidden;
	padding: 22px 0px;
}

.mainshow{
	width: 990px;
	min-height: 530px;
	margin: auto;
	overflow: hidden;
	background: #FFF;
	
}
.listmainshow{
	width: 1035px;
	min-height: 530px;
	margin: auto;
	overflow: hidden;
}

.readContent{
	width: 690px;
	min-height: 600px;
	overflow: hidden;
	margin: auto;
}
.readTitle{
	text-align: center !important;
	color: #000000;
	font-size: 18px !important;
	margin-top: 62px !important;
	padding-bottom: 20px !important;
}
.readContent p{
	margin-top: 20px;
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	color: #000000;
	line-height: 28px;
}
.readContent img{
	display: block;
	margin: auto;
	margin-top: 65px;
	margin-bottom: 32px;
}

.readInfo{
	width: 100%;
	height: 360px;
	border-top: 1px solid #efefef;
}

.readInfoList{
	width: 140px;
	float: left;
	margin-left: 5px;
	text-align: left;
	font-size: 14px;
	color: #727272;
	margin-top: 20px;
}

.upbtnBox{
	width: 470px;
	float: left;
	margin-left: 25px;
	margin-top: 38px;
}
.upbtnBox a{
	display: block;
	width: 100%;
	text-align: left;
	color: #727272;
	font-size: 14px;
}
.upbtnBoxTitle{
	margin-top: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.upbtnBoxTitle:hover{
	color: #1b478e;
}



.downbtnBox{
	width: 470px;
	*width: 440px;
	float: right;
	margin-right: 25px;
	margin-top: 38px;
}

.downbtnBox a{
	display: block;
	width: 100%;
	text-align: right;
	color: #727272;
	font-size: 14px;
}

.weChatBox{
	width: 300px;
	height: 160px;
	margin: auto;
	margin-top: 180px;
	*margin-top: 50px;
}
.weChatBoxList{
	width: 128px;
	height: 100%;
	text-align: center;
}
.weChatBoxList span{
	display: block;
	width: 100%;
	height: 14px;
	color: #727272;
	font-size: 14px;
	margin-top: 10px;
}

.leftNavBox{
	width:225px;
	min-height: 300px; 
	overflow: hidden;
	float: left;
}

.leftNavBox-head{
	width: 100%;
	height: 92px;
	background: url(../images/list-lefth.png) no-repeat;
	float: left;
}

.leftNavBox-head-update{
	width: 100%;
	height: 92px;
	background: url(../images/update.png) no-repeat;
	float: left;
	}
.leftNavBox-head-en{
	color: #FFF;
	font-size: 22.2px;
	margin-top: 12px;
	text-align: left;
	text-indent: 20px;
	font-family:"黑体";
           margin-left:15px;
           margin-top;20px;
}
.leftNavBox-head-ch{
	color: #FFF;
	font-size: 13.4px;
	text-align: left;
	text-indent: 20px;
	letter-spacing:10px;

}

.leftNavBox-con{
	width: 100%;
	padding-top:12px;
	margin-bottom: 30px;
	float: left;
	background:#FFF;
}
.leftNavBox-hrefBox{
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 32px;
}
.hrefBoxIcon{
	width: 8px;
	height: 100%;
	float: left;
	background: #FFF;
}
.hrefBoxIcon-selected{
	background: #10a6f4 !important;
}
.hrefBoxWord-selected{
	margin-left: 50px !important;

}
.hrefBoxWord{
	width: 150px;
	height: 100%;
	float: left;
	margin-left: 29px;
	color: #5d5d5d;
	font-size: 13.31px;
	line-height: 32px;
}

.rigthConBox{
	width: 790px;
	min-height: 450px;
	overflow: hidden;
	float: right;
	background: #FFF;
}
.rigthConBox-head{
	width: 100%;
	height: 92px;
	float: left;
	background: url(../images/list-righth.png) no-repeat;
}
.rigthConBox-headWord{
	float: left;
	width: 780px;
	height: 16px;
	margin-left: 10px;
	margin-top:60px; 
}
.headWordlist{
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
}
.headIcon{
	width:7px;
	height:13px;
	background: url(../images/icon.png);
	background-position:-14px -176px;
	float: left;
	margin-left: 15px;
	margin-top: 1px;
}

.rigthConBox-con{
	width: 605px;
	min-height: 450px;
	overflow: hidden;
	float: left;
	margin-left: 85px;
	margin-top: 20px;
	*margin-left: 35px;
}

.rigthConBox-conList{
	display: block;
	width: 100%;
	height: 16px;
	margin-top: 18px;
	float: left;
}
.rigthConBox-conList:hover .conListWord{
	color: #16a8f4;
}
.conListIcon{
	float: left;
	width: 4px;
	height: 4px;
	background: #e99a00;
	margin-top: 5px;
	overflow: hidden;
	zoom:1;
}
.conListWord{
	float: left;
	line-height: 16px;
	width: 515px;
	height: 16px;
	text-align: left;
	margin-left: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: #414141;
	font-size: 14px;
}
.conListTime{
	float: right;
	color: #7c7c7c;
	line-height: 16px;
	font-size: 12px;
}


.turnPage{
	float: left;
	width: 100%;
	margin-top: 55px;
	margin-bottom: 45px;
	text-align: center;
}
.turnPage a{
	color: #505050;
	font-size: 12px;
	margin-left: 5px;	
}
.turnPage a:hover{
	color: #10a6f4;
}
/*
.listfoot{
	min-width: 990px;
	height: 130px;
	background: #1b478e;
}

.footshow{
	width: 990px;
	height: 130px;
	margin: auto;
}

.footshow .leftbox{
	float: left;
	width: 750px;
	height: 130px;
	margin-top: 30px;
	color: #9fbae5;
}
.footshow .leftbox p{
	margin-top: 10px;
}
.footshow .leftbox a{
	color: #9fbae5;
}
.footshow .leftbox a:hover{
	color: #FFF;
}

.footshow .rightbox{
	float: right;
	margin-top: 65px;
}
.footshow .rightbox  .rightboxlist{
	float: left;
	display: block;
	width:46px;
	*width:50px;
	height:46px;
	margin-left: 10px;
	background: url(../images/icon.png);
	background-position:-97px -68px;
	_background-position:-96px -68px;
}

.rightboxlist:hover{
	background-position:-164px -68px !important;
}
.rightboxlisticon{
	width:21px;
	height:21px;
	margin: auto;
	background: url(../images/icon.png);
}

.icon1{
	background-position:-10px -119px !important;
	margin-top: 12px;
	margin-left: 14px;
}
.icon2{
	width:23px !important;
	height:21px !important;
	background-position:-47px -121px;
	margin-top: 12px;
}

.icon3{
	width:25px !important;
	height:22px !important;
	background-position:-83px -121px;
	margin-top: 12px;
}

.icon4{
	width:20px !important;
	height:20px !important;
	background-position:-119px -122px;
	margin-top: 13px;
}
*/

.foot{
	min-width: 990px;
	height: 121px;
	background: #1b478e;
}

.footshow{
	width: 990px;
	height: 121px;
	margin: auto;
}

.footshow .leftbox{
	float: left;
	margin-top: 20px;
	color: #9fbae5;
}
.footshow .leftbox p{
	margin-top: 10px;
}
.footshow .leftbox a{
	color: #9fbae5;
}
.footshow .leftbox a:hover{
	color: #FFF;
}

.footshow .rightbox{
	float: right;
	margin-top: 35px;
}
.footshow .rightbox  .rightboxlist{
	float: left;
	display: block;
	width:46px;
	*width:50px;
	height:46px;
	margin-left: 10px;
	background: url(../images/icon.png);
	background-position:-97px -68px;
	_background-position:-96px -68px;
}

.rightboxlist:hover{
	background-position:-164px -68px !important;
}
.rightboxlisticon{
	width:21px;
	height:21px;
	margin: auto;
	background: url(../images/icon.png);
}

.icon1{
	background-position:-10px -119px !important;
	margin-top: 12px;
	margin-left: 14px;
	display: none;
}
.icon2{
	width:23px !important;
	height:21px !important;
	background-position:-47px -121px;
	margin-top: 12px;
}

.icon3{
	width:25px !important;
	height:22px !important;
	background-position:-83px -121px;
	margin-top: 12px;
	display:none;
}

.icon4{
	width:20px !important;
	height:20px !important;
	background-position:-119px -122px;
	margin-top: 13px;
	display: none;
}

.navbottombg{
	display: none;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 225px;
	left: 0px;
	background: url(../images/shadow.png) repeat-x;
	z-index: 999;
}

.navshowbox1 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox1 .leftimg img{
	width: 294px;
	height: 114px;
}

.navshowbox1 .hrefbox{
	float: left;
	width: 225px;
	height: 124px;
	margin-top: 10px;
	margin-left: 25px;
	
}

.navshowbox1 .hrefbox a{
	display: block;
	float: left;
	_width:80px;
	height: 16px; 
	margin-left: 20px;
	_margin-left: 0px;
	margin-top: 16px;
	_margin-top: 12px;
	color: #7b7b7b;
	font-family: "宋体";
}
.navshowbox1 .hrefbox a:hover{
	color: #446dae;
}


.navshowbox1 .wordbox{
	float: right;
	width: 400px;
	height: 120px;
	margin-top: 15px;
	position: relative;
}
.navshowbox1 .wordbox p{
	color: #7b7b7b;
	font-family: "宋体";
	line-height: 30px;
}
.navshowbox1 .wordbox a{
	position: absolute;
	display: block;
	width: 76px;
	height: 21px;
	border: 1px solid #6997e0;
	border-radius: 5px;
	right: 0px;
	bottom: 5px;
	color: #6997e0;
	text-align: center;
	line-height: 21px;
}

.navshowbox2 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox2 .leftimg img{
	width: 294px;
	height: 114px;
}

.navshowbox2 a{
	display: block;
	width: 100%;
	height: 15px;
	margin-top: 15px;
	text-align: left;
	color: #7b7b7b;
	font-family: "宋体";
}
.navshowbox2 a:hover{
	color: #446dae;
}
.navshowbox2 .hrefbox1{
	width: 85px;
	height: 125px;
	margin-top: 8px;
	float: left;
	margin-left: 30px;
}
.navshowbox2 .hrefbox2{
	width: 110px;
	height: 125px;
	margin-top: 8px;
	float: left;
	margin-left: 30px;
}
.navshowbox2 .hrefbox3{
	width: 85px;
	height: 125px;
	margin-top: 8px;
	float: left;
	margin-left: 30px;
}
.navshowbox2 .hrefbox4{
	width: 110px;
	height: 125px;
	margin-top: 8px;
	float: left;
	margin-left: 30px;
}

.navshowbox2 .hrefbox4 .more{
	display: block;
	width: 78px;
	height: 18px;
	border: 1px solid #6997e0;
	color: #6997e0;
	text-align: center;
	line-height: 18px;
	border-radius: 3px;
}
.navshowbox2 .hrefbox5{
	width: 160px;
	height: 125px;
	margin-top: 8px;
	float: right;
	
}

.navshowbox3 .navbigbox{
	height: 170px;
	float: left;
}
.navbigbox{
	margin-top: 10px;
}
.navbigbox a{
	display: block;
	width: 100%;
	margin-top: 10px;
	color: #7b7b7b;
}
.navbigbox a:hover{
	color: #446dae;
}
.navbigboxhead{
	width: 100%;
	height: 26px;
	float: left;
	text-align: left;
	line-height: 26px;
	color: #3e3e3e;
	font-family: "宋体";
	background: #dedede;
	text-indent: 7px;
}

.navbigboxhead a{
	display: block;
	width: 100%;
	margin-top: 0px;
	color: #3e3e3e;
}
 
.navbigboxhead a:hover{
	color: #446dae;
	cursor: pointer;
}
.nav3href1{
	width: 496px;
}

.nav3href1 .hrefbox1{
	float: left;
	width: 145px;
	height: 140px;
	margin-left: 7px;
}
.nav3href1 .hrefbox2{
	float: left;
	width: 155px;
	height: 140px;
}

.nav3href1 .hrefbox3{
	float: left;
	width: 75px;
	height: 140px;
	margin-left: 7px;
}

.nav3href1 .hrefbox4{
	float: left;
	width: 100px;
	height: 140px;
	margin-left: 7px;
}

.nav3href2{
	width: 97px;
	margin-left: 15px;
}
.nav3href2 .hrefbox1{
	float: left;
	width: 97px;
	height: 140px;
}

.nav3href3{
	width: 115px;
	margin-left: 15px;
}
.nav3href3 .hrefbox1{
	float: left;
	width: 115px;
	height: 140px;
	line-height: 15px;
}

.nav3href4{
	width: 240px;
	float: right !important;
}
.nav3href4 .hrefbox1{
	float: left;
	width: 75px;
	height: 140px;
}
.nav3href4 .hrefbox2{
	float: right;
	width: 160px;
	height: 160px;
}

.navshowbox4 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox4 .leftimg img{
	width: 294px;
	height: 114px;
}

.nav4href1{
	width: 130px;
	float: left;
	margin-left: 50px;
}
.nav4href1 .hrefbox1{
	width: 130px;
	float: left;
	text-indent: 7px;
}

.nav4href2{
	width: 235px;
	float: left;
	margin-left: 27px;
}
.nav4href2 .hrefbox1{
	width: 55px;
	float: left;
	text-indent: 7px;
}
.nav4href2 .hrefbox2{
	width: 120px;
	float: left;
	margin-left: 42px;
}

.nav4href3{
	width: 235px;
	float: right;
}
.nav4href3 .hrefbox1{
	width: 95px;
	float: left;
	text-indent: 7px;
}
.nav4href3 .hrefbox2{
	width: 80px;
	float: left;
	margin-left: 30px;
}

.navshowbox5 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox5 .leftimg img{
	width: 294px;
	height: 114px;
}
.nav5href1{
	width: 280px;
	float: left;
	margin-left: 48px;
}
.nav5href1 .hrefbox1{
	width: 60px;
	float: left;
	text-indent: 7px;
}
.nav5href1 .hrefbox2{
	width: 125px;
	float: left;
	margin-left: 50px;
}

.nav5href2{
	width: 330px;
	float: right;	
}
.nav5href2 .hrefbox1{
	width: 310px;
	float: left;
}
.nav5href2 .hrefbox1 a{
	display: block;
	width: 310px;
	height: 16px;
	margin-top: 10px;
	margin-left: 7px;
}
.nav5href2 .hrefbox1 a .words{
	display: block;
	width: 230px;
	height: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.navshowbox6 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox6 .leftimg img{
	width: 294px;
	height: 114px;
}

.nav6href1{
	width: 475px;
	float: left;
	margin-left: 50px;	
}
.nav6href1 .hrefbox1{
	width: 67px;
	float: left;
	text-indent: 7px;
}
.nav6href1 .hrefbox2{
	width: 52px;
	float: left;
	margin-left: 72px;
}

.grouplist{
	display: block;
	width: 160px;
	height: 115px;
	float: left;
	margin-right: 47px;
	margin-top: 23px;
}
.grouplist:hover  p{
	color: #446dae;
}
.grouplist p{
	float: left;
	font-size: 14px;
	color: #3d3d3d;
	font-family: "宋体";
	font-weight: bold;
}

.grouplist img{
	float: left;
	width: 160px;
	height: 82px;
	margin-top: 15px;
}

.navshowbox7 .leftimg{
	float: left;
	width: 294px;
	height: 114px;
	margin-top: 20px;
	overflow: hidden;
}

.navshowbox7 .leftimg img{
	width: 294px;
	height: 114px;
}

.nav7href1{
	width: 327px;
	float: left;
	margin-left: 50px;	
}
.nav7href1 .hrefbox1{
	width: 92px;
	float: left;
	text-indent: 7px;
}
.nav7href1 .hrefbox2{
	width: 52px;
	float: left;
	margin-left: 35px;
}
.nav7href1 .hrefbox3{
	width: 85px;
	float: left;
	margin-left: 35px;
}

.nav7href2{
	width: 268px;
	float: right;
}
.nav7href2 .hrefbox1{
	width: 100px;
	float: left;
	text-indent: 7px;
}
.nav7href2 .hrefbox2{
	width: 100px;
	float: left;
	margin-left: 50px;
}


.float{
	position: fixed;
	display: none;
	right: 400px;
	bottom: 200px;
	width: 35px;
	height: 35px;
	background: #1b478e;
	cursor: pointer;
	*position:absolute;
	*right:expression(eval(document.documentElement.scrollLeft+400)+"px");
	*top: expression(eval((document.compatMode&&document.compatMode=="CSS1Compat")?documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-200:document.body.scrollTop+document.body.clientHeight-this.clientHeight-1)+"px");
	z-index: 99999;
}
.floatIcon{
	width:24px;
	height:12px;
	background: url(../images/icon.png);
	background-position:-358px -69px;
	margin: auto;
	margin-top: 13px;
}

.readInfoListBox{
	width: 100%;
	height: 23px;
	background: #e4e4e4;
}
.readInfoList-word{
	float: left;
	color: #6e6e6e;
	font-size: 12px;
	line-height: 23px;
	margin-left: 15px;
	margin-right: 15px;
}
.readInfoListIcon{
	float: left;
	width:7px;
	height:11px;
	background: url(../images/icon.png);
	background-position:-339px -69px;
	margin-top: 6px;
}
.readInfoList-top{
	float: left;
	margin-left: 90px;
	line-height: 23px;
	font-size: 12px;
	color: #6e6e6e;
}
.readInfoList-topAdd{
	float:right !important;
	margin-right:40px;
	*margin-right:20px;
}
/*w-css*/
.main-top{
	width: 100%;
	height: 94px;
	background: url(../images/navListTop.jpg);
	background-repeat: no-repeat;
}
.main-top p{
	/*width: 120px;*/
	height: 20px;
	/*line-height: 25px;*/
	color:#fff;
	font-size: 22px;
	font-family: "微软雅黑";
	margin-left: 30px;
	/*margin-top: 10px;*/
}
.link-box{
	width: 100%;
	/*min-height: 400px;*/
	height: auto;
	margin-top: 10px;
	float: left;
	border: 1px solid #fff;
}
.link-box-top{
	width: 940px;
	height: 33px;
	/*margin-top: 20px;*/
	margin-left: 26px;
}
.left-tag{
	width: 8px;
	height: 22px;
	background: #c7c7c7;
	float: left;
}
.link-box-title{
	font-size: 16px;
	float: left;
	margin-left: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.title-line {
    width: 810px;
    height: 1px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    background: #c7c7c7;
    text-align: center;
}
.link-box-center {
    width: 840px;
    min-height: 100px;
    margin-left: 80px;
    margin-top: 10px;
    float: left;
}
.link-list{
	width: 200px;
	min-height: 90px;
	height: auto;
	float: left;
}
.alink{
	height: 30px;
	margin-left: 15px;
	margin-bottom: 20px;
	display:block;
}
.link-img{
	width: 13px;
	height: 13px;
	margin-top: 1px;
	float: left;
	background: url(../images/linkIcon.png);
}
.link-test{
	float: left;
	font-size: 12px;
	font-family: "宋体";
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.box-bottom{
	width: 990px;
	height: 150px;
	margin: auto;
	background-color: #fff;
	overflow: hidden;
}
.bottom-img{
	width: 100%;
	height: 150px;
	background: url(../images/navBackground.png) no-repeat;
	background-position: 0 -100px;
}

/*详细页面*/
.list-rcon{ width:677px; height:auto; margin-top:15px;}
.list-rconTl{ float:left; color:#4ba3d9; font-size:18px;}
.list-rconTr{ float:right; float:right; color:#999999;}
.list-rcon1CR a{ color:#4ba3d9;}
.list-textT{ font-size:22px; color:#000; text-align:center; margin-top:20px;}
.list-infor{font-size:16px; background:#f3f5f8;width:100%; height:32px; line-height:32px; text-align:center; margin:30px 0px 30px 0px;}
.list-textC{ min-height:280px; font-size:16px; color:#333; text-align:left; line-height:29px; text-indent:2em;}
.list-textC table tbody tr td a{ text-decoration:none; color:#C30; display:block;}
.list-textC table tbody tr td a:hover{ color:#06F;} 

.list-author{ float:right; margin:50px 0px 70px 0px; font-size:14px; color:#333;}

.leftNavBox-conr{width: 100%;padding:0px 23px 12px 13px;margin-bottom: 30px;float: left;background:#FFF;}
.asidetimeline{border-left: 1px solid #bfc3c4;margin: 25px 0 0 10px;padding: 0 0 0 25px;}
.asidetimeline li{ margin-bottom:22px; width:149px;}
.asidetimeline font{ font-size:14px; color:#333;}
.asidetimeline font a{ color:#333;}
.asidetimeline font a:hover{ color:#cf4646;}
.time-t{ width:50px; height:28px; font:12px "宋体"; background:url(../images/time.png) no-repeat;color:#2275d3;padding: 0 12px;position: relative;line-height: 28px;margin-bottom:13px;}
.time-t code{position: absolute;width: 9px;height: 9px;background: url(../images/code.png) no-repeat;left: -30px;top: 50%;margin-top: -5px;}

/*通用页面*/
.pageConBox{
	width: 1035px;
	min-height: 530px;
	overflow: hidden;
	background: none;
}
.pageConBox-head{
	width: 100%;
	height: 92px;
	background: url(../images/page-h.png) no-repeat;
}
.pageConBox-headWord{
	float: left;
	width: 700px;
	height: 16px;
	margin-left: 10px;
	margin-top:60px; 
}
.pageConBox-body{
	width:100%;
	min-height:350px;
}
.body-left1{
	width:160px;
	height:92px;
	background:url(../images/page-left1.png) no-repeat;
}
.body-left2{
	width:160px;
	height:auto;
	background:url(../images/page-left2.png) repeat-y;
}
.body-left3{
	width:160px;
	height:31;
	background:url(../images/page-left3.png) no-repeat;
}
.body-right1{
	width:875px;
	background:url(../images/page-right1.png) repeat-x;}
.body-con{
	height: 300px;
	text-align:left;
	vertical-align:top;
	padding-left:26px;
	padding-right:26px;
	background:#FFF;
}



.body-con-list{
	height: 300px;
	text-align:left;
	vertical-align:top;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	background:#FFF;
}
.body-con-list ul li{
	list-style:none;
	float:left;
	width:185px;
	height:55px;
	line-height:55px;
}
.body-con-list ul li img{
	margin-right:10px;
}
.body-con-list ul li a{
	color:#333333;
}
.body-con-list ul li a:hover{
	color:#e99a00;
}
.body-con h3{
	display:inline;
}
.body-con span img{
	vertical-align:-5px;
	}
.body-rightcon{
	margin-top:40px;
}
.body-rightb{
	background:#FFF;
}




/*微信弹出*/
.wx-img{ display:none; position:absolute; z-index:100; margin-left:-100px;}
.wx-img-con{ float:left; margin-right:10px;}
.wx-img-name{ width:65px; height:auto; text-align:center; padding-left:6px;}

/*机构设置*/
.institution{width:738px; margin:5px 20px 20px 20px; clear:right;}
.institution h4{ margin-bottom:10px;}
.institution-name{width:246px; float:left; border-bottom:dotted 1px #f3f3f3; height:36px; line-height:36px;}
.institution-name span img{ vertical-align:1px; margin-right:5px;}
.institution-name a{ color:#454545;}
.institution-name a:hover{ color:#FC0;}
