* {
    /* margin: 0; */
    /* padding: 0; */
    /* box-sizing: border-box; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin:0 0;
}

p {
    text-align: justify;
    font-size: 16px;
    text-indent: 2em;
}

em,
i {
    font-style: normal;
}

ul,
li {
    /* padding: 0; */
}

li {
     list-style: none; 
}

img {
    /* width: 100%; */
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

span {
    font-size: 16px;
}

a:hover {
    /*color: #780917;*/
    background-color: #780917;
}

a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

/*a:hover {
    color: #780917;
}*/

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}

body {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    /* text-align: center; */
    background-color: #fff;
    background: url(../images/dbj.png) no-repeat scroll /*center*/;
   /* width: 1200px;*/
   /* overflow: hidden;*/
    font: 16px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #595959;
}
@media only screen and (max-width: 768px){
    body{
        width:1200px;
    }
}
@media only screen and (min-width: 768px){
    body{
        width:100%;
    }
}

/* .zizhi_biaotou_box{
    height: 180px;
} */


/* .zizhi_biaotou{
    margin: 80px auto 40px;
} */