﻿@charset "utf-8";

@font-face {
  font-family: "iconfont"; /* Project id 2952474 */
  src: url('./font/iconfont.woff2?t=1666333823140') format('woff2'),
       url('./font/iconfont.woff?t=1666333823140') format('woff'),
       url('./font/iconfont.ttf?t=1666333823140') format('truetype');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-gengduo1:before {content: "\e60b"; } .icon-qichemada:before {content: "\e603"; } .icon-jiqiren:before {content: "\e60d"; } .icon-ditudaohang-:before {content: "\e682"; } .icon-dianzixue-:before {content: "\e6c0"; } .icon-dianzixue-1:before {content: "\e6c8"; } .icon-dianzixue-2:before {content: "\e6e1"; } .icon-gongyede-:before {content: "\e758"; } .icon-gongyede-1:before {content: "\e762"; } .icon-gongyede-2:before {content: "\e764"; } .icon-gongyede-3:before {content: "\e779"; } .icon-gongyede-4:before {content: "\e778"; } .icon-yiliaoweisheng-:before {content: "\ed6f"; } .icon-fangzhijixie:before {content: "\e648"; } .icon-shukongjichuang:before {content: "\e67e"; } .icon-zhizao:before {content: "\e653"; } .icon-shengchanzhizao:before {content: "\e604"; } .icon-chedaozha:before {content: "\e60e"; } .icon-zu:before {content: "\e61c"; } .icon-lianxiwomen:before {content: "\e60a"; } .icon-fanhui1:before {content: "\e6c5"; } .icon-jishi:before {content: "\e625"; } .icon-arrow-double-left:before {content: "\e667"; } .icon-arrow-double-right:before {content: "\e668"; } .icon-layers:before {content: "\e675"; } .icon-search:before {content: "\e67d"; } .icon-zuzhijiagou:before {content: "\e638"; } .icon-arrow-down:before {content: "\e665"; } .icon-arrow-right:before {content: "\e666"; } .icon-zuo:before {content: "\e601"; } .icon-sousuo:before {content: "\e618"; } .icon-dianhua:before {content: "\e797"; } .icon-chuanzhen:before {content: "\e685"; } .icon-arrow:before {content: "\e64e"; } .icon-fanhui:before {content: "\e600"; } .icon-gengduo:before {content: "\e602"; } .icon-arrow1:before {content: "\e606"; } .icon-QQ:before {content: "\e882"; } .icon-dizhi:before {content: "\e60f"; } .icon-email:before {content: "\e7c7"; } .icon-youbian:before {content: "\e619"; } .icon-back-01:before {content: "\e61a"; }
input, button, select, textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
button[disabled],html input[disabled] {cursor: default}
button::-moz-focus-inner,input::-moz-focus-inner {
  padding: 0;
  border: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {height: auto}
  textarea {resize: none; }
/** 清除内外边距 **/
*{margin: 0;padding: 0;list-style: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}
/** 设置默认字体 **/
body, button, input, select, textarea /* for ie */ {
  font: 16px/1.5 'Microsoft YaHei', 'Avenir','PingFang SC','Lantinghei SC','Helvetica Neue',Helvetica, Arial,  "sans-serif";
}
body{color:#262626;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: 500; }
i, address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */

/** 重置列表元素 **/
ul, ol { list-style: none; }
textarea{resize: none;}
/** 重置文本格式元素 **/
a { 
  text-decoration: none;
  color: #262626;
  transition: all .3s ease-in-out;
}
a:hover {text-decoration: none; }
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button {overflow:visible }
button,select {text-transform:none }
button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance:button;
  cursor:pointer
}
button[disabled],html input[disabled] {cursor:default }
button::-moz-focus-inner,input::-moz-focus-inner {
  padding:0;
  border:0
}
input {
  line-height:normal;
  -webkit-appearance : none ;
}
input[type=checkbox],input[type=radio] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {height:auto }
input[type=search] {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  -webkit-appearance:textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {-webkit-appearance:none }
img{
  outline:none;
  max-width:100%;
}
/* 单行文本溢出 */
.inline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* 多行文本溢出 */
.intwoline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 绝对居中 */
.center{
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
/* 响应式布局 */
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-md-35,.col-md-85{
  position: relative;
  min-height: 1px;
}
@media (min-width: 767px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
  .col-md-35,.col-md-85 {
    float: left;
  }
  .col-md-35{width: 28%}
  .col-md-85{width: 72%}
  .col-md-12 {width: 100%; }
  .col-md-11 {width: 91.66666667%; }
  .col-md-10 {width: 83.33333333%; }
  .col-md-9 {width: 75%; }
  .col-md-8 {width: 66.66666667%; }
  .col-md-7 {width: 58.33333333%; }
  .col-md-6 {width: 50%; }
  .col-md-5 {width: 41.66666667%; }
  .col-md-4 {width: 33.33333333%; }
  .col-md-3 {width: 25%; }
  .col-md-2 {width: 16.66666667%; }
  .col-md-1 {width: 8.33333333%; }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.clearfix:after,
.row:after{clear: both; }

.row-padding-10{
  margin-left: -10px;
  margin-right: -10px;
}
.row-padding-10 > div{
  padding: 10px;
}
.row-padding-15{
  margin-left: -15px;
  margin-right: -15px;
}
.row-padding-15 > div{
  padding: 15px;
}
/* 响应式布局 end*/

/*** 

====================================================================
  Preloader style
====================================================================

***/
/*.preloader{
  position:fixed;
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999; 
  background-color:#fff; 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/loading.svg);
}*/
/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

.scroll-to-top{
  position:fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 16px;
  text-transform:uppercase;
  line-height: 42px;
  text-align:center;
  z-index:99999;
  cursor:pointer;
  border-radius: 3px;
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  display:none;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
  overflow: hidden;
}
.scroll-to-top:hover{color:#fff;}
.page-wrapper,
.nav-content{position: relative;} 

.nav-content{background: #fff;z-index: 2}

.nav-wrapper{
  width: 100%;
  height: 80px;
  /*position: fixed;
  top: 0px;
  left: 0px;
  right: 0;*/
  z-index:999;
}
.wrapper{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo {
  display: inline-block;
  position: static;
  line-height: 1;
}
.logo img {
  width: auto;
  padding-top: 8px;
  height: 68px;
  transition: width .23s;
}
.mm-listview li{position: relative; }
.nav li > a{     
  color: #000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 80px;
}
.nav li > a:hover{color: rgba(0,0,0,.75);}

.mm-listview .right-language{padding-right: 0}
.right-language > div{
  display: inline-block;
  vertical-align: middle;
}
.nav .btn-group {margin-left: 10px;}
.nav .btn-group a{
  display:inline-block;
  width: 3.4em;
  color: #302c2c;
  text-align:center;
  transition: all .3s;
  height: 14px;
  line-height: 1;
  font-size: 14px;
}
.btn-group a:first-child{
  border-right: 1px solid #000;
  margin-right: 4px;
}
.nav .btn-group .selected,
.nav .btn-group a:hover{
  color: #81a4f7;
}
.my-input{
  width: 100%;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  padding-left: 1em;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  line-height: 30px;
  height: 30px;
}
.search-input{
  position: relative;
  margin-top: -4px;
}
.search-btn{
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  right: 1px;
  top: 1px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
}
.search-btn i{font-size: 17px;}
.search-btn:hover{color: #81a4f7}
@media (min-width: 1024px){
  .nav-link > a{position: relative;} 
  .nav-link::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #002554;
    transform: scaleX(0);
    transition: all .4s;
  }
  .nav-link:not(.has-Sub):hover::after,
  .active::after {
    transform: scale(1);
  }
  .nav-link:hover > a,
  .active > a{color: #002554 !important;}

  .nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    text-align: right;
    display: block !important;
  }
  .nav-wrapper.nav-bg{
    background-color:rgba(0,0,0,.5);
    height: 80px;
  } 
  .mm-listview li{
    display: inline-block;
    padding-left: .75%;
    padding-right: .75%;
  }
  .mm-listview .nav-link{
    min-width: 6em;
    text-align: center;
  }
  .nav-bg .mm-listview li{line-height: 80px;}
  .mm-listview li > a{        
    border-bottom: 1px;
    border-bottom-style: solid;
    border-color: transparent;
    padding: 5px;
  }
  .nav li > a{font-size: 13px;}
  .sub-mm-panel{
    position: absolute;
    opacity: 0;
    top: 80px;
    left: -6px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: max-height ease-out 0.2s; 
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 0;
    min-width: 140px;
  }
  .sub-mm-panel a{
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #f2f2f2;
    color:#262626;
    display:block;
    font-size: 16px;
  }
  .sub-mm-panel a:first-child{border-top:none;}
  .sub-mm-panel a:hover{
    background: #81a4f7;
    color: #002554;
  }
  .nav-link:hover .sub-mm-panel {
    opacity: 1;
    max-height: 280px;   
    visibility: visible; 
    transition: max-height ease-in 0.2s;
  }

  .nav-bg .sub-mm-panel{top: 58px;}

  .has-Sub > a{position: relative;}
  .has-Sub > a:after{
    content: "\e665";
    font-family: 'iconfont';
    margin-left: 2px;
  }
}
@media (min-width: 1024px) and (max-width:1300px){
  .mm-listview .nav-link{min-width: 5em}
  .search-box{width: 120px;}
}
@media (min-width: 1440px){  
  .nav-wrapper{
    height: 80px;
  }
  .logo img {padding-top:0;height: 60px;margin-top: 6px}
  .nav li > a{font-size:16px;line-height: 80px;}
  .mm-listview li{
    padding-left: 1%;
    padding-right: 1%;
  }
  .sub-mm-panel a{
    height: 42px;
    line-height: 42px;
  }
  .sub-mm-panel{left: 0;}
  .nav-bg .sub-mm-panel{top: 58px;}
}
@media (max-width: 1023px){
  .page-wrapper{padding-top: 56px;}
  .nav-content{width: 100%;}
  .nav-wrapper{
    height:58px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
  }
  .logo{
    margin-top: 4px;
    margin-left: 4%;
  }
  .logo img{width:142px;height:auto}
  .nav-wrapper.nav-bg{background-color: rgba(0, 0, 0, 0.8);}
  .nav-menu{
    color: #ffffff;
    height: 50px;
    font-size:25px;
    text-align: center;
    float:right;
    width: 50px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    top: 4px;
  }
  /* .nav-menu:hover{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
  } */
  .nav-menu span{
    position: absolute;
    left: 12.5px;
    left: calc((100% - 25px) / 2);
    top: 25px;
    top: calc((100% - 2px) / 2);
    width: 25px;
    height: 2px;
    background-color: rgba(0,0,0,1);
  }
  .nav-menu .menu-span{left: 60px}
  .nav-menu span:nth-child(1){
    -webkit-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
  }
  .nav-menu span:nth-child(2){
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-menu span:nth-child(3){
    -webkit-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
  }       
  .nav-menu-click span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  } 
  .nav-menu-click span:nth-child(2){
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);      
  } 
  .nav-menu-click span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  } 
  @keyframes clickfirst {
    0% {
    -webkit-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
    }
    100% {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    }
  }
  @-webkit-keyframes clickfirst {
    0% {
    -webkit-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
    }
    100% {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    }
  }
  @keyframes clicksecond {
    0% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    }

    100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    }
  }
  @-webkit-keyframes clicksecond {
    0% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    }

    100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    }
    }
  .nav-menu-out span:nth-child(1){
      animation-duration: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      animation-name: outfirst;
      -webkit-animation-name: outfirst;
  }  
  .nav-menu-out span:nth-child(3){
      animation-duration: 0.5s;
      -webkit-animation-duration: 0.5s;
      animation-fill-mode: both;
      -webkit-animation-fill-mode: both;
      animation-name: outsecond;
      -webkit-animation-name: outsecond;
  }
  @keyframes outfirst {
      0% {
          -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
      }

      100% {
          -webkit-transform: translateY(-6px) rotate(0deg);
        -ms-transform: translateY(-6px) rotate(0deg);
        -o-transform: translateY(-6px) rotate(0deg);
        transform: translateY(-6px) rotate(0deg);
      }
  }
  @-webkit-keyframes outfirst {
      0% {
          -webkit-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
      }

      100% {
          -webkit-transform: translateY(-6px) rotate(0deg);
        -ms-transform: translateY(-6px) rotate(0deg);
        -o-transform: translateY(-6px) rotate(0deg);
        transform: translateY(-6px) rotate(0deg);
      }
  }
  @keyframes outsecond {
      0% {
          -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
      }

      100% {
          -webkit-transform: translateY(6px) rotate(0deg);
        -ms-transform: translateY(6px) rotate(0deg);
        -o-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
      }
  }
  @-webkit-keyframes outsecond {
      0% {
          -webkit-transform: translateY(0) rotate(45deg);
        -ms-transform: translateY(0) rotate(45deg);
        -o-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
      }

      100% {
          -webkit-transform: translateY(6px) rotate(0deg);
        -ms-transform: translateY(6px) rotate(0deg);
        -o-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg);
      }
  }
  .nav{
      background-color: rgba(255,255,255,1);
      width: 100%;
      padding-top: 30px;
      padding-bottom: 80px;
      z-index: 0;
      display: none;
      position: fixed;
      top: 62px;
      padding: 0;
      bottom: 0;
  }
  .mm-panels {overflow: hidden; }
  .mm-panels, 
  .mm-panels > .mm-panel {
      position: absolute;
      bottom: 0;          
      margin: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: 0;
      box-sizing: border-box;
  }
  .mm-panels > .mm-panel {
      -webkit-overflow-scrolling: touch;
      overflow: scroll;
      overflow-x: hidden;
      overflow-y: auto;
  }
  .mm-listview{
    padding-bottom: 80px;
    margin-top: 30px;
  }
  .mm-listview li{height: auto; }
  .mm-listview .active a{color: #81a4f7}
  .nav li > a{
    width: 92%;
    margin-left: 4%;       
    /* border-bottom: solid 1px rgba(255,255,255,0.3); */
    font-weight:300;
    display: block;
    line-height: 1.5;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
  }
  .nav li > a:hover{
      color: rgba(255,255,255,0.5);      
  }
  .sub-mm-panel{
    width: 92%;
    margin-left: 4%;
    line-height: 1.5;
  }
  .sub-mm-panel a{
    color: #999;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .right-language > div{display: block; }
  .search-box{
    width: 60%;
    margin-left: 4%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .nav .btn-group{margin-left: 3%;}
  .nav li > a,
  .right-language,
  .sub-mm-panel{
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }     
  @-webkit-keyframes flipInX {
      from {
          -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
          transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
          opacity: 0;
      }

      40% {
          -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
          transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
          -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
      }

      60% {
          -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
          transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
          opacity: 1;
      }

      80% {
          -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
          transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      }

      to {
          -webkit-transform: perspective(400px);
          transform: perspective(400px);
      }
  }
  @keyframes flipInX {
      from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
      }

      40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
      }

      60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
      }

      80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
      }

      to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
      }
  }
}
/* footer */
  .footer{
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 14px;
    background-color: #000;
    color:#c1c1c1;
  }
  .Footer-logo{
    display:inline-block;
  }
  .Footer-logo {
    padding-right: 12%;
  }
  .Footer-logo img{max-width:100%;}
  
  .footer-link-box {
    display: table;
    margin-left: auto;
    min-width: 80%;
  }
  .footer-link li{
    display: inline-block;
    line-height: 1;
    border-right:1px solid #fff;
    padding-left: 4.25%;
    padding-right: 4.25%;
  }
  @media (max-width:1280px){.footer-link li{ padding-left: 3%; padding-right: 3%;} }
  @media (max-width:1100px){.footer-link li{ padding-left: 10px; padding-right: 10px;} }
  .footer-link li:first-child{padding-left: 0;}
  .footer-link li:last-child{
    padding-right: 0;
    border-right: none;
  }
  .footer-link .f-link a {
    color: #c1c1c1; 
    font-size: 16px;
  }
  .footer-link-box p{margin-top: 1em;}
  .copy-item{
    display: inline-block;
    margin-right: 2em;
  }

  @media (max-width:767px){
    .footer{
      font-size:12px;
      padding-top: 40px;
      text-align: center;
    }
    .Footer-logo {
      display: block;
      padding-right: 0;
      text-align:center;
    }
    .Footer-logo img{width: 42%;}   

    .footer-link-box {
      display: block;
      margin-left: 0;
      margin-top: 20px;
    } 
    .footer-link li{
      margin-bottom: 1em;
    }
    .footer-link li a{font-size: 14px;}
  }
/* commPage */
  .com-banner{
    height: 520px;
    height: 46vh;
    min-height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
  }
  .com-banner .wrapper{height:100%;}
  .contanier{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-bottom{padding-bottom: 200px;}
  .t-center{text-align: center;}
  
  .com-header p{color: #848484;}
  .com-title h2{
    font-size: 36px;
    font-weight: bold;
  }
  .com-title-big{
    font-size: 36px;
    font-weight: bold;    
  }
  .red-color{color: var(--swiper-pagination-color,var(--swiper-theme-color));}
  .line{
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 1px;
    background-color: #dddddd;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .line:before{
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  .search-form .search-input{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 30px;
  }
  .search-form .my-input{
    background: #f3f3f3;
    height: 40px;
    line-height: 40px;
  }
  .search-form .search-btn{
    height: 38px;
    line-height: 38px;
    width: 7.5em;
    background-color: #38363b;
    color: #fff;
    transition: background-color .2s ease-in-out;
  }
  .search-form .search-btn:hover{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  .text-36{font-size: 36px;}
  .text-28{font-size: 28px;}
  .text-24{font-size: 24px;}
  .text-18{font-size: 18px;}
  .text-16{font-size: 16px;}
  .text-14{font-size: 14px;}
  .font-bold{font-weight: bold;}
  @media (max-width: 1200px){

    .text-36{font-size: 30px;}
    .text-28{font-size: 24px;}
    .text-24{font-size: 20px;}
    .text-18{font-size: 16px;}
    .text-16{font-size: 14px;}
    .text-14{font-size: 13px;}

    .contanier{
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .p-bottom{padding-bottom: 120px;}

    .com-title h2{
      font-size: 20px;
    }
    .line{      
      margin-top: 14px;
      margin-bottom: 14px;
    }
    .line:before{
      height: 8px;
      width: 8px;
      top: -4px;
      margin-left: -4px;
    }
    .search-form .search-input{margin-top: 16px;margin-bottom: 22px;}
  }
  @media (max-width: 767px){
    .com-banner{
      height: 36vh;      
      min-height: initial;
    }
    .contanier{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .p-bottom{padding-bottom: 60px;}

    .text-36{font-size: 28px;}
  }
  .com-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
  }
/* commPage END*/
/* homepage */
  .banner{
    background-color: #eee;
    position: relative;
  }
  .banner .swiper-slide{
    width: 100%;
    height: 42vh;
    min-height: 340px;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
  }
  .banner .swiper-pagination-bullet-active {background: #fff; }

  .banner .swiper-button-prev,
  .banner .swiper-button-next{
    color: #fff;
    background-color: #000;
    border-radius: 2px;
    width: 42px;
    height: 82px;
  }
  .swiper-button-next:after, 
  .swiper-button-prev:after{font-size: 36px;}
  .line2{
    height: 3px;
    width: 50px;
    margin-bottom: 30px;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  @media (min-width:1440px){ 
    .swiper-button-prev{left: 8%}
    .swiper-button-next{right: 8%}
  }   
  @media (max-width:1023px){    
    .banner .swiper-button-prev,
    .banner .swiper-button-next{
      width: 36px;
      height: 68px;
    }
    .banner .swiper-button-next:after, 
    .banner .swiper-button-prev:after{font-size: 32px;}
  }
  .banner .center{
    text-align:left;
    color:#fff;
    width: 88%;
    max-width: 1200px;
    top: 56%;
  }
  .banner-title{font-size: 52px; font-weight: 600;}
  .banner-title span{color: #81a4f7}
  .banner-text{
    font-size: 22px;
    margin-top: 10px;
    max-width: 720px;
    font-weight: 400;
  }
  .btn{
    font-size: 14px;
    line-height: 40px;
    border-radius: 30px;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
    text-align:center;
    width: 90%;
    max-width: 170px;
    display:block;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    color: #fff;
  }
  .btn-default{
    background-color: #e6e6e6;
    color: #000;
  }
  .btn:hover{background-color: #014faf;}
  .btn-default:hover{
    color: #fff;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  .btn-line{
    line-height: 34px;
    background-color: transparent;
    border: 5px solid #56595f;
  }
  .btn-line:hover{
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
    border-color: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  @media (max-width:1400px){
    .banner-title{font-size: 42px;}
    .banner-text{font-size: 20px;}
  }
  @media (max-width:1024px){
    .line2{margin-bottom: 20px;}
    .banner .center{top: 50%;}
    .banner-title{font-size: 32px;}
    .banner-text{
      font-size: 14px;
    }
    .btn{
      font-size: 12px;
      line-height: 32px;
      border-radius: 20px;
      max-width: 140px;
    }
  }
  @media (max-width: 767px){
    .line2{width: 30px;}
    .banner .swiper-slide{
      height: 34vh;
      min-height: 280px;
    }
    .banner .center{width: 76%}
    .banner-title{font-size: 18px;}
    .banner-text{
      font-size: 14px;
      margin-top: 15px;
    }
    .banner .swiper-button-prev,
    .banner .swiper-button-next{
      width: 24px;
      height: 46px;
    }
    .banner .swiper-button-next:after, 
    .banner .swiper-button-prev:after{font-size: 20px;}
    .btn-line{border-width: 2px;}
  }

  /*product-section*/
    .product-section{background-color: #fafafa;}
    .hover-img{
      display: table;
      overflow: hidden;
    }
    .hover-img img{
      width: 100%;
      transition: transform .3s ease-in-out;
    }
    /*.product-item:hover img,
    .hover-img:hover img{
      transform: scale(1.05,1.05);
    }*/
    .product-item{
      display: block;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 0 13px rgba(0,0,0,.09);
      transition: box-shadow .3s ease-in-out;
      position: relative;
    }
    .product-item .hover-img{width: 100%;}
    .product-item .hover-img img{display: block;}
    .product-detail{
      /*padding: 20px;*/
      position: absolute;
      top: 0;
      left: 0;
      padding: 32px 18px 0;
      width: 100%;
      height: 100%;
      background: rgba(249, 249, 249, 0.85);
      transition: all .3s;
      visibility: hidden;
      opacity: 0;
      transform: translate(0, 100%);
    }
    .product-item:hover .product-detail{
      visibility: visible;
      opacity: 1;
      transform: translate(0, 0);
    }
    .product-detail p.inline{ display:inline;}

    .product-detail h2{
      font-size: 18px;
      margin-bottom: .5em;
      color: #3b3b3b;
      transition: color .3s ease-in-out;
    }
    .product-detail p{ 
      -webkit-line-clamp:3;
      color: #666;
       display:inline;
       overflow:visible;
       font-size:12px;
       -webkit-box-orient: initial;
    }
    .product-item:hover{box-shadow: 0 0 38px rgba(0,0,0,.38)}
    .product-item:hover h2{
      font-weight: bold;
      color: var(--swiper-pagination-color,var(--swiper-theme-color));
    }

    .more-btn{
      display: block;
      width: 80%;
      max-width: 160px;
      margin-left: auto;
      margin-right: auto;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,.04);
      height: 38px;
      line-height: 38px;
      text-align: center;
      margin-top: 60px;
    }
    .more-btn span,
    .more-btn i{display: inline-block; }
    .more-btn i{
      float: right;
      width: 38px;
      color: #fff;
      background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
      font-size: 20px;
    }
    .more-btn:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color)); }
    @media (max-width: 767px){
      .more-btn{margin-top: 30px;}
    }
  /*product-section end*/
  /*projects-section*/
    .projects-box{
      display: table;
      max-width: 540px;
      margin-left: auto;
      color: #fff;
    }
    .projects-box .line2{}
    .projects-box .h2{
      font-size: 36px;
      font-weight: 
    }
    .projects-box p{
      margin-top: 2em;
      margin-bottom: 1.5em;
    }
  /*projects-section end*/
  /*news-section*/
    .tags{
      text-align: center;
      margin-top: 35px;
      margin-bottom: 40px;
    }
    .tags-item{
      display: inline-block;
      line-height: 38px;
      padding: 0 1.5em;
      margin-left: .25em;
      margin-right: .25em;
    }
    .boder-e4{border: 1px solid #e4e4e4}
    .tags-item:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color));}
    
    .news-item .hover-img{width: 100%}
    .news-content > div{
      display: inline-block;
    }
    .news-date{
      padding: 10px 15px; 
      color: #8a8a8a;
      position: relative;
      vertical-align: top;
    }
    .news-date span{
      display: block;
      font-size: 24px;
      font-weight: bold;
    }
    .news-date:after{
      content: "";
      position: absolute;
      right: -5px;
      top: 50%;
      width: 10px;
      height: 10px;
      background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
    }
    .news-txt{
      width: calc(100% - 120px);
      margin-left: 20px;
    }
    .news-txt h2{margin-bottom: .5em;}
    .news-txt p{color: #6f6f6f}
    .show-big .news-content{padding: 20px;background-color: #fafafa;}
    .show-big .intwoline{    -webkit-line-clamp: 3;}
    .show-txt .news-content{
      margin-bottom: 16px;
      padding-bottom: 17px;
      border-bottom: 1px solid #e4e4e4
    }

    .news-item:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color));}
  /*news-section end*/
  /*about-section*/
    .about-section .com-bg{
      height: 43vh;
      max-height: 402px;
    }
    .about-bg{
      margin-top: -20vh;
      background-color: #343434;
      color: #fff;
      box-shadow: 0 0 21px rgba(0,0,0,0.26)
    }
    .about-bg .hover-img{
      width: 90%;
      margin-top: -100px;
      margin-left: auto;
      margin-bottom: 60px;
    }
    .about-bg .about-txt{
      width: 84%;
      margin: 50px auto 0 auto;
    }
    .about-txt .tags{text-align: left;}
    .about-txt .tags-item{margin-bottom: .75em;color: #fff}
    .about-txt p a{color: #f1e909}
    .about-txt a:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color));}
    @media (max-width: 1023px){
      .about-section .com-bg{max-height: 320px;}
      .about-bg{margin-top: -240px;}
      .about-bg .hover-img{
        margin-top: 50px;
      }
    }
    @media (max-width: 767px){
      .tags-item{
        line-height: 32px;
        font-size: 12px;
        margin-left: .15em;
        margin-right: .15em;
      }
      .about-bg .hover-img{        
        margin: 30px auto;
      }
      .about-bg .about-txt{
        width: 90%;
        margin-top: 0;
      }
    }
  /*about-section end*/
  /*contact-section*/
    .contact-section{background-position: center bottom;}
    .contact-item{
      width: 90%;
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-top: 40px;
      min-height: 180px;
    }
    .contact-item i{
      font-size: 68px;
      margin-bottom: 30px;
    }
    .contact-item p{margin-bottom: .3em;}
    .contact-item .codeimg{
      display: block;
      max-width: 170px;
      padding: 12px;
      margin-left: auto;
      margin-right: auto;
      background-color: #f9f9f9;
    }
    @media (max-width: 767px){
      .contact-section .col-md-3{
        width: 50%;
        float: left;
      }
      .contact-item i{font-size: 52px;}
      .contact-section p{font-size: 14px;}
    }
  /*contact-section end*/
/* homepage END*/
/* product*/
  .com-page-bg{
    min-height: 200px;
    background-position: 78% center;
  }
  
  .product-swiper{}
  .product-swiper .swiper-container{padding: 50px 0;}
  .product-swiper .swiper-slide{
    transition: 300ms;
    transform: scale(0.85);
  }

  .product-swiper .swiper-slide-active,
  .product-swiper .swiper-slide-duplicate-active{
    transform: scale(1);
    box-shadow: 0 0 22px rgba(0,0,0,0.38)
  }
  .pSwiper .swiper-wrapper{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  } 
  .pSwiper .swiper-slide{max-width: 290px;}
  .pSwiper-item{
    border: 1px solid #dddddd;
    padding: 90px 25px;
    background-color: #fff;
    display: block;
  }
  .pSwiper-item .hover-img{
    width: 100%;
    opacity: .6;
    height: 240px;
  }
  .product-swiper .swiper-slide-active .hover-img{opacity: 1}
  .product-swiper .swiper-slide-active .pSwiper-item{
    background-color: #81a4f7;
    color: #fff;
    border-color: #81a4f7;
  }
  .product-swiper .swiper-slide-active p{color: #fff;}
  .pSwiper-text{
    margin-top: 30px;
    position: relative;
    padding-left: 38px;
    height: 160px;
  }
  .pSwiper-text h2{
    line-height: 1;
    font-size: 20px;
    margin-bottom: .75em;
  }
  .pSwiper-text p{color: #7f7f7f}
  .pSwiper-text i{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1;
  }

  @media (max-width: 1023px){
    .pSwiper-item{padding: 30px 15px;}
    .pSwiper-item .hover-img{height: 180px;}
    .pSwiper-item .pSwiper-text{height: auto;}

  }
  @media (max-width: 767px){
    .pSwiper-item{
      padding: 30px 15px;
    }
    .pSwiper-item .hover-img{height: 180px;}
    .pSwiper-item .pSwiper-text{height: auto;}

    .pSwiper-text{padding-left: 26px;}
    .pSwiper-text h2{font-size: 18px;}
    .pSwiper-text i{top:-1px;font-size: 20px; }
  }
  
  .product-page{position: relative;}
  .pSwiper-btn{
    position: absolute;
    top: 50%;
    left: 8%;
    right: 8%;
    z-index: 3;
  }
  .pSwiper-btn > div{
    position: absolute;
    color: #7a7979;
    cursor: pointer;
  }
  .pSwiper-btn > div i{font-size: 80px;}
  .pSwiper-btn .next-btn{right: 0; }
  
  .product-bg{
    background-color: #363b48;
    color: #d1d7e5;
  }
  @media (min-width: 768px){.product-bg .col-md-10{padding-right: 3%;}}
  .product-bg p{
    margin-top: 1.5em;
    line-height: 1.75
  }
  .product-bg .btn{
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    color: #d1d7e5;
  }
  @media (max-width: 1680px){
    .pSwiper-btn{
      left: 3%;
      right: 3%;
    }
  }
  @media (max-width: 1440px){
    .pSwiper-btn{
      left: 20px;
      right: 20px;
    }
    .pSwiper-btn > div i{font-size: 60px;}
  }
  @media (max-width: 1023px){
    .pSwiper-btn{
      left: 3%;
      right: 3%;
    }
    .pSwiper-btn > div i{font-size: 42px;}
  }  

/* product END*/
/* product-list*/
  .product-list-page{
    background-color: #fafafa;
    padding-top: 0;
  }
  .product-list-page .wrapper{background: #f5f5f5;}
  .cell-left{
    float: left;
  }
  .sub-nav{
    width: 18.3%;
    max-width: 220px;
  }
  .sub-nav .com-header{
    background-color: #e1e1e1;
    padding: 30px 15px 20px 15px;
    margin-top: -86px;
  }
  .sub-nav .line{background-color: #ababab; }
  .sub-nav .line:before{
    width: 6px;
    height: 6px;
    margin-left: -3px;
    top: -3px;
  }
  .sub-nav-ul {
    padding: 30px 15px 15px 15px;
    background: #f5f5f5;
  }

  .sub-nav-li {
    display: block;
    position: relative;
  }

  .sub-nav-li a {
    display: block;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 1em;
    position: relative;
    line-height: 1;
    font-size: 15px;
    color: #666666;
  }
  .sub-nav-li a:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    height: 12px;
    width: 4px;
    border-radius: 1px;
    background-color: #f5f5f5;
    transition: background-color .3s ease-in-out;
  }
  .sub-nav-li > a:after{
    content: "\e666";
    font-family: 'iconfont';
    position: absolute;
    right: 0;
  }
  .sub-nav-li:hover > a,
  .sub-nav-ul .selected > a{color: var(--swiper-pagination-color,var(--swiper-theme-color)); cursor:pointer;}
  .sub-nav-li:hover > a:before,
  .sub-nav-ul .selected > a:before{background-color: var(--swiper-pagination-color,var(--swiper-theme-color));}

  .sub-child{
    display: none;
    position: absolute;
    left: 100%;
    width: 180px;
    background: #f5f5f5;
    top: 0;
    padding: 24px 8px 6px 8px;
    border: 1px solid #ddd;
    z-index: 9;
  }
  .sub-child a{}
  .sub-child a:last-child{
    border-bottom:none;
    margin-bottom: 0;
  }
  .sub-child .actived,
  .sub-child a:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color));}

  .sub-nav-li:hover .sub-child{
    display: block;
  }

  .cell-right{float: right;}
  .list-box{
    width: 81.7%;
    max-width: 1000px;
    padding-left: 24px;
    padding-top: 40px;
    background: #fafafa;
  }

  .type-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 2;
  }
  .type-item:last-child{
    padding-bottom: 0;
    border-bottom: none;
  }
  .type-item > div {display: table-cell;}
  .type-label {min-width: 3em;}
  .type-tags-item {
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
    margin-right: .5em; 
    padding-left: .75em;
    padding-right: .75em;
    cursor: pointer;
  }
  .type-tags-item:hover,
  .type-item .selected{
    background-color: #d70000;
    color: #fff;
  }
  .show-list {
    display: block;
    text-align: center;
    background: #e6e6e6;
    line-height: 38px;
    color: #8e8e8e;
  }
  .product-list-ul {
    margin-top: 30px;
  }
  .product-list-item {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
  }
  .product-list-item .row {
    display: flex;
    align-items: center;
  }
  .product-list-item img {display: block;}
  .product-list-item .imgs {    
    background-color: #fbfbfb;
    border-right: 1px solid #e6e6e6;
  }
  .product-list-item .pl-txt{
    padding-left: 2em;
  }
  .pl-txt table{margin-top: 14px;}
  .mt-2{margin-top: 14px}
  
  .product-list-item:hover{
    box-shadow: 0 0 18px rgba(0,0,0,.2)
  }
  .product-list-item:hover h2{color: var(--swiper-pagination-color,var(--swiper-theme-color));}
  .product-list-item:hover .btn-default{
    color: #fff;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
  }
  
  .pagination{margin-top: 10px;}
  .pagination li{
    display: inline-block; 
    background-color: #f4f4f4;
    border: 1px solid  #dedede;
    border-radius: 3px;
    transition: background-color .3s ease-in-out;
  }
  .pagination li a{
    padding: 0 1.5em;
    line-height: 40px;
    display: inline-block;
  }
  .pagination li:hover,
  .pagination .selected{
    background-color: #305dc3;    
  }
  .pagination li:hover a,
  .pagination .selected a{color: #fff;}

  @media (max-width: 1000px){
    .sub-nav-ul{padding: 20px 10px 10px 10px}
    .sub-nav-li a{
      font-size: 12px;
      padding-left: .4em;
      padding-bottom:14px;
      margin-bottom:14px;
    }
    .sub-nav-li a:before{width: 2px;}
    
    .product-list-item .imgs{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    .pl-txt table{font-size: 12px;}
    .pl-txt table tr td:nth-child(1){width: 60%}
    .pl-txt table,
    .pl-txt .mt-2{margin-top: 6px;}

    .pagination li a{
      line-height: 36px;
      padding: 0 1em;
    }
  }
  @media (max-width: 767px){
    .cell-left,
    .cell-right{float: none; }
    .sub-nav{
      width: 100%;
      max-width: initial;
    }
    .product-list-page {padding-top: 30px;}
    .sub-nav .com-header{margin-top: 0;}
    .list-box{
      width: 100%;
      padding-left: 0;
      padding-top: 10px;
    }
    .product-list-item .row{display: block; }
    
    .product-list-item .imgs {
      padding-top: 12px;
      padding-bottom: 12px;
    }
    .product-list-item img{
      margin-left: auto;
      margin-right: auto;
    }
    .product-list-item .pl-txt{padding: 20px; }
    .product-list-item .btn{
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
    }
    .pagination{text-align: center;}
    .pagination li a {
      line-height: 36px;
      padding: 0 12px;
    }
    .type-item{
      padding-bottom: 8px;
      margin-bottom: 8px;
    }
    .type-tags-item{font-size: 12px;}
  }
/* product-list END */
/* news */
  .news-list-item{
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .news-list-item .imgs{max-width: 180px;}
  .news-list-item img{display: block;}

  .news-list-txt{padding-left: 20px;}
  .news-list-txt p{
    margin-top: .5em;
    color: #939393;
  }
  .news-tags-item{
    display: inline-block;
    margin-right: 2em;
    font-size: 12px;
    margin-top: 6px;
  }
  .news-list-item a:hover{color: var(--swiper-pagination-color,var(--swiper-theme-color))}
  
  .detail-page {margin-top: 25px;}
  .detail-page .news-tags-item{font-size: 15px;color: #6b6b6b;margin-top: 1em;}
  .detail-page .t-center{
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom:1px solid #e3e3e3;
  }
  .detai-content p img{display: inherit;}
  .detai-content p{
    margin-bottom: 12px;
    font-size: 16px;
    text-indent: 2em;
  }
  .detail-page .btn-line{
    border-width: 2px;
    color: #000;
    border-color: #d2d2d2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
  .detail-page .btn-line i{font-size: 22px;}
  .detail-page .btn-line:hover{
    border-color: var(--swiper-pagination-color,var(--swiper-theme-color));
    color: #fff;
  }
  @media (max-width: 767px){
    .news-list-item .imgs{max-width: inherit;}
    .news-list-item img{width: 100%;}
    .news-list-txt{padding: 18px; }

    .detail-page .news-tags-item{font-size: 12px;}
    .detai-content p{font-size: 14px;}
  }
/* news END*/
/* about-page*/
  .about-title{
    display: table;
        color: #81a4f7;
  }
  .about-page .line2{
    background-color: #81a4f7;
    width: 50%;
    max-width: 8em;
    margin-top: 8px;
    height: 2px;
  }
  .about-page .hover-img{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
  }
  .about-page .hover-img img{display: block;}
  .about-stxt p{
    width: 90%;
    max-width: 410px;
    color: #565656;
    font-size: 16px;
  }
  .about-part2{margin-top: 100px;}
/* about-page END*/
/* contact-page*/
  .contact-page{min-height: 720px; }
  .contact-bg{background-position:center;}
  .map-box{position: relative;}
  #map{
    width: 100%;
    /*min-height: 680px;*/
    box-shadow: 0 0 29px rgba(0,0,0,.5);
  }
  .mapItem{min-height: 280px;}
  .mapItem img{opacity: 0}
  .map-box img{display: block;}
  .map-info {
    display: table;
    width: 100%;
    max-width: 540px;
    background: #fff;
    padding: 40px 40px 0 40px;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0,0,0,.39);
    margin-left: auto;
    position: relative;
    margin-top: 20px ;
    z-index:999999;
  }
  @media (min-width: 768px){
    .mapItem{min-height: 680px;}
    .map-info {
      position: absolute;
      top: 50%;
      right: 40px;
      transform: translateY(-50%);
      margin-top: 0;
    z-index:999999;
    }
  }
  .map-info h2{word-break: keep-all;}
  .map-info .line2{
    margin-top: 20px;
    margin-bottom: 25px;
    background-color: #afafaf;
    width: 82px;
  }
  .contact-items{display: table;}
  .contact-items .iconfont{font-size: 32px;margin-right: .5em;}
  .contact-items span em{display: inline-block;width: 2em;}
  .contact-items span:nth-child(1){min-width: 8.2em}
  .contact-items span{display: table-cell;}
  .sbtn{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 3px 1em;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));
    margin-left: 1em;
  }
  @media (max-width: 1300px){
    .contact-items .iconfont{font-size: 24px;}
    .map-info {padding:20px 20px 0 20px;}
  }
/* contact-page END*/


/* history*/
  .cntl {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }

  .cntl-center {
    left:0;
      right:0;
      margin-left:auto;
      margin-right:auto;
  }

  .cntl-bar {
    position: absolute;
    width: 10px;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    box-shadow: inset 0px 0px 7px -2px #000;
  }


  .cntl-bar-fill {
    background-color: #81a4f7;
    position: absolute;
    left:0;
    right:0;
    top:0;
    height:0;

  }

  .cntl-state {
    position: relative;
    width:100%;
    min-height: 200px;
    margin-bottom: 50px;
  }

  .cntl-state::after {
    display:block;
    content: ' ';
    clear:both;
  }

  .cntl-icon {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #00313C;
    border: solid 3px #81a4f7;
    box-shadow: 0px 0px 19px -9px #000;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #fff;
  }

  .cntl-content {
    width: 40%;
    padding: 2%;
    background-color: rgba(238, 238, 238, 0.25);
    border-radius: 3px;
    border: solid 2px #81a4f7;
    float:left;
    opacity:0;
    position:relative;
    margin-left:-40%;
  }

  .cntl-state:nth-child(2n+2) .cntl-content {
    float:right;
    margin-right:-40%;
  }

  .cntl-image {
    opacity:0;
    width: 40%;
    padding: 2%;
  }

  .cntl-state:nth-child(2n+1) .cntl-image {
    float:right;
  }

  .cntl-image img {
    width:100%;
  }

  .cntl-content h4 {
    font-weight: bold;
    font-size:20px;
    margin-bottom: 10px;
  }
  .cntl-content p{color: #636363}


  /*
  animations
  */
  .cntl-bar-fill,.cntl-content,.cntl-image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .cntl-state:nth-child(2n+2).cntl-animate .cntl-content {
    margin-right:0%;
  }

  .cntl-animate .cntl-content {
    opacity:1;
    margin-left:0%;
  }

  .cntl-animate .cntl-image {
    opacity:1;
  }




  /* mobile support */

  @media (max-width: 600px) {
    
    .cntl-icon{
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
    }
    .cntl-bar {
      left:auto;
      right: 27px;
    }
    
    .cntl-state{min-height: 120px;}
    .cntl-content {
      width:83%;
      float:none;
      margin-bottom: 10px;
    }
    .cntl-state:nth-child(2n+2) .cntl-content {
      margi-right:0%;
      float:none;
    }

    .cntl-image {
      width:83%;
      padding: 0;
    }

    .cntl-state:nth-child(2n+1) .cntl-image {
      float:none;
    }

    .animate .cntl-content {
      margin-left: 2%;
    }

    .cntl-icon {
      left: auto;
      right: 0;
    }
    .cntl-content h4 {font-size: 16px;}
  }
/* history END*/

/*产品详情*/
  .products-detail-page{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
  }
  .products-detail-swiper{
    position: relative;
  }
  .products-swiper{overflow: hidden; }
  .products-swiper img{display:block; }
  .products-detail-box{
    position: relative;
    padding-left: 36px;
    margin-left: 40px;
    margin-top: 20px;
  }
  .products-detail-box .iconfont{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 28px;
  }
  .products-detail-box .red-color{margin-top: .5em;}
  .products-detail-box .inline{-webkit-line-clamp: 3;}
  .line3{
    border-top: 1px solid #e5e5e5;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .mySwiper2{background-color: #ebf0f4;margin-bottom: 20px;}
  .mySwiper2 img{width: 100%;}
  
  .mySwiper .swiper-slide{background-color: #fff;}
  .mySwiper .swiper-slide-thumb-active{
    border: 1px solid var(--swiper-pagination-color,var(--swiper-theme-color));
    background-color: #ebf0f4;
    border-color: #ebf0f4;
  }
  .products-detail-page .btn{
    margin-top: 25px;
    margin-right: 0;
  }
  @media(min-width: 1024px){
    .products-detail-box .news-tags-item{font-size: 14px;}
    .products-detail-page .btn{
      position: absolute;
      right: 0;
      bottom: 20px;
    }
  }
  .pdetail-page{
    padding-top: 40px;
    padding-bottom: 100px;
    margin-top: 0;
  }
  .products-detail-title {    
    background: #ebebeb;
    margin-bottom: 24px;
  }
  .products-detail-title span{
    display: table;
    padding: 10px 2em;
    position: relative;
  }
  .products-detail-title span:before{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px; 
    width: 100%;
    background-color: var(--swiper-pagination-color,var(--swiper-theme-color));

  }
  .pdetail-page p{margin-bottom: 1em;}
  .table-box{margin-bottom: 40px;}
  .table-box table{   
    border-collapse: collapse;
    border-spacing: 0; 
    width: 100%;
  }
  .table-wrapper{
    border: 1px solid #ddd;
    border-bottom: none;
    width: 96%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  .table-box table thead{
    background-color: #eeeeee;
  }
  .table-box tr th,
  .table-box tr td{
    padding: 10px 1em;
  }
  .table-box th,
  .table-box td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
  }
  .table-box thead tr th:not(:last-child),
  .table-box tbody tr td:not(:last-child){
    border-right: 1px solid #ddd;
  }
  .table-box tbody{color: #9c9c9c}
  .table-box h2{
    color: #9c9c9c;
    padding: 10px 13px;
  }
  @media (max-width: 767px) {
    .products-detail-box{margin-left: 0;}
    .pdetail-page{padding-bottom: 60px;}
    .table-wrapper{width:100%;font-size: 12px;}
    .pdetail-page .btn-line{margin-top: 40px;}
  }
  .table-1 .table-wrapper tbody th{
    border-right: 1px solid #ddd;
    background: #ebebeb;
    // color: #fff;
    text-align: left;
  }
  .table-1 .table-wrapper tbody tr{
    // background:#e8eaf6;
    color: #000
  }
  .table-1 .table-wrapper tbody tr:nth-child(odd){
    // background:#cfd6e9
  }
  .pd-page-img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: table;
  }
  .pd-page .detail-page{
    padding-top: 12px;
    background:#fff;
  }
  .table-2{
    width:100%;
    overflow: auto;
  }
  .table-2 thead tr th,
  .table-2 tbody tr td{text-align:center;vertical-align:middle;color: #000}
  .table-2 tbody tr .borderRight{
    border-right: 1px solid #ddd
  }
  .table-2 table thead {
    background-color: #ebebeb;
  }
  .table-2 .table-wrapper{width:100%; max-width: 1176px;}
  .echarts-box{
    width: 96%;
    max-width: 480px;
    display: table;
    margin: 0 auto 20px auto;
    min-height: 300px;
    background:#eee;
  }
/*产品详情 END*/

/*history*/
.company-his-box .sep-datalist-history1 {
    padding: 0 9px;
    max-width: 940px;
    margin: 0 auto
}

.company-his-box .sep-datalist-history1:after {
    content: '';
    display: block;
    clear: both
}

.company-his-box .sep-datalist-history1::before {
    content: '';
    display: block;
    clear: both
}

.company-his-box .sep-datalist-history1 li {
    width: 600px;
    float: left;
    position: relative;
    padding-right: 90px;
    min-height: 180px
}

.company-his-box .sep-datalist-history1 li::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 40px;
    right: 118px;
    background: url(../images/line_dot.png) top center;
    clear: both
}

.company-his-box .sep-datalist-history1 li::before {
    content: '';
    display: block;
    clear: both
}

.company-his-box .sep-datalist-history1 li .date {
    position: absolute;
    right: -198px;
    top: 43px
}

.company-his-box .sep-datalist-history1 li .date .m {
    color: #343436;
    font-weight: bold;
    display: table;
    margin-bottom: 5px
}

.company-his-box .sep-datalist-history1 li .date .y {
    color: #343436;
    font-weight: bold;
    font-size: 30px;
    display: table
}

.company-his-box .sep-datalist-history1 li .clock {
    position: absolute;
    right: -118px;
    top: 8px;
    z-index: 6
}

.company-his-box .sep-datalist-history1 li .text {
    background: #f5f5f5;
    padding: 16px 20px;
    border-radius: 18px;
    color: #343436;
    line-height: 1.6em;
    width: 394px;
    float: left;
    left: 0;
    position: relative
}

.company-his-box .sep-datalist-history1 li .text p {
    line-height: 1.8em;
    margin-bottom: 0
}

.company-his-box .sep-datalist-history1 li .text:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-left: 10px solid #f5f5f5;
    position: absolute;
    left: 100%;
    top: 50%
}

.company-his-box .sep-datalist-history1 li .text::after {
    content: '';
    display: block;
    clear: both
}

.company-his-box .sep-datalist-history1 li:nth-child(even) {
    float: right;
    padding-left: 90px;
    padding-right: 0;
    padding-bottom: 50px
}

.company-his-box .sep-datalist-history1 li:nth-child(even):after {
    left: 155px;
    right: auto;
    top: 26px
}

.company-his-box .sep-datalist-history1 li:nth-child(even) .date {
    left: -166px;
    bottom: 15px
}

.company-his-box .sep-datalist-history1 li:nth-child(even) .clock {
    bottom: 12px;
    left: -76px;
    right: auto
}

.company-his-box .sep-datalist-history1 li:nth-child(even) .text {
    float: right
}

.company-his-box .sep-datalist-history1 li:nth-child(even) .text:before {
    border-left: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    left: auto;
    right: 100%;
    top: auto;
    bottom: 50%
}

/*产品列表*/
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex_row_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
.wide {
    width: 100%;
    margin: 0 auto;
}
.p-wrapper .com-header,
.p-wrapper .tab-title,
.p-wrapper .tab-box{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.p-wrapper .tab-title,
.p-wrapper .tab-box{
  width: 92%;
}
.p-wrapper .tab-title{
  min-width: 1024px;
  position: relative;
  height: 127px;
  padding: 0 3%;
}
.index2-tab { border-bottom: 1px solid #dcdcdc;margin-top: 30px; width: 100%;overflow: auto; height: 135px;position: relative;}
.index2-tab li { position: relative; padding-bottom: 32px; text-align: center; font-size: 16px; color: #a2a2a2; cursor: pointer; }
.index2-tab li a{color: #a2a2a2;}
.index2-tab li::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: #1c4b8d; transition: all .4s; transform: scaleX(0); }
.index2-tab li:hover,.index2-tab li:hover a, .index2-tab li.on , .index2-tab li.on a{ color: #1c4b8d; }
.index2-tab li:hover::after, .index2-tab li.on::after { transform: scaleX(1); }
.index2-tab li:hover .iconfont, .index2-tab li.on .iconfont { color: #1c4b8d; }
.index2-tab li .iconfont { margin-bottom: 10px; height: 50px; font-size: 46px; color: #bcbcbc; }
.index2-tab li .iconjiqiren { font-size: 48px; }
.index2-tab li .iconfangzhijixie { font-size: 44px; }
.index2-tab li .iconshukongjichuang { font-size: 45px; }
.index2-con { margin-top: 40px; overflow: hidden; }
.index2-box { position: relative; background-color: #eaedf1; width: 100%; margin: 0 auto; display: none;}
.index2-box .img { width: 50%; overflow: hidden; }
.index2-box .img img{ display: block;}
.index2-box .text-box { position: absolute; top: 0; left: 50%; transform: translate(-50%, 0); height: 100%; }
.index2-box .right-text { float: right; padding-left: 3%; width: 50%; height: 100%; align-content: center;padding-top: 2%; position: relative;}
.index2-box .right-text h4 { margin-bottom: 1.5%; width: 100%; font-size: 30px; font-weight: bold; color: #444444;display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding-right: 50px;
  -webkit-box-orient: vertical;overflow: hidden; }
.index2-box .right-text .word { width: 100%; font-size: 16px; line-height: 1.5; color: #666666; animation-delay: .2s; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 5; -webkit-box-orient: vertical; padding-right: 5%;min-height: 7.5em}
.index2-box .right-text .more {width: 11.25em; height: 3em; border: solid 1px #114b95; line-height: 3em; text-align: center; font-size: 16px; color: #114b95; transition: all .4s; animation-delay: .4s; border-radius: 2em;display: block; margin-top: 2.5%;}
.index2-box .right-text .more:hover { background: #114b95; color: #fff; }
.index2-box .iconfont { position: absolute; right: 0; bottom: 16px; transform: rotateY(180deg); font-size: 160px; line-height: 160px; color: #bdbdbd; opacity: 0.2; }

.mobile-show{display: none;}

@media(max-width: 1240px){
  .index2-box .right-text .word{font-size: 15px; -webkit-line-clamp: 4;min-height: 6em}
  .index2-box .right-text .more{font-size: 14px;}
}
@media(max-width: 1023px){
  .mobile-hide{display: none;}
  .mobile-show{display: block;}
  .index2-box .img{
    width: 100%;
  }
  .index2-box .text-box {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 100%;
  }
  .index2-box .right-text{
    width: 100%;
    float: none;
    padding-bottom: 5%;  
  }
  .index2-tab li::after{height: 2px}
  .index2-box .right-text h4{font-size: 20px;margin-top: 1em;}
}

.news-item{overflow: hidden;display: block;}
.news-item .thumb-info{
  position: relative;
  padding: 20px 0;
  padding-right: 5%;
}
.news-item .thumb-info .news-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    display: block;
    transition: all .3s;
    min-height: 3em;
    margin-bottom: 1em;
    text-align:center;
}
.news-item .thumb-info .news-time {
    margin-top: 10px;
    color: #666;
    text-align:center;
}
.thumb-info .news-time i {
    color: #002554;
    font-size: 18px;
    margin-right: 5px;
}
.thumb-info .news-more {
    display: block;
    width: 116px;
    line-height: 36px;
    border: 1px solid var(--swiper-pagination-color,var(--swiper-theme-color));
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: var(--swiper-pagination-color,var(--swiper-theme-color));
    margin: 30px auto 0 auto;
    transition: all .3s;
}
.thumb-info .news-more i{margin-left: 8px;}
.thumb-info>.iconfont {
    width: 50px;
    height: 50px;
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -25px;
    right: 45px;
    transform: translateX(-500px);
    transition: all .5s;
}
.news-item .hover-img img {display: block;}
.news-item:hover .hover-img img {
    transform: scale(1.1);
}
.news-item:hover .thumb-info .news-more{
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    color: #fff;
}
.news-item:hover .thumb-info .news-title{
    color: #002554;
}
.news-item:hover .thumb-info>.iconfont {
    transform: translateX(0);
}


.careers-title {
    border-bottom: 1px solid #959595;
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.careers-title h1{
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #214995;
  height: 42px;
}
.history-page{margin-top: -20px;}
.history-page p{
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

.h-title { width:100%; position:absolute; top: 1.3em; height:50px; line-height:50px;}
.h-title,
.h-desc {text-align: center;font-size: 18px;font-weight: 600;background: #fff;}