* {
	marign: 0;
	padding: 0;
}

.clearfix_:after {
	content: '';
	display: block;
	clear: both;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
div,
strong {
	margin: 0;
	padding: 0;
}

.banner {
	position: relative;
	width: 100%;
	height: 240px;
	background: url("../images/banner.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
}

.bannerdiv {
	padding-top: 43px;
	height: 100px;
	margin-bottom: 35px;
}

.banner_ico {
	width: 109px;
	height: 109px;
	float: left;

}

.banner_word {
	width: 310px;
	float: left;
	margin-left: 14px;
}

.banner_p01 {

	margin-bottom: 15px;
	margin-top: -5px;
}

.banner_p01 img {
	width: 100%;
	margin-top: 6px;
}

.banner_p02 {
	font-size: 18px;
	color: rgb(255, 255, 255);
	text-align: center;
	letter-spacing: 1.8px;
}

.banner ul li {
	width: 160px;
	height: 44px;
	line-height: 44px;
	float: left;
	background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(233, 243, 255), rgb(255, 255, 255));
	color: rgb(35, 128, 236);
	text-align: center;
	font-size: 18px;
	margin-right: 20px;
	border-radius: 6px;
	font-weight: 600;

}

.banner ul li:hover {
	color: rgb(255, 255, 255);
	background: linear-gradient(to bottom, rgb(102, 197, 255), rgb(35, 128, 236));
	cursor: pointer;
}

.footer{
	background: #30323d;
	overflow: hidden;
	text-align: center;
}
.footer p{
	line-height: 100px;
	color: #bfbfbf;
}