@charset "utf-8";
/* CSS Document */

#certify {
	position: relative; width:1260px; float:left; margin-top:20px; margin-bottom:30px;
}

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

#certify  .swiper-slide {
	width: 460px;
	height: 380px;
	background: #f7f8f8; padding:50px; background-image:url(../images/yy.png); background-repeat:no-repeat; background-position: center 20px;
}
.xsb #certify .swiper-slide { background-color:#fff}
.xsb #certify .swiper-slide p.xiaozaishuom { margin-top:40px;}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}
#certify  .swiper-slide p.xiaozaishuom { width:100%; float:left; font-size:18px; color:#595757; margin-bottom:20px; line-height:32px; margin-top:20px;}
.xuazot img { width:80px; height:80px; border-radius:100%; margin:0px auto}
#certify  .swiper-slide p.bts { font-size:16px; color:#595757; line-height:50px;}
#certify .swiper-slide p.xuazot { margin-top:20px;} 
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
.xdw img { margin:0px auto; margin-top:10px;}
#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 #1e4689;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	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: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.w_1600{width:83.33%;margin: 0 auto;}
.new_homerylist ul{display: flex;flex-wrap: wrap;margin-bottom:20px;width:100%;}
.new_homerylist ul li{width: 23.5%;background: #fff;margin: 0 2% 20px 0;padding: 10px 10px 0 10px;box-sizing: border-box;box-shadow: 0 0 3px #e8eaf0;}
.new_homerylist ul li:nth-of-type(4n){margin-right: 0;}
.new_homerylist ul li a p{font-size: 14px;color: #333333;line-height: 1.5;text-align: center;padding: 10px 0;}
.new_homerypic{overflow: hidden;height:220px;}
.new_homerypic img{transition: all 0.5s ease-in-out;width: 100%;}
.new_homerylist ul li:hover .new_homerypic img{transform: scale(1.1);}

@media (max-width: 1688px) {
	.w_1600 {
	  width: 90%;
	}
}

@media (max-width: 1024px) {
	.new_homerylist ul{flex-wrap: wrap;justify-content: space-between;}
	.new_homerylist ul li{width: 49%;margin:0 0 10px 0;}
}

