@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'),
         url('../fonts/BEBAS.woff2') format('woff2'),
         url('../fonts/BEBAS.woff') format('woff'),
         url('../fonts/BEBAS.ttf') format('truetype'),
         url('../fonts/BEBAS.svg#BEBAS') format('svg');
}

@font-face {
    font-family: 'fzlt';
    src: url('../fonts/fzlt.eot');
    src: url('../fonts/fzlt.eot') format('embedded-opentype'),
         url('../fonts/fzlt.woff2') format('woff2'),
         url('../fonts/fzlt.woff') format('woff'),
         url('../fonts/fzlt.ttf') format('truetype');
}

@font-face {
    font-family: 'din-bold';
    src: url('../fonts/din-bold.otf'),
         url('../fonts/din-bold.woff2') format('woff2'),
         url('../fonts/din-bold.woff') format('woff'),
}

*{-webkit-tap-highlight-color:rgba(0,0,0,0);}

.warp-container{ max-width: 1600px }

/* 电脑版导航 悬浮透明的 */
.header-fixed{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 13;
}
.header-pc{
  padding: 3px 0;
  transition: all 0.2s;
}
.header-pc > .uk-container{
  position: relative;
  z-index: 14;
}
.header-pc .logo{
  color: #fff;
}
.header-pc .logo i{
  font-size: 36px;
}
.header-pc .logo:hover{
  text-decoration: none;
  color: #fff;
}
.subbg{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 260px;
  display: none;
  z-index: 1;
}

nav > ul{
  margin: 0;
  padding: 0;
}
nav > ul > li{ display: inline-block;  margin-left: 67px; list-style: none; }
nav > ul > li > a,nav > ul > li > span{ display: block;  font-size: 16px; line-height: 24px; color: #fff; position: relative; padding: 7px 0;}
nav > ul > li > a:after,nav > ul > li > span:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #ff4d00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}
nav > ul > li:hover > a:after,nav > ul > li.on > a:after,nav > ul > li:hover > span:after{
  width: 100%;
}
nav > ul > li > a:hover{
  text-decoration: none;
  color: #fff;
}
nav .uk-dropdown{ min-width: 112px; padding:10px 0 15px; text-align: center; box-shadow: none; z-index: 14; }
nav ol{ list-style: none; padding: 0; margin: 0; }
nav ol li { list-style: none; }
nav ol li a{ display: block; font-size: 16px; line-height: 24px; color: #000; padding:5px 0;}
nav ol li a:hover{ color: #ff4d00; text-decoration: none; }
.nav-language i{
  color: #fff;
}
.nav-language i:after{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-image: url(../images/index/language-icon-white.svg);
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s;
}
.nav-language:hover i:after{
  transform:translateY(-50%) rotate(180deg);
  background-image: url(../images/index/language-icon.svg);
}
.nav-language .uk-dropdown{
   min-width: 60px;
   text-align: center;
}
.nav-language .uk-dropdown a{
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  color: #666;
}
.nav-language a:hover{
  text-decoration: none;
}
.nav-language a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #333;
  left: 50%;
  bottom: -4px;
  transform: translateX(-50%);
  transition: all 0.5s;
}
.nav-language a:hover:before{
  width: 100%;
}

/* 电脑版导航 反白 */
.header-pc.white-fixed{
  background-color: #fff;
}
.header-pc.white a,.header-pc.white span,.header-pc.white-fixed a,.header-pc.white-fixed span{
  color: #000
}
.header-pc.white .logo,.header-pc.white-fixed .logo{
  color: #ff4d00;
}
.header-pc.white .nav-language i,.header-pc.white-fixed .nav-language i{
  color: #000;
}
.header-pc.white .nav-language i:after,.header-pc.white-fixed .nav-language i:after{
  background-image: url(../images/index/language-icon.svg);
}

/*
手机版导航
*/
.m-header{
  background-color: #fff;
}
.menu-mobile{ display: block; padding: 20px 0 20px 16px; }

.banner h2{
  font-family: PingFangSC;
  font-size: 70px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.banner .uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
    border: none;
    background-color: #fff!important;
    transition: all 0.5s;
}
.banner .uk-dotnav > .uk-active > * {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    transform: scale(1.2);
}
.banner .uk-dotnav > * {
    flex: none;
    padding-left: 22px;
}

.banner .uk-dotnav{ margin-bottom: 53px; }


footer{ padding: 54px 0 0; background-color: #f2f2f2; height: 270px;}
.footer-inner{ background-color: #fff!important; }
footer dl dt {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
footer dl dt a{ color: #000; }
footer dl dt a:hover{ color: #000; text-decoration: none; }
footer dl dd a  {
  display: block;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
footer dl dd { 
  margin-bottom: 13px;
  line-height: 1.42;
  }

footer dl dd a:hover{ text-decoration: none; color: #000; }

.language-totop{ background-color: #f2f2f2; padding: 15px 0; }
.language-totop-inner{ background-color: #fff; padding: 15px 0; }

.pager-bottom { background-color: #e8e8e8; height: 56px; line-height: 56px; }
.copyright{ margin: 0; font-size: 12px; color: #6a6a6a; }
.copyright p { margin: 0; }
.icon-link{ margin: 0; padding: 0; text-align: right; }
.icon-link li{ list-style: none; display: inline-block; position: relative; margin-left: 60px; }
.icon-link li a i{ color: #6a6a6a; font-size: 14px!important;}
.icon-link li a:hover{ text-decoration: none; font-size: 14px; }
.icon-link li a:hover i { color: #ff4d00; }
.icon-link li:first-child a i{ font-size: 13px!important; }
.icon-link li:after{ 
  content: "";
  width: 1px;
  height: 24px;
  background-color: #cecece;
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
 }
.icon-link li:last-child:after{
  display: none;
} 

.bottom-logo{ position: absolute; right:0; top: 0; }

.totop{ font-size: 12px; line-height: 14px; color: #6a6a6a; position: relative; margin-right: 16px; }
.totop:after{ 
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  right: -14px;
  top: 54%;
  transform: translateY(-50%);
  background-image: url(../images/arrowup.svg);
  background-size: cover;
 }
.totop:hover{ text-decoration: none; color: #000; }

.news-text p, .article-news em, .article-news h1, .job-text p{ font-family: "fzlt"!important; }

.share-code{ text-align: center; min-width: 130px; max-width: 130px; height: 150px; padding: 10px; background-color: #fff; border-radius: 6px; }
.share-code small{ font-size: 12px; color: #666; display: block; line-height: 30px;}

.tongji{ transform: translateY(-2px); }


  .values .uk-card img{
    width: 200px;
  }
  .values .uk-card h3{
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
  }
  .values .uk-card h6{
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 6px;
    color: #000;
  }
  .values .uk-card p{
    margin-top: 0;
    margin-bottom: 20px;
  }

