@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
}
#certify {
	position: relative;
	width: 900px;
	margin: 0 auto;
	margin-bottom:50px;
}

#certify .swiper-container {
	padding-bottom: 60px;
	width: 81%;
}

#certify  .swiper-slide {
	width: 280px;
	height: 380px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#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 #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 18px;
	width: 35px;
	height: 35px;
	background: url(/templets/default/images/tobefore.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: 18px;
	width: 35px;
	height: 35px;
	background: url(/templets/default/images/tonext.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-slide>div{
	width: 262px;
	color: white;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	padding-left: 18px;
}
#certify .swiper-slide>div>p{
	margin: 0 0;
}
/*swiper产品标题加粗*/
#certify .swiper-slide>div>p:first-child{
	font-weight: bold;
	margin-top: 15px;
}
#certify .swiper-slide>div>p:first-child>a{
	font-size: 16px;
	color: #fff;
}
.money{
	margin-bottom: 15px;
}
/*查看更多的a圆角标签*/
a.more-promotion{
	border: 1px solid #ccc;
	padding:2px;
	color: black;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 1;
}
/*查看更多右箭头加黄色底*/
.icon-right-Allow{
	color: #fac944;
}
p.chapter{
	text-align: center;
	font-size: 24px;
	margin-top:80px;
}

/*服务分类*/
.service-cate{
	width: 788px;
	height: 695px;
	/*border: 1px solid red;*/
	margin: 10px auto;
	padding-top:30px;
	position: relative;
}
.service-cate>.service{
	height: 320px;
	width: 248px;
	/*border: 1px solid green;*/
	float: left;
	margin: 7px;
	box-shadow:0px 0px 5px #cccccc;
}
.service-content{
	width: 210px;
	height: 282px;
	margin:20px auto;
	/*border: 1px solid green;*/
}
.service-content>p:first-child{
	text-align: center;
	margin: 5px auto;
}
.service-description{
	margin: 0px auto;
	font-size: 12px;
	color: #555;
}
.service-content>hr{
	background-color: #ccc;
	border:none;
	height: 1px;
}
.service-content>img{
	display: block;
	margin: 18px auto;
	width: 85px;
	height: 85px;
}
.service-content>ul{
	padding: 0;
}
.li-short{
	list-style: none;
	font-size: 12px;
	display: inline-block;
	float: left;
	width: 94px;
	padding:5px;
	height: 18px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
}
.li-long{
	list-style: none;
	font-size: 12px;
	display: inline-block;
	float: left;
	width: 200px;
	padding:5px;
	height: 18px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.li-gray{
	background-color: #dfdfdf;
}
.li-orange{
	background-color: #efc152;
}
.service-content>ul>li>a>i{
	position: absolute;
	right: 0;
	top: 1px;
	color: #2b7099;
}

/*前沿资讯*/
.news{
	width: 788px;
	height: 324px;
	/*border: 1px solid red;*/
	margin: 65px auto;
	position: relative;
}
.news-content{
	width: 50%;
	height: 160px;
	box-sizing:border-box;
	float: left;
}
.newslogo{
	width: 27%;
	height: 100%;	
}
.newsdesc{
	width: 72%;
}
.newslogo>img{
	width: 80%;
}
.news-content>div{
	float:left;
}
.nomargin{
	margin:0;
}
.newstitle>a{
	color: #3e83a7;
}
.newsdate{
	color: #b3b3b3;
	font-size: 12px;
}
.newsdescription{
	color: #666;
	font-size: 14px;
	margin:14px 0;
	line-height:1.5;
}
.news>a.more-news{
	position: absolute;
	bottom: 25px;
	right: 0;
	border: 1px solid #ccc;
	line-height:1;
	padding:2px;
	color: black;
	text-decoration: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
}
.now-price{
	color: #eeb223;
	font-size: 18px;
}
.before-price{
	text-decoration:line-through;
}<!--0.00018405914306641-->