html, body,ul, li,p,span,img,h1,h2,h3  {
    margin: 0;
    padding: 0;
}

html { overflow-x: hidden; overflow-y: auto;}
ul, li {
	list-style: none;
}
a {text-decoration: none; color: inherit;}
.main-color {
	color: #003968;
}
.bg-color {
	background-color: #003968;
}
.btn-color {
	background-color: #003968;
	color: #FFFFFF;
}
.btn-color:hover { 
	background-color: #02B1B0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr::after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
* { font-size: 14px; font-family:'微软雅黑';}
.wrap{ width: 1200px; margin: 0 auto; }

.swiper-slide,.swiper,.swiper-wrapper {
	width: 100%;
	height: 550px;
}