/*重置样式*/

* {
	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;
}
.header{
position:relative;
}
.logo {
	width: 100%;
	height: 206px;
	background: url(../img/topBanner.png) no-repeat center;
}

.nav {
	height: 50px;
	color: #D58386;
	background-color: #B6252B;
}
.search{
    width: 300px;
    height: 26px;
    background: url(../img/searchBth.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: 251px;
    top: 80px;

}
.search input{
	    position: absolute;
    width: 240px;
    height: 22px;
    top: 2px;
    left: 4px;
}
.search span{
	
	    display: block;
    width: 56px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 2px;
}
.nav ul {
	height: 100%;
}

.nav ul li {
	position: relative;
	height: 100%;
	float: left;
}

.nav li a {
	height: 100%;
	padding: 0 25px;
	line-height: 50px;
	color: #fff;
}

.nav dl {
	position: absolute;
	left: 0;
	top: 50px;
	/* top: 65px; */
	height: auto;

	background-color: #fff;

	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	z-index: 99;
}

.nav dl {
	width: 119.64px;
	display: none;
	/* opacity: 0; */
	/* transition: opacity 0.5s, top 0.5s; */
}

.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: #333;
	text-align: center;
	background-color: #fff;
	padding: 0 10px !important;
}

.nav dl a:hover {
	background-color: #eee;
}

.slider {
	height: 343px;
}



/* 页尾 */
.footer {
	    height: 124px;
    background: #a62126 ;
    text-align: center;
}

.footer p {
	padding-top: 20px;
	color: #fff;
}
