* {
	-ms-word-break: break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 16px;
}

html,
body,
div,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header*/
.header {
	height: 220px;
	background: url(../images/top_bg.png) top center no-repeat;
	background-size: cover;
	position: relative;
width:100%; 
min-width:1200px;
}


.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*search*/
#search-box {
	width: 248px;
	height: 44px;
    margin-top: 6px;
	border: 1px solid #fff;
	position: absolute;
	border-radius: 40px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#search-box .wzTv-inp-txt {
	width: 180px;
	float: left;
	height: 40px;
	line-height: 40px;
	background: none;
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	border: none;
	color: #FFFFFF;
}

#search-box .wzTv-inp-sub {

	float: right;
	text-indent: 999999999px;
	position: absolute;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
}

/* nav */
.nav {
	width: 100%;
	min-width: 1200px;
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 99;
	line-height: 55px;
	background: #950000;

}

.nav .nLi {
	float: left;
	width: 14%;
	text-align: center;
	position: relative;
	display: inline;
	transition: all .3s;
	-webkit-transition: all .3s;

}

.nav .nLi a {
	color: #FFFFFF;
	font-size: 18px;
	display: block;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 55px;
	position: absolute;
	line-height: 55px;
	z-index: 99;
}

.nav .sub li {
	zoom: 1;
	z-index: 99;
	background: #950000;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}

.nav .sub li:last-child {
	border-bottom: none;
}
.nav .sub li:hover{
	background-color: #FFFFFF;
}
.nav .sub li:hover  a{
	color: #950000!important;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
}

.nav .nLi.on {
	background-color: #FFFFFF;
	
	
}
.nav .nLi.on a{
	color:  #950000;
}
.nav .nLi.on .sub a {
	color: #fff;
}



/*footer*/
.footer{
	background: #fff;
	height: 150px;
	color: #434343;
width:100%; min-width:1200px;
	padding-top: 26px;
	box-sizing: border-box;
	background-size: cover;
}
.footer li{
	line-height: 36px;
}
.footer li img{
	margin-right: 10px;
}
.footer h3{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer p{
	text-align: right;
	margin-top: 20px;
	line-height: 36px;
}