@charset "utf-8";

/* CSS Document */

/*commen*/

*{margin: 0 auto; padding: 0;}

body{font-size: 13px;color: #121212;font-family:"Microsoft YaHei", 宋体, Arial, Helvetica, sans-serif;background:none;min-width:1080px;overflow-x:hidden;}

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;}



/*top*/

.top_all{ width:100%; height:35px; overflow:hidden; background:#fff; border-bottom:1px solid #d4d4d4;}

.top{ width:1080px; margin:auto; overflow:hidden;}

.top_l{ float:left; color:#555555; 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:#fff; margin-left:13px;}

.top_r ul li a{ font-size:12xp; color:#555555;}

.top_r ul li img{ margin-right:3px;}



/*logo*/

.logo_all{width:100%; height:140px;}

.logo{ width:1080px; overflow:hidden; margin:auto;}

.logo_t{ width:379px; height:76px; float:left; margin-top:25px;}

.logo_w{ float:left;  margin-left:40px; margin-top:18px;  overflow:hidden; border-left:1px solid #919292;}

.logo_w span{ color:#fe9b00;}

.logo_w1{ font-size:18px; color:#444444;  margin-top:25px; line-height:20px; margin-left:30px;font-weight:bold;}

.logo_w2{ font-size:18px; color:#0065cd; margin-top:0px; margin-left:30px; font-weight:bold; line-height:50px; letter-spacing:-1px;}

.logo_call{float:right; overflow:hidden;}

.logo_call img{ float:left; margin-left:25px; margin-top:0px; 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:24px; color:#017bdf; font-weight:bold; letter-spacing:-1px; margin-top:2px; }

/*nav*/

.nav_all{ width:100%; height:50px; background:#0065cd; font-size:16px}

.nav{width:1080px; margin:auto; font-size:16px}

.nav ul{overflow:hidden; padding-left:50px}

.nav ul li{ width:120px; text-align:center; line-height:50px;float:left; cursor:pointer; border-right:1px solid #1b88e2; font-size:16px}

.nav ul li a{ font-size:16px; color:#fff; }

.nav ul li:hover,.nav li.another{  background-color:#fe9b00;}


/*footer*/

.footer_all{ width:100%; background:#0065cd; margin-top:30px;}

.footer{width:1080px; margin:auto; overflow:hidden; position:relative;}

.footer_logo{ float:left;}

.footer_logo a img{ width:250px; height:237px;}

.footer_ny{ float:left; margin-left:20px; width:810px;}

.footer_ny ul{ overflow:hidden;}

.footer_ny ul li{ float:left; width:90px; text-align:center; line-height:80px;}

.footer_ny a{ font-size:14px; color:#fff;}

.footer_ny_w{ font-size:14px; line-height:26px; color:#fff; margin-left:15px;}

.wechat{ position:absolute; left:920px;top:85px;}

.wechat img{ width:80px; height:80px; border:3px #fff solid;}

/*动画切换*/

/*banner*/



.banner{ width:100%;}



.slideBox{ width:100%; height:500px; overflow:hidden; position:relative; margin:auto;}



		.slideBox .hd{ width:100%;  position:absolute; left:0; bottom:20px; z-index:1;  }



		.slideBox .hd ul{zoom:1;  text-align:center; width:100%;}



		.slideBox .hd ul li{ display:inline; margin-right:10px;   border-radius:50%; padding:0 8px;text-align:center; background:#fff; cursor:pointer; margin-left:15px; }



		.slideBox .hd ul li.on{ background:#0065cd; color:#fff; }



		.slideBox .bd{ position:relative; height:100%; z-index:0;   }



		.slideBox .bd li{ zoom:1; vertical-align:middle; }



		.slideBox .bd img{ width:100%; height:500px; display:block; margin:auto; }







		/* 下面是前/后按钮代码，如果不需要删除即可 */



		.slideBox .prev,



		.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;   }



		.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }



		.slideBox .prev:hover,



		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }



		.slideBox .prevStop{ display:none;  }



		.slideBox .nextStop{ display:none;  }

