.cwhite {
  color: #fff !important;
}
.footer {
  width: 100%;
  background: #117944;
  position: relative;
  color: #cccccc;
  font-size: 1.0rem;
}
.footer .footer-outer {
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.footer .footer-outer .footer-row1 {
  width: 100%;
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .footer-outer .footer-row1 .footerLogo img {
  height: 100%;
}
.footer .footer-outer .footer-row1 .row1-left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
	width: 20%;
}
.footer .footer-outer .footer-row1 .row1-right {
  text-align: left;
  display: flex;
  align-items: left;
	width: 70%;
}
.footer .footer-outer .footer-row1 .row1-right ul li {
  font-size: 16px;
  line-height: 1.8;
}
.footer .footer-outer .footer-row1 .row1-right ul li:first-child {
  font-weight: bold !important;
  font-size: 1.2em !important;
  color: #ffffff !important;
}
.footer .footer-outer .footer-row1 .footerPhone .cwhite {
  color: #fff !important;
}
.footer .footer-outer .footer-row1 .footerShare {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-outer .footer-row1 .footerShare .item {
  width: 70px;
  height: 70px;
  border-radius: 25px;
  margin-left: 20px;
  background: #137b31;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 70px;
  cursor: pointer;
  position: relative;
}
.footer .footer-outer .footer-row1 .footerShare .item img {
  vertical-align: middle;
}
.footer .footer-outer .footer-row1 .footerShare .item:hover {
  background: #fff;
}
.footer .footer-outer .footer-row1 .footerShare .item .showCode {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 75px;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: all 0.5s;
  z-index: 9;
}
.footer .footer-outer .footer-row1 .footerShare .item:hover .showCode {
  opacity: 1;
  transition: all 0.5s;
}
.footer .footer_tag {
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  font-size: 14px;
  max-width: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 50px;
}
.footer .footer_tag .row1 li:nth-child(1) a,
.footer .footer_tag .row2 li:nth-child(1) a,
.footer .footer_tag .row3 li:nth-child(1) a,
.footer .footer_tag .row4 li:nth-child(1) a,
.footer .footer_tag .row5 li:nth-child(1) a,
.footer .footer_tag .row6 li:nth-child(1) a,
.footer .footer_tag .row7 li:nth-child(1) a,
.footer .footer_tag .row8 li:nth-child(1) a {
  color: #fff;
  font-size: 1rem;
  padding-bottom: 30px;
  display: inline-block;
}
.footer .footer_tag .row1 li a,
.footer .footer_tag .row2 li a,
.footer .footer_tag .row3 li a,
.footer .footer_tag .row4 li a,
.footer .footer_tag .row5 li a,
.footer .footer_tag .row6 li a,
.footer .footer_tag .row7 li a,
.footer .footer_tag .row8 li a {
  color: #ccc;
  padding-bottom: 17px;
  display: inline-block;
}
.footer .footer_tag .row1 li a:hover,
.footer .footer_tag .row2 li a:hover,
.footer .footer_tag .row3 li a:hover,
.footer .footer_tag .row4 li a:hover,
.footer .footer_tag .row5 li a:hover,
.footer .footer_tag .row6 li a:hover,
.footer .footer_tag .row7 li a:hover,
.footer .footer_tag .row8 li a:hover {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .footer .footer_tag {
    display: none;
  }
}
.footer .footerLine {
  width: 100%;
  height: 1px;
  background: rgba(169, 188, 173, 0.3);
}
.footer .footer_last {
  display: flex;
  padding: 35px 20px;
  max-width: 70%;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer .footer_last .footer_relation {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  text-align: left;
  flex-grow: 1;
  font-size: 14px;
}
.footer .footer_last .footer_relation .relation-address {
  font-size: 16px;
}
.footer .footer_last .footer_relation h1 {
  color: #fff;
}
.footer .footer_last .qrcode {
  display: flex;
  justify-content: space-around;
}
.footer .footer_last .qrcode .code {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.footer .footer_last .qrcode .code img {
  padding: 0 10px;
}
.footer .footer_last .qrcode .code p {
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  .footer .footer_last {
    display: block;
  }
  .footer .footer_last .qrcode {
    padding-top: 50px;
  }
}
.footer .footer_copy {
  font-size: 1rem;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  padding: 35px 20px;
  max-width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
}
.footer .footer_copy .copy_left {
  flex-grow: 1;
  font-size: 14px;
}
.footer .footer_copy .copy_left a {
  color: #bbbbbb;
}
.footer .footer_copy .copy_left a:hover {
  color: #fff;
}
.footer .footer_copy .copy_left span {
  cursor: pointer;
}
.footer .footer_copy .copy_left span:hover {
  color: #fff;
}
.footer .footer_copy .copy_left .cwhite {
  color: #fff;
}
.footer .footer_copy .copy_left span a {
  margin: 0 10px;
}
.footer .footer_copy .fangwei a {
  color: #66a576;
  font-size: 14px;
  text-align: right;
}
.footer .footerPhone {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer .footer-outer .row1 li,
  .footer .footer-outer .row2 li,
  .footer .footer-outer .row3 li,
  .footer .footer-outer .row4 li,
  .footer .footer-outer .row5 li,
  .footer .footer-outer .row6 li,
  .footer .footer-outer .row7 li,
  .footer .footer-outer .row8 li {
    padding: 0;
  }
  .footer .footer-outer .row1-right ul li {
    font-size: 15px !important;
  }
  .footer .footer-outer .row1 li:nth-child(1) a,
  .footer .footer-outer .row2 li:nth-child(1) a,
  .footer .footer-outer .row3 li:nth-child(1) a,
  .footer .footer-outer .row4 li:nth-child(1) a,
  .footer .footer-outer .row5 li:nth-child(1) a,
  .footer .footer-outer .row6 li:nth-child(1) a,
  .footer .footer-outer .row7 li:nth-child(1) a,
  .footer .footer-outer .row8 li:nth-child(1) a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
  }
  .footer .footer-outer .row1 li a,
  .footer .footer-outer .row2 li a,
  .footer .footer-outer .row3 li a,
  .footer .footer-outer .row4 li a,
  .footer .footer-outer .row5 li a,
  .footer .footer-outer .row6 li a,
  .footer .footer-outer .row7 li a,
  .footer .footer-outer .row8 li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .footer-outer .row1-right ul li {
    font-size: 14px !important;
  }
  .footer .footer_copy {
    font-size: 12px;
  }
  .footer .footer_copy .relation-address {
    font-size: 14px;
  }
  .footer .footer_copy a {
    font-size: 12px;
  }
  .footer .footer_copy .fangwei a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-outer .row1-right ul li {
    font-size: 13px !important;
  }
  .footer .footer-outer .footer-row1 .footerShare {
    display: none;
  }
  .footer .relation-address {
    font-size: 14px !important;
  }
  .footer .footer_copy {
    display: none;
  }
  .footer .footerPhone {
    display: block;
    text-align: center;
    padding: 20px 50px;
    color: #bbbbbb;
  }
  .footer .footerPhone a {
    color: #bbbbbb;
  }
  .footer .footerPhone a:hover {
    color: #fff;
  }
  .footer span:hover {
    color: #fff;
  }
}

@media screen and (max-width: 576px) {
  .footer .footer-outer .row1-right ul li {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-outer .footer-row1 {
    padding: 20px 10px;
  }
  .footer .footer-outer .footer-row1 .footerLogo {
    height: 70px;
  }
}



.Links{height:50px;width: 100%;padding: 0;display: flex;justify-content: center; margin-bottom: 2%;}
.Links #YqljUlList {position: relative;overflow: hidden;text-align:center;width: auto;}
.Links #YqljUlList>li {float: left;height: 50px;width: 257px;cursor: pointer;position: relative;text-align: left;}
.Links #YqljUlList>li+li{margin-left: 20px;}
.Links #YqljUlList>li::after {content: '';position: absolute;width: 255px;height: 48px;top: 0px;left: 0px; opacity: 0.15; background: #FFFFFF; border: 1px solid #00760b; border-radius: 4px;}
.Links #YqljUlList>li>font{display: inline-block;position: relative;font-size: 16px;line-height: 50px;background: url(../img/Footer_img01.png) no-repeat right center;padding-left: 37px;color: #ffffff;width: 195px;}
.Links ul.layui-menu {display: none;}
/*下拉框*/
.YqljDropDown.layui-dropdown {overflow-x: hidden;max-height:300px;width:255px;border: 1px solid #c2c5c7;box-shadow: 0px 0px 10px -2px #ffd0d3;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar {width: 5px;background: transparent;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar-button {display: none;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar-track-piece {background: #e4e4e4;}
.YqljDropDown.layui-dropdown::-webkit-scrollbar-thumb {background-color: #3ba300;border-radius: 5px;}
.YqljDropDown.layui-dropdown .layui-menu-body-title a {white-space: normal;line-height: 1.3;padding: 9px 15px;}
