/* 介绍 */
.intr_box {
  width: 100%;
  height: 384px;
  background: url(../img/bg_1.png) no-repeat;
  background-position: top right;
}
#NewigoBox{
display:none;
}
.intr_box .content {
  width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
}

.intr_box .content .img {
  width: 360px;
  height: 440px;
  background-color: #ffffff;
  position: relative;
  top: -60px;
  margin-right: 59px;
}

.intr_box .content .img>img {
  width: 360px;
  position: relative;
  top: 5px;
  left: -5px;
}
.intr_box .content .intr{
  width: 691px;
  position: relative;
  overflow: hidden;
}
.intr_box .content .intr>div{
  position: relative;
  left: 0;
  transition: all .5s;
  align-items: flex-start;

}
.intr_box .content .intr>div>div{
  width: 691px;
}
.intr_box .content h2 {
  font-size: 28px;
  font-weight: normal;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 43px;
  margin-top: 50px;
}

.intr_box .content h2::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.intr_box .content p {
  width: 691px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #525252;
}

.intr_box .content .page,
.intr_box .content .l_r {
  width: 60px;
  height: 30px;
  background-color: #ffae00;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  bottom: 55px;
  left: 355px;
}

.intr_box .content .l_r {
  background: none;
  left: 445px;
}

.intr_box .content .l_r span {
  cursor: pointer;
  width: 9px;
  height: 18px;
  background: url(../img/arrow_1.png) no-repeat;
}

.intr_box .content .l_r span.next {
  transform: rotateZ(180deg);
}

.intr_box .content .l_r span:hover {
  background: url(../img/h_arrow_1.png) no-repeat;

}

.offer_meet {
  width: 100%;
  height: 780px;
  background: url(../img/bg_3.png)no-repeat;
  background-size: auto 100%;
  background-position: top left;
}

/* offer_box */
.offer_box {
  width: 1200px;
  height: 60px;
  background-color: #383838;
  margin: 60px auto 0;
}

.offer_box .title {
  width: 181px;
  height: 60px;
  background: url(../img/offer_icon.png) no-repeat;
  font-size: 28px;
  line-height: 60px;
  color: #ffffff;
  padding-left: 19px;
  flex-shrink: 0;
}

.offer_box ul {
  width: 903px;
  font-size: 16px;
  color: #ffffff;
  margin-left: 40px;
  overflow: hidden;
}
.offer_box ul>div{
  width: 3176px;
}
.offer_box ul li{
  flex-shrink: 0;
  padding-right: 40px;
  float: left;
}
/* section */
section h2 {
  font-size: 36px;
  font-weight: normal;
}

section .content {
  width: 1200px;
  margin: 0 auto;
}

/* meet */
.meet {
  width: 100%;
  padding-top: 110px;
}

.meet .content {
  background: url(../img/section1_img.png) no-repeat;
  height: 461px;
  background-position: center center;
  margin-top: 30px;
}

.meet ul {
  width: 1080px;
  height: 280px;
  flex-wrap: wrap;
}

.meet li {
  width: 400px;
  height: 80px;
  background: url(../img/section1_li1.png)no-repeat;
  padding-left: 27px;
  padding-right: 40px;
  transition: all .4s;
}
.meet li:hover{
  transform: scale(1.05);
  transition: all .4s;
}
.meet li:nth-child(2),
.meet li:nth-child(6) {
  background: url(../img/section1_li3.png)no-repeat;
}

.meet li:nth-child(3) {
  background: url(../img/section1_li2.png)no-repeat;
}

.meet li:nth-child(4) {
  background: url(../img/section1_li4.png)no-repeat;
}

.meet .num {
  font-family: 'Avanti';
  font-size: 30px;
  color: #ffffff;
}

.meet li p {
  width: 297px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

/* break */
.break {
  width: 100%;
  height: auto;
  background: url(../img/bg_4.png) no-repeat;
  background-position: top center;
}

.break .content {
  padding-top: 68px;
  border-right: solid 1px rgba(240, 240, 240, 0.2);
  border-left: solid 1px rgba(240, 240, 240, 0.2);
}

.break h2 {
  color: #ffffff;
}

.break .top {
  font-size: 16px;
  color: #ffffff;
  margin-top: 70px;
  margin-bottom: 83px;
}

.break .top h3 {
  font-size: 24px;
  margin-bottom: 34px;
  margin-left: 29px;
}

.break .top .left p {
  width: 442px;
  line-height: 26px;
  margin-left: 40px;
  margin-right: 47px;
}

.break .top li {
  width: 160px;
  flex-direction: column;
  border-left: solid 1px rgba(240, 240, 240, 0.2);
}

.break .top li span {
  width: 87px;
  height: 87px;
  background: url(../img/icon_cover.png) no-repeat;
}

.break .top li p {
  width: 112px;
  line-height: 22px;
  height: 88px;
}

.break .btm {
  align-items: flex-start;
}

.break .btm .left {
  width: 340px;
  height: 456px;
  background-color: #ffae00;
  padding: 40px 0 0 28px;
  color: #ffffff;
  position: relative;
  top: -40px;
}

.break .btm .left h3 {
  padding-top: 35px;
  font-size: 40px;
  line-height: 60px;
  position: relative;
}

.break .btm .left h3::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.break .btm .left h4 {
  font-size: 26px;
  line-height: 37px;
}

.break .btm .left .btn {
  width: 228px;
  height: 60px;
  margin-left: 29px;
  background-color: #ffffff;
  border-radius: 29.5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  color: #ffae00;
  cursor: pointer;
  margin-top: 54px;
  transition: all .4s;
}
.break .btm .left .btn:hover{
  transform: scale(1.05);
  transition: all .4s;
}
.break .btm .left .btn:nth-child(2) {
  background-color: #383838;
  color: #ffffff;
  margin-top: 28px;
}

.break .btm .right {
  width: 860px;
  height: 416px;
  background-color: #ffffff;
  align-items: flex-end;
  position: relative;
}

.break .btm .right>div .xt_content {
  width: 470px;
  height: 345px;
  background-color: #17a1e5;
  padding: 41px 0 41px 19px;
  color: #ffffff;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}

.break .btm .right>div .xt_content p img {
  margin-right: 14px;
}

.break .btm .right>div .self_content {
  width: 290px;
  height: 345px;
  background-color: #f6f8fc;
  flex-wrap: wrap;
  padding: 64px 45px 64px 0;
  justify-content: flex-end;
  font-size: 18px;
  color: #2f383c;
}

.break .btm .right h3 {
  font-size: 24px;
  margin-bottom: 17px;
}

.break .btm .right .vs {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 120px;
  position: absolute;
  top: 183px;
  left: 460px;
}

.break .btm .right .vs span {
  width: 106px;
  height: 106px;
  background-color: #ffffff;
  border: dashed 1px #e1e0e0;
  border-radius: 106px;
}

/* system */
.other {
  margin-top: 95px;
}

.other>h2 {
  font-size: 50px;
  font-weight: normal;
  color: #31373c;
}

.other>p {
  font-size: 24px;
  color: #31373c;
  margin-top: 5px;
  margin-bottom: 74px;
}

.system .content {
  width: 1080px;
  height: 348px;
  overflow: hidden;
  align-items: flex-end;
}

.system .content .normal {
  width: 220px;
  height: 320px;
  background-color: #f6f8fc;
  padding-top: 12px;
  padding-left: 35px;
  position: relative;
  flex-shrink: 0;
  align-items: flex-start;
}
.system .content .normal .img{
  display: none;
}
.system .content .normal .title{
  flex-direction: column;
  align-items: flex-start;
}
.system .content .normal .detail{
  display: none;
}
.system .content .normal .arrow{
  opacity: 0;
}
.system .content .normal .num {
  font-family: 'BebasNeue';
  font-size: 70px;
  color: #000000;
  opacity: 0.1;
  line-height: 84px;
  height: 84px;
}

.system .content .normal h3 {
  font-size: 20px;
  counter-reset: #333333;
  line-height: 35px;
  margin-top: 10px;
}

.system .content .normal h3 b {
  display: block;
  color: #17a1e5;
}

.system .content .normal p span {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #e6e8eb;
  margin-top: 20px;
  margin-right: 3px;
}

.system .content .normal .btn {
  width: 100px;
  height: 30px;
  border-radius: 14.5px;
  border: solid 1px #2f383c;
  font-size: 12px;
  color: #2f383c;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 35px;
}

.system .content .normal .btn:hover {
  background-color: #ffae00;
  border: solid 1px #ffae00;
  color: #ffffff;
}
.system .content .normal.active{
  width: 640px;
	height: 320px;
	background-color: #383838;
  padding-top: 8px;
  padding-left: 40px;
  padding-right: 37px;
  align-items: flex-start;
  position: relative;
  flex-shrink: 0;
}
.system .content .normal.active .img{
  position: relative;
  top: -28px;
  width: 200px;
  flex-shrink: 0;
  margin-right: 37px;
  display: block;
}
.system .content .normal.active .right{
  width: 100%;
  position: relative;
}
.system .content .normal.active .title{
  position: relative;
  width: 100%;
  height: 84px;
  flex-direction: row;
  align-items: center;
}
.system .content .normal.active .num{
  color: #ffffff;

}
.system .content .normal.active h3{
  position: absolute;
  left: 0;
  margin-top: 0;
  color: #ffffff;
}
.system .content .normal.active h3 b{
  display: inline-block;
}
.system .content .normal.active .detail{
  height: 160px;
  overflow-y: scroll;
  font-size: 14px;
  display: block;
}
.system .content .normal.active .detail b{
  color: #ffffff;
}
.system .content .normal.active .detail p{
  color: #999999;
  margin-bottom: 15px;
}
.system .content .normal.active .btn{
  left: 0;
  bottom: -40px;
  background-color: #ffae00;
  border: solid 1px #ffae00;
  color: #ffffff;
}
.system .content .normal.active .arrow{
  width: 30px;
	height: 30px;
	background-color: #ffae00;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 3;
transition: .3s all;
cursor: pointer;
opacity: 1;
}
.system .content .normal.active .arrow:hover{
transform: scale(1.2);
transition: .3s;
}
.system .content .normal.active .arrow.pre{
  left: -15px;
}
.system .content .normal.active .arrow.next{
  right: -15px;
 
}
.system .content .normal.active .arrow.next img{
  transform: rotateZ(180deg) ;
}
/* 滚动槽 */
.system  .content ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.system  .content ::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #1c2124;
}

/* 滚动条滑块 */
.system  .content ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ffb756;
}

.form_box{
  width: 100%;
  height: 120px;
	background-color: #ffae00;
  padding: 5px;
  margin-top: 40px;
}
.form_box>div{
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  padding-left: 30px;
}
.form_box>div h3{
  font-size: 20px;
  margin-top: 15px;
  color: #ffffff;
  margin-bottom: 12px;
}
.form_box>div .item,.form_box>div input,.form_box>div select{
	height: 40px;
	background-color: #ffffff;
  font-size: 14px;
	line-height: 40px;
	color: #999999;
}
.form_box>div .item{
  width: 180px;
  margin-right: 10px;
}
.form_box>div input,.form_box>div select{
  width: 100%;
  padding-left: 10px;
}
.form_box>div select{
  background: #ffffff url(../img/form_arrow.png) no-repeat;
  background-position: 160px center;
}
.form_box>div input::placeholder{
  color: #999999;
}
.form_box>div .yzm span{
  width: 80px;
	height: 40px;
	background-color: #2f383c;
  flex-shrink: 0;
   line-height: 40px;
   color: #ffffff;
   font-size: 14px;
   cursor: pointer;
}
.form_box>div .btn{
	width: 180px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 19.5px;
  font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #ffae00;
}

/* job */
.job{
  width: 100%;
}
.job>div{
  width: 100%;
  height: 400px;
  background-color: #383838;
}
.job .content{
  width: 1560px;
  height: 400px;
  background-color: #383838;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.job .content>div{
  width: 160px;
	height: 400px;
  background-color: #ffffff;
  background: url(../img/汽车行业.png) no-repeat;
  background-position: center;
  position: relative;
  padding-top: 80px;
  flex-shrink: 0;
  transition: all .1s;
}
.job .content>div h3{
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 5;
  text-align: center;
}
.job .content>div .salary{
  display: none;
}
.job .content>div .company{
  display: none;
}
.job .content>div::after{
  content: "";
  width: 100%;
  height: 100%;
  position:absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.job .content>div.active{
  width: 760px;
  background: url(../img/高科技行业.png) no-repeat ;
  background-size: 100%;
  background-position: center;
  padding-left: 409px;
  color: #ffffff;
  transition: all .1s;
}
.job .content>div.active h3{
  font-weight: 700;
  margin-bottom: 45px;
  text-align: left;
}
.job .content>div.active .salary{
  font-size: 16px;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  display: block;
}
.job .content>div.active .company{
  width: 200px;
  font-size: 16px;
  position: relative;
  z-index: 5;
  line-height: 26px;
  display: block;

}
.job .content .arrow{
  position: absolute;
  right: 73px;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  z-index: 10;
}
/* serve */
.serve{
  width: 100%;
}
.serve>div{
  width: 100%;
  height: 510px;
  background:url(../img/bg_2.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.serve>div .content{
  width: 1040px;
  height: 403px;
  flex-direction: column;
}
.serve>div .content ul{
  width: 100%;
  height: 160px;
}
.serve>div .content ul:nth-child(1){
  justify-content: flex-end;
}
.serve>div .content ul:nth-child(1) li{
  margin-left: 60px;
}
.serve>div .content li{
  transition: all .3s;
}
.serve>div .content li.active{
  transform: scale(1.05);
  transition: all .3s;
}
.serve>div .content ul:nth-child(3) li{
  margin-right: 60px;
}
.serve>div .content li{
  width: 140px;
	height: 160px;
	background-color: #ffffff;
	border: solid 2px #2f383c;
  flex-direction: column;
  font-size: 18px;
  padding: 6px 0 12px;
}
.serve>div .content li>.dis_c{
  flex-direction: column;
  height: 50px;
  margin-top: 13px;
  flex-shrink: 0;
}
.serve>div .content li>div i{
  width: 70px;
	height: 22px;
	background-color: #17a1e5;
	border-radius: 10.5px;
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  margin-bottom: 5px;
}
.serve>div .content li>div i:last-child{
  margin-bottom: 0;
}
.serve>div .content p{
  font-size: 16px;
}
.serve .line{
  width: 1040px;
	height: 5px;
	background-color: #f6f8fc;
	border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 60px;
}
.serve .line span{
  width: 20px;
	height: 20px;
	background-color: #ffae00;
	border: solid 4px #ffffff;
  border-radius: 20px;
}
.serve .line span.active{
  width: 25px;
	height: 25px;
 border-radius: 25px;
	background-color: #b67c00
}
/* .team */
.team{
  width: 100%;
  height: auto;
  background: url(../img/team.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0;
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.team>h2,.team>p{
  color: #ffffff;
}
.team .detail{
  width: 100%;
  height: 430px;
  flex-direction: column;
  align-items: flex-start;
}
.team .detail .top{
  margin-bottom: 46px;
}
.team .detail .logo{
  width: 100px;
	height: 100px;
	background-color: #ffffff;
  border-radius: 100px;
  margin-right: 30px;
  overflow: hidden;
}
.team .detail .logo img{
  width: 85%;
}
.team .detail h3{
  font-size: 30px;
	color: #ffae00;
  margin-bottom: 15px;
}
.team .detail .right p{
  font-size: 16px;
  height: 21px;
}
.team .detail .desc{
  height: 168px;
}
.team .detail .desc p{
  line-height: 24px;
  font-size: 14px;
  width: 454px;
}
.team .detail .btn{
  width: 180px;
	height: 40px;
	background-color: #ffae00;
	border-radius: 19.5px;
  font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000000;
  margin-top: 45px;
  cursor: pointer;
  transition: all .3s;
}
.team .detail .btn:hover{
	background-color: #c2922b;
  transition: all .3s;
}
.team ul{
  flex-wrap: wrap;
  width: 415px;
  height: 430px;
  flex-shrink: 0;
  align-items: flex-start;
  overflow: hidden;
}
.team ul li{
  width: 100px;
	height: 100px;
	border: solid 1px #ffffff;
  flex-direction: column;
  font-weight: 700;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all .2s;
}
.team ul li h3{
  font-size: 20px;
  margin-bottom: 14px;
	opacity: 0.3;
}
.team ul li.active{
  width: 100px;
	height: 100px;
	background-color: #ffae00;
	border: solid 1px #ffae00;
  transition: all .2s;
}
.team ul li:hover{
	border: solid 1px #ffae00;
  background-color: #ffae00;
  transition: all .2s;
}
.team ul li.active p{
  color: #000000;
}
.team .form_box{
  width: 1200px;
  margin: 100px auto 0;
}
/* layout */
#main .layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}

#main .layout>div {
  width: 280px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  padding: 25px 20px 10px;
}
#main .layout>div img{
  width: 100%;
  margin-top: 4px;
}
#main .layout .close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  margin-top: 0 !important;
}

#main .layout .item,
#main .layout input,
#main .layout select {
  width: 270px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 6px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

#main .layout .item {
  margin-bottom: 8px;
}

#main .layout input,
#main .layout select {
  padding-left: 10px;
}

#main .layout select {
  background: #f1f1f1 url(../img/arrow.png) no-repeat right;
  background-position-y: 50%;
  background-position-x: 245px;
}

#main .layout .item.yzm input {
  width: 150px;
}

#main .layout .item.yzm span {
  width: 120px;
  background-color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  color: #ff0000;
  cursor: pointer;
}

#main .layout .btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #ffb000;
  border-radius: 19.5px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 20px auto 0;
}
#centerAdBox .adItem {
  display: none;
  position: fixed;
  width: 504px;
  height: 331px;
  top: 50%;
  margin-top: -165px;
  left: 50%;
  margin-left: -250px;
  z-index: 9;
}
#centerAdBox .adItem a.closeAdBtn {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  opacity: 1;
}