.banner {
    background: url("../img/partner/us.png") no-repeat;
    background-size: cover;
    height: 260px;
    padding: 76px 18% 0;
    overflow: hidden;
}

/*@media (min-width: 1200px) {*/
    /*.banner .title {*/
        /*width: 1200px;*/
        /*position: absolute;*/
        /*left: 360px;*/
    /*}*/
/*}*/

/*@media (min-width: 1200px) {*/
    /*.banner ul {*/
        /*position: absolute;*/
        /*left: 360px;*/
        /*top: 254px;*/
    /*}*/
/*}*/

.banner .title {
    color: #fff;
}

.banner .title .p-weight {
    font-size: 48px;
    font-weight: bold;
}

.banner .title .span-left {
    margin-left: 5px;
    margin-top: 10px;
}

.banner .banner-nav {
    color: #fff;
    font-size: 14px;
    margin-left: 3px;
}

.banner ul {
    margin-left: -38px;
    margin-top: 32px;
}

.banner li {
    height: 54px;
    color: #fff;
    font-size: 16px;
    list-style: none;
    float: left;
    line-height: 50px;
    margin-right: 60px;
}

.banner li.active {
    border-bottom: 4px solid #ffae00;
}

.banner li:hover {
    cursor: pointer;
}

.banner li a {
    display: block;
    padding: 0 20px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    overflow: hidden;
}

.par-school, .par-company, .par-association, .par-expert {
    overflow: hidden;
}

.par-school ul, .par-company ul, .par-association ul, .par-expert ul {
    overflow: hidden;
}

.second-ul {
    margin-top: 50px;
}

.main .name {
    text-align: center;
    padding: 50px 0;
}

.main .name .chinese {
    color: #4d4d4d;
    font-size: 40px;
}

.main .name .english {
    color: #4d4d4d;
    font-size: 14px;
}

.logo-head ul {
    margin-left: -40px;
}

.logo-head li {
    float: left;
    list-style: none;
}

.par-school .logo-head li {
    margin: 0 50px 50px 50px;
}

.par-company .logo-head li {
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    margin-right: 14px;
}

.par-company .logo-head li:last-child {
    margin-right: 0;
}

.par-association .logo-head li {
    margin-right: 14px;
}

.par-association .logo-head li:last-child {
    margin-right: 0;
}

.par-expert .logo-head li {
    margin-right: 49px;
}

.par-expert .logo-head li:last-child {
    margin-right: 0;
}

.logo-head .img-school {
    width: 136px;
    height: 136px;
}

.logo-head .img-company {
    width: 222px;
    height: 96px;
}

.logo-head .img-association {
    width: 226px;
    height: 120px;
}

.logo-head .img-expert {
    width: 200px;
    height: 218px;
    border: 1px solid #e4e6eb;
    border-radius: 4px;
    text-align: center;
}

.logo-head .img-expert .expert-logo {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    margin: 10px 32px;
}

.img-expert .expert-name {
    color: #4d4d4d;
    font-size: 18px;
}

.img-expert .duty {
    height: 30px;
    border-top: 1px solid #f2f2f2;
    line-height: 35px;
    color: #808080;
    font-size: 14px;
}

.logo-head .img-school img, .logo-head .img-company img, .logo-head .img-association img, .logo-head .img-expert img {
    width: 100%;
    height: 100%;
}