@media screen and (max-width: 1920px) {

    .team {
        height: 600px;
    }
    .team-l-1{

    }
    .team-l-1 .row{

    }
    .team-num-content {

    }
    .team-num .row {
        padding-bottom: 0px;
    }
    .team-num-1 .row {

        padding-bottom: 0px;
    }
    .head-img .desc-box{
        padding: 10% 0% 0% 10%;
    }
    .head-img .desc-box .desc-text .base-title{
        font-size: 3.5rem;
    }
}
@media screen and (min-width: 1920px) {
    .head-img .desc-box .desc-text .base-title{
        font-size: 6rem;
    }
    .head-img .desc-box{
        padding: 15% 0% 0% 10%;
    }
    .team-l-1{
        margin-bottom: 20%;
    }
    .team-l-1 .row{

        padding-bottom: 65px;
    }
    .team-num-content {
        padding-top: 10%;

    }
    .team-num .row {
        padding-bottom: 50px;
    }
    .team-num-1 .row {

        padding-bottom: 40px;
    }
}
.head-img{
    position: relative;
}
.head-img img {
    width: 100%;

}
.head-img .desc-box{
    position: absolute;
    color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;

    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}
.head-img .desc-box .desc-text{
    text-align: center;
    margin-bottom: 300px;
}
.head-img .desc-box .desc-text .base-title{

    font-weight: bolder;
    /*margin-bottom: 70px;*/
    letter-spacing: 5px;
}
.head-img .desc-box .desc-text .sub-title{
    font-size: 1.5rem;
    margin-bottom: 160px;

}



.box-ml-l {
    width: 35%;
    padding-right: 5%;
}

.content {
    height: 100%;
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 3;
    margin-top: -175px;
    margin-bottom: -175px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: flex-start;
}

.intro{
    line-height: 35px;
}


.box-ml-r {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
}

.box-ml-r .img-item {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.box-ml-r .img-item .white-box {
    width: 25%;
}

.box-ml-r .img-item .men {
    width: 100%;
    height: 640px;
}

.box-ml-r .img-item .men img {
    width: 100%;
    height: 100%;
}

.img-overflow {
    height: 450px;
}

.box-ml-r .img-item .left {
    width: 60%;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-ml-r .img-item .left img {
    width: 100%;
    height: 100%;
}

.box-ml-r .img-item .right {
    width: 40%;
    height: 100%;
}

.box-ml-r .img-item .right img {
    width: 100%;
    height: 100%;
}

.desc {
    padding-top: 10%;
    padding-left: 15%;
    padding-bottom: 10%;
    height: 100%;
}

.desc h2 {
    color: #133DA9;
}

.row {
    width:95px;
    height: 1px;
    border-top: solid #133DA9 8px;
    padding-bottom: 5%;
}


.team-l-l {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.team-l-l div {
    width: 100%;
    height: 25%;
    background-color: #F2F2F2;
}

.box-mr-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.honor-right{
    width: 10%;
    height: 200px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F2F2F2;
}

.box-content {
    background-color: #252525;
    padding-top: 200px;
    padding-left: 13.8%;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    width: 90%;
}

.box-mr-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.box-mr-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
}

.box-mr-top-l {
    width: 30%;
}

.box-mr-top-l h2 {
    color: white;
}

.box-mr-top-l .row {
    width: 16.5%;
    height: 1px;
    border-top: solid #133DA9 8px;
    padding-bottom: 40px;
}

.box-mr-top-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.box-mr-top-r {
    padding-top: 3%;
    width: 70%;
}

.box-mr-top-r div {
    width: 20%;
}

.box-mr-top-r h3 {
    color: white;
    line-height: 25px;
}

.box-mr-end-l {
    width: 30%;
}

.box-mr-end-l p {
    color: white;
}

.box-mr-end-l li {
    line-height: 150%;
    color: white;
}

.box-mr-end-r {
    width: 70%;
}

.box-mr-end-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.box-mr-end-r-img {
    width: 33%;
}

.box-mr-end-r-img img {
    width: 50%;
    height: 25%;
    padding-top: 25px;
}

.team {
    background-color: #123EAB;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.team-l-1 h2 {
    color: white;
}




.team-num-r {
    width: 30%;
}

.team-num-l {
    width: 70%;
}

.team-num {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.team-num .row {
    width: 30px;
    height: 1px;
    border-top: solid white 4px;
}

.team-num-1 .row {
    width: 30px;
    height: 1px;
    border-top: solid white 4px;
}

.team-l {
    padding: 4%;
    width: 20%;
}
.team-right{
    width: 80%;
    position: relative;
}

.team-l-1 .row {
    width: 26%;
    height: 1px;
    border-top: solid white 4px;
    padding-bottom: 65px;
}

.team-l p {
    color: white;
    line-height: 30px;
}

.font-big {
    font-size: 30px;
    font-weight: bolder;
    margin-right: 5px;
}

.team-img {
    width: 100%;
    height: 120%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.team-img img {
    width: 100%;
    height: 100%;
}

.team-r {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 40px;
}

.team-r .team-r-row {
    width: 25%;
}

.picture {
    border: 1px solid white;
    width: 200px;
    height: 200px;
}

.team-r-row p {
    color: white;
    text-align: center;
}

.position {
    width: 200px;
}

.chronicle {
    padding-bottom: 40px;
    background-color: #F2F2F2;
}
.chronicle-box{
    display: flex;
    justify-content: flex-start;
    padding-right: 11.4%;
    padding-bottom: 100px;
}

.chronicle-l {
    width: 50%;
    text-align: right;
}
.left-box{
    margin-top: 60px;
    width: 100%;
    float: right;

}

.chronicle-r {
    width: 50%;
    border-left: 2px dashed #123EAB
}

.chronicle-r {
    margin-top: 90px;
}

.chronicle-title {
    padding-top: 20px;
    padding-left: 5%;
    width: 100%;
}

.chronicle-title h2 {
    font-size: 31px;
    color: #123EAB;
}

.chronicle-row {
    width: 100px;
    border-top: solid #123EAB 8px;
}

.box-mr {
    background-color: #F2F2F2;
}

.chronicle-desc {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.chronicle-l .chronicle-desc{
    justify-content: flex-end;
}

.chronicle-r .chronicle-desc{
    padding-top: 40px;
}

.honor-box{
    position: relative;
    width: 100%;
    background: #ffffff;
}



.desc-l p{
    text-align: left;
    line-height: 150%;
}
.desc-l-r p{
    text-align: left;
    line-height: 150%;
}
.desc-l-l p{
    text-align: left;
    line-height: 150%;
}
.desc-img{
    width: 100%;
}
.desc-img img{
    width: 100%;
    float: left;
}

.desc-l-r {
    padding-left: 4%;
    width: 60%;
}

.desc-r {
    white-space: nowrap;
    margin: 0 50px;
    text-align: center;
    width: 40px;
}


.desc-l-l {
    padding-left: 4%;
    width: 60%;
}
.desc-l {
    width: 60%;
    padding-right: 4%;
}

.desc-r-r {
    width: 20%;
}

.desc-r-1982 {
    white-space: nowrap;
    margin: 0 30px;
}
.desc-r-1995{

}

.icon-zuo {
    position: relative;
    top: 15px;
    left: 10px;
}

.icon-you {
    color: #123EAB;
    position: relative;
    left: -10px;
    top: 15px;
}

.chronicle-desc-today {
    padding-left: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 220px;
}
.line-row {
    position: relative;
}

.line-row::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 95px;
    height: 8px;
    background-color: #133DA9;

}
@media screen and (min-width: 768px) {
    .desc{
        font-size: 13px;
    }
}
@media screen and (min-width: 1220px) {
    .desc{
        font-size: 15px;
    }
    .team-l{
        width: 30%;
    }
    .team-right{
        width: 70%;
    }
}
@media screen and (min-width: 1900px) {
    .team-right{
        width: 80%;
    }
}
