/*重置样式*/

* {
	margin: 0;
	padding: 0
}

a {
	text-decoration: none;
}

em,
strong,
b,
h2,
h3 {
	font-style: normal;
	font-weight: normal;
}

ul,
li {
	list-style: none;
}

fieldset,
form,
label,
input,
button {
	outline: none;
	border: none;
}

img {
	vertical-align: middle;
}

.cStyle {
	/* width: 1200px; */
	width: 1204px;
	margin: 0 auto;
}

.pointer {
	cursor: pointer;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1
}

.elip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	width: 100%;
	min-width: 1200px;
	background: url(../img/cellBg.jpg) repeat !important;
}


/* @media screen and (max-width:1460px){ */
/* .banner{background:url(../img/topB.png) no-repeat; width:1440px; height: 234px;margin: 0 auto; } */
/* } */
/* @media screen and (min-width:1460px){ */
/* .banner{background:url(../img/topB1.png) no-repeat; width:1700px; height: 234px; margin: 0 auto; } */
/* } */

/* 页头 */
.container {
	width: 1204px;
	margin: 0 auto;
}

.logo {
	width: 100%;
	height: 234px;
	background: url(../img/toplogo.jpg) no-repeat center;
}

.nav {
	height: 50px;
	color: #D58386;
	background-color: #B6252B;
	position:relative
}

.nav ul {
	height: 100%;
}

.nav ul li {
	position: relative;
	height: 100%;
	float: left;
}

.nav li a {
	height: 100%;
	padding: 0 16px;
	line-height: 50px;
	color: #fff;
}

.nav ul li:hover a.a1{
	color:#ffff03;
	
}

.nav dl {
	position: absolute;
	left: 0;
	top: 50px;
	/* top: 65px; */
	height: auto;
background:#4e0606;

	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	z-index: 99;
}

.nav dl {
	width: 119.64px;
	display: none;
	background:#4e0606;
	border-left:4px solid #b7242a;
	color:#fff;
	
	/* opacity: 0; */
	/* transition: opacity 0.5s, top 0.5s; */
}
.nav dl dd{
	border-bottom:1px solid #784646;
	background:#4e0606;
}

.nav li:hover dl {
	display: block;
	/* opacity: 1; */
	/* top: 50px; */
}

.nav dl a {
	display: inline-block;
	width: 119.64px;
	height: 35px;
	line-height: 35px;

	box-sizing: border-box;
	color: #fff;
	text-align: center;

}

.nav dl a:hover {
	background:#931e22;
	color:#ffff03;
	
}

.slider {
	height: 343px;
}



.nav  .search{
	position: absolute;
    height: 27px;
    width: 188px;
    right: 8px;
    top: 12px;
}
.nav  .search input{
	border: 0;
width: 136px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    height: 26px;
}
.nav  .search img{
	position:absolute;
	right: 0;
	top:0;
}



/* 页尾 */
.footer {
	    height: 124px;
    background: #a62126 url(../img/footer-bg.png) no-repeat center;
    text-align: center;
}

.footer p {
	padding-top: 20px;
	color: #fff;
}
