body {
	font-family: "Microsoft YaHei";
}
div, span, a, ul, li {
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul, li, ol, li {
    list-style: none;
}
ul {
    list-style-type: none;
}

.nav{
	margin-left: 20px;
}
.nav ul li{
	padding: 20px;
	text-align: center;
	display: inline;
	height: 100px;
	line-height: 100px;
	margin-left: 20px;
	font-size: 16px;
	color: #013e6c;
}
.nav ul li.hover{
	border-bottom: 1px solid #013E6C;
}


body .carousel-inner>.item>img{
	width: 100%;
	object-fit: cover;
	height: 500px;
}
.footer {
	text-align: center;
	background: #013E6C;
	color: #fff;
	padding: 20px;
	margin-top: 20px;
}

.container .title {
	padding: 40px 0 0px 0;
	font-size: 26px;
	text-align: center;
}
.title span {
	color: green;
	font-weight: 400;
}
.footer a {
	color:#fff;
}


.pagebar {
	padding: 10px 10px;
    height: 50px;
}