﻿body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body {
    background: #fff;
    color: #000;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

input {
    font-family: 微软雅黑;
}

.clear {
    clear: both;
}

img {
    border: 0 none;
    display: inline-block !important;
    max-width: 100%;
}

a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #b68e6c;
        text-decoration: none;
    }

ul, li {
    list-style-type: none;
}

del {
    color: #999999;
}
.footer{background:#000;width:100%;padding:50px 0 0 0;color:#fff;line-height:1;}
.footer_m{width:1200px;margin:0 auto;text-align:center;}
.footer_tit01{font-size:26px;font-style:italic;}
.footer_tit02 {
    font-style: italic;padding:10px 0;
}
.footer_tit03{padding:0 0 40px 0;line-height:1.5;}
.footer_logo {
    display: inline-block;
    border: solid 2px #907b69;margin-bottom:60px;
}
.footer_logo img {
    width: 160px;margin:10px;
}
/*手机样式*/
@media screen and (max-width:768px) and (min-width: 320px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font-size: 14px;
    }
}
