.banner2>img{
    display: block;
    width: 100%;
}

#container{
    width: 100%;
}

.inner-menu{
    height: 65px;
    background: url("../images/border.png") center bottom no-repeat;
    text-align: center;
}

.inner-menu li{
    display: inline-block;
    width: 75px;
    height: 55px;
    line-height: 55px;
    margin: 0 55px;
    overflow: hidden;
}

.inner-menu li a{
    color: #c0c0c0;
    font-size: 16px;
}

.inner-menu li.active , .inner-menu li:hover{
    border-bottom: 2px solid #03a5f0;
}
.inner-menu li.active a , .inner-menu li:hover a {
    font-size: 18px;
    color: #03a5f0;
}


.section{
    width: 100%;
    padding: 50px;
}

.title{
    width: 1200px;
    margin: 0 auto;
}
.title h1{
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    color: #333;
}
.title .line{
    width: 75px;
    height: 4px;
    background: #03A6F0;
    margin: 20px auto 0;
}

.main{
    margin-top: 50px;
}
.main p{
    font-size: 16px;
    color: #666;
    line-height: 2;
    position: relative;
    text-indent: 2em;
}
.main p.two , .main p.three{
    margin-top: 40px;
}
.main p:before{
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #03A6F0;
}
.main p.two:before{
    background: #F9BA4B;
}
.main p.three:before{
    background: #8EC026;
}


.number{
    text-align: center;
}
.number li{
    display: inline-block;
    margin: 45px 40px;
}

.number li h2{
    font-size: 24px;
    color: #333;
    font-weight: 100;
    text-align: left;
}

.number li h2 span{
    font-size: 70px;
    text-align: left;
}

.number li p{
    font-size: 18px;
    color: #999;
    text-align: left;
    margin-top: 20px;
    line-height: 1.6;
}


.service2{
    margin-top: 30px;
    text-align: center;
}
.service2 li{
    display: inline-block;
    width: 310px;
    height: 240px;
    padding: 30px 0 0 0;
    background-color: #fff;
    vertical-align: top;
    margin: 30px 20px;
    border-radius: 10px;
}
.service2 li h2{
    font-size: 33px;
    color: #03a5f0;
    line-height: 1.8;
    text-align: center;
}
.service2 li p{
    font-size: 18px;
    color: #999;
    padding: 0 35px;
    line-height: 1.8;
}


.reward{
    margin-top: 70px;
}
.reward li{
    width: 50%;
    float: left;
    background: url("../images/reward.png") 50px center no-repeat;
    background-size: 22px auto;
    font-size: 20px;
    color: #333;
    margin-top: 30px;
    line-height: 1.8;
    padding-left: 80px;
}


.contact{
    margin: 60px auto;
}
.contact h2{
    text-align: center;
    font-size: 26px;
    color: #333;
    font-weight: 100;
}
.contact>p{
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    text-align: center;
    margin-top: 30px;
}
.detail{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}
.detail .detail-message{
    float: left;
    width: 285px;
}
.detail .detail-message h1{
    font-size: 36px;
    color: #03a5f0;
    line-height: 1;
    font-weight: 100;
}
.detail .detail-message h1 span{
    font-size: 18px;
}
.detail .detail-message .quarter{
    font-size: 20px;
    color: #333;
    background-size: 37px auto;
    background-position: left center;
    line-height: 1.6;
    background-repeat: no-repeat;
    padding-left: 55px;
    margin: 10px 0;
}
.detail .detail-message .phone{
    background-image: url("../images/contact-phone.png");
    margin-top: 40px;
}
.detail .detail-message .email{
    background-image: url("../images/contact-mail.png");
}
.detail .detail-message .address{
    background-image: url("../images/contact-address.png");
}
.detail .detail-message .ewm{
    margin-top: 50px;
}
.detail .map{
    float: right;
}


.talent{
    width: 100%;
    padding: 60px 0;
    background: #f4f4f4;
}
.talent h2{
    font-size: 18px;
    color: #333;
    line-height: 2;
    text-align: center;
    font-weight: 100;
}

.recruit-menu{
    width: 1100px;
    margin: 60px auto 0;
    overflow: hidden;
}
.recruit-menu li{
    display: inline-block;
    width: 335px;
    height: 84px;
    line-height: 84px;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    color: #666;
    margin: 0 11px;
    cursor: pointer;
}
.recruit-menu li.active{
    font-weight: bold;
    color: #03a5f0;
}

.recruit-detail{
    width: 1100px;
    margin: 20px auto 0;
    overflow: hidden;
}
.recruit-detail li{
    display: inline-block;
    width: 515px;
    margin: 20px 11px;
    background-color: #fff;
    padding: 40px 30px;
    box-sizing: border-box;
    vertical-align: top;
}
.recruit-detail li h2{
    font-size: 25px;
    color: #333;
    font-weight: 100;
    text-align: left;
}
.recruit-detail li h3{
    font-size: 20px;
    color: #333;
    font-weight: 100;
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    border-left: 5px solid #03a5f0;
}
.recruit-detail li p{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.detail2,.detail3{
    display: none;
}