  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}li{list-style:none}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}body{font-family:'noto sans sc'}.show{display:block!important}.flex{display:flex!important;justify-content:space-between;flex-wrap:wrap;}.mga{margin:0 auto;}
html{
  font-family: 'noto sans sc';
}
@font-face {
  font-family:'gchw00u';
  src: url('gchw00u.ttf');
}
.wrap{
  width: 1440px;
  margin: auto;
  position: relative;
}
.head{
  width: 100%;
  height: 320px;
  background: url(../img/head_bg.jpg) no-repeat center;
  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: 48px auto 0;
}
.slogan_box{
  margin-top: 58px;
}
.slogan_box{
  text-align: center;
  margin-top: 70px;
}
.slogan_box p span{
  position: relative;
  z-index: 1;
}
.slogan_box p:nth-of-type(1) span{
  font-size: 34px;
  font-family: "gchw00u";
  background-image: linear-gradient(to bottom,#b26918,#6c370b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fee3aa;
}
.slogan_box p:nth-of-type(2){
  margin-top: 16px;
}
.slogan_box p:nth-of-type(2) span{
  font-size: 45px;
  font-family: "gchw00u";
  background-image: linear-gradient(to bottom,#b26918 ,#6c370b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 14px;
  color: #fee3aa;
}
.slogan_box p:nth-of-type(3){
  font-size: 22px;
  margin-top: 44px;
  color: #7c4213;
}
p:last-of-type{
  margin-bottom: 0;
}
.scroll_box::before,.scroll_box::after{
  content: '';
  position: absolute;
}
.title{
  width: 368px;
  height: 41px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .6px;
  color: #fff;
  background: url(../img/title_bg.png) no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  margin: auto;
}
.tp{
  margin-top: 54px;
  padding-top: 64px;
  position: relative;
}
.intro{
  background: #fff7ed;
  border-radius: 6px;
}
.intro_box{
  padding: 0 23px 13px;
}
.intro p{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #4c4c4c;
}
.intro a{
  font-size: 18px;
  color: #f18e3d;
  font-weight: bold;
  padding: 5px 18px 6px;
  border-radius: 12px;
  border: 1px solid #f4941c;
  display: inline-block;
}
.rb_left{
  width: 446px;
}
.rb_con{
  box-sizing: border-box;
  align-items: center;
  justify-content: initial;
  border-radius: 8px;
  box-shadow: 2px 2px 5px 0 #00000030;
}
.rb_con{
  width: 100%;
  padding: 10px 0;
  /* height: 77px; */
  position: relative;
  overflow: hidden;
}
.rb_con:not(:last-of-type){
  margin-bottom: 21px;
}
.rbc_left{
  width: 125px;
  padding: 0 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  white-space: nowrap;
}
.rb_con::before{
  width: 163px;
  height: 240%;
  background: linear-gradient(to right,#f28f3e,#fdbc60);
  border-radius: 100%;
  position: absolute;
  content: '';
  z-index: -1;
  left: -37px;
}
.rbc_right{
  width: 270px;
  margin-left: 42px;
}
.rb_con p,.rb_con a{
  font-size: 14px;
  line-height: 2;
  color: #4c4c4c;
  display: block;
}
.rb_right{
  width: 446px;
}
.download{
  margin-top: 28px;
  text-align: center;
}
.download a{
  font-size: 20px;
  font-weight: bold;
  color: #713a0e;
  padding: 10px 25px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right,#edb874,#fceac2);
  box-shadow: 1px 1px 3px 0px #0009;
}
.download a img{
  margin: auto;
  display: block;
}
.download span span{
  font-size: 14px;
  margin: 0 16px;
}
.news_box{
  flex-wrap: nowrap;
}
.news_left{
  width: 455px;
  height: 256px;
  box-sizing: border-box;
  border-radius: 12px;
  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_left{
  width: 215px;
  padding: 37px 21px;
  border-radius: 12px;
  box-sizing: border-box;
  background: linear-gradient(to right,#edb874,#fceac2);
}
.moment_left h1{
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: bold;
  color: #713a0e;
  border-radius: 8px;
  position: relative;
}
.moment_left h1::after{
  height: 3px;
  width: 33px;
  left: 0;
  bottom: -16px;
  background: #713a0e;
  position: absolute;
  content: '';
}
.moment_left h2{
  font-size: 14px;
  line-height: 1.7;
  color: #713a0e;
}
.moment_right{
  width: 706px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 33%);
  justify-content: space-between;
  grid-template-rows: max-content;
  align-content: center;
}
.mr_imgcon{
  width: 221px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.mr_imgcon:nth-last-child(-n + 3){
  margin-bottom: 0;
}
.pride_box{
  padding-right: 12px;
  height: 240px;
  overflow: auto;
  align-content: flex-start;
}
.pride_box a{
  width: 48%;
  padding-left: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}
.pride_box a::before{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right,#f6a43d,#fdecd7) no-repeat;
  content: '';
  position: absolute;
}
.pride_box a h1{
  font-size: 14px;
  color: #713a0e;
  font-weight: bold;
  margin-bottom: 11px;
}
.pride_box a h2{
  font-size: 12px;
  line-height: 1.7;
  color: #6e6e6d;
}
.gdiri_box{
  padding: 67px 23px 34px;
  border-radius: 12px;
  box-shadow: 3px 3px 4px 0px #6868687d;
  background: #fff7ed;
}
.gdiri_box p{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 28px;
  color: #4c4c4c;
  
}
.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;
}
