.banner{
    border-bottom: 2px solid #8c8b86;
}
.banner .banner-p{
    display: block;
}
.banner .banner-m{
    display: none;
}
.aboutMain{
    padding: 40px 0 0 0;
}
.aboutMain .title{
    text-align: center;
    margin: 70px 0 0 0;
}
.aboutMain .list{
    padding-bottom: 70px;
}
.aboutMain .item{
    min-height: 284px;
    padding: 70px 16px 0 16px;
    display: block;
    margin-top: 60px;
}
.aboutMain .item:nth-child(1){
    background: url("../images/about-bg1.jpg") no-repeat right center;
    background-size: cover;
    margin-top: 70px;
}
.aboutMain .item:nth-child(2){
    background: url("../images/about-bg2.jpg") no-repeat right center;
    background-size: cover;
}
.aboutMain .item:nth-child(3){
    background: url("../images/about-bg3.jpg") no-repeat right center;
    background-size: cover;
}
.aboutMain .item:nth-child(4){
    background: url("../images/about-bg4.jpg") no-repeat right center;
    background-size: cover;
}
.aboutMain .item:nth-child(5){
    background: url("../images/about-bg5.jpg") no-repeat right center;
    background-size: cover;
}
.aboutMain .item .txtBox{
    width: 650px;
}
.aboutMain .item:nth-child(odd) .txtBox{
    float: left;
}
.aboutMain .item:nth-child(even) .txtBox{
    float: right;
}
.aboutMain .item .t1{
    height: 42px;
    line-height: 42px;
    font-size: 25px;
    color: #595757;
    font-weight: bold;
    padding-left: 56px;
}
.aboutMain .item:nth-child(1) .t1{
    background: url("../images/about-i1.png") no-repeat left center;
    background-size: auto 100%;
}
.aboutMain .item:nth-child(2) .t1{
    background: url("../images/about-i2.png") no-repeat left center;
    background-size: auto 100%;
}
.aboutMain .item:nth-child(3) .t1{
    background: url("../images/about-i3.png") no-repeat left center;
    background-size: auto 100%;
}
.aboutMain .item:nth-child(4) .t1{
    background: url("../images/about-i4.png") no-repeat left center;
    background-size: auto 100%;
}
.aboutMain .item:nth-child(5) .t1{
    background: url("../images/about-i5.png") no-repeat left center;
    background-size: auto 100%;
}
.aboutMain .item .t2{
    text-align: justify;
    font-size: 19px;
    line-height: 180%;
    color: #595757;
    margin-top: 10px;
}
.aboutMain .item .t3{
    font-size: 19px;
    color: #595757;
    padding-left: 20px;
    background: url("../images/about-d1.png") no-repeat left center;
    background-size: 8px auto;
    margin-top: 30px;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.aboutMain .item:hover .t3{
    padding-left: 30px;
    color: #0081cc;
    background: url("../images/about-d2.png") no-repeat left 10px center;
    background-size: 8px auto;
}
.profileMain{
    padding-bottom: 90px;
}
.tabNav{
    width: 810px;
    padding: 40px 0;
    margin: 0 auto;
}
.tabNav .tab{
    display: block;
    width: 162px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    float: left;
    font-size: 19px;
    color: #595757;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.tabNav .tab.active{
    font-size: 21px;
    font-weight: bold;
    color: #0081cc;
}
.tabNav .tab:hover{
    font-size: 21px;
    color: #0081cc;
}
.profileMain .content p{
    font-size: 19px;
    color: #595757;
    line-height: 200%;
    text-align: justify;
}
.profileMain .content .t1{
    padding: 32px 34px;
    border-top: 1px dashed #595757;
    border-bottom: 1px dashed #595757;
}
.profileMain .content .t2{
    padding: 40px 0;
}
.profileMain .content .t3{
    padding: 60px 34px 60px 206px;
    background: url("../images/profile-i1.png") no-repeat left 34px center;
    background-size: 100px auto;
    border-top: 1px solid #595757;
    border-bottom: 1px dashed #595757;
}
.profileMain .content .t4{
    padding: 60px 206px 60px 34px;
    background: url("../images/profile-i2.png") no-repeat right 34px center;
    background-size: 100px auto;
    border-bottom: 1px dashed #595757;
}
.profileMain .content .t5{
    padding: 60px 34px 60px 206px;
    background: url("../images/profile-i3.png") no-repeat left 34px center;
    background-size: 100px auto;
    border-bottom: 1px dashed #595757;
}
.profileMain .content .t6{
    padding: 60px 206px 60px 34px;
    background: url("../images/profile-i4.png") no-repeat right 34px center;
    background-size: 100px auto;
    border-bottom: 1px solid #595757;
}
.cultureMain{
    padding-bottom: 90px;
}
.cultureMain .content p{
    font-size: 19px;
    color: #595757;
    line-height: 200%;
    text-align: justify;
}
.cultureMain .content .zt{
    font-size: 30px;
    line-height: 100%;
    border-left: 6px solid #1b7ab1;
    letter-spacing: 14px;
    color: #1b7ab1;
    font-weight: lighter;
    background-image: url(../images/culture-line.png);
    background-repeat: repeat-x;
    background-position: 0 center;
    margin: 90px 0 40px 0;
}
.cultureMain .content .zt span{
    padding: 0 28px 0 24px;
    background-color: #fff;
}
.cultureMain .content .mt{
    font-size: 21px;
    font-weight: bold;
    margin: 32px 0 10px 0;
}
.cultureMain .content .connotation{
    position: relative;
}
.cultureMain .content .txtBox{
    width: 60%;
    float: left;
}
.cultureMain .content .logo{
    width: 40%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -46px;
}
.cultureMain .content .videoBox{
    margin-bottom: 160px;
}
.cultureMain .content .videoBox video{
    width: 100%;
    height: 100%;
    display: block;
}
.historyMain{
    padding-bottom: 55px;
    font-size: 18px;
}
.historyMain .content{ background:url('../images/about-gblock.png') repeat-y 94px 0;}
.historyMain .content li{ display:block; margin-bottom:35px; overflow:hidden; }
.historyMain .content li:nth-child(1){ background:url('../images/about-wretangle.png') no-repeat 0 -493px; }
.historyMain .content li:nth-last-child(1){ background:url('../images/about-wretangle.png') no-repeat 0 10px; }
.historyMain .content li .year{display:block; float:left; height:24px; line-height:24px; }
.historyMain .content i{ display:block; float:left; width:7px; height:7px; border:2px solid #fff; background:#e3e3e3; margin:0 0 0 29px; margin-top:7px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.historyMain .content li p{ display:block; margin-left:130px; line-height:24px; color:#666; margin-bottom:0; }
.historyMain .content li:hover i{ background:#e0244d;}
.honorMain{
    padding-bottom: 70px;
}
.honorMain .list .item{
    width: 300px;
    float: left;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 10px 20px 10px;
}
.honorMain .list .item .imgBox{
    width: 300px;
    text-align: center;
    height: 300px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #eee;
}
.honorMain .list .item .imgBox img{
    max-width: 92%;
}
.honorMain .list .item .txtBox{
    width: 100%;
    min-height: 120px;
    background: #62aad2;
}
.honorMain .list .item .txtBox p{
    padding: 20px 10% 0 10%;
    font-size: 19px;
    font-weight: lighter;
    color: #fff;
    line-height: 150%;
    text-align: center;
}
.partnerMain{
    padding-bottom: 50px;
}
.partnerMain .item{
    display: block;
    width: 298px;
    text-align: center;
    height: 121px;
    overflow: hidden;
    margin: 20px 10px 20px 10px;
    border: 1px solid #e5e5e5;
    float: left;
}
.staffMain{
    padding: 40px 0 90px 0;
    margin-top: 136px;
}
.staffMain .breadcrumb{
    margin-bottom: 0;
}
.staffMain .item{
    display: block;
    width: 300px;
    margin: 60px 26px 0 0;
    float: left;
}
.staffMain .item:nth-child(4n){
    margin: 60px 0 0 0;
}
.staffMain .item .icon{
    width: calc(100% - 2px);
    border: 1px solid #000;
    height: 162px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.staffMain .item .icon img{
    max-width: 40%;
}
.staffMain .item .name{
    font-size: 21px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    color: #595757;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
}
.staffMain .item:hover .name{
    color: #0081cc;
}
#content .breadcrumb{
    padding-top: 40px;
    margin-bottom: 0;
}
@media screen and (max-width:1600px){
    .staffMain{
        margin-top: 112px;
    }
}
@media screen and (max-width:1280px){
    .aboutMain .item{
        padding: 0;
        min-height:inherit;
        margin-top: 50px;
    }
    .aboutMain .item:nth-child(1),.aboutMain .item:nth-child(2),.aboutMain .item:nth-child(3),.aboutMain .item:nth-child(4),.aboutMain .item:nth-child(5){
        background: none;
    }
    .aboutMain .item:nth-child(1){
        margin-top: 50px;
    }
    .aboutMain .item .txtBox{
        width: 100%;
    }
    .aboutMain .item .t1Box{
        padding: 74px 0;
    }
    .aboutMain .item:nth-child(1) .t1Box{
        background: url(../images/about-bg1.jpg) no-repeat right center;
        background-size: cover;
    }
    .aboutMain .item:nth-child(2) .t1Box{
        background: url(../images/about-bg2.jpg) no-repeat right center;
        background-size: cover;
    }
    .aboutMain .item:nth-child(3) .t1Box{
        background: url(../images/about-bg3.jpg) no-repeat right center;
        background-size: cover;
    }
    .aboutMain .item:nth-child(4) .t1Box{
        background: url(../images/about-bg4.jpg) no-repeat right center;
        background-size: cover;
    }
    .aboutMain .item:nth-child(5) .t1Box{
        background: url(../images/about-bg5.jpg) no-repeat right center;
        background-size: cover;
    }
    .aboutMain .item:nth-child(2) .t1,.aboutMain .item:nth-child(4) .t1{
        float: right;
    }
    .aboutMain .item .t1{
        font-size: 34px;
        height: 58px;
        line-height: 58px;
        padding-left: 78px;
    }
    .aboutMain .item .t2{
        margin-top: 50px;
    }
    .aboutMain .item .t3{
        display: none;
    }
    .profileMain .box{
        width: 100%;
    }
    .tabNav {
        width: 710px;
    }
    .tabNav .tab{
        width: 142px;
    }
    .honorMain .list{
        width: 690px;
        margin: 0 auto;
    }
    .honorMain .list .item{
        width: 325px;
        margin: 0 0 20px 0;
    }
    .honorMain .list .item:nth-child(odd){
        float: left;
    }
    .honorMain .list .item:nth-child(even){
        float: right;
    }
    .honorMain .list .item .imgBox{
        width: 325px;
    }
    .partnerMain .box{
        width: 690px;
    }
    .partnerMain .item{
        width: 323px;
        height: 130px;
    }
    .staffMain{
        margin-top: 100px;
    }
    .staffMain .item{
        width: 320px;
        margin: 60px 0 0 0;
    }
    .staffMain .item .icon{
        height: 170px;
    }
    .staffMain .item:nth-child(odd){
        float: left;
    }
    .staffMain .item:nth-child(even){
        float: right;
    }
}
@media screen and (max-width:750px){
    .banner{
        border-bottom: none;
    }
    .banner .banner-p{
        display: none;
    }
    .banner .banner-m{
        display: block;
    }
    .aboutMain{
        padding: 0;
    }
    .aboutMain .title{
        margin: 0.7rem 0 0 0;
    }
    .aboutMain .title img{
        width: 98%;
    }
    .aboutMain .list{
        padding-bottom: 0.7rem;
    }
    .aboutMain .item{
        margin-top: 0.5rem;
    }
    .aboutMain .item:nth-child(1){
        margin-top: 0.5rem;
    }
    .aboutMain .item .t1Box{
        padding: 0.74rem 0;
    }
    .aboutMain .item .t1{
        font-size: 0.34rem;
        height: 0.58rem;
        line-height: 0.58rem;
        padding-left: 0.78rem;
    }
    .aboutMain .item .t2{
        margin-top: 0.5rem;
        font-size: 0.19rem;
    }
    .profileMain{
        padding-bottom: 0.9rem;
    }
    .tabNav {
        width: 7.1rem;
        padding: 0.4rem 0;
        margin: 0 auto;
    }
    .tabNav .tab{
        width: 1.42rem;
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.19rem;
    }
    .tabNav .tab.active,.tabNav .tab:hover{
        font-size: 0.21rem;
    }
    .profileMain .content p{
        font-size: 0.19rem;
    }
    .profileMain .content .t1{
        padding: 0.32rem 0.3rem;
    }
    .profileMain .content .t2{
        padding: 0.4rem 0;
    }
    .profileMain .content .t3{
        padding: 0.4rem 0.3rem 0.4rem 1.86rem;
        background: url(../images/profile-i1.png) no-repeat left 0.3rem center;
        background-size: 1rem auto;
    }
    .profileMain .content .t4{
        padding: 0.4rem 1.86rem 0.4rem 0.3rem;
        background: url(../images/profile-i2.png) no-repeat right 0.3rem center;
        background-size: 1rem auto;
    }
    .profileMain .content .t5{
        padding: 0.4rem 0.3rem 0.4rem 1.86rem;
        background: url(../images/profile-i3.png) no-repeat left 0.3rem center;
        background-size: 1rem auto;
    }
    .profileMain .content .t6{
        padding: 0.4rem 1.86rem 0.4rem 0.3rem;
        background: url(../images/profile-i4.png) no-repeat right 0.3rem center;
        background-size: 1rem auto;
    }
    .cultureMain{
        padding-bottom: 0.9rem;
    }
    .cultureMain .content .videoBox{
        margin-bottom: 1.6rem;
    }
    .cultureMain .content p{
        font-size: 0.19rem;
    }
    .cultureMain .content .zt{
        font-size: 0.42rem;
        letter-spacing: 0.14rem;
        border-left: 0.08rem solid #1b7ab1;
        margin: 0.9rem 0 0.4rem 0;
    }
    .cultureMain .content .zt span{
        padding: 0 0.28rem 0 0.24rem;
    }
    .cultureMain .content .mt{
        font-size: 0.21rem;
        margin: 0.32rem 0 0.1rem 0;
    }
    .cultureMain .content .txtBox{
        width: 100%;
        float: none;
    }
    .cultureMain .content .logo{
        width: 100%;
        position: relative;
        text-align: center;
        margin: 0.9rem 0 0.5rem 0;
    }
    .cultureMain .content .logo img{
        max-width: 3.32rem;
    }
    .historyMain{
        padding-bottom: 0.4rem;
        font-size: 12px;
    }
    .historyMain .content {
        background: url(../images/about-gblock.png) repeat-y 61px 0;
    }
    .historyMain .content i{
        margin: 7px 0 0 16px;
    }
    .historyMain .content li{
        margin-bottom: 0.4rem;
    }
    .historyMain .content li p{
        margin-left: 86px;
    }
    .honorMain{
        padding-bottom: 0.7rem;
    }
    .honorMain .list{
        width: 100%;
    }
    .honorMain .list .item{
        width: 3.25rem;
        border-radius: 0.18rem;
        margin: 0 0 0.2rem 0;
    }
    .honorMain .list .item .imgBox{
        width: 3.25rem;
        height: 3rem;
    }
    .honorMain .list .item .txtBox{
        min-height: 1.4rem;
    }
    .honorMain .list .item .txtBox p{
        padding: 0.2rem 10% 0 10%;
        font-size: 0.19rem;
    }
    .partnerMain{
        padding-bottom: 0.5rem;
    }
    .partnerMain .box{
        width: 6.9rem;
    }
    .partnerMain .item{
        width: calc(3.25rem - 2px);
        height: 1.3rem;
        margin: 0 0.1rem 0.4rem 0.1rem;
    }
    #partnerSlide .swiper-button-prev{
        left: 0;
    }
    #partnerSlide .swiper-button-next{
        right:0;
    }
    .staffMain{
        margin-top: 1.36rem;
        padding: 0.4rem 0 0.9rem 0;
    }
    .staffMain .item{
        width: 3.2rem;
        margin: 0.6rem 0 0 0;
    }
    .staffMain .item:nth-child(4n) {
        margin: 0.6rem 0 0 0;
    }
    .staffMain .item .icon{
        height: 1.7rem;
    }
    .staffMain .item .name{
        font-size: 0.21rem;
        height: 0.86rem;
        line-height: 0.86rem;
    }
}