
.box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.banner{
    width: 100%;
    height: 250px;
    background: url(../images/about_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.title{
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
.title .w-1200{
    display: flex;
}
.title .title-item{
    width: 100px;
    height: 60px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    /*margin-right: 40px;*/
    cursor:pointer;
}
.title-item.active{
    background: #113496;
    color: #ffffff;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background: url(../images/about.png) no-repeat center bottom;
}
.content.active{
    display: block;
}
.content .con-top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.con-top .w-1200{
    display: flex;
    justify-content: space-between;
}
.con-top .con-le{
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
}
.con-le .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}
.con-head .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.con-head .con-line{
    width: 80px;
    height: 4px;
    background: #113496;
    margin-top: 15px;
}
.con-le .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    box-sizing: border-box;
    text-indent: 2em;
    margin-top: 30px;
}
.con-le .con-img{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.con-img .img{
    width: 580px;
    height: 300px;
}
.con-top .con-ri{
    width: 430px;
    height: 390px;
    margin-top: 50px;
}

.content .con-last{
    width: 100%;
    height: 275px;
    background: #fff;
    overflow: hidden;
}
.con-last .w-1200{
    display: flex;
    justify-content: space-around;
}
.con-last .con-item{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.con-item .con-img{
    width: 72px;
    height: 85px;
    margin: 0 auto;
}
.con-item .con-i{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #113496;
    line-height: 50px;
    text-align: center;
    margin-top: 22px;
}
.con-i span{
    font-weight: 400;
    font-size: 14px;
}
.con-item .con-t{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}









.content .list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.list .list-item{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.list-item .list-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 25px;
    box-sizing: border-box;
}
.list-box .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
    transform: translateY(360px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.content.active .list-box .list-name.ua{
    transform: translateY(0);
}
.list-box .list-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
    transform: translateY(360px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.content.active .list-box .list-title.ua{
    transform: translateY(0);
}
.list-box .list-line{
    width: 50px;
    height: 5px;
    background: #333333;
    margin-top: 12px;
    transform: translateY(360px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.content.active .list-box .list-line.ua{
    transform: translateY(0);
}
.list-box .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
    transform: translateY(360px);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.content.active .list-box .list-text.ua{
    transform: translateY(0);
}
.list-item:nth-of-type(n+2){
    margin-top: 50px;
}
.list-item:nth-of-type(n+2) .list-text{
    margin-top: 60px;
}

.list-on{
    width: 100%;
    height: 300px;
    margin-top: 50px;
    margin-bottom: 44px;
}
.list-on .w-1200{
    display: flex;
    justify-content: space-between;
}
.list-on .list-le{
    width: 567px;
    height: 300px;
}
.list-on .list-ri{
    width: 580px;
    height: 300px;
}
.list-ri .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
}
.list-ri .list-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    margin-top: 10px;
}
.list-ri .list-line{
    width: 50px;
    height: 5px;
    background: #333333;
    margin-top: 12px;
}
.list-ri .list-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    margin-top: 20px;
}

.list-last{
    width: 100%;
    height: 420px;
    background: #f8f8f8;
    overflow: hidden;
}
.list-last .w-1200{
    display: flex;
    justify-content: space-between;
}
.list-last .list-li{
    width: 280px;
    height: auto;
    overflow: hidden;
    margin-top: 58px;
}
.list-li .list-img{
    width: 100%;
    height: 140px;
}
.list-li .list-t{
    width: 100%;
    height: 52px;
    border-bottom: 1px dashed #333333;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 52px;
    margin-top: 20px;
}
.list-t span{
    font-size: 12px;
    font-weight: 400;
}
.list-li .list-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}

.come-in {
    transform: translateY(350px);
    animation: come-in 2s cubic-bezier(0, -0.01, 0, 0.99) forwards;
}
.leave {
    transform: translateY(150px);
    animation: leave 2s cubic-bezier(0, -0.01, 0, 0.99) forwards;
}
@keyframes come-in {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes leave {
    to {
        transform: translateY(-150);
        opacity: 0;
    }
}
