@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, dl, dt, dd, ul, li {
	margin-bottom:0;
	padding:0;
	list-style:none;
}
a:hover{
	text-decoration:inherit;
}
table ,tr ,th ,td{
	border:inherit;
}
input{
	border:0;
}
h1, h2, h3, h4{
	padding: 0;
	margin: 0;
}
.top-box{
	width: 100%;
	height: 500px;
	background:linear-gradient(to top right, #3861EA, #6689FF);
}
.menu-box{
	width: 1200px;
	height: 100px;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.2);
	margin: 0 auto;
}
.menu-box .logo{
	float: left;
	padding: 16px 40px 0 0;
}
.menu-box .menu{
	width: 660px;
	height: 100px;
	line-height: 100px;
	float: left;
}
.menu-box .menu li a{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 110px;
	text-align: center;
}
.menu-box .menu li a.active{
	border-bottom: 3px solid #fff;
	
}
.menu-box .menu li a:hover{
	border-bottom: 3px solid #fff;
	
}
.menu-box .user{
	width: 100px;
	height: 100px;
	border-left: 1px solid;
	border-color: rgba(255,255,255,0.2);
	float: right;
	color:#fff;
	text-align: center;
	cursor: pointer;
}
.menu-box .user dt{
	padding-top: 20px;
	line-height: 30px;
}
.banner-wrap{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}
.banner-text{
	width: 520px;
	float: left;
	padding-top: 90px;
}
.banner-search{
	width: 520px;
}
.search-text{
	width: 390px;
	height: 50px;
	background: #fff;
	margin-top: 20px;
	padding-left: 10px;
	float: left;
	border-radius: 8px 0px 0px 8px;
}
.search-btn{
	width: 100px;
	height: 50px;
	line-height: 50px;
	border-radius: 0px 8px 8px 0px;
	background: #1ECFC3;
	float: left;
	display: block;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}
.banner-img{
	float: right;
	width: 600px;
}
.content-wrap{
	width: 1200px;
	margin: 0 auto;
}
/*------------------new-box--------------------*/
.new-box{
	margin: 30px auto;
	overflow: hidden;
}
.cumt-title{
	text-align: left;
	font-size: 32px;
	color:#1D396B;
	float: left;
}

/*index-tab*/
.index-tab{
	width: 100%;
	line-height: 80px;
	height: 80px;
	/*margin: 30px auto;*/
	overflow: hidden;
	float: left;
}
.index-tab ul { 
	zoom: 1; 
	clear: both; 
} 

.index-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.index-tab ul li { 
	text-align: center;
	height:54px;
	line-height: 54px;
	width: 200px;
	display: inline; 
	background: #fff; 
	float: left;  
	color: #1D396B;
	font-size:24px;
	font-family:"微软雅黑";
	background:#fff;
	border-radius:4px;
	margin:12px;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.1);
	cursor: pointer;
} 

.index-tab ul li.on { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
.index-tab ul li:hover { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
/*index-tabList*/
.index-tabList {  
	height: auto;  
} 
.index-tabList .one {   
	display: none; 
	clear:both; 
}
.index-tabList .block { 
	display: block; 
} 
.index-tabList .flow-ul {   
	width:100%;

}
.index-tabList .flow-ul li a{
	width:260px;
	height:100px;
	background: #fff;
	float:left;
	cursor:pointer;
	margin: 24px 10px;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.1);
}
.index-tabList .flow-ul li a:hover{
	width:260px;
	height:100px;
	background: #fff;
	float:left;
	cursor:pointer;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.3);

}
.index-tabList .flow-ul li a dl{
	width:86%;
	margin:0 auto;
	text-align:center;
}
.index-tabList .flow-ul li a dl dt{
	padding:30px 0 10px 0px;
}
.index-tabList .flow-ul li a dl dt img{
	width: 60px;
	margin-top: -82px;
}
.index-tabList .flow-ul li a dl dd{
	line-height:30px;
	font-size:16px;
	color:#333;
	/*padding-top:10px;*/
	margin-top: -8px;
}

/*--------------special-box---------*/
.special-box{
	margin: 30px auto;
	overflow: hidden;
}
.special-nav{
	width:280px;
	height: 200px;
	float: left;
	margin: 10px 5px;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 50px;
}
.special-nav:hover{
	box-shadow: -8px 0px 30px rgba(98,98,98,0.3);
}
.special-nav h3{
	width: 150px;
	position: absolute;
	top: 30px;
	left: 20px;
	color:#fff;
	font-size: 26px;
	z-index: 1001;
}
.more-btn{
	text-align: center;
	height:60px; 
	line-height: 60px; 
	width: 220px; 
	display: inline; 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
	font-size:24px;
	font-family:"微软雅黑";
	border-radius:4px;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.1);
	cursor: pointer;
	margin: 30px auto;
	display: block;
}
/*census-box*/
.census-box{
	width: 100%;
	height: 430px;
	background: #fff url("../images/bg.png") no-repeat center;
}
.census-img{
	width:220px;
	margin-top: 80px;
	float: left;
}
.census-right{
	width: 980px;
	float: left;
}
.t-left{
	text-align: left;
	margin:60px 0px 20px 20px;
}
.census-box span{
	color:#666;
	padding-left: 20px;
}
.data-nav{
	width: 100%;
	margin: 40px 20px 20px 20px;
}
.data-nav li{
	width: 225px;
	margin-right: 10px;
	float: left;
}
.data-num{
	font-size: 40px;
	color: #1C2E39;
	font-weight: bold;
	line-height: 60px;
}
.data-title{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
/*footer*/
.footer-box{
	width: 100%;
	height: 270px;
	background: #3861EA;
}
.footer-top{
	height: 210px;
	width: 100%;
	border-bottom: 1px solid;
	border-color: rgba(255,255,255,0.2);
}
.footer-left{
	width: 280px;
	float: left;
	height: 210px;
}
.footer-logo{
	padding-top: 40px;
}
.footer-left p{
	color:#fff;
	font-size: 16px;
	line-height: 30px;
	padding-top: 20px;
}
.footer-menu{
	float: left;
	width: 430px;
	height: 210px;
	margin-left: 50px;
}
.footer-menu h3{
	color: #fff;
	font-size: 20px;
	padding-top: 50px;
}
.footer-menu ul{
	margin-top: 30px;
}
.footer-menu ul li a{
	width: 45%;
	float: left;
	font-size: 16px;
	color:#fff;
	cursor: pointer;
	line-height: 36px;
}
.footer-num{
	width: 160px;
	float: left;
	height: 140px;
	margin-left: 20px;
	padding-top: 70px;
}
.footer-num li{
	color:#fff;
	line-height: 40px;
	font-size: 16px;
}
.footer-ma{
	float: right;
	padding-top: 60px;
}
.footer-bottom{
	width:100%;
	color:#fff;
	font-size: 15px;
	line-height: 60px;
}
/*----------------------------------------------------------list----------------------------------*/
.small-top{
	height: 350px;
}
.small-banner{
	height: 250px;
}
.small-text{
	width: 200px;
	padding-top: 50px;
}
.small-img{
	width: 900px;
}



/*sidebar*/
 .accordion {
 	width: 300px;
 	margin: 30px 30px 0px 0px;
	 float: left;
 	background: #FFF;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	width: 260px;
	height: 80px;
	line-height: 80px;
	color: #1D396B;
	font-size: 22px;
	border-radius: 4px;
	margin: 10px 0;
	padding: 0 20px;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.1);
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 20px;
	left: auto;
	font-size: 16px;
	top: 30px;
}

.accordion li.open .link {
	color: #fff;
	font-weight: bold;
	background:linear-gradient(to top right, #3861EA, #6689FF);
	margin-bottom: 0px;
}

.accordion li.open i {
	color: #fff;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #F3F3F3;
 	font-size: 14px;
 }

 .submenu li {
 	/*border-bottom: 1px solid #4b4a5e;*/
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
 	padding: 15px;
 	padding-left: 20px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #3A63EB;
 	color: #FFF;
 }

.list-content{
	width: 870px;
	float:left;
}
.list-h2{
	width: 480px;
	float: left;
}
/*list-tab*/
.list-tab{
	width: 360px;
	float: right;
	overflow: hidden;
	margin-top: 60px;
	
}
.list-tab ul { 
	zoom: 1; 
	clear: both; 
} 

.list-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.list-tab ul li { 
	text-align: center;
	height:50px; 
	line-height: 50px; 
	width: 178px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #3A63EB;
	font-size:20px;
	font-family:"微软雅黑";
	background:#fff;
	border-radius:4px;
	border:1px solid #3A63EB;
	cursor: pointer;
} 

.list-tab ul li.on { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
.list-tab ul li:hover { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
/*list-tabList*/
.list-tabList {  
	height: auto;  
	width: 870px;
} 
.list-tabList .one {   
	display: none; 
	clear:both; 
}
.list-tabList .block { 
	display: block; 
} 
.list-tabList .list-table{
	width: 100%;
	margin:30px 0;
	border-collapse:collapse;
}
.list-tabList .list-table tr th{
	background: #F3F3F3;
	color:#3A63EB;
	font-size: 16px;
	height: 40px;
	padding: 0 10px;
	text-align: left;

}
.list-tabList .list-table tr td{
	background: #fff;
	color:#333;
	font-size: 14px;
	height: 50px;
	padding: 0 10px;

}
.paging {
    margin: 40px auto;
    overflow: hidden;
    padding-left: 7px;
    text-align: center;
}
.paging a {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #777777;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 12px;
    text-align: center;
	background:#fff;
}
.paging a:hover, .paging .checka {
    background: #476EF1 none repeat scroll 0 0;
    color: #ffffff;
}

/*----------------------------service--------------*/
.service-tab{
	width: 340px;
	height: 48px;
	background: #fff;
	border-radius: 4px;
	margin-top: 20px;
}
.service-tab a{
	font-size: 16px;
	color:#1ECFC3;
	width: 170px;
	text-align: center;
	line-height: 48px;
	display: block;
	float: left;
	cursor: pointer;
}
.service-tab a.tab-active{
	background: #1ECFC3;
	color:#fff;
	border-radius: 4px;
}

.fwjs-bg{
	width:100%;
	background:#FAFAFA;
}
.top-select{ 
	position: relative;
	width: 1140px;
	margin: 30px auto;
	overflow: hidden;
	padding-bottom: 15px;
}
.fwjs-search-text{
	margin-top:20px;
	width:380px;
	line-height:45px;
	border:1px solid #3E66EB;
	padding-left:25px;
	float:left;
	border-radius: 4px 0px 0px 4px;
}
.fwjs-search-btn{
	width:80px;
	height:47px;
	background:#3E66EB;
	color:#fff;
	font-size:18px;
	border:0;
	margin-top:20px;
	float:left;
	border-radius: 0px 4px 4px 0px;
}
.service-center-search{ 
	position:relative; 
}
.select-bar{ 
	font-size:16px;
	padding-right: 15px
}
.select-bar a{ 
	margin-bottom:10px; 
	color:#333;
	display:inline-block; 
	padding:0px 16px; 
	line-height:30px; 
}

.select-bar a.active{ 
	background:#3E66EB; 
	color:#fff; 
	border-radius:10px;
}
.select-bar .item-list{ 
	padding:10px 0px 0px 0px; 
	position:relative;
} 
.select-bar .item-list h5{ 
	font-size:16px; 
	display:inline-block;
	font-weight:normal; 
	margin-right:10px; 
	vertical-align:top;
	margin-top:5px;
	float: left;
}

.item-zm{
	width: 20px;
	text-align: center;
	position: absolute;
	right: -30px;
	top: 20px;
}
.item-zm a{
	width: 20px;
	display: block;
	line-height: 30px;
	color:#666;
	padding: 0 5px;
}
.item-zm a.zm-active{
	background: #3E66EB;
	color:#fff;
	border-radius: 8px;
}

.zgky-service-nav-box{
	width:1200px;
	margin:0 auto;
	min-height:400px;
	overflow: hidden;
	margin-bottom: 30px;
}

.zm-nav{
	width:20px;
	height:20px;
	border-radius:8px;
	text-align:left;
	line-height:20px;
	color:#333;
	margin:20px 0;
	clear: both;
}

.zgky-service-nav{
	width: 280px;
	height: 120px;
	background: #fff;
	margin:0px 10px 20px 10px;
	position: relative;
	float: left;
	box-shadow: 0px 0px 10px rgba(98,98,98,0.1);
}
.zgky-service-nav:hover{
	box-shadow: 0px 0px 10px rgba(98,98,98,0.2);
}
.zgky-service-nav-img{
	width: 56px;
    position: absolute;
    left: 12px;
    bottom: 25px;
}

.zgky-service-nav-title{
	width: 180px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 82px;
	top: 16px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zgky-service-nav-tag{
	position: absolute;
	left: 82px;
	bottom: 50px;
	color: #666;
	font-size: 12px;
}
.zgky-service-nav-star{
	position: absolute;
	bottom: 22px;
	left: 82px;
}
.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: 20px;
	bottom: 20px;
	color: #999;
}
.heart-click{
	color:#d9534f;
}
/*-----------------------------------------census-----------------*/
.jzgl{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.census-one{
	float: left;
	width: 450px;
	text-align: center;
}
.census-two{
	float: right;
	width: 730px;
	text-align: center;
}
.census-three{
	width: 100%;
	margin: 30px 0;
}
/*---------------------------------------help--------------------------*/
.cy-help{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.cy-help li a{
	display: block;
	width: 358px;
	height: 240px;
	background: #fff;
	border:1px solid #ddd;
	margin: 20px 20px;
	float: left;
	cursor: pointer;
	transition:background 1s;
}
.cy-help li a:hover{
	background: #3861EA;
}
.cy-help li a dl{
	width: 80%;
	margin:25px auto;
	text-align: center;
}
.cy-help li a dl dt{
	font-size: 80px;
}

.cy-help li a dl dd{
	font-size: 24px;
	color:#333;
	line-height: 36px;
}
.cy-help li a:hover dl dt{
	color:#fff;
}
.cy-help li a:hover dl dd{
	color:#fff;
}
.cl-1{
	color:#2B9DFF;
}
.cl-2{
	color:#F7B51D;
}
.cl-3{
	color:#42DB4C;
}
.cj-help{
	width: 100%;
	text-align: center;
	margin: 30px 0px;
}

/*----------------------special-detail-------------------------*/
/*special-tab*/
.special-tab{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	margin-bottom: 10px;
	
}
.special-tab ul { 
	zoom: 1; 
	clear: both; 
} 

.special-tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.special-tab ul li { 
	text-align: center;
	height:60px; 
	line-height: 60px; 
	min-width: 220px; 
	padding: 0 10px;
	display: inline; 
	background: #fff; 
	float: left;  
	color: #1D396B;
	font-size:24px;
	font-family:"微软雅黑";
	background:#fff;
	border-radius:4px;
	margin:20px;
	box-shadow: -8px 0px 30px rgba(98,98,98,0.1);
	cursor: pointer;
} 

.special-tab ul li.on { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
.special-tab ul li:hover { 
	background:linear-gradient(to top right, #3861EA, #6689FF);
	color: #fff; 
} 
/*special-tabList*/
.special-tabList {  
	height: auto;  
} 
.special-tabList .one {   
	display: none; 
	clear:both; 
}
.special-tabList .block { 
	display: block; 
} 
.special-tabList .flow-ul {   
	width:1180px;
	margin: 0 auto;

}
.special-tabList .flow-ul {
	font-size: 14px;
	color:#333;
	margin: 0px 0px 10px 0px;
	line-height: 34px;
}
.zgky-service-nav2 {
    width: 270px;
    height: 160px;
    background: #fff;
    border: 1px solid #eee;
    margin: 20px 10px 0 10px;
    position: relative;
    float: left;
	background:#fbfbfb;
	border-radius: 8px;
}
.zgky-service-nav-title2 {
    width: 270px;
    height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
    color: #333;
    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-btn2{
	width:100px;
	border-radius:6px;
	font-size:14px;
	color:#3861EA;
	border:1px solid #3861EA;
	line-height:30px;
	display:block;
	text-align:center;
	background:#fff;
	position:absolute;
	bottom:20px;
	left:90px;
}
.zgky-service-nav-btn2:hover{
	width:100px;
	border-radius:6px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	display:block;
	text-align:center;
	background:linear-gradient(to top right, #3861EA, #6689FF);
	position:absolute;
	bottom:20px;
	left:90px;
}

/*------------------------------------service_guide-------------------------------------------------*/
#service_guide{
	width:100%;
	margin:0 auto;
}
/*guide_title*/
.guide_title{
	height:90px;
	/*box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.55);*/
}
.guide_title .guide_title_center{
	width:1180px;
	margin:0 auto;
}

.guide_title .guide_title_center p{
	line-height:90px;
	color:#333333;
	font-size:20px;
	float:left;
}
.guide_title .guide_title_center .bt_1, .bt_2, .bt_3,.bt_4{
	width:110px;
	height:40px;
	border-radius:5px;
	float:right;
	margin-right:15px;
	color:#fff;
	font-size:18px;
	margin-top:25px;
	cursor:pointer;
}
.guide_title .guide_title_center .bt_1{
	background:#cb99cc;
}
.guide_title .guide_title_center .bt_2{
	background:#01b0f1;
}
.guide_title .guide_title_center .bt_3{
	background:#8db871;
}
.guide_title .guide_title_center .bt_4{
	background:#f5b11e;
}
/*guide_table*/
.guide_table{
	width:1180px;
	margin:0 auto;
	margin-top:20px;
	color:#333333;
	font-size:14px;
	border-top:1px solid #91b3d9;
	border-left:1px solid #91b3d9;
	margin-bottom:50px;
}
.guide_table tr{
	
	text-align:center;
}
.guide_table td{
	border-right:1px solid #91b3d9;
	border-bottom:1px solid #91b3d9;
	text-align:left;
	line-height:45px;
	padding-left:10px;
}
.guide_table td.td_bg{
	background:#e5eff9;
	text-align:center;
	padding-left:0;
}
/*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:#3861EA;
	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; 
} 
