@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
}

ul {
    list-style: none;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    font-size: 80%;
    line-height: 200%;
    color: #000000;
}

.clear {
    font-size: 0px;
    clear: both;
    line-height: 0px;
    height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    margin-top: 10px;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
}

img {
    border: none;
}

a {
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

a:link {
    TEXT-DECORATION: none;
}

a:visited {
    TEXT-DECORATION: none;
}

a:hover {
    TEXT-DECORATION: none;
}

a:active {
    TEXT-DECORATION: none;
}

ul, li {
    list-style-type: none;
}

/* header */
#header {
    /*border-bottom: 2px solid #e8e3dd;*/
}

#header .head_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header .logo {
    float: left;
    margin-right: 60px;
}

#header .arrow {
    display: none;
}

#header ul.head_link {
    float: right;
    margin-top: 45px;
}

#header ul.head_link li {
    background: url(../images/menubg.jpg) left center no-repeat;
    display: inline-block;
    padding: 0 8px 0 10px;
}

#header ul.head_link li.first {
    background: none;
}

#header ul.head_link li a {
    color: #8c6a55;
}

#header ul.head_link li a:hover {
    color: #432818;
}

#header ul.head_link a.cart {
    background: url(../images/c_shopcar.png) left center no-repeat;
    padding-left: 25px;
}

#header .city {
    margin-top: 15px;
    margin-left: 20px;
    position: relative;
    z-index: 99999;
}

#header .city span {
    color: #000000;
    line-height: 32px;
    xt-indent: 10px;
    display: inline-block;
    width: 200px;
    height: 32px;
    cursor: pointer;
    font-size: 32px;
}

.little {
    margin-top: 10px;
}

#header .city_item {
    width: 250px;
    padding: 8px 5px;
    border: 1px solid #a7846a;
    background: #fff;
    box-shadow: 0 0 5px #a7846a;
    position: absolute;
    top: 25px;
    left: 0;
}

#header .city_item p {
    color: #8c6a55;
}

#header .city_item a {
    color: #8c6a55;
    text-align: center;
    display: inline-block;
    width: 25%;
    margin-top: 5px;
}

#header .city_item a:hover {
    color: #8c6a55;
    background: #ebe1df;
}

/* nav */
#header #nav {
    float: left;
    margin-top: 45px;
    margin-left: -65px;
}

#header #nav ul {
}

#header #nav ul li {
    background: url(../images/menubg.jpg) left center no-repeat;
    display: inline-block;
    padding: 0 8px 0 10px;
}

#header #nav ul li.first {
    background: none;
}

#header #nav ul li a {
    color: #8c6a55;
}

#header #nav ul li a:hover {
    color: #432818;
}

#header #nav.on {
    display: block;
}

/* banner */
#banner {
    line-height: 0;
}

#banner img {
    width: 100%;
}

/* content */
#content {
    width: 1200px;
    /*padding: 20px 0;*/
    margin: 0 auto;
}

#content ul.list {

}

#content ul.list li {
    text-align: center;
    float: left;
    width: 100%;
}

#content ul.list li img {
    width: 100%;
}

#content ul.list li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#content ul.list li a:hover {
}

#content ul.list li a span {
    color: #fff;
    line-height: 170%;
    background: #000;
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 0;
    position: absolute;
    bottom: -50px;
    opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=30);
}

/* footer */
#footer {
    /*border-top: 1px solid #491903;*/
}

#footer .foot_box {
    width: 1200px;
    /*padding-top: 10px;*/
    margin: 0 auto;
}

#footer .foot_box a {
    color: #8c6a55;
}

#footer .foot_box a:hover {
    text-decoration: underline;
}

#footer .foot_box ul.foot_link {
    /*float: right;*/
    text-align: center;
}

#footer .foot_box ul.foot_link li {
    /*display: inline-block;*/
    padding: 0 8px 0 10px;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    margin-top: -5px;

}

#footer .foot_box ul.foot_link li a {
    font-family: 'SourceHanSansCN-Regular', sans-serif;

    color: #000000;
}

#footer .foot_box ul.foot_link li a:hover {
    text-decoration: underline;
}

#footer .foot_box ul.foot_link li.first {
    background: none;
}


#about {
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    padding-bottom: 10px;
}

#about .title {
    font-family: 'SourceHanSansCN-Regular', sans-serif;

    text-align: center;
    font-size: 36px;
    margin-top: 32px;
    color: #8c6a51;
}

#about .title::after {
    content: "";
    display: block;
    width: 90px;
    height: 2px;
    background-color: #eace48;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

#about .content{
    font-family: 'SourceHanSansCN-Regular', sans-serif;

    margin-top: 40px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: #000000;
}


@media (max-width:720px){
#header .head_box.flow .logo {
    line-height: 0;
    width: 120px;
    height: 48px;
}

#header .head_box.flow .logo img {
    width: 100%;
}


.little{
    font-family: 'SourceHanSansCN-Regular', sans-serif;
    font-size: 16px;
    margin-top: -5px;
}

#header .city span {
    color: #000000;
    line-height: 24px;
    display: inline-block;
    width: 200px;
    height: 20px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'SourceHanSansCN-Regular', sans-serif;
}

#header .head_box.flow .arrow {
    display: block;
    margin: 19px 10px 0 10px;
    float: right;
    cursor: pointer;
}

#header .head_box.flow ul.head_link {
    float: none;
    margin: 0;
}

#header .head_box.flow .city {
    float: right;
    margin-top: 15px;
    margin-left: 0;
    position: relative;
}

#header .head_box.flow .city_item {
    left: -206px;
}

#header .head_box.flow #nav {
    display: none;
    width: 102%;
    margin: 0;
    position: absolute;
    top: -500px;
    left: -1%;
    z-index: 9999;
}

#header .head_box.flow #nav ul {
    background: #000000;
    float: none;
}

#header .head_box.flow #nav ul li {
    background: none;
    display: block;
    padding: 0;
}

#header .head_box.flow #nav ul li a {
    color: #fff;
    background: #000000;
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #fff;
}

#header .head_box.flow #nav ul li a:hover {
    color: #000000;
    background: #fff;
    border-bottom: 1px solid #000000;
}

#header .head_box.flow #nav ul li a.cart {
    background: url(../images/c_shopcar_o.png) 10px center no-repeat;
    padding-left: 40px;
}

#header .head_box.flow #nav ul li a.cart:hover {
    background: url(../images/c_shopcar_o_o.png) 10px center no-repeat #fff;
}

#header .head_box.flow #nav.on {
    display: block;
    top: 52px;
}

#header .head_box.flow #footer .foot_box {
    width: 98%;
}

#header .logo{
    margin-right: 0;

}
#header .head_box.flow .city{
    float: unset;
}

#about{
    width: 100%;
}

#about .content{
    margin-top: 15px;
    padding: 0px 15px;
    font-size: 18px;
    text-align: left;
    text-indent: 36px;
    line-height: 32px;

}

#about .title{
    text-align: center;
    font-size: 30px;
    margin-top: 0px;
    color: #000000;
}

.foot_link{
    text-align: center;
    margin: 0 auto;
}

#about .title::after{
    margin-top: 15px;
}



}





