﻿body{
    background-color:#fff;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 460px;
    background-image: url('images/banner3.png');
    background-size: cover;
    background-position: center;
}
.recruit_tab{
    display:flex;
    line-height:20px;
    padding:60px 0 20px;
}
.recruit_tab li{
    padding:0 20px;
    border-right:2px solid #ccc;
    font-size:18px;
    cursor:pointer;
}
.recruit_tab li:last-child{
    border-right:0;
}
.recruit_tab li:nth-child(1){
    padding-left:0;
}
.recruit_tab li.on{
    color:#0aa360;
}
.recruit_item{
    background-color:#fafafa;
}
.recruit_top{
    display:flex;
    height:50px;
    line-height:50px;
    background-color:#f5f5f5;
}
.recruit_tag{
    display:flex;
    height:90px;
    line-height:90px;
    border-bottom:1px solid #e7e7e7;
    background-color:#fff;
}
.recruit_top p,.recruit_tag p{
    text-align:center;
    font-size:18px;    
}
.recruit_top p{
    color:#555;
}
.recruit_tag p{
    color:#888;
}
.recruit_top p:nth-child(1),.recruit_tag p:nth-child(1){
    width:260px;
}
.recruit_top p:nth-child(2),.recruit_tag p:nth-child(2){
    width:130px;
}
.recruit_top p:nth-child(3),.recruit_tag p:nth-child(3){
    width:150px;
}
.recruit_top p:nth-child(4),.recruit_tag p:nth-child(4){
    width:370px;
}
.recruit_top p:nth-child(5),.recruit_tag p:nth-child(5){
    width:290px;
}
    .recruit_tag p.item_name {
        color: #000;
        cursor: pointer;
        background: url('images/down.png') no-repeat 200px center;
    }
.recruit_tag p:nth-child(5){
    color:#0aa360;
    font-weight:600;
}
.recruit_content{
    padding:0 70px 30px;
    display:none;
}
.recruit_tag1{
    display:flex;
    flex-wrap:wrap;
    padding: 30px 0 10px;
    border-bottom:1px solid #e7e7e7;
}
.recruit_tag1 p{
    width:25%;
    line-height:25px;
    font-size:16px;
    color:#555;
    margin-bottom:10px;
}
.recruit_tag1 p:last-child{
    width:100%;
}
.detail{
    color:#555;
}
.detail p{
    font-size:16px;
    line-height:30px;
}
.detail p.title{
    margin-top:30px;
    margin-bottom:20px;
    font-size:20px;    
}
.recruit_slide .recruit_tag{
    background-color:#fafafa;
}
.recruit_slide .recruit_tag p.item_name {
    background-image: url('images/up.png');
}
.recruit_slide .recruit_content{
    display:block;
}
.recruit_box{
    display:none;
}
#tab1{
    display:block;
}

.contact_box{
    display:flex;
    justify-content:space-between;
    background-color:#fff;
    margin:60px 0 70px;
}
.contact_box .contact_item{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    width: 574px;
    height: 324px;
    border: 1px solid rgb(230, 230, 230);
    box-shadow:6px 6px #f6f6f6;
}
.contact_box .contact_item .title1{
    font-size:20px;
    margin:20px 0;
}
.contact_box .contact_item .title2{
    font-size:16px;
    margin-bottom:10px;
}
.contact_box .contact_item .title2 .span1{
    color:#46a4e2;
}
.contact_box .contact_item .title2 .span2{
    color:#888;
}