@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #f5f5f5;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 16px; line-height: 1.6;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #0097E2;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  /* font-size: 14px; */
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #009ee5;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap,
.wrap2 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after,
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1820px) {
  .wrap2 {
    /* max-width: none; */
    /* width: 100%; */
  }
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn a{cursor: pointer;}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #0097E2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.header {
  width: 100%;
  /* height: 120px; */
  position:relative;
  top: 0;
  left: 0;
  z-index: 90;
  /* padding: 0 60px; */
  background: #fff;
  /* border-bottom: 1px solid rgba(255,255,255,0.15); */
  transition:all .5s;
}
.header.small{box-shadow:0 5px 10px rgba(0,0,0,.1);background: #fff;}
.header .logo {
  display: table-cell; vertical-align: middle;
  overflow: hidden;
  height: 120px;
  /* margin-top: 16px; */
}
.header .logo span{display: inline-block; font-size: 20px; padding-left: 30px; float: left; padding-top:38px;}
.header .logo  span b{display: block; padding-bottom:3px;}
.header .r{float: none; display: table-cell; vertical-align: middle; text-align: right;}
.header .logo a{float: left;}
.header .logo img {
  height: 100%; 
}
.header:hover .logo img{filter:initial; transform:initial;}
.header.small .logo img{filter:initial; transform:initial;}
.header .search-box {
  float: left;
  margin-top: 25px;
  position: relative;
}
.header_search{display: inline-block; position: relative;}
.header_search .input_class{border-radius: 5px; border: #0097E2 solid 1px; padding: 12px 20px; width: 300px;  padding-right:70px; font-size: 16px;}
.header .language{align-items: center; display: flex; float: right;}
.header .language img{margin-right:20px;}
.header .language  b{font-size: 28px;    color: rgb(243, 92, 19);}
.search_class{position: absolute; right: 1px; top: 1px; bottom: 1px; cursor: pointer; width: 50px; border-radius:3px;   background: url(../images/search_icon.png) no-repeat center center #0097E2;
  background-size: 24px auto;}
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search.png) no-repeat center;
  cursor: pointer;
}
.header .search-box .search-bar {
  width: 1000px;
  height: 89px;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: 95;
  background: #fff;
  padding: 20px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .wrap2{display: table;/* width: 100%; */}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .language {
  /* float: left; */
  /* position: relative; */
  /* margin-top: 35px; */
  /* margin-left: 15px; */
}
.header .language span{padding: 0px 15px; color: #ccc;}
.header .language .on{color:#0097E2 ; font-weight: 600;}
.header .language .tit {
  height: 20px;
  line-height: 20px;
  padding: 0 14px 0 12px;
  cursor: pointer;
  background: url(../images/arrow1.png) no-repeat right 0 center;
  font-size: 16px;
  color: #666;
}
.header .language .tit.on {
  background-image: url(../images/arrow2.png);
}
.header .language .list {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5;
  width: 100px;
  padding-top: 10px;
  text-align: center;
  display: none;
}
.header .language ul {
  background: #0097E2;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0097E2;
  border-width: 4px;
  margin-left: -4px;
}
.header .language li a {
  height: 30px;
  line-height: 30px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.header .language li a:hover {
  background: #009ee5;
}
.header .nav {
  display: block; background: #009ee5; text-align: center; height: 60px;
}
.header .nav > ul{margin: 0px auto; width: initial; max-width: initial; display: inline-block;}
.header .nav > ul > li {
  float: left;
  position: relative;
}
.header .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
  display: block;
  font-size:18px;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0 40px; margin: 0px 1px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.header .nav > ul > li > a:hover{background: #f35c13; }


.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
  content: "";
  width: 0; display: none;
  height: 2px;
  background: #a3171c;
  position: absolute;
  left: 34px;
  bottom: 20px;
  z-index: 2;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::after {
  bottom: 14px;
  background: #2497cc;
}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav > ul > li.on > a {
   background: #f35c13; 
}
.header .nav > ul > li.on > a::before {
  width: 15px;
}
.header .nav > ul > li.on > a::after {
  width: 23px;
}
.header .nav > ul > li.on:hover > a::before,
.header .nav > ul > li:hover > a::before {
  animation: headline1 .5s infinite alternate;
  -moz-animation: headline1 .5s infinite alternate;
  -webkit-animation: headline1 .5s infinite alternate;
  -o-animation: headline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav > ul > li.on:hover > a::after,
.header .nav > ul > li:hover > a::after {
  animation: headline2 .6s infinite alternate;
  -moz-animation: headline2 .6s infinite alternate;
  -webkit-animation: headline2 .6s infinite alternate;
  -o-animation: headline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute; overflow: initial !important;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: none;
}
.header .nav .sub li {border-bottom: #35b3ec solid 1px; position: relative;}
.header .nav .sub li .sub_2{position: absolute; left:100%; top: 0px; display: none;}

.header .nav .sub li:hover>.sub_2{display: block;}
.header .nav .sub li a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  background: #068ecb;
  padding: 0 20px;
}
.header .nav .sub li a:hover {
  background: #f35c13;
}
.header .menu-btn {
  display: none;
}
@media only screen and (max-width: 1820px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .header .nav > ul > li > a {
    padding: 0 20px;
  }
  .header .nav > ul > li > a::after,
  .header .nav > ul > li > a::before {
    left: 20px;
  }
  .header .search-box .search-bar {
    width: 740px;
  }
}

.footer_top{display: block; background: #02354f; position: relative;}
.footer_top::after{position: absolute; left: 0px; top: 0px; height: 100%; width: 30%; background: #02273b; content: ""; display: inline-block;}
.footer_top .wrap{position: relative; z-index: 2;}
.footer_top_width{overflow: hidden; font-size: 14px; color: #fff; display: table; width: 100%;}
.footer_top_width_l{display: table-cell; width: 320px; height: 100%; vertical-align: top; padding:40px 0px; background: #02273b; padding-right: 50px;}
.footer_top_title{display: block; position: relative; font-size:18px; border-bottom: #054e73 solid 2px; padding-bottom:15px;}
.footer_top_title::after{width:40px; height: 2px; background: #f35d12; display: inline-block; content: ""; position: absolute; left: 0px; bottom:-2px;}
.footer_top_width_l_a{overflow: hidden;    text-align: center;
  padding-top:20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap:10px;}
.footer_top_width_l_a a{color: #fff; display: block; text-align: left; font-size: 14px;}
.footer_top_width_l_a a:hover{color: #ff0;}
.footer_top_width_logo{padding-top:10px;}

.footer_top_width_r{display: table-cell; vertical-align: top; padding:40px 0px; padding-left: 50px; overflow: hidden;}
.footer_top_width_r_li{display: inline-block; float: left;}
.footer_top_width_r_txt{display: block; padding-top: 20px;}
.footer_top_width_r_txt b{font-size: 18px; padding-bottom: 10px; display: block;}
.footer_txt_bt{padding:2px 0px; background: url(../images/r_icon.png) no-repeat 0 7px; padding-left: 15px;}
.footer_top_width_r_img{float: right; padding-top:50px;}
.footer_top_width_r_img .banner_gz_api_li{margin-left: 40px;}
.footer_bottom{color: rgb(255, 255, 255,  0.6); border-top: #033c57 solid 1px;  background: #011f2d; font-size: 14px; text-align: center; padding: 20px 0px;}
.footer_bottom a{opacity: .5; color: #fff;}
.footer_bottom a:hover{opacity:1; color: #fff;}
.footer_bottom_nav{padding-bottom: 10px; font-size: 16px;}
.footer_bottom_nav a{padding: 10px 30px; display: inline-block;}



.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#0097e1;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:rgb(243, 92, 19);}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:rgb(243, 92, 19);display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:-10px;}
.suspension .d-qrcode{top:38px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;display: block;overflow: auto;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-weight: 600; font-size: 16px; color: rgb(243, 92, 19); font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px; overflow: hidden;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner{background: #faefe9;/* padding:20px 0px; */}
.banner .swiper-slide{text-align: center;}
.banner .swiper-pagination {
  bottom: 24px;
}
.banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 9px; border-radius: 100%;
  border: solid 1px #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
.dtline span {
  width: 2px;
  height: 16px;
  background: #fff;
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.dtline span:nth-child(1) {
  height: 16px;
}
.dtline span:nth-child(2) {
  height: 12px;
}
.dtline span:nth-child(3) {
  height: 8px;
}
.dtline.dh span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size:32px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  color: #000;
}
.main .pctitle .title span {
  position: relative;
  display: inline-block;
}
.main .pctitle .title span::before,
.main .pctitle .title span::after {
  content: " ";
  position: absolute;
  z-index: 2;
  background: no-repeat;
  background-size: 100% auto;
}

.main .pctitle .slogan {
  font-size: 20px;
  color: #666;
  margin-top: 18px;
}
.main .profession {
  padding: 80px 0 60px 0;
}
.main .profession ul {
  margin: 70px -11px 0 -11px;
}
.main .profession ul li {
  width: 25%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}
.main .profession ul li a {
  display: block;
  position: relative;
}
.main .profession ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 66px 54px;
}
.main .profession ul li .icon {
  height: 55px;
  line-height: 55px;
}
.main .profession ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .profession ul li .txt {
  font-size: 20px; font-weight: bold;
  color: #fff;
  margin:18px 0;
}
.main .about .content {
   margin-top:50px; display: table;
  position: relative;
  overflow: hidden;
}
.main .about .pic {
  width: 50%; display: table-cell; vertical-align: top; padding-right: 60px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.main .about .pic:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .about .pic::after {
  content: " ";
  width: 71px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;display: none;
  background: url(../images/video.png) no-repeat;
  background-size: 100% auto;
}
.main .about .pic span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about {padding:70px 0px;}
.main .about .pic img {
  width: 100%;
}
.main .about .cont { display: table-cell; vertical-align: middle;
}
.main .about .pctitle {
  text-align:center;
}
.main .about .pctitle .title_txt{color: #333;}
.main .about .pctitle .entit {
  line-height: 60px;
  font-weight: bold;
  font-size: 60px;
  opacity: .1;
  text-transform: uppercase;
}
.main .about .pctitle .slogan {
  margin-top: 2px;
}
.main .about .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 30px 0 50px 0;
}
.main .about ul {
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.main .about ul li {
  width: 25%\9;
  float: left;
  font-size: 16px;
}
.main .about ul li:nth-child(4n+1) {
  clear: left;
}
.main .about ul li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.main .about ul li img {
  width: 100%;
  display: block;
}
.main .about ul li i {
  width: 104px;
  margin: 0 auto 14px auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .more {
  margin-top:30px;
}
.main .about .more a { line-height: 1.8; display: inline-block;
  font-size: 18px; background: #0097E2; padding:5px 60px; border-radius: 80px;
  color: #fff;
}
.main .about .more a:hover{background: #f35c13;}
.main .about .more span { display: block;
}
.main .production {
  /* padding: 80px 0; */
}
.main .production img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .production a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.main .production a > img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.main .production a:hover > img {
  opacity: .8;
  filter: alpha(opacity=80);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .production a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production .text.table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .production .text.table .td {
  width: 100%;
  display: block;
}
.main .production .text.table .icon {
  width: 81px;
  margin: 0 auto;
}
.main .production .text.table .txt {
  font-size: 22px;
  color: #fff;
  margin: 22px 0;
}
.main .news {
  padding: 12px 0 60px 0;
}
.main .news .content {
  margin-top: 54px;
}
.main .news .swiper-container {
  padding-bottom: 70px;
}
.main .news .swiper-slide a {
  display: block;
}
.main .news .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide a:hover .tit {
  color: #0097E2;
}
.main .news .swiper-slide .date {
  display: inline-block;
  border-radius: 4px;
  background: #e4f5ff;
  padding: 0 16px;
  color: #666;
  line-height: 35px;
  margin:20px 0 16px 0;
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .swiper-slide .tit {
  font-size: 20px;
  font-weight: bold;
}
.main .news .swiper-slide .txt {
  color: #888;
}
.main .news .swiper-pagination {
  bottom: 0;
}
.main .news .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #999;
  opacity: 1;
  border-radius: 0;
}
.main .news .swiper-pagination-bullet-active {
  background: #0097E2;
}
.main .maintain {
  background: url(../images/maintain_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 90px 0 100px 0;
}
.main .maintain .wrap {
  max-width: 1310px;
}
.main .maintain .pctitle .title,
.main .maintain .pctitle .slogan {
  color: #fff;
  font-weight: normal;
}
.main .maintain .content {
  margin: 60px -5px 0 -5px;
  overflow: hidden;
}
.main .maintain .content .col {
  padding: 5px;
}
.main .maintain .content textarea,
.main .maintain .content input[type="text"] {
  width: 100%;
  border: solid 1px #e7e6e5;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  line-height: 22px;
  padding: 18px 15px;
}
.main .maintain .content textarea::-webkit-input-placeholder,
.main .maintain .content input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-moz-placeholder,
.main .maintain .content input[type="text"]:-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea::-moz-placeholder,
.main .maintain .content input[type="text"]::-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-ms-input-placeholder,
.main .maintain .content input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.main .maintain .content .rbtn {
  background: #0097E2;
}
.main .maintain .content .rbtn::after {
  background: #009ee5;
}
.main .maintain .content .rbtn input[type="button"],
.main .maintain .content .rbtn input[type="submit"],
.main .maintain .content .rbtn button,
.main .maintain .content .rbtn a {
  width: 100%;
  line-height: 22px;
  padding: 19px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.column-menu {
  position: relative;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  margin-left: 48px;
  float: left;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li.on a {
  color: #0097E2;
  border-bottom: solid 2px #0097E2;
}
.column-menu .menu li a {
  height: 68px;
  line-height: 68px;
  display: block;
  font-size: 18px;
}
.column-menu .menu li a:hover {
  color: #0097E2;
}
.column-menu .crumbs {
  float: left;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs span{font-size: 12px; padding: 0px 5px;}
.column-menu .crumbs span i{font-size: 12px; }
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #0097E2;
}
.paging {
  text-align: center; padding: 30px 0px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: none;
  margin: 0 8px;
  float: left;
}
.paging li a {
  display: block;
  width: 68px;
  height: 62px;
  line-height: 62px;
  background-color: #eee;
  font-family: "Arial", arial;
  color: #999;
}
.paging li.on a,
.paging li a:hover {
  background-color: #0097E2;
  color: #fff;
}
.paging li.prev a,
.paging li.next a {
  width: 76px;
  background: no-repeat center #eeeeee;
}
.paging li.prev a {
  background-image: url(../images/arrow6.png);
}
.paging li.prev a:hover {
  background-image: url(../images/arrow8.png);
  background-color: #0097E2;
}
.paging li.next a {
  background-image: url(../images/arrow7.png);
}
.paging li.next a:hover {
  background-image: url(../images/arrow9.png);
  background-color: #0097E2;
}
.prevnext {
  overflow: hidden;
}
.prevnext .prev,
.prevnext .next,
.prevnext .return {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
  color: #555;
}
.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
  color: #0097E2;
}
.prevnext .prev,
.prevnext .next {
  width: 280px;
  float: left;
}
.prevnext .next {
  margin-left: 34px;
}
.prevnext .return {
  float: right;
}
.prevnext .return a {
  padding-left: 36px;
  background: url(../images/return1.png) no-repeat 0 center;
}
.prevnext .return a:hover {
  background-image: url(../images/return2.png);
}
.gray {
  background: #f8f8f8;
}
.about-page .introduction {
  overflow: hidden;
  margin:0px; margin-bottom: 50px;
}
.about-page .introduction .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .introduction .cont {
  width: 41.17647059%;
  float: left;
  margin-bottom: 30px;
}
.about-page .introduction .pic {
  width: 50%;
  float: right;
}
.about-page .introduction img {
  width: 100%;
  display: block;
}
.about-page .introduction .entit {
  line-height: 1.4;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .introduction .title {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
.about-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .features {
  margin: 45px 0 120px 0;
}
.about-page .features ul {
  overflow: hidden;
  margin: 0 -4px;
}
.about-page .features li {
  width: 33.333333%;
  float: left;
  padding: 4px;
  text-align: center;
}
.about-page .features li:nth-child(4n+1) {
  clear: left;
}
.about-page .features li .box {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 60px 30px;
}
.about-page .features li img {
  width: 100%;
  display: block;
}
.about-page .features li .icon {
  width: 100px;
  margin: 0 auto;
}
.about-page .features li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.about-page .features li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .team,
.about-page .honor {
  padding: 80px 0;
}
.about-page .team .title,
.about-page .honor .title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
.about-page .team .paging,
.about-page .honor .paging {
  margin-top: 30px;
}
.honor-list {
  margin-top: 42px;
}
.honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.honor-list li {
  width: 20%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.honor-list li:nth-child(5n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
}
.honor-list li a:hover .txt {
  color: #0097E2;
  border-bottom: solid 3px #0097E2;
}
.honor-list li .pic {
  height: 185px;
}
.honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.team-list {
  margin-top: 42px;
}
.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width: 20%;
  padding: 10px;
  float: left;
}
.team-list li:nth-child(5n+1) {
  clear: left;
}
.team-list li span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team-list li span img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.team-list li span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.team-list li span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-list li span::after {
  pointer-events: none;
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-page {padding-bottom: 30px;
}
.news-page .details{padding: 30px; background: #fff;}
.news-page .paging {
  margin-top: 16px;
}
.news-list ul {
  overflow: hidden;
  margin: 0 -13px;
}
.news-list li {
  width: 25%;
  float: left;
  padding: 0 13px;
  margin-bottom: 64px;
}
.news-list li a {
  display: block;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .tit {
  color: #0097E2;
}
.news-list li .date {
  display: inline-block;
  border-radius: 4px;
  background: #e4f5ff;
  padding: 0 16px;
  color: #666;
  line-height: 36px;
  margin: 20px 0 15px 0px;
}
.news-list li .tit,
.news-list li .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  font-size: 16px;
  font-weight: bold;
}
.news-list li .txt {
  color: #888;
}
.news-page .details .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news-page .details .date {
  color: #0097E2;
  text-align: center;
  margin-top: 12px;
}
.news-page .details .article {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 54px 0;
  margin: 30px 0 70px 0;
}
.produce-page .introduction {
  padding: 70px 0;
}
.produce-page .introduction img {
  width: 100%;
  display: block;
}
.produce-page .introduction .pic {
  width: 50%;
  vertical-align: top;
}
.produce-page .introduction .cont {
  width: 50%;
  padding-right: 96px;
}
.produce-page .introduction .entit {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.produce-page .introduction .title {
  font-size:32px;
  font-weight: bold;
  color: #2497cc;
  margin:0px 0 30px 0;
}
.produce-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.produce-page .introduction .address {
  border-top: solid 1px #eee;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
.produce-page .introduction .address .txt {
  background: url(../images/address_icon.png) no-repeat 0 0;
  padding: 6px 0 6px 46px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}
.produce-page .introduction .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.produce-page .surroundings {
  padding: 90px 0;
  background: #f8f8f8;
}
.produce-page .surroundings .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.produce-page .surroundings .swiper-container {
  margin-top: 50px;
  padding-bottom: 80px;
}
.produce-page .surroundings .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.produce-page .surroundings .swiper-slide span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.produce-page .surroundings .swiper-slide span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.produce-page .surroundings .swiper-slide span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.produce-page .surroundings .swiper-slide span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.produce-page .surroundings .swiper-pagination {
  bottom: 0;
}
.produce-page .surroundings .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
}
.produce-page .surroundings .swiper-pagination-bullet-active {
  background: #0097E2;
}
.equipment-page,
.product-page {
  padding:0px 0 30px 0;
}
.equipment-page .paging,
.product-page .paging {
  margin-top: 70px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
  margin-bottom: 26px;
  text-align: center;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .picc {
  border: solid 1px #0097E2;
}
.product-list li a:hover .picc span {
  opacity: .2;
  filter: alpha(opacity=20);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .picc::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li a:hover .text {
  background: #0097E2;
}
.product-list li a:hover .tit,
.product-list li a:hover .txt {
  color: #fff;
}
.product-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .picc::after {
  content: "Learn more";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  display: inline-block;
  padding: 0 40px 0 20px;
  font-family: "Arial", arial;
  color: #fff;
  white-space: nowrap;
  background: url(../images/arrow10.png) no-repeat right 20px center #0097E2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .text {
  background: #f8f8f8;
  padding: 24px 6px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit,
.product-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
}
.product-list li .txt {
  color: #666;
}
.product-page .introduction {
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 50%;
  max-width: 700px;
  padding-right: 114px;
  float: left;
  position: relative;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block; 
}
.swiper-container-thumbs .swiper-slide img{border: #ddd solid 1px;}
.swiper-container-thumbs .swiper-slide-thumb-active img{border:#0097E2 solid 1px;}
.product-page .introduction .photo .gallery-top {
  border: solid 1px #eee;
}
.product-page .introduction .photo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  z-index: 2;
  padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
  height: 100%;
  overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
  height: 97px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
  border: solid 1px #eee;
  display: block;
  cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  border: solid 1px #0097E2;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 100%;
  height: 28px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  background: no-repeat center #e8e8e8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
  background-color: #0097E2;
}
.product-page .introduction .photo .swiper-button-prev {
  top: 0;
  background-image: url(../images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
  bottom: 0;
  background-image: url(../images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(../images/arrow14.png);
}
.product-page .introduction .cont {
  width: 46%;
  float: right;
}
.product-page .introduction .cont .model {
  font-size: 24px;
}
.product-page .introduction .cont .title {
  font-size: 40px;
  font-weight: bold;
}
.product-page .introduction .cont .text {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 32px 0 40px 0;
  padding: 24px 0;
}
.product-page .introduction .cont .text ul {
  overflow: hidden;
}
.product-page .introduction .cont .text li {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.product-page .introduction .cont .text li:nth-child(2n+1) {
  clear: left;
}
.product-page .introduction .cont .rbtn {
  display: inline-block;
  background: #0097E2;
  border-radius: 42px;
}
.product-page .introduction .cont .rbtn::after {
  background: #009ee5;
}
.product-page .introduction .cont .rbtn span {
  padding: 0 20px 0 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: url(../images/contact_btn.png) no-repeat 20px center;
}
.product-page .details {
  margin-top: 25px;
  padding: 50px;
  background: #fff;
}
.product-page .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}
.product-page .details .article {
  padding: 32px 0;
}
.equipment-page .product-list .tit {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.contact-page .contact {
  padding: 80px 0;
  margin: 0 -38px;
}
.contact-page .contact .title {
  font-size: 32px; display: block; text-align: center; font-weight: 600;
  color: #222;
}
.contact-page .contact .entit {
  color: #888;
  margin-top: 6px;
}
.contact-page .address,
.contact-page .message {
  width: 100%;
  padding: 0 38px;
  float: left;
}
.contact-page .address .text {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  padding: 4px 0;
  margin: 38px 0 26px 0; font-size: 16px;
}
.contact-page .address .txt {
  margin: 26px 0;
  line-height: 24px;
  padding: 3px 0 3px 58px;  padding-left: 0;
  background: no-repeat 0 0;
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt a {
  font-size: 16px;
  color: #888;
}
.contact-page .address  p {
  padding: 3px 0;
  display: flex;
  margin: 26px 0;
}
.contact-page .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}
.contact-page .address p strong{ font-weight: bold;}
.contact-page .address .qrcode {
  text-align: center;
  display: inline-block;
}
.contact-page .address .qrcode i {
  width: 110px;
  display: block;
  margin: 0 auto;
  border: solid 1px #dddddd;
}
.contact-page .address .qrcode p {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.contact-page .message .inputbox {
  margin-top: 34px;
}
.contact-page .message .inputbox .row {
  margin: 0 -8px;
}
.contact-page .message .inputbox .col {
  padding: 0 8px;
  margin-bottom: 15px;
}
.contact-page .message .inputbox .tit {
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.contact-page .message .inputbox .tit span {
  color: #fe1212;
  margin-right: 5px;
}
.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
  width: 100%;
  line-height: 26px;
  padding: 15px 12px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #eee;
}
.contact-page .message .inputbox textarea {
  height: 184px;
}
.contact-page .message .btn {
  margin-top: 10px; text-align: center;
}
.contact-page .message .btn .rbtn input{font-size: 20px;}
.contact-page .message .btn .rbtn {
  display: inline-block;
  color: #fff;
  background: #0097E2;font-size: 24px; padding: 15px 30px;
  line-height:1.2px; margin-top: 20px;
  border-radius:10px;
}
.contact-page .message .btn .rbtn::after {
  background: #009ee5;
}
.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
  display: block;
  padding: 0 25px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map #allmap {
  height: 516px;
}
.single-page {
  padding: 50px 0;
}
.single-page .title {
  text-align: center;
  font-size: 24px;
}
.single-page .article {
  padding: 30px 0;
}
.recruitment-page {
  padding: 80px 0;
}
.recruitment-page .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.recruitment-page .title {
  text-align: center;
  font-size: 36px;
  color: #222;
}
.recruitment {
  margin-top: 42px;
}
.recruitment li {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  border-left: solid 4px #fff;
}
.recruitment li.on {
  border-left: solid 4px #0097E2;
}
.recruitment li.on .top {
  background-image: url(../images/arrow16.png);
}
.recruitment li.on .top .tit {
  color: #0097E2;
}
.recruitment .top {
  background: url(../images/arrow15.png) no-repeat right 29px top 20px;
  cursor: pointer;
  padding: 40px 70px 40px 30px;
}
.recruitment .top .tit {
  font-size: 18px;
  line-height: 30px;
}
.recruitment .top .info {
  line-height: 24px;
  color: #999;
  margin-top: 8px;
}
.recruitment .cont {
  padding: 0 40px 30px 40px;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #0097E2;
}
.recruitment .cont .btn::after {
  background: #009ee5;
}

.main .about .text { display: block;
  }

.news .picc{overflow: hidden;}
.picc img{width: 100%; -o-transition:1s ease 0s;transition:1s ease 0s;}
.news .swiper-slide:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.product-list li:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.news-list li:hover .picc img{transform:scale(1.08);-o-transform:scale(1.08);}
.product-list li:hover .picc{position: relative;}
.product-list li:hover .picc::before{background: #000; z-index: 2; display: block; opacity: 0.3; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; content: "";}

.foot_contact_us{color: #fff; display: inline-block; text-align: left; font-size: 16px;}
.foot_contact_us a{color: #fff; font-size: 16px;}
.foot_contact_us .title{font-size: 16px;}
.foot_contact_us .item{overflow: hidden; padding: 10px 0px; display: block;}
.foot_contact_us .item_tel{font-size: 24px; font-weight: bold; padding-top:20px;}
.foot_contact_us .item .picbox{float: left; margin-right: 10px; width: 30px;}
.foot_contact_us .item .picbox img{height:26px;}
.icon-wechat{position: relative; cursor: pointer;}
.icon-wechat-box{position: absolute; bottom: 160%; padding: 5px;display: none; background: #fff; width: 120px; left: -55px; text-align: center;}
.icon-wechat-box span{display: block; color: #333;}
.icon-wechat:hover .icon-wechat-box{display: block;}


.pctitle_width{padding-top: 40px; padding-bottom:10px;}
.environment_table .swiper-container{padding: 10px 0px;}
.skin_type_thumbs_pr{display: block;  padding: 0px; background: #fff; cursor: pointer; text-align: center; box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.swiper-container-thumbs .swiper-slide-thumb-active .skin_type_thumbs_pr{border-color:#0097E2; color:#0097E2 ;}
.skin_type_thumbs_pr img{border: none !important;}
.skin_type_thumbs_pr_img{display: block; overflow: hidden;}
.skin_type_thumbs_pr_img img{width: 100%; transition:all .5s; object-fit: cover;  aspect-ratio: 1/.75;}
.skin_type_thumbs_pr_title{font-size: 18px; font-weight: 600; padding: 15px ;}

.product-show-buttom{position: relative;}
.skin_type_thumbs{position:relative;}
.product-show-buttom .swiper-button-next, .swiper-button-prev{width: 85px; height: 46px; background: #0097E2; margin-top: -23px;}
.product-show-buttom .swiper-button-next{background: url(../images/right_icon.png) center center no-repeat #f35c13; background-size: auto 100%;}
.product-show-buttom .swiper-button-prev{background: url(../images/left_icon.png) center center no-repeat #f35c13; background-size: auto 100%;}
.product-show-buttom .swiper-button-prev, .product-show-buttom .swiper-container-rtl .swiper-button-next{left: -40px;}
.product-show-buttom .swiper-button-next, .product-show-buttom .swiper-container-rtl .swiper-button-prev{right: -40px;}



.skin_type_product{padding-top: 30px;}
.skin_type_product_ct{overflow: hidden;}
.skin_type_product_ct_li{display: block;}
.skin_type_product_ct_li_box{padding:0px; overflow: hidden; text-align: center; border: #e7e7e7 solid 1px; box-shadow: 0 0 10px rgb(0 0 0 / 10%); transition-duration: 0.2s;}
.skin_type_product_ct_li_box:hover{border: #0097E2 solid 1px; }
.skin_type_product_ct_li_box_title{font-size:16px;font-weight: 600;padding: 15px 0px; background: #fff;}
.skin_type_product_ct_li_box_img{ overflow: hidden;}
.skin_type_product_ct_li_box_img img{transition:all .5s; width: 100%; aspect-ratio: 1/.7;}


.home_about_mub{display:table; width: 100%;}
.home_about_mub_li{display: table-cell; text-align: center; width: 25%; padding:0px 15px; font-size: 16px;}
.home_about_mub_li_title{padding-bottom: 10px;}
.home_about_mub_li_title h2{font-size:52px; font-family:fantasy; color:#0097E2;}
.home_about_mub_li_title b{position: relative;display: inline-block;}
.home_about_mub_li_title span{display: block; padding: 5px 0px; color: #0097E2; top: -10px; font-size:26px; font-weight:500; position: absolute; right: -25px;}
.home_about_mub_li_title span.million_class{right: -55px; top:32px; font-size: 14px; font-weight: 600;}

.foot_er{float: right; padding-left:80px; text-align: center;}
.foot_er span{display: block; color: #fff; padding-top: 10px;}
.list_home{display: none;}

.product_nav{display: block; padding:0px; border: #ddd solid 1px; margin-bottom: 30px;}
.product_nav_li{display: table; width: 100%;}
.product_nav_li_title{display: table-cell; vertical-align: middle; width: 60px; font-size: 18px; font-weight: bold;}
.product_nav_li_img{display: table-cell; vertical-align: middle;}
.product_nav_li_img .skin_type_thumbs_pr{width: 150px; padding:5px; float: left; margin: 5px;}
.product_nav_li_img .skin_type_thumbs_pr_title{font-size: 14px; padding:5px; padding-top: 0px;}
.product_nav_li_img .skin_type_thumbs_pr.active{color:#0097E2; border-color:#0097E2;}
.product_nav_li_img .skin_type_thumbs_pr.active a{color:#0097E2;}

.product_nav_li{padding:20px; border-bottom: #ddd solid 1px;}
.skin_type_KW{display: inline-block; float: left; margin: 5px;}
.skin_type_KW a{padding:8px; width: 80px; display: block; text-align: center; border: #ddd solid 1px; background: #fff;}
.skin_type_KW.active a{background:#0097E2; color: #fff; border-color:#0097E2 ;}
.product_nav_li:nth-last-child(1){border: none;}
.biaoge{width: 100%; background: #666;}
.product_lb td, .product_lb th{background: #fff; padding: 15px; font-size:16px;}
.product_lb{overflow: auto;}
.product_lb table{border-collapse:initial; border-spacing: 1px; width: 100%; min-width:1000px;}
.product_lbn.test-1{margin-top: -1px;}
.product_lb tr:hover td{background:#f3f3f3;}
.product_lb td a{color: #0097E2; font-weight: bold;}

.top_bg{background: #0097E2; font-size: 16px; color: #fff; padding:15px 0px; overflow: hidden;}
.top_bg span{float: right;}
.top_bg b{font-weight:normal; padding-left: 40px;}

.Product_width{display: flow-root;text-align: center;padding-top: 20px;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));grid-gap:30px;}
.Products_Gallery{background:#0098e4; }
.pctitle_width .swiper-button-white{display: none;}
.pctitle_width:hover .swiper-button-white{display:inline-block;}
.Products_Gallery .wrap{background: url(../images/6594f03f8095546f49089c6aebef6d8d.png) right 25% top 2% no-repeat;}
.main .Products_Gallery .title{color: #fff;}
.title_txt{ font-size: 20px; padding-top:15px;}
.Products_Gallery .title_txt{color: #fff;}


.product_list_width{position: relative; padding:10px 0px 50px;  display: flex;  -webkit-box-pack: justify; justify-content: space-between;}
.product_list_width .paging{padding-top:30px;}
#column_left{ float:left; width:20%; padding:30px 0px;     flex: 0 0 250px;  position: sticky; top: calc(85px); align-self: flex-start;}
.filter_title{ font-size:32px; border-bottom:1px solid #e0e0e0; padding-bottom:25px; color:#333; margin-bottom:5px;}
.panel-defalt{padding: 5px 0 15px;}
.panel-defalt .filter ul li:nth-last-child(1){/* margin-bottom: 0px; */}
.panel-defalt h3{ cursor:pointer; font-size:18px; font-weight: normal; padding-bottom:15px; position:relative;border-bottom:1px solid #e0e0e0;}
.panel-defalt h3 i{float:right;  font-size:14px; line-height: 24px;}
.panel-defalt h3.active .layui-icon-down:before{content: "\e619"}

.panel-defalt .filter{display:none;}
.panel-defalt .filter .price_line{margin:5px 0 0; display:inline-block; width:100%; text-align:right;}
.panel-defalt .filter .price_line .hr{border-top:1px solid #e0e0e0; width:100%; margin-bottom:-8px; margin-top:20px;}
.panel-defalt .filter .price_line span.left{ float:left; background:#Fff; padding-right:10px;}
.panel-defalt .filter .price_line span.right{ display:inline-block; background:#Fff; padding-left:10px;}

.panel-defalt .filter a.active{ color: #f26739;}
.panel-defalt .filter ul{margin:0;list-style:none;padding: 10px 15px;background:#F8F8F8;}
.panel-defalt .panel-defalt-nav li ul{padding-left:20px;}
.panel-defalt .filter li{display: block; position: relative; line-height: 1.4}

.panel-defalt .filter h3{/* padding-left: 15px; */font-size: 16px;/* padding-right: 15px; */}
.filter li .panel-defalt{padding: 0px;}
.filter li .panel-defalt .filter li{/* padding: 5px 15px; */}
.panel-defalt h3.active{color: #0097E2;}
.panel-defalt li.active a{color: #0097E2;}
.filter li .panel-defalt .filter ul{background: #eef4fb;}

.panel-defalt .filter h3.active .fa-angle-down:before{content: "\f106";}

.panel-defalt .panel-defalt-nav h3 .fa-angle-down:before{content: "+"; font-size: 16px; font-weight: bold; }
.share_width{display: block; text-align: center;  padding-top: 20px;}
.share_width button{text-align: center;}
.share_width .but_class{background: #fff; border: #999 solid 1px; padding:3px 15px; font-size: 14px; margin: 0px 2px; color: #000;}
.panel-defalt .panel-defalt-nav ul li{overflow: hidden;}
.panel-defalt .panel-defalt-nav ul li a{padding-left:18px;}
.panel-defalt .panel-defalt-nav h3{ right: auto; left: 0px; top: -1px;}

.panel-defalt .filter ul li{margin:10px 0;display:inline-block;width:100%;}
.panel-defalt .filter ul li .filter{padding-left:0px;}
.regular-radio{display:none;}
.multi-filter-wrapper .filter-price-section .range-input-group {margin:5px 0 0; overflow: hidden;}
.multi-filter-wrapper .filter-price-section .range-input-group input {width: 100%; text-align:right; border-radius:0; border-color:#e0e0e0;}
.range-input-group .range-input:before{content:"HK$"; color:#999; position:absolute; left:10px; top:50%; margin-top: -8px;}
.multi-filter-wrapper .filter-price-section .range-input-group input::-webkit-outer-spin-button, .multi-filter-wrapper .filter-price-section .range-input-group > input::-webkit-inner-spin-button {-webkit-appearance: textfield;}
.multi-filter-wrapper .filter-price-section .price-slider {margin: 25px 5px;height:4px;border-color: #f26739;}
.multi-filter-wrapper .filter-price-section .price-slider div {background-color: #f26739;}
.multi-filter-wrapper .filter-price-section .price-slider span {top:-8px; width:18px; height:18px;outline: 0;border-radius: 50%;background-color: #fff;border:3px solid #f26739;}
.multi-filter-wrapper .filter-price-section .range-input{width: 42%; position:relative; display: inline-block; float: left; border:none;}
.multi-filter-wrapper .filter-price-section .range-input-r{float:right;}
.multi-filter-wrapper .filter-price-section .to{display:inline-block; width:16%; text-align: center; line-height: 46px;}


#column_center{padding:30px 0 0 40px; max-width: calc((100% - 250px));
    position: sticky;
    top: calc(0px);
    align-self: flex-start;
    flex: 0 0 calc((100% - 250px));
}


.cooperate_title{display: block; overflow: hidden; margin: 0px -10px; padding:50px 0px;}
.cooperate_title_li{float: left; width: 33.3333333%; padding:10px; position: relative;}
.cooperate_title_li span{display: flex; align-items: center; left: 0px; top: 0px; padding: 30px 20%; font-size:30px; font-weight: bold;  position: absolute; width: 100%; height: 100%;}
.cooperate_title_li.active span{color: #fff;}
.cooperate_yxy{display: block; text-align: left; font-size: 18px;}
.cooperate_yxy .title{text-align: left; padding: 0px; padding-bottom:10px;}
.cooperate_yxy span{display: block;}
.process_width{display: block; overflow: hidden; padding: 30px 0px 60px; background:url(../images/hezuo_bg.jpg) center center no-repeat; background-size: cover;}
.process_width .title{color: #fff;}
.process_table{display: table; width: 100%; padding-top: 20px;}
.process_table_li{display: table-cell; vertical-align: middle;}
.process_table_li img{border-radius:8px;}
.process_table_icon{display: table-cell; vertical-align: middle; width: 5%; text-align: center;}
.process_table_icon i{color: #fff; opacity: .5; font-size:42px;}


.product_c{display: flow-root; text-align: center; padding:30px 0px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-gap:30px;}
.product_c .product_c_li{ background:#FFF; text-align:center;}
.BestSellers_but{padding: 10px 0px;}
.BestSellers_but a{font-size: 14px;}
.BestSellers_id{display: block;color: #999;height: 30px;line-height: 30px; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.BestSellers_li{
    padding: 10px;
    border: #ddd solid 1px;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    }
.BestSellers_title{
    padding: 5px 0px 20px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }

.technology_txt{padding: 40px 0px 10px; font-size: 18px;}

.Solution{padding:20px 0px 70px;  margin: 0px auto;}
.Solution_li{display: table; width: 100%; background: #f2f2f2;}
.Solution_li_img{display: table-cell; width: 50%; vertical-align: middle;}
.Solution_li_txt{display: table-cell;width: 50%;vertical-align: middle;padding: 40px;font-size: 18px;line-height: 1.6;}
.Solution_li_txt b{display: block; padding-bottom: 10px; font-size: 24px;}


.portfolio-list{margin:0px auto; display: flow-root;}
.portfolio-list li{position:relative;float:left;margin-top:70px;width:95%;border:3px solid #e8e8e8;transition:ease .65s;}
.portfolio-list li .img-box{float:right;position:relative;z-index:10;width:44%; transform:translate(58px, -24px);transition:ease .65s;}
.portfolio-list li .text{position:absolute;z-index:10;top:0;left:0; bottom: 0px; width:55%;display: flex; align-items:center; text-align:left; padding:20px 60px;}
.portfolio-list li .text h2{position:relative; font-weight: 600; font-size: 26px; display: table;}
.portfolio-list li .text h2 span{display: table-cell; width: 50px; vertical-align: top;}
.portfolio-list li .text h2 b{display: table-cell; vertical-align: middle; padding-left:20px;}

.portfolio-list li:nth-child(2n){float:right;}
.portfolio-list li:nth-child(2n) .text{left:inherit;right:0;}
.portfolio-list li:nth-child(2n) .img-box{float:left;transform:translate(-58px, -24px);}
.portfolio-list li:before{position:absolute; opacity:0; left:-3px; top:-3px;display:block;content:'';width:0;height:0;border-top:3px solid;border-left:3px solid;border-color:#0097E2;transition: ease .65s;}
.portfolio-list li:after{position:absolute;  opacity:0; right:-3px;bottom:-3px;display:block;content:'';width:0;height:0;border-right:3px solid;border-bottom:3px solid;border-color:#0097E2;transition:ease .65s;}
.portfolio-list li .text .des{font-size:18px;color:#666; line-height: 1.6; margin:25px 0px;
    text-overflow:ellipsis;
    overflow: hidden;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.portfolio-list li .text .lh-more{display: inline-block; border-radius: 5px; font-size: 16px; padding:10px 30px; position:relative;z-index:1; margin: 0px; color:#0097E2;background-color:#fff;border:1px solid #0097E2;}
.portfolio-list li .text .lh-more i{font-weight: 300; padding-left:10px;}
.portfolio-list li .text .lh-more:before{position:absolute;content:'';z-index:-1;top:0;left:0;width:0;height:100%;background-color:#0097E2;transition:all .35s ease-out;}
.portfolio-list li:hover{box-shadow:0 0 16px rgba(12,3,6,.3);}
.portfolio-list li:hover:before,.portfolio-list li:hover:after{width:100%;height:100%; opacity: 1; visibility:visible;}
.portfolio-list li:hover .img-box{transform:translate(0);}
.portfolio-list li:hover .text h2:after{background:#0097E2;}
.portfolio-list li .text .lh-more:hover{color:#fff;}
.portfolio-list li .text .lh-more:hover:before{width:100%;}

.customer{position: fixed; right: 10px; z-index: 99; box-shadow: 0 0px 10px rgba(0,0,0,.2); bottom: 15%; padding:25px 10px; background:#0097E2; color: #fff; border-radius: 90px;}
.customer_icon{display: block; text-align: center;}
.customer_li{ border-bottom:rgba(255,255,255,.2) solid 1px; padding-bottom:20px; margin-bottom:20px; position: relative;}
.customer_li a{color: #fff;}
.customer_li:nth-last-child(1){padding: 0px; margin: 0px auto; border: none;}
.customer_icon img{height:40px; border-radius: 100%;}
.customer_li_txt{padding-top:6px; text-align: center; line-height: 1.3;}
.customer_li_box{position: absolute; transition:all .5s;width: 180px; display: none; overflow: hidden; color: #000; padding: 10px; font-size: 16px; text-align: center; right:100%; margin-right: 15px; background: #fff; box-shadow: 0 0px 10px rgba(0,0,0,.2); border-radius: 10px;  bottom: 0px;}
.customer_li_box span{display: block; padding-top: 5px; }
.customer_li:hover .customer_li_box{display: block;}

.customer_box{position: fixed;  display: none; width: 100%; padding: 20px; overflow-x: auto; height: 100%; left: 0px; top: 0px; z-index: 999; background: rgba(0, 0, 0, .5);}
.customer_box_table{display:flex; width: 100%;   align-items: center; min-height: 100%;  justify-items: center;}
.customer_box_table_ct{width:100%; margin: 0px auto; display: block; max-width:640px; background: #fff; }
.customer_box_title{position: relative; font-size: 24px; background: #F8F8F8; border-bottom: #ddd solid 1px; padding:15px 20px;}
.customer_close{position: absolute; right:15px; top:16px; font-size:24px; font-weight: bold; cursor: pointer;}
.customer_box_ct{padding:30px; font-size: 16px;}
.customer_box_ct_txt b{font-size: 18px; color:#0097E2; display: block; padding-top: 8px; padding-bottom: 20px;}
.customer_box_input{display: block; padding-bottom: 20px;}
.customer_box_input .form-control{padding: 12px 20px; height: auto; font-size: 16px;}
.customer_box_but{text-align: center;}
.customer_box_but .but_class{font-size: 18px; padding: 12px 50px;}

.visible-xs{display: none;}

.but_class{font-size: 16px;padding: 8px 30px;background:#0097E2;border:none;color: #fff !important;border-radius:5px;display: inline-block;}
.but_class:hover{background: #0e83c5; color: #fff; }

.caretl{ clear:both; margin:0; padding:0; font-size:0px; line-height:0px; height:0px;}

.Contact_Team{font-size: 32px; font-weight: 600; text-align: center;}
.contact_pctitle{text-align: center; font-size: 18px; padding:50px 0px 20px;}
.contact_pctitle .title{font-size: 32px; font-weight: bold; padding-bottom:15px;}

.contact_table{background: #f0f5fa; padding: 20px; border-radius:8px;}
.contact_table_tltle{font-size: 24px; color:#0097E2 ; padding-bottom:20px; font-weight: 600; text-align: center;}
.contact_table_li{padding:12px 0px; display: block;border-top: solid 1px #cbe2fa;}
.contact_table_li i{ color:#0097E2; padding-right: 10px; width:25px; display: inline-block;}

.BestSellers_txt{line-height: 1.4; color: #999; padding-bottom: 20px;}

.Shopping_width{display: block; text-align: center;}
.Shopping_width img{width: 80%; max-width:800px; margin: 0px auto;}

.BestSellers_li_img img{height: 230px;}



.box_class_table{max-width: 480px; width:85%;   background: #fff; padding:0px; position: relative;}
.box_class_table .Welcome_Complete_icon{padding: 0px;}
.box_class_table .Welcome_Complete{max-width: 340px; margin: 0px auto; font-size: 16px; padding-top: 15px;}
.box_class_table .Member_more{padding-top:30px; text-align: center;}
.box_class_table .Member_more .btn{margin: 0px 3px;max-width:140px; width: 45%; display: inline-block;}
.box_class_table .Member_more .btn b{ min-width:initial; display: block;}
.Welcome_Complete_icon i{font-style: initial;}

.reward-QR-box-txt{text-align: left; padding-bottom:30px; display:flex;}
.reward-QR-box{position: fixed;left: 0px;top: 0px;z-index: 99;width: 100%;height: 100%;background:rgba(0, 0, 0, 0.5)!important; display: none;}
.reward-QR-box-width{display:flex; justify-content: center; height: 100%; align-items: center; width: 100%;}
.reward-QR-box-width .box_class_table{max-width:700px; border-radius:0px; text-align: center; width: 90%;}
.reward-QR-box-width .box_class_table .title{font-size: 28px; display: block; background: #f1f0f0; border-bottom: #ddd solid 1px; text-align: left; padding: 10px 30px;}
.reward-QR-box-width .reward_QR_close{position: absolute;right:15px;top: 10px;cursor: pointer;color: #000;font-size: 28px;}


.nav_table{display: flow-root; text-align: center; padding-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:50px;}
.nav_table_li{display: block; position: relative;line-height: 1.6; font-size: 16px; border-radius: 10px 10px 0px 0px; background: #0098e4; padding:15px 25px;}
.nav_table_li::after{position: absolute; width: 100%; height:15%; left: 0px; bottom: 0px; content: ""; background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,.3)); display: block;}
.nav_table_li:nth-child(2){background: #f08400;}
.nav_table_li:nth-child(3){background: #fabe01;}
.nav_table_li .ui-search-keyword{padding:12px 20px; width: 100%; border: #fff solid 2px; transition:all .5s;}
.search_but{position: absolute; right:0px; top:0px; height: 100%; width:60px; cursor: pointer; z-index: 3; background:url(../images/search_icon.png) center center no-repeat #f08400; background-size:  auto 50%;}
.nav_table_li_search{position: relative; margin:10px 0px; padding-right:60px; position: relative; z-index: 2;}
.nav_table_li_search .ui-search-keyword:focus{ border-color: #f08400;}
.nav_table_li_how{display: flex; height:70px; overflow: hidden; align-items: center; color: #fff; margin: 0px auto; justify-content: center;position: relative; z-index: 2; }
.nav_table_li_how img{width: 70px; margin-right: 20px; }
.nav_table_li_tel{display: flex; height:70px; overflow: hidden;position: relative; z-index: 2; align-items: center; text-align: left; color: #fff; margin: 0px auto; justify-content: center;}
.nav_table_li_tel_txt b{font-size: 24px;display: block;}
.nav_table_li_tel img{ margin-right:15px; }

.curriculum_home{display: table; width: 100%; padding: 50px 0px;}
.curriculum_home_l{width:290px; display: table-cell; padding:70px 40px; vertical-align: top; color: #fff; text-align: center;  background:url(../images/ca77f0c9adb13035357e4d21734425a9.png) left top no-repeat; background-size: 100% auto; }
.curriculum_home_l_title{display: block; font-size: 24px; font-weight: 600; text-align: center;}
.curriculum_home_l_nav{padding: 20px 0px;}
.curriculum_home_l_nav li{padding: 10px 0px;}
.curriculum_home_l_nav li a{background: #fff; padding: 10px 20px; background: #fff; border-radius: 90px; display: block;}
.curriculum_home_l_nav li a:hover{background: #f08400; color: #fff;}
.curriculum_home_l_tel{display: block; font-size: 18px;}
.curriculum_home_l_tel b{font-size: 24px; display: block;}
.curriculum_home_r{padding-left:40px;display: table-cell;vertical-align: top;padding-top: 10px;}
.curriculum_home_r_title{display: block; overflow: hidden; font-size: 24px; font-weight: 600;}
.curriculum_home_r_title a{font-size: 16px;margin-top:5px;  float: right; font-weight: 300;}

.banner_gz{padding: 50px 0px;background: rgba(0, 151, 226, 1) repeat center;}
.banner_gz_table{display: table; width: 100%;}
.banner_gz_table_l{display: table-cell; vertical-align: middle; text-align: left;}
.banner_gz_table_l_txt{display:inline-block;}
.banner_gz_table_l{font-size: 36px; font-weight: 600; color: rgb(255, 246, 0);}
.banner_gz_table_l span{display: block; margin-top: 20px; background:#fcd900; color: rgba(0, 151, 226, 1); border-radius: 90px; padding: 5px;  text-align: center;}
.banner_gz_table_l span b{font-size: 20px; font-weight:500; border:rgba(255, 255, 255, .6) solid 1px ; padding:8px 10px;  border-radius: 90px; display: block;}
.banner_gz_table_r{display:table-cell; width:300px; vertical-align: middle; text-align: right;}
.banner_gz_table_r a{padding: 18px 30px;width:70%;display: inline-block;text-align: center;background: #f08400;border-radius: 5px;font-weight: 600;color: #fff;}
.fullmeasure_width{display: block; padding: 50px 0px;}
.fullmeasure_title{display: block; font-size: 36px; text-align: center;}
.fullmeasure_title b{font-size:60px;     color: rgb(243, 92, 19);}
.fullmeasure_txt{font-size: 20px; text-align: center; margin-top: 20px; margin-bottom:30px;}
.fullmeasure_txt span{position: relative; padding: 0px 50px;}
.fullmeasure_txt span::after{background:url(../images/x_icon.png) center center no-repeat; width: 24px; height: 23px; display: inline-block; content: ""; position: absolute; left: 0px; top: 50%; margin-top: -12px; background-size: 100% auto;}
.fullmeasure_txt span::before{background:url(../images/x_icon.png) center center no-repeat; width: 24px; height: 23px; display: inline-block; content: ""; position: absolute; right: 0px; top: 50%; margin-top: -12px; background-size: 100% auto;}
.fullmeasure_talbe{display: table; width: 100%; padding: 30px 0px;}
.fullmeasure_talbe_txt{width: 55%; display: table-cell; vertical-align: middle;}
.fullmeasure_talbe_title{display: block; line-height: 62px; border-radius: 90px; margin-bottom:40px; overflow: hidden; border: #0097e1 solid 2px; font-size:28px; font-weight: 600;}
.fullmeasure_talbe_title b{font-size: 32px; background: #0097e1; float: left; color: #fff; padding:0px 30px; margin-right: 20px; border-radius: 90px; display: inline-block;}
.fullmeasure_talbe_img{display: table-cell; vertical-align: middle; text-align: center;}

.fullmeasure_talbe_li{background:url(../images/gou_icon.png) 10px 2px no-repeat; padding-left:50px; font-size:20px; line-height:28px; margin:30px 50px;}

.environment_table{background:url(../images/8435a73b932d5ccd84989b502854fd9b.png) center top 60px no-repeat #fff;}

.home_news{padding: 60px 0px; background: #fff;}
.home_news_table{text-align: center; padding-top:40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:30px;}
.home_news_li{display: table; width: 100%; background: #f5f5f5;}
.home_news_li_img{width: 220px; display: table-cell; vertical-align: top; overflow: hidden;}
.home_news_li_img img{width: 100%; transition:all .5s; object-fit: cover;  aspect-ratio: 1/.7;}
.home_news_li_txt{display: table-cell; text-align: left; vertical-align: middle; padding: 20px;}
.home_news_li_txt_title{ line-height: 1.4; font-size: 16px; font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;}
 .home_news_li_txt_ct{ font-size: 14px;  margin-top: 10px; opacity: .6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  word-break: break-all;} 
  .ui-article-time{display: block; padding-top: 10px; opacity: .4; font-size: 14px;}


 .home_Online{display: block; background: #fff; border: #ddd solid 1px; border-radius: 20px; padding:50px;} 
 .home_Online_table{display: table; width: 100%; margin-top: 50px;}
 .home_Online_table_l{width: 50%; padding-right: 20px; display: table-cell; vertical-align: middle;} 
 .home_Online_table_title{display: block; font-size: 16px;}
 .home_Online_table_title b{color: #f00;}
 .home_Online_table_input{display: block; padding-bottom: 20px; padding-top: 10px;}
 .form-input{display: block; width: 100%; border: #ddd solid 1px; padding: 13px 20px;}
 .form-input:focus{border-color: #0097e1;}
 .form-submit-btn{display: block; padding: 12px; cursor: pointer; text-align: center; border: none; background: rgb(243, 92, 19); width: 100%; color: #fff;}

 .banner_contact{padding:30px 0px;}
 .banner_gz_contact{color: #fff; font-size:28px;display: inline-block;}
 .banner_gz_fax{display: flex; align-items: center;}
 .banner_gz_contact_tel{display: flex; align-items: center; padding-left: 5%;}
 .tel_txt{display: block; color: #fff; font-size: 16px; font-weight: 400; padding-left:15px;}
 .tel_txt b{font-size: 26px;}
 .banner_gz_api{display: table-cell; width:40%; text-align: right;}
 .banner_gz_api_li{display: inline-block; width: 150px; text-align: center; color: #fff; margin-left: 20px;}
 .banner_gz_api_li img{display: block;}
 .banner_gz_api_li  span{display: block;padding-top: 5px; }


 .about-contact{padding: 30px; background: #fff;}

 .about_nav{text-align: center;padding: 30px 0px 40px;border-bottom: #ddd solid 1px; background: #fff;}
.about_nav .navbarbox_ul_li{border: 1px #ddd solid; border-radius: 90px; display: inline-block; font-size:18px; padding: 8px 20px; margin: 0px 5px;}
.about_nav .navbarbox_ul_li.active{background: #009ee5; color: #fff; border-color: #009ee5;}
.about_nav .navbarbox_ul_li.active a{color: #fff;}
.product_width{position: relative;  display: flex;  -webkit-box-pack: justify; justify-content: space-between; padding-bottom: 50px;}
.product_left{display: block; text-transform: capitalize;}
.Insideb_title{font-size: 24px; display: block; font-weight: bold; padding-bottom: 30px; display: none;}
.product_left_nav{display:inline-block; padding: 5px;}
.product_left_nav a{border-radius: 5px; border: #e0e0e0 solid 1px; display:block; font-size: 18px; font-weight: bold; padding:10px 25px;}
.product_left_nav.active a{background:#009ee5; color: #fff; border-color: #009ee5;}
.product_left_nav img{height: 20px; margin-right:15px; float: left;}
.product_c_top{padding-top: 0px;}

.news_width{ padding-top:10px;}
.news_width .home_news_li{background: #fff; margin-top: 30px;}
.news_width .home_news_li .home_news_li_img{width:25%;}


.contact_width{overflow: hidden;}

.contact_centent{text-align: center; padding-bottom:20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:50px;}
.contact_centent_li{display: block; padding: 20px; border: #ddd solid 1px; text-align: left;}
.contact_centent_li .footer_top_width_r_txt{padding-top: 0px;}
.contact_centent_li .footer_txt_bt{padding:4px 0px;    background: url(../images/r_icon.png) no-repeat 0 12px; padding-left: 15px;}

.contact_width_li{width:33.33333%; text-align:center; float:left; font-weight:300; font-size:18px; line-height:1.5}
.contact_width_li b{display:block; font-size:24px; font-weight:500; padding:10px 0px;}
.contact_title{display: block; text-align: center; padding-bottom: 30px; font-size: 18px;}
.contact_title b{font-size:28px; display: block;}
.contact_er_img{overflow:hidden; text-align:center;}
.contact_er_img_li{ display:inline-block; margin:0px 10px;}
.contact_er_img_li span{border:#ddd solid 1px; padding:10px; overflow:hidden; display:table; padding-right:50px;}
.contact_er_img_li .contact_er_img_li_box{border:#ddd solid 1px; padding:10px; overflow:hidden; display:table; padding-right:50px;}
.contact_er_img_li img{height:100px; float:left; display:table-cell}
.contact_er_img_txt{ font-size:16px; line-height:1.5; padding-left:10px; display:table-cell; font-weight:300; vertical-align:middle; text-align:left;}
.contact_er_img_li .contact_er_img_li_box b{display:block; font-weight:500; font-size:14px; padding-bottom:5px;}
.al-centent{text-align: center;}
@media (min-width:767px) {
  .skin_type_product_ct_li:hover .skin_type_product_ct_li_box_img img{transform:scale(1.08);-o-transform:scale(1.08);}
  .skin_type_thumbs_pr:hover .skin_type_thumbs_pr_img img{transform:scale(1.08);-o-transform:scale(1.08);}
  .home_news_li:hover .home_news_li_img img{transform:scale(1.08);-o-transform:scale(1.08);}

  .product_c .product_c_li:hover .BestSellers_li{box-shadow: 0 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow:  0 0px 10px rgba(0,0,0,.2);
    -moz-box-shadow:  0 0px 10px rgba(0,0,0,.2); -webkit-transform:translate3d(0,-5px,0); transform:translate3d(0,-5px,0)}
}
@media only screen and (max-width: 1500px) {
  .footer .link-list .list{padding-right: 8%;}
  .footer .link-list{width: 55%;}
  .foot_er{padding-left: 40px;}
}
@media only screen and (max-width: 1500px) {
  .product_c{display: flow-root; text-align: center; padding-top:10px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:20px;}
}

  @media only screen and (max-width: 1200px) {
    .main .about .text {
      /* height: 72px; */
    }
    .skin_type_thumbs_pr_title{font-size: 16px;}
    .product-show-buttom .swiper-button-next, .swiper-button-prev{width: 60px; height: 32px; margin-top: -16px;}
    .product-show-buttom .swiper-button-prev, .product-show-buttom .swiper-container-rtl .swiper-button-next{left: -10px;}
    .product-show-buttom .swiper-button-next, .product-show-buttom .swiper-container-rtl .swiper-button-prev{right:-10px;}
    .skin_type_product_ct_li_box_title{font-size: 18px;}
    .header{background: #fff;}
    .header .logo img{filter:initial; transform:initial;}
    .pctitle_width{padding-top: 30px;}
    .foot_contact_us{display: inline-block !important; float: left;}
    .footer .right{text-align: left;}
    .list_home{display: inline-block;}
  }


  @media only screen and (max-width: 1000px) {
    .about_nav{padding: 0px; border: none;}
    #column_center{padding-top: 0px;}
    .Insideb_title{display: block;}
    .product_left_nav{display: block;}
    .product_width{display: block;}
    .product_right{display: block; width: 100%; max-width:inherit; padding:20px 0px;}
    .visible-lg, .visible-md, .visible-sm, .visible-xs{display: block !important;}
    .product_left{width: 100%;position: fixed;height: 100%;background: #fff;border: none;z-index: 99;opacity: 1;top: 0px;right: 0px;left: -100%;padding:15px; transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;}
    .column_left_Close{float:right; top:20px; display:block !important; border-radius: 100%; font-size:26px; color:#fff; background: #18813b; line-height:30px; text-align: center; position: absolute;width: 30px;height: 30px;right:20px;}
    .column_left_Close i{display: inline-block; line-height: 30px;}
    .blog_empty_centent .panel-defalt h3{margin-bottom: 20px;}
    .product_left.calendar_left_auto{left: 0px;z-index: 99999;opacity: 1;padding:20px; overflow-x: auto; right: 81px;}
    .calendar_m_nav{font-size:18px; display:none; cursor:pointer; background:#0a77ac; color:#fff; padding:10px 15px; margin-bottom: 10px; font-weight: bold;}
    .calendar_m_nav i{margin-right: 5px;}
    .Insideb_banner{padding:0px;}
    .product_width{padding: 0px 5px; padding-bottom: 30px;}

    .calendar_m_nav{/* margin-top: 20px; */margin-bottom: 20px;}
    .product_c{/* margin: 0px -10px; */padding: 0px;}
        .product_list_width{display: block; padding: 20px 0px;}
        .crumb .clear_all{float:none; width:100%; margin-bottom:20px; text-align:left;}
        .crumb .crumb_left{float:none; width:100%;}
        .multi-filter-wrapper .filter-price-section .range-input-group .range-input:before{ left:5px;}
        .calendar_m_nav{font-size:18px;display:block !important;cursor:pointer;background: #0097E2;color:#fff;text-align: left;padding:10px 15px;}
        #column_left{width: 100%;position: fixed;height: 100%;background: #fff;border: none;z-index: 99;opacity: 1;top: 0px;right: 30px;left: -100%;padding:15px;overflow-y: scroll;transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;}
        .column_left_Close{float:right;top: 10px;display:block !important;border-radius: 100%;font-size:26px;color:#fff;background: #333;line-height: 23px;text-align: center;position: absolute;width: 30px;height: 30px;right: 10px;z-index: 99999;}
        .column_left_Close i{display: inline-block; line-height: 30px;}
        .blog_empty_centent .panel-defalt h3{margin-bottom: 20px;}
        #column_left.calendar_left_auto{left: 0px;z-index: 99999;opacity: 1;padding:20px 20px 90px; overflow-x: auto; right: 81px;}
        #column_center{float:none; width:100%; padding-left:0; max-width: 100%;}
        .multi-filter-wrapper .filter-price-section .price-slider{display:none;}
  }
  .linke_width{display: block; background: #f0f5fa; padding: 20px 0px;}
  .linke_width a{margin-right: 15px;}

.banner_mc{display: none;}
  @media only screen and (max-width: 500px) {
    .reward-QR-box-txt{padding: 20px;}
    .reward-QR-box-width .box_class_table .title{font-size: 18px;}
    .skin_type_thumbs_pr{padding: 0px;}
    .skin_type_thumbs_pr_title{font-size: 14px; padding-bottom: 10px;}
    .product-show-buttom .swiper-button-next, .swiper-button-prev{width:40px; height: 22px; margin-top: -11px;}
    .product-show-buttom .swiper-button-prev, .product-show-buttom .swiper-container-rtl .swiper-button-next{left: -5px;}
    .product-show-buttom .swiper-button-next, .product-show-buttom .swiper-container-rtl .swiper-button-prev{right:-5px;}
    .skin_type_product_ct_li{/* padding-right: 5px; */}
    .skin_type_product_ct_li:nth-child(2n){/* padding-left: 5px; */}
    .skin_type_product_ct_li_box{padding: 0px;}
    .skin_type_product_ct_li_box_title{font-size: 16px; padding: 10px;}
    .pctitle_width{padding-top:20px;}
    .skin_type_product{padding-top: 20px;}
    .home_about_mub{display: block; overflow: hidden;}
    .home_about_mub_li{width:50%; display: inline-block; float: left; padding: 10px; font-size: 14px;}
    .home_about_mub_li_title h2{font-size: 42px;}
.foot_er{display: none;}

.product_lb td, .product_lb th{background: #fff; padding: 15px 10px; font-size:14px;}
.product_nav_li_img .skin_type_thumbs_pr{width:90px;}
.product_nav_li_img .skin_type_thumbs_pr_title{font-size: 12px;}
.product_nav_li{display: block;}
.product_nav_li_title{display: block; width: 100%; font-size: 16px; padding-bottom: 10px;}
.product_nav_li_img{display: block; width: 100%;  overflow: hidden;}
.product_nav_li_img .skin_type_thumbs_pr{width: 50%; margin: 0px;}
.product_nav_li{padding: 15px;}
.skin_type_KW{width: 31.333333%; margin:5px 1%;}
.skin_type_KW a{width: 100%;}
.product_nav{margin-bottom: 20px;}
.top_bg{font-size: 14px; padding: 10px 0px;}
.top_bg span{display: block; width: 100%; text-align: left;}
.top_bg b{display: block; padding: 0px;}
.header_search{display: none;}
.header .language span{padding: 0px 10px;}
.banner{padding: 0px; overflow: hidden;}
.container .banner img{width: 150%; max-width: initial; margin-left: -25%;}
.banner .swiper-slide{/* padding:5px; */}

.product_c{ display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap:10px;}
.BestSellers_title{font-size: 16px; padding-bottom: 10px;}

.contact-page .message .btn .rbtn input{font-size: 18px;}
.contact-page .message .btn .rbtn{padding: 12px 30px;}
.contact-page .message .btn{margin-top: 0px;}
.contact-page .contact .title{font-size: 24px !important;}


.BestSellers_li_img img{height:125px;}
.link-list{display: none !important;}
.foot_contact_us .title{font-size: 18px; font-weight: bold;}

.news-page .details{padding: 20px;}


.contact_centent{text-align: center; padding-bottom:20px; display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); grid-gap:20px;}
.contact_centent_li{display: block; padding:15px; border: #ddd solid 1px; text-align: left;}
.contact_centent_li .footer_top_width_r_txt{padding-top: 0px;}
.contact_centent_li .footer_txt_bt{padding:3px 0px;    background: url(../images/r_icon.png) no-repeat 0 8px; padding-left: 15px;}
.contact_title b{font-size: 24px;}
.contact_title{font-size: 16px; padding-bottom:20px;}
.about-page .introduction .title{font-size: 24px; margin-bottom: 10px !important;}
.contact_er_img_li{width: 100%; display: block; padding: 10px 0px; margin: 0px;}
.contact_er_img_li span{width: 100%;}
.about-page .introduction img{width:100px; height: initial;}
  }
        .ui-page-contact {
            padding-bottom: 40px;
        }
        .ui-page-contact .ui-page-contact-content {
            background: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
        }
        .ui-page-contact .ui-control-layout-0 {
            padding: 60px 80px;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-info-box {
            margin-bottom: 40px;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-item {
            text-align: center;
            display: inline-block;
            width: 49%;
            vertical-align: top;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-item:first-child {
            border-right: 1px solid #ddd;
        }
        .ui-page-contact .ui-control-layout-0 .page-contact-item-img {
            width: 40px;
            height: 40px;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-item-title {
            line-height: 50px;
            font-size: 18px;
            font-weight: bold;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-map {
            height: 400px;
            background: #eeeeee;
        }
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-item-text,
        .ui-page-contact .ui-control-layout-0 .ui-page-contact-item-phone {
            padding: 0 20px;
            line-height: 24px;
            font-size: 16px;
            color: #666;
            word-break: break-all;
        }
        .ui-page-contact .ui-control-layout-1 {
            padding: 60px 50px;
            overflow: hidden;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-head {
            text-align: center;
            margin: 0 0 40px;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-head .inner::after {
            content: '';
            width: 100px;
            height: 6px;
            display: block;
            margin: 0 auto;
            border-bottom: 1px solid #dddddd;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-head h2 {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-head h3 {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            margin: 0 0 0 5px;
            color: #999999;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-list {
            /*height: 600vw;*/
            float: right;
            overflow: hidden;
            border: 1px solid #eeeeee;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll {
            overflow: hidden;
            overflow-y: scroll;
            margin: 0 -13px 0 0;
            height: 100%;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll .item {
            border: 1px solid #eeeeee;
            margin: -1px;
            /*width: 300px;*/
            padding: 20px 20px;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll .item_nobar {
            border: 1px solid #eeeeee;
            margin: -1px;
            width: 300px;
            padding: 20px 20px;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll .name {
            line-height: 20px;
            margin: 0 0 10px;
            font-size: 18px;
            color: #333333;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll .items {
            position: relative;
            min-height: 20px;
            line-height: 20px;
            margin: 0 0 5px;
            font-size: 14px;
            color: #666666;
            padding: 0 0 0 20px;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-scroll .items i {
            position: absolute;
            left: 0;
            top: 0;
            color: #aaaaaa;
        }
        .ui-page-contact .ui-control-layout-1 .ui-page-contact-map {
            height: 600px;
            margin: 0 360px 0 0;
            background: #eeeeee;
        }

        @media only screen and (max-width: 500px) {
          .ui-page-contact .ui-control-layout-1 .ui-page-contact-info-list{display: block; width: 100%; float: none;}
          .ui-page-contact .ui-control-layout-1{padding: 20px 0px;}
          .ui-page-contact .ui-control-layout-1 .ui-page-contact-map{height: initial;}
          .ui-page-contact .ui-control-layout-1 .ui-page-contact-map{height: 300px; margin: 0px;}
        }