/*<!--金牌项目-->*/
.project_in{
	width: 100%;
	background: #f4f4f4;
	height: 344px;
}
.project_index{
	width: 1200px;
	margin: 0 auto;
}
.project_index .project_a{
	width: 180px;
	margin: 0 auto;
	padding-top: 60px;
}
.project_tit{
	text-align: center;
	font-size: 30px;
	color: #3c3c3c;
	font-weight: bold;
	margin-bottom: 15px;
}
.project_index ul{
	/*overflow: hidden;*/
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.project_index ul li{
	width: 240px;
	height: 100px;
	float: left;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.project_index ul li:hover{
	box-shadow: 0px 4px 25px #f4f4f4;
    transform: translateY(-4px);
}
/*资质服务*/
.service_index{
	height: 845px;
	background: #FFFFFF;
}
.service_in{
	width: 1200px;
	margin: 0 auto;
}
.service_tit{
	width: 255px;
	margin: 0 auto;
	padding-top: 60px;
}
.service_a{
	text-align: center;
	font-size: 30px;
	color: #3c3c3c;
	font-weight: bold;
	margin-bottom: 15px;
}
.service_ul{
	width: 1050px;
	margin: 0 auto;
	height: 220px;
	margin-top: 38px;
}
.service_ul li{
	float: left;
	width: 125px;
	margin-right: 175px;
    transition: all 0.2s ease-out;
}
.service_ul li:hover{
    background-color: #FFFFFF;
    transform: translateY(-7px);
}
.service_ul li:hover a:nth-child(2){
	background: #f96e59;
	color: #FFFFFF;
}
.service_ul li:nth-child(4){
	margin-right: 0;
}
.service_ul li img{
	display: block;
	margin: 0 auto;
}
.service_ul li a:nth-child(2){
	display: block;
	width: 79px;
	height: 28px;
	border: 1px solid #f96e59;
	font-size: 14px;
	color: #f96e59;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	margin-top: 16px;
}


.service_ulv{
	width: 1050px;
	margin: 0 auto;
	height: 220px;
	margin-top: 67px;
}
.service_ulv li{
	float: left;
	width: 125px;
	margin-right: 175px;
    transition: all 0.2s ease-out;
}
.service_ulv li:hover{
    background-color: #FFFFFF;
    transform: translateY(-7px)
}
.service_ulv li:hover a:nth-child(2){
	background: #f96e59;
	color: #FFFFFF;
}
.service_ulv .service_ula{
	width: 155px;
	margin: 0 160px;
}
.service_ulv .service_ulb{
	margin: 0;
}
.service_ulv li:nth-child(4){
	margin-right: 0;
}
.service_ulv li img{
	display: block;
	margin: 0 auto;
}
.service_ulv li a:nth-child(2){
	display: block;
	width: 79px;
	height: 28px;
	border: 1px solid #f96e59;
	font-size: 14px;
	color: #f96e59;
	text-align: center;
	line-height: 28px;
	margin: 0 auto;
	margin-top: 16px;
}
.service_c{
	width: 267px;
	height: 41px;
	background: #f96e59;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 41px;
	border-radius: 5px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 93px;
}
/*热门资质,即刻开抢*/
.hot_aptitude{
	height: 757px;
	background: #f4f4f4;
}
.aptitude_a{
	width: 1200px;
	margin: 0 auto;
}
.aptitude_tit{
	width: 335px;
    margin: 0 auto;
    padding-top: 60px;
}
.aptitude_tita{
	text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 15px;
}
.aptitude_ul{
	margin-top: 50px;
	height: 467px;
}
.aptitude_ul .aptitude_ul_li{
	float: left;
	position: relative;
	background: #FFFFFF;
	margin-right: 26px;
	margin-bottom: 24px;
}
.aptitude_ul .aptitude_ul_li:nth-child(3n){
	margin-right: 0;
}
.aptitude_ul .aptitude_ul_li .fix_a{
	height: 220px;
	width: 381px;
	background: #f4f4f4;
}
.aptitude_ul .aptitude_ul_li .fix_b{
	position: absolute;
	top: 0;
	height: 218px;
	width: 379px;
	background: #FFFFFF;
	z-index: 2;
	border: 1px solid #dfe1e4;
	transition: .2s;
}
.aptitude_lik{
	text-align: center;
	line-height: 41px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	height: 41px;
	width: 100%;
	background: rgba(249,110,89,.7);
	position: absolute;
	bottom: -44px;
	transition: all 0.2s ease-out;
}
.fix_b .aptitude_name{
	font-size: 18px;
    color: #464646;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #dfe1e4;
    border-left: 3px solid #f96e59;
    padding-left: 18px;
    position: relative;
}
.fix_b .aptitude_name i{
	position: absolute;
	top: -17px;
	font-size: 24px;
    color: #f96e59;
}
.aptitude_content{
	margin-top: 22px;
	padding: 0 19px;
	overflow: hidden;
	height: 103px;
}
.aptitude_content_a{
	float: left;
	width: 273px;
}
.aptitude_content_a p{
	font-size: 14px;
    color: #888888;
    margin-bottom: 18px;
}
.aptitude_content_a p i{
	font-size: 14px;
    color: #f96e59;
}
.aptitude_content_a ul{
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}
.aptitude_content_a ul li{
	font-size: 14px;
    color: #3c3c3c;
    line-height: 21px;
}
.aptitude_content_b{
	float: right;
	font-size: 18px;
    color: #f96e59;
}
.aptitude_bottom{
	width: 100%;
	height: 41px;
	line-height: 41px;
	border-top: 1px solid #dfe1e4;
}
.aptitude_bottom ul{
	overflow: hidden;
}
.aptitude_bottom ul li{
	float: left;
	width: 32%;
	font-size: 12px;
    color: #888888;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
}
.aptitude_bottom ul li:nth-child(1){
	padding-left: 13px;
}
.aptitude_bottom ul li i{
	font-size: 12px;
    color: #c9c9c9;
}
.aptitude_c{
    width: 267px;
    height: 41px;
    background: #f96e59;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 32px;
}
/*工商财税*/
.finance{
	background: #FFFFFF;
	height: 454px;
}
.fin_a{
	width: 1200px;
	margin: 0 auto;
}
.finance_tit{
    width: 217px;
    margin: 0 auto;
    padding-top: 60px;
}
.finance_tita{
    text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 15px;
}
.fin_ul{
	margin-top: 38px;
	height: 121px;
}
.fin_ul li{
	height: auto;
	float: left;
	padding: 0 59px;
	transition: all 0.2s ease-out;
}
.fin_ul li:hover{
	transform: translateY(-7px)
}
.fin_ul li:nth-child(6){
	padding-right: 0;
	border: 0;
}
.fin_ul li.fin_bor{
	padding: 0;
	height: 73px;
	width: 1px;
	background: #dcdcdc;
}
.finance_c{
    width: 267px;
    height: 41px;
    background: #f96e59;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 93px;
}
/*高薪聘请*/
.pay_a{
	height: 617px;
	background: #f4f4f4;
}
.pay_b{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.pay_tit{
	width: 253px;
    margin: 0 auto;
    padding-top: 60px;
}
.pay_tita{
	text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 15px;
}
.pay_ul{
	height: 336px;
	margin-top: 44px;
}
.pay_ul li{
	width: 381px;
	height: 149px;
	border: 1px solid #dfe1e4;
	background: #FFFFFF;
	float: left;
	margin-right: 24px;
	margin-bottom: 30px;
	transition: all 0.2s ease-out;
}
.pay_ul li:nth-child(3n){
	margin-right: 0;
}
.pay_ul li:hover{
	box-shadow: 0px 15px 20px #cdcdcd;
	transform: translateY(-3px);
}
.pay_ul li .pay_top{
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #dfe1e4;
    border-left: 3px solid #f96e59;
    padding: 0 18px;
}
.pay_le{
	height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #464646;
    font-weight: bold;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.pay_many{
	font-size: 16px;
    color: #f96e59;
    float: right;
    height: 52px;
    line-height: 52px;
}
.pay_bot{
	overflow: hidden;
	padding: 0 18px;
}
.pay_name{
	float: left;
}
.pay_name .name_a{
	margin-top: 24px;
	font-size: 16px;
    color: #626262;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pay_name .time_a{
	margin-top: 24px;
	font-size: 12px;
    color: #afafaf;
}
.pay_logo{
	margin-top: 18px;
	float: right;
	width: 54px;
	height: 54px;
	overflow: hidden;
	border: 1px solid #dfe1e4;
}
.pay_logo img{
	width: 54px;
	height: 54px;
}
.pay_c{
	width: 267px;
    height: 41px;
    background: #f96e59;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 32px;
}
.pay_d{
	position: absolute;
	right: -52px;
    top: 111px;
}
/*行业资讯*/
.information_a{
	height: 744px;
	background: #FFFFFF;
}
.information_b{
	width: 1200px;
	margin: 0 auto;
}
.information_tit{
    width: 225px;
    margin: 0 auto;
    padding-top: 60px;
}
.information_tita{
	text-align: center;
    font-size: 30px;
    color: #3c3c3c;
    font-weight: bold;
    margin-bottom: 15px;
}
.infor_ul{
	overflow: hidden;
	margin-top: 42px;
}
.infor_ul .infor_li{
	width: 380px;
	height: 490px;
	border: 1px solid #dfe1e4;
	float: left;
	padding: 0 23px;
	padding-top: 28px;
}
.infor_ul .infor_li:nth-child(2){
	margin: 0 27px;
}
.infor_li p{
 	font-size: 22px;	
    color: #282828;
}
.infor_li p i{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;	
    color: #FFFFFF;
	background: #c2c2c2;
	border-radius: 50%;
	float: right;
	cursor: pointer;
}
.infor_img{
	width: 331px;
	height: 128px;
	overflow: hidden;
	margin-top: 25px;
}
.infor_img img{
	width: 331px;
	height: 128px;
}
.infor_li ul{
	margin-top: 22px;
	width: 331px;
	overflow: hidden;
}
.infor_li ul li{
	margin-bottom: 21px;
	overflow: hidden;
}
.infor_li ul li .infor_p1{
	display: inline-block;
	font-size: 15px;	
    color: #7c7c7c;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infor_li ul li .infor_p2{
	float: right;
	font-size: 15px;	
    color: #bdbdbd;
}
/*logo*/
.logo_a{
	height: 305px;
	background: #f4f4f4;
}
.logo_b{
	width: 1200px;
	margin: 0 auto;
}
.logo_b ul{
	overflow: hidden;
	padding-top: 52px;
}
.logo_b ul li{
	float: left;
	width: 144px;
	margin-right: 67px;
	transition: all 0.2s ease-out;
}
.logo_b ul li:hover{
    transform: translateY(-7px);
}
.logo_b ul li:nth-child(6){
	margin: 0;
}
