.banner img {
    width: 100%;
    margin-top: 60px;
}

#certify {
    width: 100%!important;
    margin-top: 20px!important;
}

#certify .swiper-slide {
    width: 100%!important;
    height: 138px!important;
}

.header p {
    width: 100%;
    height: 54px;
    font-size: 20px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 0;
    margin: 0 auto;
    letter-spacing: 7.9px;
    /* margin-bottom: 30px; */
    text-align: center;
}

.center {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.title img {
    width: 100%;
}

.iteam1 {
    width: 100%;
    height: auto;
    background: #F2F5FF;
    padding: 15px;
    box-sizing: border-box;
}

.iteam1 .centent {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.iteam1 .kuai {
    width: 100%;
    height: 360px;
    border: 2px solid #2578E8;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.iteam1 .kuai img {
    width: 100%;
    height: 70%;
}

.textbg {
    width: 100%;
    height: 30%;
    background-image: url(./textbg.png);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    padding: 12px 30px 0 30px;
    box-sizing: border-box;
}

.iteam2 {
    width: 100%;
    height: auto;
    background: #F2F5FF;
    padding: 15px;
    box-sizing: border-box;
}

.iteam2 .title {
    margin: 70px 0 35px 0;
}

.iteam2 .kuai {
    width: 100%;
    height: auto;
    border: 2px solid #2578E8;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 35px;
}

.iteam2 .kuai img {
    width: 100%;
    height: 100%;
}

.text {
    width: 100%;
    height: 100%;
    display: inline-block;
    /* margin-left: 70px; */
}

.articletitle {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    padding-top: 10px;
}

.articleabstract {
    font-size: 20px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 20px;
}

.other {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.date,
.source {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 19px;
}

footer {
    margin-top: 85px;
}

.footicon {
    width: 200px;
    margin: 0 auto;
    display: none;
}

#certify .swiper-button-prev {
    display: none;
}

#certify .swiper-button-next {
    display: none;
}