@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: #0092dd;
color:#fff;
}

::-moz-selection {
    background-color: #0092dd;
color:#fff;
}

::-webkit-selection {
    background-color: #0092dd;
color:#fff;
}

/*top*/
.top_all{ width:100%; height:36px; overflow:hidden; background:#fff; border-top:2px solid #0092dd; border-bottom:1px solid #e2e1e1;}
.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:#0092dd;}

/*logo*/
.logo_all{width:100%;  background:url(../images/top_bk.jpg) no-repeat center; height:144px; }
.logo{ width:1180px; overflow:hidden; margin:auto;}
.logo_t{ width:263px; height:87px; float:left; margin-top:28px; margin-left:0px;}
.logo_w{ float:left;margin-top:28px;  overflow:hidden; margin-left:85px;}
.logo_w span{ color:#fe9b00;}
.logo_w1{ font-size:20px; color:#0092dd;  margin-top:15px; line-height:24px;font-weight:bold;}
.logo_w1 span{color:#ff7530; }
.logo_w2{ font-size:18px; color:#333; margin-top:4px;  line-height:40px; }
.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:42px;}
.logo_call_2{font-size:28px; color:#0092dd; font-weight:bold; letter-spacing:-1px; margin-top:5px; font-family:"times new roman"; }



/*nav*/
.nav_all{ width:100%; height:50px; background:#0092dd;}
.nav{width:1180px; margin:auto;}
.nav ul{overflow:hidden;}
.nav ul li{ width:130px; border-right:1px solid #2da2de; line-height:50px; text-align:center;float:left; height:50px; 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:#4abe54;width:130px; height:50px;}
.nav ul li:hover a{color:#fff;}
.nav li.another{background:#4abe54;width:130px; height:50px;}
.fixedNav { width:100%; height:50px;background:#0092dd; 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*/
.footer_all{ width:100%; background:url(../images/footer_bk.jpg) no-repeat center; height:297px;}
.footer{ width:1180px; margin:auto; overflow:hidden; padding-top:20px;}
.footer_nav{ width:200px; float:left; margin-left:0px;}
.footer_nav ul{ padding-top:70px;}
.footer_nav ul li{ width:100px; text-align:left; line-height:36px; float:left; } 
.footer_nav ul li a{ font-size:13px; color:#fff;}
.footer_ny{ float:left;width:580px; margin-top:70px; color:#fff; font-size:13px; text-align:left; line-height:32px; margin-left:120px;}
.footer_ny a{ color:#fff; font-size:13px;}
.footer_chat{ float:left; margin-left:70px; margin-top:90px; }
.footer_chat img{ width:100px; height:100px;}
.footer_chat p{ text-align:center; line-height:40px; display:block; margin-top:10px; color:#fff; font-size:13px;}
.footer_ny h2{ font-size:13px; font-weight:normal; display:inline;}

















