﻿@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	margin: 0 auto;
	/* border-bottom: 1px solid #dadada; */
}

#certify .swiper-container {
	padding-bottom: 4.5vw;
}

#certify  .swiper-slide {
	height: 11.5vw;
	/*background: url(../images/bg.png) center center no-repeat;*/
	padding: 0;
	box-sizing: border-box;
}

.hezuo4 .swiper-slide .box{height:100%;}


#certify  .swiper-slide img{
	width: 100%;
	height: 100%;
}
#certify  .swiper-slide p {
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	margin: 0px 0px 15px 0px;
}
#certify  .swiper-slide .sum{color:#333333;font-size: 16px;line-height: 30px;}

#certify  .swiper-slide-prev{width: 29vw!important;height:9.1vw;margin: 1.2vw 0px 0px 0px;}
#certify  .swiper-slide-next{width:31vw!important;height:9.1vw;margin: 1.2vw 0px 0px 0px;}
#certify .swiper-slide-active{width: 38vw!important;}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
	width: 55px;
	height: 3px;
	opacity: 1;
	background: #d9dadd;
	border-radius: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #ff5a00;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 5vw;
	height: 5vw;
	background: url(../images/hezuo-left.png) #fff center center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 2px #eee;
	background-size: 26%;
}

#certify .swiper-button-prev:hover{background:url(../images/hezuo-left1.png) #ff5a00 center center no-repeat;background-size: 26%;}
#certify .swiper-button-next:hover{background:url(../images/hezuo-right1.png) #ff5a00 center center no-repeat;background-size: 26%;}

#certify .swiper-slide-prev{opacity:0.7;}
#certify .swiper-slide-next{opacity:0.7;width: 29vw!important;}
#certify .swiper-slide-prev .Img{height:9.1vw;width: 40%;}
#certify .swiper-slide-next .Img{height:9.1vw;width: 40%;}
#certify .swiper-slide-prev .words{left: 45%;width: 52%;}
#certify .swiper-slide-next .words{left: 45%;width: 45%;}
#certify .swiper-slide-prev .words .tit{font-size:18px;}
#certify .swiper-slide-next .words .tit{font-size:18px;}

#certify .swiper-slide-prev .words .sum{font-size:14px;}
#certify .swiper-slide-next .words .sum{font-size:14px;}


/* #certify .swiper-button-prev:hover {
	background: url(../images/icon-left1.png) #c30d23 center center no-repeat;
} */

#certify .swiper-button-next {
	right: 0px;
	width: 5vw;
	height: 5vw;
	background: url(../images/hezuo-right.png) #fff center center no-repeat;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 2px #eee;
	background-size: 26%;
}

/* #certify .swiper-button-next:hover {
	background: url(../images/icon-right1.png) #c30d23 center center no-repeat;
} */


@media(max-width:1500px){
	#certify .swiper-slide p{line-height:24px;margin:0px 0px 10px 0px;font-size: 20px;}
	#certify .swiper-slide .sum{line-height: 22px;font-size: 14px;}
	#certify .swiper-slide-prev .words .tit{font-size:16px;}
	#certify .swiper-slide-prev .words .sum{font-size: 12px;line-height: 22px;}
	#certify .swiper-slide-next .words .tit{font-size:16px;}
	#certify .swiper-slide-next .words .sum{font-size: 12px;line-height: 22px;}
    .hezuo4 .icon{top:5vw;}
	#certify .swiper-button-prev{width:4vw;height:4vw;}
	#certify .swiper-button-next{width:4vw;height:4vw;}
}