
/* .page-wrap-left{
    display: none;
}
.page-position{
    display: none;
} */
.page-wrap-left{
    display: none;
}
.a7-top{
    background-color: #fff;
    padding-top: 45px;
}
.a7-brief{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.abf-left{
    overflow: hidden;
    width: 50%;
}
.abf-left img{
    max-width: 100%;
}
.abf-right{
    width: 46%;
}
.abf-right h3{
    font-size: 30px;
    color: #04408d;
    font-weight: bold;
    line-height: 60px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.abf-right h3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 77px;
    height: 1px;
    background: #000;
}
.abf-right .abf-text{
    font-size: 14px;
    line-height: 2;
    color: #666;
}

.a7-target{
    padding: 60px;
    background-color: #f7f7f7;
    margin-top: 45px;
}
.a7-target ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.a7-target ul::after,
.a7-target ul::before{
    display: none;
}
.a7-target ul li{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.a7-target ul li:nth-child(-n+2){
    margin-bottom: 40px;
}
.a7-target ul li .tgt-img{
    overflow: hidden;
    width: 31.487%;
}
.a7-target ul li .tgt-img img{
    max-width: 100%;
}
.a7-target ul li .tgt-text{
    width: calc(100% - 33%);
    padding-left: 20px;
}
.a7-target ul li .tgt-text h3{
    font-size: 24px;
    color: #333;
}
.a7-target ul li .tgt-text p{
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.a7-honor{
    padding: 55px 0;
}
.a7-honor h3{
    font-size: 30px;
    color: #333;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
    line-height: 60px;
}
.a7-honor h3::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #1c2881;
}

.hon-list{
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 80px;
}
.hon-list ul li{
    margin: 0 20px;
    overflow: hidden;
}
.hon-list ul li img{
    max-width: 100%;
}
.hon-list .owl-carousel .owl-nav{
    display: block;
}
.hon-list .owl-carousel .owl-nav button{
    width: 36px;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    outline: none;
    cursor: pointer;
}
.hon-list .owl-carousel .owl-nav button.owl-prev{
    background: url(//cdn.myxypt.com/2d901e13/22/04/2e7b4568f3c375ad41ac9cba85e535e75df05f6a.png)no-repeat center;
    left: -40px;
    display: none;
}
.hon-list .owl-carousel .owl-nav button.owl-next{
    background: url(//cdn.myxypt.com/2d901e13/22/04/2e7b4568f3c375ad41ac9cba85e535e75df05f6a.png)no-repeat center;
    right: -40px;
    transform: rotate(180deg);
    display: none;
}
.hon-list .owl-carousel .owl-nav button span{
    display: none;
}

.a7-down{
    background-color: #fafafa;
    padding: 55px 0;
}
.a7-down h3{
    font-size: 30px;
    color: #333;
    position: relative;
    text-align: center;
    line-height: 60px;
    margin-bottom: 45px;
}
.a7-down h3::after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #1c2881;
}
.acp-list{

}
.acp-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.acp-list ul::after,
.acp-list ul::before{
    display: none;
}
.acp-list ul li{
    overflow: hidden;
    padding: 8px;
    width: 18.5%;
    border: solid 1px #f1f1f1;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.acp-list ul li img{
    max-width: 100%;
}

/* about页面自适应 */
@media(max-width: 1429px){
    .abf-right .abf-text{
        line-height: 26px;
    }
    .abf-right h3{
        margin-bottom: 20px;
    }
    .a7-target ul li .tgt-img{
        width: 40%;
    }
    .a7-target ul li .tgt-text{
        width: 60%;
    }
    .hon-list ul li{
        margin: 0 15px;
    }
    .hon-list{
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media(max-width: 1199px){
    .abf-right h3,
    .a7-honor h3,
    .a7-down h3{
        font-size: 26px;
        line-height: 44px;
    }
    .abf-right h3{
        margin-bottom: 15px;
    }
    .abf-right .abf-text{
        line-height: 24px;
            display: -webkit-box;             /*将对象转为弹性盒模型展示*/
    -webkit-box-orient: vertical;     /*设置弹性盒模型子元素的排列方式*/
    -webkit-line-clamp: 7;            /*限制文本行数*/
    overflow: hidden;                 /*超出隐藏*/
    }
    .a7-target{
        padding: 40px;
    }
    .a7-target ul li .tgt-text{
        padding-left: 20px;
    }
}
@media(max-width: 991px){
    .abf-left{
        width: 100%;
    }
    .abf-right{
        width: 100%;
        margin-top: 30px;
    }
    .abf-right .abf-text{
        display: block;
        -webkit-box-orient:unset;
        -webkit-line-clamp:unset;
        overflow: unset;
    }
    .a7-target ul li{
        width: 100%;
    }
    .a7-target ul li:nth-child(-n+3){
        margin-bottom: 20px;
    }
    .acp-list ul li{
        width: 24%;
        margin-bottom: 10px;
    }
}
@media(max-width: 699px){
    .hon-list .owl-carousel .owl-nav{
        display: none;
    }
    .hon-list{
        padding: 0;
    }
    .acp-list ul li{
        padding: 4px;
    }
    .a7-down,
    .a7-honor{
        padding: 40px 0;
    }
    .a7-down h3,
    .a7-honor h3{
        margin-bottom: 20px;
    }
    .a7-target{
        padding: 20px;
    }
    .a7-target ul li .tgt-text h3{
        font-size: 22px;
    }
    .a7-target ul li .tgt-text p{
        margin-top: 10px;
    }
}

table{
    width: 100%;
}
tbody{
    width: 100%;
}



