﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1123px;/*判断宽度设置响应式效果*/
	margin: 20px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 754px;
	height: 360px;
	background: #fff; border:1px #fff solid;
}
#certify  .swiper-slide img{
	width: 754px;
	height: 360px;
	display:block;
}

#certify .swiper-slide p{ position:relative;}
#certify .swiper-slide p em {position: absolute; left:0; bottom:0; width:100%; height: 53px;opacity:1; background: url(../images/zstm.png) repeat; font-style:normal;}
#certify .swiper-slide p em span { display: block; float: left; font-size: 16px; color: #ffffff; line-height: 53px; margin-left: 25px;}
#certify .swiper-slide p em i { display: block; float: right; font: 20px "Times New Roman"; color: #ffffff; line-height: 53px; margin-right: 18px;}
#certify .swiper-slide p em i b { font-size: 35px;}

#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: -45px;
	width: 45px;
	height: 43px;
	top:340px;
	background: url(../images/msj.jpg) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	/*background-position: 0 -46px;*/
	/*background-size: 100%*/
}

#certify .swiper-button-next {
	right: -45px;
	width: 45px;
	height: 43px;
	top:340px;
	background: url(../images/msj1.jpg) no-repeat;

	background-size: 100%;
}

#certify .swiper-button-next:hover {
	/*background-position: 0 -139px;*/
	/*background-size: 100%*/
}