* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.cen-w {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}
.placeholder{
	width: 100%;
	height: 150px;
}
/*头部logo*/

.header-wrap {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: url(../images/log_bac.jpg);
	background-size: 100% 100%;
}

.logo {
	width: 342px;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
}

.logo-text {
	width: 290px;
	height: 31px;
	margin-top: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 57px;
}

.search-wrap {
	width: 260px;
	height: 40px;
	background: #fff;
	border-radius: 7px;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.search-input {
	width: 217px;
	height: 100%;
	float: left;
	outline: none;
	border: none;
	background: rgba(0, 0, 0, 0);
	color: #000;
	padding: 0 10px;
	box-sizing: border-box;
        z-index:9999;
}

.search-button {
	width: 28px;
	height: 26px;
	float: right;
	outline: none;
	border: none;
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	margin: auto;
}


/*导航*/

.nav-wrap {
	height: 50px;
	background: #fff;
}

.nav-wrap li {
	width: 14.28%;
	float: left;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.nav-wrap a {
	color: #2b2b2b;
}

.nav-down {
	width: 100%;
	color: #fff;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
	background: #868ae3;
}
.nav-wrap .nav-down a{
	display: block;
	font-size: 16px;
}
.nav-wrap li:hover {
	background: #868ae3;
	color: #fff;
}

.nav-wrap li:hover a {
	color: #fff;
}

.nav-wrap li:hover .nav-down {
	display: block;
}

.nav-down :hover {
	background: #3b40a4;
}


/*banner*/

.banner-wrap {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	background: #fff;
}

.banner-wrap .swiper-container {
	width: 100%;
	height: 400px;
}

.banner-wrap img {
	width: 100%;
	height: 400px;
	
}

/*底部*/

footer {
	width: 100%;
	height: 100px;
	background: #3b40a4;
	margin-top: 15px;
}
.footer-left{
	float: left;
	color: #fff;
	font-size: 14px;
	margin-top: 18px;
	line-height: 24px;
}
.footer-ewm{
	width: 78px;
	height: 78px;
	float: right;
	margin-top: 12px;
}
.footer-img{
	width: 60px;
	height: 70px;
	float: right;
	margin-top: 14px;
	margin-left: 34px;
	
}

/*二级导航*/
.list_bt {
	height: 65px;
	margin: 0 auto;
	margin-top: 15px;
}

.list_bt .lmmc {
	width: 20%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #3b40a4;
	float: left;
	font-size: 24px;
	color: #444444;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.list_bt .dqwz {
	width: 80%;
	height: 65px;
	line-height: 65px;
	border-bottom: 3px solid #cccccc;
	text-align: right;
	padding-right: 15px;
	box-sizing: border-box;
	font-size: 14px;
	color: #444444;
	float: right;
}

.dqwz a {
	color: #444444;
}

.dqwz a:hover {
	color: #3b40a4 !important;
}
.newsOn{
	background: #3b40a4;
	
}
.newsOn a{
	color: #fff !important; 
}