@charset "UTF-8";
@import url("./lib.css");
@import url("./animate.min.css");
.header {
  position: fixed;
  z-index: 109;
  top: 0;
  left: 0;
  right: 0;
  height:82px;
  padding: 16px 0;
  color: #fff;
  transition: all ease 0.3s;
  background: #fff;
  border-bottom: 1px solid transparent;
}

.header.fix {
  border-bottom-color: #eee;
}

.header .logo {
  float: left;
   height: 49px;
}

.header .logo img {
  max-height: 49px;
}

.header .hdr {
  float: right;
}

.header .nav li {
  position: relative;
}

.header .nav li a {
  color: #282828;
  display: block;
  padding: 0 30px;
  position: relative;
}

.header .nav li a::after {
  content: "";
  height: 22px;
  width: 1px;
  background: #282828;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .nav li:hover a, .header .nav li.on a {
  color: #2a853a;
}

.header .nav li:last-child a::after {
  display: none;
}

.tkg {
  height: 80px;
}

/* footer */
.footer {
  background: url("../img/bg_ft.jpg") no-repeat top center;
  background-size: cover;
  padding: 80px 0;
}

.footer .ft1 .ft1-left {
  max-width: 780px;
}

.footer .ft1 .ft1-right .logo {
  margin-bottom: 40px;
}

.footer .ft1 .ft1-right .qrcode li {
  margin-left: 25px;
  position: relative;
}

.footer .ft1 .ft1-right .qrcode li img {
  width: 23px;
}

.footer .ft1 .ft1-right .qrcode li .ewm {
  width: 105px;
  position: absolute;
  left: -40px;
  display: none;
  top: 25px;
  height: 110px;
  background: url("../img/bg_ewm.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 5px 5px 5px;
}

.footer .ft1 .ft1-right .qrcode li .ewm img {
  width: 95px;
}

.footer .ft1 .ft1-right .qrcode li:hover .ewm {
  display: block;
}

.footer .ft1 .ft1-nav li {
  width: 166px;
  padding-bottom: 22px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .ft1 .ft1-nav li a {
  color: #fff;
  display: block;
  background: url("../img/jt02.png") no-repeat right center;
}

.footer .ft1 .ft1-msg {
  padding: 70px 0 100px;
  color: #629864;
}

.footer .ft1 .ft1-msg .line {
  margin: 0 20px;
}

.footer .ft1 .ft1-msg li {
  font-size: 12px;
}

.footer .ft1 .ft1-msg li img {
  width: 40px;
  margin-right: 10px;
}

.footer .ft1 .ft1-msg li .desc {
  font-weight: bold;
}

.footer .ft2 {
  color: #629864;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .ft2 a {
  color: #629864;
}

.footer .ft2 a:hover {
  color: rgba(255, 255, 255, 0.88);
}

/***导航***/
.menuBtn {
  position: relative;
  z-index: 9;
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: -0.05rem;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn b {
  display: block;
  height: 3px;
  background-color: #2A853A;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media (min-width: 981px) {
  .header .hdr {
    display: block !important;
  }
}
@media (max-width: 1400px) {
   .header .logo img {
    max-height:42px;
  }
  .header .nav li a {
    padding: 0 25px;
    font-size: 18px;
  } 
}
@media (max-width: 1280px) {
  .header .logo img {
    max-height:36px;
  }
  .header .nav li a {
    padding: 0 18px;
    font-size: 16px;
  }
  .section3 .list ul::before {
    top: 195px !important;
  }
}

@media (max-width: 980px) {
  .tkg {
    height: 50px;
  }
  .header {
    padding: 8px 0;
    height:auto;
  }
  .header .logo{
      height:auto;
  }
  .logo img {
    max-height: 35px !important;
  }
  .menuBtn {
    display: block;
    margin-top: 2px;
    margin-right: -5px;
  }
  .hdr {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    float: none;
    display: none;
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .nav {
    padding: 0 15px;
  }
  .nav {
    flex-direction: column;
  }
  .nav li {
    float: none;
    margin-left: 0;
    width: 100%;
    margin: 5px 0;
  }
  .nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px !important;
  }
  .nav li a:after {
    display: none;
  }
  .footer {
    padding: 40px 0 25px;
    font-size: 14px;
  }
  .footer .ft1 .ft1-nav li {
    width: 100px;
    padding-bottom: 10px;
  }
  .footer .ft1 .ft1-msg {
    padding: 35px 0;
  }
  .footer .ft1 .ft1-msg .line {
    display: none;
  }
  .footer .ft1 .ft1-msg li {
    margin: 10px 0;
  }
  .footer .ft1 .ft1-msg li img {
    width: 35px;
  }
  .footer .ft1 .ft1-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 45px;
  }
  .footer .ft1 .ft1-right .qrcode ul {
    justify-content: flex-start;
    margin-bottom: 35px;
    margin-top: 9px;
  }
  .footer .ft1 .ft1-right .qrcode li {
    margin: 0 0 0 20px !important;
  }
  .footer .ft2 {
    padding-top: 20px;
    text-align: center;
    justify-content: center;
    font-size: 13px;
  }
  .footer .ft2 .copyright {
    margin-top: 10px;
  }
}
