.header-wrap{
    width: 100%;
    height: 1rem;
    background: #193158;
}
.header-content {
    width: 14.4rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
/* .header-logo {
    width: 0.8rem;
    height: 1.25rem;

} */
.haeder-list ul {
    display: flex;
    height: 100%;
    align-items: center;
}
.haeder-list ul li {
    padding: 0 0.12rem;
    font-size:0.18rem;
}

.list-active {
    color: #E11932!important;
    font-weight: bold!important;
}


.banner {
    height: 3.5rem;
    position: relative;
    
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.section1 {
    padding-top: 1.1rem;
    padding-bottom: 0.84rem;
}
.section1 p{
    width: 8.78rem;
    height: 3.22rem;
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
}
.section1 .wrap:nth-child(2) {
    display: flex;
    justify-content: space-between;
}
.text-title {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #193158;
    position: relative;
    line-height: 0.4rem;
}

.section2 {
    box-sizing: border-box;
    padding-top: 1.15rem;
    padding-bottom: 1.42rem;
    /*height: 4.5rem;*/
}
.section2 .text-title {
    color: #fff;
}
.section2 p {
    width: 8.29rem;
    /*height: 0.58rem;*/
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    margin-top: 0.66rem;
}
.section3 {
    padding-top: 0.9rem;
    padding-bottom: 0.8rem;
    box-sizing: border-box;
    /* height: 34.76rem; */
    background: url(../img/about/about-bg3.jpg) no-repeat center / cover;
}
.section3 .text-title p {
    /*height: 0.46rem;*/
    font-size: 0.28rem;
    font-family: Catamaran-Medium, Catamaran;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
}
.section3 .text-title .discription {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.4rem;
}
.section3 .text-title::after {
    bottom: 0rem;
}
.section3 .text-title .line {
    margin-top: 0.1rem;
}
.section3 .person-big {
    margin-top: 2.7rem;
    position: relative;
    display: flex;
    width: 100%;
    height: 4.43rem;
    background: #F2F6F8;
    
}
.section3 .person-big img {
    position: absolute;
    bottom: 0;
    transition: all .25s;
    width: 5.1rem;
    height: 6.5rem;
}

.section3 .person-big .person-text  {
    position: absolute;
    right: 0.47rem;
    bottom: 0.47rem;
}
.section3 .person-big .person-text div{
    margin-top: 0.73rem;
    width: 8.57rem;
    height: 3.52rem;
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
}
.section3 .person-big .person-text div p{
    /* display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*-webkit-line-clamp: 9;*/
    overflow: auto;
    height: 100%;
}
.section3 .person-big .person-text h4 {
    height: 0.49rem;
    font-size: 0.3rem;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #193158;
    line-height: 0.2rem;
}
.section3 .person-big .person-text p {
    /*height: 0.33rem;*/
    font-size: 0.2rem;
    font-family: Catamaran-Medium, Catamaran;
    font-weight: 500;
    color: #666666;
    line-height: 0.4rem;
}
.person-list {
    display: flex;
    flex-wrap: wrap;
}
.person-list li {
    box-sizing: border-box;
    margin-top: 0.4rem;
    width: 7rem;
    /* height: 5.85rem; */
    background: #fff;
    box-shadow: 0.01rem 0.02rem 0.06rem 0.01rem rgba(0,0,0,0.16);
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    opacity: 1;
    margin-right: 0.4rem;
}
/*.person-list li>a {*/
.person-list li>div {
    display: block;
    padding:0.37rem;

}
.person-list li:hover{
    cursor: pointer;
    background: #F2F6F8;
}
.person-list li:nth-child(2n) {
    margin-right: 0;
}

.person-header {
    display: flex;
    align-items: center;
    height: 2.5rem;
    overflow: hidden;
}
.person-header img {
    height: 100%;
    width: 2rem;
    transition: all .25s;
}
.person-header:hover>img{
    transform: scale(1.03);
}
.person-info {
    margin-left: 0.67rem;
}
.person-info h4 {
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #193158;
    /*line-height: 0.2rem;*/
}
.person-info p {
    height: 0.33rem;
    font-size: 0.2rem;
    font-family: Catamaran-Medium, Catamaran;
    font-weight: 500;
    color: #666666;
    line-height: 0.4rem;
}
.person-content {
    margin-top: 0.3rem;
    /* height: 2.02rem; */
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
}
.person-content p{
    color: #333;
    font-size: 0.16rem;
    line-height: 1.7!important;
}
.person-content span{
    color: #333;
    font-size: 0.16rem!important;
    line-height: 1.7!important;
}




@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .section1{
        padding: 15px;
    }
    .text-title{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .section1 .wrap:nth-child(2){
        flex-direction: column;
    }
    .section1 p{
        width: 100%;
        height: auto;
    }
    .img-box{
        width: 100%;
        height: auto;
    }
    .section2{
        padding: 15px;
        height: auto;
    }
    .section2 .text-title{
        margin-bottom: 15px;
        line-height: 1;
    }
    .section2 p{
        width: 100%;
        height: auto;
        margin-top: 15px;
        font-size: 12px;
    }
    .section3{
        padding: 15px;
    }
    .section3 .text-title p{
        font-size: 12px;
    }
    .section3 .person-big{
        height: auto;
        padding: 5px;
        box-sizing: border-box;
    }
    .section3 .person-big img{
        display: none;
    }
    .section3 .person-big .person-text{
        width: 100%;
        position: static!important;
    }
    .section3 .person-big .person-text div{
        width: 100%;
        margin-top: 15px;
    }
    .person-list li{
        margin-right: 0;
    }
    .person-info h4{
        font-size: 14px;
    }
    .person-info p,
    .person-content p{
        font-size: 12px;
    }
}