@charset "utf-8";
/* CSS pc Document */

body{
	background: #D7D7D7 !important;
}
span{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.vaf_info{
  	position: relative;
	width:100%;
	background-color:#D7D7D7;
	clear:both;
	display:block;
	padding-bottom:24px;
}
.vaf_bg{
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/vaf/vaf_bg.png);
	width:100%; 
	height:693px;
} 

/*小金刚 一级 start*/
.vaf_f_title{
	position:relative;
	width:100%;
	min-height:700px;
	padding-top:590px;
	
} 

/*****导航 start*****/
.vaf_f_title *, .vaf_f_title *:before, .vaf_f_title *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#menu a {
	color: #FFFFFF;
	font-size: 20px;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu {
	width: 980px;
	margin: 40px auto 20px auto;
	border: 1px solid #898989;
	background-color: #797979;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#menu li {
	float: left;
	width:326px;
	height:68px;
	line-height:68px;
	position: relative;
}
#menu .mid_li{
	border-bottom: 1px solid #84868A;
	border-top: 1px solid #84868A;
}
#menu li ul a{
	font-size:18px !important;
}
#menu a {
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	border:#acacac 1px solid;
	font-size:20px;
}
/*#menu li:hover > a {
	color: #FFFFFF;
}*/
#menu li:hover {
	background-color:#FC6000 !important;
}

*html #menu li a:hover {
	color: #D7000F;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0px;
	width:100%;
	z-index: 1;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 20px;
	_margin: 0;
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	width:100%;
	height:40px;
	font-size:18px;

}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 0px;
	background-color:#FFF;
	color:#282828;
	width: 100%;
	height: 100%;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-weight:normal;
	line-height:40px;
}
#menu ul a:hover {
	background-color: #FC6000;
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#menu ul li:before {
	content: '';
	position:absolute;
	width:95%;
	background-color:#000;
	height: 1px;
	left:2.5%;
}

#menu ul li:first-child:before {
	content: '';
	position:absolute;
	width:95%;
	background-color:#000;
	height: 0px;
	left:0px;
	
}
/*
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;

#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}}*/
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
	display: none;
}


/*****导航 end*****/

/*小金刚 一级 start*/
/*
#menu .f_menu:after {
	content:'';
    display: inline-block;
	margin-left:5px;
    width: 0;
    height: 0;
    border-width: 8px;
    overflow: hidden;
	border-color: transparent transparent transparent #fff;
    border-style: dotted dotted dotted solid;
}
#menu .s_menu:after {
	content:'';
    display: inline-block;
	margin-left:5px;
    width: 0;
    height: 0;
    border-width: 8px;
    overflow: hidden;
	border-color: transparent transparent transparent #000;
    border-style: dotted dotted dotted solid;
}*/
.province_ul li{
	z-index:2;
}

.vaf_first_div {
	float: left;
	min-height: 389px;
	width: 311px;
	margin: 5px 5px 25px 5px;
	cursor: pointer;
}
.vaf_first_div div:nth-child(1) {
	background-color: #FFF;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.vaf_first_div div:nth-child(2) {
	background-color: #F45619;
	color: #FFF;
	text-align: left;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 45px;
}

.vaf_first_div div:nth-child(2) span{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.vaf_first_div div:nth-child(2) span>b{
	/*color:#292929;*/
	padding-right:10px;
}
/*小金刚 二级 start*/
.vaf_second_title {
	padding-top: 110px;
	margin: 20px;
	width: 960px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}
.pagination .active a{
	background-color:#f60000 !important;
}
.prod_first_div {
  float: left;
  min-height: 370px;
  width: 312px;
  margin: 20px 5px 20px 5px;
  cursor: pointer;
}
.prod_first_div div:nth-child(2) {
  background-color: #FC6000;
  color: #FFF;
  text-align: left;
  padding: 10px;
  line-height:30px;
  height: 30px;
  fon-size:17px;
}
.prod_first_div div:nth-child(2) span {
	  display:inline-block;
	  width:100%;
}
.prod_first_div div:nth-child(2) span>b {
	  padding-right: 10px;
	  font-size:21px;
}
#product_list
{
	position:relative;
}
#menu-wrap
{
	position:relative;
}