/*åˆå§‹åŒ–æ ·å¼*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,å®‹ä½“,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*æ»šåŠ¨*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/* äº§å“ä¸­å¿ƒ */


.x-product {
    padding: 6vh 0 8vh;
}

.pro-cate li {
    width: 12.5%;
    float: left;
    text-align: center;
    font-size: 0;
}

.pro-cate li a {
    display: inline-block;
    width: 86px;
    height: 86px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    padding-top: 11px;
    cursor: pointer;
}

.pro-cate li .img {
    height: 40px;
    overflow: hidden;
}

.pro-cate li .img img {
    transition: all 0.3s;
}

.pro-cate li h3 {
    color: #666;
    font-size: 15px;
    line-height: 1.3;
}

.pro-cate .on a {
    background: #9c6e32;
    border: 1px solid #9c6e32;
}

.pro-cate li:nth-child(2).on a {
    background: #6d9da7;
    border: 1px solid #6d9da7;
}

.pro-cate li:nth-child(3).on a {
    background: #597368;
    border: 1px solid #597368;
}

.pro-cate li:nth-child(4).on a {
    background: #685038;
    border: 1px solid #685038;
}

.pro-cate li:nth-child(5).on a {
    background: #4d130f;
    border: 1px solid #4d130f;
}

.pro-cate li:nth-child(6).on a {
    background: #665b7d;
    border: 1px solid #665b7d;
}

.pro-cate li:nth-child(7).on a {
    background: #2a3c4a;
    border: 1px solid #2a3c4a;
}

.pro-cate li:nth-child(8).on a {
    background: #255f8c;
    border: 1px solid #255f8c;
}

.pro-cate li.on h3 {
    color: #fff;
}

.pro-cate li.on img {
    transform: translateY(-40px);
}

.pro-box {
    margin-top: 6vh;
}

.pro-list {
    margin-left: -15px;
    margin-right: -15px;
}

.pro-list li {
    width: calc(20% - 30px);
    float: left;
    margin: 0 15px;
}

.pro-list li a {
    display: block;
    
}

.pro-list li a.tm{position: relative;}


.pro-list li a.tm:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(37,130,49,.3);
    opacity: 0;
    transition: all 0.3s;
}

.pro-list li img {
    width: 100%;
    height: auto;
}

.pro-list li h3 {
    position: relative;
    width: 100%;
    text-align: center;
    color: #333333;font-size: 16px;line-height: 35px;margin-top: 15px;
}

.pro-list li h3 a{font-size: 16px;color: #333333;line-height: 30px;height:30px;overflow: hidden;;}
.pro-list li:hover h3 a{color: #258231;}





@media(min-width: 992px) {
    .pro-list li:hover a.tm:before {
        opacity: 1;
    }


}

.x-product .more {
    text-align: center;
    margin-top: 9vh;
}

.in-more a:before, .in-more a:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    top: 0;
    background-color: #333;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.in-more a:before {
    left: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.in-more a:after {
    right: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.in-more a {
    display: inline-block;
    width: 500px;
    border: 2px solid #333;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    background: url(../images/jt11.png) no-repeat 92% 50%;
    text-align: left;
    padding-left: 10%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.in-more a b {
    font-size: 18px;
}

.in-more a:hover:before, .in-more a:hover:after {
    width: 81%;
}

.in-more a:hover {
    color: #fff;
    background: url(../images/jt33.png) no-repeat 92% 50%;
}

/* ä¸ªæ€§ç”Ÿæ´» */
.life {
    background: url(../images/life.png) no-repeat 50% 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 36vh 0 10vh;
    border-top-left-radius: 280px;
    border-bottom-right-radius: 280px;
    position: relative;
}

.life .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-top-left-radius: 280px;
    border-bottom-right-radius: 280px;
    z-index: 1;
}

.life:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/hs.jpg) no-repeat 50% 100%;
    z-index: -1;
}

.lifebox {
    position: relative;
    z-index: 9;
}

.life h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
}

.life .intro {
    color: #fff;
    font-size: 18px;
    line-height: 2;
    max-width: 645px;
    margin: 2vh 0 4vh;
}

.life .more a {
    display: inline-block;
    width: 150px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    border-radius: 19px;
    padding-left: 30px;
    background: url(../images/ma.png) no-repeat 80% 50%;
    text-align: left;
}

.life .more a:hover {
    background: url(../images/mb.png) no-repeat 80% 50% #fff;
    color: #333;
}

/* æ¡ˆä¾‹èµé‰´ */
.x-case {
    background: url(../images/hs.jpg) no-repeat 50% 0;
    padding: 6vh 0;
}

.x-case .container {
    text-align: center;
}

.x-case h2 {
    color: #010101;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
}

.case-cate {
    margin-top: 2.5vh
}

.case-cate a {
    color: #666;
    font-size: 18px;
    line-height: 1;
}

.case-cate a:hover {
    color: #9c6e32;
}

.case-cate a + a:before {
    content: " | ";
    color: #666;
    padding: 0 5px;
}

.x-case-list {
    margin-top: 10px;
}

.case-more {
    text-align: center;
    margin-top: 8.5vh;
}

.case-more a {
    display: inline-block;
    width: 500px;
    border: 2px solid #333;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    background: url(../images/jt11.png) no-repeat 92% 50%;
    text-align: left;
    padding-left: 10%;
}

.case-moree a b {
    font-size: 18px;
}

/* æ ¸å¿ƒæœåŠ¡ */
.service {
    background: url(../images/hs2.jpg) no-repeat 50% 50%;
    padding: 5vh 0 7vh;
    margin-top: 7vh;
}

.service h2 {
    color: #010101;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.ser-list {
    margin-top: 4vh;
    margin-left: 4px;
}

.ser-list li {
    width: 33.333%;
    float: left;
    background: #fff;
    padding: 4vh 0 4vh 3.7%;
    margin: -1px 0 0 -1px;
    border: 1px solid #ddd;
    position: relative;
    _display: inline;
}

.ser-list li .bimg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}

.ser-list li:hover .bimg {
    opacity: 1;
}

.ser-list .img {
    height: 70px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.ser-list .img img {
    transition: all 0.3s;
}

.ser-list li h3 {
    font-size: 24px;
    color: #333;
    line-height: 2;
    position: relative;
    z-index: 9;
}

.ser-list li .intro {
    color: #666;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    z-index: 9;
}

.ser-list li:hover img {
    filter: brightness(100);
}

.ser-list li:hover h3 {
    color: #fff;
}

.ser-list li:hover .intro {
    color: #fff;
}

/* å…³äºŽæˆ‘ä»¬ */
.x-about {
    padding: 9vh 0 8vh;
}

.about-list {
    width: 48.2%;
}

.about-list img{width: 100%;}

.about-list .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 7%;
}

.about-list .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.about-list .owl-carousel .owl-dots button.owl-dot:hover {
    background: #fff;
}

.about-list .owl-carousel .owl-dots button.owl-dot.active {
    background: #fff;
}

.book {
    width: 48%;
}

.book h3 {
    color: #010101;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
}

.book .tit {
    color: #000;
    font-size: 28px;
    line-height: 1.5;
}

.book #message-form {
    margin-left: -6px;
    margin-right: -6px;
}

.book #message-form .form-group {
    border: 2px solid #ebebeb;
    width: calc(33.33% - 12px);
    float: left;
    margin: 0 6px 1.5vw;
}

.book .form-control {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 6px 5px 6px 48px;
    height: 46px;
}

.book #message-form {
    margin-top: 1.2vw;
}

.book #message-form .btn-form {
    border: none;
}

.book #message-form #checkcode {
    padding-left: 15px;
    width: calc(100% - 125px);
}

.book #message-form #change_code {
    padding: 0;
}

.book #message-form #checkCodeImg {
    padding: 7px 0 0;
    margin: 0;
}

.book #name {
    background: url(../images/re1.png) no-repeat 12px 50%;
}

.book #contact {
    background: url(../images/re2.png) no-repeat 12px 50%;
}

.book .btn-primary {
    background: #258231;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
}

.mes-tel {
    background: url(../images/re3.png) no-repeat 0 50%;
    padding-left: 62px;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    font-family: arial;
    line-height: 44px;
}

.mes-addr {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-top: .5vw;
}

/* æ–°é—»èµ„è®¯ */
.x-news {
    margin-top: 7vh;
}

.x-news .tit {
    border-bottom: 3px solid #f4f4f4;
    padding-bottom: 1.5vh;
    position: relative;
}

.x-news .tit a.more:before, .x-news .tit a.more:after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    top: 0;
    background-color: #333;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.x-news .tit a.more:before {
    left: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.x-news .tit a.more:after {
    right: -30px;
    -webkit-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0);
}

.x-news .tit a.more {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 240px;
    border: 2px solid #333;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 45px;
    background: url(../images/n1.png) no-repeat 85% 50%;
    overflow: hidden;
}

.x-news .tit a.more:hover:before, .x-news .tit a.more:hover:after {
    width: 81%;
}

.x-news .tit a.more:hover {
    color: #fff;
    background: url(../images/n2.png) no-repeat 85% 50%;
}

.x-news h2 {
    color: #010101;
    font-size: 50px;
    line-height: 1.5;
    font-weight: 700;
}

.news-cate {
    margin-top: 1vh;
}

.news-cate li {
    color: #333;
    font-size: 24px;
    line-height: 2;
    float: left;
    background: url(../images/n4.png) no-repeat 100% 50%;
    padding-right: 34px;
    cursor: pointer;
}

.news-cate li + li {
    margin-left: 45px;
}

.news-cate li.on {
    background: url(../images/n3.png) no-repeat 100% 50%;
    font-weight: 700;
}

.newsbox {
    margin-top: 4vh;
}

.news-list {
    margin-left: -28px;
    margin-right: -28px;
}

.news-list li {
    width: calc(33.333% - 56px);
    margin: 0 28px;
    float: left;
    _display: inline;
}

.news-list li .img {
    overflow: hidden;
}

.news-list li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news-list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list li .date {
    color: #666;
    font-size: 15px;
    line-height: 2;
}

.news-list li h3 {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 2vh;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-list li .intro {
    color: #666;
    font-size: 14px;
    line-height: 2;
    margin: 2vh 0 3.5vh;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .more {
    height: 4px;
    background: url(../images/xxa.png) no-repeat 0 0;
}

.news-list li:hover .more {
    background: url(../images/xxb.png) no-repeat 0 0;
}

.pad130 {
    padding: 0 130px;
}

/* åœ¨çº¿å®¢æœ */
.lanyun-section-kefu {
    position: fixed !important;
    right: 8px;
    bottom: 115px;
    z-index: 98;
    display: none;
    transition: all 0.5s;
}

.lanyun-section-kefu.on {
    display: block;
}

.lanyun-section-kefu .service-list {
    background: #fff;
    padding: 20px 0 10px;
    border-radius: 46px;
    border: 1px solid #f5f5f5;
}

.lanyun-section-kefu .service-list li {
    width: 92px;
    height: 90px;
    position: relative;
    line-height: 90px;
    text-align: center
}

.lanyun-section-kefu .service-list li + li:after {
    position: absolute;
    width: 66px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -33px;
    top: 0;
    background: #e6e6e6;
}

.lanyun-section-kefu .service-list li.list-item1 .icon {
    background-position: 0 0px
}

.lanyun-section-kefu .service-list li.list-item1:hover .icon {
    background-position: -30px 0px
}

.lanyun-section-kefu .service-list li.list-item2 .icon {
    background-position: 0 -30px
}

.lanyun-section-kefu .service-list li.list-item2:hover .icon {
    background-position: -30px -30px
}

.lanyun-section-kefu .service-list li.list-item3 .icon {
    background-position: 0 -60px
}

.lanyun-section-kefu .service-list li.list-item3:hover .icon {
    background-position: -30px -60px
}

.lanyun-section-kefu .service-list li.list-item4 .icon {
    background-position: 0 -90px
}

.lanyun-section-kefu .service-list li.list-item4:hover .icon {
    background-position: -30px -90px
}

.lanyun-section-kefu .service-list li:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 20px;
    left: -20px;
    opacity: 0
}

.lanyun-section-kefu .service-list li .li-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer
}

.lanyun-section-kefu .service-list li .li-wrap p {
    font-size: 14px;
    color: #333;
    margin-top: 9px
}

.lanyun-section-kefu .service-list li .icon {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-image: url(../images/tb.png);
    background-repeat: no-repeat
}

.lanyun-section-kefu .service-list li:hover .hover-box {
    display: block
}

.lanyun-section-kefu .service-list li:hover .li-wrap p {
    color: #9c6e32
}

.lanyun-section-kefu .service-list .hover-box {
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    border: 1px solid #f5f5f5;
    display: none;
    line-height: 1
}

.lanyun-section-kefu .service-list .hover-box:after,.lanyun-section-kefu .service-list .hover-box:before {
    position: absolute;
    content: "";
    right: -18px;
    top: 50px;
    border-style: solid;
    border-width: 9px;
    border-color: transparent transparent transparent #fff;
    z-index: 2
}

.lanyun-section-kefu .service-list .hover-box:before {
    right: -20px;
    top: 49px;
    border-width: 10px;
    border-left-color: #f5f5f5;
    z-index: 1
}

.lanyun-section-kefu .service-list .service-box {
    width: 260px
}

.lanyun-section-kefu .service-list .service-box .service-box-top {
    padding: 25px;
    background: #fff
}

.lanyun-section-kefu .service-list .service-box .service-box-top h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    text-align: left
}

.lanyun-section-kefu .service-list .service-box .service-box-top .service-box-list {
    font-size: 14px
}

.lanyun-section-kefu .service-list .service-box .service-box-top .service-box-list a {
    color: #9c6e32;
    display: block;
    background: #fff6eb;
    border: 1px solid #efe1d0;
    margin-top: 12px;
    border-radius: 5px;
    line-height: 38px
}

.lanyun-section-kefu .service-list .service-box .service-box-top .service-box-list a:hover {
    color: #fff;
    background: #9c6e32;
    border-color: #9c6e32
}

.lanyun-section-kefu .service-list .service-box .service-box-time {
    background: #f5f5f5;
    padding: 10px 20px;
    text-align: left
}

.lanyun-section-kefu .service-list .service-box .service-box-time p {
    font-size: 14px;
    color: #333;
    margin: 10px 0
}

.lanyun-section-kefu .service-list .ewm-box {
    padding: 14px
}

.lanyun-section-kefu .service-list .ewm-box .img {
    text-align: center;
    display: block;
    width: 105px;
    height: 105px;
    font-size: 0
}

.lanyun-section-kefu .service-list .ewm-box .img img,.lanyun-section-kefu .service-list .ewm-box .img:after {
    display: inline-block;
    vertical-align: middle
}

.lanyun-section-kefu .service-list .ewm-box .img img {
    max-width: 100%;
    max-height: 100%
}

.lanyun-section-kefu .service-list .ewm-box .img:after {
    content: "";
    height: 100%
}

.lanyun-section-kefu .service-list .ewm-box p {
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
    margin-top: 9px
}

@media(max-width: 760px) {
    .lanyun-section-kefu {
        right:15px;
        bottom: 100px
    }

    .lanyun-section-kefu .service-list li {
        width: 70px;
        height: 65px;
        line-height: 65px
    }

    .lanyun-section-kefu .service-list li:before {
        width: 15px;
        left: -15px
    }

    .lanyun-section-kefu .service-list li .li-wrap p {
        font-size: 12px
    }

    .lanyun-section-kefu .service-list .hover-box {
        right: calc(100% + 15px)
    }

    .lanyun-section-kefu .service-list .hover-box:after,.lanyun-section-kefu .service-list .hover-box:before {
        right: -12px;
        top: 30px;
        border-width: 6px
    }

    .lanyun-section-kefu .service-list .hover-box:before {
        right: -14px;
        top: 29px;
        border-width: 7px
    }

    .lanyun-section-kefu .service-list .service-box {
        width: 200px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-top {
        padding: 15px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-top h3 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-top .service-box-list {
        font-size: 12px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-top .service-box-list a {
        margin-top: 8px;
        border-radius: 3px;
        line-height: 28px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-time {
        padding: 5px 10px
    }

    .lanyun-section-kefu .service-list .service-box .service-box-time p {
        font-size: 12px;
        margin: 4px 0
    }

    .lanyun-section-kefu .service-list .ewm-box {
        padding: 10px
    }

    .lanyun-section-kefu .service-list .ewm-box .img {
        text-align: center;
        display: block;
        width: 90px;
        height: 90px;
        font-size: 0
    }

    .lanyun-section-kefu .service-list .ewm-box .img img,.lanyun-section-kefu .service-list .ewm-box .img:after {
        display: inline-block;
        vertical-align: middle
    }

    .lanyun-section-kefu .service-list .ewm-box .img img {
        max-width: 100%;
        max-height: 100%
    }

    .lanyun-section-kefu .service-list .ewm-box .img:after {
        content: "";
        height: 100%
    }

    .lanyun-section-kefu .service-list .ewm-box p {
        font-size: 12px
    }
}

.p-about-en {
    color: #333;
    font-size: 34px;
    font-family: "times new roman";
    text-align: center;
    line-height: 1.5;
    padding-top: 1vh;
}

.p-about-tit {
    color: #333;
    font-size: 36px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 3vh;
}




@media(max-width: 992px) {
    .page-product-detail-effect {
        pointer-events: none;
    }
}


@media(max-width:1699px){
  .pad130{
    padding:0 80px;
  }
}
@media(max-width:1599px){
   .pad130{
     padding:0;
   }
   .pro-cate{
     padding:0 50px;
   }
}
@media(max-width:1199px){
  .x-header-right{
    width: 70%;
  }
  .x-menu > li > a{
    font-size: 16px;
  }
  .pro-cate{
    padding:0;
  }
  .life{
    padding-top:30vh;
  }
  .lifebox{
    text-align: center;
  }
  .life .intro{
    max-width: 80%;
    margin:2vh auto 4vh;
  }
  .about-list{
    width: 100%;
    margin-bottom: 20px;
  }
  .book{
    width: 100%;
  }
  .book #message-form{
    margin-top:2vh;
  }
  .book #message-form .form-group{
    margin-bottom: 15px;
  }
  .foot-left{
    width:40%;
  }
  .x-layout-contact{
    width: 60%;
  }
  .telnum{
    font-size: 40px;
  }
  .x-copyright{
    width: 100%;
    text-align: center;
  }
}
@media(max-width:991px){
  .x-product{
    padding:5vh 0;
  }
  .pro-cate li{
    width: 25%;
    margin-bottom: 15px;
  }
  .pro-list{
    margin-left:-8px;
    margin-right:-8px;
  }
  .pro-list li{
    width: calc(33.333% - 16px);
    margin: 0 8px;
  }
  .pro-list li h3{
    position: static;
    color:#333;
    font-size: 16px;
    opacity: 1;
  }
  .life{
    padding: 20vh 0 10vh;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .life h2{
    font-size: 30px;
  }
  .life .cover{
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .pro-box{
    margin-top:2vh;
  }
  .x-product .more{
    margin-top:5vh;
  }
  .in-more a{
    width:300px;
    padding-left: 52px;
  }
  .x-case h2,.service h2,.book h3,.x-news h2{
    font-size: 40px;
  }
  .book .tit{
    font-size: 24px;
  }
  .case-more{
    margin-top:5vh;
  }
  .service{
    margin-top:5vh;
  }
  .ser-list li{
    padding:4vh 15px;
    text-align: center;
  }

  .x-about{
    padding:5vh 0;
  }
  .x-news{
    margin-top:5vh;
  }
  .foot-left{
    width: 100%;
    text-align: center;
  }
  .x-layout-desc{
    margin:0 auto;
  }
  .foot-left:after{
    background:none;

  }
}





.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 0 1.8em;
    outline: none;
    border: 1px solid #fff;
    width: 48px;
    height: 10px;
    font-weight: 700;
    line-height: 8px;
    color: #fff;
    text-align: left;
    text-indent: -30px;
    position: relative;
}

.x-banner .owl-carousel .owl-dots .owl-dot span {
    display: block;
    background: #fff;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.x-banner .owl-carousel .owl-dots .owl-dot:hover {
}

.x-banner .owl-carousel .owl-dots .owl-dot.active span {
    animation: mymove 7.999s linear infinite;
    -webkit-animation: mymove 7.999s linear infinite;
}

@keyframes mymove {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}












@media(max-width:767px){
  .x-banner .owl-carousel .owl-dots{
    bottom:15px;

  }
  .x-banner .owl-carousel .owl-dots button.owl-dot{
    font-size: 0;
    margin:0 5px;
    width: 34px;
    height: 7px;
  }
  .x-banner .owl-carousel .owl-dots button.owl-dot.active span{
    width: 100%;
    animation: none;
  }
  .pro-list li:last-child{
    display: none;
  }
  .pro-list li{
    width: calc(50% - 16px);
  }
  .x-product .more{
    margin-top:3vh;
  }
  .in-more a {
    width: 250px;
    padding-left: 28px;
    font-size: 15px;
    border: 1px solid #333;
  }
  .in-more a b{
    font-size: 16px;
  }
  .life{
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 15vh 0 8vh;
    background-attachment:scroll;
  }
  .life h2{
    font-size: 24px;
  }
  .life .intro{
    font-size: 16px;
  }
  .life .cover {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .x-case{
    padding:5vh 0;
  }
  .x-case h2{
    font-size: 24px;
  }
  .case-cate a{
    font-size: 16px;
  }
  .service h2{
    font-size: 24px;
  }
  .ser-list li h3{
    font-size: 16px;
  }
  .book h3{
    font-size: 24px;
  }
  .book .tit{
    font-size: 16px;
  }
  .book #message-form .form-group{
    width: 100%;
    margin: 0 0 10px;
  }
  .mes-tel{
    font-size: 20px;
  }
  .x-news h2{
    font-size: 24px;
  }
  .news-cate li{
    font-size: 18px;
    padding-right:30px;
  }
  .news-cate li + li{
    margin-left:14px;
  }
  .news-list{
    margin:0;
  }
  .news-list li{
    width: 100%;
    margin:0 0 3vh;
  }
  .news-list li .intro{
    line-height: 1.5;
    margin:1vh 0;
  }
  .x-layout-logo img{
    max-width: 60%;
  }
  .x-layout-desc{
    max-width: 310px;
    font-size: 14px;
  }
  .x-footer{
    font-size: 13px;
    padding:2vh 0;
  }
  .case-cate a + a:before{
    padding:0;
  }
  .p-about-en{
      font-size:18px;
  }
  .p-about-tit{
      font-size:24px;
  }

}
@media(max-width:414px){
  .pro-cate li a{
    width: 70px;
    height: 70px;
    padding-top:5px;
  }
  .pro-cate li h3{
    font-size: 14px;
  }
  .pro-list li h3 span{
    font-size: 14px;
  }
  .mes-tel{
    font-size: 18px;
  }
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}






.x-layout {
    background: #181819;
    padding: 4vh 0;
}

.foot-left {
    width: 31%;
    float: left;
    position: relative;
}

.foot-left:after {
    position: absolute;
    width: 1px;
    height: 90%;
    right: 0;
    top: 5%;
    content: "";
    background: rgba(255, 255, 255, 0.2);
}

.x-layout-logo {
    margin-bottom: 3vh;
}



.x-layout-desc {
    max-width: 334px;
    background: #303030;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
}


.x-layout-contact {
    width: 55%;
    float: left;
    padding: 2vh 0 0 4vw;
    _display: inline;
}


.f-con {
    margin-top: 3vh;
}

.f-hotline .tit {
    color: #999;
    font-size: 16px;
    line-height: 23px;
    width: 70px;
}

.telnum {
    font-family: "impact";
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-left: 15px;
}


.online {
    width: 152px;
    border-radius: 3px;
    background: url(../images/kf4.png) no-repeat 32px 50% #258231;
    padding-left: 62px;
    margin-left: 7%;
}

.online:hover {
    background: url(../images/kf4.png) no-repeat 32px 50% #258231;
}

.online a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
}


.f-con {
    margin-top: 3vh;
}
.f-con-text {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}


.viewmap {
    margin-top: 26px;
    background: url(../images/mp.png) no-repeat 0 50%;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    padding-left: 25px;
    margin-left: 6%;
}

.x-layout-ewm {
    width: 154px;
    text-align: center;
    float: right;
    background: #222;
    padding: 10px 0;
}

.x-layout-ewm img {
    margin-bottom: 8px;
}

.x-layout-ewm p {
    color: #999;
    font-size: 14px;
    line-height: 2;
}



.x-link {
    background: #181819;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 25px 0 20px;
}

.x-link .con1 {
    position: relative;
}

.x-link .con1 a{color:#fff}


.x-link .tit {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 46px;
    width: 105px;
}

.x-link .con {
    width: calc(100% - 105px);
    color: rgba(255, 255, 255, 0.24);
    font-size: 13px;
    line-height: 23px;
}



.x-footer {
    background: #111;
    padding: 3vh 0;
    /* text-align: center; */
    font-size: 14px;
    color: rgba(153, 153, 153, 0.5);
    line-height: 1.8;
}

.x-footer a {
    color: rgba(153, 153, 153, 0.5);
}

.x-footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
    margin: 5px 0;
}




.x-header {
    background: rgba(37, 130, 49, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.x-logo {
    float: left;
    padding: 35px 0;
}

.x-logo a {
    display: block;
}

.top-brand {
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    padding: 1.5vw 0 0 15px;
}

.top-brand a {
    color: #fff;
}



.top-brand p:nth-child(1){font-size: 24px; font-weight: 700;}
.top-brand p:nth-child(2){font-size: 20px;font-weight: 400;}



.x-header-right {
    float: right;
    width: 77%;
    text-align: right;
    padding-top: 14px;
}

.x-search {
    padding: 0 30px;
    position: relative;
}

.x-search:before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    background: #fff;
    content: "";
}

.hotline {
    background: url(../images/dh3.png) no-repeat 0 50%;
    padding-left: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-right: 25px;
}

.x-header-right .t-ewm {
    position: relative;
    cursor: pointer;
}

.x-header-right .t-ewm .top-ewm {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 999;
}

.x-search {
    cursor: pointer;
}

.x-header-right #formsearch, .x-header-right .x-login {
    display: inline-block;
    vertical-align: middle;
}

.x-header-right #formsearch {
    width: calc(100% - 100px);
    position: relative;
}

.x-header-right #formsearch:before {
    content: '|';
    position: absolute;
    left: 36px;
    top: 5px;
}

.x-header-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    height: 20px;
    padding-left: 10px;
}

.x-header-right .x-login {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    line-height: 30px;
}

.x-header-right .x-login .username {
    max-width: 75px;
    vertical-align: -10px;
    display: inline-block;
}

.x-header-right .x-login a {
    color: #000;
}

.x-header-right .x-login a:hover {
    color: #9c6e32;
}




.searchbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    padding: 5vh 0;
    display: none;
}

.searchbox #formsearch {
    border-bottom: 1px solid #fff;
    width: 500px;
    margin: 0 auto;#toolbar
}

.searchbox #keyword {
    background: none;
    border: none;
    outline: none;
    width: calc(100% - 40px);
    float: left;
    line-height: 42px;
    color: #fff;
    text-indent: 20px;
    font-size: 14px;
}

.searchbox #s_btn {
    width: 40px;
    float: left;
    background: url(../images/soua.png) no-repeat 50% 50%;
    border: none;
    line-height: 42px;
}

.searchbox ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ddd;
}

.searchbox ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd;
}

.searchbox :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ddd;
}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}


.flex_b{    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;}

.flex_c{ display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

/* pp_bg */
.pp_bg{background:#f8f8f8;}
.pp_ll li{width: 16.6%;padding:25px 0px;border-top: 2px solid #f8f8f8;}
.pp_ll li .img1{width: 45px;margin:0 auto}
.pp_ll li .img1 img{max-width: 100%;}

.pp_ll li .img2{width: 45px;margin:0 auto;display: none;}
.pp_ll li .img2 img{max-width: 100%;}

.pp_ll li:hover .img1{display: none;}
.pp_ll li:hover .img2{display: block;}
.pp_ll li h2{color:#5a5a5a;font-size: 15px;text-align: center;margin-top: 15px;font-weight: 400;}
.pp_ll li h2 a{color:#5a5a5a;}
.pp_ll li:hover h2 a{color:#258231}
.pp_ll li:hover{border-top: 2px solid #258231;}



@media (max-width: 1024px) {
    .pp_ll li{width: 33.333%;padding:25px 0px;border-top: 2px solid #f8f8f8;}
    .pp_ll li h2{color:#5a5a5a;font-size: 13px;text-align: center;margin-top: 15px;font-weight: 400;}
}




.cptt{    color: #010101;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;text-align: center;}


@media (max-width: 1440px) {
    .cptt{font-size: 40px;}
    }


@media (max-width: 1024px) {
        .cptt{font-size: 24px;}
        }



/* cpfl */
.cpfl{width: 100%;margin-top: 45px;}
.cpfl li{width: 12%;text-align: center;	border:solid 1px #e9e9e9;line-height:55px;margin:0 15px}
.cpfl li a{color: #666666;font-size:16px ;text-align: center;}
.cpfl li:hover{background-color: #258231;border:solid 1px #258231;}
.cpfl li:hover a{color:#fff}


@media (max-width: 1200px) {
    .cpfl li{width: 14%;text-align: center;	border:solid 1px #e9e9e9;line-height:55px;margin:0 10px}
    }



    @media (max-width: 992px) {
        .cpfl li{width: 28%;text-align: center;	border:solid 1px #e9e9e9;line-height:55px;margin:0 10px;margin-bottom: 10px;}
        }
    
        @media (max-width: 768px) {
            .cpfl li{width: 42%;text-align: center;	border:solid 1px #e9e9e9;line-height:55px;margin:0 10px;margin-bottom: 10px;}
            }


.page-message-img img{width: 100%;}


a.more33{display: block;background:url(../images/mn22.png) no-repeat center top;width: 19px;margin:0 auto;margin-top:10px;height:19px}
.pro-list li:hover a.more33{background:url(../images/mn11.png) no-repeat center top;}



/*手机底部*/
@media (max-width:768px){
    .db{display:block!important;}
   }
   
   
   .dbb{height:50px;}
   
   /* 页脚 */
   .footer {
     position: fixed;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 999;
     background: #258231;
   }
   
   .footer ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
   }
   
   .footer ul li {
     -webkit-box-flex: 1;
         -ms-flex: 1;
             flex: 1;
     text-align: center;
     color: #ffffff;
     line-height: 30px;padding:10px 0;
     font-size: 0;
   }
   
   .footer ul li.active {
     background: #258231;
   }
   
   .footer ul li a {
     display: block;color:#fff;
   }
   
   .footer ul li .iconfont {
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     margin-right: 5px;
   }
   
   .footer ul li span {
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;color:#fff;
   }
   
   
   .footer li .icon-home{ background: url(../images/a11.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-home2{ background: url(../images/a22.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-phone{ background: url(../images/a33.png) no-repeat;width:20px;height:20px;}
   .footer li .icon-contact{ background: url(../images/a44.png) no-repeat;width:20px;height:20px;}
   
   .footer li .icon-phone:before{font-size:0;}
   
   .footer ul li a{border-left:1px solid #dbf1de;}
   .footer li .icon-font:before{display: none;}

  
   .xymob-page-backtop .icon-top:before{display: none!important;}
   .xymob-page-navbtn .icon-dots-horizontal:before{display: none!important;}