@charset "utf-8";

/* CSS Document */
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
a:visited,
a:hover {
	text-decoration: none;
}

/*header*/
header {
	width: 1280px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	position: relative
}

.clearfix {
	zoom: 1;
}


.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0px;
	visibility: hidden;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.logoDiv {
	width: 100%;
	height: 180px;
	text-align: left;
	margin: 0px auto;
	position: relative
}

.logoImg {
	float: left;
	width: 460px;
	height: 80px;
	background: url("/_upload/tpl/00/21/33/template33/images/zswLogo-n.png");
	position: relative;
	margin: 20px 0
}

.back-index {
	display: inline-block;
	color: #9E1517;
	font-size: 16px;
	margin-top: 6px;
	text-decoration: underline;
}
.returnIndex {
	width: 148px;
	height: 38px;
	background: url("/_upload/tpl/00/21/33/template33/images/ret_03.png");
	
}

.returnIndex:hover {
	/* background-color: #c30000;
	color: #fff; */
}


/*logo ends*/
.menu {
	width: 100%;
	background-color: #9E1517;
	display: block;
	height: 64px;
	text-align: center;
	margin: 0 auto;
	line-height: 64px;
	color: #ffffff;
	font-size: 28px;
}

.menuNav {
	width: 1400px;
	/* height: 70px; */
	background-color: #9E1517;
	margin: 0 auto;
	text-align: center
}


/*menu*/
.menu-nav {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#menu {
	float: left;
	font-size: 16px;
	width: 1400px;
}

#menu ul {
	list-style: none;
}

li.l1-nav {
	left: 0px;
	top: 0px;
	width: 9.4%;
	float: left;
	position: relative;
	vertical-align: middle;
	font-size: 14px;
}

a.l1-nav {
	width: 100%;
	height: 64px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 64px;
	text-decoration: none;
	display: block;
	font-size: 18px;
}

li.l1-nav:hover a.l1-nav {
	background: rgb(232, 17, 17);
	color: rgb(255, 255, 255);
	border-bottom: rgb(204, 20, 20) 2px solid;
	margin-bottom: -2px;
}

a.l1-nav:hover {
	background: rgb(232, 17, 17);
	color: rgb(255, 255, 255);
}

ul.l2-nav {
	left: 0px;
	top: 64px;
	visibility: hidden;
	position: absolute;
	padding-left: 0px;
	margin-top: 2px;
}

li.l2-nav {
	left: 0px;
	top: 0px;
	float: left;
	position: relative;
}

a.l2-nav {
	background: rgb(153, 15, 15);
	width: 170px;
	height: 38px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 38px;
	font-size: 16px;
	text-decoration: none;
	border-top-color: rgb(204, 20, 20);
	border-top-width: 1px;
	border-top-style: solid;
	display: block;
}

li.l2-nav:hover a.l2-nav {
	background: rgb(190, 41, 40);
	color: rgb(204, 244, 0);
}

a.l2-nav:hover {
	background: rgb(190, 41, 40);
	color: rgb(204, 244, 0);
}

a.l1-nav:hover ul.l2-nav {
	visibility: visible;
}

li.l1-nav:hover ul.l2-nav {
	visibility: visible;
}

li.l1Sy {
	left: 0px;
	top: 0px;
	width: 80px;
	float: left;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
}

a.l1-sy {
	width: 80px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-decoration: none;
	display: block;
	font-size: 16px;
}

a.l1-sy:hover {
	background: rgb(232, 17, 17);
	color: rgb(255, 255, 255);
}



/*search box*/
.searchBox {
	margin-top: 26px;
}

.searchBox .navbar-form {
	position: relative;
	/* width: 320px;
    height: 70px; */
	border-radius: 4px;

}

.searchBox .navbar-form input {
	margin: 0;
	padding: 10px 18px;
	width: 200px;
	height: 20px;
	border: none;
	box-shadow: none;
	text-shadow: none;
	background: #FFF;
	color: #222;
	border-radius: 25px;
	border: 1px solid #b50e2c;
	font-size: 15px;
}


.searchBox .navbar-form button {
	position: relative;
	right: 40px;
	top: -2px;
	width: 22px;
	height: 24px;
	line-height: 34px;
	vertical-align: middle;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
	background: url("/_upload/tpl/00/21/33/template33/images/search_03.png") no-repeat;
}

/*search box????--*/