@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;/*判断宽度设置响应式效果*/
	margin: 170px auto 0
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide { 
	background:url(../images/about_historybg1.png) top center no-repeat; background-size:contain; width:360px; height:530px;display: block; text-align:center; margin:0 auto;
}
#certify  .swiper-slide h3{ line-height:205px; color:#fff; font-size:32px;}
#certify  .swiper-slide p{ font-size:20px; text-align:left; padding:20px 30px; line-height:36px;}
#certify  .swiper-slide-active{background:url(../images/about_historybg.png) top center no-repeat;background-size:contain;}
#certify  .swiper-slide-active p{ font-size:18px;}

#certify .swiper-pagination {position: relative;}
#certify .swiper-pagination-bullet {background: #323232;margin-left: 4px;margin-right: 4px;width: 20px;height: 2px;opacity: 1; border-radius:1px;}
#certify .swiper-pagination-bullet-active {background: #d72e23;}


#certify .swiper-button-next {width:50px;height: 180px;background: url("../images/about_arrl.png") center no-repeat; background-size:contain;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;top:250px; left:0px;}


#certify .swiper-button-prev {width:50px;height: 180px;background: url("../images/about_arrr.png") center no-repeat; background-size:contain;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; top:250px;left:1200px;}

#certify .swiper-button-prev:hover,#certify .swiper-button-next:hover {filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
