﻿@charset "utf-8";
/* CSS Document */
/* 重置 */
*{ 
   margin:0; 
   padding:0; 
   font-family:"微软雅黑";
}
a{ 
   text-decoration:none;
 }
img{
	border:none;
}
.clearfix{
	clear:both;
}
ul li{
	list-style:none;
}
.wrap{
	width:1200px; 
	margin:auto;
}

/* 导航 */
.dh,.dh-box{
	height:65px;
	background: #FFFFFF;
}
.dh .cd,.dh-box .cd_box{
	float:left;
	width: 960px;
}
.cd .lg,.cd_box .lg{
	float:left;
	/*margin-right:37px;*/
	margin-top:8px;
}
.menu{ 
   float:right;
   margin-top:11px; 
   /*margin-left:25px;*/
}
.menu ul{
	float:left;
}
.menu .nli{
	float:left;
	width:90px; 
	height:46px; 
	position:relative;
	z-index:999;
}
.menu .nli .a{
	float:left; 
	width:90px; 
	height:46px; 
	line-height:46px; 
	color:#333; 
	font-size:16px;  
	text-align:center; 
	position:relative;  
	z-index:2;
	-webkit-transition: color 200ms;
	transition: color 200ms;
	overflow:hidden;
}
.menu .nli .a span{
	width:100%; 
	height:100%;
	float:left; 
	position:absolute; 
	text-align:center; 
	left:0;
	top:0; 
	z-index:2;
}
.menu .nli .a .bkg{
	top:100%; 
	z-index:-1; 
	background-color:#fff; 
	-webkit-transition:top 200ms;
	transition:top 200ms;
}
.menu .nli.on .a .bkg,.menu .nli .a:hover .bkg {
	top:0;
}
.menu .nli.on .a span{
	color:#3c671f;
	-webkit-transition: top 200ms;
	transition: top 200ms;
}
.menu .sub{
	position:absolute; 
	z-index:1; 
	left:0; 
	top:46px; 
	width:146px;
	background:url(menu_bg.png); 
	padding:9px 0 9px 20px;
	display:none;
}
.menu .sub li{
	float:left; 
	width:146px; 
	height:30px; 
	line-height:30px;
}
.menu .sub li a{
	color:#666;
	font-size:14px;
}
.menu .sub li a:hover{
	color:#3c671f;
	font-size:15px;
	font-weight:600;
}
.dh .iphone{
	float:right;
	margin-top:25px;
}
.dh-box .iphone{
	float:right;
	margin-top:35px;
}
.dh-box{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 65px;
	background: #FFFFFF;
	top: 0;
	left: 0;
}
/* 幻灯片 */
.banner_box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.banner .con{
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-repeat: no-repeat;background-position: center center; float:left;
}
.scroll_bar{
	width:100%;
	position:absolute;
	bottom:70px;
	z-index:998;
}
.btn{
	width:138px;
	margin:0 auto;
}
.btn span.on{height:2px;margin-top:2px;}
.arrow_l{
	width:27px;
	height:51px;
	background:url(btn_l.png) no-repeat 0 0;
	position:absolute;
	left:17%;
	top:40%;
	cursor:pointer;
}
.arrow_r{
	width:27px;
	height:51px;
	background:url(btn_r.png) no-repeat 0 0;
	position:absolute;
	right:17%;
	top:40%;
	cursor:pointer;
}
.num{
	position:absolute;
	right:20%;
	top:41%;
}
.num .num_l{
	font-size:20px;
	color:#ffd928;
}
.num .num_r{
	color:#dddddd;
	font-size:12px;
}
.banner .con img{
	position:absolute;
	left:32%;
	top:40%;
	display:none;
}
/* 底部 */
.foot_box{
	bottom:0;
	width:100%;
	left:0;
	height:110px;
	background-color:#fff;
	position:absolute;
	bottom:0;
}
.foot{
	width:1200px;
	margin:auto;
}
.foot ul{
	width:100%;
	height:95px;
	padding-top:15px;
}
.foot ul li{
	width:240px;
	float:left;
}
.foot ul li a{
	color:#000;
}
.foot ul li a div{
	width:100px;
	height:58px;
	margin:0 auto;
}
.foot ul li a p{
	text-align:center;
	height:20px;
	padding-top:5px;
	font-size:14px;
}
