*{padding: 0;margin: 0;list-style: none;}
a{
	text-decoration: none;
}
.main{
	width: 1200px;
	height: 1055px;
	
	margin: 0 auto;
}
.main .tztg{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #eef1ff;
}
.main .tztg .tit{
	width: 200px;
	line-height: 50px;
	background: #1d1e71;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	color: white;
	font-weight: 600;
	font-size: 21px;
	text-align: center;
	float: left;
}
.main .tztg .roll{
	width:1000px;
	line-height: 50px;
	float: left;
}
.main .tztg .tempWrap{
	width: 100%!important;
}

.main .nav{
	width: 100%;
	height: 355px;
	
	overflow: hidden;
}

.main .nav ul{

}

.main .nav a{
	color: black;
}

.main .nav ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 180px;
	background: white;
	flex-direction: column;
	float: left;
	color: black;
	text-align: center;
}

.main .nav ul li a img{
	
	margin-top:30px\0;
	width:60px;
	height:60px;
}

.main .nav ul li .name{
	padding-top: 25px;
}
.main .service{
	width: 100%;
	height: 630px;
	background-image: url(../png/vu0umq.png);
	float: left;
}
.service .service-tit{
	width: 100%;
	height: 63px;
	background: url(../png/wz80xz.png);
	margin-top: 20px;
	margin-bottom: 20px;
}
.service .service-main{
	width: 1050px;
	height: 540px;
	
	margin: 0 auto;
}

.service .service-main ul li{
	width: 200px;
	height: 220px;
	
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 30px;
	margin-right: 10px;
	text-align: center;
}
.service .service-main ul li p{
	color: #383985;
	font-weight: 600;
	margin-top: 15px;
	font-size: 20px;
}
*+html .nav ul li a img{
	margin-top: 25px;
	width: 40%;
}
img{border:none;}