@charset "utf-8";
/* CSS Document */

body {
	background-color: #f3f3f3;
	padding: 0;
	margin: 0;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
 color: #fff;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #fff;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #fff;
}
ol, ul, li {
	padding-left: 0em;
	list-style: none
}
h2, h3, h4, ul, li, p {
	padding: 0;
	margin: 0;
}
input {
	outline: none;
}
html {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%
}
/*header*/
.header{
	width:100%;
	height:44px;
	background:#0d4c93;
	overflow:hidden;
}
.header-search{
	width:94%;
	height:28px;
	margin:7px 3%;
	border-radius:15px;
	
}
.header-search form input{
	width:98%;
	height:28px;
	padding-left:30px;
	border-radius:15px;
	border:0;
	background: url(../images/search.png) no-repeat 6px center rgba(255, 255, 255, 0.4);
	background-size:15px;
	font-size:1rem;
	color:#fff;
}

.header-search2{
	width:90%;
	height:28px;
	border-radius:15px;
	margin:7px 0;
	float:left;
	
}
.header-search2 form input{
	width:98%;
	height:28px;
	padding-left:30px;
	border-radius:15px;
	border:0;
	background: url(../images/search.png) no-repeat 6px center rgba(255, 255, 255, 0.4);
	background-size:15px;
	font-size:1rem;
	color:#fff;
}
.phone-banner{
	width:100%;
	height:auto;;
}
/*phone-menu*/
.phone-menu{
	width:100%;
	height:68px;
	background:#fff;
	border-bottom:1px solid #ddd;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
.phone-menu a li{
	width:50%;
	float:left;
	height:68px;
	border-right:1px solid #ddd;
	
}
.phone-menu a li .left-img{
	float:left;
	width:25%;
	height: 68px;
	margin-left:5px;
}
.phone-menu a li .left-img img{
	height:26px;
	text-align:center;
	margin:20px 10px;
}
.phone-menu a li .right-text{
	float:left;
	width:70%;
	height:68px;
}
.phone-menu a li .right-text h3{
	color:#333;
	font-size:1.4rem;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:14px;
}
.phone-menu a li .right-text p{
	color:#999;
	font-size:1rem;
	font-weight:normal;
	margin:0;
	padding:0;
}

/*推荐服务*/
.tj-box{
	width:100%;
	min-height:240px;
	background:#fff;
	border-top:1px solid #ddd;
}
.title-box{
	width:97%;
	height:25px;
	border-bottom:35px;
	line-height:25px;
	color:#0d4c93;
	font-size:1.5rem;
	padding-left:3%;
	margin:5px 0;
	border-left:4px solid #0d4c93;
}
.phone-more{
	float:right;
	padding-top:8px;
}
.tj-nav{
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #ddd;
	background:#fff;
    margin-bottom: 60px;
}
.tj-nav a li{
	width:100%;
	height:70px;
	border-bottom: 1px solid #ddd;
	position:relative;
}
.tj-nav a li .nav-img{
	width:44px;
	position: absolute;
    top: 12px;
    left: 20px;
}
.tj-nav a li .nav-title{
	color:#333;
	font-size:1.5rem;
	position: absolute;
    left: 75px;
    width: 65%;
    top: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tj-nav a li .nav-tag{
	color:#666;
	font-size:1.25rem;
	position: absolute;
    left: 75px;
    width: 65%;
    bottom: 12px;
}
.tj-nav a li .nav-heart{
	position: absolute;
    top: 12px;
    right: 20px;
    color: #ddd;
}

.tj-nav a li .heart-click{
	color:#ea6465;
}

/*-----------------------------服务中心--------------------------------*/
/*tag start*/
.tag{
	width:100%;
	height:34px;
	line-height:34px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #2a7ebe;
	margin:0;
	padding:0;
	background:#0d4c93;
}
.list_nav_li{
	float:left;
	line-height:34px;
	position: relative;
	font-size:1.3rem;
	width:33.3%;
}
.list_nav_li a{
	color:#fff;
	font-size:1.3rem;
	display: block;	
	width:100%;
	text-align:center;
	position: relative;
}
.list_nav_li.last a{
	border:none;
}
.list_nav_li a i{
	height: 10px;
	width: 10px;
	background: url(../images/jiantou_down.png) no-repeat;
	background-size:10px;
	position: absolute;
	right:10px;
	top:13px;
}
.list_nav_detail{
	position: fixed;
	left:0;
	top:78px;
	z-index: 10000;
	background: #fff;
	border-right: 1px #ddd solid;
	border-left: 1px #ddd solid;
	display: none;
	width:100%;
	margin:0;
	padding:0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
		
}
.list_nav_detail li{
	border-bottom: 1px #ddd solid;
}
.list_nav_detail li a{
	border:none;
	display: block;
	width:100%;
	padding-left:10px;
	height:35px;
	line-height: 35px;
	font-weight: normal;
	font-size:1.25rem;
	color:#666;
	}
/* tag end*/
.list-box{
	width:100%;
	min-height:350px;
	border-top:1px solid #ddd;
}
.list-title{
	width:100%;
	height:24px;
	line-height:24Px;
	font-size:1.4rem;
	color:#0d4c93;
	padding-left:15px;
}

/*---------------------------------办事指南-------------------------------*/
.guide-title{
	position:fixed;
	top:44px;
	left:0;
	width:100%;
	height:50px;
	line-height:50px;
	background:#fff;
}
.guide-title p{
	float:left;
	padding-left:20px;
	font-size:1.6rem;
	
}
.guide-title .guide-btn{
	float:right;
	margin-right:10px;
	width:56px;
	height:24px;
	color:#fff;
	background:#00a1d9;
	border-radius:4px;
	border:0;
	font-size:1.4rem;
	margin-top:12px;
}

.guide-title .guide-btn-disabled{
	float:right;
	margin-right:10px;
	width:56px;
	height:24px;
	color:#fff;
	background:grey;
	border-radius:4px;
	border:0;
	font-size:1.4rem;
	margin-top:12px;
}
.guide-list{
	width:100%;
	margin:0;
	padding:0;
	margin-top:95px;
	min-height:400px;
	background:#fff;
}
.guide-list li{
	padding: 10px 0 10px 20px;
    border-bottom: 1px #ddd dashed;
    overflow: hidden;
	font-size:1.4rem;
}
.guide-list li .item_detail_l {
    float: left;
}
.guide-list li .item_detail_r {
    float: left;
    margin-left: 20px;
    width: 66%;
    line-height: 1.5;
}

/*------------------------index-beta--------------------------------*/

.index-tag{
	width:100%;
	min-height:200px;
	margin:0;
	padding:0;
	margin-top:8px;
	background:#fff;
	border-top:1px solid #ddd;
	overflow:hidden;
}
.index-tag a li{
	float:left;
	width:33.3%;
	text-align:center;
	height:120px;
	background:#fff;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.index-tag a li dl dt{
	margin-top:20px;
}
.index-tag a li dl dt img{
	width:34px;
}
.index-tag a li dl dd{
	font-size:1.4rem;
	color:#333;
	width:70%;
	margin:0 auto;
	line-height:18px;
	margin-top:10px;
}
/*footer*/
.footer{
	width:100%;
	height:55px;
	background:#fff;
	position:fixed;
	bottom:0;
	z-index:2;
	box-shadow:0px -2px 4px rgba(0, 0, 0, 0.1);
}
.footer dl{
	width:25%;
	height:55px;
	float:left;
}
.footer dl dt{
	height:25px;
	padding-top:4px;
	width:100%;
	text-align:center;
}
.footer dl dt img{
	height:20px;
}
.footer dl dd{
	width:100%;
	text-align:center;
	color:#666;
	font-size:1.3rem;
}
.footer dl dd.click{
	color:#0054a7;
}