/*合作伙伴*/
.banner5{
    background: url("banner5.jpg") no-repeat 50% top;
    height: 240px;
}
.main{
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}
.main p.title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 40px 0;
}
 ul.logo-pic{
    clear: both;
    float:right;
    position:relative;
     display: block;
    left:50%;
    margin: 0 auto;
}
 ul.logo-pic li{
    position:relative;
    right:50%;
    float:left;
    width: 120px;
    height: 70px;
    margin-right:30px;
    margin-bottom: 30px;
}
 /*联系我们*/
.banner6{
    background: url("banner6.jpg") no-repeat 50% top;
    height: 240px;
}
.address{
    width: 100%;
    overflow: hidden;
    background: #f2f2f2;
    margin-bottom: 55px;
}
.address ul.add{
    font-size: 12px;
    color: #656565;
    width: 31.5%;
    padding: 3.2% 0 3.2% 3.5%;
}
.address ul.add li{
    padding: 3.5% 0;
    /*line-height: 43px;*/
}
.address ul.add li span{
    margin-left: 10px;
    color: #333333;
}
.address ul.add li img{
    margin-right: 12px;
    vertical-align: middle;
}
.address .map{
    width: 64.84%;
    float: right;
}
.address .map img{
    width: 100%;
    max-width: 778px;
}

/*人才招聘*/
.banner7{
    background: url("banner7.jpg") no-repeat 50% top;
    height: 240px;
}

p.p-top{
    color: #656565;
    font-size: 12px;
    line-height: 180%;
}
p.p-top a{
    color:#67BA2D ;
    display: inline-block;
    margin-right: 10px;
}
p.p-top img{
    margin: 0 7px;
    vertical-align: middle;
}

.person{
    margin-top: 22px;
    width: 100%;
    margin-bottom: 10%;
}
.list2{
    width:100%;
    height: auto;
    margin: 0 auto;
    line-height:40px;
    cursor:pointer;
    display: block;
}
.list2-li{
    margin-bottom: 4px;
}
.list2 li .tit2{
    padding-left:20px;
    cursor:pointer;
    line-height:40px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #00a9e7 url("icon26.png") 98% center no-repeat;
}

.list2 li ul{
    display:none;
    border: 1px solid #00a9e7;
    margin-bottom: 20px;
    padding: 10px 20px 20px;
}
.list2-li ul>li{
    padding-left:1%;
    font-size: 12px;
    color: #656565;
    margin-right: 10%;
    float: left;
}
.list2-li ul>li img{
    margin-right: 10px;
   vertical-align: middle;
    margin-bottom: 3px;
}
.list2-li .color2{
    color: #333333;
}
.list2-li .no-right{
    margin-right: 0px;
}
.list2 p.person-title{
    color:#333333;
    font-weight: bold;
    font-size: 12px;
    padding-left: 1%;
}
.list2 p.per1{
    color: #545454;
    font-size: 12px;
    /*height: 30px;*/
    line-height: 200%;
    padding: 3px 1%;
}

.list2 li .tit3{
    color: #666666;
    background: #ebebeb url("icon27.png") 98% center no-repeat;
}



@media (max-width:920px){
    .address ul.add{
        width: 100%;
    }
    .address .map{
        width: 100%;
    }
    .address ul.add li{
        padding: 0;
        line-height: 35px;
    }
    .address .map img{
        float: none;
        margin: 0 auto;
        display: block;
    }
}
@media (max-width:600px){
    .main p.title{
        font-size: 20px;
        margin: 20px 0;
    }
    .address{
        margin-bottom: 0px;
    }
}
@media (max-width:460px){
    .banner6{
        /*background-size: 80%;*/
        background: url("banner6.jpg") no-repeat 50% center;
        height: 160px;
    }
    .banner5{
        /*background-size: 80%;*/
        background: url("banner5.jpg") no-repeat 50% center;
        height: 160px;
    }
    .banner7{
        /*background-size: 80%;*/
        background: url("banner7.jpg") no-repeat 50% center;
        height: 160px;
    }
}