#slider {
    width: 100%;
    padding-top: 8px;
}

.slider_box {
    margin: 0px auto;
    width: 880px;
    height: 538px;
    overflow: hidden;
    position: relative;
}

.silder_con {
    height: 470px;
    overflow: hidden;
    position: absolute;
}

.silder_panel {
    width: 880px;
    height: 470px;
    overflow: hidden;
    float: left;
    position: relative;
}

.silder_panel img {
    width: 710px;
    height: 470px;
    overflow: hidden;
    display: block;
}

.silder_intro {
    padding: 10px;
    width: 190px;
    height: 470px;
    color: white;
    background: #0086d6;
    line-height: 20px;
    overflow: hidden;
}

.silder_intro h3 {
    padding: 10px;
    line-height: 30px;
    overflow: hidden;
}

.silder_intro h3 strong {
    height: 30px;
    overflow: hidden;
    font-family: "宋体";
    font-size: 24px;
    font-weight: normal;
    display: block;
}

.silder_intro h3 strong a {
    font-weight: bold;
}

.silder_intro ul {
    height: 60px;
    overflow: hidden;
}

.silder_intro li {
    height: 20px;
    color: rgb(120, 120, 120);
    overflow: hidden;
}

.silder_intro li a {
    margin: 0px 6px;
    color: rgb(120, 120, 120);
}

.silder_intro span {
    margin: 0px 10px 0px 0px;
}

.silder_intro p {
    height: 72px;
    color: white;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}

.silder_play {
    width: 136px;
    height: 30px;
    right: 45px;
    bottom: 13px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
}

.silder_play:hover {
}

.silder_nav {
    margin: 0px auto;
    width: 960px;
    height: 58px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
}

.silder_nav li {
    margin: 2px;
    padding: 0px;
    border: 1px solid rgb(255, 255, 255);
    float: left;
}

.silder_nav li.current {
    margin: 0px 4px;
    border: 3px solid rgb(122, 207, 57);
}

.silder_nav li {
    width: 112px;
    height: 48px;
    overflow: hidden;
    display: block;
}

.silder_nav img {
    width: 112px;
    height: 48px;
    overflow: hidden;
    display: block;
}

.slider_box a.prev {
    width: 45px;
    height: 100px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.next {
    width: 45px;
    height: 100px;
    text-indent: -999px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
}

.slider_box a.prev {
    left: 0px;
}

.slider_box a.next {
    background-position: right 0px;
    right: 0px;
}

.silderBox {
    height: 8px;
    line-height: 8px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    display:block;
}
#certify  .swiper-slide p {
    line-height: 48px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.3em;
    font-weight: 800;
    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: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}