@charset "utf-8";
body{color:#545252;font-size:12px;font-family:"微软雅黑";}
a{color:#545252;text-decoration:none;}
a:hover{color:#006acd;text-decoration:none;}
ul,li{list-style:none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, form, textarea, p, blockquote, th, td,a,img{padding:0;margin:0;border:0;}
.clear{clear:both;}
.hidden{display:none;}
em,i{font-style:normal;}
input{font-size:12px; font-family:"微软雅黑";}

.container{ margin:auto; min-width:1200px; width:100%;}
.content,.theBox,.kuang{ margin:auto;width:980px;}

/********横幅********/
.theBanner{ margin:auto; height:328px; width:980px;}
.banner{width:980px; margin:auto;overflow:hidden;height:328px;position:relative;}
.banner .banList{position:absolute;left:0;height:328px;}
.banner .banList li{height:328px;opacity:0;position:absolute;atransform:scale(0);atransition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banner img{ height:328px; width:980px;}
.banner .banList li.active{opacity:1;transform:scale(1);z-index:2;}
.banner .fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px;}
.banner .jsNav{text-align:center;}
.banner .jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.banner .jsNav a.current{background:#fc8f0f;cursor:pointer;}

/********footer********/
.footer{  color:#999; padding-bottom:20px;}
.footer a{ color:#006acd;}
.footer .theCol1{ border-bottom:1px solid #c9c9c9; margin:25px 0 10px 0; padding-bottom:5px; line-height:20px;}
.footer .theCol1 .theLeft{ float:left; width:490px;}
.footer .theCol1 .theLeft a{ margin:0 3px}
.footer .theCol1 .theRight{ float:right; margin-right:40px; position:relative; width:auto;}
.footer .theCol1 .theRight .footerNav{ color:#d0d0d0; text-align:right;}
.footer .theCol1 .theRight .footerNav a{ margin-right:5px; margin-left:5px;}
.footer .theCol1 .theRight .scrollTop{ position:absolute; right:-40px; bottom:0;}
.footer .authentication{ text-align:right;}
.footer .authentication a{ margin-left:15px;}