﻿@charset "utf-8";
.box {
	width: 100%;
}
/*首页头部*/
.header {
	width: 100%;
	background: #fff;
}
.head {
	padding: 20px 0;
}
.head-top {
	width: 100%;
	height: 32px;
	line-height: 32px;
	margin-top: 0px;
	background: #f8f8f8;
	border-bottom: solid 1px #ddd;
}
.head-top.welcome_bg {
	position: relative;
}
.head-top-con {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
	color: #111;
}
.head-top-con .hi {
	background: url(../images/hi.png) no-repeat left center;
	font-size: 12px;
	padding-left: 20px;
	color: #666;
}
.head-top-con .yidong i {
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 2px;
	float: left;
	background: url(../images/topbotbg.png) no-repeat;
	margin-top: 8px;
}
.head-top-con .weixin i {
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background: url(../images/topbotbg.png) no-repeat -17px top;
	margin-top: 8px;
}
.head-top-con .lianxi i {
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background: url(../images/topbotbg.png) no-repeat -43px top;
	margin-top: 8px;
}
.head-top-con .kefu i {
	display: block;
	width: 14px;
	height: 16px;
	margin-right: 5px;
	float: left;
	background: url(../images/topbotbg.png) no-repeat -63px top;
	margin-top: 8px;
}
.head-top-con .fr span {
	display: block;
	float: left;
	margin-left: 25px;
}
.head-top-con .fr span a {
	margin-left: 0px;
	font-size: 12px;
	color: #666;
}
/*logo*/

.head .logo {
	width: 50%;
	float: left;
}
.head .tel {
	width: 50%;
	float: right;
	text-align: right;
}
.nav {
	width: 98%;
	max-width: 1190px;
	margin: 0 auto;
	position: relative;
}
.nav li{
	float: left;
}
.nav li.active{
	background: #FF7F00;
	margin-right: 40px;
}
.nav li.active a{
	font-size: 18px;
	color: #fff;
	padding: 7px 84px;
}
.nav li a{
	display: inline-block;
	padding: 10px 22px;
	font-size: 16px;
	color: #333;
}

.nav_list {
	position: absolute;
	background: url("../images/nav-list-bg.png");
	width: 240px;
	height: 450px;
	top: 38px;
	left: 0;
	overflow: hidden;

}
.nav_list h4 {
	vertical-align: middle;
	color: #fff;
	background: url("../images/navjt.png") center right no-repeat;
	font-size: 16px;
	font-weight: 400;
}
.nav_item img {
	vertical-align: sub;
}
.nav_item:hover{background: #f90;}
.nav_item {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.nav_item p {
	padding-top: 10px;
}
.nav_item p a{
	color: #FFF;
	padding: 0 8px;
	font-size: 12px;
	filter: alpha(opacity:80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.banner li img {
	min-height: 450px;
}

/*右边*/
.classify {
	top: 2px;
	left: 240px;
	z-index: 9999;
	width: 700px;
	height: 448px;
}
.classify, .classify div.div-con {
	position: absolute;
	visibility: hidden;
	height: 448px
}
.classify div.div-con {
	z-index: 101;
	width: 700px;
	background: url(../images/navbg1.jpg) no-repeat left bottom #fff;
}
.classify div.div-con dl {
	clear: both;
	padding-top: 25px;
}
.classify div.div-con dl dt {
	line-height: 20px;
	font-weight: bold;
}
.classify div.div-con dl dt i {
	margin-left: 10px;
}
.classify div.div-con dl dd {
	height: 24px;
	line-height: 22px;
	padding-top: 5px;
}
.classify div.div-con dl dd a {
	display: block;
}
.classify div.div-con dl dd a:hover span {
	color: #f00;
}
.classify div.div-con dl dd a i {
	float: left;
	padding: 0 30px;
	color: #ddd;
}
.classify div.div-con dl dd a span {
	color: #555;
}
.classify div.div-con dl dd a span.pa-l-n {
	padding-left: 0px;
}
.classify div.div-con dl dd span {
	float: left;
	padding-right: 12px;
	margin-right: 12px;
	font-size: 12px;
	background: url(../images/nav-list-bor-bg.jpg) no-repeat right center;
	display: inline-block;
	white-space: nowrap;
	color: #555;
}
.classify div.div-con .fl {
	width: 360px;
	padding: 0 30px;
}
.classify div.div-con .fr {
	width: 260px;
	padding-right: 10px;
	color: #666;
	line-height: 22px;
	font-size: 12px;
}
.classify div.div-con .fr img {
	margin-top: 10px;
	width: 100%;
}
.classify div.div-con .fr b {
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #F30;
}
