#header, #Iheader, #iheader, #header_app {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18);
}

header {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.18);
}

.header {
  margin: 0 auto;
  background: #fff;
}

.header-main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header-main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.header-main ul li {
  margin-left: 42px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  cursor: pointer;
}

.header-main ul li a {
  text-decoration: none;
  color: black;
}

.header-main ul li a:hover {
  color: #008009;
}

.header-main ul li .child-Menu {
  position: absolute;
  height: 229px;
  background: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.31);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.31);
  z-index: 9999;
  left: 0;
  width: 100%;
  margin: 0 auto;
  right: 0;
  display: none;
  padding: 30px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header-main ul li .child-Menu .child-Menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.header-main ul li .child-Menu .child-Menu-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.header-main ul li .child-Menu .child-Menu-item .item > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-main ul li .child-Menu .child-Menu-item .item > div:first-child a {
  width: 100%;
  height: 100%;
}

.header-main ul li .child-Menu .child-Menu-item .item > div:first-child a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-main ul li .child-Menu .child-Menu-item .item > div:first-child a > div span {
  height: 15px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 15px;
}

.header-main ul li .child-Menu .child-Menu-item .item > div:last-child {
  height: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  line-height: 18px;
  text-align: center;
  margin-top: 15px;
}

.header-main ul li .child-Menu .child-Menu-item .itemBorder::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100px;
  background: #d1d1d1;
}

.header-main ul li .child-Menu .child-Menu-item .itemBordernone::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  height: 100px;
  background: #d1d1d1;
}

.header-main ul li a.active {
  color: #008009;
}

.footer {
  width: 100%;
  background: #fff;
  height: auto;
  overflow: hidden;
}

.footer .footer-main {
  width: 1200px;
  margin: 66px auto 72px;
}

.footer .footer-main h2 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  text-align: center;
  margin-bottom: 84px;
}

.footer .footer-main .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-main .footer-text > div {
  width: 33.33333%;
}

.footer .footer-main .footer-text > div .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  text-align: center;
  line-height: 34px;
}

.footer .footer-main .footer-text > div .text {
  margin-top: 37px;
}

.footer .footer-main .footer-text > div .text div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  line-height: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.footer .footer-main .footer-text > div.hc, .footer .footer-main .footer-text > div.jc {
  width: 33.33333%;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer .footer-main .footer-text > div.hc .title-img, .footer .footer-main .footer-text > div.jc .title-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer-main .footer-text > div.hc .title-img img, .footer .footer-main .footer-text > div.jc .title-img img {
  width: 129px;
  height: 34px;
}

.footer .footer-main .footer-text > div.hc .title-img span, .footer .footer-main .footer-text > div.jc .title-img span {
  position: relative;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2d2d2d;
  line-height: 34px;
}

.footer .footer-main .footer-text > div.hc .title-img span:after, .footer .footer-main .footer-text > div.jc .title-img span:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 8px;
  width: 1px;
  height: 18px;
  background: #434343;
}

.footer .footer-main .footer-text > div.hc .text, .footer .footer-main .footer-text > div.jc .text {
  margin-top: 37px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  line-height: 24px;
  
}

.footer .footer-main .wxin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

.footer .footer-main .wxin img {
  width: 128px;
  height: 128px;
}

.footer .footer-main .wxin div {
  margin-top: 23px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
}

.footer .Copyright {
  height: 44px;
  background: #f3f3f3;
  font-size: 9px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .Copyright a{
      display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.childMenu {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  display: none;
}

.childMenu div {
  height: 40px;
  text-align: left;
  padding-left: 10px;
  line-height: 40px;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.footer_app {
  width: 100%;
}

.footer_app .footer-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-top: 0.04rem;
}

.footer_app .footer-main .wxin {
  margin: 0.8rem 0 0.5rem;
}

.footer_app .footer-main h2 {
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.24rem;
  margin: 0.5rem 0 0.43rem;
}

.footer_app .footer-main .footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_app .footer-main .footer-text > div {
  width: 100%;
  padding: 0;
  border-bottom: 0.02rem solid #313131;
  padding: 0.3rem 0 0.5rem;
}

.footer_app .footer-main .footer-text > div.hc {
  width: 100%;
  padding: 0;
  padding: 0.3rem 0 0.3rem;
}

.footer_app .footer-main .footer-text .text {
  margin-top: 0.37rem !important;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-align: center;
}

.header_app {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_after::after {
  content: "";
  left: -0.1rem !important;
}

.header_app_wrapper {
  position: relative;
}

.header_app_wrapper img:first-child {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.4rem;
  z-index: 9999;
}

.header_app_wrapper img.menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  z-index: 9999;
}
/*# sourceMappingURL=footer.css.map */