﻿@charset "utf-8";

#certify
{
    position: relative;
    width: 100%;
	height:100%;
    margin: 0 auto
}

#certify .swiper-container
{
    padding-bottom: 60px
}

#certify .swiper-slide
{
    width: 920px;
    height: 578px;
    background: #fff;
}

#certify .swiper-slide img
{
    display: block
}

#certify .swiper-slide p
{ 
    padding-top: 0;
    text-align: center;
    color: #fff;
	height:150px;
    font-size:32px;
    margin: 0;
	background-color:#da251c;
	position:relative;
	display:block;
}
.swiperslidediv{ width:400px; height:52px; position:absolute; top:46px; left:20px; text-align:left;line-height:52px;}
.swiperslidediv b{ font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:32px; line-height:52px;}
.swiperslidehref{width:64px; height:42px; position:absolute; top:50px; right:20px; text-align:center;line-height:42px; border:solid 2px #fff; color:#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
{
	z-index:10000;
    top: 650px;
	left:200px;
    width: 45px;
    height: 45px; line-height:45px;
	font-size:20px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; background-image:none;color:#000
}

#certify .swiper-button-prev:hover
{
    color:#da251c
}

#certify .swiper-button-next
{
    z-index:10000;
    top: 650px;
	right:205px;
    width: 45px;
    height: 45px; line-height:45px;
	font-size:20px;  font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; background-image:none;color:#000
}

#certify .swiper-button-next:hover
{
   color:#da251c
}