/*通用样式*/
*{
	margin:0px;
	padding:0px;
}
a {
    color:#333333;
	text-decoration: none;
}
img {
    border: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color:#222222;
	font-size: 14px;
	background-color: #F3F3F3;
}
/*end通用样式*/

.header{
	width:100%;
	height:41px;
	/*border:1px solid red;*/
}
.header-c{
	width:1200px;
	height:41px;
	margin:0px auto;
	/*border:1px solid green;*/
}
.heared-c-word{
	width:235px;
	height:41px;
	float:left;
	line-height:41px;  
	/*border:1px solid blue;*/
}
.header-c-tt{
	height:41px;
	float:right;
	line-height:44px;
	font-size: 12px;
	font-family: '宋体';
	/*border:1px solid blue;*/
}
/*背景图轮播*/
.banner{
	width:100%;
	height:631px;
	position: absolute;
	z-index: -1;
    left: 0;
	/*border:1px solid red;*/
}
.banner .d1{
	width:100%;
	height:631px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.one{
	width:1190px;
	padding-bottom: 15px;
	background-color:#FFF;
	/*display:table;*/
	margin:0px auto;
	/*border:1px solid red;*/
}
.one-top{
	width:1190px;
	height:50px;
    margin:0 auto;
	position:relative;z-index:100;
	background-color:#1a88d9;
	/*background: url("imagesnav-top.jpg");*/
	background-size:100% 100%; 
}
.one-top_w{
	width:100%;
	height:50px;
    margin:0 auto;
	position:relative;z-index:100;
	background-color:#1B7CCB;
}
.nav{
	width:1000px;
	height:50px;
	position:absolute;z-index:100;left:0px;bottom: 0px;
	
	/*border:1px solid blue;*/
}
.nav ul li{
	float:left;
	list-style:none;
	width:130px;
	height:50px;
	font-size:17px; 
	text-align:center;
	line-height:50px;
	color:#fff;
	/*border:1px solid red; */
}
.nav ul li a{
    color:#fff;
	text-decoration:none;
	display: block;
}
.nav ul li:hover,.nav ul li.hover{
	color:#FFFD00;
	/*background: url("imagesnav-k.jpg");*/
    background-size: 100% 100%;
	/*background-color:#196FC2;*/
}
.nav ul li:hover a,.nav ul li.hover a{
    color:#fff;
}
.gx_icon{
	width:3px;
	height:50px;
	float:left; 
	/*border:1px solid red;*/
}
.gx_icon img{
	width:100%;
	height:100%;
}
.search{
	width:180px;
	height:50px;
	float:right;
    position: relative;
	/*border:1px solid blue;*/
}
.one-gg{
	width:1190px;
	height:33px;
	position:relative;z-index:100;left:0px;top: 0px;
	display:table;margin:0 auto;
	background-color:#fafafa; 
	/*border:1px solid red;*/
}
.gg-word{
	width:auto;
	height:33px;
	float:left;
	/*border:1px solid green;*/
}
.g-img{
	width:20px;
	height:20px;
	margin-top:8px;
	float:left;
	margin-left:13px;    
	/*border:1px solid red;*/
}
.g-wz{
	width: 550px;
	height:20px;
	margin-top:8px;
	float:left;
	font-size:14px; 
	margin-left:10px; 
	/*border:1px solid red;*/
}
.link{
	width:280px;
	height:33px;
	float:right; 
	margin-right:10px;
	/*border:1px solid red;*/
}
.l{
	width:90px;
	height:33px;
	float:right; 
	/*border:1px solid blue;*/
}
.l-img{
	width:25px;
	height:25px;
	float:left;
	margin-top:5px; 
	/*border:1px solid blue;*/
}
.l-wz{
	width:60px;
	height:25px;
	float:left;
	margin-top:3px; 
	line-height:25px; 
	color:#AF0926;
	overflow:hidden; 
	/*border:1px solid blue;*/
}
.one-buttom{
	width:1188px;
	height:269px;
	overflow: hidden;
	padding-top:10px;
	/*border:1px solid green;*/
}
/*轮播*/
.banners{
	width:411px;
	float:left;
	height:261px;
	margin-left:3px;
	margin-top:3px;  
	position: relative;
}
.banners a{
	color: #FFFFFF;
	text-decoration: none;
}
.banners a:hover{
	color: #1a88d9;
}
.banners .b1{
	width:100%;
	height:261px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.banners .img,.banners .img img {
	width:100%;
	height: 100%;
}
.banners .tit{
	/*background: #42A1AB;*/
	background: rgba(0,0,0,0.4);
	height: 30px;
	line-height: 30px;
	text-align:left;
	text-indent: 10px;
	font-size: 14px;
	position:absolute;
	width: 100%;
	bottom: 0;
}
.banners .b2{
	height:25px;
	clear:both;
	position:absolute;
	z-index:100;
	right: 8px;
	bottom: -5px;
}
.banners .b2 ul{
	display:table;
	margin:0 auto;
}
.banners .b2 li{
	width:11px;
	height:11px;
	overflow:hidden;
	cursor:pointer;
	background-color:#F5F5F5;
	float:left;
	margin:0 3px;
	display:inline;
	border-radius: 1px;
}
.banners .b2 li.nuw{
	background-color: red;
}
/*新闻*/
.news{
	width:417px;
	height:305px;
	float:left;
	margin-left:15px;
    overflow: hidden;
	/*border:1px solid red;*/
}
.news-lm{
	width:465px;
	height:40px;
	/*border:1px solid blue;*/
}
.news-lm ul li{
	width:103px;
	height:40px;
	float:left;
	list-style:none;
	line-height:40px;
	overflow:hidden;
	background-color:#ebebeb; 
	text-align:center;
	margin-left:1px;
	font-size: 16px;
}
.news-lm ul li.hover{
    color: #FFF;
    background: #1a88d9;
}
.news-lm ul li.hover a{
    color: #FFF;
}
.news-lm ul li a{
	text-decoration: none;
	display: block;
}
.lanmu{
	width:100%;
	height:255px;
	margin-top:10px; 
	/*border:1px solid red;*/
}
.lanmu ul li span.lanmu-span-l{
	float:left;
	color:#1F91D3;
	padding: 0 8px 0 8px;
}
.lanmu ul li{
	width:100%;
	height:35px;
	line-height:35px;
	list-style:none; 
	font-size:14px; 
	overflow:hidden; 
	/*border:1px solid red;*/
}
.lanmu1 {
	width: auto;
	height: auto;
	padding-right:10px;
}
.lanmu1 ul li {
	width:820px;
	/*border:1px solid blue;*/
}
.lanmu ul li a:hover{
	color:#1a88d9;
}
.lanmu ul li span{
	float:right;
}
.hd{
	float:left;
}
.gs{
	width:297px;
	height:305px;
	float:right;
	background-color:#f7f7f7; 
	margin-right:13px;
	/*border:1px solid red;*/
}
.gs-top{
	width:297px;
	height:40px;
	float:left;
	/*background: url("imagesgx_10_07_01.png");*/
	background-size:100% 100%;
	background-color:#ebebeb;  
	/*border:1px solid red;*/
}
.gs-img{
	width:100px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.more{
	width:42px;
	height:40px;
	float:right;
	line-height:40px;
	margin-right:10px; 
	/*border:1px solid red;*/
}
.gs-wz{
	width:297px;
	height:260px;
	float:left;
	margin-top:10px; 
	/*border:1px solid blue;*/
}
.gs-wz ul li{
	width:280px;
	height:35px;
	line-height:35px;
	list-style:none; 
	font-size:14px; 
	overflow:hidden;
	background-color:#f8f8f8; 
	/*border:1px solid red;*/
}
.gs-wz ul li a:hover{
	color: #1a88d9;
}
.two{
	width:1160px;
	height:120px;
	margin:0px auto;
	padding: 0 15px;
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.two-img{
	width:1160px;
	height:120px;
	/*border:1px solid red;*/
}
.two-img img {
	width:1160px;
	height:120px;
}
.three{
	width:1190px;
	height:380px;
	margin:0px auto;
	background-color:#FFF;
	overflow: hidden;
	/*border:1px solid red;*/
}
.three-z{
	width:1160px;
	height:368px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.three-z-fl{
	width:417px;
	height:352px;
	margin-top:15px; 
	float:left;
	/*border:1px solid red;*/
}
.three-z-fl-t{
	height:48px;
	background-color:#268DD0; 
	background: url("imagesgx_gk_10-27_02.png");
	/*background-size:100% 100%; */
	border:1px solid #aeccf0;
}
.xx-img{
	height:50px;
	float:left;
	/*border:1px solid red;*/
}
.xx-more{
	width:auto;
	height:50px;
	float:right;
	line-height:50px;
	margin-right:15px; 
	/*border:1px solid red;*/
}
.three-z-fl-b{
	width:100%;
	height:307px;
	float:left;
	/*border:1px solid blue;*/
}
.gk-fl{
	width:105%;
	height:307px;
	float:left;
	margin-top:1px; 
	/*border:1px solid blue;*/
}
.gk-fl-k{
	width:101.3px;
	height:96px;
	float: left;
	margin-right:4px;
	margin-top:4px; 
	/*background-color:#EAEAEA;*/
	border:1px solid #e2f3fc;
}
.gk-fl-k:hover,.gk-fl-k-hover{
	color: #FFF;
	background: #258DD0;
}
.k-img{
	width:40px;
	height:40px;
    margin: 0 auto;
	margin-top:18px;
	/*border:1px solid red;*/
}
.k-img img {
	width: 100%;
	height: 100%;
}
.k-wz{
	height:20px;
    text-align: center;
	/*border:1px solid red;*/
}
.gk-fl-k1{
	width:90px;
	height:96px;
	float:right;
	margin-right:3px;
	margin-top:4px; 
	background-color:#258DD0; 
	/*border:1px solid blue;*/
}
.gk-fr{
	width:455px;
	height:307px;
	float:right;
	/*border:1px solid red;*/
}
.gk-fr-top{
	width:455px;
	height:42px;
	float:right;
	border-bottom:1px solid #ccc;
}
.gk-img{
	width:80px;
	height:42px;
	/*border:1px solid green;*/
}
.gk-fr-b{
	width:455px;
	height:244px;
	float:right;
	font-size:14px; 
	margin-top:10px; 
	/*border:1px solid red;*/
}
.gk-fr-b ul li{
	width:455px;
	height:40px;
	line-height:40px;
	list-style:none; 
	/*border:1px solid red;*/
}
.gk-fr-b ul li a:hover{
	color: #1f91d3;
}
.three-z-fr{
	width:297px;
	height:377px;
	margin-top:15px; 
	float:right;
	/*border:1px solid green;*/
}
.three-z-fr-t{
	width:297px;
	height:48px;
	float:right;
	background-color:#1a88d9;
	background: url("imagesgx_gk_10-27_04.png");
	/*background-size:100% 100%; */
	border:1px solid #aeccf0;
}
.bs-img{
	width:auto;
	height:50px;
	float:left;
	/*border:1px solid red;*/
}
.bs-more{
	width:45px;
	height:50px;
	float:right;
	line-height:50px;
	margin-right:10px; 
	/*border:1px solid red;*/
}

.three-z-fr-b{
	width:296.5px;
	height:307px;
	float:right;
	background-color:#f8f8f8;
	overflow: hidden;
	border-left:1px solid #aeccf0;
	border-right:1px solid #aeccf0;
	border-bottom:1px solid #aeccf0;
}
.zxbs{
	width:297px;
	height:47px;
	/*border:1px solid red;*/
	border-bottom:2px solid #C4C4C4;
}
.zxbs ul li{
	width:148px;
	height:53px;
	line-height:47px; 
	float:left; 
	font-size:14px; 
	text-align:center;
	/*margin-left:30px; */
	list-style:none; 
	/*border-bottom:2px solid #2789CD;*/
}
.zxbs ul li.hover {
    background: url(imagestss_03.gif) no-repeat bottom;
}
.zxbs ul li.hover a{
    color: #1A8DCB;
}
.zxbs ul li a{
	display: block;
}
.xuan{
	width:297px;
	height:256px;
	float:left;
	margin-top:5px;
	/*border:1px solid red;*/
}
.xuan ul li{
	width: 71px;
	height:43px;
	line-height:43px;
	margin-left:22px;
	font-size:14px; 
	overflow:hidden; 
	float:left;
	text-indent:10px; 
	background: url("imagesicon_jiantou.png")0px 18px no-repeat;  
	list-style:none; 
	/*border:1px solid red;*/
}
.xuan ul li a:hover{
	color: #1a88d9;
}
.four{
	width:1190px;
	height:72px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.four-z{
	width:1160px;
	height:72px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.five{
	width:1190px;
	margin:0px auto;
	padding-bottom: 20px;
	padding-top:5px;  
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.five-z{
	padding-left:15px;
	/*border:1px solid blue;*/
}
.five-z ul li{
	width:369px;
	height:86px;
	list-style:none;
	float:left;
	margin-right:28px;
	/*border:1px solid red;*/
}
.five-z ul li img {
    width: 100%;
    height: 100%;
}
.six{
	width:1160px;
	height:396px;
	margin:0px auto;
	background-color:#FFF; 
    padding: 0 15px;
	/*border:1px solid red;*/
}
.six-z{
	width:1160px;
	height:347px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.six-z-fl{
	width:848px;
	height:345px;
	float:left;
	/*border:1px solid blue;*/
}
.six-z-fl-t{
	width:848px;
	height:50px;
	float:left; 
	background-color:#268DD0; 
	/*border:1px solid red;*/
}
.six-z-fl-b{
	width:848px;
	height:285px;
	float:left;
	margin-top:10px; 
	/*border:1px solid red;*/
}
.six-z-fl-b-l{
	width:197px;
	height:285px;
	float:left;
	/*border:1px solid red;*/
}
.hdx{
	width:197px;
	height:62px;
	float:left;
	margin-bottom:9px; 
	background-color:#EDECEC; 
	border:1px solid #EDECEC;
}
.hdx:hover{
	color: #1f91d3;
}
.hdx img{
	border: 0;
}
.hdx-img{
	width:40px;
	height:40px;
	float:left;
	margin-left:40px;
	margin-top:10px;  
	/*border:1px solid red;*/
}
.hdx-wz{
	width:65px;
	height:20px;
	float:left;
	margin-left:10px;
	margin-top:20px;  
	/*border:1px solid red;*/
}
.six-z-fl-b-r{
	width:641px;
	height:282px;
	float:right;
	border:1px solid #ccc;
}
.xj-top{
	width:641px;
	height:36px;
	background-color:#E4E4E4; 
	/*border:1px solid red;*/
}
.xj-bottom{
	padding-top:8px;
	width:641px;
	height:240px;
	/*border:1px solid blue;*/
}
.xj-bottom ul li{
	width:600px;
	height:35px;
	line-height:35px; 
	list-style:none; 
	margin-left:20px;  
	border-bottom:1px dashed #dcdcdc;
	/*border:1px solid blue;*/
}
.xj-bottom ul li a:hover{
	color: #1f91d3;
}
.six-z-fr{
	width:297px;
	height:341px;
	float:right;
	/*border:1px solid blue;*/
}
.six-z-fr-t{
	width:297px;
	height:50px;
	float:right;
	background-color:#268DD0; 
	/*border:1px solid red;*/
}
.six-z-fr-b{
	width:297px;
	height:294px;
	float:right;
	background-color:#EAEAEA; 
	/*border:1px solid red;*/
}
.six-z-fr-b ul li{
	width:260px;
	height:41px;
	float:left;
	line-height:65px; 
	margin-left:20px; 
	list-style:none;
	overflow:hidden;  
	overflow:hidden; 
	/*border:1px solid red;*/
}
.six-z-fr-b ul li a:hover{
	color: #1f91d3;
}
.seven{
	display: none;
	width:1190px;
	height:121px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.seven-z{
	width:1160px;
	height:108px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.eight{
	width:1190px;
    overflow: hidden;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.eight-z{
	width:1160px;
	margin:0px auto; 
	/*border:1px solid blue;*/
}
.eight-z-t{
	width:1160px;
	height:50px;
	margin:0px auto;
	background-color:#268DD0; 
	background: url("imagesgx_icon_875.png");
	background-size:100% 100%; 
	/*border:1px solid blue;*/
}
.eight-z-b{
	width:1160px;
	margin:0px auto;
	/*border:1px solid green;*/
}
.gaik{
	width:811px;
	height:350px;
	float:left;
	/*border:1px solid green;*/
}
.gaik-t{
	width:811px;
	height:44px;
	float:left;
	/*border:1px solid green;*/
	border-bottom:1px solid #ccc; 
}
.gaik-img{
	width:100px;
	height:43px;
	float:left;
	/*border:1px solid green;*/
}
.gaik-more{
	width:50px;
	height:43px;
	float:right;
	line-height:43px; 
	/*margin-right:20px; */
	/*border:1px solid green;*/
}

.gaik-b{
	width:811px;
	height:300px;
	float:left;
	margin-top:12px; 
	/*border:1px solid red;*/
}
.gaik-b-fl{
	width:471px;
	height:289px;
	float:left;
	/*border:1px solid red;*/
}
.gaik-b-fr{
	width:338px;
	height:292px;
	float:right;
	/*border:1px solid blue;*/
}
.gk-k{
	width:157px;
	height:146px;
	float:right;
	margin-left:12px;
	/*border:1px solid red;*/
}

.gk-k a:hover{
	color: #1f91d3;
}
.gk-k-img{
	width:210px;
	height:150px;
	float:left; 
	/*border:1px solid red;*/
}
.gk-k-img_2{
	width:216px;
	height:151px;
}
.gk-k-wz{
	width:210px;
	height:30px;
	line-height:30px;
	text-align:center;
	overflow:hidden;
	float:left;    
	/*border:1px solid red;*/
}
.gk-k-wz_2{
	width:216px;
	height:32px;
	line-height:32px;
	overflow:hidden; 
	text-align:center; 
	/*border:1px solid red;*/
}
.tpls-k_2 a:hover{
	color: #1f91d3;
}
.tpls{
	width:1160px;
	/*border:1px solid blue;*/
}
.tpls_2{
	width:1145px;
	/*border:1px solid blue;*/
}
.tpls-t{
	width:327px;
	height:44px;
	float:right;
	/*border:1px solid red;*/
	border-bottom:1px solid #ccc; 
}
.tpls-img{
	width:100px;
	height:43px;
	float:left;
	/*border:1px solid red;*/
}
.tpls-more{
	width:50px;
	height:43px;
	line-height:43px; 
	float:right;
	/*border:1px solid red;*/
}

.tpls-b{
	width:1115px;
	height:210px;
	float:left;  
	/*margin-top:12px; */
	border:1px solid #aeccf0;
}
.tpls-b_2{
	width:1145px;
	margin-top:12px; 
	/*border:1px solid green;*/
}
.tpls-k{
	width:210px;
	height:180px;
	float:left;
	margin-left:11px;
	margin-top:20px; 
	/*border:1px solid red;*/
}
.tpls-k_2{
	width:216px;
	height:190px;
	float:left;
	margin-right:13px;
	/*border:1px solid red;*/
}

.tpls-k a:hover{
	color: #1a88d9;
}
/*底部*/
.buttom{
	width:100%;
	height:160px;
	background-color:#4B8CC4; 
	background: url("imagesH-160.png") no-repeat center;
	background-size:100% 100%;
	/*border:1px solid red;*/
}
.buttom-z{
	width:1420px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.xz{
	width:1190px;
	overflow: hidden;
	padding-bottom: 15px;
	margin: 0 auto;
	background-color:#fff; 
	border:1px solid #e6e6e6;
}
.xz-bt{
	width:1190px;
	height:42px;
	/*background-color:#ccc; */
	border-bottom:1px solid #2070b7;
}
.bt-wz{
    float: left;
    text-align: center;
	width:105px;
	height:42px;
	font-size:18px; 
	line-height:45px; 
	/*margin-left:15px; 
    margin-top: 7px;*/
    cursor: default;
	/*border:1px solid red;*/
}
.xz-bt .on{
	color:#1f8fe0;
    background: #FFFFFF;
    border-top:2px solid #2070b7;
    border-left:1px solid #2070b7;
    border-right:1px solid #2070b7;
}
.zx-wz{
	width:1140px;
	float:left;
	margin-left:28px; 
	/*border:1px solid blue;*/
}
.zx-wz ul li{
	width:60px;
	height:35px;
	line-height:50px;
	float:left;
	margin-right:20px; 
	list-style:none; 
	overflow:hidden; 
	/*border:1px solid red; */
}
.zx-wz ul li a:hover{
	color: #1a88d9;
}
.other{
	width:1190px;
	height:100px;
	float:left;
	margin-top:10px; 
	margin-left:115px; 
	/*border:1px solid red;*/
}
.other-fl{
	width:100%;
	height:100px;
	float:left;
	margin-top:25px; 
	color:#333333;
	/*border:1px solid red;*/
}
.hh{
	width:100%;
	text-align:center; 
	height:23px;
	float:left;
	/*border:1px solid red;*/
}
.other-fr{
	margin-top:25px;
	width:300px;
	height:100px;
	float:right;
	/*border:1px solid red;*/
}
.w1{
	width:110px;
	height:55px;
	float:right;
	margin-left:10px; 
	margin-top:20px; 
	/*border:1px solid red;*/
}
.w2{
	width:55px;
	height:65px;
	float:right;
	margin-top:20px; 
	/*border:1px solid red;*/
}
/*在线办事*/
.position-wz{
	height:20px;
	margin-top:8px;
	float:left;
	color:#1a88d9;
	font-size:14px; 
	margin-left:5px; 
	/*border:1px solid red;*/
}
.position-wz a{
	color: inherit;
}
.position-wz a:hover{
	color: #1F91D3;
}
.position-wz_xz{
	height:20px;
	margin-top:8px;
	float:left;
	color:#1a88d9;
	font-size:14px; 
	margin-left:26px; 
	/*border:1px solid red;*/
}
.position-wz_xz a{
	color: inherit;
}
.position-wz_xz a:hover{
	color: #1F91D3;
}
.z-one{
	width:1188px;
	overflow: hidden;
	margin:0px auto; 
	position: relative;
	top:0px;
	bottom:0px;	
	/*border:1px solid red;*/
}
.z-w{
	width:1190px;
	height:802px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid red;*/
}
.z-one-left{
	width:830px;
	float:left;
	/*border:1px solid blue;*/
}
.grbs{
	width:830px;
	height:358px;
	margin-top:20px; 
	/*border:1px solid blue;*/
}
.grbs-top{
	width:810px;
	height:40px;
	float:left;
	margin-left:20px; 
	background-color:#2690CA;
	background: url("imagesgx_icon_810.png"); 
	/*border:1px solid red;*/
}
.grbs-img{
	width:120px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.grbs-xx{
	width:825px;
	height:310px;
	float:left;
	margin-left:7px; 
	/*border:1px solid red;*/
}
.grbs-xx a {
	color: inherit;
}
.grbs-xx a:hover{
	color: #1f91d3;
}
.grbx-k{
	width:77px;
	height:80px;
	float:left;
	margin-left:14.3px;
	margin-top:12px;  
	background-color:#F1F1F1; 
	/*border:1px solid red;*/
}
.grbs-k-img{
	width:78px;
	height:52px;
	/*border:1px solid red;*/
}
.grbs-k-img img{
	width:100%;
	height:100%;
}
.grbs-wz{
	width:78px;
	height:25px;
	line-height:25px;
	text-align:center; 
	overflow:hidden; 
	/*border:1px solid blue;*/
}
.z-one-right{
	width:310px;
	height:700px;
	float:right;
	margin-right:22px;
	margin-top: 20px;
	background-color:#f8f8f8;
	/*border:1px solid green;*/
}
.service-top{
	width:310px;
	height:40px;
	float:left;
	background-color:#258DD0;
	background: url("imagesindex-lm-bg_12.png"); 
	/*border:1px solid red;*/
}
.service-img{
	width:150px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.service-buttom{
	width:310px;
	float:left;
	margin-top:10px; 
	/*border:1px solid green;*/
}
.service-buttom ul li{
	width:300px;
	height:30px;
	list-style:none; 
	line-height:32px; 
	overflow:hidden; 
	/*border:1px solid red;*/
}
.service-buttom ul li a{
	margin-left:10px;
}
.bh{
	width:17px;
	height:17px;
	float:left; 
	line-height:17px;
	text-align:center; 
	margin-top:7px;  
	margin-left:23px; 
	background-color:#49aff4;
	color:#FFF; 
	/*border:1px solid red;*/
}
.bh2{
	width:17px;
	height:17px;
	float:left; 
	line-height:17px;
	text-align:center; 
	margin-top:7px;  
	margin-left:23px; 
	background-color:#FFF;
	color:#000; 
	border:1px solid #fff;
}
/*走进罗山*/
.j-one{
	width:1140px;
	height:72px;
	margin:0px auto;
	padding-top: 10px;
	/*border:1px solid red;  */
}
.j-one img {
	height: 100%;
	width: 100%;
}
.zjls{
	width:1140px;
	overflow: hidden;
	margin:0px auto;
	padding-top:10px;
	/*border:1px solid blue;*/
}
.j-w{
	width:1190px;
	height:772px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.zjls-fl{
	width:240px;
	padding-bottom:38px;
	float:left;
	/*background-color:#d3eff1; */
	/*border:1px solid red;*/
}
.zjls-fl_s{
	width:240px;
	padding-bottom:38px;
	float:left;
	background-color:#D5E9FF; 
	/*border:1px solid red;*/
}
.zjls-fl-t{
	width:240px;
	height:40px;
	float:left;
	background-color:#2ca1f0;
	background-size:100% 100%;
	/*border:1px solid green;*/
}
.zjls-fl-t_s{
	width:240px;
	height:40px;
	float:left;
	background-color:#2ca1f0;
	background-size:100% 100%;
	/*border:1px solid green;*/
}
.list-cat {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    padding-left: 9px;
    margin-top: 12px;
    text-align:center; 
    font-weight: bolder;
}
.list-cats {
	color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
    padding-left: 9px;
    margin-top: 12px;
    margin-left: 15px;
    font-weight: bolder;
}
.list-cat1 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	margin-top:11px;
	margin-left:15px;
	font-weight: bolder;
	float: left;
}
.list-cat12{
	border-left:4px solid #1a88d9;
	color: #1a88d9;
	font-size: 18px;
	line-height: 18px;
	padding-left: 9px;
	margin-top:11px;
	margin-left:20px;
	font-weight: bolder;
	float: left;
}
.zj-t-img{
	width:100px;
	height:40px;
	float:left;
	/*border:1px solid green;*/
}
.zjls-fl-b{
	width:240px;
	float:left;
	margin-top:5px; 
	/*border:1px solid blue;*/
}
.zjls-fl-b_s{
	width:240px;
	float:left;
	margin-top:5px; 
	/*border:1px solid blue;*/
}
.zj-ta{
	color:#FFF;
	width:213px;
	height:33px;
	list-style:none; 
	margin-top:5px; 
	margin-left:12px; 
	/*margin:0px auto;*/
	line-height:35px; 
	background-color:#3C9AD7;
	overflow:hidden; 
	text-indent: 70px;
	background: url("imagesgx_icon_b.png");
    background-size: 100% 100%;
    border-radius:4px;  
	border:1px solid #d8d8d8;
}
.zj-ta2{
	color:#FFF;
	width:213px;
	height:33px;
	list-style:none; 
	margin-top:5px; 
	margin-left:12px; 
	/*margin:0px auto;*/
	line-height:35px; 
	background-color:#3C9AD7;
	overflow:hidden; 
	text-indent: 70px;
	background: url("imagesgx_icon_b.png");
    background-size: 100% 100%;
    border-radius:4px;  
	border:1px solid #d8d8d8;
}
.zjls-fl-b_s ul li{
	color:#FFF;
	width:213px;
	height:35px;
	list-style:none; 
	margin-top:5px; 
	margin-left:12px; 
	/*margin:0px auto;*/
	line-height:35px; 
	background-color:#97BBE7;
	overflow:hidden; 
	text-indent: 85px;
	background: url("imagesgx_icon_b.png");
    background-size: 100% 100%;
    border-radius: 4px;
    border: 1px solid #d8d8d8; 
	/*border:1px solid blue;*/
}
.zjls-fl-b_s ul li a{
    color:#333333;
	display: block; 
}

.zjls-fl-b_s ul li:hover,.zjls-fl-b_s ul li.hover{
	color:#EDFD00;
	/*background-color:#72A7E5;*/
	text-indent: 85px;
	background-size: 100% 100%;
	border: 1px solid #299dec; 
}
.zjls-fl-b_s ul li:hover a,.zjls-fl-b_s ul li.hover a{
    color:#299dec;
}
.zj-ta a{
    /*color:#FFF;*/
	display: block; 
}
.zj-ta2 a{
    /*color:#FFF;*/
	display: block; 
}


.zj-ta:hover,.zj-ta.hover{
	color:#299dec;
	/*background-color:#2466BD;*/
	text-indent:70px;
	/*background: url("imagessecond-left1.jpg");*/
    /*background-size: 100% 100%;*/
    border:1px solid #299dec; 
}
.zj-ta2:hover,.zj-ta2.hover{
	color:#299dec;
	/*background-color:#2466BD;*/
	text-indent: 70px;
	/*background: url("imagessecond-left1.jpg");*/
    /*background-size: 100% 100%;*/
    border:1px solid #299dec; 
}
.zj-ta:hover a,.zj-ta.hover a{
    color:#299dec;
}
.zj-ta2:hover a,.zj-ta2.hover a{
    color:#299dec;
}
.zjls-fl-b>ul>ul li {
	margin-top: 1px;
}
.zjls-fl-b>ul>ul li{
	background: #FFF;
}
.zjls-fl-b>ul>ul li:hover,.zjls-fl-b>ul>ul li.hover{
	background: #FFF;
}
.zjls-fr{
	width:880px;
	float:right;
	/*border:1px solid red;*/
}
.zjls-fr-top{
	height: 37px;
    /* background-color: #268DD0; */
    /* background: url("imagesgx_icon_875.png"); */
    background-size: 100% 100%;
    /* border: 1px solid red; */
    border-bottom: 3px solid #3094c3;
}
.zjls-fr-top_s{
	height:37px;
	background-size: 100% 100%;
	border-bottom: 3px solid #2ca1f0;
	/*border:1px solid red;*/
}
.zjls-fr-top-img{
	width:20px;
	height:18px;
	float:left;
	margin-top:11px;
	margin-right:5px;
	border-right:4px solid #FFF;
	/*border:1px solid red;*/
}
.zjls-content{line-height:30px;margin:10px 0px 10px 0px
}
.zjls-c-img{
	width:880px;
	height:479px;
	float:left;
	margin-top:16px; 
	/*border:1px solid red;*/
}
.zjls-c-wz{
	width:880px;
	height:470px;
	float:left;
	margin-top:30px; 
	overflow:hidden; 
	/*border:1px solid green;*/
}
.zjls-fr-top-bt{
	height:37px;
	float:left;
	line-height:37px;
	padding-left:13px;
	padding-right:125px;   
	font-size:18px;
	color:#FFF;
	background: url("imageswzk.png");
	background-size:100% 100%;   
	overflow:hidden; 
	/*border:1px solid red;*/
}
.zjls-fr-top-bt_s{
	height:40px;
	float:left;
	line-height:38px;
	margin-left:2px; 
	font-size:18px;
	color:#FFF; 
	overflow:hidden;
	background-color: #2374cf; 
	/*border:1px solid red;*/
}
.yyk{
	height:40px;
	background-color: #2ca1f0;
}
/*详情*/
.xq{
	width:1080px;
	overflow: hidden;
	margin:0px auto;
	/*border:1px solid red;*/
}
.x-w{
	width:1190px;
	height:950px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.xq-title{
	width:1080px;
	height:65px;
	text-align:center;
	/*line-height:50px;*/
	font-size:26px;
	color:#218AC9;
	margin-top:40px;   
	/*border:1px solid red;*/
}
.xq-qt{
	width:1080px;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#9C9C9C;
	font-size:16px;
	margin-top:3px;    
	/*border:1px solid red;*/
}
.hx{
	width:1080px;
	margin-top:15px; 
	border:1px solid #ccc; 
}
.xq-c-img{
	width:864px;
	height:523px;
	margin:0px auto;
	margin-top:35px; 
	/*border:1px solid red;*/
}
.xq-content{
	width:1080px;
	height:400px;
	color:#808080;
	line-height:30px;
	font-size:16px;  
	/*border:1px solid blue;*/
}
.fp{
	width:800px;
	height:80px;
	float:left;
	margin-top:28px; 
	/*border:1px solid red;*/
}
.prev{
	width:800px;
	height:30px;
	float:left;
	font-size:18px; 
	/*border:1px solid blue;*/
}
.next{
	width:800px;
	height:30px;
	float:left;
	margin-top:5px;
	font-size:18px; 
	/*border:1px solid blue;*/
}
.share{
	width:275px;
	height:25px;
	float:right;
	margin-top:28px; 
	/*border:1px solid red;*/
}
/*公众参与*/
.gzcy{
	padding-top:23px;
	width:1140px;
	overflow: hidden;
	margin:0px auto;
	/*border:1px solid red;*/
}
.gzcy-w{
	width:1190px;
	height:325px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.gzcy-fl{
	width:810px;
	float:left;
	/*border:1px solid red;*/
}
.gzfl-fl-top{
	width:809px;
	height:36px;
	float:left;
	/*border:1px solid red;*/
}
.zxhd-img{
	width:100px;
	height:36px;
	float:left;
	/*border:1px solid red;*/
}
.zxhd-search{
	height:36px;
	float:right;
	/*border:1px solid red;*/
}
.gzfl-fl-buttom{
	width:810px;
	float:left;
	margin-top:7PX; 
	/*border:1px solid blue;*/
}
.hd-lm{
	width:815px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.hd-lm ul li{
	width:201.5px;
	height:40px;
	line-height:40px;
	text-align:center;
	list-style:none;   
	float:left;
	color:#FFF;
	margin-right:1px; 
	/*border:1px solid red;*/
}
.hd-lm ul li a {
	color: inherit;
	display: block;
}
.hd-table{
	width:810px;
	height:323px;
	float:left;
	margin-top:10px; 
	/*border:1px solid red;*/
}
.table{
	width:810px;
	height:430px;
	border:1px solid #E8E8E8;
	color:#4D444C;
	border-collapse:collapse;	
}
.gzfw-table {
	text-align: center;
	height: auto;
}
.gzfw-table tr{
	height: 39px;
	cursor: pointer;
}
.gzfw-table tr:hover{
	background: #F3F3F3;
}
.gzfw-table th{
	border-right:1px solid #FFF;
	background-color:#efefef;
	color: #333333;
	cursor: auto;
}
.gzfw-table td {
	border:1px solid #E8E8E8;
}
.hd-qt{
	width:810px;
	height:63px;
	float:left;
	margin-top:10px; 
	background-color:#efefef; 
	/*border:1px solid red;*/
}
.qt{
	height:30px;
	float:left;
	font-size:17px; 
	margin-left:30px;
	margin-top:15px;
	line-height:30PX; 
	color:#1885d6;
	/*border:1px solid red;*/
}
.qt2{
	height:30px;
	float:left;
	margin-left:10px;
	font-size:17px; 
	margin-top:15px;  
	color:#2F3434;
	line-height:30PX;
	color:#1885d6; 
	/*border:1px solid red;*/
}
.gzcy-fr{
	width:310px;
	height:596px;
	float:right;
	/*border:1px solid red;*/
}
.td{
	width:310px;
	height:376px;
	float:right;
	background-color:#f8f8f8; 
	/*border:1px solid blue;*/
}
.td-top{
	width:310px;
	height:40px;
	float:right;
	background-color:#3e9fa8;
	background: url("imagesindex-lm-bg_12.png"); 
	/*border:1px solid blue;*/
}
.td-top-img{
	width:120px;
	height:40px;
	float:left;
	/*border:1px solid blue;*/
}
.td-buttom{
	width:290px;
	height:310px;
	float:right;
	margin-right:10px;
	margin-top:10px; 
	/*border:1px solid green;*/
}
.dk{
	width:80px;
	height:80px;
	float:left;
	margin-left:13px;
	margin-top:17px;  
	border-radius:8px; 
	background-color:#1f8fe0;
	color: #ffffff;
	/*border:1px solid red;*/
}
.dk-img{
	width:45px;
	height:40px;
	/*margin:0px auto;*/
	float:left;
	margin-left:17px;
	margin-top:10px; 
	background-color:#258DD0; 
	/*border:1px solid red;*/
}
.dk-wz{
	width:60px;
	height:20px;
	float:left;
	overflow:hidden; 
	margin-left:12px;
	/*border:1px solid red;*/
}
.zj{
	width:310px;
	height: 356px;
	float:right;
	margin-top:10px; 
	background-color:#f8f8f8; 
	border-radius:5px; 
	/*border:1px solid blue;*/
}
.zj-lm{
	width:310px;
	height:50px;
	background-color:#1f8fe0;
	/*background: url("imagesindex-lm-bg_12.jpg"); */
	/*border:1px solid red;*/
}
.zj-lm ul li{
	width:140px;
	height:45px;
	margin-top:5px;
	margin-left:5px;
	float:left;
	line-height:44px;
	font-size:18px;
	text-align:center;
	list-style:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;       
	/*border:1px solid red;*/
}
.zj-lm ul li a{
	display: block;
	color: inherit;
}
.zjxx{
	width:310px;
	height:146px;
	float:left;
	margin-top:13px; 
	/*border:1px solid red;*/
}
.zjxx ul li{
	width:293px;
	height:34px;
	float:left;
	list-style:none;
	line-height:34px;
	margin-left:15px;
	overflow:hidden; 
	/*border:1px solid red; */
}
.zjxx ul li a{
	color:#50575A;
}
/*信息公开*/
.xxgk{
	width:1140px;
	overflow: hidden;
	margin:0px auto;
	/*border:1px solid red;*/
}
.xxgk-fl{
	width:240px;
	float:left;
	/*border:1px solid blue;*/
}
.xxgk-fl-one{
	width:240px;
	height:594px;
	float:left;
	margin-top:10px; 
	background-color:#258DD0; 
	/*border:1px solid blue;*/
}
.xxgk-fl-one-t{
	width:240px;
	height:40px;
	float:left;
	background-color:#2466BD; 
	/*border:1px solid green;*/
}
.xxgk-one-t-img{
	width:100px;
	height:40px;
	float:left;
	/*border:1px solid green;*/
}
.xxgk-fl-one-b{
	width:240px;
	height:340px;
	float:left;
	margin-top:5px; 
	/*border:1px solid blue;*/
}
.xxgk-fl-one-b ul li{
	width:215px;
	height:35px;
	list-style:none; 
	margin-top:5px; 
	margin-left:12px; 
	/*margin:0px auto;*/
	line-height:35px; 
	background-color:#3C9AD7; 
	/*border:1px solid blue;*/
}
.xxgk-fl-one-b ul li a{ 
	color:#FFF;
}
.xxgk-fl-one-b ul li a:hover{ 
	color:#EDFD00;
}
.xxgk-fl-one-b ul li:hover{ 
	color:#EDFD00;
	background-color:#2466BD; 
}
.g-w{
	width:1190px;
	height:765px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.xxgk-fl-two{
	width:240px;
	height:358px;
	float:left;
	margin-top:10px; 
	background-color:#0cacbc; 
	/*border:1px solid red;*/
}
.xxgk-fl-two-t{
	width:240px;
	height:40px;
	float:left;
	background: url("imagesindex-lm-bg_12.jpg");
	background-color:#2466BD; 
	/*border:1px solid red;*/
}
.xxgk-fl-two-b{
	width:230px;
	height:300px;
	float:left;
	margin-left:5px;
	margin-top:13px; 
	/*border:1px solid red;*/
}
.zdk{
	width:66px;
	height:96px;
	float:left;
	margin-left:8px;
	/*border:1px solid red;*/
}
.zdk-img{
	width:66px;
	height:66px;
	border-radius:3px; 
	/*border:1px solid #65C3FF;*/
}
.zdk-wz{
	width:60px;
	height:30px;
	line-height:25px;
	text-align:center;
	color:#FFF;
	overflow: hidden;
	margin:0px auto;  
	/*border:1px solid green;*/
}
.xxgk-fr{
	width:880px;
	height:975px;
	float:right;
	/*border:1px solid green;*/
}
.xxgk-fr-one{
	width:880px;
	height:371px;
	float:left;
	margin-top:10px; 
	/*border:1px solid blue;*/
}
.wj{
	width:430px;
	height:371px;
	float:left;
	background-color:#EEEEEE; 
	/*border:1px solid red;*/
}
.h_40{
	width:430px;
	height:40px;
	float:left;
	background-color:#268DD0;
	background: url("imagesgxx_icon01.png"); 
	/*border:1px solid red;*/
}
.h_40_img{
	width:120px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.h_40-more{
	width:50px;
	height:40px;
	float:right;
	line-height:40px;
	/*border:1px solid red; */
}
.h_40-more a{
	color:#999999;
}
.wj-wz{
	width:430px;
	height:314px;
	margin-top:17px; 
	float:left; 
	/*border:1px solid green;*/
}
.xxgk-data{
	float:right;color:#979797;font-size:10px;line-height:33px;
}
.xxgk-a:hover{
	color: #1a88d9;
}
.xxgk-a{
	float:left;	
}
.wj-wz ul li{
	width:400px;
	height:33px;
	float:left;
	margin-left:15px;
	line-height:30px;
	list-style:none;  
	/*border:1px solid green;*/
}
.ld{
	width:430px;
	height:369px;
	float:right;
	background-color:#EEEEEE; 
	/*border:1px solid red;*/
}
.ld-wz{
	width:430px;
	height:310px;
	float:left;
	/*border:1px solid red;*/
}
.ld-wz-one{
	width:415px;
	height:180px;
	margin-top:17px;
	margin-left:7px;
	/*border:1px solid green;*/
}
.ld-k{
	width:125px;
	height:180px;
	float:left;
	margin-left:10px;
	/*border:1px solid red;*/
}
.ld-k-img{
	width:125px;
	height:145px;
	/*border:1px solid blue;*/
}
.ld-k-wz{
	height:35px;
	line-height:35px;
	text-align:center; 
	margin:0px auto;
	overflow:hidden;
	font-size: 12px;
	/*border:1px solid blue;*/
}
.ld-wz-two{
	width:405px;
	height:100px;
	margin-top:7px; 
	margin-left:12px; 
	/*border:1px solid green;*/
}
.ld-wz-two ul li{
	width:96px;
	height:30px;
	float:left;
	margin-left:3px; 
	margin-top:3px; 
	line-height:30px;
	text-align:center;
	list-style:none;
	background-color:#FFF;    
	border:1px solid #DCDCDC;
}
.ld-wz-two ul li a{
	color:#505050;
}
.xxgk-fr-two{
	width:880px;
	height:380px;
	float:left;
	margin-top:18px; 
	/*border:1px solid blue;*/
}
.jd{
	width:430px;
	height:380px;
	float:left;
	/*background-color:#EEEEEE; */
	/*border:1px solid red;*/
}
.jd-wz{
	width:430px;
	height:300px;
	margin-top:17px; 
	float:left;
	/*border:1px solid green;*/
}
.jd-wz ul li{
	width:400px;
	height:34px;
	float:left;
	margin-left:15px;
	line-height:31px;
	list-style:none;  
	/*border:1px solid green;*/
}

.gz{
	width:430px;
	height:380px;
	float:right;
	/*background-color:#EEEEEE; */
	/*border:1px solid red;*/
}
/*动态*/
.dt-w{
	width:1190px;
	height:705px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.dt{
	padding-top: 22px;
	width:1140px;
	height:1032px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.dt-fl{
	width:810px;
	height:1032px;
	float:left;
	/*border:1px solid blue;*/
}
.dt-fl-one{
	width:810px;
	height:341px;
	float:left;
	/*background-color:#F3F3F3; */
	/*border:1px solid green;*/
}
.dt-fl-one-t{
	width:810px;
	height:50px;
	/*border:1px solid green;*/
}
.dt-t-img{
	width:120px;
	height:50px;
	float:left;
	margin-left:17px;
	/*border:1px solid green;*/
}
.dt-fl-one-b{
	width:790px;
	height:282px;
	float:left;
	margin-left:17px; 
	/*border:1px solid green;*/
}

/*轮播*/
.nbanner{
	width:375px;
	height:276px;
	float:left;
	margin-left:12px; 
	position: relative;
	/*border:1px solid red; */
}
.nbanner .n1{
	width:100%;
	height:276px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.nbanner .n2{
	width:100%;
	height:27px;
	clear:both;
	position:absolute;z-index:100;left:255px;bottom: 20px;
	/*border:1px solid red;*/
}
.nbanner .n2 ul{
	display:table;
	margin:0 auto;
}
.nbanner .n2 li{
	width:12px;
	height:12px;
	overflow:hidden;
	cursor:pointer;
	background-color:#F5F5F5;
	float:left;
	margin:0 5px;
	display:inline;border-radius: 50%;
}
.nbanner .n2 li.nuw{
	background-color: #FDFD06;
}
.xw{
	width:385px;
	height:210px;
	float:right;
	/*border:1px solid red;*/
}
.xw-title{
	width:345px;
	height:30px;
	float:left;
	margin-left:35px; 
	/*text-align:center;*/
	line-height:30px;
	font-size:17px;
	/*overflow:hidden; */
	/*border:1px solid red;*/
}
.xw-title a{
	color:#1d8cdd;
}
.xw-qt{
	width:385px;
	height:30px;
	float:left;
	margin-top:6px; 
	/*border:1px solid red;*/
}
.sj{
	width:140px;
	height:20px;
	float:left;
	color:#666666;
	margin-left:35px;
	/*border:1px solid red;*/
}
.sj2{
	width:140px;
	height:20px;
	float:left;
	/*border:1px solid red;*/
}
.xw-desc{
	width:360px;
	height:160px;
	float:left;
	line-height:20px;
	overflow:hidden;
	color:#999999; 
	/*border:1px solid red;*/
}
.xw-xq{
	width:100px;
	height:28px;
	float:left;
	line-height:28px;
	margin-top:7px; 
	background-color:#3E9898;  
	text-align:center;
	border-radius:3px; 
	/*border:1px solid red;*/
}
.xw-xq a{
	color:#FFF;
}

.dt-fl-two{
	width:810px;
	height:320px;
	float:left;
	/*border:1px solid red;*/
}
.gx_more_word{
	width:56px;
	height:20px;
	text-align:center; 
	line-height:20px; 
	background-color:#1a88d9;
	border-radius:3px;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:2px;  
	color:#FFF;   
	background:url("imagesgx_more_icon.jpg");
	background-size:100% 100%; 
	/*border:1px solid red;*/
}
.jrls-top{
	width:810px;
	height:40px;
	float:left;
	border-bottom:1px solid #258ED5;
}
.zwdt-cat {
	float: left;
	height: 18px;
	color: #2A8CD5;
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	border-left: 4px solid #2A8CD5;
	margin-top:11px;
	padding-left:10px;
}
.zwdt-cat1 {
	float: left;
	height: 18px;
	color: #1a88d9;
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	border-left: 4px solid #1a88d9;
	margin-top:8px;
	padding-left:10px;
}
.jrls-img{
	width:100px;
	height:40px;
	float:left;
	/*border:1px solid red;*/
}
.jrls-more{
	width:50px;
	height:40px;
	line-height:40px;
	color:#9C9C9C; 
	float:right;
	/*border:1px solid #258ED5;*/
}
.jrls-b{
	width:810px;
	height:270px;
	float:left;
	/*border:1px solid blue;*/
}
.jrls-y{
	width:810px;
	height:118px;
	float:left;
	margin-top:20px; 
	border-bottom:1px dashed #dcdcdc;
}
.jrls-new-img{
	width:140px;
	height:100px;
	float:left;
	/*border:1px solid red;*/
}
.jrls-new{
	width:652px;
	height:100px;
	float:right;
	/*border:1px solid red;*/
}
.new-title{
	width:652px;
	height:30px;
	float:left;
	font-size:16px;
	color:#268CD0;
	line-height:30px;   
	/*border:1px solid blue;*/
}
.new-qt{
	width:652px;
	height:20px;
	float:left;
	/*border:1px solid red;*/
}
.new-desc{
	width:652px;
	height:40px;
	float:left;
	color:#969696;
	/*border:1px solid red;*/
}
.jrls-yy{
	width:810px;
	height:140px;
	float:left;
	margin-top:10px; 
	/*border:1px solid red;*/
}
.jrls-yy  ul li{
	width:810px;
	height:35px;
	float:left;
	line-height:35px; 
	list-style:none; 
	/*border:1px solid red;*/
}
.jrls-yy  ul li a{
	color:#505050;
}
.da-fl-three{
	width:810px;
	height:310px;
	float:left;
	margin-top:25px; 
	/*border:1px solid red;*/
}
.bmdt{
	width:380px;
	height:310px;
	float:left;
	/*border:1px solid red;*/
}
.bmdt-top{
	width:380px;
	height:35px;
	float:left;
	border-bottom:1px solid #1a88d9;
}
.bmdt-bt{
	width:100px;
	height:35px;
	float:left;
	/*border-bottom:1px solid red;*/
}
.bmdt-b{
	width:380px;
	height:270px;
	float:left;
	/*border:1px solid red;*/
}
.bmdt-y{
	width:380px;
	height:103px; 
	float:left;
	margin-top:20px; 
	border-bottom:1px dashed #dcdcdc;
}
.bmdt-img{
	width:120px;
	height:85px;
	float:left;
	/*border:1px solid red;*/
}
.bmdt-content{
	width:245px;
	height:85px; 
	float:right;
	/*border:1px solid red;*/
}
.bmdt-title{
	width:245px;
	height:20px;
	float:left;
	font-size:15px; 
	line-height:20px; 
	/*border:1px solid red;*/
}
.bmdt-desc{
	width:245px;
	height:55px;
	float:left;
	color:#9B9B9B;
	margin-top:7px; 
	/*line-height:20px; */
	/*border:1px solid red;*/
}
.bmdt-yy{
	width:380px;
	height:160px;
	float:left;
	margin-top:5px; 
	/*border:1px solid green;*/
}
.bmdt-yy ul li{
	width:380px;
	height:35px;
	list-style:none;
	overflow:hidden; 
	line-height:35px;  
	float:left;
	text-indent:15px; 
	background: url("imagesicon_jiantou.png")0px 15px no-repeat;
	/*border:1px solid green;*/
}
.kls{
	width:380px;
	height:310px;
	float:right;
	/*border:1px solid red;*/
}
.kls-bt{
	width:120px;
	height:35px;
	float:left;
	/*border-bottom:1px solid red;*/
}
.dt-fr{
	width:310px;
	height:1032px;
	float:right;
	/*border:1px solid blue;*/
}
.dt-fr-one{
	width:310px;
	height:285px;
	float:left;
	background-color:#f8f8f8; 
	/*border:1px solid red;*/
}
.gsgg-top{
	width:310px;
	height:39px;
	float:left; 
	background-color:#268DD0; 
	border-bottom:2px solid #FFF;
	background: url("imagesindex-lm-bg_12.png");
}
.gsgg-img{
	width:120px;
	height:39px;
	float:left;
	/*border:1px solid red;*/
}
.gsgg-b{
	width:290px;
	height:240px;
	float:left;
	margin-left:10px;
	margin-top:12px; 
	/*border:1px solid red;*/
}
.gsgg-b ul li{
	width:290px;
	height:35px;
	float:left;
	overflow:hidden; 
	list-style:none; 
	line-height:35px;
	text-indent:20px; 
	background: url("imagesguide_icon.png")0px 15px no-repeat;
	border-bottom:1px dashed #dcdcdc; 
	/*border:1px solid red;*/
}
.gsgg-more{
	width:50px;
	height:39px;
	line-height:39px; 
	float:right;
	/*border:1px solid red;*/
}
.gsgg-more a{
	color:#999999;
}
.dt-fr-two{
	width:310px;
	height:350px;
	float:left;
	margin-top:10px; 
	background-color:#f8f8f8; 
	/*border:1px solid red;*/
}
.gsgg-b2{
	width:290px;
	height:285px;
	float:left;
	margin-left:10px;
	margin-top:12px; 
	/*border:1px solid blue;*/
}
.gsgg-b2 ul li{
	width:290px;
	height:35px;
	float:left;
	overflow:hidden; 
	list-style:none; 
	line-height:35px;
	text-indent:20px; 
	background: url("imagesguide_icon.png")0px 15px no-repeat;
	border-bottom:1px dashed #dcdcdc; 
	/*border:1px solid red;*/
}
.gwy-img{
	width:130px;
	height:39px;
	float:left;
	/*border:1px solid blue;*/
}
/*乡镇*/
.xz-w{
	width:1190px;
	height:1020px;
	margin:0px auto;
	background-color:#FFF; 
	/*border:1px solid blue;*/
}
.xz-banner{
	width:1188px;
	height:370px;
	margin:0px auto;  
	margin-left:1px;
	margin-top:2px; 
	/*border:1px solid red;*/
}
.xz-one{
	width:1145px;
	height:327px;
	margin:0px auto;
	margin-bottom:20px;  
	/*border:1px solid red;*/
}
.xbanner{
	width:457px;
	height:307px;
	float:left;
	/*margin-left:25px; */
	top:20px;
	position: relative;
	/*border:1px solid red; */
}
.xbanner .x1{
	width:100%;
	height:307px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.xbanner .x2{
	width:100px;
	height:24px;
	clear:both;
	position:absolute;
	z-index:100;
	left:330px; 
	bottom: 0px;
	/*border:1px solid red;*/
}
.xbanner .x2 ul{
	display:table;
	margin:0 auto;
}
.xbanner .x2 li{
	width:11px;
	height:11px;
	overflow:hidden;
	cursor:pointer;
	background-color:#F5F5F5;
	float:left;
	margin:4px 2px;
	display:inline;
	border-radius:50%; 
	/*border-radius: 2px;*/
}
.xbanner .x2 li.nuw{
	background-color: #0b5dfc;
}
.zxdt{
	width:406px;
	height:275px;
	float:left;
	margin-left:20px;
	/*border:1px solid red;*/
}
.zxdt-top{
	width:406px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #00A095;
}
.zxdt-top_s{
	width:406px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #2ca1f0;
}
.top-bt{
	width:113px;
	height:38px;
	float:left;
	/*border:1px solid red;*/
}
.top-more{
	width:50px;
	height:38px;
	float:right;
	line-height:38px; 
	/*border:1px solid red;*/
}
.zxdt-buttom{
	width:406px;
	height:230px;
	float:left;
	margin-top:7px; 
	/*border:1px solid green;*/
}
.zxdt-buttom ul li{
	width:406px;
	height:36px;
	font-size:14px; 
	line-height:36px;
	list-style:none;  
	float:left;
	/*border:1px solid green;*/
}
.tzgg{
	width:318px;
	height:275px;
	float:right;
	/*border:1px solid red;*/
}
.tzgg-top{
	width:318px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #00A095;
}
.tzgg-top_s{
	width:318px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #2ca1f0;
}
.tzgg-buttom{
	width:318px;
	height:230px;
	float:left;
	margin-top:7px; 
	/*border:1px solid green;*/
}
.tzgg-buttom ul li{
	width:318px;
	height:36px;
	line-height:36px;
	font-size:14px; 
	list-style:none;  
	overflow:hidden; 
	float:left;
	/*border:1px solid green;*/
}
.xz-two{
	width:1142px;
	height:92px;
	margin:20px auto;
	background-color:#f7f7f7; 
	border:1px solid #57BFF2;
}
.xz-three{
	width:1140px;
	height:270px;
	margin:20px auto;
	/*border:1px solid blue;*/
}
.gzzt{
	width:370px;
	height:270px;
	float:left;
	/*margin-left:20px;*/
	/*border:1px solid red;*/
}
.gzzt-top{
	width:370px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #00A095;
}
.gzzt-top_s{
	width:370px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #2ca1f0;
}
.gzzt-buttom{
	width:370px;
	height:230px;
	float:left;
	margin-top:7px; 
	/*border:1px solid green;*/
}
.gzzt-buttom ul li{
	width:370px;
	height:36px;
	line-height:36px;
	font-size:14px; 
	list-style:none;  
	overflow:hidden; 
	float:left;
	/*border:1px solid green;*/
}
.xz-four{
	width:1150px;
	height:300px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.xzfm-top{
	width:1150px;
	height:38px;
	float:left;
	background-color:#F5F5F5; 
	border-bottom:2px solid #00A096;
}
.xzfm-top_s{
	width:1150px;
	height:38px;
	float:left; 
	border-bottom:4px solid #1a7ccb;
}
.xzfm{
	width:1150px;
	height:210px;
	float:left;
	margin-top:18px; 
	/*border:1px solid blue;*/
}

.scroll_horizontal{
	position:relative;

	height:245px;
	/*padding:10px;*/
	width:1170px;
	/*border:1px solid blue;*/
	/*background-color:#eee;*/
}
.box ul li{
	list-style:none; 
	margin-right:5px; 
}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1150px;height:245px;/* border:1px solid red;*/ }
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:264px;margin-right:31px;}
.scroll_horizontal .prev{position:absolute;top:50%;/*border:1px solid red;*/margin-top:-25px;width:15px;height:30px;background-image:url(imagesleft.jpg);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .next{position:absolute;top:50%;/*border:1px solid red;*/margin-top:-25px;width:15px;height:30px;background-image:url(imagesright.jpg);background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:0px;background-position:0 0;}
.scroll_horizontal .next{right:35px;background-position:0 0;}
.scroll_horizontal .prev:hover{background-position:0 -0px;}
.scroll_horizontal .next:hover{background-position:0 -0px;}

#acts{margin-top:20px;}

.list-c{
	width:264px;
	height:245px;
	margin-right:31px;
	float:left;  
	/*border:1px solid red;*/
}
.list-img{
	width:264px;
	height:210px;
	float:left;
	/*border:1px solid #ccc;*/
}
.list-img img{
	width:100%;
	height:100%;
}
.list-mc{
	width:100%;
	height:20px;
	line-height:20px; 
	float:left;
	text-align:center;
	font-size:14px;
	color:#565656; 
	/*background-color:#E4E4E4;  */
	/*border:1px solid red;*/
}

.cat-name {
	float: left;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-indent:12px;
	padding-right:12px;
	background: #1a88d9;
}
.cat-name1 {
	float: left;
	line-height: 50px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	text-indent:34px; 
}
.cat-name2 {
	height: 16px;
	float: left;
	color: #1F8ED3;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 9px;
	border-left: 3px solid #268CCC;
	line-height: 14px;
	margin-top:18px;
}

/*分页*/
.page {
	display: table;
	margin:25px auto 0;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size:14px;
}
.sxy,.sz {
	float: left;
	margin: 0 7px;
	height: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	border-radius:3px;

	background:#f5f5f5;
	color:#333;
}
.sxy {
	padding: 0 8px;
}
.sz {
	width: 30px;
}
.srtz{
	float: left;
	margin: 0 10px;
}
.srtz-sr {
	border: 1px solid #e5e5e5;
	padding: 0 5px;
	height: 25px;
	width: 30px;
	border-radius: 3px;
}
.srtz-qd {
	background:#f5f5f5;
	border: 1px solid #e5e5e5;
	height: 27px;
	padding: 0 8px;
	border-radius: 3px;
	cursor: pointer;
}
.page a:hover,span.sz,.srtz-qd:hover{
	color: #FFF;
	background: #258DD0;
	border:1px solid #258DD0;
}


/*新增样式*/
.zjls-lr{width:810px;float:left;/*border:1px solid red;*/}
.zxbs_dsc{width: 1150px;height: auto;overflow: hidden;margin:0px auto}
.zxbs_dsc p.zxbs-jszgrd{font-weight: bold;font-size: 22px;color: #2fb499;text-align: center;vertical-align: middle;line-height:100px;}
.zxbs_dsc table{width: 1150px;height: auto;}
.zxbs_dsc table tr,.zxbs_dsc table td,.zxbs_dsc table th{border: 1px solid #ebebeb;font-size: 13px;color: #474747;}
.zxbs_dsc table td,.zxbs_dsc table th{padding: 15px 0px 15px 20px;}
.zxbs_dsc table th{font-size: 15px;background-color: #f9f9f9;text-align: center;vertical-align: middle;}
.zxbs_dsc table td p span{margin-left: 20px;}
.colf66{color: #f66016;}
.zxbs_dsc table td p{line-height: 25px;}
.zxbs_dsc table td.fon15px{font-size: 15px;background-color: #f9f9f9;}
.zxbs_dsc table td.padl10px{padding-left: 0px;}
/*教师资格认定*/
.zxbs_dsc .zxbs-zixun{padding: 20px 0px;clear: both;height: auto;overflow: hidden;width: 1020px;}
.zxbs_dsc .zxbs-zixun a{width: 73px;height: 38px;line-height: 38px;color: #ffffff;font-size: 15px;padding-left: 45px;display: block;float: left;margin-right: 20px;}
.zxbs_dsc .zxbsSuperSlide{width: 1150px;height: auto;overflow: hidden;margin-top:20px}
.zxbs_dsc .zxbsSuperSlide .hd{height: 33px;width:1148px;overflow: hidden;border-left: 2px solid #258dd0;border-right: 3px solid #258dd0;}
.zxbs_dsc .zxbsSuperSlide .hd li{cursor:pointer;height:31px;width: 166px;border-top: 2px solid #258dd0;background-color:#258dd0;color:#ffffff;float:left;display:inline;text-align: center;vertical-align: middle;line-height: 31px;}
.zxbs_dsc .zxbsSuperSlide .hd li.on{background-color: #ffffff;color: #258dd0;}
.zxbs_dsc .zxbsSuperSlide .bd{min-height:100px;}
.zxbs_dsc .zxbsSuperSlide .bd img{display: block;margin: 0 auto;}
.zxbs_dsc .zxbsSuperSlide .bd p{text-indent: 2em;line-height: 28px;}
.zxbs_dsc .zxbsSuperSlide .bd h2{font-size: 18px;text-align: center;vertical-align: middle;}
.bd_t{margin-top:20px}

.p_zxxq{ width:788px; height:auto; overflow:hidden;}
.p_question{padding-top:30px; padding-bottom:20px; height:auto; overflow:hidden;}
.p_question img{ display:block; width:97px; height:95px; margin-left:-7px; margin-top:-8px;}
.p_question p span{ color:#2f99b3; font-size:16px; font-weight:bold;padding-top:12px;}
.p_question h4{ font-size:16px; color:#000;}
.p_zxxq p{ font-size:13px; color:#000; line-height:22px;text-indent: 2em}
.p_zxxq h5{ font-size:12px; color:#919191; font-weight:normal; padding:10px 0px; border-bottom:1px dashed #919191; margin-bottom:10px;}
.p_zxxq h5 span{ font-size:14px; color:#f98714; font-weight:bold;}
.p_zxxq h5 span b{ color:#9b9b9b;}
.p_reply{ border-top:1px solid #dad9d9; padding-left:97px; clear:both; padding-bottom:20px;}

.fl{float: left;display: inline;}
.fr{float: right;display: inline;}

.middle_con{ width:810px;}
.middle_con dt{ height:35px; background:#e3e3e3;}
.middle_con dt h2{ line-height:35px; font-size:18px; color:#076ab7; padding-left:20px;}
.middle_con dd{ padding:20px 0px;}

.q_tsjybz-top{
	height:40px;
	background-color:#268DD0;
	line-height:40px;
	color:#fff;
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
	/*border:1px solid red;*/
}
.q_tsjybz_tit{font-size: 18px;color: #717171;text-align: center;padding: 24px 0px;}
.q_bm_list{width: 810px;height: auto;overflow: hidden;padding-bottom:15px;}
.bm_list{width: 198px;height: 40px;float: left;display: inline;text-align: center;line-height: 40px;vertical-align: middle;margin-left:6px;margin-bottom: 6px;}
.bm_list.first{margin-left: 0px;}
.bm_list a{width: 100%;height: 100%;display: block;color: #474747;font-size: 16px;background-color: #e6e5e5;}
.bm_list span{font-size: 12px;}
.bm_list a:hover{color: #ffffff;background-color: #268dd0;}


.p_sjxx{ padding:17px 0px 20px 17px; height:auto; overflow:hidden;}
.p_sjxx h2{ border-bottom:0px;}
.p_tj{ height:auto; overflow:hidden; padding-right:20px;}
.p_message{ width:780px; height:auto; overflow:hidden;padding-top:12px; border-top:1px solid #e1e1e1;}
.p_search{height:auto; overflow:hidden;}
.p_search div{ height:31px; line-height:31px; font-size:14px; color:#303030;}
.p_search span{font-weight:bold;}
.p_search select{color: #878282;height: 31px;width: 150px;border: 1px solid #dbdbdb;margin-left: 5px; font-family:"微软雅黑"; padding-left:10px;}
.p_information{ border:1px solid #dbdbdb; height:auto; overflow:hidden; margin-top:10px; clear:both; padding-bottom:45px;}
.p_information h4{ font-size:15px; background:#898787; color:#fff; padding:7px 0px 7px 15px;}
.p_tishi{ margin:20px 15px 30px 15px; border:1px solid #ffdcc5; background:#fffde0; height:42px;}
.p_tishi p{ font-size:14px; color:#ff6600; line-height:42px; background:url(imagesp_ts.png) no-repeat 57px 11px; padding-left:82px;}
.p_information table{font-size:14px; color:#1b1b1b;}
.p_information table input{padding:7px 5px; outline:none; border:1px solid #b3b3b3; color:#505050; width:295px; float:left;}
.p_information table input.radio{ border:0px; width:30px; float:none;}
.p_information table input.sub{cursor: pointer; width:125px; padding:8px 0px; text-align:center; color:#fff; background:#ff6600; font-size:16px; border:1px solid #ff6600; border-radius:5px; font-family:"微软雅黑";}
.p_min15px{ margin-left:15px;}
.p_information table input.wid237px{ width:237px; border:1px solid red;}
.p_information table select{width:295px;color: #878282;height: 31px;border: 1px solid #b3b3b3;font-family:"微软雅黑"; padding-left:10px; float:left;}
.p_information table em{color:#F00;}
.p_information table tr td{padding-bottom:14px; text-align:right;}
.p_information table tr td.pad20px{ padding-top:10px;}
.p_information table tr td.txtlf{ text-align:left;}
.p_information table tr td img{ margin-left:20px; margin-top:10px;}
/*---------------------------------------------2015/5/20新增--------------------------------------------*/
.p_information table tr td .input_box{width:564px;_width:576px;width:580px !important;height:auto;overflow:hidden;border: 1px solid #b3b3b3;padding: 3px 0px 0px 14px;line-height:24px;color:#878282;text-align: left;}
.p_information table tr td .input_box a{background-color: #2f99b3;color: #fff;font-size: 12px;height: 24px;float:left;display:inline-block;
	padding: 0 10px;line-height: 24px;margin-bottom: 6px;margin-right: 8px;}
.p_information table tr td .rd_list{padding-top: 12px;}
.p_information table tr td .rd_list a{background-color: #f1f1f1;color: #333;font-size: 12px;height: 24px;float:left;display:inline-block;
	padding: 0 10px;line-height: 24px;margin-bottom: 6px;margin-right: 8px;}
.p_information table tr td .rd_list a.hover{background-color: #2f99b3;color: #fff;font-size: 12px;height: 24px;float:left;display:inline-block;
	padding: 0 10px;line-height: 24px;margin-bottom: 6px;margin-right: 8px;}
/*---------------------------------------------2015/5/20新增--------------------------------------------*/
.p_information table textarea{width:580px; height:120px; padding:3px 5px; outline:none; border:1px solid #b3b3b3; float:left;}
.p_serve{ width:270px; height:auto; overflow:hidden;border:1px solid #e1e1e1;}
.p_serve h4{ color:#fff; padding:12px 0px 12px 15px; background:#2f99b3; font-size:16px;}
.p_serve p{ font-size:14px; color:#303030; padding:25px 20px 25px 15px; line-height:25px;}
.p_serve p span{ color:#2f99b3;}

ul,ol{list-style:none;}
.zxft_main{ width:1140px; padding:0px 25px; background:#fff; height:auto; overflow:hidden;min-height:700px;margin-top:25px}
.zxft_main h2{ font-weight:bold; font-size:18px; border-bottom:0px;}
.zxft_main img{ width:181px; height:128px;}
.zxft_list{ width:525px; background:#f9f9f9; padding:16px 16px 20px; border:1px solid #ebebeb; height:auto; overflow:hidden; margin-bottom:20px;}
.zxft_list a{float:left; margin-right:17px;}
.zxft_list a:hover{ opacity:0.8; filter:alpha(opacity=80)}
.p_txt{ height:auto; overflow:hidden;}
.p_txt h4{ font-size:15px; line-height:35px; }
.p_txt h4 a{ color:#313030; float:none; height: 35px; margin: 0; overflow: hidden;  display: block; }
.p_txt h4 a:hover{ color:#2f99b3;}
.p_txt ul{ height:90px;}
.p_txt ul li{height:auto; overflow:hidden; padding-bottom:5px;}
.p_txt ul li span{ color:#000; margin-right:5px; float:left; width:40px; font-size:13px;}
.p_txt ul li p{line-height:20px; font-size:13px; color:#6f6f6f;float:left;width:469px;}

.news-content{line-height:30px;font-size:16px}
.img-title{
	width:457px;
	height:32px;
	position:absolute;
	z-index:100;
	left:0px;
	line-height:32px;
	color:#FFF;
	background: rgba(0,0,0,0.7);
	font-size:15px;
	bottom: 0px;
	text-indent:10px;
	/*border:1px solid red;*/
}
.imgs{
	width:457px;
	height:307px;
	float:left;
	/*margin-left:25px; */
	position: relative;
	/*border:1px solid red; */
}
.imgs img{
	width:100%;
	height:100%;
}
.top-bt{
	width:113px;
	height:38px;
	float:left;
	background-color:#009E97;
	color:#FFF;
	text-align:center;
	font-size:18px;
	line-height:38px;
	/*border:1px solid red;*/
}
.top-bt_s{
	width:113px;
	height:38px;
	float:left;
	/*background-color:#2ca1f0;*/
	color:#1a7ccb;
	text-indent:15px; 
	font-size:24px;
	line-height:38px;
	background: url("images8_13.png")0px 12px no-repeat;
	/*border:1px solid red;*/
}
.xz-logo{
	width:320px;
	height:65px;
	position:absolute;
	left:235px;
	top:133px;
	font-size:61px;
	line-height:50px;
	color:#D10506;
	-webkit-text-stroke:2px #FFF;
	/*border:1px solid red;*/
}
.navx{
	width:1010px;
	height:50px;
	background-color:#009E97;
	position:absolute;z-index:100;left:0px;bottom: 0px;

	/*border:1px solid blue;*/
}
.navx_s{
	width:1010px;
	height:50px;
	background-color:#2ca1f0;
	position:absolute;z-index:100;left:0px;bottom: 0px;

	/*border:1px solid blue;*/
}
.navx ul li{
	float:left;
	list-style:none;
	width:120px;
	height:50px;
	font-size:17px;
	text-align:center;
	line-height:50px;
	color:#fff;
	/*border:1px solid red; */
}
.navx_s_xg{
	width:1010px;
	height:50px;
	background-color:#1B7CCB;
	position:absolute;z-index:100;left:0px;bottom: 0px;

	/*border:1px solid blue;*/
}
.navx_s ul li{
	float:left;
	list-style:none;
	width:120px;
	height:50px;
	font-size:17px;
	text-align:center;
	line-height:50px;
	color:#fff;
	/*border:1px solid red; */
}
.navx_s_xg ul li{
	float:left;
	list-style:none;
	width:120px;
	height:50px;
	font-size:17px;
	text-align:center;
	line-height:50px;
	color:#fff;
	/*border:1px solid red; */
}
.navx ul li a{
	color: inherit;
	display: block;
}
.navx_s ul li a{
	color: inherit;
	display: block;
}
.navx_s_xg ul li a{
	color: inherit;
	display: block;
}
.navx ul li:hover,.navx ul li.hover{
	color:#fffeff;
	background:url(imagesxz_top_bg.jpg) repeat-x;
}
.navx_s ul li:hover,.navx_s ul li.hover{
	color:#fffeff;
	/*background-color:#2374cf;*/
}
.navx_s_xg ul li:hover,.navx_s_xg ul li.hover{
	color:#fffeff;
	/*background-color:#2374cf;*/
}
.xsearch{
	width:180px;
	height:50px;
	float:right;
	background-color:#009E97;
	/*border:1px solid blue;*/
}
.xsearch_s{
	width:180px;
	height:50px;
	float:right;
	background-color:#2ca1f0;
	/*border:1px solid blue;*/
}
.xsearch_s_xg{
	width:180px;
	height:50px;
	float:right;
	background-color:#1B7CCB;
	/*border:1px solid blue;*/
}

/**/
.gzfw-text,.gzfw-submit{
    border: none;
}
.gzfw-text{
    width:216px;
    height:36px;
    background: #FFFFFF;
    background:url(imagessearch2.jpg) no-repeat 5px;
    font-size:15px;
    text-indent:35px;
    border: 1px solid #cdcdcd;
    float: left;
    border-right:none;
    line-height: 34px;
    outline: none;
}
.gzfw-submit{
    width:80px;
    height:36px;
    float: left;
    background-color:#258dd0;
    color:#FFF;
    font-size:16px;
    cursor: pointer;
    font-family: '微软雅黑';
}

.search-text {
    border: none;
	background: #FFF;
    width:139px;
    height:27px;
    font-size:15px;
    text-indent: 8px;
    outline: none;
    line-height: 27px;
    float: left;
    margin-top: 12px;
}
.search-submit {
    position: absolute;
    width: 31px;
    height: 27px;
    float: left;
    border: none;
    background: #FFFFFF;
    background-image:url(imagessearch.jpg);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 12px;
    cursor: pointer;
}


/*调查问卷*/
.dcwj-content{
	width: 750px;
	margin: 0 auto;
}
.dcwj-title {
	font-size: 16px;
}
.dcwj-select {
	padding: 5px 30px 15px;
}
.dcwj-select label{
	display: block;
	font-size: 14px;
	cursor: pointer;
}
.dcwj-select label:hover{
	background: #F1F1F1;
}
.dcwj-xx {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.red{
	position: relative;
	color: red;
	top: 4px;
	font-size: 18px;
}
.dcwj-submit {
	background: #13a5ec;
	border: 1px solid #0492d6;
	color: #fff;
	height: 32px;
	padding: 0 24px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 30px;
}
.dcwj-submit:hover{
	background: #1eb0f6;
}
.dcwj-submit2 {
	background: #CCC;
	border: 1px solid #CCC;
	height: 32px;
	padding: 0 24px;
	color:#222222;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 30px;
}
.dcwj-area{
	border: 1px solid #7f9db9;
	font-size: 12px;
	padding: 3px;
	width: 200px;
	overflow: auto;
	width: 62%;
	height: 100px;
}
.dcwj-input{
	border: 1px solid #7f9db9;
	font-size: 12px;
	padding: 3px;
	width: 200px;
}
.three-z-fl1 {
    margin-left: 15px;
}

.six-tit {
    height: 60px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: bolder
}
.six-tit .three-z-fl-t{
	background: url("imagesgx_gk_10-27_05.png");
	/*background-size:100% 100%; */
}


.six-tit-a {
    color: #FFFFFF;
    display: block;
}
.six-tit-a:hover,.on .six-tit-a{
    color:#FFFD00;
    background-color: #1F69B4;
}

.six-tit-ul {
    width: 1198px;
    height: 50px;
    background: #268DD0;
}

.six-tit-li {
    float: left;
    width: 290px;
    border-right: 1px solid #52A2D5;
    position: relative;
}

.six-tit-img {
    position: absolute;
    top:50px;
    display: none;
}
.six-tit-li:hover .six-tit-img,.on .six-tit-img{
    display:inline;
}

.six-b {
    height: 325px;
    position: relative;
    top: -10px;
    border: 1px solid #aeccf0;
    border-top: none;
}

.six-b-a {
    width: 445px;
    padding-top: 11px;
    padding-left: 14px;
    float: left;
}

.six-b-t {
    height: 36px;
    line-height: 36px;
    font-size:16px;
    color:#0d88e3; 
    border-bottom:1px solid #e0e0e0; 
}

.six-b-t-l {
    float: left;
    text-indent:35px; 
    font-weight: bold
}

.six-b-t-r {
    float: right;
    color: #FFFFFF;
    font-size: 11px;
    margin-right: 20px;
}
.six-b-t-r_22{
	width:44px;
	height:13px;
	float:right;
	margin-top:10px; 
	display:block; 
	line-height: 15px;
    font-size: 12px;
    color: #0d88e3;
	/*background: url("imagesgx_10_07_more.png");*/ 
}
.six-b-b {
    width: 460px;
    padding-top: 11px;
    padding-left: 14px;
    float: left;
}

.six-b-t-l2 {
    margin-left: 235px;
}

.six-b-t-l1 {
    margin-left: 17px;
}

.six-b-b-a {
    display: block;
    height: 36px;
    line-height: 36px;
    /*border-bottom: 1px dotted #9A9A9A;*/
    color: #1a88d9;
}
.six-b-b-a:hover{
    color: #1a88d9
}


.six-b-b-1 {
    width: 250px;
    float: left;
    color:#666666;
    overflow: hidden;
}

.six-b-b-2 {
    color: #666666;
    width: 87px;
    float: right;
}

.six-b-b-3 {
    float: left;
    /*color: #F67357;*/
	text-align:center;
}

.six-b-c {
    width: 197px;
    padding-top: 11px;
    padding-left: 14px;
    float: left;
}

.six-b-c-a {
    display: block;
    height: 69px;
    background: #4CA8E7;
    margin-bottom: 7px;
    color: #25828C;
    line-height: 65px;
   	border:1px solid #bedcf0;
}
.six-b-c-a img　{
    float: left;
}
.six-b-c-a span {
    float: right;
    margin-right:60px;
    color:#1a88d9;
}

.six-b-a-t {
    color: #1a88d9;
    font-size: 16px;
    display: block;
    height: 20px;
    padding-top: 19px;
    padding-bottom: 7px;
    padding-left: 2px;
}

.six-b-a-time-l {
    float: left;
    width: 124px;
    height: 33px;
    line-height: 38px;
    font-size: 12px;
    color: #FFF;
    background-image: url(imagesjb_03.gif);
    text-align: center;
}

.six-b-a-time-l1 {
    float: left;
    padding-left: 10px;
    font-size: 12px;
    margin-top: 6px;
    line-height: 28px;
    color: #818181;
}

.six-b-a-time {
    overflow: hidden;
}

.six-b-a-desc {
    display: block;
    font-size: 12px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    padding-top: 12px;
}
.six-b-a-desc:hover{
    color: #1a88d9
}

.six-b-a-xq {
    font-size: 12px;
    color: #0d88e3;
    padding-top: 8px;
    float: left;
}

.xwsgd {
	float: left;
}
.xwsgd a {
	display: block;
}

/*新增加样式*/
.xin{
	width: 1160px;
    height: 381px;
    margin: 0px auto;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    /*padding: 0 15px;*/
    /*border: 1px solid red; */
}
.xin-lm{
	width:1160px;
	height:50px;
	background-color:#268DD0; 
	/*border:1px solid blue;*/
}
.xin-lm ul li{
	width:290px;
	height:50px;
	float:left;
	line-height:50px;
	text-align:center;
	font-size:16px; 
	/*border:1px solid green;*/
}
.xin-lm ul li.hover a {
    color: #FFFF03;
    background-color:#1D68B3;
}
.xin-lm ul li a {
    text-decoration: none;
    display: block;
    color:#FFF;
}
.xin-kuan{
	width:1160px;
	height:300px;
	/*background-color:red; */
	/*border:1px solid blue;*/
}
.six-b2 {
    height: 320px;
   /* position: relative;*/
    /*top: 16px;*/
    /*border: 1px solid #E5E5E5;*/
    margin-top:16px; 
    border-top: none;
}
.zwgk-one{
	width:277px;
	height:297px;
	float:left;
	margin-left:16px; 
	/*border:1px solid red;*/
}
.zwgk-one-z{
	width:285px;
	height:297px;
	float:left;
	/*border:1px solid green;*/
}
.zwgk-one-z ul li{
	width:90px;
	height:96px;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	background-color:#EAEAEA;   
	/*border:1px solid blue;*/
}
.zwgk-one-z ul li:hover{
	background-color:#258DD0;   
}
.zwgk-two{
	width:491px;
	height:297px;
	float:left;
	margin-left:29px; 
	/*border:1px solid red;*/
}
.zwgk-two-top{
	width:489px;
	height:37px;
	float:left;
	margin-left:1px;  
	border-bottom:1px solid #ccc;
}
.zwdt-more{
	font-size:13px; 
	line-height:37px; 
	float:right;
	color:#258CCF;
}
.zwgk-two-yy{
	width:491px;
	height:260px;
	float:left;
}
.zwgk-two-yy ul li{
	width:491px;
	height:41.9px;
	float:left;
	line-height:43px;
	border-bottom: 1px dotted #9A9A9A;
	/*border:1px solid blue; */
}
.zwgk-three{
	width:298px;
	height:297px;
	float:right;
	margin-right:15px; 
	/*border:1px solid red;*/
}
.zwgk-three-top{
	width:298px;
	height:37px;
	float:right;
	border-bottom:1px solid #ccc;
}
.zwgk-three-b{
	width:298px;
	height:245px;
	float:left;
	margin-top:10px; 
	/*border:1px solid blue;*/
}
.zwgk-three-b-z{
	width:318px;
	height:250px;
	float:left;
	/*border:1px solid blue;*/
}
.zwgk-three-b-z ul li{
	width:88px;
	height:114px;
	float:left;
	margin-right:14px;
	margin-bottom:13px;
	background: #EAEAEA;
	border:1px solid #EAEAEA;
}
.zxbs-one{
	width:370px;
	height:280px;
	float:left;
	margin-left:16px;
	background-color:#F6F6F6;  
	/*border:1px solid red;*/
} 
.zxbs-one-top{
	width:370px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	background-color:#4CA8E7;   
	/*border:1px solid red;*/
}
.zxbs-one-bottom{
	width:280px;
	height:240px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.zxbs-one-bottom-z{
	width:320px;
	height:240px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.zxbs-one-bottom-z ul li{
	width:95px;
	height:40px;
	line-height:40px; 
	float:left;
	margin-right:10px; 
}
.zxbs-one-bottom-z ul li a{
	color:#999999;
}
.zxbs-two{
	width:477px;
	height:280px;
	float:left;
	margin-left:14px;
	background-color:#F6F6F6;  
	/*border:1px solid red;*/
}
.zxbs-two-top{
	width:477px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	background-color:#4CA8E7;   
	/*border:1px solid red;*/
}
.zxbs-two-bottom{
	width:390px;
	height:240px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.zxbs-two-bottom-z{
	width:420px;
	height:240px;
	margin:0px auto;
	/*border:1px solid blue;*/
}
.zxbs-two-bottom-z ul li{
	width:95px;
	height:40px;
	line-height:40px; 
	float:left;
	/*margin-right:10px; */
}
.zxbs-two-bottom-z ul li a{
	color:#999999;
}
.zxbs-three{
	width:257px;
	height:280px;
	float:right;
	margin-right:13px; 
	/*border:1px solid red;*/
}
.zxbs-three-top{
	width:257px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#FFF;
	background-color:#4CA8E7;   
	/*border:1px solid red;*/
}
.zxbs-three-bottom{
	width:257px;
	height:240px;
	/*border:1px solid blue;*/
}
.zxbs-three-bottom-z{
	width:280px;
	height:240px;
	/*border:1px solid blue;*/
}
.zxbs-three-bottom-z ul li{
	width:77px;
	height:80px;
	float:left;
	margin-right:12px;
	margin-top:10px;
	background-color:#F6F6F6;   
	/*border:1px solid red;*/
}
.zwdt-one{
	width:343px;
	height:275px;
	float:left;
	margin-left:14px; 
	/*border:1px solid red;*/
}
.zwdt-one-top{
	width:343px;
	height:35px;
	float:left;
	/*border:1px solid red;*/
}
.zwdt-one-bottom{
	width:343px;
	height:240px;
	float:left;
	/*border:1px solid blue;*/
}

/*选项卡轮播图*/
.bannerx{
	width:343px;
	float:left;
	height:240px;
	position: relative;
	/*border:1px solid green;*/

}
.bannerx a{
	color: #FFFFFF;
	text-decoration: none;
}
.bannerx a:hover{
	color: #FFFD00;
}
.bannerx .x1{
	width:100%;
	height:240px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.bannerx .img,.bannerx .img img {
	width:100%;
	height: 240px;
}
.bannerx .tit{
	background: #268DD0;
	height: 25px;
	line-height: 25px;

	text-align: center;
	font-size: 16px;
}
.bannerx .x2{
	width:100%;
	height:27px;
	clear:both;
	position:absolute;z-index:100;left:0px;bottom: 25px;
}
.bannerx .x2 ul{
	display:table;
	margin:0 auto;
}
.bannerx .x2 li{
	width:9px;
	height:9px;
	overflow:hidden;
	cursor:pointer;
	background-color:#F5F5F5;
	float:left;
	margin:0 3px;
	display:inline;
}
.bannerx .x2 li.nuw{
	background-color: #F3FF00;
}
.zwdt-two{
	width:410px;
	height:275px;
	float:left;
	margin-left:34px; 
	/*border:1px solid red;*/
}
.zwdt-two-top{
	width:409px;
	height:35px;
	float:left;
	margin-left:1px;  
	border-bottom:1px solid #ccc;
}
.zwdt-more{
	font-size:13px; 
	line-height:35px; 
	float:right;
	color:#258CCF;
}
.zwdt-two-yy{
	width:410px;
	height:240px;
	float:left;
}
.zwdt-two-yy ul li{
	width:410px;
	height:41.9px;
	float:left;
	line-height:43px;
	border-bottom: 1px dotted #9A9A9A;
	/*border:1px solid blue; */
}
.zwdt-three{
	width:308px;
	height:275px;
	float:right;
	margin-right:17px; 
	/*border:1px solid red;*/
}
.zwdt-three-top{
	width:307px;
	height:35px;
	float:left;
	margin-left:1px;  
	border-bottom:1px solid #ccc;
}
.zwdt-three-yy{
	width:308px;
	height:240px;
	float:left;
}
.zwdt-three-yy ul li{
	width:308px;
	height:41.9px;
	float:left;
	line-height:43px;
	border-bottom: 1px dotted #9A9A9A;
	/*border:1px solid blue; */
}
.x1-bt{
    width: 343px;
    height: 36px;
    position: absolute;
    bottom: 0px;
    line-height: 36px;
    font-size: 16px;
    color: #FFF;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background-color: #000;
    /* border: 1px solid red; */
}
.six-b-a2{
	width: 445px;
    padding-left: 14px;
    float: left;
}
.six-b-b2{
	width: 460px;
    padding-left: 14px;
    float: left;
}
.six-b-c2{
	width: 196px;
    padding-left: 14px;
    float: left;
}
.slsm{
	padding: 10px 10px 0;
}

.height-auto {
	height: auto;
}
.width-100 {
	width: 100%;
}
.gzfw-jd,.gzfw-gz{
	width: 395px;
}
.gzfw-jd-wz {
	height: 204px;
	margin:15px 0;
}
.gzfw-jd-wz ul li{
	width: 375px;
	float: none;
	margin: 0;
	padding: 0 15px;
}
.bkd{
	width:4px;height:18px;background-color:#FFF;margin-top:12px;margin-left:10px;float:left;
}
.bkd2{
	width:4px;height:18px;background-color:#FFF;margin-left:20px;float:left;
}

.mcwz{
	float:left;line-height:40px;margin-left:15px;color:#FFF;font-size:18px;
}
.ttb-img{
	width:22px;
	height:18px;
	margin-left:35px;
	margin-top:3px;  
	float:left;
}
.ttb-img2{
	width:22px;
	height:18px;
	margin-left:20px;
	margin-top:3px;  
	float:left;
}
.sysy{
	color:#FFFD00;
	background: url("imagesnav-k.jpg");
    background-size: 100% 100%;
    /*border:1px solid red;*/
}
/*友情链接*/
.website_link{
	width:1190px;
	height:50px;
	margin:0px auto;
	margin-top:15px; 
	border:1px solid #e2e2e2;
}
.website_link_wz{
	width:140px;
	height:35px;
	text-align:center; 
	line-height:35px; 
	float:left;
	margin-left:12px;
	margin-top:7px;
	font-size:15px;
	color:#FFF; 
	background-color:#1f8fdf;   
	/*border:1px solid red;*/
}
.website_link_fr{
	width:auto;
	height:25px;
	margin-top:12px; 
	float:left;
	/*border:1px solid red;*/
}
.select_input{
	width:235px;
	height:25px;
	float:left;
	margin-left:19.5px;  
	/*border:1px solid red;*/
}
.table_gx{
	width:880px;
	height:auto;
	border:1px solid #E8E8E8;
	color:#4D444C;
	border-collapse:collapse;	
}
.table_gx th{
	height:40px;
}
.table_gx tr{
	height:40px;
}
.td1{
	text-indent:12px;
	line-height:40px;  
}
.td1 a{
	color:#1b8adb;
}
.td2{
	text-align:center;
	line-height:40px; 
}
.gx_one{
	width:1145px;
	height:360px;
	margin:20px auto;
	/*border:1px solid red;*/
}
.gx_one_img{
	width:668px;
	height:360px;
	float:left; 
	/*border:1px solid red;*/
}
.gx_one_img img{
	width:100%;
	height:100%;
}
.gx_one_cate{
	width:462px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#FFF;
	text-indent:15px;   
	float:right;
	background: url("imagesgx_one_cate.png");
    background-size: 100% 100%;
	/*border:1px solid red;*/
}
.gx_one_desc{
	width:462px;
	height:auto;
	line-height:26px; 
	float:right;
	padding-top:12px; 
	/*border:1px solid red;*/
}
.gx_gx_more{
	width:39px;
	height:11px;
	line-height: 15px;
    font-size: 12px;
    color: #0d88e3;
    padding-left:15px;
    /*border:1px solid red;*/
}
.gx_gx_more a{
    color: #0d88e3;
}
.gx_two{
	width:1145px;
	height:515px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.gx_two_cart{
	width:100%;
	height:29px;
	line-height:29px; 
	font-size:28px;
	text-indent:15px;
	color:#1a88d9;
	margin-bottom:25px;   
	background: url("imagesgx_gx_cate.png");
    background-size: 100% 100%;
	/*border:1px solid red;*/
}
.gx_two_con{
	width:100%;
	height:460px;
	/*border:1px solid blue;*/
}
.gx_two_fl{
	width:530px;
	height:460px;
	float:left; 
	/*border:1px solid red;*/
}
.gx_two_img_k{
	width:530px;
	height:272px;
	float:left; 
	background-color:#ecf1ea; 
	/*border:1px solid red;*/
}
.gx_two_img{
	width:519px;
	height:260px;
	margin:5px auto;
	position:relative;  
	/*border:1px solid red;*/
}
.gx_two_img img{
	width:100%;
	height:100%;
	position:relative;
}
.gx_two_wz{
	width:519px;
	height:40px;
	line-height:40px;
	position:relative;
	bottom:45px;
	left:4px;
	color:#FFF;
	text-indent:12px; 
	background: rgba(0,0,0,0.7);   
	/*border:1px solid red;*/
}
.gx_two_title{
	width:100%;
	height:20px;
	float:left; 
	margin-top:25px; 
	line-height:20px; 
	/*border:1px solid red;*/
}
.gx_two_desc{
	width:100%;
	height:auto;
	line-height:25px; 
	/*border:1px solid red;*/
}
.gx_two_fr{
	width:594px;
	height:460px;
	float:right; 
	/*border:1px solid red;*/
}
.gx_two_fr_w{
	width:620px;
	height:460px;
	float:left; 
	/*border:1px solid red;*/
}
.gx_two_fr ul li{
	width:187px;
	height:220px;
	float:left;
	margin-right:16px;
	margin-bottom:10px;  
	/*border:1px solid red;*/
}
.gx_two_img2{
	width:187px;
	height:180px;
	/*border:1px solid red;*/
}
.gx_two_title2{
	width:187px;
	height:40px;
	text-align:center;
	line-height:40px; 
	/*border:1px solid red;*/
}
.gx_three{
	width:1145px;
	height:auto;
	margin:0px auto;
	/*border:1px solid red;*/
}
.y_9{
	width:9px;
	height:9px;
	float:left;
	margin-left:2px;
	margin-right:5px;  
	margin-top:12px;  
	border-radius:50%;
	background-color:#c7c7cf;  
	/*border:1px solid red;*/
}
.gx_icon_50{
	width:3px;
	height:50px;
	float:left;
	background: url("imagesgx.png");
}
.gx_news_k_more{
	font-size:14px; 
	color:#1a88d9;
	margin-left:5px;
}
.gx_news_k_more a{ 
	color:#1a88d9;
}

/*新增加样式10-24*/
.gx-list{
	width:880px;
	height:auto;
	float:right;
	padding-top:10px; 
	padding-bottom:20px;  
	/*border:1px solid red;*/
}
.gx-list-w{
	width:945px;
	height:auto;
	float:left; 
	/*border:1px solid red;*/
}
.gx-list ul li{
	width:185px;
	height:35px;
	line-height:35px;
	float:left;
	margin-right:50px;
	font-size:14px;    
	border-bottom: 1px dashed #dcdcdc;
}
.gx-list ul li a{
	color:#1a88d9;
}
/*10-27添加*/
.banners_k{
	width:417px;
	height:267px;
	float:left;
	margin-left:15px;  
	border:1px solid #e0e0e0;
}
.three-z-fl-t-2{
	height:48px;
	background-color:#268DD0; 
	background: url("imagesgx_gk_10-27_03.png");
	/*background-size:100% 100%; */
	border:1px solid #aeccf0;
}
.gx_gb{
	width:112px;
	height:36px;
	float:left; 
	background: url("imagesgx_gb.png"); 
	border-bottom:1px solid #1a88d9;
}
.gx_xj{
	width:112px;
	height:36px;
	float:left; 
	background: url("imagesgx_xj.png"); 
	border-bottom:1px solid #1a88d9;
}
.tpls-fl{
	width:41px;
	height:210px;
	float:left;
	text-indent:center; 
	line-height:25px;
	font-size:18px; 
	color:#FFF;
	background-color:#1f8fdf;  
	border:1px solid #1f8fdf;
}
.tpls-fl span{
	width:41px;
	display:block;
	text-align:center;  
	padding-top:55px; 
}
.gx_h5{
	width:1190px;
	height:2px;
	margin:0px auto;
	margin-top:45px; 
	border-top:2px solid #2980b9;
	border-bottom:1px solid #2980b9;
}

/*11.23增加*/
.a_news_fr{
	width:640px;
	height:307px;
	float:right;
	margin-right:20px; 
	/*border:1px solid red;*/
}
.a_news_fr_one{
	width:100%;
	height:30px;
	margin-top:45px; 
	/*border:1px solid red;*/
}
.a_news_icon{
	width:56px;
	height:22px;
	line-height:22px;
	font-size:14px;
	color:#FFF;
	text-indent:10px;
	float:left; 
	margin-left:10px;
	margin-top:4px;   
	background: url("imagesa_news_icon.png");
	/*border:1px solid red;*/
}
.a_news_title{
	width:530px;
	height:30px;
	line-height:30px; 
	float:right;
	color:#333333;
	font-size:26px;
	overflow:hidden;  
	/*border:1px solid red;*/
}
.a_news_two{
	width:100%;
	height:75px;
	line-height:25px;
	font-size:16px;  
	color:#666666;
	margin:6px auto;
	/*border:1px solid red;*/
}
.ckxq{
	font-size:12px;
	color:#1a7ccb; 
}
.a_news_three{
	width:100%;
	height:150px;
	padding-top:5px; 
	border-top: 1px dashed #dddddd;
	/*border:1px solid blue;*/
}
.a_news_three_w{
	/*width:120%;*/
	height:150px;
	/*border:1px solid blue;*/
}
.a_news_three ul li{
	width:100%;
    height: 33px;
    float:left;
    margin-right:16px;  
    background: url("imagest_icon.png")0px 12px no-repeat;
    /* border-bottom: 1px solid #eeeeee; */
}
.a_news_title2{
	width:85%;
	height:100%;
	line-height:33px;
	font-size:14px;
	color:#666666; 
	float:left; 
	text-indent:12px; 
	/*border:1px solid red;*/
}
.a_news_time{
	width:70px;
	height:25px;
	line-height:26px; 
	float:right; 
	font-size:12px;
	color:#666666; 
	/*border:1px solid red;*/
}
.a_gk_fl{
	width:160px;
	height:100%;
	float:left;  
	background: url("imagesa_gk_icon.png")no-repeat;
	background-size:100% 100%; 
	/*border:1px solid red;*/
}
.a_gk_fl_title{
	height:20px;
	line-height:20px;
	margin-top:60px;  
	text-align:center;
	color:#FFF;
}
.a_gk_fr{
	width:978px;
	height:100%;
	float:right;
	/*border:1px solid red;*/
}
.a_gk_fr ul li{
	width:160px;
	height:30px;
	line-height:30px; 
	float:left;
	text-indent:32px;
	margin-left:28px;
	margin-top:10px;
	background: url("imagesred_icon.png")10px 10px no-repeat; 
	background-color:#FFF; 
	border:1px solid #efefef;
}
.a_other{
	width:1150px;
	height:430px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.a_other_one{
	width:333px;
	height:100%;
	float:left; 
	/*border:1px solid red;*/
}
.a_other_one2{
	width:333px;
	height:100%;
	float:right; 
	/*border:1px solid red;*/
}
.a_other_one_img{
	width:333px;
	height:220px;
	float:left;
	margin-top:3px;  
	/*border:1px solid red;*/
}
.a_other_one_img img{
	width:100%;
	height:100%;
}
.a_other_one_lanmu{
	width:100px;
	height:22px;
	line-height:22px;
	text-align:center;
	float:left;
	color:#FFF;
	margin-top:20px;
	margin-bottom:10px;     
	background:url("imagesfj_icon.png")no-repeat;
	/*border:1px solid red;*/
}
.a_other_title{
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	color:#06599b;  
	/*border:1px solid red;*/
}
.a_other_title2{
	width:75%;
	height:25px;
	line-height:25px;
	float:left;
	text-indent:10px;
	color:#666666;
	background: url("images3_5_icon.png")0px 10px no-repeat;  
	/*border:1px solid red;*/
}
.a_other_xx{
	width:1px;
	height:430px;
	float:left;
	margin-left:35px;
	margin-right:35px;   
	border-left:1px solid #dddddd;
}
.a_advert{
	width:1147px;
	height:92px;
	margin:30px auto;
	border:1px dashed #e69460;
	/*border:1px solid red;*/
}
.a_advert_n{
	width:1145px;
	height:90px;
	margin:0px auto;
	padding-top:1px; 
	/*border:1px solid red;*/
}
.a_advert_n img{
	width:100%;
	height:100%;
}
.a_k{
	height:20px;
	line-height:20px; 
	text-align:center; 
	margin-top:10px;
	color:#333333; 
}
.national{
	width:81px;
	height:89px;
	position: absolute;
    left: 130px;
    top: 112px;
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
     /*border: 1px solid red; */
}
.national img{
	width:100%;
	height:100%;
}
.banner_226{
	width:100%;
	height:226px;
	position: absolute;
	z-index: -1;
    left: 0;
	/*border:1px solid red;*/
}
.banner_226 .d1_226{
	width:100%;
	height:226px;
	display:block;
	position:absolute;left:0px;top:0px;
	/*border:1px solid blue;*/
}
.xz_five{
	width:1170px;
	height:150px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.gx_h5_xz{
	width:1170px;
	height:2px;
	margin:0px auto;
	border-top:2px solid #2980b9;
	border-bottom:1px solid #2980b9;
}
.red_fl{
	float:left; 
}
.red_d{
	font-size:30px;
	line-height:55px; 
	float:left;  
}
.two_two_w{
	width:100%;
	margin:0px auto;
	/*border:1px solid red;*/
}
.two_two{
	width: 1190px;
   	background-color:#FFF; 
    /* display: table; */
    margin: 0px auto;
    background: linear-gradient(#fff, #f3f3f3);
    /*background: rgba(255,255,255,0.5);*/
     /*border: 1px solid red; */
}
.buttom_xz{
	width:100%;
	height:160px;
	background-color:#4B8CC4; 
	 
	background: url("imagesH-160.png") no-repeat center;
	/*background-size:100% 100%;*/
	/*border:1px solid red;*/
}
.buttom-z_xz{
	width:1420px;
	margin:0px auto;
	/*border:1px solid red;*/
}
.zxg_time{
	float:right;
	color:#666666;  
}
.zxg_time2{
	color:#666666;
	line-height:25px; 
	float:right; 
}
.xgx_fl{
	height:100%;
	float:left;
	/*border:1px solid red; */
}
.xgx_fr{
	height:100%;
	float:right;
	font-size:12px;
	color:#979797;
	line-height:40px;  
	/*border:1px solid red; */
}
.zjls-fr-top-bt_xg{
	height:37px;
	float:left;
	line-height:37px;
	padding-left:13px;
	padding-right:125px;   
	font-size:18px;
	color:#FFF;
	background: url("imageswzk.png");
	background-size:100% 100%;   
	overflow:hidden; 
	/*border:1px solid red;*/
}
.zjls-fr-top_15{
	width:1140px;
	height: 37px;
	margin:0px auto; 
    /* background-color: #268DD0; */
    /* background: url("imagesgx_icon_875.png"); */
    background-size: 100% 100%;
    /* border: 1px solid red; */
    border-bottom: 3px solid #3094c3;
}