/*³õÊ¼»¯ÑùÊ½*/

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

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

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

.xypg-right-content {
    font-size: 14px;
}


.xypg-right-content img{
    max-width: auto!important;
    width: 100%!important;
    height: 100%!important;
  
}

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


/*Í·²¿ÑùÊ½*/

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

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

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

.pro-cate li a {
    display: inline-block;
    width: 126px;
    height: 126px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    padding-top: 31px;
    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.7;
}

.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(33.333% - 30px);
    float: left;
    margin: 0 15px;
}

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

.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 h3 {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
    font-size: 0;
}

.pro-list li h3 span {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 60px;
    position: relative;
}

.pro-list li h3 span:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    left: 0;
    top: 0;
}

.pro-list li h3 span:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #fff;
    left: 0;
    bottom: 0;
}

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

.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(/template/default/images/b01.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(/template/default/images/b02.png) no-repeat 92% 50%;
}


/* ????€¡ì?¡±???? */

.life {
    background: url(/template/default/images/b03.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(/template/default/images/b04.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(/template/default/images/b05.png) no-repeat 80% 50%;
    text-align: left;
}

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


/* ??????¨¨??¨¦¡ë? */

.x-case {
    background: url(/template/default/images/b07.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(/template/default/images/b08.png) no-repeat 92% 50%;
    text-align: left;
    padding-left: 10%;
}

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


/* ???????????? */

.service {
    background: url(/template/default/images/b09.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 {
    transform: translateY(-70px);
}

.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;
    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(/template/default/images/b10.png) no-repeat 12px 50%;
}

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

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

.mes-tel {
    background: url(/template/default/images/b12.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;
}


/* ?¨C¡ã¨¦¡ª?¨¨??¨¨?? */

.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(/template/default/images/b13.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(/template/default/images/b14.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(/template/default/images/b15.png) no-repeat 100% 50%;
    padding-right: 34px;
    cursor: pointer;
}

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

.news-cate li.on {
    background: url(/template/default/images/b16.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(/template/default/images/b17.png) no-repeat 0 0;
}

.news-list li:hover .more {
    background: url(/template/default/images/b18.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("/template/default/images/b19.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: 33.33%;
        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;
    }
}

@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: 100px;
        height: 100px;
        padding-top:15px;
    }
    .pro-cate li h3 {
        font-size: 14px;
    }
    .pro-list li h3 span {
        font-size: 14px;
    }
    .mes-tel {
        font-size: 18px;
    }
}


/* ÊÖ»úÒ³½Å */

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

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