/*----------css初始化--------*/
@charset "utf-8";
html,body,h1,h2,h3,h4,div,dl,dt,dd,ul,li,p,table,input,button{margin:0;padding:0;list-style:none;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
html,body,img{border:0;}
li{list-style:none;}
h1,h2,h3,h4{font-size:100%;}
a,a:hover{text-decoration:none;}
body,textarea,input,button{font:12px/1.14 "dqS";color:#333;outline:0;}
body {font-family:"微软雅黑",Arial,Helvetica,sans-serif;}
a:hover{opacity:1;}
a{opacity:.9;}
input,button{outline:none;cursor:pointer;border:none;background:none;}
input[type="text"]{cursor:text;}
*{box-sizing:border-box;}
h1,h2,h3,div,dl,dt,dd,ul,li,p,span,a{word-break:break-all;}
a{color:inherit;cursor:pointer;}
.outerBox{width:auto;margin:0 auto;min-width:990px;background:#ffffff;}
.footer{padding:30px 0;text-align:center;color:#4A4A4A;line-height:24px;background:#F4F4F4;}
.footer>li:first-child>a{font-size:14px;color:#CE232A;vertical-align:middle;}
.footer a{color:#990000;}
.footer a:hover,.footer>li:first-child>a:hover{color:#FF0000;text-decoration:none;}

