body,input,button,textarea,select{
	font-size: 16px; line-height: 1.5;
}
.wrapper{
	width: 1200px;margin: 0 auto;
}
.gh{
	display: none;
}
.wrapper{
	width: 1170px;
}
.f-f6ff00{
	color: #f6ff00;
}
.bc-f8f8f8{
	background-color:#f8f8f8 ;
}
.bc-f5f5f5{
	background-color:#f5f5f5 ;
}
/*头部*/
.header{
	height: 115px;  background: #f8f8f8; position: fixed; left: 0; right: 0; top: 0; z-index: 9; 
}
.header .wrapper{
	height: auto; overflow: hidden;
}
.header-logo{
	float: left; margin-top: 28px;
}
.header-nav{
	float: right; font-size: 16px; color: #fff; padding-top:40px; line-height: 1.3; text-align: center;
}
.header-nav a{
	color: #fff;
}
.header-nav-item{
	margin-left: 30px; float: left;
}
.header-nav-item .cn{
	font-size: 16px; color: #333333;
}

.header-nav-item .en{
	font-size: 12px;  text-transform: uppercase; padding-top: 8px;  color: #e4e4e4;
}

.header.home{
	background: rgba(255,255,255,.12);
}
.header.home .header-nav-item .cn{
	color: #fff;
}
.header.home .header-nav-item .en{
	color: rgba(255,255,255,.34);
}

.header.flex{
	position: fixed; left: 0; top: 0; right: 0;
	background: #f8f8f8;box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.header.flex .header-nav-item .cn{
	color: #333;
}
.header.flex .header-nav-item .en{
	color: #e4e4e4;
}
.header .header-nav-item:hover .cn,
.header .header-nav-item.active .cn{
	color: #0162da;
}
.header .header-nav-item:hover .en,
.header .header-nav-item.active .en{
	color: #c2c0c0; 
	
}
/*//头部*/

/*底部*/
.footer{
	background-color:#111111 ; text-align: center; padding: 24px 0; font-size: 14px; color: #aaaaaa;
}
.footer a{
	color: #fc5b4d;
}
/*//底部*/

/*首页*/

.h-banner{}
.h-banner .swiper-slide{
	background-size:cover ;height: 740px;
}
.h-banner-main{
	padding-top: 240px; text-align: center; color: #fff;
}
.h-banner-main h3{
	font-size: 36px; 
}
.h-banner-main h3 big{
	font-size: 60px;
}

.h-banner-main .en{
	padding-top: 20px; font-size: 16px; text-transform: uppercase;
}
.h-banner-main .btn{
	margin-top: 90px; text-align: center;
}
.h-banner-main .btn a{
	color: #fff; width: 175px; height: 45px;  border: 1px solid #fff; display: inline-block; line-height: 45px; border-radius: 5px; margin: 0 10px;
}
.h-banner-main .btn a:hover{
	background-color:#027aff; border-color: #027aff;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px; width: 38px; height: 38px; background-color:rgba(0,0,0,0.5) ; background-position:center ; background-repeat:no-repeat ; background-image:url(../imgs/btn-right.png) ; background-size:cover ;
	transition: all 0.3s;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 20px;width: 38px; height: 38px; background-color:rgba(0,0,0,0.5) ; background-position:center ; background-repeat:no-repeat ; background-image:url(../imgs/btn-left.png) ; background-size:cover ;
	transition: all 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
	transform: scale(1.1);
}

/*// banner*/



.h-who{
	padding: 95px 0; height: auto; overflow: hidden;
}
.h-who-item{
	
}
.h-who-item .txt{
	float: left; width: 670px;
}
.h-who-item .txt .en{
	font-size: 18px; color: #bbbbbb; text-transform: uppercase;
}
.h-who-item .txt h3{
	font-size: 30px; color: #333333; padding-top: 10px;
}
.h-who-item .txt .desc{
	padding-top: 30px; font-size: 16px; color: #555555;  line-height: 1.7;
}
.h-who-item .txt .btn{
	margin-top: 45px; padding: 0 26px 0 32px; height: 50px; text-align: center; line-height: 50px; border-radius: 5px; background: #027aff; display: inline-block; color: #fff; cursor: pointer; font-size: 13px; text-transform: uppercase;
}
.h-who-item .txt .btn:hover{
	background-color:#0162da ;
}
.h-who-item .icon-more{
	background: url(../imgs/icon-more.png)  no-repeat center; width: 6px; height: 10px; display: inline-block; vertical-align: middle; position: relative; margin-top: -3px; margin-left: 25px;
}
.h-who-item .img{
	float: right; position: relative; padding-bottom: 30px;
}
.h-who-item .img img{
	max-width: 100%;
}
.h-who-item .img-tip{
	position: absolute; left: -202px; bottom: 0; background:#027aff; width: auto; height: 95px; padding: 0 40px; box-sizing: border-box; color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.h-who-item .img:hover .img-tip{
	left: -180px;
}
.h-who-item .img-tip h3{
	font-size: 30px; line-height: 1; padding-top: 14px;
}
.h-who-item .img-tip p{
	font-size: 16px; text-transform: uppercase; padding-top: 10px;
}
.h-who-item.even .txt{
	float: right;
}
.h-who-item.even .txt .en,
.h-who-item.even .txt h3{
	text-align: right;
}
.h-who-item.even .txt .btn{
	float: right;
}
.h-who-item.even .img{
	float: left;
}

.h-who-item.even .img-tip{
	left: auto; right: -202px;
}
.h-who-item.even .img:hover  .img-tip{
	right: -180px;left: auto; 
}
.h-who-list{
	height: auto; overflow: hidden; clear: both; padding-top: 125px; padding-bottom: 145px;
}
.h-who-list ul{
	margin-right: -30px;
}
.h-who-list li{
	float: left; margin-right: 30px; width: 370px; height: 355px; background-color:#fcfcfc ; border: 1px solid #f0f0f0; box-sizing: border-box; text-align: center; padding: 50px 50px 0 50px;
}
.h-who-list li:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.h-who-list .hd{
	height: 70px;
}
.h-who-list .hd img{
	vertical-align: middle;
}
.h-who-list .bd h3{
	font-size: 18px; color: #333333; font-weight: bold; padding-top: 15px;
}
.h-who-list .bd .en{
	font-size: 14px; color: #9e9e9e;  text-transform: uppercase; padding-top: 5px; padding-bottom: 15px; position: relative;
}
.h-who-list .bd .en:after{
	position: absolute; left: 50%; bottom: 0; width: 50px; height: 2px; margin-left: -25px; background-color:#027aff ; content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.h-who-list li:hover .bd .en:after{
	-webkit-transform: scaleX(1.5);
	transform: scaleX(1.5);
}
.h-who-list .ft{
	padding-top: 20px;
}
.h-who-list .ft h4{
	font-size: 16px; color: #555555; font-weight: bold;
}
.h-who-list .ft .en{
	font-size: 12px; color: #9e9e9e; text-transform: uppercase; line-height: 1.5; padding-top: 8px;
}

.h-tit{
	text-align: center;color: #333; line-height: 1.2;
}
.h-tit .en{
	font-size: 18px;  text-transform: uppercase;
}
.h-tit .cn{
	font-size: 30px; padding-top: 15px;
}
.h-adv{
	padding-top: 130px; padding-bottom: 140px;
}
.h-adv-list ul{
	height: auto; overflow: hidden; margin-right: -30px; margin-top: 75px;
}
.h-adv-list li{
	float: left; width: 570px; margin-right: 30px; position: relative; box-sizing: border-box; padding-left: 100px; margin-bottom: 30px;
}
.h-adv-list .num{
	position: absolute; left: 0; top: 50%; margin-top: -62.5px; width: 140px; height: 125px; background-color: #027aff; background-position:center ; background-repeat:no-repeat ; z-index: 1;
}
.h-adv-list .num1{
	background-image:url(../imgs/no.1.png) ;
}
.h-adv-list li:hover .num1{
	background-image:url(../imgs/no.1-1.png) ;
}
.h-adv-list .num2{
	background-image:url(../imgs/no.2.png) ;
}
.h-adv-list li:hover .num2{
	background-image:url(../imgs/no.2-1.png) ;
}
.h-adv-list .num3{
	background-image:url(../imgs/no.3.png) ;
}
.h-adv-list li:hover .num3{
	background-image:url(../imgs/no.3-1.png) ;
}
.h-adv-list .num4{
	background-image:url(../imgs/no.4.png) ;
}
.h-adv-list li:hover .num4{
	background-image:url(../imgs/no.4-1.png) ;
}
.h-adv-list .num5{
	background-image:url(../imgs/no.5.png) ;
}
.h-adv-list li:hover .num5{
	background-image:url(../imgs/no.5-1.png) ;
}
.h-adv-list .num6{
	background-image:url(../imgs/no.6.png) ;
}
.h-adv-list li:hover .num6{
	background-image:url(../imgs/no.6-1.png) ;
}
.h-adv-list .txt{
	background: #fff; padding: 25px 30px 25px 70px; height: 185px; box-sizing: border-box;
	-webkit-transition: all 0.3;
	transition: all 0.3;
}
.h-adv-list .txt h3{
	color: #333; font-size: 18px; font-weight: bold; padding-bottom: 13px; position: relative;
}
.h-adv-list .txt h3:after{
	position: absolute; left: 0; bottom: 0; content: ""; width: 52px; height: 1px; background-color:#027aff ;
}

.h-adv-list .txt p{
	font-size: 14px; color: #333; line-height: 1.6; padding-top: 13px;
}
.h-adv-list li:hover .num{
	background-color:#fff ;
}
.h-adv-list li:hover .txt{
	background: #027aff; box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
.h-adv-list li:hover .txt h3,
.h-adv-list li:hover .txt p{
	color: #fff;
}
.h-adv-list li:hover .txt h3:after{
	background-color:#fff ;
}

.h-team{
	 padding-top: 120px; padding-bottom: 150px;
}
.h-team-list{
	margin-top: 70px;
}
.h-team-list .row{
	height: auto; overflow: hidden; margin-right: -30px;
}
.h-team-list .item{
	float: left; position: relative; margin-right: 30px; margin-bottom: 30px; overflow: hidden;
}
.h-team-list img{
	display: block; max-width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.h-team-list .txt{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;  background: rgba(51,51,51,0.8); text-align: center;  display: table;  height: 100%; width: 100%; opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.h-team-list .item:hover .txt{
	opacity: 1;
}
.h-team-list .item:hover img{
	transform: scale(1.05);
}
.h-team-list .txt span{
	vertical-align: middle; font-size: 24px; color: #fff; display: table-cell;  text-align: center;
}
.h-team-list .item1,
.h-team-list .item6{
	width: 770px; height: 306px;
}
.h-team-list .item2{
	width: 370px; height: 306px;
}
.h-team-list .item3{
	width: 370px;height: 642px;
}
.h-team-list .item4,
.h-team-list .item5{
	width: 370px; height: 306px;
}
.h-team-btn{
	text-align: center; margin-top: 50px;
}
.h-team-btn a{
	display: inline-block; width: 165px; height: 48px; background: #027aff; border-radius: 5px; line-height: 48px; color: #fff; font-weight: bold; text-transform: uppercase; font-size: 13px;
}
.h-team-btn a:hover{
	background-color:#0162da ;
}
.h-contact{
	padding-top: 95px; padding-bottom: 90px;
}
.h-contact .wrapper{
	height: auto; overflow: hidden;
}
.h-contact-l{
	float: left; width: 420px; margin-right: 180px;
}
.h-contact-r{
	width: 470px; float: left;
}
.h-contact .tit .en{
	font-size: 18px; color: #bbb; text-transform: uppercase;
}
.h-contact .tit .cn{
	font-size: 30px; color: #333; padding-top: 10px; padding-bottom: 40px; position: relative;
}
.h-contact-l .tit .cn:after{
	position: absolute; left: 0; bottom: 18px; width: 120px; height: 1px; content: ""; background: #027aff;
}
.h-contact-l .desc{
	font-size: 16px; color: #555555; line-height: 1.7;
}
.h-contact-l ul{
	padding-top: 40px;
}
.h-contact-l  li{
	margin-bottom: 48px; font-size: 14px;color: #555555; 
}
.h-contact-l  li i{
	display: inline-block; vertical-align: middle;  margin-right: 20px; width: 25px;
}
.h-contact-l .ico-addr{
	background: url(../imgs/icon-addr.png) no-repeat left center; height: 28px;
}
.h-contact-l .ico-tel{
	background: url(../imgs/icon-tel.png) no-repeat left center;  height: 22px;
}
.h-contact-l .ico-email{
	background: url(../imgs/icon-email.png) no-repeat left center;  height: 16px;
}
.h-contact-r .form{
	
}
.h-contact-r .form li{
	margin-bottom: 30px;
}
.h-contact-r .form li:last-child{
	margin-bottom: 0;
}
.h-contact-r .form .text{
	width: 100%; height: 45px; box-sizing: border-box; border: 1px solid #d9d9d9; background: none; padding: 0 10px;color: #333;font-size: 14px;
}
.h-contact-r .form textarea{
	width: 100%; height: 145px; box-sizing: border-box; border: 1px solid #d9d9d9; background: none; padding: 8px 10px; color: #333;font-size: 14px;
}
.h-contact-r .form .text:focus,
.h-contact-r .form textarea:focus{
	border-color: #027aff; background: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #bbb;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #bbb;
}
.h-contact-r .form button{
	width: 175px; height: 49px; border: 0; border-radius: 5px; background-color:#027aff ; cursor: pointer; color: #fff; font-size: 18px;
}
.h-contact-r .form button:hover{
	background-color:#0162da ;
}
/*//首页*/

/*人人汇官网产品中心*/
.m-banner{
	height: 640px; background-size:cover ; background-position:center ; 
}
.m-banner-txt{
	text-align: center; padding-top: 175px; font-size: 36px; color: #fff;text-shadow: 0 0 8px rgba(0,0,0,0.8); letter-spacing: 1.5px;
}

.m-page{
	overflow: hidden;margin-top: 115px;
}
.m-product{
	
}
.m-wrap{
	background: #fff; width: 1200px; box-sizing: border-box; margin: 0 auto; position: relative; margin-top: -170px; padding: 70px 90px; margin-bottom: 85px; box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.m-tit{
	font-size: 24px; color: #333333; line-height: 1; padding-left: 17px;  position: relative;
}
.m-tit:after{
	position: absolute; left: 0; top: 50%; height: 20px; margin-top: -9px; width: 2px; background: #027aff; content: "";
}
.m-product-list{
	margin-top: 70px;
}
.m-product-list li{
	margin-bottom: 130px;
}
.m-product-list .item{
	position: relative;padding-left: 105px; 
}
.m-product-list .item-img{
	border-radius: 5px; box-shadow: 0 0 5px  rgba(0,0,0,0.1); 
}
.m-product-list .item-img img{
	max-width: 100%; display: block;
}
.m-product-list .item-txt{
	position: absolute; left: 0; top: 50%; margin-top: -125px; height: 250px; width: 450px; background: #fff; border-radius: 5px; box-shadow: 0 0 5px  rgba(0,0,0,0.1); color: #333; padding: 40px 35px;  box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.m-product-list .item-txt h3{
	font-size: 18px; font-weight: bold;
}
.m-product-list .item-txt p{
	font-size: 16px; line-height: 1.7; padding-top: 15px; padding-bottom: 30px;
}
.m-product-list .item-txt .go{
	font-size: 16px; color: #0080ff; text-transform: uppercase; border-bottom: 1px solid #0080ff; line-height: 1.2;
}
.m-product-list li:hover .item-txt{
	box-shadow: 0 0 10px  rgba(0,0,0,0.3); left: 15px;
}

/*//人人汇官网产品中心*/


/*联系我们*/
.m-contact{
	margin-top: 105px; height: auto; overflow: hidden;
}
.m-contact-txt{
	float: left; width: 320px; margin-right: 210px;
}
.m-contact-txt .desc{
	font-size: 16px; color: #bbbbbb; line-height: 1.7;
}
.m-contact-txt ul{
	margin-top: 80px;
}
.m-contact-txt  li{
	margin-bottom: 75px; font-size: 18px;color: #555555; 
}
.m-contact-txt  li:last-child{
	margin-bottom: 0;
}
.m-contact-txt  li i{
	display: inline-block; vertical-align: middle;  margin-right: 20px; width: 25px;
}
.m-contact-txt .ico-addr{
	background: url(../imgs/icon-addr.png) no-repeat left center; height: 28px;
}
.m-contact-txt .ico-tel{
	background: url(../imgs/icon-tel.png) no-repeat left center;  height: 22px;
}
.m-contact-txt .ico-email{
	background: url(../imgs/icon-email.png) no-repeat left center;  height: 16px;
}
.m-contact-form{
	width: 470px; float: left;
}
.m-contact-form li{
	margin-bottom: 30px; text-align: center;
}
.m-contact-form li:last-child{
	margin-bottom: 0;
}
.m-contact-form .text{
	width: 100%; height: 45px; box-sizing: border-box; border: 1px solid #d9d9d9; background: none; padding: 0 10px;color: #333; font-size: 14px;
}
.m-contact-form textarea{
	width: 100%; height: 145px; box-sizing: border-box; border: 1px solid #d9d9d9; background: none; padding: 8px 10px; color: #333; font-size: 14px;
}
.m-contact-form .text:focus,
.m-contact-form textarea:focus{
	border-color: #027aff;
}
.m-contact-form button{
	width: 175px; height: 49px; border: 0; border-radius: 5px; background-color:#027aff ; cursor: pointer; color: #fff; font-size: 18px;
}
.m-contact-form button:hover{
	background-color:#0162da ;
}

/*//联系我们*/

/*企业概况*/
.m-summary{
	margin-top: 45px; 
}
.m-summary .txt{
	font-size: 14px; color: #555; line-height: 1.8;
}
.m-summary p{
	padding-bottom: 35px;
}

.m-summary h4{
	font-size: 14px; font-weight: bold; padding-bottom: 3px;
}
.m-summary .tips{
	font-size: 14px; color: #555; font-weight: bold;
}
.m-summary-list{
	height: auto; overflow: hidden; clear: both; padding-top: 40px; padding-bottom: 60px;
}
.m-summary-list ul{
	margin-right: -25px;
}
.m-summary-list li{
	float: left; margin-right: 25px; width: 315px; height: 300px; background-color:#fcfcfc ; border: 1px solid #f0f0f0; box-sizing: border-box; text-align: center; padding: 45px 40px 0 40px;
}
.m-summary-list li:hover{
	 box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.m-summary-list .hd{
	height:60px;
}
.m-summary-list .hd img{
	vertical-align: middle;
}
.m-summary-list .bd h3{
	font-size: 16px; color: #333333; font-weight: bold; padding-top: 15px;
}
.m-summary-list .bd .en{
	font-size: 12px; color: #9e9e9e;  text-transform: uppercase; padding-bottom: 13px; position: relative;
}
.m-summary-list .bd .en:after{
	position: absolute; left: 50%; bottom: 0; width: 50px; height: 2px; margin-left: -25px; background-color:#027aff ; content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.m-summary-list li:hover .bd .en:after{
	-webkit-transform: scaleX(1.5);
	transform: scaleX(1.5);
}
.m-summary-list .ft{
	padding-top: 18px;
}
.m-summary-list .ft h4{
	font-size: 14px; color: #555555; font-weight: bold;
}
.m-summary-list .ft .en{
	font-size: 10px; color: #9e9e9e; text-transform: uppercase; line-height: 1.5; padding-top: 3px;
}
/*//企业概况*/

/*招贤纳士*/
.m-pecruit{
	margin-top: 55px; margin-bottom: 70px;
}
.m-pecruit .hd{
	line-height: 55px; text-align: center; height: auto; overflow: hidden;
}
.m-pecruit .hd li{
	width: 33.33%; float: left; font-size: 18px; color: #bbbbbb;
}
.m-pecruit .bd{
	
}
.m-pecruit .item{
	background: #f5f5f5; overflow: hidden; 
}
.m-pecruit .item-hd{
	text-align: center; height: auto; overflow: hidden;position: relative;cursor: pointer;font-size: 20px; color: #333333; line-height: 80px;
}
.m-pecruit .item-hd:after{
	position: absolute; right: 26px; top: 0; content: ""; background: url(../imgs/icon1.png) no-repeat center; width: 20px; height: 100%;
}
.m-pecruit .item:nth-child(2n){
	background: #fcfcfc;
}
.m-pecruit .item-hd li{
	width: 33.33%; float: left; 
}
.m-pecruit .item-bd{
	background: #fff; margin: 1px; padding: 25px 80px 20px;display: none; 
	
}
.m-pecruit .item-bd p{
	padding-bottom: 25px; font-size: 14px; color: #555; line-height: 1.8;
}
.m-pecruit .item.active{
	background: #0162da;
}
.m-pecruit .item.active .item-hd{
	color: #fff; font-size: 22px;
}

.m-pecruit .item.active .item-hd:after{
	background-image:url(../imgs/icon2.png) ;
}

/*//招贤纳士*/

/*百度地图去水印*/
.anchorBL{display:none;}

/*弹窗*/
.form-diloag{
	display: none;
}
.form-diloag .mask{
	position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999; background: rgba(0,0,0,0.7);
}
.form-diloag .main{
	position: fixed; left: 0; right: 0; top: 50%; margin-top: -120px; margin-left: auto; margin-right: auto;
	width: 480px; height: 240px; background: #fff; z-index: 1000;  border-radius: 10px; text-align: center; box-sizing: border-box; padding: 20px;
}
.form-diloag .main h3{
	padding-top: 50px; font-size: 24px; color: #343333;
}
.form-diloag .main .txt{
	font-size: 16px; color: #343333; padding-top: 20px;
}
.form-diloag .main .close{
	position: absolute; right: 0; top: 0; width: 50px; height: 45px; font-size: 24px; text-align: center; line-height: 45px; color: #343333; cursor: pointer;
}
.form-diloag .main .close:hover{
	color: #027aff;
}

/*表单验证*/
#fbForm  li{
	position: relative;
}
#fbForm label.error{
	position: absolute; right: 15px; bottom: 0; line-height: 45px; font-size: 14px; color: #eb000c; background: url(../imgs/ico3.png) no-repeat left center; padding-left: 20px;
}
