@charset "utf-8";

/* CSS Document */

#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 732px;
    height: 493px;
    background: #fff;
    overflow: hidden;
}

#certify .swiper-slide .ctop {
   
    width: 732px;
    height: 493px;
    background: #fff;
}

#certify .swiper-slide a.img {
    float: left;
}

#certify .swiper-slide a.img:hover {
    text-decoration: none;
}

#certify .swiper-slide a.img h1 {
    font-size: 22px;
    color: #cfa54f;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
}

#certify .swiper-slide a.img h1:hover {
    text-decoration: none;
}

#certify .swiper-slide a.img span {
    display: block;
    background: #cfa54f;
    font-size: 10px;
    color: #fff;
    font-family: "Arial";
    width: 185px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: -30px;
}

#certify .swiper-slide a.img img {
    background: none;
}

#certify .swiper-slide .shadow {
    float: left;
     height: 100%;
    background: rgba(0, 0, 0, 0.74);
    position: absolute;
    top: 0;
    right: 0;
    width: 208px;
    font-size: 16px;
    padding: 10px;
    margin-left: 5%;
    color: #fff;
}

#certify .swiper-slide .shadow h1 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
}

#certify .swiper-slide .shadow span {
    display: block;
    background: #cfa54f;
    font-size: 10px;
    color: #fff;
    font-family: "Arial";
    width: 107px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 3px;
    font-weight: normal;
    margin-bottom: 15px;
}
#certify .swiper-slide .shadow .aljian{
    width: 56px;height: 11px;
    background: none;
    margin-left: 60px;
    margin-top: 55px;
}
#certify .swiper-slide .shadow h4 {
    color: #464444;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
}

#certify .swiper-slide .cbootom {
    height: 44px;
    background: #cfa54f;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    text-align: right;
    padding-right: 20px;
    color: #fff;
    font-family: "Adobe 黑体 Std";
}

#certify .swiper-slide .cbootom img {
    max-width: 100%;
    width: auto;
    height: auto;
    background: none;
    float: right;
    padding-right: 30px;
    padding-top: 3px;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    
}

#certify .swiper-slide h3 {
    display: none;
}

#certify .swiper-slide.swiper-slide-active h3 {
    display: block;
    font-size: 16px;
   
    text-align: left;
    font-weight: 400;
    margin-top: 50px;
        writing-mode: vertical-rl;
        color: #fff;
        height: 250px;
     line-height: 32px;
    letter-spacing: 2px;
        margin-left: 46px;
}

#certify .swiper-slide.swiper-slide-active .shadow {
    /*display: none;*/
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#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: 0;
    width: 52px;
    height: 52px;
    background: url(../images/prev_aa.png) no-repeat;
    background-size: 100%;
    top: 45%;
}

#certify .swiper-button-prev:hover {
    background: url(../images/prev_bb.png) no-repeat;
}

#certify .swiper-button-next {
    right: 0;
    width: 52px;
    height: 52px;
    background: url(../images/next_aa.png) no-repeat;
    background-size: 100%;
    top: 45%;
}

#certify .swiper-button-next:hover {
    background: url(../images/next_bb.png) no-repeat;
}