* {
	margin: 0;
	padding: 0;
}
.w {
	width: 1499px;
	margin: auto;
}
/* body {
	width: auto/9;
} */
li {
	list-style: none;
	
}
a {
	text-decoration: none;
}
div {
    font-family: Microsoft YaHei;
}
/*banner开始*/
.banner {
	
	background-attachment: fixed;
	width: 100%;
	text-align: center;
}
.banner img {
	width: 100%;
	height: 500px;
	
}
/*banner结束*/
/*box开始*/
.box  {
	
	overflow: hidden;
	height: 120px;
	width: 100%;
	background-color: #f3f2f7;
}
.box .active {
	
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 45px 0;
}
.box .active ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
.box .active ul li a {
	float: left;
	display: block;
	font-size: 25px;
	color: #333;
	border-right: 1px solid #7e7d82 ;
	padding: 0 31px;
}
.box .active ul li a:hover {
	color: #0f53a4;
}
#text {
	border-right: 0px;
}
/*box结束*/
/*baxe开始*/

.baxe {
	text-align: center;
	width: 100%;
	height: 480px;
	background: #FFFFFF;    
}
.baxe .text_d{
	width: 100%;
	height: 480px;
	position: relative;
}
.baxe .text_d img {
   width: 100%;
   height: 100%;
}
.baxe .text_d h3 {
	padding-top: 107px;
	text-align: center;
	width: 100%;
	font-size: 30px;
	font-weight: 400;
	color: #09488F;
	line-height: 48px;
}
.baxe .text_d p {
	margin-top: 30px;
	line-height: 48px;
	color: #3E3E3E;
	font-size: 20px;
}
/*baxe结束*/
/*功能模块开始*/
.gongneng {
	width: 100%;
	height: 630px;
	background: #F8F8F8;
}
.gongneng .mokuai {
	position: relative;
    width: 100%;
}
.mokuai h2 {
	text-align: center;
    width: 100%;
	padding-top: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #6E6E6E;
}
.gongneng .mokuai .bj {
	width: 100%;
	display: flex;
	justify-content: center;
}
.gongneng .mokuai .bj img {
	margin-top: 73px; 

}
/*功能模块结束*/
/*优势价值开始*/
.youshi {
	width: 100%;
    height: 580px;
	background: #FFFFFF;
}
.youshi h2 {
	width: 100%;
	text-align: center;
	padding-top: 60px;
	font-size: 30px;
	color: #6E6E6E;
}
.youshi ul {
	margin-top: 58px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.youshi ul li {
	float: left;
	margin: 0 50px;
}
.youshi ul li h4 {
	margin-top: 31px;
	text-align: center;
	width: 360px;
	font-size: 24px;
	color: #313131;
	line-height: 21px;
}
.youshi ul li p {
	margin: o auto;
	margin-top: 19px;
	text-align: center;
	width: 360px;
	font-size: 16px;
	color: #313131;
	line-height: 21px;
}
/*优势价值结束*/
/*案例分享开始*/
.anli {
	height: 580px;
	width: 100%;
	background-color:#f8f8f8;
}
.anli h2 {
	text-align: center;
	padding-top: 50px;
	font-size: 30px;
	color: #6e6e6e;
	padding-bottom: 35px;
}

#certify .swiper-slide {
	width: 750px;
	height: 360px;
	background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0, 0.1);
}
/*案例分享结束*/
