﻿/*-----------------[hd]--------------*/
#fixed {width: 100%; z-index: 999; top:0;}
.inner #hd{position: relative;}

#hd{
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 20;
  background: url(../images/white.png) repeat left top;
  }
.ha{width:100%; height:8px; position:absolute; top: 70px; left:0; background:url(../images/infinite_bottom.png) repeat-x}
#hd .logo{margin-top: 15px;}
.nav{font-size: 16px;margin-top: 4px;height: 76px;font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;}
.nav li{
	float: left;
	position: relative;
	z-index: 50;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.nav li a{color: #464646;display: inline-block;}
.nav li a:hover{color: #ff9c00;}
.nav li a.v1{
	width: 115px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	position: relative;
	z-index: 100;
}
.nav li.ok a.v1{   color: #ff9c00;background: url(../images/nav-hover.png) no-repeat left top;}

.nav li dl.v2{
  position: absolute;
  z-index: 99;
  top: 74px;
  left: 0;
  font-size: 12px;
  color: #000;
  display: none;
  width: 535px;
  }
.nav li dl.v2 .dl-l,.nav li dl.v2 .dl-c,.nav li dl.v2 .dl-r{float: left;height: 269px;overflow: hidden;}
.nav li dl.v2 .dl-l{width: 15px;background: url(../images/dl-l.png) no-repeat left bottom;}
.nav li dl.v2 .dl-r{width: 15px;background: url(../images/dl-r.png) no-repeat left top;}
.nav li dl.v2 .dl-c{width: 505px;padding: 20px 0;background: url(../images/dl-c.png) repeat-x left top;}
.nav li dl.v2 .sub{float: left;width: 105px;margin-right: 20px;overflow: hidden;}
.nav li dl.v2 .sub dd{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 15px;
  background: url(../images/dd-arrow.png) no-repeat left center;
  font-size: 13px;
  }
.nav li dl.v2 .sub-intro{float: left;width: 380px;overflow: hidden;
  background: url(../images/line1.jpg) repeat-y left top;}
.nav li dl.v2 .sub-intro dd{width: 330px;float: left;margin-left: 30px;}
.nav li dl.v2 .sub-intro dd img{width: 330px;height: 160px;display: block;}
.nav li dl.v2 .sub-intro dd .title{color: #333;font-size: 14px;font-weight: bold;margin: 10px 0 5px 0;}
.nav li dl.v2 .sub-intro dd a:hover .title{color: #ff9c00;}
.nav li dl.v2 .sub-intro dd .intro{
	color: #717171;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8;
}

#hd .shadow{position: absolute;bottom: -3px;z-index: 5;}

.white-shadow-bg{position: relative;z-index: 3;background: url(../images/white.png) repeat left top;}
.white-shadow-bg .shadow{position: absolute;bottom: -3px;}
