@charset "utf-8";
/* CSS Document */
/* 
 *
 *  @description: 基础样式清零、头部、底部 
 *  @author: zyc 
 *  @update: name (2016-08-23)
 *  Copyright ambuf. All Rights Reserved.
 *
 */
body{margin:0;padding:0;background:#ffffff;line-height: 1.7em;font-family: "微软雅黑";}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,button{padding:0; margin:0;font-family: "微软雅黑";}
ul,ol,li{list-style:none;}
table{text-align:left;}
p{line-height:18px;}
hr{border:#000 0 solid;border-top:#c3c3c3 1px solid;height:0;}
img,fieldset{border:0;}
a,select,img,input,span,textarea{vertical-align:middle;}
a,span{display:inline-block;}
a{text-decoration: none; color: #424242;}
a:hover{text-decoration: none; color: #005bac;}
address,em{font-style:normal;}
.clearit{clear:both;font-size:1px;height:1px;}
.relative{position:relative;}
.absolute{position:absolute;}
.textLeft{text-align:left;}
.textCenter{text-align:center;}
.textRight{text-align:right;}
.tabFixed{table-layout:fixed;}
.tabAuto{table-layout:auto;}
.left{float: left;}
.right{float: right;}
table{border-collapse:collapse;}
.c:after{content:"\0020";height:0;display:block;clear:both;}
.c{zoom:1;}
.fl{float: left}
.fr{float: right;}
dl,dd{margin:0;}
.minWidth{
	min-width: 1200px;
}
*, *::before, *::after {
    box-sizing: border-box;
}