@charset "utf-8";

/*全局样式*/

body {
    font-family: "微软雅黑";
    font-size: 14px;
    background: #f2f2f2;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #015293;
    text-decoration: none;
}

.mainBox {
    width: 1100px;
    margin: 0 auto;
    clear: both;
    position:relative;
}

.bgwhite {
    background: #fff;
}

.clearfix {
    display: block;
    clear: both;
    zoom: 1;
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.blank40 {
    height: 40px;
    display: block;
    clear: both;
}

.blank20 {
    height: 20px;
    display: block;
    clear: both;
}

.blank10 {
    height: 10px;
    display: block;
    clear: both;
}
/*全局样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0; color:#2b2b2b;}
table,td,tr,th{font-size:15px;}
li{list-style-type:none;list-style:none;}
table{ margin:0 auto;border-spacing:0; border-collapse:collapse; }
img{border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}   
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}   
a {color:#2b2b2b;text-decoration:none;}
a:hover {color:#ba2636;text-decoration:none;}
.left{ float:left;}
.right{ float:right;}
.blank5 {clear:both; height:5px; overflow:hidden; display:block;}
.blank6 {clear:both; height:6px; overflow:hidden; display:block;}
.blank7 {clear:both; height:7px; overflow:hidden; display:block;}
.blank8 {clear:both; height:8px; overflow:hidden; display:block;}
.blank9 {clear:both; height:9px; overflow:hidden; display:block;}
.blank12 {clear:both; height:12px; overflow:hidden; display:block;}
.blank15 {clear:both; height:15px; overflow:hidden; display:block;}
.blank18 {clear:both; height:18px; overflow:hidden; display:block;}
.blank18 {clear:both; height:18px; overflow:hidden; display:block;}
/*.footer{ background-color: #fff; width: 1060px; margin: 0 auto; padding:20px;}*/
.footer .bot{ text-align: center; line-height: 25px; }