@charset "utf-8";
html {height:100%;}
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{list-style:none;margin:0; padding:0;}
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
input,textarea {outline:none;border:0px;}
a{ blr:expression(this.onFocus=this.blur()); outline:none;}
a:focus{ -moz-outline-style: none;}
a:link { text-decoration: none;color: #535353;}
a:visited {text-decoration: none; color: #535353;}
a:hover { text-decoration: none; color: #000000;
-webkit-transition:background .4s cubic-bezier(0.39,0.575,0.565,1);-o-transition:background .4s cubic-bezier(0.39,0.575,0.565,1);-moz-transition:background .4s cubic-bezier(0.39,0.575,0.565,1);transition:background .4s cubic-bezier(0.39,0.575,0.565,1);
transition: color 0.3s ease-out 0s;}
a:active {text-decoration: none;}

body {height:100%;margin: 0px; color:#535353; font-size: 12px; font-family:Microsoft YaHei,宋体,Arial, Helvetica, sans-serif;/**background:#ff5792;**/}

/* banner */
.banner{width:100%; margin:0 auto; position:relative; height:100%;}
.banner .fullSlide{width:100%;position:relative;height:100%;background:transparent}
.banner .fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;height: 100%;}
.banner .fullSlide .bd ul{width:100% !important;height: 100%;}
.banner .fullSlide .bd li{width:100%;height:100%;background-repeat: no-repeat; background-position: center top; background-size: cover;overflow:hidden;text-align:center;}
.banner .fullSlide .bd li a{display:block;height:100%}
.banner .fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0}
.banner .fullSlide .hd ul{text-align:center;margin-bottom:10px}
.banner .fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#2b5c97;*filter:alpha(opacity=50);*opacity:.5;line-height:999px}
.banner .fullSlide .hd ul .on{background:#224f88}
.banner .fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;*filter:alpha(opacity=50);*opacity:.5;display:none}
.banner .fullSlide .next{left:auto;right:15%;background-position:-6px -137px}
.banner .bannerbg {width:100%;height:100%;background:repeat-x center center;background-size: cover;position:absolute;left:0;top:0;}
.copy-right{position:absolute;bottom:10px;text-align:center;color: #000;width:100%;z-index: 999;}