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;}.show{display:block!important}.flex{display:flex!important;justify-content:space-between;flex-wrap:wrap;}
.mga{margin:auto;}
p:last-child,a:last-child{
  margin-bottom: 0 !important;
}
.iwh img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body{font-family:'noto sans sc','Source Han Sans CN'}
@font-face {
  font-family:'wdxyt';
  src: url('https://www.guandian.cn/font/wdxyt.ttf');
}
body{
  background: url(../img/bg.png) no-repeat top center;
}
.wrap{
  width: 1440px;
  margin: auto;
  position: relative;
}
.head{
  width: 100%;
  position: relative;
}
.nav{
  margin-top: 21px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.nav a{
  font-size: 16px;
  margin: 0 6px;
  color: #442212;
}
div.main{
  width: 940px;
  margin: auto;
}
.intro{
  margin-top: 64px;
  padding: 28px 33px 14px;
  background: #fff7ed;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 2px 2px 5px 0 #00000030;
}
.intro p{
  font-size: 12px;
  margin-bottom: 22px;
  line-height: 1.5;
  color: #865336;
  z-index: 1;
  position: relative;
}

.title{
  margin: 63px auto 47px;
  text-align: center;
}
.title span{
  width: 372px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: url(../img/title_bg.png) no-repeat;
}
.report_left{
  display: flex;
  flex-wrap: wrap;
  flex: 50%;
  align-content: center;
  gap: 100px 0;
}
.report_con{
  width: 446px;
  padding: 46px 0 26px 98px;
  box-sizing: border-box;
  background: linear-gradient(to right,#fce8ab,#fff6e4);
  position: relative;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0 #00000030;
}
.report_con h1{
  font-size: 20px;
  padding: 10px 33px 15px;
  top: -12px;
  left: 12px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right,#f27428,#fcaf43);
  border-radius: 0 0 12px 12px;
  position: absolute;
}
.report_con h1::after{
  top: 0;
  right: -12px;
  border-left: 0px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #af5720;
  position: absolute;
  content: '';
  position: absolute;
  content: '';
}
.report_con p,.report_con a{
  font-size: 16px;
  margin-bottom: 8px;
  color: #4c4c4c;
  display: block;
}
.downlowd{
  display: block;
  text-align: center;
}
.downlowd span{
  margin-top: 34px;
  padding: 14px 29px;
  font-size: 26px;
  border-radius: 1px 1px 6px 6px;
  color: #fff;
  background: linear-gradient(to right,#f27428,#fcaf43);
  display: inline-block;
  position: relative;
}
.downlowd span::before{
  top: 0;
  left: -30px;
  border-left: 30px solid transparent;
  border-bottom: 26px solid #af5720;
  position: absolute;
  content: '';
}
.downlowd span::after{
  top: 0;
  right: -30px;
  border-right: 30px solid transparent;
  border-bottom: 26px solid #af5720;
  position: absolute;
  content: '';
}
.news_box{
  flex-wrap: nowrap;
}
.news_left{
  width: 455px;
  height: 256px;
  box-sizing: border-box;
  border-radius: 1px 1px 30px 30px;
  overflow: hidden;
}
.news_right{
  width: 432px;
  height: 260px;
  padding-left: 20px;
  overflow: auto;
}
.news_box a{
  /* width: 48%; */
  margin-right: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dbdbdb;
  box-sizing: border-box;
  position: relative;
  display: block;
  
}
.news_box a::before{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 0;
  left: -20px;
  background: linear-gradient(to right,#f6a43d,#fdecd7) no-repeat;
  content: '';
  position: absolute;
}
.news_box a h1{
  font-size: 14px;
  color: #713a0e;
  margin-bottom: 11px;
  font-weight: bold;
}
.news_box a h2{
  font-size: 12px;
  line-height: 1.7;
  color: #6e6e6d;
}
.news_left{
  position: relative;
}
.news_left p{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 8px;
  background: #0009;
}
.moment_box{
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 33%);
  grid-template-rows: max-content;
  justify-content: space-between;
}
.moment_box a{
  width: 306px;
  height: 172px;
  border-radius: 10px;
}
.gia p{
  font-size: 12px;
  line-height: 1.5;
  color: #4c4c4c;
  margin-bottom: 20px;
}
.review_box {
  display: flex;
  overflow-x: auto;
  padding-bottom: 20px;
}
.review_con {
  width: 277px;
  height: 156px;
  box-sizing: border-box;
  background-position: right;
  background-size: cover;
  position: relative;
  flex: none;
  margin-right: 37px;
}
.review_con img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.review_con p {
  width: 220px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  background: linear-gradient(to right,#f9700c,#ffba41);
  font-weight: bold;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  padding: 3px 12px;
  text-align: center;
  border-radius: 4px;
}
.group b{
  color: #000;
  color: #333333;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 6px;
}
.group_box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.group_box p{
  color: #364454;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.group h1{
  color: #364454;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.qrcode{
  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: #fc8b43;
  margin-top: 60px;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fbfafa;
  font-size: 14px;
  line-height: 21px;
}
.footer{
  width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.footer_l img{
  /* width: 130px; */
  margin-right: 30px;
}
.footer_r{
  width: 744px;
}
.footer_r li:not(:last-of-type){
  margin-bottom: 22px;
}
.side {
  position: fixed;
  background: linear-gradient(to top,#ff773b,#f8a53f);
  font-size: 18px;
  color: #fefefe;
  box-sizing: border-box;
  padding: 32px 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 494px 0px 0 1430px;
  border-radius: 30px 0 30px 0;
}
/* .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_box{
}
.side hr{
  border-color: #ebcb93;
  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;
}
