
/*荣誉*/
.honner{background:url(404.png) no-repeat center 0;/*padding: 68px 0 0;*/height:505px;font-family:"Microsoft Yahei";overflow: hidden;text-align: center;font-size: 18px;}
.m_tximg {height: 420px;position: relative; overflow: hidden;}
.poster-main .poster-btn{ width:44px; height:32px; position: absolute; cursor:pointer;  display:block; z-index: 10;}
.poster-main .poster-btn a { position: absolute; top: 50%; margin-top: -16px; }
.poster-main .poster-prev-btn a { right: -16px; }
.poster-main .poster-next-btn a { left: -16px; }
.poster-main .poster-next-btn{left:-60px;top:130px;}
.poster-main .poster-prev-btn{right:-60px;top:130px;}
.poster-main .poster-next-btn a{ background: url(404.png) no-repeat; width:38px; height:70px; display:block;}
.poster-main .poster-prev-btn a{ background: url(404.png) no-repeat; width:38px; height:70px; display:block;}
.poster-item{position: relative; margin: 0 auto;margin-top: 72px;
    display: flex;
    align-items: center;}
.poster-item em{position: absolute;left:0;width: 100%;height: 60px;line-height: 60px;color: #000;text-align: center; display: none;  overflow: hidden; }
.poster-main .poster-list .poster-item img {display: block;width: 100%;}
.poster-main {position: relative;margin: 0 auto 40px;}
.poster-main .poster-list .poster-item {position: absolute;left: 0;top: 0;}
.poster-main .poster-btn {position: absolute;top: 0;cursor: pointer;}
.poster-main .poster-list .active em{display: block;}
/* CSS Document */
body{
    margin:0;
    position: relative;
}
#certify {
    position: relative;
    width: 1500px;/*判断宽度设置响应式效果*/
    margin: 60px auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 440px !important;
    height: 628px;
    background: #fff;
    border:1px solid #c2c2c2;
}
#certify  .swiper-slide img{
    width: 440px !important;
    height: 628px;
    display:block;
    border:2px solid #fff;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 140px;
    width: 60px;
    height: 111px;
    top:133px;
    background: url(404.png) no-repeat;

    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    /*background-position: 0 -46px;*/
    /*background-size: 100%*/
}

#certify .swiper-button-next {
    right: 140px;
    width: 60px;
    height: 111px;
    top:133px;
    background: url("404.png") no-repeat;

    background-size: 100%;
}

#certify .swiper-button-next:hover {
    /*background-position: 0 -139px;*/
    /*background-size: 100%*/
}