/*公司介绍*/

.company_background {
	background-color: #F8F8F8;
	background-image: url(../img/company_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	width: 100%;
	position: relative;
        overflow:hidden;
}

.company_padding,
.customer_padding {
	padding: 50px 0 60px 0;
}

.company_padding img {
	display: block;
	width: 220px;
	margin: 0 auto;
}

.company_padding h3 {
	margin-bottom: 25px;
	font-size: 26px;
}

.company_padding p {
	color: #666666;
	line-height: 26px;
	font-size: 16px;
}

.company_content {
	margin-top: 30px;
}

.company_background .tit_box,
.customer_backgtound .tit_box {
	margin-bottom: 40px;
}


/*客户分布*/

.customer_background {
	background: #FFFFFF;
	width: 100%;
}
.customer_map img{
	width:100%;
}
.customer_content{
	font-size: 18px;
	padding-top: 100px;
}
.customer_content p{
	padding-bottom: 30px;
}
.customer_content ul li{
	list-style: none;
	margin-bottom: 20px;
}
.customer_content ul li img,.customer_content ul li span{
	display: inline-block;
}
.customer_content ul li img{
	width: 56px;
	padding-right:10px;
}
.customer_content ul li span{
	font-size: 20px;
}
/*优势*/

.adv_box {
	color: #fff;
}

.adv_box .container {
	position: relative;
	padding: 80px 0;
}

.adv_box .tit_box {
	width: 40%;
	position: absolute;
	top: 50px;
	left: 15px;
	padding: 60px 0;
}

.adv_box .row {
	display: table;
}

.adv_box .row.first {
	width: 50%;
}

.adv_box .row.first .item {
	width: 50%;
}

.adv_box .row.second {
	width: 75%;
}

.adv_box .item {
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, .6);
	width: 33.3%;
	display: table-cell;
	transition: all .4s;
}

.adv_box .item:hover {
	background: #588df3;
	border-color: transparent;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .6);
	box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

.adv_box .item .topArea .pull-left:first-child {
	width: 50px;
	margin-right: 15px;
}

.adv_box .item .topArea .pull-left:last-child {
	padding-top: 5px;
}

.adv_box .item .topArea {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	padding-bottom: 15px;
}

.adv_box .item .bottomArea {
	padding-top: 15px;
}


/*招聘*/

.recuit_box .container {
	padding: 40px 0 60px 0;
}

.recuit_box .row {
	margin-top: 40px;
}

.recuit_box .item {
	padding: 0 15px;
	display: inline-block;
	float: none;
	width: 30%;
	vertical-align: top;
}

.recuit_box .item .min {
	border: 1px solid #ccc;
}

.recuit_box .item .min img {
	width: 100%;
}

.recuit_box .item .min .text_box {
	padding: 15px;
	text-align: left;
	word-wrap: break-word;
}

.recuit_box .item .min .text_box ul {
	margin-left: 15px;
}


/*企业荣誉*/

/*.honor_box .container {
	padding: 40px 0 60px 0;
}

.honor_box .item {
	width: 16.66%;
	float: left;
	height: 250px;
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
}

.honor_box .point {
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: transparent;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
}

.honor_box .point .wai_circle {
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: rgba(88, 141, 243, .6);
	position: absolute;
	left: 50%;
	margin-left: -20px;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	animation: ripple 2s ease-in-out .2s infinite;
	transform-origin: 50% 50%;
	-webkit-animation: ripple 2s ease-in-out .2s infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: ripple 2s ease-in-out .2s infinite;
	-moz-transform-origin: 50% 50%;
	-ms-animation: ripple 2s ease-in-out .2s infinite;
	-ms-transform-origin: 50% 50%;
	-o-animation: ripple 2s ease-in-out .2s infinite;
	-o-transform-origin: 50% 50%;
}

@keyframes ripple {
	0% {
		opacity: 0;
		transform: scale(.1);
	}
	5% {
		opacity: 1;
		transform: scale(.1);
	}
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

@-webkit-keyframes ripple {
	0% {
		-webkit-opacity: 0;
		-webkit-transform: scale(.1);
	}
	5% {
		-webkit-opacity: 1;
		-webkit-transform: scale(.1);
	}
	100% {
		-webkit-opacity: 0;
		-webkit-transform: scale(2);
	}
}

@-moz-keyframes ripple {
	0% {
		-moz-opacity: 0;
		-moz-transform: scale(.1)
	}
	5% {
		-moz-opacity: 1
	}
	100% {
		-moz-opacity: 0;
		-moz-transform: scale(2)
	}
}

@-ms-keyframes ripple {
	0% {
		-ms-opacity: 0;
		-ms-transform: scale(.1)
	}
	5% {
		-ms-opacity: 1
	}
	100% {
		-ms-opacity: 0;
		-ms-transform: scale(2)
	}
}

@-o-keyframes ripple {
	0% {
		-o-opacity: 0;
		-o-transform: scale(.1)
	}
	5% {
		-o-opacity: 1
	}
	100% {
		-o-opacity: 0;
		-o-transform: scale(2)
	}
}

.honor_box .point .inner_point {
	position: absolute;
	width: 15px;
	height: 15px;
	background: #588df3;
	left: 50%;
	top: 50%;
	margin-left: -7.5px;
	margin-top: -7.5px;
	border-radius: 7.5px;
}

.honor_box .point .honor_tit {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	text-shadow: 4px 4px rgba(0, 0, 0, .1);
}

.honor_box .point.one {
	top: 0;
}

.honor_box .item:nth-child(odd) .point:before {
	content: '';
	position: absolute;
	width: 240px;
	height: 1px;
	background: #ddd;
	left: 0;
	top: 100px;
	-webkit-transform: rotateZ(40deg);
	-moz-transform: rotateZ(40deg);
	-ms-transform: rotateZ(40deg);
	-o-transform: rotateZ(40deg);
	transform: rotateZ(40deg);
}

.honor_box .item:nth-child(even):not(:last-child) .point:before {
	content: '';
	position: absolute;
	width: 240px;
	height: 1px;
	background: #ddd;
	left: 0;
	top: -60px;
	-webkit-transform: rotateZ(-40deg);
	-moz-transform: ;
	rotateZ(-40deg);
	-ms-transform: rotateZ(-40deg);
	-o-transform: rotateZ(-40deg);
	transform: rotateZ(-40deg);
}

.honor_box .point.two {
	bottom: 50px;
}

.honor_box .point.three {
	top: 0;
}

.honor_box .point.four {
	bottom: 50px;
}

.honor_box .point.five {
	top: 0;
}

.honor_box .point.six {
	bottom: 50px;
}*/
.honor_background{
	background: url(../img/honor01.jpg) no-repeat;
	height:1000px;
	width:1000px;
	position: absolute;
	background-position:right top;
	background-size: 100%;
}
.honor_background:after{
	content: " ";
	background: #588df3;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
}
.honor_box{
	position: relative;
	color:#fff;
	padding-left: 50px;
}
.job_mes_box center{
	display:table;
}
.job_mes_box center .item{
	display:table-cell;
}
.job_mes_box center .item{
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}
.job_mes_box center .item .min:hover{
	-webkit-box-shadow:0 3px 3px rgba(88,141,243,.3);
	-moz-box-shadow:0 3px 3px rgba(88,141,243,.3);
	box-shadow:0 3px 3px rgba(88,141,243,.3);
	margin-top:-5px;
	border:1px solid #588df3;
}
.job_mes_box .row.active{
	display:block;
}
.job_mes_box center .item ul li{
	margin-top:5px;
}
.job_pages li{
	border:1px solid #588df3;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-left:5px;
	color:#588df3;
	cursor:pointer;
}
.job_pages li.active{
	background:#588df3 ;
	color:#fff;
}
.job_pages li:hover{
	background:#588df3 ;
	color:#fff;
}
@media screen and (max-width: 768px) {
    .container{
        width:100%;
        padding:0!important;
    }
    .company_partner{
       padding:0!important; 
       height:300px!important;
       overflow:hidden;
   }
   .company_background{
       overflow:inherit;
   }
   .company_padding img{
       display:none;
   }
   .company_padding div{
      margin:0;
      margin:0 auto;
   }
   .company_partner img{
       width:80%;
   }
   .recuit_box .container,.parallax__inner .container{
       padding:0 15px!important;
   }
   .recuit_box .item{
      display:block!important;
      padding:15px 0;
      width:100%;
   }
   .recuit_box .row{
       margin-left:auto;
       margin-right:auto;
       width:100%;
   }
   .adv_box .row.second{
      width:100%;
   }
   .adv_box .row{
       margin:0;
   }
   .adv_box .item{
            padding:30px 5px;
    }
}
