/*-----------------便捷服务--收费标准------------------*/
.fee_scale{
	margin-top: 0;
	overflow: hidden;
	position: relative;
}
.fee_scale .fee_nav{
	overflow: hidden;
	position: relative;
}
.fee_scale .fee_nav .nav_box{
	width: 921px;
	margin: 0 auto;
	overflow: hidden;
}
.fee_scale .fee_nav ul{
	overflow: hidden;
}
.fee_scale .fee_nav ul li{
	float: left;
	width: 164px;
	height: 60px;
	margin-right: 25px;	
	text-align: center;
	background: #ececec;
	position: relative;
	display: table;
	
}
.fee_scale .fee_nav ul li .nav_name{
	display: table-cell;
	vertical-align: middle;
}
.fee_scale .fee_nav ul li.active,
.fee_scale .fee_nav ul li:hover{
	background: #2586ec;
}
.fee_scale .fee_nav ul li.active a,
.fee_scale .fee_nav ul li:hover a{
	color: #fff;
	text-decoration: none;
}
.fee_scale .fee_nav ul li a{
	font-size: 16px;
	color: #555555;
	display: block;
	padding: 10px;
	line-height: 20px;
}
.fee_scale .fee_nav .prev{

	width: 17px;
	height: 31px;
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
}
.fee_scale .fee_nav .prev:hover{

}
.fee_scale .fee_nav .next{
	
	width: 17px;
	height: 31px;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	top: 13px;
}
.fee_scale .fee_nav .next:hover{
	
}
.fee_scale .fee_con{
	margin-top: 80px;
}
.fee_scale .fee_con table{
	width: 635px;
	margin: auto;
	border: 1px solid #aeaeae;
	border-collapse: collapse;
}
.fee_scale .fee_con table th{
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
}
.fee_scale .fee_con table td,
.fee_scale .fee_con table th{
	border: 1px solid #aeaeae;
}
.fee_scale .fee_con table .style01{
	width: 66px;
}
.fee_scale .fee_con table .style02{
	width: 118px;
}
.fee_scale .fee_con table .style03{
	width: 142px;
}
.fee_scale .fee_con table .style04{
	width: 180px;
}
.fee_scale .fee_con table td{
	vertical-align: top;
}
.fee_scale .fee_con table td span{
	display: block;
	color: #555555;
	line-height: 18px;
	padding: 0 20px;
	text-align: center;
}
.fee_scale .fee_con table td span.font01{
	padding-top: 30px;
}
.fee_scale .fee_con table td span.font02{
	padding-top: 40px;
}
.fee_scale .fee_con table td span.font03{
	padding-left: 15px;
	padding-right: 15px;
}
.fee_scale .fee_con table td span.font04{
	padding: 5px;
	text-align: left;
}
.fee_scale .fee_con table td span.font05{
	padding-top: 40px;
}
.fee_scale .fee_con table td span.font06{
	padding-top: 60px;
}
/*-----------------便捷服务--网点查询------------------*/
.network_query{
	margin-top: 0;
	overflow: hidden;
	min-height: 300px;
}
.network_query h2{
	padding-bottom: 8px;
}
.network_query .query_list{
	margin-left: -15px;
	height: 40px;
}
.network_query .query_list .select_box{
	position: relative;
	float: left;
	margin: 2px 0 0 15px;
}
.network_query .query_list .select_box .select_title{
	width: 188px;
	border: 1px solid #aeaeae;
	height: 34px;
	line-height: 34px;
	cursor: pointer;

}
.network_query .query_list .select_box .select_title span{
	padding-left: 8px;
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 135px;
	display: inline-block;
}
.network_query .query_list .select_box .select_con{
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 999;
	width: 188px;
	background: #fff;
	border: 1px solid #AEAEAE;
	border-top: none;
}
.network_query .query_list .select_box .select_con li{
	line-height: 30px;
	padding-left: 8px;
	cursor: pointer;
	font-size: 14px;
	color: #808080;
	background: #fff;
	border-bottom: 1px dotted #E5E5E5;
}
.network_query .query_list .select_box .select_con li:hover{
	background: #2886ec;
	color: #fff;
}
.network_query .query_list .keyword{
	border: 1px solid #AEAEAE;
	height: 34px;
	line-height: 34px;
	width: 238px;
	padding-left: 10px;
	color: #999999;
	margin-left: 15px;
	float: left;
	margin-top: 2px;
}
.network_query .query_list a{
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	width: 114px;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
	background: #2886ec;
}
.network_query .query_list a.search_btn02{
	margin-left: 10px;
	background: #999999;
}
.network_query .query_con{
	margin-top: 30px;
	overflow: hidden;
}
.network_query .query_con .left_con{
	width: 306px;
	float: left;
}
.network_query .query_con .left_con .t_nav{
	height: 33px;
	border-bottom: 1px solid #AEAEAE;
}
.network_query .query_con .left_con .t_nav a{
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	height: 33px;
	line-height: 33px;
	position: relative;
}
.network_query .query_con .left_con .t_nav span{
	display: block;
	position: absolute;
	top: 34px;
	height: 13px;
	width: 130px;
	z-index: 10;
	display: none;
	left: 0;
}
.network_query .query_con .left_con .t_nav .style01{
	position: relative;
	float: left;
}
.network_query .query_con .left_con .t_nav .style02{
	margin-left: 46px;
	width: 130px;
}
.network_query .query_con .left_con .t_nav a.active,
.network_query .query_con .left_con .t_nav a:hover{
	color: #2886ec;
	text-decoration: none;
}
.network_query .query_con .left_con .left_list{
	display: none;
	margin-top: 35px;
	width: 306px;
}
.network_query .query_con .left_con .left_list .nano-content li{
	width: 228px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-left: 5px;
}
.network_query .query_con .left_con .left_list .nano-content li.cur,
.network_query .query_con .left_con .left_list .nano-content li:hover{
	background: #f6f6f6;
}
.network_query .query_con .left_con .left_list .nano-content li h3{
	font-size: 16px;
	color: #555555;
	padding-bottom: 5px;
}
.network_query .query_con .left_con .left_list .nano-content li p{
	color: #555555;
	line-height: 24px;
}
.network_query .query_con .left_con .left_list .page_num{
	margin: 15px 0;
	overflow: hidden;
}
.network_query .query_con .left_con .left_list .page_num li{
	float: left;
}
.network_query .query_con .left_con .left_list .page_num li a{
	display: block;
	height: 23px;
	line-height: 23px;
	color: #555555;
	float: left;
	width: 21px;
	text-align: center;
}
.network_query .query_con .left_con .left_list .page_num li a.active{
	font-size: 16px;
	color: #2886EC;
}
.network_query .query_con .left_con .left_list .page_num li span{
	float: left;
	display: block;
	height: 23px;
	line-height: 23px;
	width: 25px;
}
.network_query .query_con .left_con .left_list .page_num li .prev,
.network_query .query_con .left_con .left_list .page_num li .next{
	display: block;
	width: 65px;
	height: 21px;
	border: 1px solid #aeaeae;
	line-height: 21px;
	color: #555;
	text-align: center;
}
.network_query .query_con .left_con .left_list .page_num li .prev{
	margin-right: 10px;
}
.network_query .query_con .left_con .left_list .page_num li .next{
	margin-left: 10px;
}
.network_query .query_con .left_con p{
	width: 100%;
	color: #2886EC;
}
.network_query .query_con .right_map{
	float: right;
	width: 645px;
	height: 649px;
	margin-top: 15px;
}
.network_query .query_con .right_map #allmap{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.network_query .query_con .left_con .left_list .left_text{
	padding: 0 35px;
}
/*-----------------便捷服务--计算器------------------*/
.coun_tab .fee_nav ul li a{
	line-height: 40px;
}
.counter{
	overflow: hidden;
}


.counter .coun_con{
	width: 920px;
	margin: auto;
	
}
.counter h3{
	font-size: 18px;font-weight:550;
	color: #555555;
	padding-top: 10px;
}
.counter p{
	color: #999999;
	padding: 15px 0;
}
.counter .coun_con .coun_list{
	margin-top: 30px;
}
.counter .coun_con .coun_list .col-1{
	margin-bottom: 30px;
	height: 50px;
}
.counter .coun_con .coun_list .col-1 span{
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	font-size: 20px;
	color: #555555;
	float: left;
}
.counter .coun_con .coun_list .col-1 .txtx{
	width: 614px;
	font-size: 16px;
	color: #555;
	height: 50px;
}
.counter .coun_con .coun_list .col-1 span.style01{
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}
.counter .coun_con .coun_list .col-1 input{	
	height: 48px;
	border: 1px solid #aeaeae;
	line-height: 48px;	
	margin-left: 20px;
	padding-left: 15px;
	color: #999999;
	float: left;
}
.counter .coun_con .coun_list .col-1 input.date{
	width: 284px;
	background: url(/eportal/uiFramework/commonResource/image/2021120112375971754.png) 270px center no-repeat;
}
.counter .coun_con .coun_list .col-1 .select_box,
.counter .coun_con .coun_list .col-2 .select_box{
	position:relative;
	float:left;
}
.counter .coun_con .coun_list .col-1 .select_title,
.counter .coun_con .coun_list .col-2 .select_title{
	height: 48px;
	border: 1px solid #AEAEAE;
	line-height: 48px;
	margin-left: 20px;
	padding-left: 15px;
	color: #999;
	width: 195px;
	background: url(/eportal/uiFramework/commonResource/image/2021120112375971754.png) 180px center no-repeat;
}
.counter .coun_con .coun_list .col-1 .select_title span,
.counter .coun_con .coun_list .col-2 .select_title span{
	text-align:left;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:14px;
}
.counter .coun_con .coun_list .col-1 .select_con,
.counter .coun_con .coun_list .col-2 .select_con{
	display:none;
	position: absolute;
	left: 20px;
	top: 49px;
	width: 210px;
	background: #fff;
	border: 1px solid #AEAEAE;
	border-top: none;
	z-index:10;
}
.counter .coun_con .coun_list .col-1 .select_con li,
.counter .coun_con .coun_list .col-2 .select_con li{
	line-height: 28px;
	padding-left: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #ccc;
	background: #FFF none repeat scroll 0% 0%;
}
.counter .coun_con .coun_list .col-1 input.sum,
.counter .coun_con .coun_list .col-1 input.total_num,
.counter .coun_con .coun_list .col-1 input.result_rate,
.counter .coun_con .coun_list .col-1 input.result_sum{
	width: 195px;
}
.counter .coun_con .coun_list .col-1 input.rate{
	width: 255px;
}
.counter .coun_con .coun_list a{
	display: block;
	width: 170px;
	height: 52px;
	background: #2586ec;
	font-size: 20px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	margin: 10px 0 30px 215px;
}
/*清除浮动
 --------------*/
.clear {
	padding: 0;
	margin: 0;
	width: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	line-height: 0;
}
.clearfix {
  zoom: 1;
  _height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
/*--------------------贷款类计算器----------------------*/
.counter .coun_con .coun_list .col-1 .select_icon{

	display: block;
	height: 50px;
	line-height: 50px;
	color: #555555;
	font-size: 16px;
	padding-left: 25px;
}
.counter .coun_con .coun_list .col-1 .select_icon:hover{
	text-decoration: none;
}
.counter .coun_con .coun_list .col-1 .select_icon.active{

}
.counter .coun_con .coun_list .col-2{
	height: 34px;
	line-height: 34px;
	margin-left: 160px;
	margin-bottom: 20px;
}
.counter .coun_con .coun_list .col-2 span{
	font-size: 16px;
	color: #555555;
	float: left;
	width: 80px;
	text-align: right;
}
.counter .coun_con .coun_list .col-2 span.style01{
	 text-align: left;
}
.counter .coun_con .coun_list .col-2 input{
	width: 213px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #aeaeae;
	padding-left: 10px;
	color: #999999;
	font-size: 14px;
	float: left;
	margin: 0 5px 0 10px;
}
.counter .coun_con .coun_list .col-2 .select_title{
	height: 32px;
	line-height: 32px;
	margin-left: 10px;
	width: 213px;
	background: url(/eportal/uiFramework/commonResource/image/2021120112375971754.png) 190px center no-repeat;
	padding-left: 10px;
}
.counter .coun_con .coun_list .col-2 .select_con{
	top: 32px;
	width: 223px;
	left: 10px;
}
.counter .coun_con .coun_list .col-2.pad01{
	margin-top: -25px;
}
.counter .coun_con .result_box{
	overflow: hidden;
}
.counter .coun_con .result_box .col-1 span{
	width: 150px;
}
.counter .coun_con .result_box .col-1 span.style01{
	width: 30px;
}
.counter .coun_con .coun_list .col-1 span.style02{
	font-size: 20px;
	min-width: 500px;
	text-align: left;
}
.counter .coun_con .result_box .left_res{
	float: left;
	width: 460px;
}
.counter .coun_con .result_box .right_res{
	float: left;
	width: 460px;
}
/*--------------------外币兑换计算器----------------------*/
.counter .coun_con .coun_list .btn_box{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.counter .coun_con .coun_list .btn_box .cal_btn,
.counter .coun_con .coun_list .btn_box button{
	background: #2586ec;
	height: 50px;
	width: 100px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	float: left;
	border: none;
}
.counter .coun_con .coun_list .btn_box .cal_btn{
	margin: 0 0 0 215px;
}
.counter .coun_con .coun_list .btn_box button{
	margin-left: 30px;
	cursor: pointer;
}
.counter .coun_con .coun_list .btn_box .search_relx{
	font-size: 16px;
	color: #555555;
	background: none;
	float: left;
	margin: 0;
	width: 130px;
}
.counter .coun_con .coun_list .select_ind{
	z-index: 999999;
}
/*--------------------首页--搜索结果----------------------*/
.index_search{
	margin-top: 0;
}
.index_search h2{
	color: #2586ec;
}
.index_search .search_key{
	height: 48px;
	overflow: hidden;
}
.index_search .search_key a{
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
}
.index_search .search_key a.search_tit{
	width: 124px;
	text-align: center;
	background: #2586ec;
	color: #fff;
	font-size: 20px;
}
.index_search .search_key input.key_text{
	background: #EEEEEE;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	padding-left: 25px;
	border: 1px solid #dcdcdc;
	border-left: none;
	color: #000000;
	width: 375px;
}
.index_search .search_list{
	margin-top: 35px;
}

.index_search .search_list li{
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.index_search .search_list li a{
	display: block;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #555555;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	max-width: 680px;
	height: 40px;
	padding: 0 10px 0 0;
}
.index_search .search_list li span{
	display: block;
	color: #e1e1e1;
	font-size: 16px;
	text-indent: -9999em;
}
.index_search .search_list li span.date{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	text-indent: 0;
	padding: 0 0 0 10px;
	color: #ababab;
}
.index_search .pagination{
	margin: 80px 0 70px 24%;
}