/*css reset*/
body{
	background: #fff;
	font-size: 12px;
	width:100%;
	color: #333333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{margin: 0;padding: 0;}
fieldset,img{border-top-right-radius: 0;}
address,caption,cite,code,dfn,em,th,var{font-style: normal;font-weight: normal;}
ol,ul,li{list-style: none;}
caption,th,{text-align: left;}
h1,h2,h3,h4,h5,h6{ font-size: 100%;font-weight:normal;}
abbr,acronym{border:0;}
a{text-decoration: none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{text-decoration: none;}
img{border:0;}
input{outline:none;}


/*nav*/
.nav_content{width:1060px;height:100px;background:#fff; margin:0 auto;}
.nav{height: 100px;background: #fff;width:1050px;margin:0 auto;}

.logo{float: left;margin:5px 0 0 38px;}
.ul_nav{float:right;height: 100px;color: #666;margin-right:5px;}
.nav ul li:first-child{border-left:1px #eeeeee solid;}
.ul_nav{height:100px;}
.ul_nav  > li{float:left;border-right:1px #eeeeee solid;position:relative;width:110px;height:100px;}
.li_shouye{border-left:1px #eeeeee solid;}

.li_hover > a{width:110px;height:100px;display:block;text-align:center;color:#666666;font-size:16px;overflow:hidden;transition: all 1s ease 0s;}
.fixedTop{position:fixed;top:0;z-index:990;}

.li_hover > a span{font-size:12px;font-family:Arial;display:block;margin-top:35px;position:relative;z-index:5;}
.about{width: 110px;background: #fff;position: absolute;z-index: 10;top: 100px;display:none;}
.about a{width: 112px;height: 50px;display: block;text-align: center;line-height: 50px;}
.about a{color:#07875a;}
.about a:hover{width: 111px;height: 50px;display: block;text-align: center;line-height: 50px;background: #24c678;color: #fff;}



.clicked{background:#e8fde8;color:#07875a !important;}
