ul,li,h1,h2,h3,h4,body,p,div{
	list-style: none;
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 100;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.header>nav>ul{
	float: right;
}
.header>nav>img{
	margin-top: 18px;
}
.header>nav>ul>li{
	float: left;
	height: 100px;
	padding: 0 22px;
}
.header>nav>ul>li>a{
	display: inline-block;
	height: 100px;
	box-sizing: border-box;
	line-height: 100px;
	color: #fff;
}
.header>nav>ul>li.active>a{
	border-bottom: 3px solid #fff;
}
.index_swiper{
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.index_swiper .swiper-slide img{
	display: block;
	width: 100%;
}
.index_swiper .swiper-slide>a{
	display: block;
	position: absolute;
	width: 218px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 3px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	left: 21%;
    top: 63%;
}
.index_box{
	padding: 40px  0;
}
.index_box>.wrap>h1{
	text-align: center;
	font-size: 36px;
	color: #222;
	padding-bottom: 70px;
	padding-top: 40px;
}
.index_box1>.wrap>ul>li{
	width: 600px;
	box-sizing: border-box;
	height: 270px;
	box-sizing: border-box;
	padding-left: 40px;
}
.index_box1>.wrap>ul>li>.right{
	width: 310px;
	padding-top: 36px;
}
.index_box1>.wrap>ul>li:nth-child(3)>.left{
	margin-top: 30px;
}
.index_box1>.wrap>ul>li:nth-child(5)>.left{
	margin-top: 30px;
}
.index_box1>.wrap>ul>li>.right>h1{
	font-size: 24px;
	color: #333;
	font-weight: 100;
	padding-bottom: 25px;
}
.index_box1>.wrap>ul>li>.right>p{
	font-size: 16px;
	color: #555;
	line-height: 30px;
	padding-right: 100px;
}
.index_box1>.wrap>a{
	font-size: 20px;
	text-align: center;
	display: block;
	width: 200px;
	height: 46px;
	border-radius: 3px;
	line-height: 46px;
	color: #fff;
	margin: 30px auto 70px;
	background: #14a3f5;
}
.index_box2{
	 background: linear-gradient(180deg, #089ff4 , #71bcfb);
	 padding-bottom: 120px;
}
.index_box2>.wrap>h1{
	color: #fff;
}
.index_box2>.wrap>ul{
	padding: 0 34px;
}
.index_box2>.wrap>ul>li{
	width: 520px;
	height: 296px;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.index_box2>.wrap>ul>li>img{
	display: block;
	margin: 0 auto;
	margin-top: -42px;
}
.index_box2>.wrap>ul>li>h1{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 23px 0 28px;
}
.index_box2>.wrap>ul>li>p{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding: 0 70px;
}
.index_box2>.wrap>h1{
	padding-bottom: 110px;
}
.index_box3{
	background: url(../images/index_box3_bg_02.jpg) no-repeat bottom center;
	background-size: 1903px auto;
	height: 750px;
	box-sizing: border-box;
	padding: 0;
}
.index_box3>.wrap>ul>li{
	width: 270px;
	height: 430px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	padding: 0 38px;
	margin-left: 40px;
}
.index_box3>.wrap>ul>li:first-child{
	margin-left: 0;
}
.index_box3>.wrap>ul>li>img{
	display: block;
	margin: 50px auto 0;
}
.index_box3>.wrap>ul>li>h1{
	text-align: center;
	font-size: 26px;
	color: #222;
	padding: 20px 0;
	font-weight: 100;
}
.index_box3>.wrap>ul>li>p{
	font-size: 14px;
	color: #777777;
	line-height: 26px;
}
.index_box3>.wrap>h1{
	padding: 70px 0 74px;
}
.footer_form{
	padding: 90px 0 100px;
	background: #f8f9fd;
}
.footer_form>.wrap>div.left>h1{
	font-size: 36px;
	color: #222;
	margin: 0 0 34px;
}

.footer_form>.wrap>div.left>input{
	display: block;
	width: 440px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	margin: 0;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #ddd
}
.footer_form>.wrap>div.left>textarea{
	display: block;
	width: 440px;
	height: 100px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0;
	font-size: 18px;
	border-radius: 5px;
	margin-bottom: 15px;
	outline: none;
	border: 1px solid #ddd;
	resize: none;  
}
.footer_form>.wrap>div.left>input::-webkit-input-placeholder {
	font-size: 18px;
	color: #aaa;
}
.footer_form>.wrap>div.left>textarea::-webkit-input-placeholder {
	font-size: 20px;
	color: #aaa;
}
.footer_form>.wrap>div.left>button{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #009df4;
	border: 0;
	border-radius: 5px;
	outline: 0;
	margin-top: 33px;
}

.footer_form>.wrap>div.left>a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #009df4;
	border: 0;
	border-radius: 5px;
	outline: 0;
	margin-top: 33px;
}
.footer_form>.wrap>img{
	display: block;
	margin-top: 50px;
}

/*灵活用工页面*/
.lhyg_box{
	padding: 70px 0;
}
.lhyg_box1>.wrap>.left{
	
}
.lhyg_box1>.wrap>.right{
	width: 600px;
	padding-top: 130px;
}
.lhyg_box1>.wrap>.right>p{
	font-size: 18px;
	color: #444;
	line-height: 35px;
}
.lhyg_box1>.wrap>.right>a{
	display: block;
	width: 207px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #444;
	font-size: 20px;
	border: 1px solid #444;
	border-radius: 5px;
	margin-top: 40px;
}
.lhyg_box2{
	background: #f8f8f8;
	padding: 100px 0;
}
.lhyg_box2>.wrap>h1{
	font-size: 36px;
	color: #222;
	text-align: center;
	margin-bottom: 80px;
}
.lhyg_box2>.wrap>img{
	display: block;
	width: 100%;
}
.banner>img{
	display: block;
	width: 100%;
	min-width: 1200px;
}







footer{
	
	
}
footer>.top{
	background: url(../images/footer_bg_02.jpg) no-repeat top center;
	background-size: 1920px auto;
	height: 424px;
}
footer>.down{
	background: #363636;
	color: #b3b3b3;
	font-size: 16px;
	line-height: 63px;
	border-top: 1px solid #5e5e5e;
	text-align: center;
}
footer>.top>.wrap>.head{
	padding: 70px 0;
}
footer>.top>.wrap>.head>ul>li>a{
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
}
footer>.top>.wrap>.box>div.left{
	width: 410px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0 0 0 28px;
}
footer>.top>.wrap>.box>.mid{
	float: left;
	box-sizing: border-box;
	width: 470px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 30px 0;
	padding-left: 75px;
}
footer>.top>.wrap>.box>.mid>ul>li{
	line-height: 50px;
	color: #fff;
	font-size: 18px;
}
footer>.top>.wrap>.box>.mid>ul>li>img{
	margin: 16px 20px 0 0;
}
footer>.top>.wrap>.box>.mid>ul>li>b{
	font-size: 28px;
}
footer>.top>.wrap>.box>.right{
	width: 317px;
	box-sizing: border-box;
}
footer>.top>.wrap>.box>.right>img{
	margin:0 0 0 80px;
}
.liaxius_box{
	padding: 80px 0;
}
.liaxius_box>.wrap>h1{
	text-align: center;
	font-size: 50px;
	color: #333;
	padding: 32px 0;
}
.liaxius_box>.wrap>p{
	text-align: center;
	font-size: 30px;
	color: #666;
	line-height: 50px;
}
.liaxius_box>.wrap>ul{
	padding: 45px 0;
}
.liaxius_box>.wrap>ul>li{
	width:400px;
	box-sizing: border-box;
	text-align: center;
}
.liaxius_box>.wrap>ul>li>p{
	font-size: 16px;
	color: #666;
	line-height: 35px;
	margin-top: 20px;
}
.liaxius_box>.wrap>#map{
	height: 500px;
    width: 800px;
    margin: 0 auto;
}
.hezuo_box{
	padding-top: 0;
}
.aboutus_box{
	padding: 85px 0;
}
.aboutus_box1{
	padding-top: 117px;
}
.aboutus_box1>.wrap>.left{
	width: 613px;
	
}
.aboutus_box1>.wrap>.left>h1{
	font-size: 30px;
	color: #333;
}
.aboutus_box1>.wrap>.left>h1>span{
	font-size: 16px;
	color: #b8b8b8;
	text-transform:Uppercase;
}
.aboutus_box1>.wrap>.left>p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
	margin-top: 30px;
}
.aboutus_box2{
	background: #f8f8f8;
}
.aboutus_box2>.wrap{
	width: 1140px;
}
.aboutus_box2>.wrap>ul>li{
	width: 320px;
	
}
.aboutus_box2>.wrap>ul>li:nth-child(2){
	margin: 0 90px;
}
.aboutus_box2>.wrap>ul>li>h1{
	font-size: 24px;
	margin-bottom: 40px;
	color: #4b4b4b;
}
.aboutus_box2>.wrap>ul>li>h2{
	width: 44px;
	height: 1px;
	background: #dedede;
	margin: 10px 0;
}
.aboutus_box2>.wrap>ul>li>p{
	font-size: 18px;
	color: #444444;
	line-height: 30px;
}
.aboutus_box2>.wrap>ul>li>img{
	margin-top: 40px;
}
.aboutus_box2>.wrap>ul>li:nth-child(2)>img{
	margin-top:0;
	margin-bottom: 40px;
}
.aboutus_box2>.wrap>ul>li:nth-child(3)>img{
	margin-top:72px;
}
.aboutus_box3>.wrap>h1{
	font-size: 36px;
	text-align: center;
	margin-bottom: 54px;
}
.aboutus_box3>.wrap>.box{
	width: 888px;
	height: 217px;
	background: #ebf7fe;
	margin: 0 auto;
	
}
.aboutus_box3>.wrap>.box>img{
	margin: 30px 0 0 118px;
}
.aboutus_box3>.wrap>.box>.right{
	width: 547px;
	padding-top: 70px;
}
.aboutus_box3>.wrap>.box>.right>h1{
	font-size: 24px;
	color: #222222;
	margin-bottom: 17px;
}
.aboutus_box3>.wrap>.box>.right>p{
	font-size: 20px;
	color: #444;
	line-height: 30px;
}
.fangan_box{
	padding-top: 90px;
}
.fangan_box>.wrap>h1{
	text-align: center;
	font-size: 36px;
	color: #333;
	margin-bottom: 100px;
}
.fangan_box>.wrap>ul>li{
	width: 583px;
	height: 193px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
	float: left;
	margin-bottom: 34px;
}
.fangan_box>.wrap>ul>li:nth-child(even){
	margin-left: 34px;
}
.fangan_box>.wrap>ul>li>img{
	margin: 30px 0 0 20px;
}
.fangan_box>.wrap>ul>li>div.right{
	width: 415px;
	padding-top: 29px;
	padding-right: 20px;
	box-sizing: border-box;
}
.fangan_box>.wrap>ul>li>div.right>p{
	font-size: 14px;
	color: #555555;
	line-height: 22px;
}
.fangan_box>.wrap>ul>li>div.right>p:nth-child(1){
	margin-bottom: 20px;
}
.fangan_box>.wrap>ul>li:last-child>div.right>p:nth-child(1){
	margin-bottom: 40px;
}
.news_box{
	padding: 90px 0;
}
.news_box>.wrap>.left{
	width: 370px;
}
.news_box>.wrap>.left>.top{
	height: 215px;
	border-radius: 10px;
	background: url(../images/news_img_03.jpg) no-repeat;
	box-sizing: border-box;
	padding: 27px 0 0 34px;
}
.news_box>.wrap>.left>.top>h1{
	color: #fff;
	font-size: 80px;
}
.news_box>.wrap>.left>.top>h2{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	padding: 30px 0 0 46px;
}
.news_box>.wrap>.left>.top>h2>span{
	font-weight: 100;
}
.news_box>.wrap>.left>.top>a{
	display: block;
	clear: both;
	padding-top: 17px;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
}
.news_box>.wrap>.left>.down{
	margin-top: 45px;
}
.news_box>.wrap>.left>.down>h1{
	font-size: 24px;
	color: #009df4;
	font-weight: 100;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.news_box>.wrap>.left>.down>h1>span{
	width: 4px;
	height: 50px;
	background: #009df4;
	margin-right: 14px;
}
.news_box>.wrap>.left>.down>ul>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ddd;
	padding-left: 20px;
	font-size: 17px;
	color: #555555;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news_box>.wrap>.right{
	width: 780px;
}
.news_box>.wrap>.right>h1{
	font-size: 24px;
	color: #009df4;
	font-weight: 100;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.news_box>.wrap>.right>h1>span{
	float: left;
	width: 4px;
	height: 50px;
	background: #009df4;
	margin-right: 14px;
}
.news_box>.wrap>.right>ul{
	padding-top: 50px;
}
.news_box>.wrap>.right>ul>li{
	margin-bottom: 30px;
}
.news_box>.wrap>.right>ul>li>a{
	display: block;
	height: 174px;
	width: 100%;
	box-sizing: border-box;
}
.news_box>.wrap>.right>ul>li>a>.img_box{
	width: 274px;
	height: 174px;
	overflow: hidden;
}
.news_box>.wrap>.right>ul>li>a>.right{
	width: 488px;
	box-sizing: border-box;
	height: 174px;
	position: relative;
}
.news_box>.wrap>.right>ul>li>a>.right>h1{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	font-weight: 100;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_box>.wrap>.right>ul>li>a>.right>p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_box>.wrap>.right>ul>li>a>.right>b{
	font-weight: 100;
	font-size: 13px;
	color: #999;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.zhaopin_box{
	padding: 100px 0;
}
.zhaopin_box>.wrap{
	width: 846px;
	padding: 56px 0;
	border-bottom: 2px dashed #ddd;
}
.zhaopin_box>.wrap>.head>h1.left{
	font-size: 24px;
	color: #0083c9;
	line-height: 24px;
}
.zhaopin_box>.wrap>.head>h1.left>span{
	float: left;
	height: 24px;
	width: 6px;
	background: #0083c9;
	margin-right: 20px;
}
.zhaopin_box>h1{
	text-align: center;
	font-size: 36px;
	color: #333;
	margin-bottom: 30px;
}
.zhaopin_box>.wrap>.head{
	margin-bottom: 40px;
}
.zhaopin_box>.wrap>.head>.right>span{
	font-size: 18px;
	color: #4b4b4b;margin-right: 30px;
}
.zhaopin_box>.wrap>.head>.right>b{
	font-weight: 100;
	font-size: 14px;
	color: #666;
}


.neirong{width: 800px;float: right; line-height: 30px;}
.neirong h1{ padding: 50px 0;text-align: center; }
.neirong img{max-width: 100%;display: block;margin: 20px auto;}















/*分页样式*/
.thinkphp_page{text-align:center;margin:34px;padding:3px}
.thinkphp_page a.first{background:#fff none repeat scroll 0 0;margin:0 2px 0 2px;color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:39px}
.thinkphp_page em{color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center}
.thinkphp_page span.current{background:#86ba29 none repeat scroll 0 0;color:#fff;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:39px}
.thinkphp_page a.prev{color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:60px}
.thinkphp_page a.next{color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:60px}
.thinkphp_page a.num{background:#fff none repeat scroll 0 0;margin:0 2px 0 2px;color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:39px}
.thinkphp_page a.end{background:#fff none repeat scroll 0 0;margin:0 2px 0 2px;color:#333;border:1px solid #DADADA;border-radius:3px;display:inline-block;height:39px;line-height:39px;text-align:center;width:39px}
.thinkphp_page a:hover{background:#86ba29 none repeat scroll 0 0;color:#fff}