@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');
}

*{-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;
  background:rgba(255,255,255,0.3)
}
.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;
  height: 360px;
  display: none;
  z-index: 1;
}

nav > ul{
  margin: 0;
  padding: 0;
}
nav > ul > li{ display: inline-block;  margin-left: 27px; list-style: none; }
nav > ul > li > a,nav > ul > li > span,nav > ul > li > span a{ display: block;  font-size: 16px; line-height: 24px; color: #000; position: relative; padding: 7px 0; }
nav > ul > li > span a:hover{text-decoration:none;}
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: 15px 15px; text-align: center; box-shadow: none; z-index: 14;background:#fff; }
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(../fonts/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(../fonts/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{
  background-image: url(../fonts/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; }
.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(../fonts/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); }

.full-sort{
	background-color: #f2f2f2;
	border-bottom: 1px solid #DDDDDD;
	width:100%; margin:0 auto;
	
}
.full-sort-list{
	position: relative;
	text-align: center;
}
.full-sort-list ul{ text-align:center; padding:0;}
.full-sort-list ul li{
	display: inline-block;
	*display: inline;
	margin: 25px 8px 25px 8px;
	
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
	color:#333;
	width:auto;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #ff4d00;
	border-color: #333;
	text-decoration:none;
}
.white-box-wrap{
	background-color: #FFFFFF;
	padding: 20px 5px;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
	line-height:37px;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 25px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
	min-height:300px;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.full-content-title{
	text-align: center;
	color: #333;
	font-size: 20px;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-banner{ width:100%; margin:0 auto; height:auto; overflow:hidden;}
.w1200{ max-width:1200px; margin: 0 auto; width: 100%; height: auto; overflow: hidden; }
.about_k{ padding-bottom: 120px; margin-top:70px;}
.w1200 img{ max-width: 100%;}
.add{ width: 50%; height: 35px; line-height: 35px; float: left; font-size: 18px; margin: 50px 0; }
.add img{ vertical-align: middle; margin-right: 10px;}
.add2 ul{ padding:0;}
.add2 ul li{ width: 18%; float: left; padding: 0 3%; border-right: 1px solid #c6c6c6; }
.add2 ul li:last-child{border:none;}
.add2 ul li h3{ font-size:18px; font-weight: normal; margin-bottom:0;}
.add2 ul li p{color:#ff4d00;font-size:18px; margin-top:0; }
.add2 ul li p a{color:#ff4d00; }
.clearfix{ clear: both;}
.atitle{ font-size: 42px; color: #171717;}
.btitle{ font-size: 29px; color: #ff4d00;}
a{ color:#393939;}
a:hover{ color:#ff4d00;}
li{list-style-type:none;}
#pages {
	text-align: center;
	margin: 50px 0 30px
}
#pages a {
	font-family: Arial;
	font-size: 14px;
	display: inline-block;
	width: auto;
	padding:0 10px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #646464;
	margin-right: 8px;
	text-align: center
}
#pages span:first-child{ margin-right:5px;}
#pages a:hover{ color:#ff4d00;}
#pages a.page-num-current {
	color:#ff4d00;
}
#pages a.a1 {
	display: none;
	width: 108px;
	font-size: 12px;
	float: left;
	text-align: left;
	border: none;
	background: 0 0;
	color: #646464
}
#pages a.a1 font {
	color: #fead0f;
	padding: 0 3px
}
@media only screen and (max-width: 767px){
.full-sort-list{ padding:20px 0;}
.full-sort-list ul li{ padding:0 0; margin:10px 3px;}
.full-sort-list ul li a{ padding:10px;}
.atitle { font-size: 26px;}
	.btitle{ font-size: 22px;}
	.about_k {padding-bottom: 40px;}
	.add{ width: 100%; margin: 10px 0; height: auto;} 
	.add2 ul li{ width: 100%; padding: 0 0;border-bottom: 1px solid #c6c6c6;border-right: none; padding-bottom: 8px; margin-bottom: 5px;}
	.w1200 {
    width: 90%;
}

	}