
.banner {
    width: 100%;
    height: 7.5rem;
    position: relative;
}
.banner .banner-info {
    width: 8.2rem;
    height: 7.5rem;
    background-color: #0053a4;
    box-sizing: border-box;
    padding: 1rem 0 0 1rem;
    position: absolute;
    left: -7.66rem;
    top: 0;
    z-index: 100;
    animation: bannerDH 0.5s both;
    mix-blend-mode: multiply;
}

@keyframes bannerDH {
    from {
        left: -7.66rem;
    }
    to {
        left: 0
    }
}

.banner .title-img {
    width: 3.37rem;
    height: auto;
}
.title_line{
    width: 1.2rem;
    height: 3px;
    background: #fff;
    
}
.banner .banner-info .info {
    font-size: 0.18rem;
    color: #fff;
    width: 6rem;
    line-height: 1.8;
}
.info_title{
    font-size:0.68rem;
    color: #fff;
    line-height: 0.9rem;
    height: 0.9rem;
    
}
.banner .banner-info .info p{
    color: #fff;
    font-size: 0.2rem;
    text-indent: 2em;
    margin-top: 0.4rem;
}
.info p:first-child{
    margin-top:0.4rem
    
}
.info p:last-child{
    margin-top:0.3rem
    
}

.banner .bai {
    height: 7.5rem;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.block-1 {
    position: relative;
    height: 3.91rem;
    background: url('../images/about_1.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
    width: 100%;
}

.block-2 {
    position: relative;
}

.block-2 .logo-img {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    margin: -0.45rem auto 0;
    background: #fff;
    border-radius: 50%;
    /*padding: 10px;*/
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.block-2 .logo-img img {
    display: block;
    width: 0.61rem;
    height: 0.55rem;
    margin: auto;
    padding: 0.18rem;
}

.title {
    font-size: 0.36rem;
    color: #888;
    text-align: center;
    position: relative;
    line-height: 46rpx;
    padding-bottom: 15px;
    margin-top: 33px;
}

.block-3 .item {
    width: 25%;
    text-align: center;
    margin: 0;
    padding: 7px 0 26px;
    box-sizing: border-box;
}

.block-3 .item+.item {
    border-left: 1px solid #E2E2E2;
}

.block-3 .item .title {
    font-size: 30px;
    font-weight: 500;
    color: #0080F8;
    line-height: 40px;
}

.block-3 .item .desc {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 20px;
    margin-top: 20px;
}

.block-4 {
    padding: 45px 0;
}

.block-4 p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 24px;
}

.block-5 {}

.block-5 .item {
    width: 235px;
    background: #F6F6F6;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.block-5 .item+.item {
    margin-left: 20px;
}

.block-5 .item .cover-info .icon-img-box {
    position: relative;
}

.block-5 .item .cover-info .icon-img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
}

.block-5 .item .cover-info .icon-img-h {
    display: block;
    width: auto;
    height: 50px;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.block-5 .item:hover {
    background: #0080F8;
}

.block-5 .item:hover .cover-info .icon-img {
    visibility: hidden;
}

.block-5 .item:hover .cover-info .icon-img-h {
    visibility: visible;
}

.block-5 .item .cover-info .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 37px;
    color: #0080F8;
    transition: all 0.3s;
}

.block-5 .item:hover .cover-info .title {
    color: #fff;
}

.block-6 {
    height: 474px;
    background: url('../images/about_2.jpg') no-repeat center;
    background-size: cover;
    margin-top: 50px;
}

.block-6 .block-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 45px 0;
}
/*.page-container{*/
/*    width:1200px;*/
/*}*/

.block-6 .item {
    width: 280px;
    height: 250px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 23px;
    box-sizing: border-box;
}

.block-6 .item+.item {
    margin-left: 20px;
}

.block-6 .item .cover-info .icon-img-box {
    position: relative;
}

.block-6 .item .cover-info .icon-img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
}

.block-6 .item .cover-info .title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.6;
    color: #666;
    transition: all 0.3s;
    text-align: left;
}

.block-7 {
    padding: 45px 0;
}

.block-7 .block-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-bottom: 0.65rem;
}

.block-7 .info {
    width: 6.07rem;
}

.acontent{
    width: 14.4rem;
}
.block-7 .info p {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0;
}

.block-7 .img {
    width: 7.75rem;
    float: right;
}

.block-8 {
    height: 5rem;
    background: url('../images/about_8.jpg') no-repeat center;
    background-size: cover;
}

.block-8 .block-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0.55rem 0 0.5rem;
}

.block-8 .info {
    width: 760px;
    /*padding: 28px 46px;*/
    padding: 0.28rem 0.46rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    border-radius: 6px;
}

.block-8 .info p {
    font-size: 16px;
    line-height: 1.6;
}
.block-8 .info p:first-child{
    margin-top: 0;
}

.block-8 .info p+p {
    margin-top: 20px;
}

.block-9 {
    height: 5.2rem;
    background: url('../images/about_9.jpg') no-repeat center;
    background-size: cover;
}

.block-9 .block-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1rem 0 0.5rem;
}

.block-9 .info {
    font-size: 16px;
    color: #fff;
    width: 553px;
    line-height: 1.8;
    margin: auto;
}