@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;
	border:0;
}
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;
}
/*header*/
.ahyk-header-box{
	width:100%;
	height:120px;
	background:#fff;
}
.ahyk-top{
	height: 30px;
	width: 100%;
	background: #125eac;
	
}
.ctwd{
	width:1200px;
	margin: 0 auto;
}
.top-p{
	width:50%;
	float: left;
	line-height: 30px;
	color:#fff;
	font-size: 12px;
}
.top-div{
	width:50%;
	float: right;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
}
.top-div-a{
	padding:0 10px;
	float: right;
	color: white;
}
.ahyk-header{
	height:90px;
	margin:0 auto;
}
.ahyk-logo{
	float:left;
	padding-top:10px;
	width: 490px
}
.ahyk-menu{
	float:right;
	width: 600px;
	line-height: 90px;
}
.ahyk-menu li a{
	font-size:18px;
	color: #333;
	height: 70px;
	line-height: 90px;
	margin: 0 20px;
	float: left;
}
.ahyk-menu li a.click{
	border-bottom:3px solid #ffba34;
}

/*right-fixed-bar*/

.right-fixed-bar{
	width: 70px;
	height: 288px;
	position: fixed;
	top: 36%;
	right: 10px;
}
.right-fixed-bar li a{
    width: 80px;
    height: 80px;
    display: block;
    margin-bottom: 2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.right-fixed-bar li a:hover{
    background: #125eac;
}
.right-fixed-bar li a dl{
    text-align: center;
}
.right-fixed-bar li a dl dt{
    padding-top: 12px;
    padding-bottom: 8px;
}
.right-fixed-bar li a dl dt img{
    height: 26px;
}
.right-fixed-bar li a dl dd{
    color:#fff;
    font-size: 13px;
}
/*search*/

.ahyk-search{
	margin-top: 30px;
	height: 70px;
	background: url("../images/search.png") no-repeat left top;
}
.search-box{
	width: 370px;
	float: right;
	margin-right: 34px;
	height: 42px;
	margin-top: 18px
}
.search-text{
	width:289px;
	background:#fff;
	color:#333;
	height:40px;
	float:left;
	padding-left:10px;
	font-size:14px;
}
.search-btn{
	width:70px;
	float:left;
	height:40px;

}
/*推荐及最新服务*/
.hot-tab{
	width:1200px;
	margin:20px auto;
	height:56px;
	line-height: 46px;
	/**border-bottom:1px solid #ddd;*/
}
.hot-tab li{
	float:left;
	line-height:46px;
	font-size:24px;
	color:#333;
	height: 56px;
	text-align:center;
	cursor:pointer;
	margin-right: 60px;
}
.hot-tab li.on{
	background: url("../images/title-bg.png") no-repeat center bottom;
	color:#125eac;
	
}
.hot-tab a.index-btn{
	float:right;
	width: 120px;
	height: 40px;
	background: #125eac;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 10px;
}
.hot-text{
	width:1200px;
	display:none;
}
.hot-content .block{
	display:block;
	
}

.recom-new-ul li a{
	width:380px;
	height:120px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0,0.1);
	margin:0 10px 25px 10px;
	display:block;
	float:left;
	position:relative;
	cursor:pointer;
}

.recom-new-ul2 li {

    margin:0 10px 25px 10px;
    display:block;
    float:left;
    position:relative;
    cursor:pointer;
}

.recom-new-ul2 li a{
    width:380px;
    height:120px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0,0.1);
    margin:0 10px 25px 10px;
    display:block;
    float:left;
    cursor:pointer;
}
.recom-new-ul li a:hover{
	box-shadow:0px 4px 8px rgba(211,211,211, 0.8);
	background: #ebedef;
	-moz-transition: all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; -o-transition:all 1s ease 0s;
}
.recom-new-ul2 li a:hover{
    box-shadow:0px 4px 8px rgba(211,211,211, 0.8);
    background: #ebedef;
    -moz-transition: all 1s ease 0s; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; -o-transition:all 1s ease 0s;
}
.recom-img{
	width:60px;
	height:60px;
	position:absolute;
	top:20px;
	left:25px;
	border:0;
}
.recom-img2{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 40px;
	left: 25px;
	border: 0;
}
.recom-title{
	font-size: 14px;
	color: #333;
	position: absolute;
	left: 100px;
	top: 20px;
	width: 150px;
	overflow: visible;
	display: flex;
	align-items: center;
	text-overflow: ellipsis;
}
.recom-title2{
	font-size:18px;
	color:#333;
	position:absolute;
	left:100px;
	top:70px;
	width:240px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recom-title2_link {
	font-size: 18px;
	color: #992e1c;
	position: absolute;
	left: 100px;
	top: 70px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recom-bm{
	font-size:14px;
	color:#999;
	position:absolute;
	bottom:30px;
	left:100px;
	height: 40px;
	width: 180px;
	display: table;
}

.recom-bm2{
	font-size:13px;
	color:#999;
	position:absolute;
	bottom:15px;
	left:90px;
	height: 20px;
	width: 100px;
}
.recom-bm p{
	font-size:14px;
	color:#999;
	height: 40px;
	width: 180px;
	vertical-align: middle;
	display: table-cell;
}
.pingjia_show{
	height: 18px;
	width: 90px;
	bottom: 23px;
	position: absolute;
	left: 96px;
}
.pingjia_no{
	display: block;
	width: 90px;
	height: 18px;
	background: url(../images/wujiaoxin_02.png);
}
.pingjia_active{
	width: 45px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/wujiaoxin_01.png);
}
/*服务*/
.wd1{
	width:190px;
	height: 190px;
	float: left;
	margin: 10px 5px 0px 5px;

}
.wd2{
	width:390px;
	height: 390px;
	float: left;
	margin: 10px 5px 0px 5px;
	position: relative;
}
.he2{
	width:390px;
	height: 190px;
	float: left;
	margin: 10px 5px 0px 5px;
}
.bgc1{
	background:#3c9ff2;
}
.bgc2{
	background:#ffb65a;
}
.bgc3{
	background:#b28850;
}
.bgc4{
	background:#2c9489;
}
.bgc5{
	background:#7b0707;
}
.fl-p{
	font-size:20px;
	color: #fff;
	width: 100%;
	height: 62px;
	background: rgba(18, 94, 172,0.7);
	text-align: center;
	line-height: 62px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	
}
.fw-box {
	width: 100%;
	height: 100%;
}
.fw-box dt{
	text-align: center;
	width:100%;
}
.fw-box dt img{
	margin-top: 40px;
}
.fw-box dd{
	text-align: center;
	width:100%;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
    color: #fff;
	padding-top: 10px;
}
/*data*/
.data-bg{
	width:100%;
	height:180px;
	background:#123566 url(../images/data-bg.jpg) no-repeat center;
}
.data-title{
	width:1200px;
	margin:0 auto;
}
.data-title img{
	padding-top:60px;
}
.data-nav{
	width:1200px;
	margin:0 auto;
	margin-top:40px;
}
.data-nav li{
	width:220px;
	float:left;
	margin-right:20px;
	margin-top: 26px;
}
.data-nav li .data-left{
	/*float:left;*/
	margin-right:14px;
	color:#fff;
	font-size:50px;
	height:80px;
	border-bottom:2px solid #fcbb07;
	text-align: center;
}
.data-nav li .data-right{
	/*float:left;*/
	color:#fff;
	font-size:16px;
	text-align: center;
}
.data-nav li .data-right p{

}
/*footer*/
.ahyk-footer-bg{
	width:100%;
	height:150px;
	background:#125eac;
}
.ahyk-footer{
	width:1200px;
	margin:0 auto;
}
.footer-left{
	width:450px;
	float:left;
	margin-top:10px;
}
.footer-title{
	font-size:20px;
	color:#fff;
	margin-bottom:45px;
	font-weight:normal;
}
.footer-text{
	color:#ddd;
	font-size:15px;
	line-height:34px;
}
.footer-text a{
	color:#ddd;
	font-size:15px;
	width:170px;
	display:block;
	line-height:34px;
	float:left;
}
.footer-center{
	float:left;
	margin-top:25px;
	width:450px;
}
/*三张清单*/
/*-----------------------三张清单------------------------*/
.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;
    height: 660px;
    overflow-y: auto;
    overflow-x: hidden;

}
.bmdh{
	width:260px;
	text-align:center;
	line-height:50px;
	background:#01499e;
	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 #01499e;
	background:#fff;
	color:#01499e;
	width:228px;
	height:50px;
	line-height:50px;
	padding:0px 15px 0px 10px;
}
.left-list-bar li a.left-click{
	border-left:5px solid #01499e;
	background:#fff;
	color:#01499e;
	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:#01499e;
	/*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:#01499e;
	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:#01499e;
	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;
}
.splist tr td a{
    color:#01499e;
}

/*---------------------------------------------------------------------------服务中心--------------------------------------------------------------*/

.top-select{ 
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
    overflow: hidden;
}
.fwjs-search-text{
	margin-top:20px;
	margin-left: 20px;
	width:300px;
	line-height:36px;
	border:1px solid #125eac;
	padding-left:15px;
	float:left;
	height: 38px;
}

.fwjs-search-text_link{
	margin-top:20px;
	margin-left: 20px;
	width:300px;
	line-height:36px;
	border:1px solid #992e1c;
	padding-left:15px;
	float:left;
	height: 38px;
}
.fwjs-search-btn{
	width:55px;
	height:38px;
	background:#125eac;
	color:#fff;
	font-size:18px;
	border:0;
	margin-top:20px;
	float:left;
}

.fwjs-search-btn_link{
	width:55px;
	height:38px;
	background:#992e1c;
	color:#fff;
	font-size:18px;
	border:0;
	margin-top:20px;
	float:left;
}
.service-center-search{ position:relative; }
.select-bar{ font-size:16px;padding: 0 20px;}
.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.slide-btn1{ 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:#125eac; color:#fff; border-radius:3px;}
.select-bar a.rq{ color:#e72b11;}
.select-bar a.sj{}

.service-center-search_link{ position:relative; }
.select-bar_link{ font-size:16px;padding: 0 20px;}
.select-bar_link a{ margin-bottom:10px; color:#333;display:inline-block; padding:0px 6px; line-height:30px; margin-right:10px;}
.select-bar_link 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_link a.slide-btn1{ 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_link a.active{ background:#992e1c; color:#fff; border-radius:3px;}
.select-bar_link a.rq{ color:#992e1c;}
.select-bar_link a.sj{}

.select-bar .item-list{ padding:15px 0px 0px 0px; border-bottom:1px #e7e7e7 solid; position:relative;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: 100px; float: left;}
.select-bar .item-list h5 .app-icon{ display:none}
.select-bar .item-list div.items{ display:block; width: 1000px; float: left;}
.select-bar .item-list div.slide-items{ display:none;}
.select-bar .item-list div.slide-items1{ display:none;}

.select-bar_link .item-list_link{ padding:15px 0px 0px 0px; border-bottom:1px #992e1c solid; position:relative;overflow: hidden;}
.select-bar_link .item-list_link h5{ font-size:16px; display:inline-block;font-weight:normal; margin-right:10px; vertical-align:top; margin-top:5px; width: 100px; float: left;}
.select-bar_link .item-list_link h5 .app-icon{ display:none}
.select-bar_link .item-list_link div.items{ display:block; width: 1000px; float: left;}
.select-bar_link .item-list_link div.slide-items{ display:none;}
.select-bar_link .item-list_link div.slide-items1{ display:none;}
.zgky-service-bg{
	background:#f9f9f6;
	overflow: hidden;
}
.zgky-service-nav-box{
	width:1200px;
	margin:0 auto;
	min-height:400px;
	overflow: hidden;
	margin-bottom: 30px;
	background: #fff;
}

.zm-nav{
	width:32px;
	height:32px;
	border-radius:8px;
	text-align:center;
	line-height:32px;
	color:#125eac;
	margin-top:30px;
	clear: both;
	margin-left: 20px;
}
.zm-nav_link{
	width:32px;
	height:32px;
	border-radius:8px;
	text-align:center;
	line-height:32px;
	color:#992e1c;
	margin-top:30px;
	clear: both;
	margin-left: 20px;
}
.zgky-service-nav{
	width: 288px;
	height: 120px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 20px 5px 0 5px;
	position: relative;
	float: left;
}
.service-wd li a{
	width: 270px;
	margin: 20px 2px 0 8px;
}
.service-title{
	width:170px;
	font-size: 16px;
	
}
.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: 32px;
	color: #CFCFCF;
}
.collect-heart2{
    position: absolute;
    right: 12px;
    top: 32px;
    color: #CFCFCF;
}
.heart-click{
	color:#d9534f;
}
/*----------------------------------------服务指南-----------------------*/
.small-banner1{
	width:100%;
	height:230px;
	background:url(../images/small1.jpg) no-repeat center;
	background-size:100%;
}

.small-banner2{
	width:100%;
	height:230px;
	background:url(../images/small2.jpg) no-repeat center;
	background-size:100%;
}
.small-banner3{
	width:100%;
	height:230px;
	background:url(../images/small3.jpg) no-repeat center;
	background-size:100%;
}
.small-box{
	width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 230px;
}
.small-box img {
	position: absolute;
	bottom: 0;
}
.neu-guide-box{
	width:1170px;
	min-height:400px;
	margin:20px auto;
	background:#fff;
	overflow:hidden;
}
.neu-guide-box_link{
	width:1170px;
	min-height:400px;
	margin:20px auto;
	background:#fff;
	overflow:hidden;
}

.neu-guide-top{
	width:100%;
	height:165px;
	background:#f3f7fc
}
.neu-guide-top_link{
	width:100%;
	height:165px;
	background:#f3f7fc
}

.neu-guide-top .top-title{
	width:1110px;
	margin: 0 auto;
	height:90px;
	border-bottom:1px solid #d2dfed;
}
.neu-guide-top .top-title_link{
	width:1110px;
	margin: 0 auto;
	height:90px;
	border-bottom:1px solid #d2dfed;
}

.title-h2{
	float:left;
	font-size:28px;
	font-weight:bold;
	color:#04518c;
	padding-top:30px;
}
.title-h2_link{
	float:left;
	font-size:28px;
	font-weight:bold;
	color:#992e1c;
	padding-top:30px;
}

.top-title .btn-green{
	float:right;
	width:98px;
	height:38px;
	background:#47d9bf;
	color:#fff;
	font-size:14px;
	margin-left:20px;
	border-radius:4px;
	cursor:pointer;
	margin-top:30px;
}
.top-title .btn-green:hover{
	background:#26ccae;
}

.top-title .btn-blue{
	float:right;
	width:98px;
	height:38px;
	background:#00a1d9;
	color:#fff;
	font-size:14px;
	margin-left:20px;
	border-radius:4px;
	cursor:pointer;
	margin-top:30px;
}
.top-title .btn-blue:hover{
	background:#992e1c;
}

.top-title .btn-green_link{
	float:right;
	width:98px;
	height:38px;
	background:#D84646;
	color:#fff;
	font-size:14px;
	margin-left:20px;
	border-radius:4px;
	cursor:pointer;
	margin-top:30px;
}
.top-title .btn-green_link:hover{
	background:#D84646;
}


.top-title .btn-blue_link{
	float:right;
	width:98px;
	height:38px;
	background:#D90101;
	color:#fff;
	font-size:14px;
	margin-left:20px;
	border-radius:4px;
	cursor:pointer;
	margin-top:30px;
}
.top-title .btn-blue_link:hover{
	background:#D90101;
}


.top-nav-box{
	width:1110px;
	margin: 0 auto;
	line-height:75px;
}
.top-nav-box p{
	font-size:14px;
	padding-right:55px;
	color:#04518c;
	float:left;
}

.top-nav-box_link{
	width:1110px;
	margin: 0 auto;
	line-height:75px;
}
.top-nav-box_link p{
	font-size:14px;
	padding-right:55px;
	color:#992e1c;
	float:left;
}
.neu-guide-left{
	width:800px;
	margin-left:30px;
	margin-top:30px;
	min-height:380px;
	float:left;
	
}
.neu-guide-left .left-nav{
	width:800px;
	min-height:60px;
	margin:0 0 30px 0;
	
}

.neu-guide-left .left-nav h3{
	font-size:18px;
	color:#00a1d9;
	line-height:40px;
}

.neu-guide-left .left-nav p{
	font-size:16px;
	color:#333;
	line-height:34px;
}
.neu-guide-left_link{
	width:800px;
	margin-left:30px;
	margin-top:30px;
	min-height:380px;
	float:left;

}
.neu-guide-left_link .left-nav_link{
	width:800px;
	min-height:60px;
	margin:0 0 30px 0;

}

.neu-guide-left_link .left-nav_link h3{
	font-size:18px;
	color:#D90101;
	line-height:40px;
}

.neu-guide-left_link .left-nav_link p{
	font-size:16px;
	color: #333;
	line-height:34px;
}


.neu-guide-right{
	float:right;
	margin-right:30px;
	width:300px;
	background:#f6f6f6;
	height:380px;
	margin-top:30px;
}

.neu-guide-right .right-nav{
	width:270px;
	min-height:60px;
	margin:10px 10px 10px 20px;	
}

.neu-guide-right .right-nav h3{
	font-size:16px;
	color:#04518c;
	line-height:34px;
	font-weight:normal;
}
.neu-guide-right .right-nav p{
	font-size:14px;
	color:#333;
	line-height:28px;
}

.neu-guide-right_link{
	float:right;
	margin-right:30px;
	width:300px;
	background:#f6f6f6;
	height:380px;
	margin-top:30px;
}

.neu-guide-right_link .right-nav_link{
	width:270px;
	min-height:60px;
	margin:10px 10px 10px 20px;
}

.neu-guide-right_link .right-nav_link h3{
	font-size:16px;
	color:#992e1c;
	line-height:34px;
	font-weight:normal;
}
.neu-guide-right_link .right-nav_link p{
	font-size:14px;
	color:#333;
	line-height:28px;
}

/*neu-guide-bottom*/
.neu-guide-bottom{
	width:1110px;
	min-height:250px;
	margin:20px auto;
	overflow:auto;
	background:#fff;	

}
/*tab*/
.neu-guide-bottom .tab{
	height:48px;
	border-bottom:1px solid #04518c;
	cursor:pointer;
}
.neu-guide-bottom .tab ul { 
	zoom: 1; 
	clear: both; 
} 

.neu-guide-bottom .tab ul:after { 
	display: block; 
	height: 0px; 
	visibility: hidden; 
	clear: both; 
	content: ""; 
}
.neu-guide-bottom .tab ul li { 
	text-align: center;
	height:46px; 
	line-height: 46px; 
	width: 150px; 
	display: inline; 
	background: #fff; 
	float: left;  
	color: #333333;
	font-family:"微软雅黑";
	font-size:16px;
} 
.neu-guide-bottom .tab ul li.on { 
	background: #fff;
	color: #04518c;
	height: 49px;
	border: 1px solid #04518c;
	border-bottom: 0; 
	font-weight:bold;
}



/*tabList*/
.neu-guide-bottom .tabList {  
	height: auto;  
} 
.neu-guide-bottom .tabList .one {   
	display: none; 
	clear:both; 
}
/*news*/ 
.neu-guide-bottom .tabList .one .news{
	height:auto;
	width:100%;
	margin-top: 20px;
}
.neu-guide-bottom .tabList .one .news li{
	color:#333333;
	line-height:50px;
	font-size:14px;
	padding-left:10px;
	border-bottom:1px dashed #999999;
}
.neu-guide-bottom .tabList .one .news li span{
	float:right;
	padding-right:10px;
	color:#666666;
}

.neu-guide-bottom .tabList .one .news .news_title:hover{
	color:#18840d;

}
.neu-guide-bottom .tabList .one .news_more{
	float:right;
	color:#666666;
	line-height:35px;
	padding-right:15px;
}
/*flow*/
.neu-guide-bottom .tabList .one .flow{
	height:auto;
}

.neu-guide-bottom .tabList .one .flow li{
	text-align:center;
}
/*data*/
.neu-guide-bottom .tabList .one .data{
	width:100%;
	line-height:35px;
	margin-top:20px;
}
.neu-guide-bottom .tabList .one .data td{
	line-height:50px;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
}

.neu-guide-bottom .tabList .one .data td.nm{
	text-align:center;
}
.neu-guide-bottom .tabList .block { 
	display: block; 
}


/*neu-guide-bottom*/
.neu-guide-bottom_link{
	width:1110px;
	min-height:250px;
	margin:20px auto;
	overflow:auto;
	background:#fff;

}
/*tab*/
.neu-guide-bottom_link .tab{
	height:48px;
	border-bottom:1px solid #992e1c;
	cursor:pointer;
}
.neu-guide-bottom_link .tab ul {
	zoom: 1;
	clear: both;
}

.neu-guide-bottom_link .tab ul:after {
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: "";
}
.neu-guide-bottom_link .tab ul li {
	text-align: center;
	height:46px;
	line-height: 46px;
	width: 150px;
	display: inline;
	background: #fff;
	float: left;
	color: #333333;
	font-family:"微软雅黑";
	font-size:16px;
}
.neu-guide-bottom_link .tab ul li.on {
	background: #fff;
	color: #992e1c;
	height: 49px;
	border: 1px solid #992e1c;
	border-bottom: 0;
	font-weight:bold;
}

/*tabList*/
.neu-guide-bottom_link .tabList {
	height: auto;
}
.neu-guide-bottom_link .tabList .one {
	display: none;
	clear:both;
}
/*news*/
.neu-guide-bottom_link .tabList .one .news{
	height:auto;
	width:100%;
	margin-top: 20px;
}
.neu-guide-bottom_link .tabListk .one .news li{
	color:#333333;
	line-height:50px;
	font-size:14px;
	padding-left:10px;
	border-bottom:1px dashed #999999;
}
.neu-guide-bottom_link .tabList .one .news li span{
	float:right;
	padding-right:10px;
	color:#666666;
}

.neu-guide-bottom_link .tabList .one .news .news_title:hover{
	color:#18840d;

}
.neu-guide-bottom_link .tabList .one .news_more{
	float:right;
	color:#666666;
	line-height:35px;
	padding-right:15px;
}
/*flow*/
.neu-guide-bottom_link .tabList .one .flow{
	height:auto;
}

.neu-guide-bottom_link .tabList .one .flow li{
	text-align:center;
}
/*data*/
.neu-guide-bottom_link .tabList .one .data{
	width:100%;
	line-height:35px;
	margin-top:20px;
}
.neu-guide-bottom_link .tabList .one .data td{
	line-height:50px;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
}

.neu-guide-bottom_link .tabList .one .data td.nm{
	text-align:center;
}
.neu-guide-bottom_link .tabList .block {
	display: block;
}


/*--------------------------二级导航-------------------------*/
.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 #0b417c; color:#0b417c; background:#fff url(../images/pro_left.png) center right no-repeat; text-decoration:none;
}
.menu_list .current{border-left:5px solid #0b417c; color:#0b417c; 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:30px;color:#777777;background:#fff;text-decoration:none;}
.menu_body a.menu-click{ background:#0b417c; color:#fff;}
.menu_body a:hover{text-decoration:none; background:#0b417c; color:#fff;}


.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;
}
/*个人数据中心*/
.grsj-box{
	width: 1200px;
	margin:20px auto;
}
.sj-top-box{
	width: 100%;
	height: 120px;
	background: #125eac url(../images/top-img-bg.jpg.) bottom right no-repeat;
}
.sj-name{
	font-size: 24px;
	color:#fff;
	min-width: 100px;
	text-align: center;
	line-height: 120px;
	padding:0 20px;
	background: #074a8f;
	float: left;
}
.sj-num{
	padding-top: 30px;
	color:#fff;
	font-size:16px;
	padding-left:30px;
	line-height: 30px;
	float: left;
}


/* personal styles start */
  .person-brief .left img {
	width: initial;
	display: inherit;
	display: block;
	height: 100%;
	margin: 0 auto; }

 .hrbeu-person-top-link .menu-block-wrapper ul.menu {
	padding: 0;
	background: #ffffff !important; }
.hrbeu-person-top-link .menu-block-wrapper ul.menu li {
	width: 20% !important;
	height: 60px;
	background: #3aa5a7 url(../images/dot1.png) 20% no-repeat; }
.hrbeu-person-top-link .menu-block-wrapper ul.menu li a {
	padding: 0;
	line-height: 60px; }
 .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a01 {
	background-color: #3aa5a7; }
 .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a02 {
	background-color: #c03e2e; }
.hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a03 {
	background-color: #09a059; }
.hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a04 {
	background-color: #e07443; }
 .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a05 {
	background-color: #ed8f1d; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a06 {
	background-color: #62be2f; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a07 {
	background-color: #d99156; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a08 {
	background-color: #5093e1; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a09 {
	background-color: #ed5c5f; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a10 {
	background-color: #3398cc; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a11 {
	background-color: #39a5a7; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a12 {
	background-color: #0c9e5d; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a13 {
	background-color: #de994e; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a14 {
	background-color: #5094df; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-a15 {
	background-color: #ed5d5d; }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-tx {
	background-image: url(../images/dot2.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-xlxw {
	background-image: url(../images/dot3.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-gzjl {
	background-image: url(../images/dot4.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-zwzj {
	background-image: url(../images/dot5.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdjx {
	background-image: url(../images/dot6.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdky {
	background-image: url(../images/dot7.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdcg {
	background-image: url(../images/dot8.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdcw {
	background-image: url(../images/dot9.png); }
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdzc {
	background-image: url(../images/dot10.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdcc {
	background-image: url(../images/dot11.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdts {
	background-image: url(../images/dot12.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-xyk {
	background-image: url(../images/dot13.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-xyw {
	background-image: url(../images/dot14.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-grzy {
	background-image: url(../images/dot15.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-jt {
	background-image: url(../images/dot16.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-qgjx {
	background-image: url(../images/dot17.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdzz {
	background-image: url(../images/dot18.png);
}
  .hrbeu-person-top-link .menu-block-wrapper ul.menu li.li-classify.lic-wdsj {
	background-image: url(../images/dot19.png);
}

  .main-content .tab {
	border-bottom: 2px solid #3aa5a7;
	width: 100%;
	float: left;
	background: #FFF;
	padding-top: 20px;
}
  .main-content .products {
	background: #FFF;
	width: 100%;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
  .main-content .tab .tab-item {
	display: inline-block;
	cursor: pointer;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #333; }
  .main-content .tab .tab-item.active {
	color: #fff;
	background: #3aa5a7; }

  .main-content .products > .item-list {
	display: none;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

 .hrbeu-person-top-link ul{
	width: 100%;
	float: left;
	padding-bottom: 20px;
	background: #e6e4e4;
}
.hrbeu-person-top-link li{
	list-style: none;
	margin:0;
	width: 16%;
	float: left;
	height: 115px;
	position: relative;
	padding: 0;
}
.hrbeu-person-top-link li a{
	text-align: center;
	width: 100%;
	padding-top: 60px;
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
}
.change-select .main-content .tab {
    border-bottom: 2px solid #3aa5a7;
    width: 100%;
    float: left;
    background: #FFF;
    padding-top: 20px;
}
.change-select .main-content .products {
    background: #FFF;
    width: 100%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.change-select .main-content .tab .tab-item {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333; }
.change-select .main-content .tab .tab-item.active {
    color: #fff;
    background: #3aa5a7; }

.change-select .main-content .products > .item-list {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

body{
    background: #e6e4e4;
}
body .hrbeu-person-form{
    background: none;
}
 .main-content>.item-list{
    width: 92%;
    float: left;
    padding:50px 4%;
    position: relative;
}
 .main-content>.item-list .item-list{
    width: 94%;
    float: left;
    padding: 25px 3%;
    background: none;
}
 .main-content>.item-list:nth-child(odd){
    background: #FFF;
}
 .main-content>.item-list:nth-child(even){
    background: #f4f4f4;
}
 .main-content .item-list h3{
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
}
 .main-content .item-list li{
    width: 33%;
    float: left;
    margin-bottom: 20px;
}
 .main-content .item-list span{
    font-size: 16px;
    color: #666;
    width: 60%;
    display: inline-block;
}
 .main-content .item-list span.label{
    color: #333;
    vertical-align: top;
    font-weight: bold;
    width: 35%;
}
 .item-list th{
    background: #1d5897;
    border:1px solid #1d5897;
    font-size: 14px;
    line-height: 20px;
    padding: 1em;
     color:#fff;
     text-align: left;
}
 .item-list tr{
    background: #FFF;
}
 .item-list tr.even{
    background:#f4f4f4;
}
 .item-list td{
    padding: 0.8em;
}
 table{
    width: 100%;
}
 caption{
    font-size: 22px;
    color: #333;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
}
 caption>.confirm-link{
    position: absolute;
    top: 0;
    right: 5px;
    padding: 5px 10px;
    background: #1d5897;
    color: #FFF;
    border-radius: 4px;
    z-index: 98;
    font-size: 12px;
}
 caption>.confirm-link:nth-child(2){
    right: 100px;
}
 caption>.confirm-link:nth-child(3){
    right: 200px;
}
  .hrbeu-breadcrumbs{
    display: none;
}
>.main-content{
    padding-top: 160px;
}
 .hrbeu-person-top-link ul{
    width: 100%;
    float: left;
    padding-bottom: 20px;
    background: #e6e4e4;
}
 .hrbeu-person-top-link li{
    list-style: none;
    margin:0;
    width: 16%;
    float: left;
    height: 115px;
    position: relative;
    padding: 0;
}
 .hrbeu-person-top-link li a{
    text-align: center;
    width: 100%;
    padding-top: 60px;
    position: relative;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}

.main-content .item-list span.timeline-date{
    width: 98%;
    float: left;
    padding: 30px 0;
    padding-left: 2%;
    border-left: 2px solid #af251b;
    font-style: 14px;
    color: #af251b;
    /*background: url(../images/time-line.png) 0 50% no-repeat;*/
    position: relative;

}
.time-line .timeline-date i:before{
    content: '';
    position: absolute;
    top: 34px;
    left: -8px;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background: #ffcc00;

}
.time-line .time-tree-list{
    width: 100%;
    float: left;
}
.time-line  .timeline-content{
    width: 98%;
    float: left;
    padding-left: 2%;
    border-left: 2px solid #af251b;
}
.node-type-article>.main-content{
    padding-top:100px;
}


.item-list th{
    background: #1d5897;
    border:1px solid #1d5897;
    font-size: 14px;
    line-height: 20px;
    padding: 1em;
    color:#fff;
    text-align: left;
}
.item-list tr{
    background: #FFF;
}
 .item-list tr.even{
    background:#f4f4f4;
}
 .item-list td{
    padding: 1em;
}
.page-personal-center table{
    width: 100%;
}
.alk-service-nav-title {
	width: 90%;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #FAFAFA;
}
.alk-service-nav-title_link {
	width: 90%;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
	color: #992e1c;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	border-bottom: 1px solid #992e1c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #FAFAFA;
}

.index-top-box{
	width: 100%;
	height: 170px;
	margin:0 auto;
	z-index: 1000;
	position: absolute;
	top: 380px;
}
.index-top-box .top-wrap{
	width: 1250px;
	height: 170px;
	background: #125eac;
	margin:0 auto;
}
.index-top-box .top-wrap li{
	list-style: none;
	width: 399px;
	float: left;
	border-right: 1px solid #fff;
	height: 130px;
	margin: 20px 0;
}
.index-top-box .top-wrap li img{
	padding:30px 10px 0 50px;
	float: left;
	width: 65px;
}
.index-top-box .top-wrap li h3{
	width: 210px;
	color:#fff;
	font-size: 18px;
	float: left;
	padding:20px 0px 10px 10px;
}
.index-top-box .top-wrap li p{
	width: 210px;
	color:#fff;
	font-size: 16px;
	float: left;
	padding:0px 0px 10px 10px;
}
.index-top-box .top-wrap li p span{
	font-weight: bold;
	color:#ffba34
}
.index-top-box .top-wrap li a dl{
	width: 25%;
	float: left;
}
.index-top-box .top-wrap li a dl dt{
	text-align: center;
	width: 100%;
	height: 70px;
}
.index-top-box .top-wrap li a dl dt img{
	text-align: center;
	padding-top:10px;
	padding-left: 20px;
	margin-left: 10px;
}
.index-top-box .top-wrap li a dl dd{
	font-size: 17px;
	color:#fff;
	text-align: center;
	width: 100%;
	padding-top:20px;
	padding-left:0px;
}
.index-top-box .top-wrap li a dl dd span{
	color:#ffba34;

}