﻿@charset "utf-8";
/* CSS Document */
 
/* 定义样式，包括整体样式，分页器样式和前进后退按钮样式等内容 */
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

 
#certify  .swiper-slide {
	width: 520px;
	/* box-shadow: 0 1px 10px #000; */
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
}
#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: 2px solid transparent;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
 
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #EF6902;
}
 
#certify .swiper-button-prev {
	left: -30px;
	width: 27px;
    height: 44px;
	background-image: none;
}
 
#certify .swiper-button-next {
	right: -30px;
	width: 27px;
    height: 44px;
	background-image:none;
}
@media screen and (max-width: 767px) {
	#certify {
    width: 100%;
	}
	#certify .swiper-slide{
		width:100%;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet{
		width: 5px;
    height: 5px;
	}
} 
#cxyf-patent .swiper-button-next{
	background:url("../images/arrow-right.png") no-repeat;
	width: 35px;
	right:-30px;
	outline: none;
}
#cxyf-patent .swiper-button-prev{
	background:url("../images/arrow-left.png")  no-repeat;
	width: 35px;
	left:-30px;
	outline: none;
}