* {
	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 {
	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;
    margin: 0 auto;
}
.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结束*/
/*功能模块开始*/
#suv {
	width: 100%;
	height: 630px;
	background-color: #F8F8F8;
}
#suv h2 {
	text-align: center;
	width: 100%;
	padding-top: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #6E6E6E;
}
#suv ul {
	margin: 0 auto;
	width: 100%;
	height: 390px;
	background: #F8F8F8;
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
#suv ul li {
	float: left;
	width: 100px;
	height: 390px;
	margin:0 40px;
}
#suv  ul li .tite {
	position: relative; 
	width: 100px;
	height: 390px;
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
	border-radius: 25px;
}
#suv ul li .tite .ground {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
	float: left;
	text-align: center;
	line-height: 110px;
	width: 100px;
	height: 110px;
	border-radius: 20px 20px 0px 0px;
}
#suv ul li .text_m {
	position: absolute;
	margin: 0 auto;
	margin-left: 8px;
	margin-top: 109px;
}
#suv ul li .text_m .pir {
	width: 80px; 
	height: 270px; 
	border: 1px dashed #BFBFBF; 
	border-top: 1px dashed transparent; 
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
#suv ul li .text_m .pir h6 {
	text-align: center;
	margin: 0 auto;
	width: 30px;
	height: 248px; 
	font-size: 24px; 
	font-weight: 400; 
	color: #6E6E6E;
}
/*功能模块结束*/
/*优势价值开始*/
#youshi {
	margin: 0 auto;
	height: 580px;
	width: 100%;
	background-color:#fff;
}
#youshi h2 {
	width: 100%;
	text-align: center;
    padding-top: 50px;
	font-size: 30px;
	color: #6e6e6e;
}
#youshi ul {
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
	display: flex;
	justify-content: center;
}
#youshi ul li {
	text-align: center;
	float: left;
	margin: 0 35px;
	width: 260px;	
}
#youshi ul li img {
	/*align-items: center;垂直方向居中*/
	margin: 0 auto;
	margin-top: 45px;
}
#youshi ul li h5 {
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
	width: 260px;
	color: #2c2c2c;
}
#youshi ul li p {
	margin-top: 20px;
	font-size: 15px;
	color: #303030;
}
#youshi ul li .yuan {
    margin-left: 50px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
/*优势价值结束*/
/*案例分享开始*/
.anli {
	
	height: 560px;
	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);
}
/*案例分享结束*/
