@charset "utf-8";
/* CSS Document */
ul,li,p{
	margin: 0px;
	padding: 0px;
}
/*首页产品栏*/
.trends{
	width: 100%;
	background-color: #f7f8fa;
	height: 280px;
	padding: 60px 0;
}
.trends_center{
	width: 1200px;
	margin:0 auto;
}
.trends .trend{
	float: left;
	width:23.6%;
	height: 280px;
	background-color: #ffffff;
	margin-left: 20px;
	overflow: hidden;
}
.left_zeor{
	margin-left: 0 !important;
}
.trend h4{
	font-size: 16px;
	height: 53px;
	line-height: 53px;
	margin:16px 0 11px 41px;
	color: #ff3f40;
}
.trend p{
	line-height: 24px;
	font-size: 14px;
	margin:0 40px;
	color: #333333;
}
.trend .free_icon{
	display: inline-block;
	margin-top: 43px;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ff3f40;
	border-radius: 15px;
	background: #fff;
	color: #ff3f40;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	box-sizing: content-box;
}
.trend .hr_title{
	color: #1a70ff;
}
.trend .hr_icon{
	color: #1a70ff;
	border: 1px solid #1a70ff;
}
.tc{
	text-align:center;
}
.trend .yl_title{
	color:#02d2a4;
}
.trend .yl_icon{
	color: #02d2a4;
	border: 1px solid #02d2a4;
}
.trend h4 img{
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 5px;
}
/*解决方案*/
.solution{
	width: 90%;
	padding:30px 0;
	overflow: hidden;
}
.solution_title{
	text-align: center;
	font-size: 18px;
	margin-bottom:20px;
}


/*服务网点*/
.scope{
	width: 100%;
	background-color: #f7f8fa;
}
.scope_map img{
	margin-top:10px;
}
.scope_center{
	width: 90%;
	padding:30px 0px 20px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
/*服务特色*/
.product_title{
	text-align: center;
	padding:30px 0px 0px;
	font-size: 18px;
	font-weight: 600;
}
.product_show{
	width: 1200px;
	margin:0 auto;
	padding-top: 40px;
}

/*新闻中心*/
.medium{
	width: 100%;
	background: url(../images/medium_bg.png) no-repeat center;
	margin-top:15px;
	padding-bottom: 10px;

}
.medium_title{
	text-align: center;
	font-size: 18px;
	color:#fff;
}
.medium_center{
	width:1200px;
	height:45px;
	margin-top: 40px;
}
.medium_content{
	width: 70%;
	margin-top: 15px;
	overflow: hidden;
}
.medium_trends{
	color: #fff;
	text-align: center;
	line-height: 32px;
	width: 50%;
	height: 32px;
	background-color: #fb682d;
}
.medium_policy{
	text-align: center;
	line-height: 32px;
	width: 50%;
	height: 32px;
	background-color: #fff;
}
.medium_trends_content{
	width:90%;
	background-color:#fff;
	margin-top:20px;
}
.medium_trends_text{
	width:90%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #f2f4fa;
}
.m_text_left:hover{
	color:#ff3f40;
}
.m_text_left{
	font-size:12px;
	width: 64%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.m_time_right{
	font-size:12px;
	color:#808080;
}
/*合作伙伴*/
.case{
	margin-bottom:30px;
}
.case_tittle{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.banner6{
	width:90%;
	display: block;
	margin:0 auto;
	padding-top: 15px;
}
.case ul{
	width: 1200px;
	margin:0 auto;
	margin-top: 50px;

}
.case ul li{
	float: left;
	width: 238px;
	border-left: 1px solid #ededee;
	border-top: 1px solid #ededee;
}
.case ul li img{
	width: 238px;
}
.border_right{
	border-right: 1px solid #ededee !important;
}
.border_bottom{
	border-bottom: 1px solid #ededee !important;
}
/*补充医疗*/
.medical_show{
	width:90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.medical_show li{
	width:100%;
	border:1px solid #e7e8ed;
	overflow:hidden;
	margin-bottom:20px;
}
.yl_bg_cost{
	width:85%;
	overflow:hidden;
}
.yl_bg_cost_gd{
	width:85%;
	margin-top: 15px;
	overflow:hidden;
}
.yl_type{
	font-size:14px;
	font-weight:600;
}
.yl_type_cost{
	font-size:14px;
	color:#fb682d;
	font-weight:600;
}
.all_type{
	float:left;
}
.yl_bg_cost li{
	width:25%;
	height:40px;
	line-height:40px;
	text-align:left;
	clear:both;
	border:none;
	margin-left:0px;
}
.yl_type_tit{
	color:#999;
}
/*产品*/
.program dl dd table{
	width:100%;
	margin-bottom:10px;
	margin-top:-10px;
}
.set_meal{
	margin:0px;
}
.program dl dd table th{
	line-height: 36px;
	font-size: 12px;
	color: #808080;
	border:none;
	text-align: left;
	border-bottom:1px solid #ddd;
}
.program dl dd table td{
	line-height: 24px;
	font-size: 12px;
	color: #808080;
	border:none;
	text-align: left;
}
.program .zixun{
	width: 100%;
	height: 34px;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	background-color: #fb682d;
	cursor: pointer;
	margin-bottom: 5px;
	border-radius: 6px;
}
/*我们的优势*/
.flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.yl_left_advantage{
	float:left;
}
.left_advantage_width{
	width:100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.left_advantage_p{
	height: 145px;
	line-height: 30px;
}
.advantage_p_tit{
	font-weight:600;
	padding-left: 10px;
}
.width_center{
	width:90%;
	display: block;
	margin:0 auto;
	overflow: hidden;
}
.p{
	line-height: 20px;
	font-size: 12px;
	color: #808080;
	text-align: justify;
	padding-top: 5px;
}
.ad_top{
	margin-top:50px;
}
.yl_right_advantage{
	width:48%;
}
/*我们的资质*/
.zbj{
	width: 100%;
	overflow: hidden;
	padding: 30px 0px;
}
.zbj_title{
	text-align: center;
	font-size:18px;
	margin-bottom:20px;
}
.zbj_flex{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.zizhi_img{
	width: 70%;
	display: block;
	margin: 0 auto;
}
.zizhi_p{
	text-align:justify;
}
.zizhi_p p{
	line-height: 20px;
	font-size: 12px;
	color: #808080;
}
.zizhi_p_tit{
	font-size: 14px !important;
	color: #ff6a38 !important;
	margin-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	font-weight: 600;
}

/*电话咨询*/
.zixun_bg{
	width:100%;
	min-width:960px;
	padding:80px 0px 110px;
	background: url(../images/yl_zixun_bg.png) no-repeat center;
}
.zixun_title{
	font-size: 18px;
	text-align: center;
	padding-bottom: 20px;
}
.zixun_txt{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.zixun_txt p{
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.zixun_phone{
	height: 32px;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	background-color: #fb682d;
	border: none;
	outline: none;
	margin-top: 15px;
	padding: 0px 20px;
	border-radius: 50px;
}
/*标语*/
.slogn{
	width:1200px;
	height:180px;
	padding:40px 0px;
}
.slogn_title{
	text-align:center;
	font-size:24px;
	color:#4d4d4d;
}
/*联系我们*/
.message{
	width: 100%;
	position: relative;
	background: url(../images/yl_message.png) no-repeat center;
}
.message .a_span{
	height:1px;
	overflow: hidden;
	position: absolute;
	top: -104px;
}
.messages_box{
	width: 100%;
	padding: 30px 0px;
	margin: 0px auto;
}
.messages_title{
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 15px 0px 20px;
}
.messages_box .form_box{
	width: 90%;
	margin:0px auto;
}
.messages_box ul{
	border:none;
	*border:0px;
	padding:10px;
	background: url(../images/opacity_bg.png) repeat!important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.messages_box ul li{
	position: relative;
	z-index: 3;
	overflow: hidden;
	margin-bottom:10px;
}
.messages_box ul li.placeholder_li{
	margin-bottom: 0;
}
.messages_box ul li .icon{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 6;
	top:13px;
	left:12px;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
.messages_box ul li .icon2{
	background-position: 0px -20px;
}
.messages_box ul li .icon3{
	background-position: 0px -60px;
}
.messages_box ul li .icon4{
	background-position: 0px -40px;
}
.messages_box ul li input{
	width: 380px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
	height: 22px;
	border:1px solid #fff;
	padding:10px 10px 10px 38px;
	background-color: #fff;
	display: block;
}
.messages_box ul li textarea{
	width: 380px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	height: 100px;
	border:1px solid #fff;
	padding:10px 10px 30px 38px;
	background-color: #fff;
	display: block;
}
.messages_box ul li .tip{
	height:30px;
	line-height: 30px;
	width: 70px;
	position: absolute;
	bottom:16px;
	right:0px;
	z-index: 6;
	font-size: 12px;
	color:#999;
	opacity: 0.8;
	filter:alpha(opacity=80);
	display: inline-block;
}
.messages_box ul li .iIcon{
	display: block;
	width: 12px;
	text-align: center;
	line-height: 12px;
	height: 12px;
	font-size: 20px;
	*font-size: 12px;
	color: #fb682d;
	position: absolute;
	z-index: 6;
	top:20px;
	right:12px;
}
.messages_box .fieldset_submit{
	width: 160px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color:#fff;
	display: block;
	margin:20px auto 0;
	border:none;
	outline：noen;
	cursor: pointer;
	background: url(../images/btn_icon.png) no-repeat 0 -40px;
}
.messages_box .fieldset_submit:hover{
	border: none;
}

/*体检产品*/
.tj_product{
	background-color:#fff;
	overflow: hidden;
}
.tj_title{
	margin:0px;
}
.tj_title_small{
	font-size:12px;
	text-align:center;
	color:#808080;
	margin-top:10px;
	padding-bottom:20px;
}
.tj_show li{
	background-color:#fff;
}
.big_text{
	position: relative;
	padding-bottom:15px;
}
.big_text img{
	position: absolute;
	top: -20px;
	right: 0px;
}
.tj_pro_tit{
	width: 90%;
	height: 30px;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ebeced;
	margin-top: 20px;
}
.tj_price{
	width: 90%;
	font-size: 18px;
	font-weight: 600;
	color:#ff3f40;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
}
.tj_price .price_span_x{
	color: #ccc;
	font-size: 12px;
	font-weight:normal;
}
.tj_price .price_span_peo{
	font-size:12px;
	font-weight:normal;
}
.tj_pro_bj{
	width:80%;
	margin-top:20px;
	overflow:hidden;
}
.bj_yuanjia{
	width:49.5%;
}
.bj_yuanjia p{
	text-align: center;
	font-weight: 600;
	margin: 0px;
	font-size: 16px;
}
.bj_yuanjia .yuajia_color{
	font-size: 12px;
	color: #808080;
	font-weight: 100;
	margin-top: 5px;
}
.tj_pro_name{
	width:90%;
	margin-top:30px;
	overflow:hidden;
}
.tj_pro_name p{
	color:#666;
	font-size:14px;
	text-align:justify;
	line-height:32px;
	margin:0px;
}
.tj_pro_name .name_tit_b{
	width:60px;
	font-size:14px;
}
.tj_pro_name .name_tit_b_small{
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	padding: 5px;
	color: #808080;
}
.tj_pro_name .name_tit_b_pic{
	background:url(../images/pq_fh_three.png) no-repeat;
	background-position:center center;
}
.tj_pro_name .name_tit_b_pic_none{
	background:url(../images/pq_fh_two.png) no-repeat;
	background-position:center center;
}
.tj_zx_btn{
	width:80%;
	margin-top:20px;
}
.tj_zx{
	width:80%;
	height:50px;
	background-color:#1a70ff;
	color:#fff;
	font-size:18px;
	border:none;
	outline:none;
	cursor:pointer;
}
/*我们的优势*/
.tj_scope{
	width:100%;
	background-color:#f7f8fa;
}
.tj_scope_center{
	width:90%;
	padding:30px 0px;
	overflow: hidden;
}
.tj_solu_title{
	padding-bottom:20px;
}
.tj_youshi{
	padding-bottom: 20px;
}
.tj_icon{
	width:100%;
	height:40px;
}
.tj_icon_tit{
	font-size: 14px;
	font-weight: 600;
	padding-top: 12px;
	margin-left: 10px;
}
.tj_icon_text{
	color:#808080;
	font-size:12px;
	line-height:20px;
	text-align:justify;
}
/*电话咨询*/
.tj_zixun_bg{
	width:100%;
	padding:60px 0px 100px;
	background-color:#2a3145
}
.tj_zixun_color{
	color:#fff;
}
.tj_zixun_txt p{
	color:#fff;
	font-size:22px;
}
.tj_zx_color{
	height:50px;
	font-size:20px;
	background-color:#ffb03e;
	border-radius:5px;
}
/*他们都在用*/
.partner{
	padding-top:30px;
	padding-bottom:30px;
	overflow: hidden;
}
.partner ul{
	width: 90%;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partner ul li{
	width: 30%;
	border: 1px solid #ededee;
}
.margin_top{
	margin-top:10px;
}
/*联系我们*/
.tj_message{
	background: url(../images/tj_message.png) no-repeat center;
}
.messages_box .bg_opacity{
	background: url(../images/opacity_one_bg.png) repeat!important;
}

/*劳务派遣服务*/
.wb3{
	background:url(../images/pq_banner.png) no-repeat center;
	background-size: 100% auto;
	padding: 30px 0px 60px;
}
.getbtn{
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	border-radius: 80px;
	background-color: #f56433;
	border: none;
	outline: none;
	padding: 0px 20px;
	color: #fff;
}
.getinput{
	font-size: 14px;
	height: 34px;
	color: #ff6443;
	font-weight: 600;
	border-radius: 80px;
	outline: none;
	padding-left: 15px;
	border: none;
	margin-right: 15px;
	width: 50%;
	box-shadow: 0px 1px 8px #f56433;
}
.getinput::-webkit-input-placeholder {
	color: #e6bba7;
	font-weight:normal !important;
}
.lwpq_case_banner{
	background:url(../images/plan_lw_banner.png) no-repeat center;
	background-size: 100% auto;
	margin-top: 60px;
	padding: 30px 0px 60px;
}
.time_service_bg{
	width:400px;
}
.time_service_center{
}
.pq_time_one p{
	margin:0px;
	padding-left:15px;
}
.pq_time_one .pq_time_nian{
	font-size:34px;
	color:#ff3f40;
}
/*劳务派遣产品*/
table{
	border-collapse:collapse;
	margin:0 auto;
}
.width_960{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0px;
	overflow: hidden;
}
.sercont_title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.product_cal{
	background-color:#f7f8fa;
}
.reason_inner .advs_title,.product_inner .advs_title{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	padding-bottom:20px;
}
.product_table_cal{
	width: 100%;
	border: 1px solid #bbd3fd;
	background-color:#fff;
}
.product_table_cal th{
	border-bottom: 1px solid #bbd3fd;
	border-right: none;
	border-left: none;
	border-top: none;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: normal;
}
.product_table_cal td{
	border-bottom: 1px solid #bbd3fd;
	border-right: 1px solid #bbd3fd;
	border-left: none;
	border-top: none;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 12px;
}
.product_table_cal td.product_first_td{
	border-right: 1px solid #bbd3fd;
	padding-left: 10px;
	text-align: left;
	font-size: 2px;
}
.product_table_cal td.green_right{
	background: url(../images/pq_fh_three.png) no-repeat;
	background-position: center center;
	background-size: 16px;
}
.product_table_cal td.green_star{
	background: url(../images/pq_fh_two.png) no-repeat;
	background-position: center center;
	background-size: 16px;
}
.product_table_cal td.gray_line{
	background: url(../images/pq_fh_one.png) no-repeat;
	background-position: center center;
	background-size: 16px;
}
.green_price{
	color:#1a70ff;
}
.cal_table_sign{
	text-align: right;
	color: #808080;
	font-size: 12px;
	margin-top: 10px;
}
/*我们的优势*/
.pq_ys_p{
	text-align:justify;
}
.rs_p_text{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.pq_p_tit{
	font-size:14px;
	font-weight:600;
	color: #ffb03e;
	margin-bottom: 5px;
}
/*资质*/
.pq_bg_zizhi{
	width:100%;
	background-color:#f7f8fa;
}
/*联系我们*/
.pq_message{
	background: url(../images/pq_message.png) no-repeat center;
}

/*人事代理服务产品*/
.rs_banner{
	background: url(../images/rs_banner.png) no-repeat center;
	background-size: 100%;
	height: 205px;
}
/*人事代理产品类型*/
.rs_type_bz{
	height: 180px;
}
.rs_type_scope{
	width:100%;
}
.rs_scope_center{
	border: 1px solid #ebeced;
	background-color: #fff;
	margin-top: -65px;
	box-shadow: 0px 0px 20px #999;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
	width: 85%;
	border-radius: 5px;
}

.type_bz_img img{
	width:100%;
}
.type_bz_p{
	width:100%;
}
.type_bz_p p{
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
}
.type_bz_p .type_bz_price{
	color: #ff3f40;
	font-size: 14px;
	font-weight: 500;
}
.type_bz_img{
	width:135px;
	padding-right:14px;
}
.type_bz_zx{
	/*width: 70px;*/
	/*height: 22px;*/
	/*line-height: 22px;*/
	font-size: 12px;
	color: #fb682d;
	background-color: #fff;
	border: none;
	outline: none;
	/*border-radius: 4px;*/
	/*margin-top: 8px;*/
}
.type_bz_p .type_zx_xq{
	font-size:12px;
}
.type_bz_p .type_zx_xq .type_zx_xq_kf{
	font-size: 12px;
	color: #ff3f40;
}
/*我们的服务*/
.rs_bg_service{
	width:30%;
	overflow: hidden;
	margin-bottom:15px;
}
.rs_bg_service img{
	width:61%;
}
.rs_bg_service p{
	font-size:20px;
	text-align:center;
	margin:0px;
}
.rsimg{
	width:52px;
	display:block;
	margin:0 auto;
}
.rs_bg_service .rs_service_p{
	text-align:center;
	font-size:14px;
	margin:0px;
	padding-top: 5px;
}
/*服务内容*/
.product_cont_bg{
	background: url(../images/rs_cont_bg.png) no-repeat center;
}
.product_inner .cont_title{
	color:#fff;
}
.product_table_cal td.product_second_td{
	width:180px;
	border-right:none;
	padding-left:10px;
	text-align:left;
	color:#414141;
}
.product_table_border td{
	border-right:none;
	border-bottom:1px solid #999;
}
.product_table_border th{
	border-bottom:1px solid #999;
}
.product_table_cal td.green_center{
	background: url(../images/rs_cont_one.png) no-repeat;
	background-position: center center;
	background-size: 16px;
}
/*优势*/
.rs_p_tit{
	color:#333;
}
/*代理方案*/
.rs_zixun_bg{
	background: url(../images/rs_zixun_bg.png) no-repeat center;
	padding: 30px 0px;
	background-size: 100% 100%;
}
.rs_zixun p{
	width:40%;
	color:#333;
	line-height:36px;
	text-align: justify;
	text-indent:2em;
}
/*薪酬优化*/
.xcyh_banner{
	background:url(../images/xcyh_banner.png) no-repeat center;
	height:400px;
	margin-top:20px;
	background-size:100%;
}
/*薪酬优化*/
.xcyh_img img{
	width: 150px;
	display: block;
	margin: 0 auto;
}
.xcyh_shenqing{
	width: 95%;
	display: block;
	margin: 0 auto;
}
.xc_yh_tit{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.xc_yh_txt{
	font-size: 12px;
	color:#808080;
	line-height: 20px;
	text-align: justify;
}
.xc_zx_btn{
	height: 34px;
	font-size: 14px;
	color: #fff;
	background-color: #ff3f40;
	border: none;
	outline: none;
	border-radius: 50px;
	margin-top: 15px;
	padding: 0px 30px;
	margin-bottom: 10px;
}
/*税收解决方案*/
.xc_ys_p{
	width:70%;
}
.xc_img img{
	width:200px;
}
/*目标企业*/
.rs_bg_service .xc_p{
	margin-top:30px;
}
.product_anli_bg{
	background:url(../images/xc_jdal_bg.png) no-repeat center;
	height:460px;
}
/*购买薪酬优化*/
.xc_gm_bg{
	width:100%;
}

