@charset "UTF-8";
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#head {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
#head img{ margin: 10px;}

#nav {
	width: 100%;
	height: 80px;
	margin: 0 auto;
	background: #2f61d9;
	
}

#nav ul li {
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	border-right:dashed 1PX #9bb5f5;
	border-top: solid 1PX #9bb5f5;
	box-sizing: border-box;
}

#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#nav ul li a:hover {
	color: #0158b9;
}

hr {
	margin: 10px auto;
}


/* swipe */

.swipe {
	width: 100%;
	overflow: hidden;
	margin: 0 auto
}

.swipe ul {
	-webkit-transition: left 800ms ease-in 0;
	-moz-transition: left 800ms ease-in 0;
	-o-transition: left 800ms ease-in 0;
	-ms-transition: left 800ms ease-in 0;
	transition: left 800ms ease-in 0;
}

.swipe #pagenavi {
	position: absolute;
	left: 0;
	bottom: 10px;
	text-align: center;
	width: 100%;
}

.swipe #pagenavi a {
	width: 10px;
	height: 10px;
	line-height: 99em;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 4px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.swipe #pagenavi a.active {
	background: #C80002;
}



#syjj {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	background: #2f61d9;
	padding: 20px;
}
#syjj h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 70px;
}

.news-cont{
	width: 100%;
	font-size: 14px;
	color: #999;
	
	
}
.news-cont li{
	width: 100%;
	margin: 10px;
	border-bottom: solid 1px #ccc;
}
.news-cont li a img{
	width: 100px;
	float: left;
	margin-right: 10px;
}
.news-cont strong{
	font-size: 16px;
}
.news-cont .time{
	margin: 0;
	padding: 0;
}
.news-cont p{
	margin: 0;
	padding: 0;
}


.xwnr img{
	width: 100%;
}
.m-title{
	background: #2f61d9;
	line-height: 40px;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
}

#contact {
	width: 98%;
	text-align: center;
	background: #ddd;
	padding: 20px 2%;
	margin-bottom: 80px;
}

#contact p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 0;
	margin: 0;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	min-height: 80px;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	display: flex;
	background: #2f61d9;
}

#footer li {
	width: 25%;
	text-align: center;
}

#footer li a {
	font-size: 16px;
	color: #fff;
}

#footer li a img {
	display: block;
	margin: 5px auto 0px auto;
}

#bass {
	background: #eee;
	color: #000;
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	width: 100%;
	margin: 0 auto;
	padding-left: 15px;
}

#bass a {
	color: #ff0000;
	text-decoration: none;
	font-size: 14px;
}