@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:"Microsoft YaHei";
	font-size:14px;
}
*{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
img{
	vertical-align: middle;
}
ol {
	margin-bottom:0;
	padding:0;
}
li{
	padding:0;
	margin:0;
}
a:hover{
	text-decoration:inherit;
}
table ,tr ,th ,td{
	border:inherit;
}
input{
	border:0;
}
/*顶部*/
.zgky-header{
	width:100%;
	height:70px;
	background:#045592;
}
.zgky-header .header-box{
	width:1170px;
	height:70px;
	margin:0 auto;
}
.zgky-header-title{
	float:left;
	line-height:70px;
}
.zgky-header-ul{
	float:right;
	line-height: 70px;
	margin-bottom: 0;
}
.zgky-header-ul li {
	float:right;
	padding-right:20px;
	display:block;
}
.zgky-header-ul li a{
	color:#fff;
	text-decoration:none;
}
/*menu*/
.zgky-menu{
	width:100%;
	height:45px;
	background:#045592;
	color:#fff;
}
.zgky-menu-box{
	width:1170px;
	line-height:45px;
	margin:0 auto;
}
.zgky-menu-box a li{
	float:left;
	padding:0 25px;
	color:#fff;
	font-size:16px;
}
.zgky-menu-box a li.click{
	border-bottom:2px solid #fff;
	height: 40px;
}

.zgky-tip{
	background: #d9534f;
	border-radius: 8px;
	padding: 0 8px;
	margin: 0 10px;
	color:#fff;
}

.banner-search{
	width:720px;
	height:60px;
	background:rgba(255, 255, 255, 0.3);
	margin: 0 auto;
	margin-bottom:30px;
	border:2px solid #fff;
}
.search-place{
	width: 80%;
    float: left;
    padding-left: 20px;
    background: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
	font-weight: bold;

}
.search-btn{
	float: right;
	padding-right: 20px;
	line-height: 60px;
	padding-top: 15px;
}
.menu-search{
	height: 30px;
	float: left;
	font-size: 12px;
	color: #333;
	background: #fff;
	width: 170px;
	margin-top: 6px;
}
.menu-btn{
	height: 30px;
	float: left;
	font-size: 12px;
	width: 40px;
	background:#fff url("../images/search-btn.png") no-repeat center;
	margin-top: 6px;
}
.banner{
	width:100%;
	height: 450px;
	background: url("../images/banner.jpg") no-repeat center;
	background-size: 100% 450px; 
}
.banner-tab{
	width: 1170px;
	margin: 0 auto;
	padding-top: 210px;
}

.banner-tab li{
	width:33.3%;
	float: left;
	height: 130px;
}
.tab-bg1{
	background:#045592 url("../images/jg.png") no-repeat right bottom;
	
}
.tab-bg2{
	background:#2075b4 url("../images/dw.png") no-repeat right bottom;
	
}
.tab-bg3{
	background:#2c92dd url("../images/xs.png") no-repeat right bottom;
	
}
.banner-tab li p{
	font-size:26px;
	color:#fff;
	padding: 20px 0px 8px 30px;
	
}
.banner-tab li a {
	width:120px;
	height: 34px;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 34px;
	margin-left: 30px;
}
.banner-tab li a:hover{
	background:#fff;
	color:#045592;
	transition:width 1s, height 1s, background 1s, transform 1s; 
    -moz-transition:width 1s, height 1s, background 1s, -moz-transform 1s; 
    -webkit-transition:width 1s, height 1s, background 1s, -webkit-transform 1s; 
    -o-transition:width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
	text-decoration: none;
}
/*热门服务*/
.wrap-box{
	width:1170px;
	overflow: hidden;
	margin: 20px auto;
}
.hot-title{
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 35px;
	margin-bottom: 20px;

}
.index-hot-box{
	width:100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.ngzy-service-nav a{
	width:280px;
	margin: 15px 5px 0px 5px;
	float: left;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	height: 250px;
	position: relative;
	color:#333;
}
.img-bg{
	width:110px;
	height: 110px;
	background: #fff;
	border-radius: 90px;
	margin: 20px auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.ngzy-service-nav-img{
	height: 70px;
	line-height: 110px;
	vertical-align: middle;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 20px;

}
h2.ngzy-service-nav-title{
	width: 90%;
	margin: 0 auto;
	/*color: #333;*/
	font-size: 18px;
	text-align: center;
}

.ngzy-collect-heart{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #999;
}
.ngzy-collect-heart-yes{
	position: absolute;
	right: 20px;
	top: 20px;
	color: #d9534f;
}
.ngzy-service-nav-tag{
	width:100%;
	height: 36px;
	text-align:center;
	font-size: 14px;
	/*color:#666;*/
	display: block;
	margin: 15px 0 10px 0;
}
.ngzy-service-nav a:hover{
	
	background: #045592;
	color:#fff;
	transition:width 1s, height 1s, background 1s, transform 1s; 
    -moz-transition:width 1s, height 1s, background 1s, -moz-transform 1s; 
    -webkit-transition:width 1s, height 1s, background 1s, -webkit-transform 1s; 
    -o-transition:width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
	text-decoration: none;
	
}

.ngzy-service-nav:hover .ngzy-service-nav-tag:hover{
	color:#fff;
}



/*新热门专题*/
.new-rmzt{
	width: 560px;
	float: left;
	height: 470px;
}
.index-h2{
	font-size:34px;
	color:#04518c;
	text-align: left;
	line-height: 60px;
	font-weight:500;
	
}
.new-rmzt-ul{
	width: 572px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	background: #fff;
	height: 320px;
	margin-left: 8px;
	margin-top: 30px;
}
.new-rmzt-ul li a{
	display:block;
	width: 90%;
	margin: 0 auto;
	height: 90px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.new-rmzt-ul li a p{
	background:url("../images/list.png") no-repeat left 30px;
	font-size: 18px;
	color:#333;
	margin: 0;
	line-height: 40px;
	padding-top: 14px;
	padding-left: 20px;
}
.new-rmzt-ul li a span{
	
	font-size: 14px;
	color:#666;
	line-height: 30px;
	padding-left: 20px;
}
.zt-more{
	font-size:16px;
	color: #045592;
	text-align: left;
	padding-left: 40px;
	line-height: 46px;
}
.new-fwfl{
	width: 560px;
	float: right;
	height: 470px;
}
.fwfl-nav{
	width: 140px;
	height: 140px;
	display: block;
	border-radius: 4px;
	margin-top: 20px;
	float: left;
	/*margin-right: 5px;*/
	color:#04518c
}
.fwfl-nav dl dt{
	font-size: 36px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	width: 60px;
	margin: 20px auto;
	margin-bottom: 10px;
}
.fwfl-nav dl dt img{
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	padding-top: 10px;
}
.fwfl-nav dl dd{
	font-size:18px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.fwfl-nav:hover{
	color:#fff;
	background: #04518c;
	transition:width 1s, height 1s, background 1s, transform 1s; 
    -moz-transition:width 1s, height 1s, background 1s, -moz-transform 1s; 
    -webkit-transition:width 1s, height 1s, background 1s, -webkit-transform 1s; 
    -o-transition:width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
}
.fwfl-nav:hover dl dt{
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	margin:20px auto;
	margin-bottom: 10px;
}
/*公告*/
.talk-bar{
	width:100%;
	height:40px;
	background:#f3f3f3;
}
.talk-bar p{
	font-size:14px;
	color:#666;
	width:1170px;
	margin:0 auto;
	line-height:40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*服务对象*/
.student-box{
	width:1170px;
	min-height:180px;
	margin:30px auto;
	margin-bottom:10px;
}
/*student_menu*/
.student_menu{
	width:1170px;
	min-height:180px;
	margin:0 auto;
	overflow:auto;
	/*background:#fff;	*/
	margin-bottom:20px;
	overflow: hidden;
}
/*tab*/
.student_menu .student-tab{
	height:48px;
	border-bottom:2px solid #ddd;
	cursor:pointer;
}
.student_menu .student-tab ul { 
	zoom: 1; 
	clear: both; 
} 

.student_menu .student-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.student_menu .student-tab ul li { 
	text-align: center;
	height:46px; 
	line-height: 46px; 
	width: 180px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-size:18px;
	font-family:"微软雅黑";
	background:#e7e7e7;
	border-radius:4px 4px 0 0;
	margin-right:5px;
} 
.zgky-more{
	float:right;
	padding-top:20px;
}
.student_menu .student-tab ul li.on { 
	background:#045592;
	color: #fff; 
} 
/*tabList*/
.student_menu .student-tabList {  
	height: auto;
	overflow: hidden;
} 
.student_menu .student-tabList .one {   
	display: none; 
	clear:both; 
}
.student_menu .student-tabList .block { 
	display: block; 
} 
.student_menu .student-tabList .flow-ul {   
	width:100%;

}
.student_menu .student-tabList .flow-ul li a{
	width:146px;
	height:100px;
	float:left;
	cursor:pointer;
	margin-top:10px;
}
.student_menu .student-tabList .flow-ul li a:hover{
	width:146px;
	height:90px;
	float:left;
	cursor:pointer;
	box-shadow:4px 4px 6px rgba(0, 0, 0, 0.02);
}
.student_menu .student-tabList .flow-ul li a dl{
	width:86%;
	margin:0 auto;
	text-align:center;
}
.student_menu .student-tabList .flow-ul li a dl dt{
	padding:10px 0;
}
.student_menu .student-tabList .flow-ul li a dl dd{
	line-height:20px;
	font-size:16px;
	color:#333;
	padding-top:4px;
}

/*热门专题*/
.rmzt-box{
	width:1170px;
	margin:0px auto;
	margin-bottom:20px
}
.rmzt-title{
	height:65px;
	border-bottom:2px solid #ddd;
}
.rmzt-title h2{
	font-size:20px;
	color:#045592;
	padding:0;
	margin:0;
	width:100px;
	text-align:center;
	float:left;
	font-weight:bold;
	line-height:61px;
	border-bottom:4px solid #045592;
}
.rmzt-ul{
	width:1170px;
	margin:30px auto;
	overflow: hidden;
}
.rmzt-ul li a{
	width:270px;
	float:left;
	margin:0 11px;
	height:260px;
	display:block;
	cursor:pointer;
	margin-bottom:30px;
}

.rmzt-img{
	width:270px;
	height:140px;
}
.rmzt-text{
	font-size:18px;
	font-weight:bold;
	color:#333;
	text-align:center;
	padding-top:20px;
	height:120px;
	background:#f6f6f6;
}
.rmzt-text p{
	width:190px;
	margin:0 auto;
	font-size:12px;
	color:#666;
	line-height:24px;
	font-weight:normal;
	padding-top:8px;
}
.rmzt-text:hover{
	color:#fff;
	background:#045592;
}
.rmzt-text:hover p{
	color:#fff;
}
/*data*/
.data-bg{
	width:100%;
	height:265px;
	background:#123566 url(../images/data-bg.jpg) no-repeat center;
}
.data-title{
	width:1170px;
	margin:0 auto;
}
.data-title img{
	padding-top:60px;
}
.data-nav{
	width:1170px;
	margin:0 auto;
	margin-top:40px;
}
.data-nav li{
	width:300px;
	float:left;
	margin-right:20px;
}
.data-nav li .data-left{
	float:left;
	margin-right:14px;
	color:#fff;
	font-size:46px;
	height:80px;
	border-bottom:2px solid #fcbb07;
}
.data-nav li .data-right{
	float:left;
	color:#fff;
	font-size:16px;
}
.data-nav li .data-right p{

}
/*服务分类*/
.fwfl-box{
	width:360px;
	margin:30px 15px;
	height:315px;
	border:1px solid #ddd;
	float:left;
}
.fwfl-title{
	height:45px;
	background:#045592;
	width:358px;
	margin-bottom:10px;
}
.fwfl-title h2{
	line-height:43px;
	float:left;
	font-size:16px;
	color:#fff;
	padding:0;
	margin:0;
	margin-left:20px;
	float:left;
	border-bottom:2px solid #fcbb07;
}
.fwfl-more{
	float:right;
	padding:10px 10px 0 0;
}
.fwfl-ul li a{
	width:46%;
	margin-right:4%;
	line-height:48px;
	display:block;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;
	color:#333;
	padding-left:20px;
}
/*footer*/
.zgky-footer{
	width:100%;
	height:218px;
	background:#045592;
}
.footer-box{
	width:1170px;
	margin:0px auto;
	padding-top:40px;
}
.footer-left{
	width:435px;
	float:left;
}
.footer-left h3{
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.footer-left ul li a{
	width:33%;
	float:left;
	line-height:48px;
	display:block;
	font-size:14px;
	color:#fff;
}
.footer-center{
	width:345px;
	float:left;
	text-align:center;
}
.footer-right{
	width:370px;
	float:left;
}
.footer-right ul li a{
	width:50%;
	float:left;
	line-height:48px;
	display:block;
	font-size:14px;
	color:#fff;
}
.footer-bottom{
	width:100%;
	height:36px;
	background:#002147;
	text-align:center;
}
/*浮窗*/

.cf_wdsx1 {
    width: 46px;
    height: 234px;
    /* background: url(../images/cfbg.png) no-repeat; */
    position: fixed;
    z-index: 1000;
    /* left: 50%; */
    /* margin-left: 600px; */
    bottom: 90px;
    display: none;
    right: 30px;
}
.cf_xian {
	width: 36px;
	height: 7px;
	background: url(../images/cfbg2.png) no-repeat center center;
}
.cf_wdsx1 .cf_cion1 {
	width: 46px;
	height: 53px;
	text-align: center;
	line-height: 18px;
	position: relative;
}

.cf_cion1 .cf_conter1,.cf_cion2 .cf_ss,.cf_cion3 .cf_scj , .cf_cion4 .cf_scj{
	display: none;
}

.cf_cion1.hover .cf_conter1,.cf_cion2.hover .cf_ss,.cf_cion3.hover .cf_scj , .cf_cion4.hover .cf_scj{
	display: block;
}

.cf_wdsx1 .cf_cion1 a {
	width: 46px;
	height: 53px;
	color: #f4f4f4;
	padding-top:0px;
	display: block;
	background:#3e424c url(../images/cfbg4.png) no-repeat center center;
	border-radius:2px 2px 0 0;
}
.cf_wdsx1 .cf_cion1 a:hover {
	width: 46px;
	height: 53px;
	padding-top: 0px;
	display: block;
	background:#1ab083 url(../images/cfbg4.png) no-repeat center center;
}

.cf_wdsx1 .cf_cion2 {
	width: 46px;
	height: 53px;
	text-align: center;
	line-height: 18px;
	position: relative;
	background:#3e424c;
	border-radius:0 0 2px 2px;
}
.cf_wdsx1 .cf_cion2:hover {
	width: 46px;
	height: 53px;
	background:#1ab083 url(../images/cfbg3.png) no-repeat;
}
.cf_wdsx1 .cf_cion2 a {
	width: 46px;
	height: 53px;
	color: #fff;
	display: block;
	background:#3e424c url(../images/cfnav1.png) no-repeat center;
	border-radius:0 0 2px 2px;
}
.cf_wdsx1 .cf_cion2 a:hover {
	width: 46px;
	height: 53px;
	color: #fff;
	display: block;
	background: #1ab083 url(../images/cfnav1_1.png) no-repeat center;
}

.cf_wdsx1 .cf_cion3 {
	width: 36px;
	height: 33px;
	text-align: center;
	line-height: 18px;
	position: relative;
}
 .cf_wdsx1 .cf_cion3:hover {
	width: 36px;
	height: 33px;
	background: url(../images/cfbg3.png) no-repeat;
}
.cf_wdsx1 .cf_cion3 a {
	width: 36px;
	height: 33px;
	color: #f4f4f4;
	display: block;
	background: url(../images/cfnav2_1.png) no-repeat center center;
}
.cf_wdsx1 .cf_cion3 a:hover {
	width: 36px;
	height: 33px;
	color: #fff;
	display: block;
	background: url(../images/cfnav2_1.png) no-repeat center center;
}

.cf_wdsx1 .cf_cion4 {
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 18px;
	position: relative;
	margin-top:10px;
}
.cf_wdsx1 .cf_cion4:hover {
	width: 46px;
	height: 46px;
	background: url(../images/cfbg3.png) no-repeat;
}
.cf_wdsx1 .cf_cion4 a {
	width: 46px;
	height: 46px;
	color: #fff;
	display: block;
	background:#3e424c url(../images/cfnav3.png) no-repeat center center;
	border-radius:2px;
}
.cf_wdsx1 .cf_cion4 a:hover {
	width: 46px;
	height: 46px;
	color: #fff;
	display: block;
	background:#1ab083 url(../images/cfnav3_1.png) no-repeat center center;
}

.cf_wdsx1 .cf_ss {
	width: 56px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	background: #434750;
	color: #d8d8d8;
	position: absolute;
	left: -56px;
	top: 0px;
}
.cf_wdsx1 .cf_scj {
	width: 68px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #434750;
	color: #d8d8d8;
	position: absolute;
	left: -68px;
	top: 0px;
}
.cf_hdtb {
	width: 77px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #434750;
	color: #d8d8d8;
	position: absolute;
	left: -77px;
	top: 0px;
}
.cf_conter1 {
	width: 225px;
	min-height: 70px;
	background:url(../images/cfbg_bg.png) no-repeat right -2px;
	padding: 10px 0 10px 8px;
	position: absolute;
	left: -230px;
	top: -15px;
}
.cf_conter1 h2 {
	width: 180px;
	height: 30px;
	/*font-weight: normal;*/
	line-height: 25px;
	color: #171717;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 10px 0 0px 10px;
}
.cf_conter1 p{
	width: 180px;
	line-height:20px;
	color: #171717;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-left:10px;
}
.cf_conter1 ul {
	padding-left: 14px;
}
.cf_conter1 ul li {
	/**float: left;**/
	font-size:18px;
	color: #909191;
	list-style:none;
	width: 290px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0;
}
.cf_conter1 ul li a {
	width: 290px;
	height: 32px;
	display: block;
	background: none;
	color: #909191;
	padding:0px;
	text-align: left;
	vertical-align:middle;
	overflow: hidden;
	margin-left: -14px;
	margin-bottom: 0;
	
}

.cf_conter1 ul li a span{
	display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding: 10px;
    top: 50%;
    margin-top: -15px;
}
.cf_conter1 ul li a img{
	background: none;
	padding-left: 10px;
}

.cf_conter1 ul li a:hover {
	width: 290px;
	height: 32px;
	display: block;
	background: #e7e9e9;
	padding:0px;
	color: #909191;
	text-align: left;
	vertical-align:middle;
	overflow: hidden;
	margin-left: -14px;
	margin-bottom: 0;
}

/*-----------------------三张清单------------------------*/
.three-list-box{
	width:1170px;
	margin:0 auto;
	overflow:hidden;
}
.left-list{
	margin:10px 10px 10px 0;
	width:260px;
	float:left;
}
.left-list-bar{
	border:1px solid #ddd;
	background:#fff;

}
.bmdh{
	width:260px;
	text-align:center;
	line-height:50px;
	background:#045592;
	font-size:20px;
	font-weight:bold;
	color:#fff;
}
.left-list-bar li a{
	width:230px;
	height:50px;
	line-height:50px;
	padding:0px 15px 0px 15px;
	border-bottom:1px solid #ddd;
	display:block;
	overflow:hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
	color:#333;
	cursor:pointer;
	text-decoration:none;

}
.left-list-bar li a:hover{
	border-left:5px solid #045592;
	background:#fff;
	color:#045592;
	width:228px;
	height:50px;
	line-height:50px;
	padding:0px 15px 0px 10px;
}
.left-list-bar li a.left-click{
	border-left:5px solid #045592;
	background:#fff;
	color:#045592;
	width:228px;
	height:50px;
	line-height:50px;
	padding:0px 15px 0px 10px;
}
.right-list-box{
	margin-top:10px;
	width:880px;
	float:right;
	background:#fff;
}
.right-title{
	width:840px;
	margin:0 20px;
	border-bottom:1px solid #ddd;
	height:60px;
	line-height:60px;

}
.right-title .title-name{
	margin-left:10px;
	font-size:16px;
	color:#045592;
	/*border-bottom:2px solid #248c2c;*/
	padding:16px 10px;
	font-weight:bold;
}
.list-tab{
	width:840px;
	margin:0 20px;
	height:40px;
	/**border-bottom:1px solid #ddd;*/
	margin-top: 20px;
}
.list-tab li{
	float:left;
	line-height:34px;
	font-size:16px;
	color:#333;
	width:120px;
	text-align:center;
	cursor:pointer;
}
.list-tab li.on{
	background:#045592;
	color:#fff;
	
}
.list-text{
	width:840px;
	margin:20px;
	display:none;
}
.list-content .block{
	display:block;
}
.zrlist{
	border:1px solid #ddd;
	width:840px;
}
.zrlist tr th{
	line-height:34px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:normal;
	background:#fafafa;
}
.zrlist tr td{
	line-height:30px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:left;
	padding:8px;
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.splist{
	width:840px;
}
.splist tr th{
	line-height:34px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:normal;
	background:#045592;
	color:#fff;
}
.splist tr td{
	border-bottom:1px dashed #ddd;
	line-height:46px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:normal;
	background:#fafafa;
}
/*---------------------------------------------------------------------------服务中心--------------------------------------------------------------*/
.fwjs-bg{
	width:100%;
	background:url("../images/banner2.jpg") no-repeat center;
	background-size: 100% 100%;
	min-height: 400px;
}
.top-select{ 
	position: relative;
	width: 1170px;
	margin: 0px auto;
	padding: 30px 0;
}
.fwjs-search-text{
	margin-top:10px;
	width:300px;
	line-height:36px;
	border:1px solid #104580;
	padding-left:15px;
	margin-left: 30px;
	float:left;
}
.fwjs-search-btn{
	width:55px;
	height:38px;
	background:#104580;
	color:#fff;
	font-size:18px;
	border:0;
	margin-top:10px;
	float:left;
}
.service-center-search{ position:relative; background: rgba(255, 255, 255, 0.7)}
.grid{ background: rgba(255, 255, 255, 0.7)}
.select-bar{ font-size:16px;}
.select-bar a{ margin-bottom:10px; color:#333;display:inline-block; padding:0px 6px; line-height:30px; margin-right:10px; }
.select-bar a.slide-btn{ background:url(../images/select-bar-slide-down-icon.png) no-repeat; display:inline-block; width:35px; height:35px; position:absolute; top:7px; right:0px; cursor:pointer}
.select-bar a.active{ background:#f4826d; color:#fff; border-radius:3px;}
.select-bar a.rq{ color:#e72b11;}
.select-bar a.sj{}


.select-bar .item-list{ padding:10px 0px 0px 30px; border-bottom:1px #e7e7e7 solid; position:relative; min-height: 50px; overflow: hidden;}
.select-bar .item-list h5{ font-size:16px; display:inline-block;font-weight:normal; margin-right:10px; vertical-align:top; margin-top:5px; width: 80px; float: left}
.select-bar .item-list h5 .app-icon{ display:none}
.select-bar .item-list div.items{ display:inline-block;/* float: right;*/ width: 1030px;}
.select-bar .item-list div.slide-items{ display:none;}

.zgky-service-bg{
	background:#f9f9f6;
	/*overflow: hidden;*/
}
.zgky-service-nav-box{
	width:1170px;
	margin:0 auto;
	min-height:400px;
	overflow: hidden;
	margin-bottom: 30px;
}

.zm-nav{
	width:32px;
	height:32px;
	background:#104580;
	border-radius:8px;
	text-align:center;
	line-height:32px;
	color:#fff;
	margin-top:30px;
	clear: both;
}

.zgky-service-nav{
	width: 272px;
	height: 120px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 20px 20px 0 0;
	position: relative;
	float: left;
}
.zgky-service-nav:hover{
	box-shadow:0px 0px 18px rgba(0, 0, 0, 0.08);
}
.zgky-service-nav-img{
	width: 42px;
    position: absolute;
    left: 20px;
    bottom: 18px;
}

.zgky-service-nav-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding:0 15px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zgky-service-nav-tag{
	position: absolute;
	left: 95px;
	bottom: 40px;
	color: #666;
	font-size: 14px;
}
.zgky-service-nav-star{
	position: absolute;
	bottom: 10px;
	left: 95px;
}
.zgky-service-nav-star li{
	float:left;
	padding-right: 8px;
	color:#999;
}
li.star-click{
	color:#f5b639;
}
.hot-new{
	position: absolute;
	bottom: 0px;
	right: 0;
}
.collect-heart{
	position: absolute;
	right: 12px;
	top: 10px;
	color: #eee;
}
.heart-click{
	color:#d9534f;
}
/*------------------------------------service_guide-------------------------------------------------*/
#service_guide{
	width:1180px;
	margin:20px auto;
	background: #fff;
}
/*guide_title*/
.guide_title{
	height:170px;
	width: 1150px;
	margin: 0 auto;
	/*box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.55);*/
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}
.guide_title .guide_title_center{
	width:1180px;
	margin:0 auto;
}

.guide_title .guide_title_center p{
	line-height:60px;
	width: 100%;
	color:#333333;
	font-size:24px;
	text-align: center;
	padding-top: 20px;
}
.guide_title .guide_title_center .bt_1, .bt_2, .bt_3,.bt_4{
	width:110px;
	height:40px;
	border-radius:20px;
	float:left;
	margin-right:15px;
	color:#fff;
	font-size:18px;
	margin-top:5px;
	cursor:pointer;
}
.guide_title .guide_title_center .bt_1{
	background:#299fbd;
	margin-left: 470px;
}
.guide_title .guide_title_center .bt_2{
	background:#3eabe1;
}
.guide_title .guide_title_center .bt_3{
	background:#8db871;
}
.guide_title .guide_title_center .bt_4{
	background:#f5b11e;
}
/*guide_table*/
.guide_table{
	width:1140px;
	margin:0 auto;
	margin-top:20px;
	color:#333333;
	font-size:16px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	margin-bottom:50px;
}
.guide_table tr{
	
	text-align:center;
}
.guide_table td{
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:left;
	line-height:55px;
	padding-left:10px;
}
.guide_table td.td_bg{
	background:#f1f7ff;
	text-align:center;
	padding-left:0;
	color: #045592;
}
/*guide_menu*/
.guide_menu{
	width:1180px;
	min-height:250px;
	margin:0 auto;
	overflow:auto;
	background:#fff;	
	margin-bottom:20px;
}
/*tab*/
.guide_menu .tab{
	height:48px;
	border-bottom:2px solid #91b3d9;
	cursor:pointer;
}
.guide_menu .tab ul { 
	zoom: 1; 
	clear: both; 
} 

.guide_menu .tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.guide_menu .tab ul li { 
	text-align: center;
	height:46px; 
	line-height: 46px; 
	width: 150px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
} 
.guide_menu .tab ul li.on { 
	background:#045592;
	color: #fff; 
} 
/*tabList*/
.guide_menu .tabList {  
	height: auto;  
} 
.guide_menu .tabList .one {   
	display: none; 
	clear:both; 
}
/*news*/ 
.guide_menu .tabList .one .news{
	height:auto;
	width:100%;
}
.guide_menu .tabList .one .news li{
	color:#333333;
	line-height:40px;
	font-size:14px;
	padding-left:10px;
	border-bottom:1px dashed #999999;
}
.guide_menu .tabList .one .news li span{
	float:right;
	padding-right:10px;
	color:#666666;
}

.guide_menu .tabList .one .news .news_title:hover{
	color:#18840d;

}
.guide_menu .tabList .one .news_more{
	float:right;
	color:#666666;
	line-height:35px;
	padding-right:15px;
}
/*flow*/
.guide_menu .tabList .one .flow{
	height:auto;
}

.guide_menu .tabList .one .flow li{
	text-align:center;
}
/*data*/
.guide_menu .tabList .one .data{
	width:100%;
	line-height:35px;
	margin-top:20px;
}
.guide_menu .tabList .one .data td{
	line-height:45px;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
}

.guide_menu .tabList .one .data td.nm{
	text-align:center;
}
.guide_menu .tabList .block { 
	display: block; 
} 

/*------------------------------------------------------个人中心-------------------------------------------------*/
.personal-banner{
	width:100%;
	height:140px;
	background:url(../images/personal-banner.jpg) no-repeat center;
	background-size:cover;
}
.personal-user{
	width:1170px;
	margin:0 auto;
	position:relative;
}
.personal-user-img{
	width:90px;
	height:90px;
	border-radius:100%;
	border:3px solid #fff;
	position: absolute;
	top: 24px;
}
.personal-user-xm{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 120px;
	top: 40px;
}
.personal-user-bm{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 120px;
	top: 70px;
}
.personal-content{
	width:1170px;
	margin:30px auto;
	min-height:400px;
}
.todo-list{
	width:878px;
	background:#fff;
	float:left;
	position: relative;
}

.todo-menu{
	width:878px;
	min-height:700px;
	margin:0 auto;
	overflow:auto;
	background:#fff;	
	margin-bottom:20px;
}

.todo-menu .todo-tab{
	height:48px;
	border-bottom:2px solid #8db871;
	cursor:pointer;
}
.todo-menu .todo-tab ul { 
	zoom: 1; 
	clear: both;
	background: #104580; 
} 

.todo-menu .todo-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.todo-menu .todo-tab ul li { 
	text-align: center;
	height:55px; 
	line-height: 55px; 
	display: inline; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
	font-size:16px;
	color:#fff;
	margin: 0 10px;
	padding: 0 20px;
} 
.todo-menu .todo-tab ul li.active { 
	background: #fff;
	color: #248c2c;
	border-top: 3px solid #d9534f;
} 
.todo-search-text{
	position: absolute;
	top: 55px;
	right: 50px;
	width: 200px;
	height: 34px;
	padding-left:8px;
}
.todo-search-btn{
	width: 34px;
	height: 34px;
	position: absolute;
	top: 55px;
	right: 20px;
	background: #fff url(../images/todo-search.jpg) no-repeat center;
}

.todo-menu .todolist-box {  
	height: auto;  
} 

.todo-menu .todolist-box .zgky-todo-table {   
	display: none; 
	clear:both; 
}
.todo-menu .todolist-box .block { 
	display: block; 
}
.wdsw-title{
	font-size:18px;
	color:#104580;
	font-weight:bold;
	padding-bottom:20px;
	background: #f9f9f6;
}
/*待办理*/
.todo-list-box{
	width:96%;
	margin:25px auto;
}
.todo-table-thbg{
	height:60px;
	background:#fafafa;
	border-bottom:1px solid #ddd;
}
.todo-table-thbg th{
	font-size:15px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}

.todo-table-tdbg{
	height:48px;
	background:#fff;
	border-bottom:1px solid #ddd;
}
.todo-table-tdbg:hover{
	background:#fafafa;
}
.todo-table-tdbg td{
	font-size:14px;
	font-weight:normal;
	color:#333;
	padding-left:10px;
}
.zd-btn{
	line-height:24px;
	border:1px solid #999;
	border-radius:8px;
	padding:0 5px;
	color:#999;
	font-size:12px;
	display: block;
	text-align: center;
	width: 80px;
}
.zd-yes{
	color:#104580;
	border:1px solid #104580;
}

.todo-list-page{
	float:right;
	margin-right:2%;
}
.todo-list-page a li{
	float:left;
	width:30px;
	height:30px;
	border:1px solid #ddd;
	color:#666;
	text-align:center;
	line-height:30px;
}
.todo-list-page a li:hover{
	background:#104580;
	border:1px solid #104580;
	color:#fff;
}
.todo-list-page a li.todo-last-page{
	width:60px;
}
.todo-list-page a li.todo-next-page{
	width:60px;
}
.todo-list-page a li.page-click{
	background:#104580;
	border:1px solid #104580;
	color:#fff;
}
/*进行中*/
/*已完成*/

/*我的收藏*/
.collect-list{
	float:right;
	width:272px;
	height: 460px;
	position: relative;
}
.collect-nav{
	margin:0px 0px 20px 0;
}

/*委托等*/
.other-link-box{
	width:272px;
	float:right;
	margin: 20px 0;
}
.other-link-box a li{
	width: 120px;
	height: 120px;
	border-radius: 10px;
	float: left;
	margin-right: 15px;
	color: #fff;
}

.other-link-box a li dl dt{
	text-align: center;
	font-size: 36px;
	padding-top: 18px;
}
.other-link-box a li dl dd{
	text-align: center;
	font-size: 18px;
	padding-top: 8px;
}
.other-yellow{
	background:#f4826d;
}
.other-blue{
	background:#5fc5db;
}

.pj-btn{
	line-height: 24px;
	border: 1px solid #f4826d;
	border-radius: 8px;
	padding: 0 5px;
	color: #f4826d;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 70px;
	background:#fff;
}

/*---------------------------------------------------------效能监督----------------------------------------------------------------------*/
.card-top{
	width: 30%;
	height: 120px;
	float: left;
	margin-right: 5%;
}

.content .card-top{
	position: relative;
	padding-left: 120px;
	padding-top: 22px;
	color: #fff;
	border-radius: 8px;

}

.content .card-top img{
	position: absolute;
	left: 40px;
	top: 32px;
	height: 50px;
}

.content-top{
	font-size: 26px;
}

.card-top-box{
	width: 90%;
	height: 120px;
	margin: 0 auto;

}
.card-bottom{
	width: 30%;
	height: 85px;
	float: left;
	margin-right: 5%;
}

.content .card-bottom{
	position: relative;
	padding-left: 120px;
	padding-top: 25px;

}

.content .card-bottom img{
	position: absolute;
	left: 40px;
	top: 17px;
	height: 50px;
}

.content-bottom{
	font-size: 22px;
}

.card-bottom-box{
	width: 90%;
	height: 100px;
	margin: 10px auto;

}




.chart-left{
	float:left;
	width:50%;
	height:460px;
	text-align:center;
}
.chart-right{
	float:left;
	width:50%;
	height:460px;
	text-align:center;
}
.chart-top{
	width: 90%;
	height:460px;
	text-align:center;
	margin: 5px auto;
}
.chart-buttom{
	width:1000px;
	height:460px;
	text-align:center;
	margin: 5px auto;
}

.chart-full{
	width:1170px;
	text-align:center;
}


/*---------------------------------------------------------帮助中心--------------------------------------------------------------------------*/
.help-hot{
	width:1170px;
	background:#fff;
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
	margin:30px auto;
	overflow:hidden;
}
.help-hot li a{
	width:290px;
	padding-left:50px;
	padding-right:50px;
	float:left;
	display:block;
	line-height:60px;
	font-size:16px;
	color:#333;
	background:url(../images/list.png) no-repeat 30px center;
}
.cjwt-box{
	width:360px;
	margin:30px 15px;
	height:200px;
	background:#fff;
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
	float:left;
	border-radius:6px;
	text-align:center;
}
.help-img{
	height:90px;
	text-align:center;
	margin:40px 0 10px 0;
}
.cjwt-box h3{
	font-size:22px;
	color:#333;
}
.help-ul{
	width:90%;
	margin:0 auto;
}
.help-ul li a{
	width:50%;
	text-align:center;
	font-size:16px;
	color:#666;
	line-height:40px;
	float:left;
	display:block;
}
.fk-text{
	width:1170px;
	height:140px;
	background:#fff;
	box-shadow:0px 0px 6px rgba(0, 0, 0, 0.2);
	margin:30px auto;
	overflow:hidden;
}
.fk-text-text{
	width:870px;
	height:100px;
	margin:20px;
	border:1px solid #ddd;
	float:left;
}
.help-btn{
	width:220px;
	margin-right:20px;
	border-radius:6px;
	height:47px;
	line-height:47px;
	text-align:center;
	margin-top:20px;
	background:#045592;
	color:#fff;
	font-size:16px;
	display:block;
	
}

/*--------------------------------------------------------------专题内容-------------------------------------------------*/
.slide-text .banner-text{
	width:1170px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
}
.zgky-service-nav2 {
    width: 272px;
    height: 220px;
    background: #fff;
    border: 1px solid #eee;
    margin: 20px 20px 0 0;
    position: relative;
    float: left;
	background:#fbfbfb;
}
.zgky-service-nav-title2 {
    width: 100%;
    height: 100px;
    padding: 0 15px;
	padding-top:60px;
	text-align:center;
    color: #045592;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background:#f2f6fa;
}
.zgky-service-nav-tag2 {
	width:230px;
    position: absolute;
    left: 20px;
    top: 120px;
    color: #999;
	text-align:center;
    font-size: 12px;
}
.zgky-service-nav-img2{
	width:50px;
	padding-right:10px;
	position:absolute;
	top:16px;
	left:110px;
}
.zgky-service-nav-btn2{
	width:100px;
	border-radius:6px;
	font-size:14px;
	color:#045592;
	border:1px solid #045592;
	line-height:30px;
	display:block;
	text-align:center;
	background:#fff;
	position:absolute;
	bottom:20px;
	left:85px;
}
.zgky-service-nav-btn2:hover{
	width:100px;
	border-radius:6px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	display:block;
	text-align:center;
	background:#045592;
	position:absolute;
	bottom:20px;
	left:85px;
}
.silder{margin:0 auto 0;}
.silder-button{top:120px;width:25px;height:54px;position:absolute;cursor:pointer;}
.silder-button.btl{left:10px;background:url(../images/bl.png);}
.silder-button.btr{right:10px;background:url(../images/br.png);}

.silder-box-1{width:1300px; margin:0 auto}

/*--------------------------二级导航-------------------------*/
.menu_list{width:260px;margin:0 auto;}
.menu_head{
	height: 50px;
	line-height: 50px;
	padding-left: 28px;
	font-size: 16px;
	display:block;
	color: #333;
	cursor: pointer;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #F1F1F1;
	position: relative;
	margin: 0px;
	/*background: #fff url(../images/pro_left.png) center right no-repeat;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu_head:hover{
	border-left:5px solid #045592; color:#045592;
	/*background:#fff url(../images/pro_left.png) center right no-repeat; */
	text-decoration:none;
}
.menu_list .current{
	border-left:5px solid #045592;
	color:#045592;
	/*background:#fff url(../images/pro_left.png) center right no-repeat;*/
}
.menu_body{
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
	
}
.menu_body a{display:block;height:38px;line-height:38px;padding-left:40px;color:#777777;background:#fff;text-decoration:none;}
.menu_body a.menu-click{ background:#045592; color:#fff;}
.menu_body a:hover{text-decoration:none; background:#045592; color:#fff;}
/*新办事指南*/
.small-banner{
	width: 100%;
	height: 190px;
	background: url("../images/banner2.jpg") center ;
	background-size: 100%;
}


/*通用样式*/
.hidden{display:none;}.invisible{visibility:hidden;}
.ib,.ib-a a{display:inline-block;zoom:1;*display:inline;}
.clear:after,.main:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clear,.main{display:inline-block;}/* Hides from IE-mac \*/* html .clear,* html .main{height:1%;}.clear,.main{display:block;}

.f12{font-size: 12px}.f14{font-size: 14px}.f16{font-size: 16px}.f18{font-size:18px}.f20{font-size:20px}
.lh20{line-height: 20px}.lh22{line-height: 22px}.lh24{line-height: 24px}.lh26{line-height: 26px}.lh28{line-height: 28px}
.fb{ font-weight:bold}.fn{ font-weight:normal}
.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30{clear: both;font-size: 1px;height: 0;line-height: 1px}
.bk3{height: 3px;}.bk6{height: 6px}.bk8{height: 8px}.bk10{height: 10px}.bk15{height: 15px}.bk20{height: 20px}.bk30{height: 30px}
.row-2 li{ float:left; width:50%}.row-3 li{ float:left; width:33%}.row-4 li{ float:left; width:25%}.row-5 li{ float:left; width:20%}
.cu,.cu-li li,.cu-span span {cursor: hand;!important;cursor: pointer}
.text-c{text-align: center}.text-l{text-align: left}.text-r{text-align: right}
.lf{float: left}.rt{float: right}.pr{ position:relative}.pa{ position:absolute}
.img-wrap{border:1px solid #eee;text-align:center;overflow:hidden}
.img-wrap a{display:table-cell;vertical-align:middle;*display:block; overflow:hidden; background-color:#fff}
.img-wrap a:hover{ background-color:#e8eff6}
.fl{float:left}
.col-auto{overflow:hidden;_zoom:1;_float:left;}
.fr{float:right}
.clear{ clear:both;}

.bk,.bk3,.bk5,.bk10,.bk15,.bk20,.bk46,.bk60{content:".";display:block;height:0;clear:both;visibility:hidden;}
.bk{height: 0px;} .bk3{height: 3px;} .bk5{ height:5px;} .bk10{ height: 10px; } .bk15{ height: 15px; }
.bk20{ height: 20px; }.bk46{ height: 46px;}.bk50{ height: 50px; }.bk60{ height: 60px;}

/**/
.section-content{  min-height: 150px;  width: 1150px; margin: auto;  text-align: center; }
        .nav-height{ position:relative; height: 50px;}
        .nav-box { width: 1150px;height: 50px;margin:0 auto;background: #f0f0f0; }
        .nav-box.navFix{position: fixed;top: 0;left:50%;margin-left: -600px;  box-shadow: 0 0 5px rgba(0,0,0, 0.2);border-bottom:1px solid #e3e3e3\9; z-index: 99999;} 
        .nav-box ul {padding: 0;margin: 0 auto; width: 1150px; display: block; /*border-bottom: 2px solid #eee;*/}
        .nav-box.navFix ul{ border-bottom: 0;}
        .nav-box li { display: inline-block;width: 20%; text-align: left;height: 50px; line-height: 50px;float: left; text-align: center;position: relative;}
        .nav-box li a {display: block;padding: 0 20px;font-size:20px; color: #333; text-decoration: none;}
        .nav-box li a:before{content:" ";width:1px;height:24px;/*border-right: 1px solid #ee8800;*/position: absolute;top:16px;left:-2px;}
        .nav-box li a.active:before{content:" ";width:0px;border: none;}
        .nav-box li:first-child a:before{content:" ";width:0px;border: none;}
        .nav-box li a:hover{color: #ee8800; /*border:1px solid #ee8800;*/}
        .nav-box li a.active {color: #fff;background: #eea25f;}
        .nav-mobile {display: none;font-weight: bold;width: 100%;}
        .click-me {width: 150px;height: 30px; background: #4680d1;color: white; text-align: center;line-height: 30px;}
        .click-me a {display: block;color: white;}
        /**/
.product-box{width: 100%;height: auto;background-color: #fff;}
.product-list{width: 100%; margin-top: 10px;}

.product-tit{width: 100%; border-bottom: 2px solid #39b54a; text-align: left;margin-top: 10px;}
.product-tit i{width: 3px;height: 16px;display: inline-block;background: #39b54a;}
.product-tit h3{display: inline-block;font-size: 20px;color: #2c2c2c;text-align: left;}


/*.category-btn{right:200px;top: 70%}*/
#goTopBtn { display:none;
            position: fixed;
            right: 195px;
            bottom: 5%;
        }
    /*头部添加*/
.nav-wrap,.header{width: 1200px;margin:0 auto;}
.header{background: #fff;}
#iebug{height: 160px;}

* {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
}

.category-btn {
    background: #d5d5d5 none repeat scroll 0 0;
    border-radius: 16px;
    display: block;
    height: 160px;
    padding-top: 15px;
    position: fixed;
    top: 60%;
    width: 35px;
    z-index: 999;
}
.category-btn a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
.category-btn a:hover {
    color: #666;
}
.catCur {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.category-btn ul li {
    position: relative;
}
.category-btn ul li div {
    background: rgba(0, 0, 0, 0) url("../img/arrow-cate-side.png") no-repeat scroll 0 center;
    border-radius: 3px;
    left: 35px;
    padding-left: 6px;
    position: absolute;
    top: 3px;
}
.category-btn ul li div span {
    background: #ebebeb none repeat scroll 0 0;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px;
    white-space: nowrap;
}
.text {
    display: none;
}

.category-btn ul li.active a{
    color: red;
}
.guide-nav-title{
	text-align: left;
	padding-left: 10px;
}
.table-center tr td{
	text-align: center;
}
.guide-p{
	font-size: 16px;
	line-height: 30px;
	color:#333;
	text-align: left;
	padding: 20px;
}

.iframe-wrap{
	width:100%; height:153%;margin:0 auto; display: block; border:0;
}
