﻿.header-wrap{
	width: 100%;
	height:379px;
	background: url(../images/top_banner.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.header-box .top-wrap{
	width: 100%;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
}
.header-box .top-wrap .left-info span{
	display: inline-block;
	margin-right:30px;
}
.header-box .top-wrap .right-btn .btn-item{
	display: inline-block;
	padding-right:10px;
	cursor: pointer;
}
.header-box .top-wrap .right-btn .btn-item:last-child{
	padding-right: 0;
	padding-left:10px;
}
.header-box .logo{
display: block;
margin:-20px 0 0 -60px;
}
.header-box .logo img{
	display: block;
	height:275px;
	width: auto;
}
.nav-wrap{
	width: 100%;
	position: absolute;
	left: 0;
	bottom:0;
}
.nav-box .nav-item{
	float: left;
	width: 11.1%;
}
.nav-box .nav-item a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-shadow: 0px 2px 6px #710001;
	position: relative;
}
.nav-box .nav-item a:hover{
	font-weight: bold;
}
.nav-box .nav-item a::after{
	position: absolute;
	content:'|';
	width: 1px;
	height: 20px;
	color: #fff;
	right: 0;
	top:0;
	font-size: 16px;
	font-weight: normal;
}
.nav-box .nav-item:last-child a::after{
	content:'';
	width: 0;
	height: 0;
}
.nav-box .nav-item.cur{
	font-weight: bold;
}
.notice-search-wrap{
	width: 100%;
	background: #F5F5F5;
}
.notice-search-box .notice-wrap{
	width: 785px;
	padding:22px 0;
}
.notice-search-box .notice-wrap .notice-tit img{
	float: left;
	display: block;
	height: 27px;
	width: auto;
	margin-right: 16px;
}
.notice-search-box .notice-wrap .notice-tit span{
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	color: #C50F11;
	font-size: 18px;
}
.notice-search-box .notice-wrap .swiper-notice-list{
	height: 27px;
	line-height: 27px;
	font-size: 18px;
}
.notice-search-box .notice-wrap .swiper-notice-list .list-item a{
	display: block;
	width: 100%;
}
.notice-search-box .notice-wrap .swiper-notice-list .list-item a .item-name{
	display: block;
	width: 70%;
	color: #000;
}
.notice-search-box .notice-wrap .swiper-notice-list .list-item a .item-time{
	display: block;
	width: 25%;
	color: #666;
}
.notice-search-box .search-wrap{
	margin-top: 17px;
}
.notice-search-box .search-wrap .input-box{
	width: 275px;
	height: 37px;
	border: 1px solid #D2D2D2;
	background: #fff;
	padding:0 10px;
	box-sizing: border-box;
	outline: none;
	font-size:16px;
}
.notice-search-box .search-wrap .btn-box{
	width: 38px;
	height:37px;
	background: #BFBFBF url(../images/search.png) no-repeat center center;
	background-size: 21px 21px;
	border:none;
	cursor:pointer;
}

.footer-wrap{
	width: 100%;
	height: 253px;
	background: #F9F9F9;
}
.footer-wrap .footer-box{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer-wrap .footer-box .link-box{
	width:100%;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom:20px;
}
.footer-wrap .footer-box .link-wrap{
	width:1200px;
	padding-top: 23px;
	margin:0 auto;
	padding-bottom: 15px;
	height:28px;
}
.footer-wrap .footer-box .link-wrap .link-tit{
	color: #BC0000;
	font-size: 20px;
	display:block;
	padding-right:10px;
	float:left;
	margin-left:80px;
	font-weight:bold;
}
.footer-wrap .footer-box .link-wrap .link-item{
	display:block;
	width: 277px;
	margin-right: 44px;
	float:left;
}
.footer-wrap .footer-box .link-wrap select{
	display:block;
	width:277px;
	height:28px;
	outline: none;
	text-align:center!important;
	border:solid 1px #E1E1E1;
}
.footer-wrap .footer-box .link-wrap select:last-child{
	margin-right: 0;
}
.footer-wrap .footer-box .copyright-wrap{
	line-height: 36px;
	font-size: 16px;
	color: #666;
}