/*公共部分*/
*{margin:0;padding:0;}
body,html{ font-family:"微软雅黑"; font-size:12px; color:#000; height:100%;width:100%;}
img{border:0;}
a{text-decoration:none; color:#000;}
ul,ol,li{list-style:none;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.mg{width:1000px;margin:0 auto;}
.ov{ overflow:hidden;}

.top{ background:url(../images/top_bg.png) repeat-x left top #fff; height:100px;}
.logo{ float:left;}
.logo a{ display:block;}
.logo img{ max-height:100px;}
.top_right{ float:right; text-align:right; color:#272727;}
.language{ height:20px; line-height:20px; overflow:hidden; padding:10px 0; display:inline-block;}
.language a{ float:left; text-transform:uppercase; display:inline-block; width:85px; text-align:left;}
.language a span{ float:left; display:inline-block; width:20px; height:20px; overflow:hidden; margin-right:3px;}
.language a[title="中文"] span{ background:url(../images/top_btn.png) no-repeat left center;}
.language a[title="ENGLISH"] span{ background:url(../images/top_btn.png) no-repeat right center;}
.language input[type="text"]{ padding:1px 4px 1px 19px; border:1px solid #d6d6d6; height:16px; width:120px; float:left; outline:none; border-radius:2px; background:url(../images/search1.png) no-repeat left center #fff;}
.language input[type="submit"]{ height:20px; background:url(../images/search2.jpg) no-repeat; width:27px; border:none; outline:none; margin-left:3px; cursor:pointer;}
.top_right .tel{line-height:45px; display:inline-block;}
.top_right .tel span{ float:left; color:#989898; margin-left:10px;}
.top_right .tel a{ float:left; color:#989898; margin-left:10px;}
.top_right .tel img{ max-height:40px; float:left;}

.navbar{ height:40px; line-height:40px; margin:0 auto; width:998px; background:url(../images/navBg.png) repeat-x; border-left:1px solid #0753b5; border-right:1px solid #0753b5; border-radius:5px;}
.nav{ height:40px;}
.nav .navLi{ float:left; width:142px; line-height:40px; height:40px; text-align:center; background:url(../images/navBg2.png) no-repeat right center; position:relative;}
.nav .off{ background:none;}
.nav .navLi .navA{ color:#666666; display:inline-block; font:bold 14px/40px "宋体"; width:140px; height:40px; color:#fff;}
.nav .navLi .navMenu{ display:none; background:#1984cc; width:140px; position:absolute; top:39px; left:0px; z-index:100;}
.nav .navLi .navMenu li{ height:28px; line-height:28px; text-align:center;}
.nav .navLi .navMenu li:hover{ background:#066fb6;}
.nav .navLi .navMenu li a{ color:#fff;}

/*banner*/
.banner{ text-align:center; z-index:1; margin-top:12px;}
.slide_Box{ width:1000px; height:341px; overflow:hidden; position:relative; display:inline-block;}
.slide_Box .hd{ overflow:hidden; position:absolute; bottom:10px; left:45%; z-index:1; }
.slide_Box .hd ul{overflow:hidden; zoom:1;}
.slide_Box .hd ul li{ display:compact;float:left; width:12px; height:12px; line-height:20px; text-align:center; color:#000;  cursor:pointer; background:#0076b2; margin:0 10px; filter:alpha(opacity=50);opacity:0.5;}
.slide_Box .hd ul li.on{ filter:alpha(opacity=100);opacity:1;}
.slide_Box .bd{ text-align:center; position:relative; height:100%; z-index:0;}
.slide_Box .bd li{ width:100%; height:341px; zoom:1; vertical-align:middle; display:inline-block; }
.slide_Box .bd li a{ width:100%; height:341px; display:inline-block;}
.slide_Box .prev,.slide_Box .next{ position:absolute; left:50%; top:50%; margin-top:-35px;display:block; width:40px; height:70px; filter:alpha(opacity=50);opacity:0.5;}
.slide_Box .prev{background:url(../images/banner_btn_l.png); margin-left:-505px;}
.slide_Box .next{background:url(../images/banner_btn_r.png); margin-left:465px;}
.slide_Box:hover .prev:hover,.slide_Box:hover .next:hover{filter:alpha(opacity=100);opacity:1; }
.slide_Box.prevStop{ display:none;}
.slide_Box.nextStop{ display:none;}

.footer{ background:url(../images/footerBg.png) repeat-x left top; padding-top:15px; padding-bottom:10px; line-height:20px; color:#888888; text-align:center;}
.footer a{ color:#888;}
.footer a:hover{ color:#f00;}
