@media screen and (max-width: 980px){
	html{
		width: 1349px;
	}
}
html{
	/* CSS3页面平滑滚动 */
	scroll-behavior: smooth;
}
body{
	margin: 0px;
	padding: 0px;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
.header{
	position: relative;
	top: -10px;
	/* background: rgba(143, 0, 11); */
	background:#578FF0;
}
.lead{
	width: 100%;
	height: 100px;
	background: #578FF0;
}
.lead_in{
	width: 1150px;
	height: 100px;
	margin: 0 auto;
}
.lead_logo{
	float: left;
	height: 80px;
	margin-top: 10px;
}
.head_link{
	float: right;
	line-height: 70px;
	margin-top: 30px;
	color: white;
}
.head_link a{
	text-decoration: none;
	font-size: 16px;
	color: white;
}
.header ul{
	margin:0 auto;
	width: 1200px;
	height: 60px;
	border-top: solid 2px white;
}
.header ul li{
	width: 120px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
}
.header ul li a{
	width: 80px;
	height: 60px;
	padding: 0px 20px;
	display: block;
	color: white;
	text-decoration: none;
	
	transition:background,color 0.3s;
}
.link_two{
	height: 0px!important;
	overflow: hidden;
	background: #578FF0;
	color: white;
	
	transition: all 0.3s; 
}
.header ul li:hover .link_two{
	height: 60px!important;
	transition: all 0.3s; 
}
.link_one:hover{
	font-weight: bold;
	background: white;
	color: #578FF0;
}
.link_two:hover{
	font-weight: bold;
	background: white;
	color: #578FF0;
}
.main{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.link{
	/* margin: 50px 25px; */
	width: 300px;
	/* height: 420px; */
	overflow: hidden;
	float: left;
	margin-right: 50px;
	
	box-shadow: 0px 0px 10px 0px #898989;
}
.link span{
	display: block;
	width: 300px;
	height: 80px;
	background: rgba(87,143,240,0.7);
	color: white;
	/* background: rgba(238, 238, 238); */
	/* color: #000000; */
	margin: 0 auto;
	text-align: center;
	line-height: 80px;	
	font-size: 24px;
	box-shadow: 0px 0px 10px 0px #898989;
}
.link li{
	width: 300px;
	height: 68px;
	font-size: 20px;
	text-align: center;
	line-height: 68px;
}
.link li a{
	width: 300px;
	height: 68px;
	display: block;
	color: black;
	text-decoration: none;
	
	transition: all 0.2s;
}
.link li a:hover{
	box-shadow: 0px 0px 10px 0px #898989;
}
.main_right{
	width: 850px;
	float: left;    
}
.main_right h3{
	border-bottom: solid 2px black;
	margin: 0px;
	padding: 10px;
}
.main_right h2{
	text-align: center;
}
.main_right p{
	font-size: 18px;
	line-height: 40px;
}
.main_right ul{
	margin-top: 20px;
	overflow: hidden;
}
.main_right ul a{
	display: block;
	line-height: 50px;
	color: #565656;
	text-decoration: none;
}
.main_right ul li{
	padding: 0px 20px;
}
.main_right ul span{
	float: right;
}
.main_right ul a:hover{
	color: #578FF0;
	background: #EEEFFF;
}
.end{
	float: left;
	width: 100%;
	height: 40px;
	padding: 5px 0px;
	background: #444444;
	text-align: center;
	color: rgb(204, 204, 204);
	font-size: 11px;
	line-height: 20px;
	margin-top: 100px;
}
.end a{
	color: white;
	text-decoration: none;
}