<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background: #fff;}
.headbg{opacity: .5}
.header{border-bottom: 0;}

#certifybx{background: #FDEBEB;width: 100%;min-width: 1200px;overflow: hidden;}
.tdnews{margin-top:40px;height:35px;color:#000;}
.tdnews h2{font-size:30px;float:left;font-weight: normal;}
.tdnews h3{font-size:13px;float:left;font-family: arial;margin:6px 0 0 5px;}
.tdnews i{display: block;float:right;width:1003px;height:1px;background: #F6ABAB;margin-top:33px;}
#certify {
	position: relative;
	width: 1200px;
	margin: 60px auto 30px auto;
}

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

#certify  .swiper-slide {
	width: 740px;
	height: 360px;overflow:hidden;
	position: relative;
	/*box-shadow: 0 8px 30px #ddd;*/
}
#certify  .swiper-slide img{
	display:block;width:100%;height:100%;
}
#certify  .swiper-slide p {
	text-align: left;
	color: #fff;
	font-size: 16px;
	margin: 0;
	position: absolute;width:100%;height:60px;line-height: 60px;
	left:0;bottom: 0;z-index: 2;background: url(../images/icon_time2.png) no-repeat center left 30px;text-indent: 58px;
}
#certify  .swiper-slide i {
	display: block;width:100%;height:60px;background:linear-gradient(to right, #F11203 , #F28E3F);opacity: .8;
	position: absolute;left:0;bottom: 0;z-index: 1;
}

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

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

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

#certify .swiper-button-prev {
	left: 20px;
	width: 45px;
	height: 45px;
	background: url(../images/icon_arrow_l2.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	opacity: .8;
}

#certify .swiper-button-prev:hover {
	opacity: 1
}

#certify .swiper-button-next {
	right: 20px;
	width: 45px;
	height: 45px;
	background: url(../images/icon_arrow_r2.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	opacity: .8;
}

#certify .swiper-button-next:hover {
	opacity: 1
}</pre></body></html>