@charset "utf-8";
/*------------ base -------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	line-height: normal;
	color: #7B7B7B;
	font-family: "微软雅黑";
	background-color: #F7F7F7;
}
.clear {
	font-size: 0px;
	clear: both;
	line-height: 0px;
	height: 1px;
}
.clearfix:after {	
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*/
	height: auto;
	overflow: hidden;
	/**/
}

ul,li,ol {
	list-style-type: none;
}
a {
	outline:none;
	border:none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a:link {
	color: #7B7B7B;
}
a:visited {
	color: #7B7B7B;
}
a:hover {
	color: #FFBB31;
}
a:active {
	color: #7B7B7B;
}

/*button {
	border: none;
}*/
.fl {
	float: left;
}
.fr {
	float: right;
}
p {
	margin-bottom: 10px;
}
table {
	border-collapse: collapse;
}
.row {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
/*------------ base end -------------*/

/*-------------------------------------------------
  nav
-------------------------------------------------*/

/*-------------------------------------------------
  nav end
-------------------------------------------------*/
#banner {
	overflow: hidden;
	height: 500px;
	margin-bottom: 60px;
	background-position: center top;
	margin-top:-1px;
}
#content {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#pankuzu {
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
#pankuzu li {
	list-style-type: none;
	display: inline;
}
#pankuzu li.active {
	color: #FFBB31;
}

#float {
	width: 82px;
	position: fixed;
	right: 50%;
	top: 55%;
	margin-right:-702px;
	-webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
}
@media only screen and (max-width: 1366px) {
#float {
	right: 10px;
	margin-right:0;
}
}
#float .qq {
	background-image: url(../images/float_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
}
#float .consult {
	background-image: url(../images/float_icon.gif);
	background-repeat: no-repeat;
	background-position: center -77px;
	display: block;
	height: 76px;
	width: 82px;
}
#float .cart {
	background-image: url(../images/float_icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 47px;
	padding-left: 48px;
}
#float .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
#float .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tag {
	width:80px;
	height:50px;
	background-image:url(../images/icon_919.png);
	background-repeat:no-repeat;
	position:absolute;
	top:5px;
	right:5px;
}
.red_packet {
	position:relative;
	width:1200px;
	margin:0 auto;
	height:0px;
}
.btn_packet {
	position:absolute;
	top:70px;
	left:420px;
	cursor: pointer;
}
#red_text {
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 85px;
	left: 490px;
	color: #000;
	overflow: hidden;
}
#red_text ul li{
	line-height: 30px;
}
#content dl.dl4 dt {
font-size: 14px;
text-align: right;
float: left;
width: 370px;
padding-right: 20px;
margin-bottom: 25px;
line-height: 26px;
}
#content dl.dl4 dd {
margin-bottom: 25px;
float: left;
width: 600px;
min-height: 26px;
line-height: 26px;
}
#main {
float: right;
width: 1008px;
min-height: 600px;
margin-left: -1px;
border: 1px solid #D9D9D9;
background-color: #FFF;
}
#side {
float: left;
width: 178px;
min-height: 600px;
background-color: #FFF;
border: 1px solid #D9D9D9;
}