/* 
* @Author: Vita
* @Date:   2021-02-13 21:26:15
* @Last Modified by:   Vita
* @Last Modified time: 2021-08-18 20:44:51
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:600");

@font-face {
  font-family: 'HKGrotesk';
  src: url("../fonts/HKGrotesk-Light.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'HKGrotesk';
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'HKGrotesk';
  src: url("../fonts/HKGrotesk-SemiBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Playfair';
  src: url("../fonts/PlayfairDisplay-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }

html, body {
  background-color: #eaeaea;
  font-family: 'HKGrotesk', "微軟正黑體", "Microsoft JhengHei";/*"Helvetica,Pingfang SC,STHeiti,Verdana,Arial,Tahoma,sans-serif","Microsoft YaHei"; */  
}

input, textarea, select {
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

li {
  float: left;
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

.app{
    position: relative;
    width: 100%;
}
@media (min-width: 1200px)
.wrap {
    max-width: 1000px;
}
.wrap {
    max-width: 1225px !important;
}
@media (min-width: 1200px)
.wrap {
    max-width: 1140px;
}
@media (min-width: 992px)
.wrap {
    max-width: 960px;
}
@media (min-width: 768px)
.wrap {
    max-width: 720px;
}
@media (min-width: 576px)
.wrap {
    max-width: 540px;
}
.wrap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.wrap2 {
    width: 100%;
    padding-right: 58px;
    padding-left: 58px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px){
    .wrap2 {
        max-width: 720px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 576px){
    .wrap2 {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.ma-infinitypush-open .app{
    z-index: 2;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.ma-infinitypush-wrapper{
    z-index: 1;
}

/*.ma-infinitypush-wrapper{
    background-color: #333;
}
.ma-infinitypush-wrapper .ma-infinitypush>ul{
    border-bottom: none;
}
.ma-infinitypush-wrapper .ma-infinitypush ul{
    background-color: #333;
}
.ma-infinitypush-wrapper .ma-infinitypush ul li a{
    color:#fff;
    font-size: 16px;
}*/


/*手机菜单*/
.cbp-spmenu{display: none;} 
.cbp-spmenu-push-toright{right: 0;}


@media (max-width:768px) {
     /*头部样式*/
    .cbp-spmenu {background: #fff; position: fixed; }
    .cbp-spmenu a {display: block; color: #fff; }
    .cbp-spmenu li{float:unset;}
    .cbp-spmenu li.dropdown .dropdown_menu {display:none;background-color: #f1f1f1;}
    .cbp-spmenu li.dropdown a{ position:relative;}
    .cbp-spmenu li.dropdown a span{ cursor:pointer;}
    .cbp-spmenu li.dropdown a i{cursor:pointer; cursor:pointer; vertical-align: middle;display: inline-block;height: 20px;position: absolute;right: 0;top: 0;width: 40px;height: 100%; background-image: url('../images/arrow-right.png'); background-size: 16px; background-repeat: no-repeat; background-position: center;}
    .cbp-spmenu li.dropdown.on a i{background-image: url('../images/arrow-down.png');}
    .cbp-spmenu li.dropdown .dropdown_menu a{ padding:10px 0; font-size: 14px;border-bottom: 1px solid #fff;}
    .cbp-spmenu li.dropdown.on .dropdown_menu{display:block;}
    .cbp-spmenu li.telephone a{background-position:20px center;background-repeat: no-repeat;background-size: auto;background-image: url(../images/tel_icon.png);padding-left: 25px;margin-right: 0px;}

    .cbp-spmenu-vertical {width: 180px; height: 100%; top: 0; z-index: 1000;margin-left: 10px;}
    .cbp-spmenu-vertical a {border-bottom: 1px solid #f3f3f3; padding: 15px 0; color:#444; text-align: center; font-size: 14px; }
    
    .cbp-spmenu-left {right: -180px; }
    .cbp-spmenu-right {left: -180px;background: none !important;    box-shadow: none !important; }
    .cbp-spmenu-left.cbp-spmenu-open {right: 0px;overflow-y: auto; }
    .cbp-spmenu-top {top: -150px; }
    .cbp-spmenu-bottom {bottom: -150px; }
    .cbp-spmenu-top.cbp-spmenu-open {top: 0px; }
    .cbp-spmenu-bottom.cbp-spmenu-open {bottom: 0px; }
    .cbp-spmenu-push {overflow-x: hidden; position: relative; right: 0; }
    .cbp-spmenu-push-toright {right: 180px; height: 100vh;overflow: hidden;}
    .cbp-spmenu-push-toleft {right: -180px; }
    .cbp-spmenu, .cbp-spmenu-push {-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
    /*手机版头部*/
    .cbp-spmenu{display: block;}
    .push-open:after{content:""; width: 100%; height: 100%;display: block;background:rgba(0,0,0,0.3);position: absolute;top: 0;right: 0;z-index: 9;}
    /*手机菜单样式结束*/
}





header {
    position: relative;
    z-index: 10;
    transition: transform 0.5s ease 0s;
    height: 100px;
}
header .header-wrap {
    width: 100%;
    height: 100px;
    align-items: center;
    display: flex;
    background:#fff;
    transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
    position: fixed;
    left: 0;
    top: 0;
}
header .logo{
    display:inline-block;
}
header .logo img {
    transition: all 0.3s ease 0s;
    padding-top: 1px;
    display:inline-block;
    vertical-align: middle;
    height:36px;
}
header .logo h1 {
    display:inline-block;
    margin-left: 20px;
    font-size: 16px;
    line-height: normal;
    vertical-align: middle;
    font-weight: normal;
    letter-spacing:5px;
}
header .nav-box {
  position: relative;
}
header .nav-box .nav {
  line-height: 40px;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
header .nav-box .nav a {
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  line-height: 40px;
  position:relative;
  overflow: hidden;
}
header .nav-box .nav a:hover {
  color: #888;
}

header .nav-box .nav a:after{
    content:"";
    width: 100%; height: 2px; display: block;
    background: #333;
    position:absolute; bottom:0; left:0;
-webkit-transform: translateX(-200%);
   -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
     -o-transform: translateX(-200%);
        transform: translateX(-200%);}  
header .nav-box .nav a.active:after,
header .nav-box .nav a:hover:after{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
-webkit-transition: all .3s linear;
   -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
     -o-transition: all .3s linear;
        transition: all .3s linear;
}

header .nav-box .nav li {
    padding: 0 18px;
    height: 40px;
    transition: all 0.3s ease 0s;
}

header .nav-box .nav li.cur a {
  color: #888;
}
header .nav-box .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}
header .nav-box .nav .dropdown {
    display: inherit;
    position: relative;
}
header .nav-box .nav .dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: 40px;
    width: 100%;
    background: none;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);
    width: 160%;
    left: -30%;
}
/*header .nav-box .nav .dropdown:hover .dropdown_menu {display:block;background:#f3f3f3;-webkit-transition:.5s; -moz-transition:.5s;-o-transition:.5s;transition:.5s;}*/
header .nav-box .nav .dropdown:hover .dropdown_menu:after {content:"";width:0;height:0;position:absolute;top:-5px;left:calc(50% - 5px);border-width:0 5px 5px;border-style:solid;border-color:transparent transparent #f1f1f1;}
header .nav-box .nav .dropdown:hover .dropdown_menu a {color:#666; font-size: 14px; width:100%;display:block;text-align: center;}
header .nav-box .nav .dropdown:hover .dropdown_menu a:after{ height:0;}
header .nav-box .nav .dropdown:hover .dropdown_menu a:hover {color:#fff;background:#ccc;}

header .un-position{
    position:unset;
    overflow:hidden;
}


header .nav-btn {
    visibility:hidden;
    position:relative;
    display:table;
    width:20px;
    height:20px;
    padding:0;
    z-index: 120;
}
header .nav-btn .nav-icon-inner {
    display:table-cell;
    vertical-align:middle;
    position:relative;
    z-index:300;
    cursor:pointer;
}
header .nav-btn .nav-icon-wrap {
    position:relative;
    top:3px;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
}

header .nav-btn span {
    display:block;
    position:absolute;
    height:2px;
    width:100%;
    background-color:#5a5b5f;
    opacity:1;
    left:0;
    transition:all .3s ease-in-out;
}

header .nav-btn span:nth-child(1) {
    top:0;
}
header .nav-btn span:nth-child(2), header .nav-btn span:nth-child(3) {
    top:6px;
}
header .nav-btn span:nth-child(4) {
    top:12px;
}
header .nav-btn.open span:nth-child(1), header .nav-btn.open span:nth-child(4) {
    top:6px;
    width:0;
    left:50%;
}
header .nav-btn.open span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}
header .nav-btn.open span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
header .nav-btn.open span{
    background-color: #fff;
}

@media (max-width: 780px) {

    header,header .header-wrap{
        height:80px;
    }
    header .logo h1 {
        display:none;
    }
    header .header-wrap .nav-box{
        display:none;
    }
    header .nav-btn {
        visibility:visible;
    }
}


/* --------- 公用头部描述 开始 --------- */
.public-describe{
    background:#fff;
}
.public-describe .text{
    display:flex;
    align-items: center;
    justify-content: center;
    height:420px;
}
.public-describe .text p{
    max-width: 600px;
    font-size: 26px;
    color:#000;
}

@media (max-width: 780px) {
    .public-describe .text{
        height: auto;
        padding: 50px 25px 100px;
    }
    .public-describe .text p{
        font-size: 24px;
    }
}
/* --------- 公用头部描述 结束 --------- */


/* --------- 首页头部尾部Banner 开始 --------- */
.swiper-banner{
    position:relative;
}


.swiper-banner .index-news-menu{position: absolute; text-align: center; z-index: 9; width: 100%; padding: 25px 0; font-size: 12px;}
.swiper-banner .index-news-menu .item{ padding:0 10px;}
.swiper-banner .index-news-menu .item:hover,.swiper-banner .index-news-menu .item.on{ text-decoration:underline;}
.swiper-banner .index-news-menu.white .item{ color:white;}

.swiper-banner .render-img{
    width:100%;
    max-height: 588px;
    min-height: 240px;
}
.swiper-banner .index-news.off{ visibility: hidden;}
.swiper-banner .index-banner,
.swiper-banner .index-news,
.swiper-banner .about-banner-1,
.swiper-banner .about-banner-2{
    position:absolute;
    top: 0;
    left:0;
    z-index: 1;
    background:#333;
    width:100%;
    height:100%;
}
.swiper-banner .index-banner .swiper-slide,
.swiper-banner .index-news .swiper-slide,
.swiper-banner .about-banner-1 .swiper-slide,
.swiper-banner .about-banner-2 .swiper-slide{
    background-color:#ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    position: relative;
    color: #000;
}

.swiper-banner .index-banner .swiper-slide video,
.swiper-banner .index-news .swiper-slide video,
.swiper-banner .about-banner-1 .swiper-slide video,
.swiper-banner .about-banner-2 .swiper-slide video{ 
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
    object-fit:cover;
}

.swiper-banner .index-banner .swiper-slide .layer,
.swiper-banner .index-news .swiper-slide .layer{
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: transparent;
    transition: all ease-in-out 0.25s;
}
.swiper-banner .index-banner .swiper-slide:hover .layer,
.swiper-banner .index-news .swiper-slide:hover .layer{
    background-color: #000;
    opacity:0.5;
}

.swiper-banner .index-news .swiper-slide .item-box{
    position:relative;
    justify-content: center;
    z-index: 3;
}
.swiper-banner .index-banner .swiper-slide .item-box,
.swiper-banner .index-news .swiper-slide .item-box,
.swiper-banner .about-banner-1 .swiper-slide .item-box,
.swiper-banner .about-banner-2 .swiper-slide .item-box{
    display: flex;
    align-items: center;
    height: 100%;
    position:relative;
    z-index:9;
}
.swiper-banner .index-banner .swiper-slide:hover .item-box,
.swiper-banner .index-news .swiper-slide:hover .item-box,
.swiper-banner .index-news .swiper-slide:hover .item-box a{
    color: white;
}
.swiper-banner .index-news .swiper-slide .item-box p,
.swiper-banner .index-banner .swiper-slide .item-box p{
    font-size: 12px;
}
.swiper-banner .index-news .swiper-slide .item-box h1,
.swiper-banner .index-banner .swiper-slide .item-box h1{
    font-size: 26px;
}
.swiper-banner .index-news .swiper-slide .item-box .text{
    text-align: center;
}

@media (max-width: 768px) {
    .swiper-banner .index-news .swiper-slide .item-box h1,
    .swiper-banner .index-banner .swiper-slide .item-box h1{
        font-size: 18px;
    }
}
/* --------- 首页头部尾部Banner 结束 --------- */

@media (max-width: 768px) {
    .index-catefory,.swiper-case{ display:none;} 
}


/* --------- 公用图文列表 开始 --------- */
.public-list{
    background:#fff;
}
.public-list .title{ text-align: center; font-size: 48px; margin-bottom:36px;}
.public-list .category_select{
    padding: 48px 0;
    position: relative;
}

.public-list .category_select .label {
    display:none;
    line-height: 40px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 28px;
    color: #444;
    font-size:14px;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    cursor:pointer;
}

.public-list .category_select .label .icon {
    background-image:url(../images/arrow-down.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.public-list .category_select .label .icon.up {
    transform: rotate(180deg);
}

.public-list .category_select .category {
    text-align: center;
}

.public-list .category_select .category li {
    display: inline-block;
    float:unset;
}

.public-list .category_select .category a {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0px;
    color: #333;
    border: 1px solid #fff;
    font-family: 'HKGrotesk', "微軟正黑體", "Microsoft JhengHei";
    margin: 0 10px;
    display: inline-block;
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
    position:relative;
    overflow:hidden;
}
.public-list .category_select .category a:after{
    content:"";
    width: 100%; height: 2px; display: block;
    background: #333;
    position:absolute; bottom:0; left:0;
-webkit-transform: translateX(-200%);
   -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
     -o-transform: translateX(-200%);
        transform: translateX(-200%);}  
.public-list .category_select .category a.active:after,
.public-list .category_select .category a:hover:after{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
-webkit-transition: all .3s linear;
   -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
     -o-transition: all .3s linear;
        transition: all .3s linear;
}

.public-list .category_select .category a.active, 
.public-list .category_select .category a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.public-list .category_select .category li.hasmore div ul a.active, 
.public-list .category_select .category li.hasmore div ul a:hover {
    background: #7d7d7d;
    color: #fff;
}
.empty-box{
    text-align: center;
    padding: 50px 0 150px;
}
.empty-box img{
    max-width: 100%;
}
.empty-box p{
    font-size: 14px;
    color:#969696;
    line-height: 54px;
}
@media (max-width: 768px) {
    .public-list .title{ font-size: 32px; }

    .public-list .category_select .label{
        display:flex;
    }
    .public-list .category_select .category{
        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        margin-top: 10px;
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        height: 0;
        overflow-y: auto;
        position: absolute;
        z-index: 3;
        text-align: left;
    }

    .public-list .category_select .category li {
        display: block;
    }
    .public-list .category_select .category li a {
        line-height: 40px;
        height: 40px;
        padding: 0 50px;
        color: #969595;
        display: block;
        background: #fff;
        font-size: 1.3rem;
        margin: 0 ;
    }
    .public-list .category_select .category li a:after{
        height:0;
    }
    .public-list .category_select .category a.active, 
    .public-list .category_select .category a:hover {
        background: #f8f8f8;
        border-color:#f8f8f8;
        border-radius: 0px;
    }

}

.public-list .case,
.public-list .news{
    overflow:hidden;
    display:flex;
    align-items: center;
    justify-content: space-between;
     flex-wrap: wrap;
}
.public-list .case .item,
.public-list .news .item{
    float:left;
    max-height:360px;
    width:calc(50% - 15px);
    position:relative;
    overflow: hidden;
    margin-bottom:30px;
    background:#ececec;
}
.public-list .case .item .thumb,
.public-list .news .item .thumb{
    width:100%;
    height:auto;
    background-color:#ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.public-list .case .item .layer,
.public-list .news .item .layer{
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: transparent;
    transition: all ease-in-out 0.25s;
}
.public-list .case .item:hover .layer,
.public-list .news .item:hover .layer{
    background-color: #000;
    background-color: rgba(0,0,0,.75);
}

.public-list .case .item .layer .text,
.public-list .news .item .layer .text{
    position:absolute;
    left: 50px;
    bottom:50px;
    z-index: 2;
    color:#000;
    width:calc(100% - 100px);
}
.public-list .case .item:hover .layer .text p,
.public-list .case .item:hover .layer .text h1,
.public-list .news .item:hover .layer .text{
    color: white;
}
.public-list .case .item .layer .text p,
.public-list .news .item .layer .text p{
    font-size:14px;
}
.public-list .news .item .layer .text h1,
.public-list .case .item .layer .text h1{
    font-size:20px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.public-list .pages{
    text-align: center;
    padding: 12px 0 58px;
}
.public-list .pages .link{
    min-width:17px;
    height:28px;
    line-height: 28px;
    font-size: 16px;
    margin:0 5px;
    display:inline-block;
    vertical-align: middle;
    overflow:hidden;
    position:relative;

}
.public-list .pages .link.link-prev,
.public-list .pages .link.link-next,
.public-list .pages .link.link-ellipsis{
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.public-list .pages .link.link-prev{
    margin-left: 0;
    background-image:url(../images/pages-arrow-left.png);
}
.public-list .pages .link.link-next{
    margin-right: 0;
    background-image:url(../images/pages-arrow-right.png);
}
.public-list .pages .link.link-ellipsis{
    background-image:url(../images/pages-ellipsis.png);
}
.public-list .pages .link.active{
    font-weight: 700;
}
.public-list .pages .link:after{
    content:"";
    width: 100%; height: 2px; display: block;
    background: #333;
    position:absolute; bottom:0; left:0;
-webkit-transform: translateX(-200%);
   -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
     -o-transform: translateX(-200%);
        transform: translateX(-200%);}  
.public-list .pages .link.active:after,
.public-list .pages .link:hover:after{
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
-webkit-transition: all .3s linear;
   -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
     -o-transition: all .3s linear;
        transition: all .3s linear;
}


.public-list .more{
    text-align: center;
    font-size: 16px;
    padding: 12px 0 38px;
}



@media (max-width: 1024px) {
    .public-list .news .item,
    .public-list .case .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .public-list .news .item .layer .text,
    .public-list .case .item .layer .text{
        left: 25px;
        bottom:25px;
        width:calc(100% - 50px);
    }
}
@media (max-width: 768px) {
    .public-list .news .item,
    .public-list .case .item {
        width: 100%;
        margin-bottom: 15px;
    }
    .public-list .news .item .layer .text,
    .public-list .case .item .layer .text{
        left: 15px;
        bottom:15px;
        width:calc(100% - 30px);
    }
    .public-list .news .item .layer .text p,
    .public-list .case .item .layer .text p{
        font-size:12px;
    }
    .public-list .news .item .layer .text h1,
    .public-list .case .item .layer .text h1{
        font-size:16px;
    }
}

/* --------- 公用图文列表 结束 --------- */

/* --------- 服务页 开始 --------- */
.service{

}
.service ul{

}
.service ul li{
    width: 100%;
    position:relative;
    max-height:586px;
    overflow:hidden;
}
.service ul li:nth-child(2n) .image{
    float: right;
}
.service ul li:nth-child(2n) .text{
    left: 0;
}
.service ul li:nth-child(1n) .text{
    right: 0;
}
.service ul li .image{
    float: left;
    width: 50%;
    height:100%;
    background-color: #eeeeee;
}
.service ul li .image img{
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.service ul li .text{
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50%;
    height:100%;
    color: #fff;
    background-color: #191919;
}
.service ul li .text dl dt{
    font-size: 20px;
    margin-bottom: 24px;
}
.service ul li .text dl dd{
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 768px) {
    .service ul li .image,
    .service ul li .text{
        width:100%;
    }
    .service ul li .text{
        background-color: rgba(0,0,0,.5);
    }
}
/* --------- 服务页 结束 --------- */


/* --------- 关于页 开始 --------- */
.about-content{
    padding:90px 0;
    background-color: #fff;
}
.about-content .describe{
    font-size: 36px;
    line-height: 53px;
    padding:30px 0 80px 0;
    color:#333;
    width:45%;
}
.about-content .images-text{

}
.about-content .images-text ul{
    display:flex;
    align-items:baseline;
    justify-content: space-between;
    flex-flow: row wrap;
}
.about-content .images-text ul:after{
    content: ""; 
    width: 25%;
}
.about-content .images-text ul li{
    width:calc(25% - 32px);
}
.about-content .images-text ul li{
    margin-bottom: 48px;
}
.about-content .images-text ul li .thumb{
    
}
.about-content .images-text ul li .thumb img{
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.about-content .images-text ul li .text{
    color:#333;
}
.about-content .images-text ul li .text h1{
    padding:24px 0;
    font-size: 16px;
}
.about-content .images-text ul li .text p{
    font-size: 12px;
}
@media (max-width: 1023px) {
    .about-content .describe{
        width:80%;
    }
    .about-content .images-text ul li{
        width:calc(25% - 24px);

    }
}
@media (max-width: 768px) {
    .about-content {
        padding: 60px 0;
    }
    .about-content .describe {
        line-height: 42px;
        padding: 30px 0 60px;
        font-size: 24px;
    }
    .about-content .images-text ul li{
        width:calc(50% - 10px);
    }

}
@media (max-width: 360px) {
    .about-content .images-text ul li{
        width:100%;
    }
}

/* --------- 关于页 结束 --------- */



/* --------- 联系页 开始 --------- */
.contact-index{
    padding:70px 0;
    background-color: #fff;
    overflow:hidden;
}
.contact-index .info{
    font-size: 14px;
    color:#333;
    line-height: 30px;
    width:50%;
    padding-left: 70px;
    padding-right: 30px;
    
}
.contact-index .info .con{
    min-height: 309px;
}
.contact-index .info .con .line{
    height:52px;
}

.contact-index .info .btn-box{
    padding-top: 50px;
}
.contact-index .info .btn-box a{
    font-size: 16px;
    color:#333;
    background: none;
    border:none;
    line-height: 52px;
    display:inline-block;
    border-bottom: 2px solid #333;
}

.contact-index .form{
    width:50%;
    padding-right: 70px;
    padding-left: 30px;
}
.contact-index .form ul{
    min-height: 309px;
}
.contact-index .form ul>li{
    width:44%;
    color:#333;
    font-size: 12px;
    margin-left: 6%;
    margin-bottom: 30px;
}
.contact-index .form ul>li .input {
    width:100%;
    height: 52px;
    overflow:hidden;
}
.contact-index .form ul>li .input .text {
    width: 100%;
    height: 52px;
    font-size: 14px;
    color: #222;
    border-bottom: 1px solid #ccc;
}
.contact-index .form ul>li .input .pk-input.-clean{
    width: 100%;
    height: 52px;
    font-size: 14px;
    color: #222;
    padding:0;
    border:none;
    border-bottom: 1px solid #ccc;
    box-sizing:border-box;
}
.contact-index .form ul>li .input .pk-arrow.-clean {
    background: none;
}
.contact-index .form .btn-box{
    text-align: right;
    padding-top: 50px;
}
.contact-index .form .btn-box button{
    font-size: 16px;
    color:#333;
    background: none;
    border:none;
    line-height: 52px;
}

.contact-map{
    height:586px;
    width:100%;
    background-color: #eeeeee;
}
.contact-map .mapContent{
    height:586px;
    width:100%;
    color:#434343;
    font-size:16px;
    line-height:26px;
}
.contact-map .mapContent .poi_title,
.contact-map .mapContent .poi_content{font-size: 14px;}

@media (max-width: 768px) {
    .contact-index {
        padding: 70px 0 0;
    }
    .contact-index .info,
    .contact-index .form{
        width:100%;
        padding: 0 24px;
    }
    .contact-index .info .con .line {
        height:24px;
    }
    .contact-index .info .con {
        min-height:auto;
    }
    .contact-index .info .btn-box {
        padding:20px 0 50px;
    }
    .contact-index .info .btn-box a {
        background: #f1f1f1;
        text-align: center;
        width: 100%;
    }
    .contact-index .form ul {
        min-height:auto;
    }
    .contact-index .form ul>li {
        width: 100%;
        margin-left: 0;
    }
    .contact-index .form .btn-box {
        padding: 20px 0 50px;
    }
    .contact-index .form .btn-box button {
        background: #f1f1f1;
        text-align: center;
        width: 100%;
    }
    .contact-map,.contact-map .mapContent {
        height: 360px;
    }
}

/* --------- 联系页 结束 --------- */


/* --------- 案例列表页 开始 --------- */
.case-index{
    border-bottom:1px solid #cccccc;
}
.case-index .public-describe .text {
    height: 240px;
}
.case-index .public-describe .text p{
    font-size: 48px;
}
@media (max-width: 768px) {
    .case-index .public-describe .text{
        padding: 50px 0 0;
        height:auto;
    }
    .case-index .public-describe .text p{
        font-size: 24px;
    }
}
/* --------- 案例列表页 结束 --------- */

/* --------- 案例内容页 开始 --------- */
.case-detail{
    background-color: #fff;
    border-bottom:1px solid #cccccc;
    padding:80px 0 46px 0;
}
.case-detail .case-wrap{}
.case-detail .case-wrap .detail{ color:#333; display:flex;align-items:; justify-content: space-between; }
.case-detail .case-wrap .detail .title{ margin-left: 58px; width:40%; font-size: 40px; line-height: 48px; }
.case-detail .case-wrap .detail .tags{ color:#333; font-size: 14px; display:none;}
.case-detail .case-wrap .detail .con{ margin-right: 58px; margin-left: 12px; width:60%;font-size:14px; line-height: 24px;line-height: 24px;}
.case-detail .case-wrap .desc{ margin-top: 60px; display:flex;justify-content:space-between; align-items:center;}
.case-detail .case-wrap .desc .tags{ margin-left: 58px; width:40%; color:#333;}
.case-detail .case-wrap .desc .channel{ display: flex;justify-content: space-between;align-items: center;margin-right: 58px;margin-left: 12px;width:60%;}
/*.case-detail .case-wrap .desc .channel .qrcode{ position:relative; transition: all .3s ease;-webkit-transition: all .3s ease;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABRklEQVRYR+1XSxKCMAwlV2rZCycTTgbuaa8UJ45xKgRIKMI4yqrD5PPye2mhOPmDk/0XLwDee8wFg4htjLFhO977js4hhJr/OecaALiGEB6+3wCQga0gyOguANIILGAog38A2gxQZjnTkx6QmkgqBQC0wzD0ScOpSjC2tRVABQD1FgDPKbjwZKgApGNUlmWFiF0mgPkxXJvj3wRADZc2z9ElqGamIKcJdT1A9V5iw4wp0AHIpWJJf3UZ7bkLyFnKenQ+FIB5HVtSLslqd4F4H3DOXVcAqG5Pa0Q2W4Lc6CV9Uwk+AUBjU5VWjaGtMuk2fFwg+UPEG9WT02hxwNtzSVdax58CILLp5FZsiVAr+8xAxc4WiUhr1CL3XQCYtw0RYoyxlfSYjDgD4wfP7MvI4JxEe+pkZrZUl2vOACS7hzShJqDTiegOOs4mP0adEvUAAAAASUVORK5CYII=);background-size: 32px;background-repeat: no-repeat; background-position: center;min-width:32px;height:32px;display:inline-block;margin-top: -24px;}*/
.case-detail .case-wrap .desc .channel .qrcode{ position:relative; transition: all .3s ease;-webkit-transition: all .3s ease;}
.case-detail .case-wrap .desc .channel .qrcode:hover{text-decoration: underline;}
.case-detail .case-wrap .desc .channel .qrcode .vmsg {
    position:absolute;
    pointer-events:none;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    opacity:0;
    white-space:nowrap;
    font-size:12px;
    right:75px;
    top:-75px;
    color:#333;
    width: 150px;
    height:170px;
    line-height:40px;
    padding:0 20px;
    border-radius:3px;
    background:#fff;
    box-shadow:0 5px 10px 0 rgba(165, 165, 165, 0.3);
}
.case-detail .case-wrap .desc .channel .qrcode .vmsg img{width:100%; margin-top: 20px;}
.case-detail .case-wrap .desc .channel .qrcode .vmsg:after {
    position:absolute;
    content:"";
    top:50%;
    right:-6px;
    margin-top:-10px;
    width:20px;
    height:20px;
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    border-radius:3px;
    background:#fff;
    /*box-shadow:0 5px 10px 0 rgba(0, 96, 35, 0.2);*/
}
.case-detail .case-wrap .desc .channel .qrcode:hover .vmsg {
    opacity:1;
    -ms-transform:translate(-40px, 0);
    -moz-transform:translate(-40px, 0);
    -o-transform:translate(-40px, 0);
    -webkit-transform:translate(-40px, 0);
    transform:translate(-40px, 0);
}


.case-detail .content{ margin-top: 95px;}
.case-detail .content img{ max-width: 100%;}
.case-detail .public-list{ margin-top: 48px;}
.case-detail .public-list .more {
    padding: 12px 0 0px;
}
@media (max-width: 768px) {
    .case-detail {padding: 42px 0px;}
    .case-detail .case-wrap .detail{ display:unset; width:100%; padding:0; }
    .case-detail .case-wrap .detail .title{ margin:0; width:auto;font-size:24px;}
    .case-detail .case-wrap .detail .tags{ display:block;}

    .case-detail .case-wrap .detail .con{margin:0; width:auto;}
    .case-detail .case-wrap .desc{display:block;  }
    .case-detail .case-wrap .desc .tags { display:none;}
    .case-detail .case-wrap .desc .channel {margin-right: 0px; margin-left: 0px;width: auto;}
    .case-detail .case-wrap .desc .channel .qrcode .vmsg{right: -210px;}
    .case-detail .case-wrap .desc .channel .qrcode .vmsg:after{left:-6px;right:auto;}

}

/* --------- 案例内容页 结束 --------- */


/* --------- 新闻列表页 开始 --------- */
.news-index{
    border-bottom:1px solid #cccccc;
}
.news-index .public-describe .text {
    height: 240px;
}
.news-index .public-describe .text p{
    font-size: 48px;
}
@media (max-width: 768px) {
    .news-index .public-describe .text{
        padding: 50px 0 0;
        height:auto;
    }
    .news-index .public-describe .text p{
        font-size: 24px;
    }
}
/* --------- 新闻列表页 结束 --------- */

/* --------- 新闻内容页 开始 --------- */
.news-detail{
    background-color: #fff;
    border-bottom:1px solid #cccccc;
    padding:96px 0;
}
.news-detail .news-wrap{
    width: 690px;
    margin:0 auto;
}
.news-detail .news-wrap .detail{ color:#333;}
.news-detail .news-wrap .detail .desc{font-size: 12px;}
.news-detail .news-wrap .detail .title{font-size: 32px;}
.news-detail .news-wrap .detail .content{
    padding:70px 0;
    border-bottom:1px solid #cccccc;
}
.news-detail .news-wrap .detail .content img{ max-width: 100%;}
.news-detail .news-wrap .news-related{}
.news-detail .news-wrap .news-related .title{
    padding:40px 0;
    font-size: 18px;
    color:#333;
}
.news-detail .news-wrap .news-related ul{}
.news-detail .news-wrap .news-related ul li{ width:50%;}
.news-detail .news-wrap .news-related ul li:nth-child(1n){
    padding-right:10px;
    padding-left:0px;
}
.news-detail .news-wrap .news-related ul li:nth-child(2n){
    padding-left:10px;
    padding-right:0px;
}
.news-detail .news-wrap .news-related ul li a{ 
    font-size: 14px;
    line-height: 30px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width: 768px) {
    .news-detail {
        padding:42px 24px;
    }
    .news-detail .news-wrap{
        width: 100%;
        margin:0 auto;
    }
    .news-detail .news-wrap .detail .title {
        font-size: 18px;
    }
    .news-detail .news-wrap .detail .content {
        padding:24px 0;
    }
    .news-detail .news-wrap .news-related .title {
        padding: 24px 0;
        font-size: 16px;
    }
    .news-detail .news-wrap .news-related ul li {
        width: 100%;
    }
    .news-detail .news-wrap .news-related ul li:nth-child(1n),
    .news-detail .news-wrap .news-related ul li:nth-child(2n){
        padding:0px;
    }
}

/* --------- 新闻内容页 结束 --------- */


footer {
  background-color: #fff;
  padding-top: 78px;
  padding-bottom: 38px;
}

footer .contact-wrap{
    color:#000;
    overflow:hidden;
}

footer .contact-wrap .contact{

}

footer .contact-wrap .contact .item{
    max-width: 320px;
    margin-right: 120px;
}

footer .contact-wrap .contact .item:last-child{
    margin-right: 0;
}

footer .contact-wrap .contact .item dt{
    font-size: 14px;
    margin-bottom:28px;
}

footer .contact-wrap .contact .item dd{
    font-size: 12px;
}
footer .contact-wrap .contact .item dd .mt15{
    margin-top: 15px;
}
footer .contact-wrap .qrcode{
   text-align: center;
}
footer .contact-wrap .qrcode .img{
    width:106px;
    height:auto;
}
footer .contact-wrap .qrcode .text{
   color:#7b7b7b;
   font-size: 12px; 
   margin-top: 12px;
}

footer .copyright{
    margin-top: 120px;
    font-size: 12px;
    color:#000;
}

footer .copyright a{
    margin-left: 10px;
}
footer .copyright a:first-child{
    margin-left: 0px;
}

@media (max-width: 1100px) {
    footer .contact-wrap .contact .item{
        max-width: 250px;
        margin-right: 100px;
    }
}
@media (max-width: 768px) {
	footer .contact-wrap .contact .item:first-child{
		margin-bottom:28px;	
	}
    footer .contact-wrap .contact .item{
        max-width: 100%;
        margin-right: 0;
    }
    footer .contact-wrap .qrcode{
       display:none;
    }
    footer .copyright{
        margin-top: 50px;
    }
    footer .copyright div{
        float: unset;
        display: block;
    }

}

.fix-customer {
    width:60px;
    height:60px;
    z-index:100;
    box-sizing:border-box;
    position:fixed;
    right:40px;
    bottom:100px;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
}
.fix-customer .kefu {
    display:block;
    width:100%;
    height:100%;
    border-radius:50%;
    position:relative;
    z-index:1;
    box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);
}
.fix-customer i {
    top:0;
    left:0;
    border-radius:50%;
    background:rgba(26, 183, 68, 0.25);
    width:100%;
    height:100%;
    position:absolute;
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}
.fix-customer .r1 {
    -webkit-animation:customerQuan 7s 0s linear infinite;
    animation:customerQuan 7s 0s linear infinite;
}
.fix-customer .r2 {
    -webkit-animation:customerQuan 7s .4s linear infinite;
    animation:customerQuan 7s .4s linear infinite;
}
.fix-customer .r3 {
    -webkit-animation:customerQuan 7s .8s linear infinite;
    animation:customerQuan 7s .8s linear infinite;
}
.fix-customer .vmsg {
    position:absolute;
    pointer-events:none;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    opacity:0;
    white-space:nowrap;
    font-size:12px;
    right:40px;
    top:-55px;
    color:#333;
    height:170px;
    line-height:40px;
    padding:0 20px;
    border-radius:3px;
    background:#fff;
    box-shadow:0 5px 10px 0 rgba(165, 165, 165, 0.3);
}
.fix-customer .vmsg img{width:100%; margin-top: 20px;}
.fix-customer .vmsg:after {
    position:absolute;
    content:"";
    top:50%;
    right:-6px;
    margin-top:-10px;
    width:20px;
    height:20px;
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    border-radius:3px;
    background:#fff;
    /*box-shadow:0 5px 10px 0 rgba(0, 96, 35, 0.2);*/
}
/*.fix-customer:after {
    content:'';
    position:absolute;
    right:2px;
    top:1px;
    width:12px;
    height:12px;
    border-radius:50%;
    z-index:2;
    background:linear-gradient(to bottom, #38dc79, #1ab744);
}*/
.fix-customer:hover i {
    display:none;
}
.fix-customer:hover .vmsg {
    opacity:1;
    -ms-transform:translate(-40px, 0);
    -moz-transform:translate(-40px, 0);
    -o-transform:translate(-40px, 0);
    -webkit-transform:translate(-40px, 0);
    transform:translate(-40px, 0);
}
@-webkit-keyframes customerQuan {
    0% {
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    15% {
        -ms-transform:scale(2);
        -moz-transform:scale(2);
        -o-transform:scale(2);
        -webkit-transform:scale(2);
        transform:scale(2);
    }
    30% {
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes customerQuan {
    0% {
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
    }
    15% {
        -ms-transform:scale(2);
        -moz-transform:scale(2);
        -o-transform:scale(2);
        -webkit-transform:scale(2);
        transform:scale(2);
    }
    30% {
        -ms-transform:scale(1);
        -moz-transform:scale(1);
        -o-transform:scale(1);
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}

/* --------- 右侧跟随 开始 --------- */
.right-contact{ position: fixed; width: 50px; right: 10px; top: 50%; margin-top: -150px; z-index: 99;}
.right-contact .right-top{ width: 50px; background-color: rgba(0,0,0,0.5); padding: 7px 0;border-radius:7px;-webkit-border-radius:7px;-moz-border-radius:7px;-o-border-radius:7px;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.right-contact.active .right-top{ margin-left: 79px;}
.right-contact .right-top li{ position: relative; width:50px;}
.right-contact .right-top li a.top,
.right-contact .right-top li a.tel,
.right-contact .right-top li a.wx,
.right-contact .right-top li a.message{ float: left; width: 100%; line-height: 0; position: relative; z-index: 10; background-position: center; background-repeat: no-repeat; background-size: 32px; }
.right-contact .right-top li:hover a,
.right-contact .right-top li a:hover{ background-color: #ce0a49;}
.right-contact .right-top li a.top{ height: 50px; background-image: url(../images/right-icon-top.png);background-size:100% auto; height:42px;}
.right-contact .right-top li a.tel{ height: 50px; background-image: url(../images/right-icon-tel.png);}
.right-contact .right-top li a.wx{ height: 50px; background-image: url(../images/right-icon-wx.png);}
.right-contact .right-top li a.message{ height: 50px; background-image: url(../images/right-icon-message.png);}
.right-contact .right-top li .right-wx-box{ position: absolute; width: 132px; height: 125px; padding: 9px 16px 8px 9px; background: url(../images/right-bg-wx.png) no-repeat; top: -33px;opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;}
.right-contact .right-top li:hover .right-wx-box{animation-name: distach, opaci;-moz-animation-name: distach, opaci;-o-animation-name: distach, opaci;-webkit-animation-name: distach, opaci;animation-duration: 200ms, 300ms;-moz-animation-duration: 200ms, 300ms;-o-animation-duration: 200ms, 300ms;-webkit-animation-duration: 200ms, 300ms;animation-timing-function: linear, linear;-moz-animation-timing-function: linear, linear;-o-animation-timing-function: linear, linear;-webkit-animation-timing-function: linear, linear;animation-delay: 0, 200ms;-moz-animation-delay: 0, 200ms;-o-animation-delay: 0, 200ms;-webkit-animation-delay: 0, 200ms;animation-iteration-count: 1, 1;-moz-animation-iteration-count: 1, 1;-o-animation-iteration-count: 1, 1;-webkit-animation-iteration-count: 1, 1;animation-fill-mode: forwards, forwards;-o-animation-fill-mode: forwards, forwards;-moz-animation-fill-mode: forwards, forwards;}
@keyframes distach{from {left:0;} to {left:-128px;}}
@-moz-keyframes distach{from {left:0;} to {left:-128px;}}
@-o-keyframes distach{from {left:0;} to {left:-128px;}}
@-webkit-keyframes distach{from {left:0;} to {left:-128px;}}
@keyframes opaci{ from { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; } to{ opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }}
@-moz-keyframes opaci{ from { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; } to{ opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }}
@-o-keyframes opaci{ from { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; } to{ opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }}
@-webkit-keyframes opaci{ from { opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; } to{ opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; }}
.right-contact .right-top li .right-tel-box{ position: absolute; width: 240px; height: 50px; padding: 0 0 0 20px; background-color: #e70012; top: 0; color: #fff; opacity: 0;filter: alpha(opacity=0);-moz-opacity: 0;border-radius:7px 0 0 7px;-webkit-border-radius:7px 0 0 7px;-moz-border-radius:7px 0 0 7px;-o-border-radius:7px 0 0 7px;}
.right-contact .right-top li .right-tel-box a{ background:none; height: 50px; font-size:14px; line-height: 50px; color:#fff;}
.right-contact .right-top li:hover .right-tel-box{ animation-name: distach2, opaci; -moz-animation-name: distach2, opaci; -o-animation-name: distach2, opaci; -webkit-animation-name: distach2, opaci; animation-duration: 200ms, 300ms; -moz-animation-duration: 200ms, 300ms; -o-animation-duration: 200ms, 300ms; -webkit-animation-duration: 200ms, 300ms; animation-timing-function: linear, linear; -moz-animation-timing-function: linear, linear;
    -o-animation-timing-function: linear, linear; -webkit-animation-timing-function: linear, linear; animation-delay: 0, 200ms; -moz-animation-delay: 0, 200ms; -o-animation-delay: 0, 200ms; -webkit-animation-delay: 0, 200ms; animation-iteration-count: 1, 1; -moz-animation-iteration-count: 1, 1; -o-animation-iteration-count: 1, 1; -webkit-animation-iteration-count: 1, 1; animation-fill-mode: forwards, forwards; -o-animation-fill-mode: forwards, forwards;-moz-animation-fill-mode: forwards, forwards;}
@keyframes distach2{ from {left:0;} to {left:-240px;} }
@-moz-keyframes distach2{ from {left:0;} to {left:-240px;}}
@-o-keyframes distach2{ from {left:0;} to {left:-240px;} }
@-webkit-keyframes distach2{ from {left:0;} to {left:-240px;}}
.right-contact .right-down .close{ width: 100%;height: 50px;line-height: 0;position: relative;display: inline-block;z-index: 10;background-position: center;background-repeat: no-repeat;background-size: 32px;background-image: url(../images/right-icon-close.png);-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.right-contact.active .right-down .close{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:(45deg);-o-transform:rotate(45deg);}

@media  screen and (max-width:991px){ 
    .right-contact{ display: none;}
}
/* --------- 右侧跟随 结束 --------- */


/* --------- 自定义Select 开始 --------- */
.pk-input{width:calc(100% - 16px);float:left;cursor:pointer;padding:8px;box-sizing:initial;}.pk-input.-clean{background:#fff;border:1px solid #eee;font:inherit;}.pk-input.-dark{background:#666;color:#eee;border:1px solid #999;font:inherit;}.pk-arrow{position:absolute;cursor:pointer;right:-2px;bottom:0;text-align:center;width:30px;padding-bottom:2px;}.pk-arrow.-clean{background:#eee;color:#aaa;}.pk-arrow.-dark{background:#666;color:#eee;}.pk-input.-clean:hover + .pk-arrow,.pk-arrow.-clean:hover{background:#dfdfdf;color:#aaa;}.pk-input.-dark:hover + .pk-arrow,.pk-arrow.-dark:hover{background:#000;color:#ccc;}.pk-arrow:before{transform:rotate(90deg);font-size:25px;position:relative;content:'›';margin:5px 0 0 13px;float:left;}.pk-overlay{width:100%;height:100%;position:fixed;background:#666;background:rgba(0,0,0,0.4);top:0;left:0;opacity:0;visibility:hidden;z-index:1110;transition:opacity .3s;}.pk-overlay.-show{opacity:1;visibility:visible;}.pk-modal{transform:translateX(-50%) scale(0.8,0.8);left:50%;top:30px;border-radius:3px;position:fixed;width:280px;max-height:90%;overflow-y:auto;z-index:1111;transition:all .3s;visibility:hidden;background:#f2f2f2;opacity:0;}.pk-modal > .head{box-sizing:initial;width:calc(100% - 20px);font-size:18px;padding:20px 10px;box-sizing:initial;}.pk-modal.-clean{background:#fff;border-bottom:10px solid #efefef;}.pk-modal.-clean > .head{color:#777;background:#efefef;}.pk-modal.-dark{color:#f2f2f2;background:#444;border-bottom:10px solid #333;}.pk-modal.-dark > .head{color:#f2f2f2;background:#333;}.pk-modal.-show{transform:translateX(-50%) scale(1,1);visibility:visible;opacity:1;box-shadow:1px 1px 20px 2px #888;}.pk-search{display:none;}.pk-search.-show{display:block;}.pk-search > input{box-sizing:initial;width:calc(100% - 22px);padding:8px 4px;margin:6px;border:1px solid #ddd;}.pk-no_result_search{padding:10px;font-size:14px;}.pk-modal > .close{position:absolute;top:18px;right:15px;color:#ccc;font-size:22px;cursor:pointer;}.pk-option{box-sizing:initial;cursor:pointer;padding:14px 10px;width:calc(100% - 20px);border-bottom:1px solid #efefef;}.pk-option.-clean{border-bottom:1px solid #efefef;}.pk-option.-dark{border-bottom:1px solid #333;color:#f2f2f2;}.pk-option.-clean:hover,.pk-option.-clean.-selected{background:#f2f2f2;}.pk-option.-dark:hover,.pk-option.-dark.-selected{background:#333;}.pk-option:last-child{border:none;}.pk-option > .icon:not(:empty){width:16px;margin-right:10px;color:#ccc;font-size:20px;float:left;margin-top:-3px;text-align:center;}.pk-option > .txt{color:#333;}.pk-modal > .main{list-style:none;}
/* --------- 自定义Select 结束 --------- */