﻿@charset "UTF-8";
/* 
**********
*******
**
时间：2016-03-14
编者：苦人
 */

/*基本样式*/

/* 哀悼日 */
/* html {    
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);    
	-webkit-filter: grayscale(100%);
   } */


body , ul ,em ,h5 ,dl ,dd {
	padding:0px;margin:0;font-size:12px;font-weight:normal;list-style-type:none;font-style:normal;font-family:"微软雅黑","arial","宋体","Tahoma","Verdana";color:#666666;
}
p{
	padding:0;margin:0px;
}
a{
	text-decoration:none;
}

a{
	text-decoration:none;color:#666666;
	
}
a:hover{
	color:#fc6b00;

	
}
a img{
	border:none;	
}
body{
	background:#fff;
}

input ,textarea{
	padding:0px;margin:0;border:none;background:none;
}
/* img{filter:Gray;} */  /* css去色滤镜效果 */

/* 特殊字符 */
.none_border_right{margin-right:0px !important;float:right !important;}
/*  */


a:focus{-moz-outline:none;outline:none;}/*去掉虚线针对IE*/ 
a {blr:expression(this.onFocus=this.blur())}/*去掉虚线针对firefox*/ 
*:focus {outline: none;}

/* hand */
.hand{
	width:1000px;margin:0 auto;
}
.hand .hand_tx{
	width:1000px;text-align:right;position:relative;
}
.hand .hand_tx a{
	display:inline-block;height:34px;line-height:58px;padding:0px 15px;background:url(../images/hand_tx_bg.png) no-repeat right bottom;
}
.hand .hand_tx a.act{
	padding:0px 0px 0 15px;background:none;
}
.hand .logo{
	width:1000px;overflow:hidden; height:80px;
}
.hand .logo dl ,.hand .logo dl dt ,.hand .logo dl dd{
	float:left;
}
.hand .logo dl dd{
	padding-left:33px;
}
.hand .logo dl dd h5{
	font-size:16px;/*color:#000;*/ color:#1a843b;padding:25px 0 8px;
}
.hand .logo .phone{
	float:right;background:url(../images/phone.png) no-repeat right 54px;padding-right:20px;font-size:13px;text-align:right;padding-top:30px;color:#fc6b00;
}
.hand .logo .phone h5{
	font-size:24px;color:#fc6b00;
}
/* nav */
 .nav{
	margin:0 auto;overflow:hidden;width:100%; 
}
.nav .back_c{
	margin:0 auto;overflow:hidden;width:100%;background:#fff; /*background:#239823;*/
}
.nav .ss_y{
	margin:0 auto;height:6px;overflow:hidden;width:100%;background:url(../images/nav_yys.png) repeat-x left top;
}

#header{height:75px;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; -webkit-animation:gupIn 1s 0.1s both; -moz-animation:gupIn 1s 0.1s both; animation:gupIn 1s 0.1s both;}
#nav{width:1000px; margin:0 auto;overflow:hidden;position:relative;}
#nav a{display:inline-block;float:left;height:75px;line-height:75px;font-size:15px;margin:0 15.5px;position:relative; z-index:3;-webkit-transition:0.3s, color 0.5s; -moz-transition:0.3s, color 0.5s; transition:0.3s, color 0.5s;color:#333;}
#nav a:hover{/*color:#fc6b00;*/color:#239823; font-weight:bold;}
#nav a.left_a{
	background:none;margin-left:0;
}
#nav a.left_b{
	margin-right:0px;
}
#nav span{width:100px; height:3px; /*background:#fc6b00;*/ background:#239823; position:absolute; bottom:0px; left:0; opacity:0; filter:alpha(opacity=0);}



/* foot */
.foot{
	width:1000px;margin:40px auto 0;overflow:hidden;
}
.foot .left{
	float:left;
}
.foot .left dl{
	width:190px;float:left;
}
.foot .left dl dt{
	width:100%;height:55px;line-height:55px;font-size:16px;
}
.foot .left dl dt a{
	color:#000;
}
.foot .left dl dt a:hover{
	color: #fc6b00;
}
.foot .left dl dd a{
	display:block;width:100%;height:35px;line-height:35px;
}
.foot .right{
	float:right;margin-top:20px;
}
.foot .right .phone{
	font-size:24px;color:#000;height:19px;line-height:19px;
}
.foot .right .phone img{
	vertical-align: middle;padding-left:10px;
}
.foot .right .img{
	width:100%;margin-top:10px;
}
.foot .right .eret{
	width:100%;margin-top:25px;
}
.foot_s{
	width:1000px;margin:50px auto;overflow:hidden;
}
.foot_s .left{
	float:left;line-height:24px;
}
.foot_s .right{
	float:right;
	width:195px;
}
.foot_s .right a{
	display:inline-block;height:40px;margin-right:12px;
}

#Mobile{
	position:relative;
}
#box{
	display: none;width:92px;height:103px;right:220px;text-align: left;position: absolute;top:35px;/* padding: 8px;border:solid 1px #ccc; */
}


#roll_top{position: relative;	cursor: pointer;	height: 62px;	width: 35px;}
#roll_top{background: url(../images/top.png) no-repeat;}
#gotop{	display: block;	width: 15px;	margin-right: -515px;	position: fixed;	right: 50%;	top: 50%;	_margin-right: -525px;	_position: absolute;	_margin-top: 300px;	_top: expression(eval(document.documentElement.scrollTop));}



