@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'Arial';
  src: url('../font/Arial.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Arial';
  font-size: 16px;
  color: #535353;
  line-height: 24px;
}

/* header */
header {
  width: 100%;
  position: absolute;
  height: 100px;
  z-index: 999;
  width: 100%;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  margin: 0 40px;
  border-bottom: 2px solid transparent;
  color: #fff;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}



.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width:40px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width:40px;
  margin-right: 11px;
}

.head-langtxt a{
  color:#fff;
}
.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    margin: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    margin: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    margin: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 150px;
    top: -64px;
  }

  header {
    height: 70px;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top:40px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-pro{
  display: flex;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width:24%;
}

.footer-topr {
  width:50%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color:#a0a0a0;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top:40px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}
.footer-pro dl{
  margin-right: 40px;
}
.footer-tcode h3{
  text-align: center;
  color: #a0a0a0;
  margin-top: 14px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}
.footer-ltxt p{
  color: #a0a0a0;
  line-height: 30px;
}
.footer-navul li>a{
  font-size: 18px;
}
.footer-navul li dl dd a{
  font-size: 16px;
  color: #a0a0a0;
}
@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    width: 100%;
  }

  .footer-topr {
    width: 100%;
    margin-top: 30px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footer-tcode {
    display: none;
  }
  .footer-top{
    display: block;
  }
  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }

  .footer-ltxt p{
    font-size: 14px;
  }
  .footer-logo{
    width: 120px;
  }
  .footer-logo img{
    width: 100%;
  }

}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
  

}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}



.footer-tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #494949;
  padding-bottom: 20px;
}
.footer-share a{
  margin: 0 5px;
}


.enabout{
  padding: 100px 0;
}

.enhome-tit{
  font-size: 60px;
  color: #111111;
  font-weight: bold;
}
.tc{
  text-align: center;
}
.enabout-tit p{
  color: #111111;
  font-size: 20px;
  padding: 50px 0;
  line-height: 35px;
  text-align: center;
}
.enabout-m a{
  position: relative;
  display: block;
}
.enabout-m a h3{
  position: absolute;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  font-family: 'Arial';
  font-weight:bold;
}
.enpro{
  background: url("../img/enpro-bg.jpg") no-repeat top center;
  padding: 100px 0 70px;
  background-size: cover;
}
.white{
  color: #fff;
}
.enpro-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enhome-more span{
  margin-right:15px;
  font-size: 24px;
}
.enpro-box{
  margin-top: 50px;
}
.enpro-box ul li a{
  background: #ffffff;
  display: block;
}
.enpro-box ul li h4{
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-top: 2px solid #fafafa;
  color: #111111;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.enpro-box ul li{
  margin-bottom: 30px;
}
.enpro-box ul li:hover h4{
  background: #2997d5;
  color: #fff;
}

.enadv{
  padding: 100px 0;
}
.enadv-box{
  display: flex;
  overflow: hidden;
}
.enadv-l{
  width: 50%;
  padding-right: 100px;
}
.enadv-r{
  width: 50%;
}
.enadv-lul{
  margin-top: 40px;
}
.enadv-licon{
  width: 80px;
  height: 80px;
  background: #fafafa;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.enadv-licon img:last-child{
  display: none;
}
.enadv-lul li a{
  display: flex;
  align-items: center;
}
.enadv-licon img{
  width: 50px;
}
.enadv-lul li{
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.enadv-lul li:last-child{
  border-bottom: 1px solid #eeeeee;
}
.enadv-ltxt{
  margin-left: 23px;
}
.enadv-ltxt h4{
  font-size: 24px;
  color: #111111;
  font-weight: bold;
  font-family: 'Arial';
  margin-bottom: 15px;
}
.enadv-ltxt h5{
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis;
  line-height: 24px; 
}
.enadv-lul li.on .enadv-licon img:last-child{
  display: block;
}
.enadv-lul li.on .enadv-licon img:first-child{
  display: none;
}
.enadv-lul li.on .enadv-licon{
  background: #2997d5;
}
.enadv-lul li.on h4{
  color: #2997d5;
}
.enpar{
  background: url("../img/enpar-bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
.enpar-tit h4{
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
  margin-top: 40px;
}
.enadv-r ul li{
  display: none;
}
.enpar-mswiper .swiper-slide a{
  display: block;
  margin-bottom: 30px;
  border: 2px solid #fff;
  overflow: hidden;
  transition: all 0.1s;
}
.enpar-m{
  margin-top: 100px;
}

.enpar-mswiper .swiper-slide a:hover{
  border: 2px solid #2997d5;
}
.ennews{
  padding: 100px 0;
}
.ennews-tit{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ennews-box{
  margin-top: 50px;
}
.ennews-txt{
  margin-top: 20px;
}
.ennews-txt h4{
  font-size: 20px;
  color: #111111;
  line-height: 35px;
  display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ennews-txt h5{
  color: #999999;
  font-size: 18px;
  margin-top: 15px;
}
.enpar-mswiper .swiper-slide a img{
  width: 100%;
}

@media(max-width:1600px){
  .enhome-tit{
    font-size: 45px;
  }
  .enadv-lul li{
    padding: 15px 0;
  }
  .enadv-ltxt{
    width: 70%;
  }
  .enadv-l{
    padding-right: 20px;
  }
}

@media(max-width:1400px){
  .enadv-box{
    align-items: center;
  }
}
@media(max-width:1200px){
  .enadv-box{
    display: block;
  }
  .enadv-l{
    width: 100%;
    padding-right: 0;
  }
  .enadv-r{
    width: 100%;
    margin-top:30px;
  }
}



@media(max-width:991px){
  .enabout{
    padding: 50px 0;
  }
  .enhome-tit{
    font-size: 36px;
  }
  .enabout-tit p{
    padding: 30px 0;
  }
  .enabout-m ul li{
    margin-bottom: 30px;
  }

  .enpar-m{
    margin-top: 50px;
  }

  .enpar{
    padding: 50px 0;
  }
  .ennews-box ul li{
    margin-bottom: 30px;
  }
  .ennews{
    padding: 50px 0;
  }
}
@media(max-width:700px){
  .footer-navul{
    flex-wrap: wrap;
  }
}