body,dd,dl,form,h1,h2,h3,h4,input,ol,p,select,span,td,textarea,th,ul{margin:0;padding:0;text-size-adjust:none;line-height:1}h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:400;margin:0;line-height: 1;}a{text-decoration:none}img{border:none;vertical-align:middle;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;object-fit:cover}table{border:none}input,textarea{outline:0}textarea{resize:none;overflow:auto}li{list-style: none;}body{font-family:''}.show{display:block!important}.flex{display:flex!important;justify-content:space-between;flex-wrap:wrap;}
.mga{margin:auto;}
p{
  font-size: 14px;
  line-height: 1.5;
}
p:last-child{
  margin-bottom: 0 !important;
}
.iwh img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@font-face {
  font-family:"eras";
  src: url(https://www.guandian.cn/font/eras.ttf);
}
@font-face {
  font-family:"wdxyt";
  src: url(https://www.guandian.cn/font/wdxyt.ttf);
}
.wrap{
  width: 1920px;
  margin: auto;
  position: relative;
  /* font-family: 'Source Han Sans CN', 'Noto Sans CJK SC', 'Source Han Sans SC', 'noto sans sc'; */
  
}
.main{
  width: 1050px;
  box-sizing: border-box;
  margin: auto;
  margin-top: -40px;
  padding-bottom: 94px;
}
.head{
  height: 499px;
  overflow: hidden;
  background: url(../img/head_bg.png) no-repeat center;
  text-align: center;
}
.nav{
  display: flex;
  gap: 0 18px;
  justify-content: center;
  margin-top: 19px;
}
.nav a{
  color: #fff;
}
.title{
  text-align: center;
  margin: 78px 0 36px;
}
.title span{
  font-size: 30px;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #1e6755;
}
.title span::after{
  width: 100%;
  height: 13px;
  background: linear-gradient(to right,#e2ad7d,#fbe7be,#e2ad7d);
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 6px;
}
.intro{
  width: 1014px;
  position: relative;
}
.intro_box{
  padding: 29px 36px;
  border-radius: 20px;
  position: relative;
}
.intro_box::before,.intro_box:after{
  width: 460px;
  height: 100%;
  top: 0;
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 20px;
}
.intro_box::before{
  left: 0;
  box-shadow: -28px 0 20px -14px #d2d1cf;
}
.intro_box::after{
  right: 0;
  box-shadow:   28px 0 20px -14px #d2d1cf;
}
.intro p{
  font-size: 14px;
  margin-bottom: 28px;
  line-height: calc(24/14);
}
.intro a{
  font-size: 16px;
  padding: 10px 117px;
  background: linear-gradient(#0d885c,#014d2c);
  border-radius: 200px;
  display: inline-block;
  color: #fff;
}
.report_box{
  width: 810px;
  margin: auto;
}
.report_grid{
  display: grid;
  gap: 12px 0;
  grid-template-columns: repeat(2, 1fr);
}
.report h1{
  font-size: 24px;
  margin: 46px 0 21px;
  font-weight: bold;
  text-align: center;
  color: #333333;
}
.report h2{
  font-size: 18px;
  text-align: center;
  color: #333333;
}
.report h3{
  margin-top: 40px;
  text-align: right;
  font-size: 18px;
  color: #333333;
}
.report_grid p{
  font-size: 18px;
  background: linear-gradient(to right,#199666,#054d38);
  width: 368px;
  padding: 11px 0;
  border-radius: 10px;
  color: #fff1d4;
  margin: auto;
  text-align: center;
  font-family: noto sans sc;
}
.system_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 70px;
}
.system_con{
  width: 303px;
  height: 150px;
  position: relative;
  filter: drop-shadow(3px 3px 4px  #b1a498);
}
.system .number{
  width: 300px;
  height: 65px;
  top: -10px;
  left: -36px;
  padding: 4px;
  color: #fff;
  position: absolute;
  z-index: 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.system .number span{
  top: 0;
  left: 5px;
  font-size: 48px;
  font-family: "eras";
  position: absolute;
}
.system_con:nth-child(1) .number{
  background: #51b978;
}
.system_con:nth-child(2) .number{
  background: #189263;
}
.system_con:nth-child(3) .number{
  background: #26bbcd;
}
.system_con:nth-child(4) .number{
  background: #25734a;
}
.system_con:nth-child(5) .number{
  background: #127786;
}
.detail{
  width: 100%;
  height: 100%;
  padding: 16px 16px 0;
  position: relative;
  z-index: 1;
  background: #f0e9e3;
  border-radius: 10px;
  box-sizing: border-box;
}
.detail h1{
  font-size: 18px;
  padding: 0 7px 10px;
  border-bottom: 2px solid #c4b39f;
  font-weight: bold;
  color: #0a6b43;
}
.detail h2{
  font-size: 14px;
  line-height: calc(18/14);
  padding: 7px 5px 0;
  color: #333333;
}
.method{
  width: 1100px;
  margin: auto;
}
.method .title{
  margin-bottom: 100px;
}
.method_box{
  position: relative;
}
.method_con{
  width: 216px;
  box-sizing: border-box;
  padding: 0 10px;
}
.method_con h1{
  font-size: 14px;
  margin: 13px 0;
  color: #e6aa6f;
}
.method_con h2{
  font-size: 18px;
  color: #08635b;
  font-weight: bold;
}
.method_con h3{
  font-size: 14px;
  color: #333333;
  line-height: calc(18/14);
}
.method_con:nth-of-type(4) h2{
  font-size: 14px;
}
.method_icon{
  top: -70px;
  position: absolute;
  z-index: -1;
}
#method_icon1{
  left: -70px;
}
#method_icon2{
  left: 300px;
}
#method_icon3{
  left: 600px;
}
.news_box{
  width: 870px;
}
.news{
  margin-top: 160px;
}
.news a{
  font-size: 15px;
  display: block;
  margin-bottom: 24px;
  color: #333333;
  position: relative;
  padding-left: 20px;
  width: 49%;
  box-sizing: border-box;
}
.news a::before{
  width: 10px;
  height: 10px;
  background: #006e4e;
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  z-index: 2;
  border-radius: 2px;
}
.news a::after{
  width: 10px;
  height: 10px;
  background: #dec39e;
  position: absolute;
  content: '';
  top: 0;
  left: -5px;
  border-radius: 2px;
}
.review_box {
  gap: 0 124px;
  padding: 0 0 20px 50px;
  display: flex;
  gap: 0 84px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.review_con {
  width: 263px;
  height: 169px;
  box-sizing: border-box;
  background-position: right;
  background-size: cover;
  position: relative;
  flex: none;
}
.review_con img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.review_con p {
  width: 160px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  background: #0c654b;
  font-weight: bold;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  padding: 3px 12px;
  text-align: center;
  border-radius: 4px;
}
.gia{
  width: 900px;
  margin: auto;
}
.gia p{
  font-size: 14px;
  color: #333333;
  margin-bottom: 26px;
  line-height: calc(24/14);
}
.group_box{
  gap: 0 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.group_box p{
  color: #364454;
  font-size: 12px;
  line-height: 2;
  white-space: nowrap;
}
.group h1{
  color: #364454;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.qrcode{
  margin-top: 30px;
  display: flex;
}
.qrcode div{
  text-align: center;
  margin-right: 20px;
}
.qrcode img{
  width: 100px;
  height: 100px;
}
.qrcode p{
  font-size: 12px;
  text-align: center;
  margin-top: 2px;
}
.footerwrap {
  background: #034b3a;
}
.footer {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0 30px;
  display: flex;
  align-items: center;
}
.footer_l {
  float: left;
  width: 20%;
}
.footer_r {
  float: right;
  width: 80%;
}
.footer_r li {
  list-style: none;
  float: left;
  text-indent: 24px;
  line-height: 2;
  color: white;
  font-size: 12px;
  margin-top: 60px;
}
.side {
  position: fixed;
  background: linear-gradient(to bottom,#096160,#27cc8c);
  font-size: 18px;
  color: #fefefe;
  box-sizing: border-box;
  padding: 16px 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 494px 0px 0 1430px;
  border-radius: 10px;
}
/* .side::after{
    content: '';
    position: absolute;
    background: #ffe285;
    width: 100%;
    height: 20px;
    z-index: -1;
    bottom: -7px;
    left: 0;
} */
.side a{
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  display: block;
  color: #ffffff;
}
.side p{
  color: #fff;
}
.side_box{
}
.side hr{
  border-color: #ccc;
  margin: 20px 0;
}
@media only screen and (max-width: 1540px){
  .wrap{
    width: 96%;
    min-width: 1100px;
  }
}
@media only screen and (max-width: 1540px){
.side {
  position: fixed;
  right: 20px !important;
}
@media only screen and (max-width: 1160px){
.side {
  margin: 494px 0px 0 1030px;
  right: auto;
}
