/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    font: 16px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
  }
  html,body{
    position: relative;
  }
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  a{
    color: #333;
  }
  a:hover {
    color: #00A0E9;
    text-decoration: none;
  }
  h1, h2, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  @font-face {
    font-family: 'sn';
    src: url('../font/bahnschrift.ttf') format('truetype')
  }
  .sn{
    font-family:"sn" !important;
    font-style:normal;
    /* font-weight: lighter; */
  }
@font-face {
  font-family: 'iconfont';  /* Project id 4670940 */
  src: url('//at.alicdn.com/t/c/font_4670940_yn0mld6sad9.woff2?t=1747880484039') format('woff2'),
       url('//at.alicdn.com/t/c/font_4670940_yn0mld6sad9.woff?t=1747880484039') format('woff'),
       url('//at.alicdn.com/t/c/font_4670940_yn0mld6sad9.ttf?t=1747880484039') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  /* font-size: 16px; */
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contactW{
  padding: 0 6%;
  width: 100%;
}
.uk-overlay-ui{
  background: rgba(0, 0, 0, 0.05);
}
header{
  position: fixed;
  z-index:9 !important;
  padding: 12px 0;
  transition: all 0.2s ease-in-out;
  color: #333;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter:saturate(150%) blur(20px);
  height: 64px;
}
header img{
  height: 38px;
}
header .nav a{
  color: #333;
  line-height: 40px;
  font-size: 18px;
}
header .nav a.hover{
  color: #00A0E9;
  position: relative;
}
header .nav a.hover::before{
  content: '';
  position: absolute;
  width: 16px;
  height: 3px;
  background: #00A0E9;
  left: 50%;
  margin-left:-8px;
  border-radius: 3px;
  top:26px;
}
header a:hover{
  color: #00A0E9;
}
header .navl{
  display:inline-block;
  padding:0 30px;
}
header .uk-navbar-toggle{
  color: #333;
}
header .ENli{
  color: #333;
  margin-right: 10px;
  border-right:1px rgba(0, 0, 0, .2) solid;
  padding-right: 10px;
  display: inline-block;
  line-height: 22px;
}
header .iconfont{
  font-size: 20px;
}
header .search{
  margin-right:10px;
  border-right:1px rgba(0, 0, 0, .2) solid;
  display: inline-block;
  padding-right:15px;
  line-height: 22px;
}
header .search button{
  height: 40px;
  background: #00A0E9;
  color: #FFF;
  border: none;
  transition: all 0.2s ease-in-out;
}
header .search button:hover{
  background: #008bcc;
}
header.active .search, header.active .ENli{
  color: #333;
  border-right:1px rgba(0, 0, 0, .3) solid;
}
header .tel{
  display: inline-block;
}
header .tel span{
  font-size: 18px;
}
header button{
  height: 38px;
  border: 1px rgba(0, 0, 0, .2) solid;
  background: rgba(255, 255, 255, .1);
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.Sline{
    bottom:30px !important;
    height:50px !important;
    background: rgba(255, 255, 255, .3);
    width: 2px !important;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    z-index: 1;
}
.Sline span{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    background: rgba(255, 255, 255, 1);
    animation: 1.5s ease-in-out 0s normal none infinite running scrolling_move;
}
@keyframes scrolling_move {
    0% {}
    100% {top:100%;}
}
.Iabout p{
  font-size: 24px;
  line-height: 48px;
}
.indPr{
  box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.1);
  position: relative;
  height:480px;
  border-radius: 15px;
  top:0;
  transition: all 0.2s ease-in-out;
}
.indPr:hover{
  top:-6px;
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.2);
}
.indPr .img{
  bottom: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.indPr .img img{
  width: 80%;
}
.indPr .i_zgsmc{
  padding:30px 0 0 60px;
  position: absolute;
  z-index: 5;
}
.indPr .i_zgsmc a{
  font-size: 24px;
  line-height: 48px;

}
.indPr .i_qhan{
  font-size: 42px;
  padding:60px 0 0 60px;
  z-index: 2;
  position: relative;  
}
.TabBut{
  text-align: center;
}
.TabBut li{
  display: inline-block;
  margin: 5px 3px;
}
.TabBut li a{
  padding: 0 30px !important;
  display: inline-block;
  line-height: 44px;
  border: 1px #ddd solid;
  transition: all 0.2s ease-in-out;
  font-size: 16px !important;
}
.TabBut li a span{
  font-size: 16px;
}
.TabBut li.hover a{
  border-color: #00A0E9;
  background: #00A0E9;
  color: #FFF;
}
.TabBut li.hover a:hover{
  background: #008bcc;
  border-color: #008bcc;
  color: #FFF;
}
.TabBut i{
  font-size: 22px;
  margin-right: 5px;
}
.TabBut li:nth-child(1) i:before {
  content: "\e811";
}
.TabBut li:nth-child(2) i:before {
  content: "\e818";
}
.TabBut li:nth-child(3) i:before {
  content: "\e77d";
}
.TabBut li:nth-child(4) i:before {
  content: "\e67a";
}
.TabBut li:nth-child(5) i:before {
  content: "\e81a";
}
.TabBut li:nth-child(6) i:before {
  content: "\e81d";
}
.TabBut li:nth-child(7) i:before {
  content: "\e81b";
}
.TabBut li:nth-child(8) i:before {
  content: "\e81e";
}
.TabButX li:nth-child(1) i:before {
  content: "\e608";
}
.TabButX li:nth-child(2) i:before {
  content: "\e609";
}
.uk-subnav-pill > * > a:hover,.uk-subnav-pill > * > :first-child{
  color: #333;
}
.Prlist{
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  top:0;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 10px;
}
.hot{
  position: absolute;
  right: 12px;
  background: url(../img/proicon.png) no-repeat;
  width: 52px;
  height: 52px;
  top:-5px;
  padding: 10px 0 0 8px;
  color: #FFF;
  font-size: 14px;
  z-index: 1;
}
.Prlist img{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.Prlist:hover{
  top:-6px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.Prlist p{
  margin: 0;
  overflow: hidden;
}
.Prlist .uk-padding-small{
  padding: 25px;
}
.Prlist h6{
  color: #666;
  padding: 10px 0;
}
.Prlist button{
  border: 1px #ddd solid;
  background: #FFF;
  padding: 10px 30px;
  font-size: 14px;
  cursor: pointer;
}
.Prlist:hover button{
background: #00A0E9;
color: #FFF;
border-color: #00A0E9;
}
.Prlist:hover button:hover{
background: #008bcc;
border-color: #008bcc;
}
.Pr-V p{
  margin: 10px 0;
  font-size: 16px;
  line-height: 32px;
  color: #444;
}
.Pr-V h4{
  margin: 15px 0 10px 0;
  font-weight: bold;
}
.Text-V h4{
  margin: 15px 0;
}
.Text-V p{
  margin: 15px 0;
  line-height: 32px;
  text-indent: 2rem;
  color: #555;
}
.Text-V p strong{
  font-size: 20px;
  color: #555;
}
.PrL{
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.PrL:hover{
  background: #333;
  color: #FFF;
}
.PrL a{
  color: #333;
}
.PrL:hover a{
  color: #FFF;
}
.netW{
  overflow: hidden;
  height: 100px;
  border: 2px #ff0036 solid;
  border-radius: 8px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
  top:0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.netW:hover{
  top:-6px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.netW i{
  float: left;
  width: 120px;
  text-align: center;
  color: #FFF;
  font-size: 52px;
  font-weight: lighter !important;
  height: 100px;
  line-height: 100px;
}
.netW span{
  width: calc( 100% - 120px);
  float: left;
  line-height: 100px;
  font-size: 20px;
  text-align: center;
}
.yfNo{
  height: 300px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.08);
  top:0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.yfNo:hover{
  top:-6px;
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
}
.yfNo span{
  font-size: 64px;
}
.Truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  }
.Hover{
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  top:0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.Hover:hover{
  top:-6px;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
}
.page a{
  display: inline-block;
  height: 42px;
  width: 42px;
  border: 1px #DDD solid;
  border-radius: 4px;
  line-height: 42px;
  font-size: 18px;
  margin: 0 4px;
}
.page a.page-num-current{
  background: #00A0E9;
  color: #FFF;
  border-color: #00A0E9;
}
footer{
  /* margin-top:5rem; */
  background: #E4F3F9;
}
footer .link{
  width: 200px;
  background: rgba(0, 0, 0, .06);
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  cursor: pointer;
}
footer .link i{
  float: right;
}
footer .tel{
  font-size: 20px;
}
footer .copy{
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, .06);
  padding: 25px 0;
}
footer .wxm i{
  width: 42px;
  height: 42px;
  display: inline-block;
  background: rgba(0, 0, 0, .06);
  border-radius: 42px;
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  cursor: pointer;
  margin: 0 3px;
}
footer .uk-list span{
  color: #000;
  display: block;
  margin-bottom: 15px;
}
footer .uk-list li a{
  font-size: 14px;
  color: #666;
}
footer .uk-list li a:hover{
  color: #00A0E9;
}
.TotRight{
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 1;
}
.uk-h3 span{
  font-size: 36px;
}
.aboutT{
  line-height: 36px;
  font-size: 18px;
}
.aboutT p{
  color: #333;
  text-indent: 2rem;
}
.uk-nav li > a{
  font-size: 16px;
  padding: 10px;
}
.car{
  background: #EFF8FB url(../img/mission-.png) no-repeat top right;
  padding: 40px;
  border-radius: 10px;
  height: 540px;
  box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.1);
  top:0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.car:hover{
  top:-6px;
  box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, 0.2);
}
.car i{
  background: #00A0E9;
  display: inline-block;
  border-radius: 80px;
  text-align: center;
  width: 86px;
  height: 86px;
  line-height: 86px;
}
.car i img{
  width: 50%;
}
.car h2{
  margin:20px 0;
}
.topli{
  color: #CCC;
}
.topli a{
  padding:1.8rem 3rem;
  font-size: 16px;
}
.topli a.hover{
  background: #00A0E9;
  color: #FFF;
}
.horT{
  border-bottom:2px #00A0E9 solid;
  height: 150px;
  position: relative;
  padding-left:35px;
}
.horT::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FFF;
  left:0px;
  border: 2px #00A0E9 solid;
  border-radius: 11px;
  bottom: -9px;
}
.horT::after{
  content: '';
  position: absolute;
  background: #00A0E9;
  left: 6px;
  top: 0;
  height: 145px;
  width: 1px;
}
.horB{
  border-top:2px #00A0E9 solid;
  height: 150px;
  position: relative;
  margin-top:149px;
  padding-top:75px;
  padding-left:35px;
}
.horB::before{
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 2px #00A0E9 solid;
  left:0px;
  border-radius: 11px;
  top: -9px;
}
.horB::after{
  content: '';
  position: absolute;
  background: #00A0E9;
  left: 6px;
  top: 4px;
  height: 146px;
  width: 1px;
}
.uk-position-center-right-out, .uk-position-center-left-out{
  background: #00A0E9;
  color: #FFF;
  border-radius: 64px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-top:13px;
  transition: all 0.2s ease-in-out;
}
.uk-position-center-right-out svg, .uk-position-center-left-out svg{
  width: 16px;
  height: 16px;
}
.uk-position-center-right-out:hover, .uk-position-center-left-out:hover{
  background: #008bcc;
  color: #FFF;
}
.puX{
  padding-top: 800px;
}
.MaTop{
  margin-top:64px;
}
.uk-height-medium{
  height: 150px !important;
}
.uk-height-medium::-webkit-scrollbar {
  width: 5px;
}
.uk-height-medium::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
}
.uk-height-medium::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
  border-radius: 10px;
}
@media only screen and (max-width: 1300px) {
  header .navl{
    display:inline-block;
    padding:0 22px;
  }
}
@media only screen and (max-width: 768px) {
  header{
    padding: 10px 0;
    height: 52px;
    background: rgba(255, 255, 255, .95);
  }
  header img{
    height: 32px;
  }
  header button{
    height: 32px;
    padding: 0 10px;
  }
  .uk-h3{
    font-size: 1rem !important;
  }
  .uk-h3 span{
    font-size: 1rem !important;
    font-size: 22px !important;
  }
  .indPr{
    height:220px;
    border-radius: 10px;
  }
  .indPr .i_zgsmc{
    padding:10px 0 0 20px;
  }
  .indPr .i_zgsmc a{
    font-size: 18px;
    line-height: 32px;
  
  }
  .indPr .i_qhan{
    font-size: 24px;
    padding:20px 0 0 20px
  }
  .uk-padding-large{
    padding:6%
  }
  .puX{
    padding-top: 250px;
  }
  .MaTop{
    margin-top:50px;
  }
  .uk-nav li > a{
    font-size: 18px;
    padding: 10px;
  }
  .car{
    padding: 40px;
    border-radius: 8px;
    height: 300px;
  }
  .TabBut{
      text-align: left;
  }
  .TabBut li a{
  padding: 0 15px !important;
  display: inline-block;
  line-height: 32px;
  border: 1px #ddd solid;
  transition: all 0.2s ease-in-out;
  font-size: 14px !important;
}
.TabBut i{
    font-size: 16px;
}
  /* .contactW{
    padding: 0 10%;
  } */
}
.uk-accordion-title::before{
  position: absolute;
  right: 20px;
}
.uk-accordion > :nth-child(n+2){
  margin-top:10px;
}
.couL{
  padding-right:25px;
  padding-top:20px;
  color: #999;
}
.couR{
  border-left: 2px #008bcc solid;
  padding:15px 0 15px 30px;
}
.couR h4{
  padding:10px 0;
  position: relative;
  font-size: 18px !important;
}
.couR h4::before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 2px #008bcc solid;
  left: -38px;
  border-radius: 12px;
  top:16px;
}
.TopR{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 4;
}
.TopR a{
  width: 42px;
  height: 42px;
  border-radius: 42px;
  text-align: center;
  display: inline-block;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding-top: 15px;
  transition: all 0.2s ease-in-out;
}
.TopR a:hover{
  background: #E4F3F9;
  color: #008bcc;
}
.Tem img{
  opacity: 0.5;
  transition: all 0.1s ease-in-out;
}
.Tem .uk-active img{
  opacity: 1;
}
.timeB{
  background: rgba(0, 160, 233, 0.95);
  padding: 25px;
  color: #FFF;
}
.timeB h3{
  color: #FFF;
  padding: 8px 0;
  margin: 0;
}
.timeB h4{
  color: #FFF;
}
.timeB h5{
  font-size: 16px;
  color: #FFF;
  padding: 8px 0;
}
.timeB p{
  line-height: 26px;
  margin: 0;
}
.Tmb h3{
  margin: 0 0 10px 0;
}
.Tmb p{
  line-height:28px;
  color: #555;
  margin-top: 10px;
}
.Tmb .uk-height-medium::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .2);
}
.Tmb .uk-height-medium::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .05);
}
.swiper-container{
	width: 100%;
	height: 100vh;
}
.swiper-auto-height{
  height: auto;
}