.aboutus-background{
    width: 100%;
    height: 688px;
    background-image: url('../static/gywm.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.aboutus-tabs{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.aboutus-tabs-li{
    width: 32%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    position: relative;
    cursor: pointer;
}
.aboutus-tabs-li::after{
    position: absolute;
    top: 18px;
    right: -5px;
    content: "";
    background:#909090;
    width: 1px;
    height: 15px;
}
.aboutus-tabs-li:nth-child(2)::after{
    right: -17px;
}
.aboutus-tabs-li:nth-child(3)::after{
    width: 0;
    height: 0;
}
.aboutus-current{
    background: #0d4da1;
    color: #FFF;
}
.aboutus-content{
    padding-top: 50px;
}
.aboutus-totie{
    font-size: 35px;
    color: #000;
    font-weight: bold;
}
.aboutus-english{
    font-size: 18px;
    font-weight: bold;
    color: #c2c2c2;
    margin-top: 5px;
}
.aboutus-target{
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.target-legt{
    width: 40%;
}
.target-item:nth-child(2){
    margin-top: 40px;
}
.target-totie{
    font-size: 23px;
    font-weight: bold;
    color: #0d4da1;
}
.target-text{
    margin-top:25px;
    font-size: 18px;
    color: #333;
    display: block;
}
.target-right{
    width: 50%;
}
.target-img{
    width: 100%;
    height: 350px;
    border-radius: 0 20px 0 0;
}
.value-totie{
    font-weight: bold;
    font-size: 23px;
    color: #0d4da1;
}
.aboutus-value{
    height: 150px;
}
.aboutus-end{
    min-height: 300px;
    background: #f5f5f5;
}
.aboutus-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: -70px;
}
.aboutus-card{

}
.aboutus-view{
    width: 275px;
    height: 150px;
    border-radius: 0 20px 0 0;
}
.aboutus-card-botem{
    padding: 0 15px;
    position: relative;
    top: -30px;
}
.aboutus-card-content{
    background: #FFF;
    padding: 20px 30px;
    min-height: 195px;
    box-sizing: border-box;
}
.aboutus-card-totie{
    font-size: 23px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.aboutus-card-text{
    font-size: 15px;
    color: #000;
    line-height: 26px;
    text-align: center;
}
.aboutus-introduce{
    width: 100%;
    height:630px;
    background-image: url('../static/gs1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
}
.introduce-container{

}
.introduce-top{

}
.introduce-totie{
    font-size: 25px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-weight: bold;
}
.introduce-subtitle{
    font-size: 18px;
    color:#bebebe ;
}
.introduce-botem{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.introduce-details{
    width: 50%;
}
.introduce-view{
    width: 45%;
}
.introduce-name{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0d4da1;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.introduce-text{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
}
.introduce-referred{
    color: #000;
    font-weight: 400;
    margin-left: 10px;
}
.introduce-img{
    width: 100%;
    height: 362px;
}
.introduce-data{
    width: 100%;
    height: 650px;
    background-image: url('../static/gs4.png');
    background-position:center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.introduce-data-type{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 118px;
    background: rgba(55,115,171,0.7);
}
.aboutus-footer{
    position: relative;
    top: -150px;
}
.introduce-data-list{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.introduce-data-number,.introduce-data-numbertwo,.introduce-data-numberthree{
    font-size:30px;
    color: #FFF;
    letter-spacing: 2px;
    position: relative;
}
.introduce-data-number::after{
    position: absolute;
    top: -5px;
    right: -10px;
    content: "家";
    font-size: 12px;
    color: #FFF;
}
.introduce-data-numbertwo::after{
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 12px;
    color: #FFF;
    content: "项";
}
.introduce-data-numberthree{
    text-align: center;
}
.introduce-data-numberthree::after{
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 12px;
    color: #FFF;
    content: "%";
}
.introduce-data-subtitle{
    font-size: 15px;
    color: #FFF;
    margin-top: 8px;
}
.aboutus-honor{
    background: #FFF;
    padding: 100px 0 0 0;
}
.honor-up{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.honor-totoe{
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}
.honor-subtitle{
    font-size: 18px;
    color: #bebebe;
    letter-spacing: 2px;
}
.honor-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.honor-img{
    width: 315px;
    height: 410px;
}
.honor-totie{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
}
.honor-slider{
    position: relative;
}
.honor-swpier{
    position: relative;
    overflow: hidden;
}
.honor-previous,.honor-next{
    position: absolute;
    top: 50%;
    background-image: url('../static/ryjt.png');
    background-size: 100% 100%;
    width: 61px;
    height: 57px;
    cursor: pointer;
    z-index: 5;
}
.honor-previous{
    left: 0;
}
.honor-next{
    right: 0;
    transform: rotate(180deg);
}
.partner-top{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom:60px;
}
.aboutus-partner{
    background: #FFF;
    min-height: 500px;
    padding: 100px 0 0;
}
.aboutus-mode{
    display: none;
}
.box-sadow{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 12px;
}