@charset "utf-8";
/* CSS Document */
*{margin:0px;padding:0px;}
body{font-size:14px;font-family:"微软雅黑";}
ul{ list-style:none;}
img{ border:none;}
a{text-decoration:none;}
.clear{clear:both;}
input{border:none;outline:none; background:none;font-family:"微软雅黑";}
em{ font-style:normal;}

/*----top----↓↓↓*/
.top{width:100%;height:140px;border-top:2px solid #000;}
.top .w{width:1200px;margin:0 auto;}
.top .w .logo{width:415px;height:77px;float:left;margin-top:30px;}
.top .w .r{float:right;}
.top .w .r .r_t{width:216px;color:#fff;height:27px;background:url(../images/china.gif);text-align:center;line-height:25px;float:right;}
.top .w .r .r_t a{color:#fff;margin:0 22px 0 22px;}
.top .w .r .r_t a:hover{color:#00b406}
.top .w .r .r_b{height:47px;margin-top:33px;}
.top .w .r .r_b .search{width:260px;height:32px;float:right;padding-top:3px;}
.top .w .r .r_b .search .text{width:200px;color:#999;height:32px;line-height:32px;float:left;padding-left:14px;border:1px solid #ccc;float:left;}
.top .w .r .r_b .search .button{width:36px;height:34px; background:url(../images/search.gif);cursor:pointer;float:left;}
.top .w .r .r_b .text:focus{border-color:#00b406;}
.top .w .r .r_b .tel{margin-left:38px;float:right;}

/*----menu----↓↓↓*/
.menu{width:100%;height:45px;background:#0758b3}
.menu ul{width:1200px;margin:0 auto;}
.menu ul li{float:left;width:171px;height:45px;line-height:45px;text-align:center; background:url(../images/li_bg.gif) no-repeat left;}
.menu ul li a{color:#fff;display:block;width:171px;height:45px;}
.menu ul li a:hover{background:#00b406; transition:all 0.3s}
.menu ul li.home{background:#00b406}

/*----banner----↓↓↓*/
.banner{width:100%;position:relative;height:455px;}
.banner .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.banner .bd ul{width:100% !important;}
.banner .bd li{width:100% !important;height:455px;overflow:hidden;text-align:center;}
.banner .bd li a{display:block;height:455px;}
.banner .hd{width:100%;position:absolute;z-index:1;bottom:10px;left:0;height:30px;line-height:30px;}
.banner .hd ul{text-align:center;}
.banner .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:8px;margin:3px;overflow:hidden;background:#fff;filter:alpha(opacity=70);opacity:0.7;line-height:999px;}
.banner .hd ul .on{background:#ff8400}
.banner .prev,.banner .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:20%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=10);opacity:0.1;display:none;}
.banner .next{left:auto;right:15%;background-position:-6px -137px;}
