/*css 初始化样式------------------------------ */
@charset "UTF-8";
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
input,
ol,
p,
pre,
table,
td,
textarea,
th,
tr,
img,
nav,
figure,
header,
footer,
article,
section,
aside,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: 0;
    border: 0;
}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;  /*清除元素的内外边距*/
    font-family: "微软雅黑";
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;  /*外面环绕线*/
}
html,body{
    width:100%;
    min-width:1200px;
    overflow-x:hidden;
    background-color: #f9f9f9;
}
body{
    background: url("../img/body-bg.png") no-repeat;
    background-position: bottom;
    background-color: #b72600;
}
ul, ol {
    list-style: none;
}

/*去掉原样式中的小黑点*/
input {
    padding-top: 0;
    padding-bottom: 0;
    /*font-family: "SimSun", "宋体";  /!*字体的自动识别*!/*/
}

select, input {
    vertical-align: middle;
}

/*输入字居中显示*/
select, input, textarea {
    /*font-size: 12px;*/
    margin: 0;
}

/**/
textarea {
    resize: none;  /*不可以随意拖动*/
}
[v-cloak]{
	display: none;
}
/*防止拖动*/
img {
    border: 0;
    vertical-align: middle; /*  去掉图片底部默认的3像素空白缝隙*/
}

table {
    border-collapse: collapse; /*合并外连线*/
}


/*.clearfix:before, .clearfix:after {*/
    /*/!*清除浮动，最好最标准的写法*!/*/
    /*content: "";*/
    /*display: table;*/
/*}*/

.clearfix:after{
    content:"";
    height:0;
    line-height:0;
    display:block;
    clear:both;
    visibility:hidden;
}
.clearfix{
    zoom:1;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s, i, em {  /*一般是起装饰作用*/
    font-style: normal;  /*去掉原有的样式*/
    text-decoration: none;  /*去掉下划线或是删除线*/
}
/*.clear{*/
    /*clear:both;*/
/*}*/
.center{
    width:1600px;
    margin:0 auto;
}


.headBox{
    width: 100%;
}
.headBox .headCen{
    width: 100%;
    height: 540px;;
    margin: 0 auto;
    background: url("../img/banner.png") no-repeat;
    background-position: center top;
    background-color: #b72600;
}
