@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:#d3221c;
color:#fff;
}

::-moz-selection {
    background-color: #d3221c;
color:#fff;
}

::-webkit-selection {
    background-color: #d3221c;
color:#fff;
}



/*top*/
.top_all{ width:100%; height:36px; overflow:hidden; background:#fff;}
.top{ width:1180px; margin:auto; overflow:hidden;}
.top_l{ float:left; color:#666; 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:#666;}
.top_r ul li:hover a{ color:#f37e00;}

/*logo*/
.logo_all{width:100%;  background:url(../images/top_bk.jpg) no-repeat center; height:160px; }
.logo{ width:1180px; overflow:hidden; margin:auto;}
.logo_t{ width:194px; height:83px; float:left; margin-top:30px; margin-left:0px;}
.logo_w{ float:left;margin-top:26px;  overflow:hidden; margin-left:85px;}
.logo_w span{ color:#fe9b00;}
.logo_w1{ font-size:20px; color:#222222;  margin-top:15px; line-height:24px;}
.logo_w1 span{color:#ff7530; }
.logo_w2{ font-size:22px; color:#d3221c; margin-top:4px;  line-height:50px; letter-spacing:1px; font-weight:bold;}
.logo_call{float:right; overflow:hidden;}
.logo_call img{ float:left; margin-left:25px; margin-top:32px; margin-right:10px;}
.logo_call div{ float:left; margin-left:5px;}
.logo_call_1{ font-size:14px; color:#555555; margin-top:45px;}
.logo_call_2{font-size:30px; color:#d3221c; font-weight:bold; letter-spacing:1px; margin-top:5px; font-family:"Impact"; }



/*nav*/
.nav_all{ width:100%; height:50px; background:#2f2f2f;}
.nav{width:1180px; margin:auto;}
.nav ul{overflow:hidden;}
.nav ul li{ width:118px; text-align:center; line-height:50px;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:#fff; }
.nav ul li:hover{ background:url(../images/nav_h.png) no-repeat center;width:118px; height:50px;}
.nav ul li:hover a{color:#fff;}
.nav li.another{background:url(../images/nav_h.png) no-repeat center;width:118px; height:50px;}
.fixedNav { width:100%; height:50px;background:#2f2f2f; 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 a{ color:#fff;}



/*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:50px; text-align:center; line-height:30px; color:#999; font-size:13px;}
.footer_b_ny a{ color:#999; font-size:13px;}
.footer_b_ny h2{ display:inline; font-weight:normal; font-size:13px;}














