body {
    font-family:  , \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, Arial, Lucida, Verdana, Helvetica, sans-serif;
    color: #555;
    background-color: #F1F1F1;
    min-width: 320px;
}

body,
button,
input,
textarea {
    font-size: 12px !important;
    line-height: 1.531;
    outline: none;
    margin: 0;
    padding: 0;
    border: 0;
}

p,
ul,
ol,
dl,
dt,
dd,
form,
blockquote {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: middle;
    border: 0;
}

label {
    cursor: pointer;
}


/* 主体框架
----------------------------------------------- */

#wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    max-width: 640px;
    background-color: #fff;
    overflow: hidden;
}


/* -- header -- */

#header {
    zoom: 1;
    height: 65px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

#header a {
    color: #FFF;
}

#index {
    margin-top: 65px;
}

.caseList img {
    width: 100%;
}

#header em {
    line-height: 66px;
    color: #000;
}

.link {
    background: #eeeeee;
    border-bottom: 1px solid #d7d6d6;
    width: 91%;
    margin: 0 auto;
    padding: 15px 0;
}

.link strong {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}

#header .logo {
    float: left;
}

#header .logo img {
    vertical-align: middle;
    width: 160px;
    margin-top: 13px;
    margin-left: 10px;
}

#header a {
    width: 45px;
    height: 65px;
}

#header a.home {
    float: left;
    background: url(../images/icon_head.png) no-repeat 7px center;
}

#header a.siteMap {
    float: right;
    background: url(../images/icon_head.png) no-repeat -38px 20px;
}

#header a.order {
    float: right;
    background: url(../images/icon_head.png) no-repeat -90px top;
}

#header .topSearch {
    float: left;
    width: 68%;
    margin: 22px 0 0 8px;
}

#header .topSearch .searchBox {
    border: 1px solid #FFF;
    text-align: left;
}


/* -- mainNav -- */

#mainNav {
    font-size: 13px;
}

#mainNav ul {
    zoom: 1;
    overflow: hidden;
    padding: 20px 5px 15px 5px;
}

#mainNav li {
    width: 24%;
    display: inline-block;
    margin-bottom: 10px;
}

#mainNav li a {
    display: block;
    text-align: center;
    line-height: 55px;
}

#mainNav li a.last {
    border-right: none;
}


/* 首页样式
----------------------------------------------- */


/* -- 幻灯 -- */

.slideShow {
    position: relative;
    padding: 0;
    *zoom: 1;
}

.slideShow .slideBox {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.slideShow .slideBox .slides img {
    max-width: 100%;
    display: block;
}


/* -- slideLoading -- */

.slideShow .slideLoading {
    min-height: 50px;
    background: url(../images/slide_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* -- previous 和 next 按钮 -- */

.slideShow .arrowBox a {
    z-index: 50;
    font-family: \5b8b\4f53, sans-serif;
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    bottom: 50%;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
}

.slideShow .arrowBox a.disabled {
    display: none;
}

.slideShow .arrowBox .arrowPrev {
    left: 20px;
}

.slideShow .arrowBox .arrowNext {
    right: 20px;
}

.slideShow .arrowBox a:hover {
    background-color: rgba(50, 50, 50, .6);
}


/* -- controlBox -- */

.slideShow .controlBox {
    z-index: 30;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.slideShow .controlBox .control {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.slideShow .controlBox.controlDefault a {
    background: url(../images/tk1.png) no-repeat center center;
    overflow: hidden;
    width: 15px;
    height: 15px;
    clear: none;
    display: block;
    line-height: 20px;
    margin-right: 10px;
    color: #000;
    border-radius: 100%;
    text-indent: -99999px;
    background-size: 80%;
}

.slideShow .controlBox.controlDefault a:hover,
.slideShow .controlBox.controlDefault a.active {
    background: url(../images/tk2.png) no-repeat center center;
    background-size: 100%;
}


/* 首页样式
----------------------------------------------- */


/* -- 幻灯 -- */

.slideShow1 {
    position: relative;
    *zoom: 1;
}

.slideShow1 .slideBox {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.slideShow1 .slideBox .slides1 img {
    max-width: 100%;
    display: block;
}


/* -- slideLoading -- */

.slideShow1 .slideLoading {
    min-height: 50px;
    background: url(../images/slide_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* -- previous 和 next 按钮 -- */

.slideShow1 .arrowBox a {
    z-index: 50;
    font-family: "宋体";
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 25px;
    height: 40px;
    bottom: 50%;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 32px;
    background: #000;
    opacity: 0.5;
}

.su_l {
    background: #fff;
    width: 100%;
    padding-bottom: 15px;
}

.su_l img {
    width: 50%;
    display: block;
    margin: 0 auto;
}

.gh {
    width: 100%;
    position: relative;
    /* height: 69px; */
    /* overflow: hidden; */
    background: #fff;
}

.gh img {
    max-width: 100%;
    margin-top: -15%;
}

.join {
    overflow: hidden;
    padding: 25px 20px 0 20px;
    background: #fff;
    text-align: center;
}

.join_us img {
    width: 20%;
}

.join .p1 {
    overflow: hidden;
    padding: 15px 20px 0px 20px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.join .p2 {
    font-size: 12px;
    color: #8f8e8e;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.join .p3 {
    color: #333;
}

.join .p4 {
    font-size: 12px;
    padding-bottom: 10px;
}

.join .hf img {
    display: block;
    margin-bottom: 20px;
    max-width: 100%
}

.slideShow1 .arrowBox a.disabled {
    display: none;
}

.slideShow1 .arrowBox .arrowPrev {
    left: 10px;
}

.slideShow1 .arrowBox .arrowNext {
    right: 10px;
}


/* -- controlBox -- */

.slideShow1 .controlBox {
    z-index: 30;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.slideShow1 .controlBox .control {
    display: none;
    *zoom: 1;
    *display: inline;
}

.slideShow1 .controlBox.controlDefault a {
    width: 15px;
    height: 15px;
    clear: none;
    display: block;
    background: #fff;
    margin-left: 7px;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
}

.slideShow1 .controlBox.controlDefault a:hover,
.slideShow1 .controlBox.controlDefault a.active {
    background: #df2026;
    color: #fff;
}


/* -- indexSearch -- */

#indexSearch {
    background-color: #EEEEEE;
    height: 30px;
    padding: 10px;
}

#indexSearch .searchBox {
    border: 1px solid #DDDDDD;
}


/* page
----------------------------------------------- */

#page {
    padding-bottom: 30px;
    background-color: #FFF;
}

#page h1 {
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 10px 10px;
}

#page .content {
    color: #878787;
    line-height: 200%;
    padding: 10px;
}

#page .content img {
    max-width: 100%;
}


/* productList
----------------------------------------------- */

.productList {
    font-size: 13px;
    zoom: 1;
    overflow: hidden;
    padding-bottom: 25px;
    text-align: center;
}

.productList dl {
    width: 48%;
    display: inline-block;
}

.productList dd {
    text-align: left;
    padding-top: 10px;
}

.link a {
    color: #545252;
    margin-right: 10px;
}

.productList dd.clearBorder {
    border-right: none;
    text-align: right;
}

.productList dd .img { padding-bottom:72%; position:relative;}
.productList dd .img img{ width:100%; height:100%; object-fit:cover; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}

.productList dd .name {
    text-align: center;
    margin-bottom: 6px;
}

.productList dd .price {
    text-align: center;
    margin: 0;
    color: #e61d4c;
    font-size: 12px;
}


/* product
----------------------------------------------- */

#product {
    padding-bottom: 0;
    background-color: #FFF;
}

#product .img {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px;
    text-align: center;
}

#product .info {
    padding: 10px;
    line-height: 180%;
}

#product .info h1 {
    font-size: 16px;
    color: #333333;
}

#product .info .defined {
    color: #999999;
    padding: 5px 0;
}

#product .info .price {
    color: #FF0000;
    font-size: 16px;
}

#product .info .btnBuy {
    margin-top: 20px;
}

#product .info .btnBuy .addToCart {
    background: #19B4EA url(../images/btn_addtocart.png) no-repeat 20px 50%;
    color: #FFFFFF;
    padding: 8px 25px 8px 50px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    -webkit-appearance: none;
}

#product .info .tel {
    margin-top: 20px;
    zoom: 1;
    overflow: hidden;
    line-height: 35px;
    background-color: #19B4EA;
    font-weight: bold;
    font-size: 14px;
}

#product .info .tel dt {
    float: left;
    width: 82px;
    height: 35px;
    text-align: right;
    padding-right: 3px;
    background-color: #E0E0E0;
    color: #333;
}

#product .info .tel dd {
    float: left;
    width: 150px;
    height: 35px;
    color: #FFF;
    padding-left: 10px;
}

#product .info .tel dd a {
    color: #FFF;
}

#product .content {
    padding: 15px 0;
}

#product .content img {
    max-width: 100%;
}

#product .content h3 {
    height: 35px;
    line-height: 35px;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    padding-left: 10px;
}

#product .content ul {
    padding: 10px;
    color: #888888;
    line-height: 200%;
}


/* articleList
----------------------------------------------- */

.articleList {
    background-color: #FFF;
}

.articleList dl {
    border-top: solid #ccc 1px;
    padding: 13px;
}

.articleList dl:last-child {
    border-bottom: solid #ccc 1px;
}

.articleList dt {
    margin-bottom: 5px;
    font-size: 13px;
}

.articleList dd {
    color: #999999;
}

.articleList dd em {
    margin-right: 8px;
}


/* article
----------------------------------------------- */

#article {
    padding-bottom: 30px;
    background-color: #FFF;
}

#article h1 {
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 10px;
    color: #bd8f5c;
    margin: 0;
    line-height: 25px;
}

#article .info {
    padding: 10px;
    color: #999999;
    font-size: 13px;
}

#article .content {
    color: #878787;
    line-height: 200%;
    padding: 10px;
}

#article .content img {
    width: 100% !important;
    height: auto !important;
}

.articleList a {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.articleList .c-b-1 {
    padding: 0 10px;
}


/* 站点地图
----------------------------------------------- */

#catalog {
    zoom: 1;
    overflow: hidden;
}

#catalog li a {
    display: block;
    background: #FFF url(../images/icon_arrow_right.png) no-repeat right center;
    border-bottom: 1px solid #EEE;
    line-height: 50px;
    height: 50px;
    padding-left: 10px;
}


/* 提示信息
----------------------------------------------- */

#douMsg {
    text-align: center;
    padding: 50px 0;
    background-color: #FFF;
}

#douMsg dt {
    color: #0072C6;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

#douMsg dd {
    color: #666;
}

#douMsg dd .back {
    display: block;
    width: 100px;
    line-height: 30px;
    background-color: #19B4EA;
    color: #FFF;
    margin: 30px auto;
}


/* 全局样式
----------------------------------------------- */


/* -- common -- */

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.c-ht {
    display: none;
}

.none {
    display: none;
}

#vcode {
    cursor: pointer;
}

.cue {
    color: red;
    margin-bottom: 0;
    font-size: 12px;
}

.fixex {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%;
}


/* -- form -- */

.formBasic .btn {
    display: inline-block;
    background-color: #bd8f5c;
    color: #EEE;
    padding: 8px 5px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    width: 97%;
    border: 1px solid #bd8f5c;
}

.btnGray {
    display: inline-block;
    border: 1px solid #CCCCCC;
    color: #555555;
    padding: 6px 5px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
    width: 97%;
}

.btnMini {
    display: inline-block;
    border: 1px solid #CCCCCC;
    color: #555555;
    padding: 4px 20px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
}

.btnRed {
    border: 1px solid #e4393c;
    color: red;
}

.btnPayment {
    display: inline-block;
    background-color: red;
    color: #FFF;
    padding: 4px 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    -webkit-appearance: none;
}

#guestBook {
    margin-top: 65px;
}


/* -- input -- */

.formBasic .textInput {
    padding: 8px 5px;
    border: 1px solid #DDDDDD;
    font-size: 14px !important;
    -webkit-appearance: none;
    width: 97%;
    height: auto;
    line-height: normal;
    border-radius: 0;
    margin-bottom: 0;
}

.textArea {
    padding: 8px 5px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    -webkit-appearance: none;
    width: 95%;
}

.textAreaAuto {
    border: 1px solid #DDDDDD;
    padding: 0;
    font-size: 12x;
    line-height: 20px;
    resize: none;
    min-height: 40px;
    -webkit-appearance: none;
    width: 96%;
}


/* -- incBox -- */

.incBox {
    background-color: #FFF;
}

.incBox h3 {
    font-weight: normal;
    font-size: 18px;
    color: #be001e;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #be001e;
}

.incBox h3 .more {
    float: right;
    font-size: 13px;
    color: #be001e;
    line-height: 28px;
}


/* -- searchBox -- */

.searchBox {
    position: relative;
    background-color: #FFF;
    height: 28px;
    padding-left: 10px;
}

.searchBox .keyword {
    width: 90%;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin: 4px 0;
}

.searchBox .btnSearch {
    position: absolute;
    right: 0;
    border: 0;
    background: #E0E0E0 url(../images/btn_search.gif) no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -999px;
    cursor: pointer;
}


/* -- tree -- */

.treeBox {
    zoom: 1;
    overflow: hidden;
    padding: 10px 5px;
    background-color: #FFF;
    margin-top: 65px;
}

.treeBox a {
    display: block;
    float: left;
    margin: 5px;
    border: solid #EEEEEE 1px;
    padding: 3px 6px;
}

.treeBox a.cur {
    background-color: #bd8f5c;
    color: #FFF;
    border: solid #FFF 1px;
}


/* tableBasic */

.tableBasic {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #FFF;
}

.tableBasic dl {
    overflow: hidden;
    zoom: 1;
    padding: 3px 0;
    height: 20px;
}

.tableBasic dl dt {
    float: left;
    width: 70px;
}

.tableBasic dl dd {
    margin-left: 70px;
}


/* formBasic */

.formBasic {
    font-size: 13px;
    padding: 15px 10px;
    background-color: #FFF;
}

.formBasic dl {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 15px;
}

.formBasic dl dt {
    margin-bottom: 3px;
}

.formBasic dl dd label {
    margin-right: 25px;
    line-height: 38px;
}

.formBasic dl .captcha {
    text-transform: uppercase;
    width: 100px;
}

.formBasic dl .select {
    height: 38px;
}


/* -- urHere -- */

.urHere {
    background-color: #EEE;
    color: #555;
    padding: 10px;
    margin-top: 65px;
    font-size: 15px;
}

.urHere b {
    margin: 0 8px;
}


/* -- pager -- */

.pager {
    text-align: center;
    padding: 10px;
    background-color: #FFF;
    margin-top: 1px;
}

.pager a,
.pager span,
.pager em {
    display: inline-block;
    color: #525252;
    padding: 0 15px;
    line-height: 36px;
}

.pager em {
    color: #AAAAAA;
}


/* footer
----------------------------------------------- */

#footer {
    background-color: #FFF;
}

#footer .goTop {
    display: block;
    margin: 0 auto 6px auto;
    width: 60px;
    text-align: center;
    background: url(../images/icon_gotop.png) no-repeat center 2px;
    padding-top: 9px;
}

#footer ul {
    background-color: #fff;
    padding: 35px 10px 10px 10px;
    text-align: center;
    color: #333;
}

#footer a {
    color: #555555;
}

#footer li {
    padding: 5px 0;
}

#footer .footNav a {
    margin: 0 5px;
    color: #0072C6;
}

#footer .powered {
    font-size: 12px;
    color: #333;
    display: block;
    border-top: 1px solid #d7d6d6;
    padding: 0;
    padding-top: 10px;
}

.global-nav--current {
    left: 0;
}

.global-nav {
    /* position: fixed; */
    /* left: -100%; */
    bottom: 0;
    z-index: 1013;
    display: -webkit-box;
    display: run-in;
    display: -ms-flexbox;
    width: 100%;
    /* display: flex; */
    /* -webkit-transition: all .5s ease; */
    /* transition: all .5s ease; */
}

.global-nav__nav-wrap {
    display: inline-block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 60px;
    background-color: #3e3e3e;
}

.global-nav__nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    background: #3e3e3e;
}

#footer {
    margin-bottom: 57px;
}

.global-nav__nav-link {
    position: relative;
    display: block;
    height: 53px;
    padding-top: 7px;
    text-align: center;
    white-space: nowrap;
    color: #333;
}

.global-nav__iconfont {
    font-size: 24px;
    font-style: normal;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.global-nav__nav-tit {
    display: block;
    font-size: 12px;
    color: #fff;
}

.global-nav__icon-index {
    background: url(../images/t1.png) no-repeat;
    background-size: 100% 100%;
}

.global-nav__icon-category {
    background: url(../images/t2.png) 0px 3px no-repeat;
    background-size: contain;
    width: 34px;
    height: 25px;
}

.global-nav__icon-search {
    background: url(../images/t3.png) 0 3px no-repeat;
    background-size: contain;
    width: 23px;
}

.global-nav__icon-shop-cart {
    background: url(../images/t4.png) 0 4px no-repeat;
    background-size: contain;
    width: 22px;
}

.articleLists {
    padding: 10px 10px;
}

.articleLists ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 10px;
}

.articleLists ul li:last-child {
    border-bottom: none;
}

.article_lf {
    float: left;
    width: 40%;
    height: 100px;
}

.article_lf img {
    width: 100%;
    height: 100%;
}

.article_rf {
    float: right;
    height: 100px;
    width: 60%;
}

.article_rf .tt {
    color: #383838;
    font-size: 13px;
    line-height: 11px;
    margin-bottom: 7px;
    display: inline-block;
    width: 100%;
}

.article_rf span {
    display: block;
    padding-left: 5px;
}

.article_rf .ct {
    color: #8a8989;
    font-size: 12px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

.article_rf .gt {
    color: #be001e;
    font-size: 12px;
    margin-top: 9px;
}

.article_rf .gt .more {
    float: left;
    padding-left: 0;
}

.article_rf .gt .times {
    float: right;
    color: #999999;
    background: url(../images/times.jpg) 0px 2px no-repeat;
    width: 82px;
    text-align: right;
}

.menu-wrapper {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 998;
    text-align: center;
    background-color: #333;
    width: 100%;
}

.menu-wrapper.hidden {
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    z-index: -1;
    display: none;
}

@-webkit-keyframes fadeOutUp {
    20% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    20% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.menu {
    width: 100%;
}

.menu .mui-table-view-inverted {
    color: gray;
    font-size: 19px;
    overflow: hidden;
}

#menu .mui-table-view-cell {
    width: 50%;
    float: left;
    height: 60px;
    line-height: 35px;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
}

.menu .mui-table-view-inverted .mui-table-view-cell:after {
    height: 2px;
    left: 0;
    right: 0;
}

.mui-table-view-cell>a:not(.mui-btn) {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit;
}

#menu .mui-table-view-cell a {
    width: auto;
    height: auto;
}

.menu-open {
    height: 100%;
    width: 100%;
}

.menu-wrapper.mui-active,
.menu-wrapper.mui-active .menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mui-ios .mui-table-view-cell {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fade-in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bounce-in-down {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fade-out-up {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

.menu-open .menu-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 990;
    background-color: #000000;
}

.menu-backdrop {
    display: none;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounce-in-down {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes fadeInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.fade-in-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.k-p-l {
    padding: 20px 10px;
}

.k-p-l .title {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecdcd;
}

.recommd_product {
    border-top: 1px solid #cecdcd;
    padding-top: 10px;
}

.recommd_product p {
    color: #333;
}

.recommd_product ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.recommd_product ul img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.recommd_product ul span {
    display: block;
    background: #f5f5f5;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-shadow: -1px 1px 7px #ddd;
}

.vmore {
    display: block;
    border: 1px solid #bfbebf;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #838181;
    text-align: center;
    margin: 0 auto;
}

.index_product {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    background: #fff;
}

.index_product .c3 {
    zoom: 1;
    padding: 15px 0 0 0;
    text-align: center;
}

.p-b-m {
    display: block;
    width: 100%;
}

.p-b-m li {
    display: block;
    width: 50%;
    float: left;
    height: 81px;
}

.p-b-m li img {
    display: block;
    width: 100%;
    height: 100%;
}

.su_r {
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0;
}

.su_r img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.index_product .c4 li {
    width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 1px 7px -2px #999595;
}

.index_product .c4 li:nth-child(2n) {
    margin-right: 0;
}

.index_product .c3 li a {
    display: block;
    text-align: center;
    line-height: 55px;
}

.index_product .c4 li img {
    width: 100%;
}

.index_product .c4 li a span {
    padding-top: 10px;
    font-size: 12px;
    color: #000;
}

.index_product .c3 li a span {
    display: block;
    max-width: 100%;
    height: 35px;
    overflow: hidden;
    line-height: 20px;
}

.index_product .c3 li a p {
    display: block;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #8a8888;
}

.b-j-1 {
    font-size: 18px;
    text-align: center;
    color: #000;
    padding: 25px 0 5px 0;
}

.b-j-2-7 {
    font-size: 14px;
    color: #484848;
    text-align: center;
}

.b-j-3 {
    display: block;
    background: #bd8f5c;
    width: 65px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin: 10px auto 25px auto;
    border-radius: 3px;
    line-height: 24px;
}

.u-a-1 {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.u-a-1 img {
    max-width: 100%;
}

.b-j-2 {
    font-size: 14px;
    color: #6f6f6f;
    border: 1px solid #dcdcdc;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 10px auto;
    width: 129px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.f-j-2 {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}

.b-o-1 {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px;
}

.f-j-2 img {
    width: 100%;
}

.l-j-1 a {
    display: block;
    width: 49%;
    float: right;
    margin-bottom: 1px;
}

.l-j-1 a:first-child {
    width: 49%;
    float: left;
}

.l-j-1 a img {
    width: 100%;
}

.u-a-1 p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.l-j-1 {
    padding: 10px 10px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.u-a-1 span {
    display: block;
    font-size: 12px;
    color: #8a8787;
    position: relative;
}

.u-a-1 span:before {
    content: '';
    width: 34%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    top: 9px;
    left: 0;
}

.h-b-s {
    padding: 0 10px;
    overflow: hidden;
}

.h-b-s a {
    display: block;
    float: left;
    width: 49%;
}

.h-b-s a img {
    width: 100%;
}

.h-b-s a:last-child {
    float: right;
}

.u-a-1 span:after {
    content: '';
    width: 34%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    top: 9px;
    right: 0;
}

.slideShow .slideBox .slidess img {
    max-width: 100%;
    display: block;
}

.slideShow_1 .hasControl .controlDefault {
    display: none;
}

.slideShow .slideBox .slidesss img {
    max-width: 100%;
    display: block;
}

.slideShow_2 .controlBox {
    display: none;
}

.slideShow_1 .controlBox {
    text-align: right;
    padding-right: 10%;
    bottom: 5px;
}

.slideShow_1 .controlBox.controlDefault a {
    width: 10px;
    height: 10px;
    clear: none;
    display: block;
    background: none;
    margin-left: 7px;
    border-radius: 100%;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-indent: -99999px;
    border: 1px solid #fff;
}

.slideShow_1 .controlBox.controlDefault a:hover,
.slideShow_1 .controlBox.controlDefault a.active {
    background: #fff;
}

.slideShow_2 .arrowBox a {
    z-index: 50;
    font-family: \5b8b\4f53, sans-serif;
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    bottom: 50%;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background: none !important;
}

.slideShow_2 .arrowBox .arrowPrev {
    left: 0;
}

.slideShow_2 .arrowBox .arrowNext {
    right: 0;
}

.u-a-2 {
    background: #f6f6f4;
    padding: 20px 20px 20px 20px;
    position: relative;
    font-size: 14px;
    color: #333;
}

.u-a-3 {
    position: absolute;
    top: -35px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 10px 20px;
}

.u-a-3 p {
    font-size: 18px;
    color: #e51716;
    margin-bottom: 0;
    font-weight: bold;
}

.u-a-3 span {
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.u-a-2 i {
    color: #e51716;
}

.f-b-1 {
    width: 100%;
    overflow: hidden;
}

.f-b-1 img {
    width: 100%;
}

.slideShow_3 .side_3 img {
    width: 100%;
}

.u-a-4 {
    background: #f2f1f1;
    padding: 30px 10px 10px 10px;
}

.slideShow_3 .slideBox {
    background: none;
}

.slideShow_3 .controlBox {
    z-index: 30;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    margin-top: 15px;
}

.slideShow_3 .controlBox.controlDefault a {
    text-indent: -9999px;
    border: 1px solid #b12100;
    background: none;
    width: 10px;
    height: 10px;
}

.slideShow_3 .controlBox.controlDefault a:hover,
.slideShow_3 .controlBox.controlDefault a.active {
    background: #b12100;
}

.k-p-l {
    padding: 20px 10px;
}

.k-p-l .title {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecdcd;
}

.recommd_product {
    border-top: 1px solid #cecdcd;
    padding-top: 10px;
}

.recommd_product p {
    color: #333;
}

.recommd_product ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.recommd_product ul img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.recommd_product ul span {
    display: block;
    background: #f5f5f5;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-shadow: -1px 1px 7px #ddd;
}

.vmore {
    display: block;
    border: 1px solid #bfbebf;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #838181;
    text-align: center;
    margin: 0 auto;
}

.index_product {
    padding: 0 10px 10px 10px;
    overflow: hidden;
    background: #fff;
}

.index_product .c3 {
    zoom: 1;
    padding: 15px 0 0 0;
    text-align: center;
}

.p-b-m {
    display: block;
    width: 100%;
}

.p-b-m li {
    display: block;
    width: 50%;
    float: left;
    height: 81px;
}

.p-b-m li img {
    display: block;
    width: 100%;
    height: 100%;
}

.su_r {
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0;
}

.su_r img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.index_product .c4 li {
    width: 49%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    box-shadow: 0px 1px 7px -2px #999595;
}

.index_product .c4 li:nth-child(2n) {
    margin-right: 0;
}

.index_product .c3 li a {
    display: block;
    text-align: center;
    line-height: 55px;
}

.index_product .c4 li img {
    width: 100%;
}

.index_product .c4 li a span {
    padding-top: 10px;
    font-size: 12px;
    color: #000;
}

.index_product .c3 li a span {
    display: block;
    max-width: 100%;
    height: 35px;
    overflow: hidden;
    line-height: 20px;
}

.index_product .c3 li a p {
    display: block;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
    color: #8a8888;
}

.h-y-o {
    padding: 0 10px;
}

.h-y-o img {
    width: 100%;
    display: block;
    box-shadow: 1px 1px 9px -2px #999595;
    margin-bottom: 5px;
}

.w-1 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f8e2c7;
    font-size: 18px;
    color: #bd8f5c;
    font-weight: bold;
    background: #faf6ed;
    padding-bottom: 10px;
}

.w-2 {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: #faf6ed;
}

.w-2 img {
    width: 100%;
}

.w-3 {
    width: 100%;
    overflow: hidden;
    background: #faf6ed;
}

.w-3 img {
    width: 100%;
}

.w-4 {
    width: 100%;
    overflow: hidden;
    padding: 10px 10px;
}

.j-g-1 {
    border-bottom: 1px solid #cfcecc;
    width: 100%;
    overflow: hidden;
}

.j-g-1 a {
    float: left;
    display: block;
    color: #252525;
    font-size: 14px;
    text-indent: 17px;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-right: 5px;
}

.j-g-1 .ff-1 {
    background: url(../images/n-11.jpg) 0px 18px no-repeat;
    background-size: 15px;
}

.j-g-1 a:first-child.hk {
    background: url(../images/n-11.jpg) 0px 19px no-repeat;
    background-size: 15px;
}

.j-g-1 a:nth-child(2).hk {
    background: url(../images/n-22.png) 0px 17px no-repeat;
    background-size: 17px;
}

.j-g-1 a:nth-child(3).hk {
    background: url(../images/n-33.png) 0px 17px no-repeat;
    background-size: 17px;
}

.j-g-1 .ff-2 {
    background: url(../images/n-2.jpg) 0px 19px no-repeat;
    background-size: 16px;
}

.j-g-1 .ff-3 {
    background: url(../images/n-3.jpg) 1px 18px no-repeat;
    background-size: 14px;
}

.j-g-1 a.hk {
    color: #bd8f5c;
    border-bottom: 1px solid #bd8f5c;
}

.c-b-1 {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.c-b-1 a {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #eaeae9;
    margin-bottom: 10px;
}

.c-b-1 a .left {
    float: left;
    width: 30%
}

.c-b-1 a .left img {
    display: block;
    width: 100%;
    height: 100%;
}

.c-b-1 a .right {
    float: right;
    width: 66%;
}

.ltq {
    font-size: 14px;
    color: #272727;
    float: left;
}

.rtq {
    font-size: 12px;
    color: #666666;
    float: right;
}

.titi {
    width: 100%;
    overflow: hidden;
    height: 21px;
    margin: 5px 0;
    padding-right: 5px;
}

.g-r {
    font-size: 12px;
    color: #5d5d5d;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    width: 100%;
}

.g-r i {
    color: #bd8f5c;
}

.u-c-1 {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    font-size: 12px;
}

.u-c-1 .left {
    float: left;
}

.u-c-1 .right {
    float: right;
}

.u-c-1 .left {
    color: #bd8f5c;
    font-size: 14px;
}

.u-c-1 .right {
    color: #989797;
    font-size: 12px;
    background: url(../images/700.jpg) 0 2px no-repeat;
    text-indent: 19px;
    background-size: 15px 15px;
}

.u-n-1 {
    padding: 10px 10px;
}

.u-n-1 img {
    width: 100%;
    margin-bottom: 10px;
}

.form_group {}

.form_group .form_item {
    float: left;
    width: 32%;
}

.form_group .form_item:last-child {
    margin-left: 20px;
}

.containjh {
    padding: 10px;
    overflow: hidden;
}

.form_group .form_item select {
    border: 1px solid #dcdcdc !important;
    -webkit-appearance: menulist;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #747474;
    padding: 0 5px;
}

.c-h-1 {
    font-size: 12px;
    line-height: 30px;
    color: #747474;
}

.j-r-l {
    font-size: 14px;
    line-height: 35px;
    color: #747474;
}

.j-r-l input {
    border: 1px solid #dcdcdc;
    width: 32%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #747474;
    padding: 0 5px;
    float: left;
}

.j-r-l button {
    width: 32%;
    color: #fff;
    height: 35px;
    border: 1px solid #bd8f5c;
    line-height: 35px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    background: url(../images/serc.png) 50px center no-repeat #bd8f5c;
    text-align: center;
    padding-left: 20px;
    padding-top: 0;
}

.c-h-2 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-h-2 .list_box {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.cc-r {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.cc-p a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.cc-p .r {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding-bottom: 0px
}

.cc-p .m,
.cc-p .v {
    font-size: 12px;
    color: #5e5d5d;
    line-height: 20px;
}

.c-h-2 .map_box {
    width: 100%;
    height: 300px;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.f-b-2 {
    width: 100%;
    position: relative;
    text-align: center;
}

.h-b-a {
    font-size: 20px;
    text-align: center;
    color: #c39969;
    position: relative;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 30px;
    text-indent: 10px;
}

.h-b-a:after {
    background: #c39969;
    height: 2px;
    width: 96px;
    content: '';
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 27px;
}

.h-b-1 {
    font-size: 14px;
    color: #c39969;
    text-align: center;
    padding-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 2px;
    margin-top: 17px;
}

.tk-1 {
    width: 92%;
    overflow: hidden;
    margin: 0 auto;
}

.tk-1 a {
    display: block;
    float: left;
    width: 25%;
    margin:0 4%;
}

.tk-1 a:last-child {
    margin-right: 0;
}

.tk-1 a img {
    width: 100%;
}

.tk-1 a span {
    display: block;
    font-size: 12px;
    color: #000;
    padding: 5px 0;
}

.tk-1 a:first-child span {
    color: #c39969;
}

.tk-2 {
    padding: 0 10px;
    overflow: hidden;
    color: #bd8f5c;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tk-2 .left {
    float: left;
}

.tk-2 .left p {
    text-align: left;
    font-size: 18px;
    color: #bd8f5c;
    margin-bottom: 0;
}

.tk-3 {
    font-size: 12px;
}

.tk-3 span {
    font-size: 13px;
    display: inline-block;
    border-right: 1px solid #bd8f5c;
    line-height: 17px;
    padding-right: 5px;
    margin-right: 5px;
}

.tk-2 .right {
    display: block;
    float: right;
    font-size: 12px;
    color: #bd8f5c;
    border: 1px solid #bd8f5c;
    padding: 0px 7px;
    border-radius: 30px;
    margin-top: 7px;
}

.tk-4 {
    padding: 0 10px;
}

.tk-4 a {
    display: block;
    width: 49%;
    float: left;
    margin-bottom: 2%;
}

.tk-4 a:nth-child(2n) {
    float: right;
}

    .tk-4 a img {
        width: 100%;
        height: 150px;
    }

.tk-se-1 {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    margin-top: 20px;
}

.ts {
    padding: 0 10px;
}

.ts-1 img {
    width: 100%;
}

.ts p {
    font-size: 20px;
    color: #c39969;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 20px 10px 0 10px;
}

.ts .tk-c-1-1 {
    font-size: 18px;
    color: #c39969;
    margin: 5px 0;
    font-weight: 600;
    padding: 0 10px;
}

.ts .tk-c-1-2 {
    font-size: 16px;
    color: #878787;
    font-size: 12px;
    color: #878787;
    padding: 10px 10px 20px 10px;
}

.tk-c2 {
    padding: 0 5px 25px 5px;
    overflow: hidden;
}

.tk-c2 a {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
}

.tk-c2 a:last-child {
    margin-right: 0;
}

    .tk-c2 a img {
        width: 100%;
        height: 74px;
    }

.f-b-3 {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}

.f-b-3 img {
    width: 100%;
}