* {
	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 10px;
}
#text {
	border-right: 0px;
}
.box .active ul li a:hover {
	color: #0f53a4;
}
/*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结束*/
/*功能模块开始*/
#suv {
	width: 100%;
	height: 650px;
	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: 400px;
	margin:0 25px;
}
#suv  ul li .tite {
	position: relative; 
	width: 100px;
	height: 400px;
	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);
	background: linear-gradient(90deg, #83C8EB, #408BDB);
	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: 280px; 
	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;
}
/* #gon {
	width: 100%;
	height: 630px; 
	background-color: #F8F8F8;
}
#gon h2 {
	text-align: center;
	width: 100%;
	padding-top: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #6E6E6E;
}
#gon ul {
	margin-top: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
	background: #F8F8F8;
}
#gon ul li {
	float: left;
	padding:0 25px;
}
.tite .ground {

	
	text-align: center;
	line-height: 110px;
	width: 100px;
	height: 110px;
	background: linear-gradient(90deg, #83C8EB, #408BDB);
	border-radius: 20px 20px 0px 0px;
}
.tite .text_m {

	margin-top: -10px;
	width: 100px;
    height: 290px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    border-bottom-left-radius: 20px;
	 border-bottom-right-radius: 20px;
} */
/*功能模块结束*/
/*优势价值开始*/
.youshi {

	height: 550px;
	background: #FFFFFF;
}
.youshi h2 {
	text-align: center;
	margin: 0 auto;
	padding-top: 60px;
	width: 186px;
	height: 29px;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #6E6E6E;
}
.youshi ul {
	display: flex;
	width: 1200px;
	margin-top: 80px;
	justify-content: space-between;
	margin: 80px auto;
}
/*优势价值结束*/