@charset "utf-8";
/* CSS Document */

::selection {color: #fff; background-color: #63c730;}
::-moz-selection {color: #fff;background-color: #63c730;}
::-webkit-selection {color: #fff;background-color: #63c730;}
::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2}
::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555}

.clearfix{clear:both;}
.between{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.clear{
	clear: both;
}
.float_l{
	float:left;
}
.float_r{
	float:right;
}
.clear_fl{
	height:0px;
	clear: both;
	overflow: hidden;
}





/*top_A*/
#top_A{
	width:100%;
	height:34px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.top{
	width:1180px;
	height:34px;
	margin:auto;
}
 .top_left{
	width:380px;
	height:34px;
	float:left;
	line-height:34px;
	color:#808080;
	font-size:12px;
}
.top_right{
	height: 34px;
	float: right;
}
.top_right ul li{
	float: left;
	color:#808080;
	font-size:12px;
	line-height:34px;
	padding:0px 0px 0px 15px;
}
.top_right ul li a{
	color: #808080;
	font-size:12px;
}
.top_right ul li a:hover{
	color: #63c730;
}

/**top_bgk**/
.top_bgk{
	width:100%;
	height:140px;
	overflow: hidden;
}
.top_bgk .top_header{
	width: 1180px;
	margin:0 auto;
}
.top_header h1{
	width: 500px;
	height:69px;
	float:left;
	margin-top: 35px;
	display:inline;
	overflow: hidden;

}
.top_header h1 a{
	width: 498px;
	height:69px;
	overflow: hidden;
	display: block;
}
.top_header h1 a img{
	width: 498px;
	height:69px;
	overflow: hidden;
}

.top_header .header_tel{
	float: right;
	width: 380px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 26px;
	color: #63c730;
	font-weight: bold;
	text-align: right;
}
.top_header .header_tel span{
	font-size: 18px;
	font-weight: normal;
	color: #4c4c4c;
	display: block;
	text-align: right;
	line-height: 30px;
}

/**nav开始**/
.nav{
	width: 100%;
	height: 50px;
	background: #63c730;
}

.nav .nav_box{
	width: 1180px;
	margin: 0 auto;
}
.nav_all{
	width: 1180px;
    height: 50px;
    position:relative;
}

.nav_all > li {
	float:left;
    width: 107px;
    height: 50px;
    text-align:center;
    -webkit-transition:all 0.5s;
    transition:all .5s;
}

.nav_all > li > a {
	display:block;
    font-size:14px;
    text-align: center;
    line-height:50px;
    color:#fff;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nav_all .another{
	background: #ff8400;
}
.nav_all > li:hover{
	background: #ff8400;
}
.nav_box .erji_xiala{
    z-index:20;
    height:0px;
    visibility: hidden;
    opacity:0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position:absolute;
    top:50px;
    left:230px;
    width: calc(196px * 5);
    background:rgba(99, 199, 48,0.85);
}  /*一个分类 *1 一个分类 *2  六个分类100%  left:修改到合适位置; */

.nav_box ul li:hover .erji_xiala{
    height:auto;
    visibility: visible;
    opacity: 1;
}

.nav_box .erji_xiala .daohang_xiala{
    float:left;
    width: 156px;
    padding: 0 20px 5px 20px;
}
.nav_box .erji_xiala .daohang_xiala i{
    font-size: 15px;
    border-bottom:1px solid rgba(255,255,255,0.35);
    display: block;
}
.nav_box .erji_xiala .daohang_xiala span{
    border-bottom:1px dashed rgba(255,255,255,0.35);
    display: block;
    text-align: left;
}
.nav_box .erji_xiala .daohang_xiala a {
    height: 40px;
    line-height: 40px;
    display: block;
    color:#FFF;
    font-size:14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.nav_box .erji_xiala .daohang_xiala i a{
    font-size:15px;
    text-align: left;
    background:url(../images/liqsub_ss.png) 0px no-repeat;
    padding-left: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nav_box .erji_xiala .daohang_xiala i a:hover{
    background:url(../images/liqsub_ss.png) 145px no-repeat;
    padding-left: 0px;
}
.nav_box .erji_xiala a:hover{
    color:#FFF;
    padding-left: 15px;
}

.nav_box .erji_xiala1{
    position:absolute;
    top:50px; z-index:20;
    background:rgba(99, 199, 48,0.85);
    width: 107px;  /*和一级栏目一样宽度*/
    height:0px;
    visibility: hidden;
    opacity:0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.nav_box ul li:hover .erji_xiala1{
    height:auto;
    visibility: visible;
    opacity: 1;
}

.nav_box .erji_xiala1 .daohang_xiala{
    padding: 0 0 5px 0;
}
.nav_box .erji_xiala1 .daohang_xiala i{
    font-size: 15px;
    border-bottom:1px solid rgba(255,255,255,0.35);
    display: block;
}
.nav_box .erji_xiala1 .daohang_xiala a{
    height: 40px;
    line-height: 40px;
    font-size:14px;
    display: block;
    color:#FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.nav_box .erji_xiala1 a:hover{
    color:#FFF;
    padding-left: 15px;
}
.fixedNav{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100000;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}




/*footer start*/
.footer{
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: url(../images/footer_bg.jpg) no-repeat center top;
}
.foot_con{
	width: 1180px;
	height: 259px;
	overflow: hidden;
}
.foot_con .ewm{
	width: 108px;
	height: 134px;
	float: left;
	margin: 64px 140px 0 14px;
}
.ewm img{
	width: 108px;
	height: 108px;
	overflow: hidden;
}
.ewm h5{
	font-size: 14px;
	color: #808080;
	text-align: center;
	line-height: 38px;
}
.foot_con .foot_cont{
	width: 330px;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	color: #808080;
	line-height: 36px;
}
.foot_cont h4{
	font-size: 16px;
	color: #666666;
}
.foot_con .foot_cont1{
	width: 510px;
	margin-top: 50px;
	float: right;
}
.foot_nav h4{
	font-size: 16px;
	color: #666666;
	padding-left: 20px;
	margin-bottom: 15px;
}
.foot_con .foot_cont1 a{
	color: #808080;
}
.foot_nav ul{
	width: 510px;
	overflow: hidden;
}
.foot_nav ul li{
	float: left;
	width: 102px;
}
.foot_nav ul li a{
	font-size: 14px;
	color: #808080;
	text-align: center;
	line-height: 36px;
	display: block;
}
.foot_nav ul li a:hover{
	text-decoration: underline;
}
.foot_nav h5{
	font-size: 14px;
	color: #808080;
	padding-left: 20px;
	line-height: 34px;
}
.foot_w{
	width: 1180px;
	height: 60px;
	font-size: 14px;
	color: #666666;
	line-height: 60px;
	text-align: center;
}
.foot_w h2{
	margin-bottom: -20px;
	font-size: 14px;
	color: #fff;
	display: inline;
}
.foot_w a{
	color: #666666;
	padding: 0 4px;
}
.foot_w a:hover{
	text-decoration: underline;
}
.foot_w img{
	margin-left: 5px;
}
/*footer end*/
