/*Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“Ã¦Â Â·Ã¥Â¼Â*/
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;
}

.w1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


.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);
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}


.roll_product {
    float: left;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

/* product */


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

.pro-cate {
    justify-content: center;
}

.pro-cate li {
    width: 10%;
    text-align: center;
    background: #414141;
    margin: 0 7px;
    padding: 16px 0;
}

.pro-cate li a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.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 {
    background: #ff7e00;
}

.pro-cate .on a {}

/* .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(25% - 30px);
    float: left;
    margin: 0 15px;
    margin-bottom: 40px;
}

.pro-list li a {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
}

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

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

.pro-list li .wz {
    background: #e5e5e5;
    color: #000000;
    font-size: 18px;
    padding: 16px 5px;
    text-align: center;
}

.pro-list li:hover a {
    border-color: #ff7e00;
}

.pro-list li:hover a .wz {
    background: #ff7e00;
    color: #fff;
}

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

@media(min-width: 992px) {}

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

.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/5e199e025f086a4645130006f012541d626a329e.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/9ed2274d258867eedff6839d40b5dce38200202f.png) no-repeat 92% 50%;
}

/* Ã¤Â¸ÂªÃ¦â‚¬Â§Ã§â€Å¸Ã¦Â´Â» */
.w1340 {
    max-width: 1370px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.life {
    background: url(../images/bj1.jpg) 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/a3e14a82dc153aecdf5f0a07b862fda43126ba4c.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: 650px;
    margin: 2vw 0;
}

.life .more {}

.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/027da385b24f1399ff4c47f7f27a63599ff84999.png) no-repeat 80% 50%;
    text-align: left;
}

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

/* Ã¦Â¡Ë†Ã¤Â¾â€¹Ã¨ÂµÂÃ©â€°Â´ */
.x-case {
    background: url(../images/4c523222d1118c56ea47cc286ad2b2fbace77388.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;
    color: #666666;
    font-size: 18px;
}

.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;
}

.x-case-list a {
    display: block;
    position: relative;
}

.x-case-list .img {
    overflow: hidden;
}

.x-case-list .img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.x-case-list .wz {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 126, 0, .79);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 3.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
}

.x-case-list .wz .wza {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.x-case-list .wz .wzb {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    text-align: center;
    margin: 2vw 0;
}

.x-case-list .wz .wzc {
    width: 113px;
    height: 43px;
    background: #fff;
    margin: 0 auto;
    line-height: 43px;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.x-case-list .x-case-item a:hover .wz {
    opacity: 1;
}

.x-case-list .x-case-item a:hover .img 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);
}

.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/199acfc733f1c22ec5f0960f64e950a6fb7818f1.png) no-repeat 72% 50%;
    text-align: center;
    padding-left: 0;
}

.case-moree a b {
    font-size: 18px;
}
.case-more a:hover{
    color: #fff;
    background: url(../images/9ed2274d258867eedff6839d40b5dce38200202f.png) no-repeat 72% 50%;
}

/* Ã¦Â Â¸Ã¥Â¿Æ’Ã¦Å“ÂÃ¥Å Â¡ */
.service {
    background: url(../images/185184c10263c463801777092a3a86648a68daca.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: 2vw 1.8vw;
    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: 56px;
    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;
    margin: 5px 0;
}

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

}

.ser-list li:hover img {
    transform: translateY(-56px);
}

.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 .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;
    background: none;
    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% - 103px);
}

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

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

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

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

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

.book .btn-primary:hover{
     background: #ed7610;
}
.mes-tel {
    background: url(../images/cdfaec0220d123c89e7d55adde500707e9b5560b.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/199acfc733f1c22ec5f0960f64e950a6fb7818f1.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/9ed2274d258867eedff6839d40b5dce38200202f.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/9f87f2484de4be86aa76e23ed7a2c93896823094.png) no-repeat 100% 50%;
    padding-right: 34px;
    cursor: pointer;
}

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

.news-cate li.on {
    background: url(../images/33bcc37576edbce4b7bb8356b6059b450860fae6.png) no-repeat 100% 50%;
    font-weight: 700;
    color: #ed7610;
}
.news-cate li:hover {
    background: url(../images/33bcc37576edbce4b7bb8356b6059b450860fae6.png) no-repeat 100% 50%;
    font-weight: 700;
    color: #ed7610;
}


.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%;
    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:hover h3{
    color: #ed7610;
}
.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/1ed2230f0fb8cf24aeaa365618aa56109b166bd1.png) no-repeat 0 0;
}

.news-list li:hover .more {
    background: url(../images/fe5264f9a6e45080d70b7e668b0f877a147c07cb.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/1a7374027e9e13719b3bef704879e1f2b664bb0c.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;
}

.x-layout-contact a {
    color: #fff;
}


.x-layout {
    background: #181819;
    padding: 3.125vw 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/80f72c31bb121643d68cd5adaf642cc07c05b174.png) no-repeat 32px 50% #ff7e00;
    padding-left: 62px;
    margin-left: 7%;
}

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

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


.f-con {
    margin-top: 1.8vw;
}

.f-con-text {
    color: #999;
    font-size: 16px;
    line-height: 26px;
    width: 60%;
}


.viewmap {
    margin-top: 26px;
    background: url(../images/776d46ab0e8f31f7b8670fe24aa3f0640d70434a.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;
    display: none;
}

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


.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;
}




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


@media(max-width:1699px) {
    .pad130 {
        padding: 0 80px;
    }
}

@media(max-width:1599px) {
    .pad130 {
        padding: 0;
    }

    .pro-cate {
        padding: 0 50px;
    }
}

@media(max-width:1280px) {
    .x-header-right {
        width: 70%;
    }

    .x-menu>li>a {
        font-size: 15px;
    }

    .pro-cate {
        padding: 0;
    }

    .pro-cate li a {
        font-size: 16px;
    }

    .pro-list li .wz {
        font-size: 16px;
    }

    .life {
        padding-top: 20vh;
    }

    .lifebox {
        text-align: center;
    }

    .life .intro {
        max-width: 80%;
        margin: 2vh auto 4vh;
    }

    .x-case-list .wz .wzb {
        font-size: 14px;
    }

    .ser-list li h3 {
        font-size: 22px;
    }

    .ser-list li .intro {
        font-size: 13px;
    }

    .about-list {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-list .x-case-item {
        display: block;
    }

    .book {
        width: 100%;
    }

    .book #message-form {
        margin-top: 2vh;
    }

    .book #message-form .form-group {
        margin-bottom: 15px;
    }

    .foot-left {
        width: 30%;
    }

    .x-layout-contact {
        width: 54%;
    }

    .telnum {
        font-size: 40px;
    }

    .x-copyright {
        width: 100%;
        text-align: center;
    }

    .online {
        margin-left: 5%;
    }
}

@media(max-width:1200px) {


    .telnum {
        font-size: 24px;
    }

    .x-layout-desc {
        padding: 5px;
        max-width: 300px;
        font-size: 14px;
    }

    .f-hotline .tit {
        font-size: 13px;
    }

    .f-con-text {
        font-size: 14px;
    }

    .viewmap {
        margin-top: 12px;
    }

    .x-layout-ewm img {
        max-width: 90px;
        width: 100%;
    }

    .ser-list li {
        padding: 2vw 1.4vw;
    }
}

@media(max-width:991px) {
    .x-product {
        padding: 5vh 0;
    }

    .pro-cate {
        flex-wrap: wrap;
    }

    .pro-cate li {
        width: 31.333%;
        margin: 0 1%;
        margin-bottom: 2%;
        padding: 10px 0;
    }

    .pro-cate li a {
        font-size: 13px;
    }

    .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;
    }

    .pro-list li .wz {
        font-size: 14px;
        padding: 10px 5px;
    }

    .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 {
    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 {
        width: calc(50% - 16px);
        margin-bottom: 20px;
    }

    .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: 10vh 0 8vh;
        background-attachment: scroll;
    }

    .life h2 {
        font-size: 20px;
    }

    .life .intro {
        font-size: 14px;
        line-height: 24px;
        margin: 10px auto;
        max-width: 100%;
    }

    .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 {
        font-size: 14px;
        margin-top: 10px;
    }

    .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 {}

    .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-header {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
}

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

.x-logo img {
    max-width: 100%;
}


.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 {
    font-weight: 700;
    font-size: 24px;
}

.x-header-right {
    float: right;
    width: 61.25%;
    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/65d946f637173b362ce3f491f79b686c0d9be8cf.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: 999999;
}

.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: 999999;
    padding: 5vh 0;
    display: none;
}

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

.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/0262b7e23f070849703c857104112151a8cb67c4.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;
}


/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 14px;
}

.footer3 ul li:nth-child(1) .iconfont {
    background: url("../images/b544c19c69b83bbe43c1274f87d99f8463b23472.png") no-repeat 50%;
}

.footer3 ul li:nth-child(2) .iconfont {
    background: url("../images/b26655bdcb5a7dc2df997405eb240a45c466bb0f.png") no-repeat 50%;
}

.footer3 ul li:nth-child(3) .iconfont {
    background: url("../images/d077420e30ae81b861be3a532ee75cc320e1deb8.png") no-repeat 50%;
}


.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}