@charset "utf-8";
/* CSS Document */
/*commen*/
*{margin: 0 auto; padding: 0;}
body{font-size: 12px;color: #121212;font-family:  Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;background:none;}
ul,li{list-style-type: none;}
img,ul,li,button{margin: 0px;}
img,button{border: none;}
a{color: #000;text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
img{border:0;}

::selection {
    background-color: #0ba73c;
color:#fff;
}

::-moz-selection {
    background-color: #0ba73c;
color:#fff;
}

::-webkit-selection {
    background-color: #0ba73c;
color:#fff;
}


/*top*/
.top_all{ width:100%; height:36px; overflow:hidden; background:#3a3a3a;}
.top{ width:1180px; margin:auto; overflow:hidden;}
.top_l{ float:left; color:#cccccc; font-size:13px; line-height:36px;}
.top_r{ float:right; }
.top_r ul{ overflow:hidden;}
.top_r ul li{ float:left; line-height:36px;color:#cccccc; margin-left:12px;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s; }
.top_r ul li a{ font-size:13px; color:#cccccc;}
.top_r ul li:hover a{ color:#02a852;}

/*logo*/
.logo_all{width:100%; height:90px; }
.logo{ width:1180px; overflow:hidden; margin:auto;}
.logo_t{ width:195px; height:49px; float:left; margin-top:18px; margin-left:0px;}
.logo_t a img{ width:195px; height:49px; }
/*nav*/
.nav{width:900px; float:left; margin-left:50px;}
.nav ul{overflow:hidden;}
.nav ul li{ width:100px; text-align:center; line-height:80px;float:left; cursor:pointer;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;  }
.nav ul li a{ font-size:14px; color:#444; }
.nav ul li:hover{ background:#f37e00;width:100px; height:90px; background:url(../images/nav_h.png) no-repeat center;}
.nav ul li:hover a{color:#fff;}
.nav li.another{background:#f37e00; width:100px; height:90px;}
.nav li.another a{ color:#fff;}
.fixedNav { width:100%; height:50px;background:#0ba73c; border:none;
    position: fixed;
    top: 0px;
    left: 0px;
	margin:auto;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}
.fixedNav ul{ width:1180px; margin:auto;}
.fixedNav ul li{ width:131px;height:50px; line-height:50px;}
.fixedNav ul li:hover{width:131px; height:50px; line-height:50px; background:#f08200;}
.fixedNav ul li a{ color:#fff;}
.fixedNav ul li.another{width:131px; height:50px; line-height:50px; background:#f08200;} 

/*footer_all*/
.footer_all{ width:100%; background:url(../images/footer_bk.jpg) no-repeat center; height:505px;}
.footer{ width:1180px; margin:auto;}
.footer_t{ padding-top:110px;}
.footer_t_l{ width:200px; float:left;}
.footer_t_m{ float:left; width:420px; margin-left:225px;}
.footer_t_r{ float:left; width:80px; height:80px; margin-left:105px;}
.footer_t_r img{width:80px; height:80px;}
.footer_t_l_w1{ font-size:24px; color:#fff; font-family:"Times New Roman";}
.footer_t_l_w2{ width:120px; height:32px; border:1px solid #fff; text-align:center; line-height:32px; margin-top:20px; margin-left:0px;}
.footer_t_l_w2 a{ font-size:14px; color:#fff;}
.footer_t_m_w1{ font-size:13px; color:#999; margin-top:-10px;}
.footer_t_m_w2{ font-size:13px; color:#999; margin-top:18px;}
.footer_t_m_w3{ font-size:13px; color:#999; margin-top:18px;}
.footer_nav{ clear:both; padding-top:90px;}
.footer_nav ul{ overflow:hidden;}
.footer_nav ul li{ width:117px; float:left;}
.footer_nav ul li a{ display:block; border-right:1px dashed #484848; font-size:14px; color:#bbbbbb; text-align:center;}
.footer_b{ margin-top:65px; text-align:center; line-height:30px; color:#999; font-size:13px;}
.footer_b a{ color:#999;}
.footer_b h2{ display:block; font-size:13px; color:#999; font-weight:normal;}












