* {
	margin: 0;
	padding: 0;
}
.w {
	width: 1500px;
	margin: 0 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 {
	margin: 0 auto;
	width: 100%;
	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 10px;
}
.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结束*/
/*优势价值开始*/
.jiazhi {
    height: 580px;
	background: #F8F8F8;
	width: 100%;
}
.jiazhi .youshi ul {
	display: flex;
	width: 100%;
	justify-content: center;
}
.jiazhi .youshi ul li {
	float: left;
	margin: 0 80px;
	margin-top: 100px;
	width: 304px;
}
.jiazhi .youshi ul li .yuan {
	margin: 0 auto;
	text-align: center;
	line-height: 160px;
	width: 160px;
	height: 160px;
	background: linear-gradient(90deg, #F8C88A, #6EAFEB);
	border-radius: 50%;
}
.jiazhi .youshi ul li h5 {
	text-align: center;
	margin-top: 40px;
	width: 304px;
	font-size: 20px;
	color: #313131;
}
.jiazhi .youshi ul li p {
	margin-top: 16px;
    font-size: 16px;
	width: 304px;
    color: #313131;
    line-height: 30px;
	}
/*优势价值结束*/
/*功能模块开始*/
.mokuai {
	width: 100%;
	height: 460px;
	background: #FFFFFF;
}
.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;
	margin-top: 50px;
	justify-content: space-between;
	margin: 80px auto;
}
.mokuai ul li {
	margin: 0 100px;
	float: left;
	text-align: center;
	
	
}
.mokuai ul li h6 {
	font-size: 20px; 
	margin-top: 10px; 
	font-weight: 400; 
	color: #313131;
}
/*功能模块结束*/

/* 技术分类开始 */
.tixi {
	width: 100%;
}
.tixi .big {
	width: 1350px;
	margin: 0 auto;
	
}
.tixi .big h5 {
	float: right;
	font-size: 24px;
	width: 350px;
	color: #2C75C1;
}
/* 技术分类结束 */

/*案例分享开始*/
.anli {
	height: 580px;
	width: 100%;
	background-color:#FFFFFF;
}
.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);
}
/*案例分享结束*/