﻿@charset "utf-8";
/* CSS Document */
body {
    font: 14px/22px "\5B8B\4F53", arial;
    text-align: left;
    color: #333;
    overflow-x: hidden;
    font-family: "Microsoft YaHei"
}

body, div, ul, ol, li, dl, dt, dd, span, p, h1, h2, h3, h4, h5, h6, img, form, table, tr, td, th, label {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h2, h3 {
    font-weight: 500;
}

span {
    cursor: default;
}

ul, ol, li {
    list-style-type: none;
}

select, input, label, textarea, img {
    vertical-align: middle;
    font-size: 12px;
    color: #555;
}

input {
    outline: none;
    border: none;
    background: none;
}
img{
    max-width: 100%;
}
a {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ba2636;
    text-decoration: none;
}
.clearfix:after{
    content: "";
    display: block;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
.fa {
    font-family: arial;
}

.ft {
    font-family: tahoma;
}

.fw {
    font-family: "Microsoft YaHei"
}

.fs {
    font-family: "SimSun"
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.p10 {
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pr10 {
    padding-right: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}

.w1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    zoom: 1;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
    zoom: 1;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.cl {
    clear: both;
}


input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"], select, textarea {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
    user-select: text;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8;
    height:100px;
}

.header .logo {
    width: 20%;
    margin: 20px 0 0 0;
    float: left;
}

.header .logo img {

}

.header .nav {
    width: 65%;
    margin: 34px 0 0 0;
    float: left;
}

.header .nav li {
    width: 16.6%;
    float: left;
    line-height: 40px;
    height: 40px;
    position: relative;
}

.header .nav li a {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #c7b299;
    padding: 0 10px;
    overflow: hidden;
}

.header .nav li.on > a,
.header .nav li:hover > a {
    color: #c99f69;
}

.header .nav .second {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.header .nav .second a {
    display: block;
    text-align: center;
    font-size: 14px;
}

.header .nav .second a:hover {
    color: #c99f69;
}

.header .nav li:hover .second {
    display: block;
}

.header .tell {
    width: 14%;
    float: right;
    color: #fff;
    font-size: 18px;
    margin: 34px 0 0 0;
}

.header .tell span {
    font-style: italic;
    background: url("../images/ico-tell.png") 0 center no-repeat;
    background-size: 20px;
    display: inline-block;
    padding-left: 30px;
    line-height: 40px;
}

.banner {
    background: url("../images/banner.jpg") center 0 no-repeat;
    background-size: 1920px;
    height: 1020px;
    position: relative;
}

.banner2 {
    background: url("../images/banner2.jpg") center 0 no-repeat;
    background-size: 1920px;
    height: 448px;
    position: relative;
}

.banner a {
    display: block;
    position: absolute;
    width: 310px;
    height: 48px;
    line-height: 48px;
    bottom: 297px;
    left: 50%;
    margin-left: -165px;
    text-align: center;
    text-indent: -9999px;
}

.index-hd {
    margin: 50px auto 40px;
    text-align: center;
}

.index-hd h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
}

.index-hd span {
    font-size: 16px;
    color: #808080;
}

.index-aboutcon {
    background: url("../images/about-bg.jpg") center 0 no-repeat;
    background-size: 1200px;
    height: 625px;
}

.index-aboutcon-item {
    position: absolute;
    top: 155px;
    left: 40px;
}

.index-aboutcon-item li {
    width: 554px;
    height: 335px;
    display: none;
}

.index-aboutcon-item li video {
    width: 554px;
    height: 335px;
}

.index-aboutcon-tab {
    color: #c99f69;
    position: absolute;
    top: 540px;
    left: 90px;
}

.index-aboutcon-tab li {
    float: left;
    border: #564432 1px solid;
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.index-aboutcon-tab li:hover,
.index-aboutcon-tab li.cur {
    color: #e0ba8a;
    border: #7d674b 1px solid;
}

.index-aboutcon-tab li a {
    color: #c99f69;
}

.index-aboutcon-tab li span {
    cursor: pointer;
}

.index-aboutcon-tab li:hover a {
    color: #e0ba8a;
}

.index-adcantages-con {
    
    max-height: 360px;
    overflow: hidden;
}

.index-adcantages-con p {
    color: #c99f69;
    font-size: 16px;
    line-height: 36px;
    
}

.index-adcantages-con p span {
    margin: 0 5px;
}

.index-adcantages a.more{
    display: block;
    width: 200px;
    line-height: 45px;
    margin: 40px auto 0;
    background: #7d674b;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.index-adcantages a.more:hover{
    background: #c6af8e;
}
.henglan img {
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.index-honor{
    overflow: hidden;
    background: #f9f9f9;
}
.index-honor-con .desc p {
    color: #c99f69;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}

.index-honor-con ul {
    margin: 40px 0;
}

.index-honor-con ul li {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
    padding: 0 1%;
}

.index-honor-con ul li img {
    display: block;
    margin: 0 auto;
}

.index-honor-con ul li .text {
    margin: 20px auto;
    text-align: center;
}

.index-honor-con ul li .text h3 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
}

.index-honor-con ul li .text p {
    font-size: 14px;
    line-height: 24px;
}

.index-brand-con {
    background: url("../images/brand-bg.jpg") 0 0 no-repeat;
    background-size: 1200px;
    height: 515px;
    overflow: hidden;
}

.index-brand-con h3 {
    color: #c6af8e;
    font-size: 50px;
    text-align: center;
    margin: 150px 0 50px 0;
    line-height: 58px;
}

.index-brand-con .text {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    width: 560px;
    margin: 0 auto;
}

.index-brand-con .bot {
    text-align: center;
    width: 1200px;
}

.index-brand-con ul {
    margin: 80px 0;
    display: inline-block;
}

.index-brand-con ul li {
    font-size: 12px;
    color: #c99f69;
    border: #9c7a54 2px solid;
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    margin: 0 20px;
}

.index-products .index-hd .text {
    font-size: 14px;
    text-align: center;
    margin: 50px 0 10px 0;
    color: #c99f69;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
}

.index-products .index-hd .btn a {
    display: inline-block;
    border: #8a8a8a 1px solid;
    padding: 0 22px;
    line-height: 36px;
    margin: 10px 15px;
    font-size: 16px;
}

.index-jfranchise,
.index-model {
    background: #f2f2f2;
    overflow: hidden;
}

.index-jfranchise-con {
    background: url("../images/join-bg.jpg") 0 0 no-repeat;
    background-size: 1200px;
    height: 622px;
    overflow: hidden;
}

.index-jfranchise-con h3 {
    color: #c6af8e;
    text-align: center;
    font-size: 50px;
    line-height: 52px;
    margin: 160px 0 10px 0;
}

.index-jfranchise-con ul li {
    float: left;
    width: 300px;
    margin: 40px 0 0 220px;
}

.index-jfranchise-con ul li h4 {
    color: #c6af8e;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.index-jfranchise-con ul li p {
    color: #999999;
    font-size: 12px;
    line-height: 22px;
}

.index-model-item li {
    display: none;
}

.index-model-item li .left {
    width: 250px;
    float: left;
}

.index-model-item li .left h4 {
    font-size: 16px;
    color: #606060;
    margin-bottom: 10px;
    font-weight: 500;
}

.index-model-item li .left p {
    color: #999999;
    font-size: 16px;
    line-height: 28px;
}

.index-model-item li .pic {
    float: left;
    width: 440px;
    margin: 0 20px;
    height: 264px;
}

.index-model-item li .pic img {
    width: 440px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.index-model-tab {
    width: 240px;
    float: left;
}

.index-model-tab li {
    border: #8a8a8a 1px solid;
    width: 240px;
    height: 46px;
    line-height: 45px;
    text-indent: 20px;
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 6px;
    cursor: pointer;
}

.index-model-tab li.cur {
    background: #c6af8e;
    color: #fff;
    border: #c6af8e 1px solid;
    position: relative;
}

.index-model-tab li.cur:after {
    position: absolute;
    content: "";
    border-top: transparent 8px solid;
    border-bottom: transparent 8px solid;
    border-right: #c6af8e 8px solid;
    top: 50%;
    margin-top: -8px;
    left: -8px;
}

.index-model-con {
    width: 1020px;
    margin: 0 auto;
}

.index-policyl-con {
    background: url("../images/policyl-bg.jpg") 0 0 no-repeat;
    background-size: 1200px;
    height: 622px;
    overflow: hidden;
}

.index-policyl-con h3 {
    color: #c6af8e;
    text-align: center;
    font-size: 50px;
    line-height: 52px;
    margin: 140px 0 20px 0;
}

.index-policyl-con ul {
    margin: 0 130px;
}

.index-policyl-con ul li {
    float: left;
    width: 170px;
    margin: 30px 0 0 60px;
}

.index-policyl-con ul li h4 {
    color: #c6af8e;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.index-policyl-con ul li p {
    color: #999999;
    font-size: 14px;
    line-height: 22px;
}
.index-news{
    padding-bottom: 30px;
}
.index-news .index-hd{
    text-align: left;
}

.index-news-tab {
    margin-bottom: 20px;
    overflow: hidden;
}

.index-news-tab li {
    float: left;
    color: #000000;
    font-size: 16px;
    margin-right: 50px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}

.index-news-tab li.cur {
    border-bottom: #d1af84 2px solid;
    color: #d1af84;
}

.index-news-tab li:hover {
    color: #d1af84;
}


.index-news-con .left {
    width: 70%;
    float: left;
}
.index-news-item ul li {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: #898989 2px solid;
    margin-bottom: 15px;
}
.index-news-item ul li:last-child,.index-new-join ul li:last-child{
    border-bottom: 0;
}
.index-news-item ul li .pic {
    width: 220px;
    height: 160px;
    margin-right: 20px;

}

.index-news-item .pro-list ul li .pic {
    width: 180px;
    height: 160px;
}


.index-news-item .pro-list ul li .intro {
    width: 490px;
}

.index-news-item ul li .intro span.time {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 22px;
    margin: 15px 0 0 0;
}

.index-news-item ul li .intro h3 a {
    display: block;
    color: #000000;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    margin: 3px 0 20px 0;
}

.index-news-item ul li .intro h3 a:hover {
    color: #d1af84;
}

.index-news-item ul li .intro p {
    line-height: 22px;
    overflow: hidden;
    color: #606060;
    font-size: 14px;
}

.index-news-con a.more {
    border: #8a8a8a 1px solid;
    display: inline-block;
    padding: 0 10px;
    color: #606060;
    line-height: 24px;
    font-size: 12px;
}

.index-new-join {
    width:25%;
}

.index-new-join>h3 {
    font-size: 26px;
    color: #c99f69;
    line-height: 30px;
    margin-top: 50px;
}
.index-new-join ul{
    margin-top: 10px;
}
.index-new-join ul li {
    border-bottom: #898989 2px solid;
    overflow: hidden;
    padding: 24px 0;
}

.index-new-join ul li .num {
    font-style: normal;
    font-size: 26px;
    color: #c99f69;
    font-weight: 700;
    line-height: 30px;
}

.index-new-join ul li .text {
    margin-left: 40px;
}

.index-new-join ul li .text h3 {
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.index-new-join ul li .text p {
    font-size: 14px;
    color: #606060;
}

.index-new-join ul li .text p span {
    display: block;
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

.footer {
    background: url("../images/footerbg.jpg") center 0 no-repeat;
    overflow: hidden;
    text-align: center;
}

.footer .footercon {
    display: inline-block;
    text-align: left;
    padding: 30px 0 0 0;
}

.footer .footercon .blogo {
    width: 220px;
    display: block;
    margin: 10px 0 0 0;
}

.footer .footercon .qrcode {
    width: 66px;
    height: 66px;
    display: block;
    margin: 10px 0 0 0;
}

.footer .footercon .line {
    width: 1px;
    height: 66px;
    background: #fff;
    margin: 10px 30px;
}

.footer .footercon .text {
    width: 800px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 30px;
}
.footer .footercon .text  h3{
    margin-bottom: 10px;
}

.footer .footercon .text span {
    margin-right:10px;
}
.footer .footercon .text a{
    color: #fff;
}
.index-products-con {
    position: relative;
    padding-bottom: 40px;
}

.index-products-con li {
    float: left;
    margin-right: 20px;
}

.index-products-scroll {
    width: 100%;
    overflow: hidden;
}
.index-products-scroll .tempWrap{
    margin:0 auto;
}
.index-products-con li img {
    border: #eee 2px solid;
    display: block;
    margin: 0 auto;
}

.index-products-con li .name {
    width: 100%;
    color: #606060;
    font-size: 18px;
    margin: 10px 0 0 0;
    line-height: 20px;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-products-con li .price {
    color: #c1272d;
    font-size: 12px;
    line-height: 20px;
}

.index-products-con .operate {
    margin: 30px auto 20px auto;
    overflow: hidden;
    width: 130px;
}

.index-products-con .operate span {
    display: inline-block;
    border: #d2d2d2 1px solid;
    padding: 0 8px;
    font-family: "SimSun";
    line-height: 22px;
    height: 22px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.index-products-con .operate a {
    display: inline-block;
    border: #d2d2d2 1px solid;
    padding: 0 8px;
    line-height: 20px;
    font-size: 12px;
    height: 22px;
    float: left;
    margin: 0 10px;
    box-sizing: border-box;
}

.inner-listbox .left {
    background: #fff;
    padding: 20px 50px;
}

.inner-listbox .index-news-con {
    width: 1200px;
    margin: 40px auto;
}

.inner-right {
    background: #fff;
    width: 300px;
    padding: 20px;
}

.inner-right .brandimg {
    width: 300px;
    display: block;
}

.inner-right .searchbar {
    width: 300px;
    height: 42px;
    border: #e9eeef 1px solid;
}

.inner-right .searchbar input.txt {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    float: left;
    width: 258px;
}

.inner-right .searchbar input.txt::-webkit-input-placeholder {
    color: #999;
}

.inner-right .searchbar input.btn {
    background: url("../images/ico-search.png") center center no-repeat;
    background-size: 25px;
    width: 42px;
    height: 42px;
    float: right;
    cursor: pointer;
}

.inner-right .right-nav {
    border-top: #e9eeef 1px solid;
    border-bottom: #e9eeef 1px solid;
    padding: 20px 0;
    margin: 20px 0;
    line-height: 34px;
}

.inner-right .right-nav li a {
    font-size: 18px;
    color: #333;
}

.inner-right .right-nav li.cur a,
.inner-right .right-nav li:hover a {
    color: #cca572;
}

.inner-right .recommend .hd h3 {
    font-size: 18px;
    line-height: 40px;
    color: #333;
}

.inner-right .recommend ul {
    border: #e9eeef 1px solid;
    border-bottom: none;
}

.inner-right .recommend ul li {
    line-height: 24px;
    padding: 15px 20px;
    border-bottom: #e9eeef 1px solid;
    font-size: 16px;
}

.pagination {
    text-align: center;
}

.paginationcon {
    display: inline-block
}

.paginationcon .con {
    display: inline-block;
    float: left;
}

.pagination .con li {
    float: left;
    margin: 0 3px;
}

.pagination .con a,
.pagination .con span {
    display: inline-block;
    color: #696969;
    height: 22px;
    min-width: 22px;
    background: #fff;
    border: #696969 1px solid;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;

    text-align: center;
}

.pagination .con span.sum {
    padding: 0 5px;
}

.pagination .con a.on,
.pagination .con a:hover {
    color: #f38003;
    background: #fff;
    border: #f38003 1px solid;
}

.pagination .con a.next {
    padding: 0 5px;
}

.paginationcon .go {
    float: left;
    position: relative;
}

.paginationcon .go:after {
    border-left: transparent 3px solid;
    border-right: transparent 3px solid;
    border-top: #333 3px solid;
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -1px;
}

.paginationcon .go select {
    display: inline-block;
    float: left;
    color: #696969;
    height: 22px;
    width: 38px;
    background: #fff;
    border: #696969 1px solid;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    padding: 0 3px;
    text-align: center;
    cursor: pointer;
}

.articlebox .hd {
    border-bottom: #b7b7b7 1px solid;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.articlebox .hd h2 {
    font-size: 24px;
    color: #000000;
}

.articlebox .hd span {
    color: #606060;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0 0;
}

.articlebox .articlecon {
    margin: 20px 0;
}

.articlebox .articlecon img {
    max-width: 710px;
}

.articlebox .articlecon.brandcon img {
    max-width: 1200px;
}

.articlebox .articlecon p {
    line-height: 28px;
    color: #000000;
    font-size: 14px;
    margin: 20px 0 0 0;
}

.left-gallery {
    border: #eee 1px solid;
    margin: 30px auto;
    width: 450px;
}

.left-gallery .gallery-top .swiper-slide,
.left-gallery .gallery-top {
    width: 450px;
    height: 450px;
    overflow: hidden;
}

.left-gallery .gallery-top img {
    width: 450px;
    height: 450px;
}

.left-gallery .gallery-thumbs {
    position: relative;
}

.left-gallery .gallery-thumbs .swiper-wrapper {
    width: 410px;
    margin: 10px 20px;
    overflow: hidden;
}

.left-gallery .gallery-thumbs img,
.left-gallery .gallery-thumbs .swiper-slide {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.left-gallery .gallery-thumbs .swiper-slide {
    margin: 0 0 0 8px;
    border: #eee 1px solid;
}

.left-gallery .gallery-thumbs .swiper-slide.active {
    border: #ffa81e 1px solid;
}

.right-download-btn {
    background: #c7b299;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 20px 0;
    display: block;
    font-size: 18px;
}

.right-download-btn:hover {
    color: #fff;
    background: #d2bea7;
}

.footer_link {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #c7b299;
}

.link {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.link li {
    margin: 8px 0 5px 0;
    float: left;
    color: #fff;
}

.link li p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.link li a {
    font-size: 14px;
    color: #fff;
    margin: 0 10px 0 10px;
}

.link li a:hover {
    color: #7d674b;
}
.location {
    line-height: 60px;
}
.location h2{
    font-size: 24px;
}
.product-list ul li{
    width: 25%;
}
.product-list .index-honor-con ul{
    margin-bottom: 10px;
}
.news-list{
    background: #f9f9f9;
}
.news-list .left{
    padding-top: 50px;
}
.kl-page {
    text-align: center;
    padding: 2rem 0;
}

.kl-page-wrap{
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.kl-page a, .kl-page span, .layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: top;
    height: 1.4rem;
    width: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    color: #343a40;
    font-size: .8rem;
    text-decoration: none;
    position: relative;
    margin: 0 .3rem;
    z-index: 1
}

.kl-page a:after, .kl-page span:after, .layui-laypage a:after, .layui-laypage span:after {
    position: absolute;
    left: 0;
    content: "";
    height: 1.4rem;
    width: 1.4rem;
    background-color: #e9ecef;
    border-radius: .8rem;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.kl-page-curr:after, .kl-page a:hover:after, .layui-laypage-curr:after, .layui-laypage a:hover:after {
    opacity: 1 !important;
    filter: alpha(opacity=100)
}

.kl-page-next, .kl-page-prev, .kl-page-spr, .layui-laypage-next, .layui-laypage-prev, .layui-laypage-spr {
    width: auto !important
}

.kl-page-next:after, .kl-page-prev:after, .kl-page-spr:after, .layui-laypage-next:after, .layui-laypage-prev:after, .layui-laypage-spr:after {
    display: none
}

.kl-page-curr:after, .layui-laypage-curr:after {
    background-color: #ffc107 !important
}

.kl-page-curr em, .layui-laypage-curr em {
    position: relative;
    font-style: normal;
    color: #fff;
    z-index: 2
}

.kl-page-spr, .layui-laypage-spr {
    color: #adb5bd !important
}

.kl-page-disabled, .kl-page .layui-disabled, .layui-laypage-disabled, .layui-laypage .layui-disabled {
    color: #adb5bd !important;
    cursor: not-allowed !important
}

.detail-box h3.article-title{
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}
.detail-box .time{
    text-align: center;
    margin-bottom: 15px;
}
.detail-img{
    text-align: center;
    margin-bottom: 15px;
}
.detail{
    margin-bottom: 30px;
    line-height: 24px;
}
.pre_next {
    line-height: 26px
}
.pre_next p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
.pre_next a{
    color: #333;
}
.pre_next a:hover{
    color: #dc0504;
}
.single-box{
    padding: 30px 0;
    background: #f9f9f9;
    min-height: 400px;
	line-height:30px;
}

.nav li>span{
    width: 15px;
    transition: transform 0.3s;
    height: 8px;
    background: url(../images/x_icon.png) no-repeat center center;
    display: none;
    position: absolute;
    right: 20px;
    top: 15px;
    background-size: 100% 100%;
}
.nav li.show span {
    transform: rotate(-180deg);
}
.menu{
    float: right;
    margin-top: 30px;
    margin-left: 20px;
    display: none;
}
.header.active{
    background: url("../images/black_85.png");
}
.bottom-fixed{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: none;
}
.bottom-fixed .tel-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    z-index: 11;
}
.bottom-fixed .tel-box a{
    color: #fff;
    font-size: 1rem;
}
.lam_box .box{
    margin-top: 6px;
	margin-bottom:50px;
}
.lam_box .ow_links h2 i{
    color: #c99f69;
}
.lam_box .ow_links span{
    background: #c99f69;
}
.lam_box .message-submit{
    background: #c99f69;
    box-shadow: 0px 4px 14px 0px #c99f69;

}