* {
	margin: 0;
	padding: 0;
}
.w {
	width: 1499px;
	margin: auto;
}
li {
	list-style: none;
	
}
a {
	text-decoration: none;
}
div {
    font-family: Microsoft YaHei;
}
/*banner开始*/

.banner {
	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结束*/
/*功能模块开始*/
.mokuai {
	width: 100%;
	height: 460px;
	background: #F8F8F8;
}
.mokuai h2 {
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	
	font-size: 30px;
	font-weight: bold;
	color: #6E6E6E;
}
.mokuai ul {
	display: flex;
	width: 1200px;
	justify-content: space-between;
	margin: 0 auto;
}
.mokuai li {
	
	float: left;
	text-align: center;
	margin-top: 80px;
}
.mokuai li h6 {
	font-size: 20px; 
	margin-top: 10px; 
	font-weight: 400; 
	color: #313131;
}
/*功能模块结束*/
/*优势价值开始*/

.youshi {
	text-align: center;
	width: 100%;
	height: 580px;
	background: #FFFFFF;
}
.youshi h2 {
	padding-top: 60px;
	font-size: 30px;
	color: #6E6E6E;
}
.youshi .nve {
	display: flex;
	width: 100%;
	margin-left: -65px;
	justify-content: center;
	margin-top: 100px;
}
.youshi .nve .goods {
	float: left;
}
.youshi .nve .goods ul li {
	text-align: center;
	width: 380px;
	height: 270px;
	background: #FDFDFD;
	border: 1px solid #E3E3E3;
	border-bottom: 3px solid #448EDC;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.youshi .nve .goods ul li h4 {
	padding-top: 75px;
	margin: 0 auto;
	width: 187px;
	font-size: 30px;
	font-weight: bold;
	color: #448EDC;
}
.youshi .nve .goods ul li p {
	padding-top: 18px;
	margin: 0 auto;
	width: 357px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
/* .youshi .nve .tubiao {
	
	text-align: center;
	line-height: 110px ;
	float: left;
	
	background: #fff;
	border: 5px solid #529CDF;
	border-radius: 50%;
} */

/*优势价值结束*/
/*案例分享开始*/
.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);
}
/*案例分享结束*/