/* 头部样式 */
.head{
    height: 500px;
    background: url(../images/about.png) no-repeat;
    overflow: hidden;
}
.head>div>p{
    margin-top: 174px;
    margin-bottom: 84px;
    font-weight: bold;
    font-size: 40px;   
    color: #FFFFFF; 
}
.head ul{
    height: 110px;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px 0px;
    box-sizing: border-box;
}
.head li{
    height: 74px;
    width: 232px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    display: inline-block;
    color: #A8875A;
    padding-left: 70px;
    box-sizing: border-box;
    font-size: 16px;
}
.head li:nth-child(6){
    border-right: 0px;
}
.head li span{
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
}
.head li p{
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 5px;
}

/* 我们是谁样式 */
.introduce{
  position: relative;
}
.introduce>p{
    margin-top: 85px;
    margin-bottom: 23px;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}
.introduce .text{
    width: 600px;
    height: 383px;
}
.introduce div p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
}
.introduce .text p:nth-child(3){
    margin-bottom: 0px;
}
.introduce .box{
    width: 700px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.introduce .box:hover .player{
    transform: scale(1.2,1.2);
}
.introduce .player{
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.introduce .play{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  cursor: pointer;
}

/* 发展历程样式 */
.develop{
    height: 720px;
    background: url(../img/about1.png);
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}
.develop>div>p{
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin: 83px 0px;
}
.develop .swiper-slide
{
    opacity: 0.5;
}
.develop .swiper-slide-active{
    opacity: 1;
}
.develop .swiper-slide>span{
    width: 110px;
    height: 30px;
    background: #A8875A;
    border-radius: 15px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}
.develop .swiper-slide p{
    font-weight: bold;
    font-size: 34px;
    color: #333; 
    margin: 10px 0px;
}
.develop .swiper-slide-active p{
    color: #A8875A !important;
    font-size: 48px !important;
}
.develop .swiper-slide li{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}   
.develop .bannerBox{
    width: 1400px;
}
.develop .bannerBox .swiper-button-prev{
  width: 66px;
  height: 66px;
  background: url(../img/about3.png) no-repeat;
  position: absolute;
  top: 150px;
  left: -100px;
}
.develop .bannerBox .swiper-button-prev:hover{
  background-image: url(../img/about4.png);
}
.develop .bannerBox .swiper-button-prev::after{
  content: '';
}
.develop .bannerBox .swiper-button-next{
  width: 66px;
  height: 66px;
  background: url(../img/about5.png) no-repeat;
  position: absolute;
  top: 150px;
  right: -100px;
}
.develop .bannerBox .swiper-button-next:hover{
  background-image: url(../img/about6.png);
}
.develop .bannerBox .swiper-button-next::after{
  content: '';
}
.develop .bannerBox .swiper-slide{
    padding-left: 5px;
    font-size: 16px;
}

/* 企业荣誉样式 */
.honor{
    height: 890px;
    background: url(../images/about2.png) no-repeat;
    overflow: hidden;
}
.honor p{
    margin-top: 75px;
    margin-bottom: 45px;
    font-weight: bold;
    font-size: 40px;
    color: #A8875A;
}
.honor>div>div{
    position: relative;
    text-align: center;
}
.honor .left{
    position: absolute;
    top: 0px;
    left: 30px;
}
.honor .center{
    display: inline-block;
    margin-top: 69px;
}
.honor .right{
    position: absolute;
    top: 5px;
    right: 30px;
}
@keyframes leftShift{
    from{
        transform: translateX(1000px);
    }
    to{
        transform: translateX(30px);
    }
}

/* 业务遍及全球样式 */
.business{
    text-align: center;
    padding-bottom: 76px;
    background: url('../img/global_bg.jpg') no-repeat center center;
    background-size: cover;
}
.business span{
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin-top: 83px;
    margin-bottom: 6px;
}
.business p{
    color: #666666;
    line-height: 26px;
    margin-bottom: 60px;
}

/* 人才招募样式 */
.recruitment{
    background: url(../images/about7.png) no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.recruitment>div>span{
    display: inline-block;
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 76px;
}
.recruitment p{
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin-bottom: 38px;
}
.recruitment p span{
    color: #A8875A;
}
.recruitment .group li{
    width: 120px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    float: left;
    margin-right: 60px;
}
.recruitment .link{
    margin-top: 40px;
    margin-bottom: 53px;
}
.recruitment .link li{
    width: 160px;
    height: 50px;
    border: 2px solid #FFFFFF;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-right: 37px;
}
.recruitment .link li img{
    margin-left: 10px;
}
.recruitment .link li:hover{
    background: #A8875A;
    border-color: #A8875A;
}

.xs-hidden{
    display: block !important;
}
.xs-show{
    display: none !important;
}
