* {
	margin: 0;
	padding: 0;
	font-family: 'microsoft yahei', sans-serif;
}

img {
	display: inline-block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.public-inner {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
/*公用顶栏*/

.public-topbar {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: white;
}

.public-topbar a {
	border-left: 1px solid white;
	color: white;
	padding: 0px 5px;
}

.public-topbar a:first-child {
	border: none
}

.topbar-links {
	margin-left: 30px;
}
/*logo部分*/

.public-logo {
	overflow: hidden;
	margin: 30px 0px;
}

.searchBox_bot {
	width: 375px;
	height: 50px;
	background: url(../images/toubu-search.png) no-repeat;
	vertical-align: bottom;
	margin-top: 50px;
}

.searchBox_bot .sr {
	width: 280px;
	height: 50px;
	line-height: 50px;
	border: none;
	font-size: 16px;
	padding-left: 20px;
	background: none;
	outline: none;
}

.searchBox_bot .btn {
	width: 70px;
	height: 50px;
	border: none;
	background: none;
	cursor: pointer;
	outline: none;
}

.szLogo img {
	height: 50px;
	margin-top: 50px;
	margin-left: 30px;
}
/*主导航*/

.index-nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1;
}

.index-nav .navBar {
	width: 1200px;
	float: left;
	background: #5bb4f5;
	border-radius: 6px 6px 0px 0px;
}

.navBar .navBar-item {
	width: 240px;
	height: 60px;
	float: left;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.navBar .navBar-item.active {
	background: #0167cc;
}

.navBar .navBar-item a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: "微软雅黑";
	display: inline-block;
	width: 100%;
	height: 100%;
}

.navBar .navBar-item span {
	width: 100%;
	border-left: 1px solid #fff;
	height: 20px;
	margin-top: 20px;
}

.navBar .navBar-item:hover {
	background: #0167cc;
}

.navBar .navBar-item:hover span {
	border: none;
}

.navBar .navBar-item:hover+li span {
	border: none;
}

.navBar .navBar-item.active span {
	border: none;
}

.navBar .navBar-item.active+li span {
	border: none;
}

.navBar .navBar-item:first-child span {
	border: none;
}
/*背景图*/

.index-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/toubu_sfjbg.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/toubu_sfjbg.jpg', sizingMethod='scale')";
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/toubu_sfjbg.jpg', sizingMethod='scale');
}

.fenye .current{
	background: #4343c7 !important;
    border: 1px solid #0b0b8e !important;
    color: #fff !important;
}