/*Reset Css*/
body{font-family:Microsoft YaHei;margin:0;padding:0;background:#FFF;font-size:12px;color:#000;/*font:italic bold 14px/1.5 Arial, Helvetica, sans-serif;*/}
html,body{height:100%;margin:0px;padding:0px;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
ol,ul{list-style:none;} 
caption,th{text-align:left;} 
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
article,header,footer,aside,canvas,details,figcaption,figure,hgroup,menu,nav,section,summary,time{display:block;}

/* Link */
a{ cursor:pointer; color:#777; }
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}

/* Color */
.cRed,a.cRed:link,a.cRed:visited{color:#c62222;}
.cGray,a.cGray:link,a.cGray:visited{color:#4F544D;}
.cWhite,a.cWhite:link,a.cWhite:visited{color:#fff;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
.fline,a.fline:link,a.fline:visited{text-decoration:underline; }
a.fline:hover{text-decoration:none;}

/* Font */
.fb{font-weight:700;}
.fn{font-weight:normal;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}

/* clearfix*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clearfix { *zoom: 1; }

/* Other */
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clear{clear:both; height:0px; line-height:0px; font-size:0px; padding:0px; margin:0px;}
.hidden{display:none;}
.t_l{text-align:left;}
.t_r{text-align:right;}
.t_m{text-align:center;}
.blank{clear:both;display:block;font-size:1px;height:9px;overflow:hidden;}

.dn{ display:none; }


#banner{margin:0 auto; width:1000px; height:320px; overflow:hidden;}


.eui_switchable{width:1000px;height:362px;position:relative;}
.eui_switchable .sc_container{width:1000px;height:362px;position:relative;overflow:hidden;}
.eui_switchable .sc_container ul{width:1000px;height:362px;margin:0;padding:0;list-style:none;}
.eui_switchable li{width:1000px;height:362px;overflow:hidden;}
.eui_switchable li img{border:0;}
.eui_switchable .sc_index{position:absolute;right:12px;bottom:55px;z-index:3;}
.eui_switchable .sc_index a{float:left;width:10px;height:10px;line-height:10px;margin-left:2px;background:#fff;opacity:0.7;filter:alpha(opacity=70);cursor:pointer;text-indent:-999em;overflow:hidden;}
.eui_switchable .sc_index .current{background-color:#3498f0;opacity:1;filter:alpha(opacity=100);}
.eui_switchable .sc_prev,
.eui_switchable .sc_next{position:absolute;top:50%;margin-top:-29px;display:block;width:40px;height:58px;background:url(../images/arrow.png) no-repeat 0 0;text-indent:-999em;overflow:hidden;opacity:0.5;filter:alpha(opacity=50);border:2px solid #555;}
.eui_switchable .sc_prev{left:10px;}
.eui_switchable .sc_next{right:10px;background-position:-46px 0;}
.eui_switchable .sc_prev:hover,
.eui_switchable .sc_next:hover{opacity:0.8;filter:alpha(opacity=80);}