* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 12px/1.231 PingFangSC-Regular, Arial, Verdana, Helvetica, sans-serif ,"黑体";
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.clear::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.zoom {
  zoom: 1;
}

.fl {
  font-size: 18px;
  float: left;
}

.fr {
  float: right;
}
.max-three-line {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
.max-two-line {
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.max-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  text-decoration: none;
}
.common-w {
  min-width: 1150px;
  max-width: 1190px;
  margin: 0 auto;
  background: #1a7a3b;
}
/* 头部 */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  color: #FFFFFF;
  background: transparent;
}
header .logo {
  width: 130px;
  margin-right: 70px;
  margin-top: 12px;
}

header li {
  list-style: none;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-right: 60px;
  color: #FFFFFF;
}
header li:last-child {
  margin-right: 0;
}
header li a {
  height: 20px;
  opacity: 0.8;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
}
header li.on a {
  height: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 1;
}
.header-banner-wrap {
  position: relative;
}

.header-w {
  font-size: 16px;
  width: 100%;
  height: 60px;
  background-color: #197A3B;

}

.w-title{
  margin-top: 20px;
  font-size: 24px;
  line-height:40px;
}

/* 底部 */
.footer-top {
  width: 100%;
  background: #F2F2EE;
  padding: 34px;
  overflow: hidden;
}
.footer-bg {
  position: absolute;
  right: 0;
  top: -34px;
  z-index: 0;
}
.footer-top-left {
  width: 60%;
  position: relative;
  z-index: 1;
}
.footer-top-right {
  width: 40%;
  position: relative;
  z-index: 1;
}
.footer-list-item {
  float: left;
  margin-right: 6.1%;
}
.footer-item-tit a {
  height: 22px;
  font-size: 14px;
  color: #777777;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-bottom: 17px;
}
.footer-item {
  height: 18px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}

.footer-item a {
  height: 18px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.footer-common{
  min-width: 1150px;
  max-width: 1190px;
  margin: 0 auto;
  background: #F2F2EE;
}

.contact-item {
  margin-bottom: 5px;
}
.contact-item-tit {
    
  height: 18px;
  font-size: 14px;
  color: #777777;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 4px;
}
.contact-item-info {
  height: 22px;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.code-wrap {
  text-align: center;
  display: flex;
}

.codeitem{
  float: left;
  width: 50%;
}
.lvyuan-code {
  width: 108px;
  border-radius: 8px;
  margin-top: 10px;
}

.coder{
  margin-left: 30px;
}
.code-wrap .explain {
  color: #999999;
  margin-top: 6px;
  text-align: center;
}
.footer-bottom {
  background: #70B544;
  font-size: 12px;
  color: #D6D1C0;
  letter-spacing: 0;
  font-weight: 400;
  padding: 16px 0;
  text-align: center;
}
.footer-bottom span {
  margin-left: 50px;
}
/* 底部 */

.module-name {
  font-size: 46px;
  color: #CAC6B5;
  letter-spacing: -0.77px;
  font-weight: 400;
  margin-bottom: 14px;
}
.module-sm-tit {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 24px;
}
.module-name-cn {
  font-size: 22px;
  color: #222222;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 10px;
}