.certificate_list .banner{width: 100%;}
.certificate_list .banner img{width: 100%;min-height: 500px;object-fit: cover;}
.certificate_list-content {background: linear-gradient(to top, #ebeff4, #ffffff);position: relative;overflow: hidden;padding-bottom: 105px;}
.certificate_list-content .bgimg{position: absolute;height: 100%;top: 0;left: 0;}
.certificate-wra{position: relative;z-index: 1;}
.certificate-wra h1{margin-top: 85px;margin-bottom: 30px;color: #393939;font-weight: 700;text-align: center;}
.certificate-wra h2{font-size: 30px;font-weight: bold;color: #393939;margin-top: 60px;margin-bottom: 20px;text-align: center;}
.certificate-wra .info{font-size: 18px;text-align: center;color: #393939;margin-bottom:30px}
.certificate-wra ul{display: flex;flex-wrap: wrap;align-items: flex-end;justify-content: start;margin: 0;padding: 0;position: relative;}
.certificate-wra ul::after{content: "";display: block;width: 1425px;height: 85px;position: absolute;background: url(../../images/xinchuang/table-bg.png) no-repeat;z-index: -1;left: 50%;transform: translateX(-50%);bottom: 0;}
.certificate-wra ul li{list-style: none;width: 27%;text-align: center;margin-top: 60px;}
.certificate-wra ul li:first-child{text-align: left;width: 24%;}
.certificate-wra ul li:last-child{text-align: right;width: 22%;}
.certificate-wra ul li:not(:first-child):not(:last-child) p{width: 100% !important;}
.certificate-wra ul li .img-wra{display: inline-block;}
.certificate-wra ul li p{text-align: center;font-size: 18px;color: #434343;height: 64px;line-height: 70px;margin: 0;font-weight: bold;}
.certificate-table{box-shadow: 0 0 0 1px rgba(0,0,0,.1);padding: 60px 0 76px;}
.certificate-table .info{font-size: 18px;line-height: 36px;color: #393939;text-align: justify;}
.certificate-table h2{font-size: 30px;font-weight: bold;color: #393939;margin-top: 40px;margin-bottom: 40px;text-align: center;}
.certificate-table .img{box-shadow: 0 -5px 10px rgba(123,117,201,.21);}
@media (min-width: 1200px) {
    .container {
        width: 1230px;
    }
}
@media screen and (max-width: 1367px) {
    .certificate_list .banner img{min-height: 400px;}
}
@media screen and (max-width: 992px) {
    .certificate_list .banner img{min-height: 300px;}
    .certificate-wra ul::after{display: none;}
    .certificate-wra ul{margin-left:-7px ;margin-right:-7px ;}
    .certificate-wra ul li{width: 50% !important;text-align: center !important;padding: 0 7px;}
    .certificate-wra ul li p{width: 100% !important;}
    .certificate_list-content .bgimg{display: none;}
}
@media screen and (max-width: 768px) {
    .certificate_list .banner img{min-height: 245px;}
}
@media only screen and (max-width: 479px) {
    .certificate_list .banner img{min-height: 145px;}
    .certificate-wra h1{margin-top: 40px;margin-bottom: 15px;font-size: 20px;}
    .certificate-wra .info{font-size: 14px;}
    .certificate-wra h2{font-size: 18px;margin-top: 30px;margin-bottom: 30px;}
    .certificate-wra ul li{margin-top: 0px;}
    .certificate-wra ul li p{font-size: 14px;line-height: 30px;height: 60px;}
    .certificate_list-content{padding-bottom: 20px;}
    .certificate-table .info{font-size: 14px;line-height: 28px;}
    .certificate-table{padding: 40px 0;}
    .certificate-table h2{font-size: 18px;}
}
