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:''}.show{display:block!important}.flex{display:flex!important;justify-content:space-between;flex-wrap:wrap;}.mga{margin:0 auto;}
:is(.banner,
.b1_left,
.b2_top,
.moment) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@font-face {
  font-family:'gchw00u';
  src: url('gchw00u.ttf');
}
body{
  background-color: #f5f5f5;
}
.wrap{
  width: 1600px;
  margin: auto;
  position: relative;
  background: url(../img/bg.png) no-repeat top center;
}
.head{
  text-align: center;
}
.nav{
  margin-top: 12px;
  padding: 8px 132px;
  background: linear-gradient(to right,#16b7d3e8,#125eb0cc);
  display: inline-block;
  text-align: center;
  transform: skewX(-24deg);
}
.nav a{
  font-size: 16px;
  margin: 0 12px;
  color: #ffffff;
  transform: skewX(24deg);
  display: inline-block;
}
.slogan_box{
  margin-top: 58px;
}
.slogan_box{
  text-align: center;
  margin-top: 62px;
}
.slogan_box p span{
  position: relative;
  z-index: 1;
}
.slogan_box p:nth-of-type(1) span{
  font-size: 36px;
  font-family: "gchw00u";
 /* background-image: -webkit-linear-gradient(272deg,#fffefc 40%,#fede9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #ffffff;
  letter-spacing: 1px;
}
.slogan_box p:nth-of-type(2){
  margin-top: 23px;
}
.slogan_box p:nth-of-type(2) span{
  font-size: 42px;
  font-family: "gchw00u";
  color: #fff;
  font-weight: bold;
  transform: scaleY(1.2);
  display: inline-block;
}
.slogan_box p:nth-of-type(3){
  font-size: 27px;
  margin-top: 19px;
  color: #fff;
}
.slogan_box p:nth-of-type(4){
  font-size: 25px;
  margin-top: 57px;
  color: #fff;
}
p:last-of-type{
  margin-bottom: 0 !important;
}
.main{
  width: 1100px;
  padding: 135px 77px 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
div.main::after{
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: -1;
}
.banner_left{
  width: 469px;
  padding-left: 28px;
  box-sizing: border-box;
}
.banner_right{
  width: 463px;
  height: 260px;
}
.banner a{
  align-items: center;
}
.banner h1{
  font-size: 18px;
  margin-bottom: 19px;
  line-height: 1.3;
  font-weight: bold;
  color: #0d628b;
  position: relative;
}
.banner h1::before{
  width: 25px;
  height: 20px;
  top: 0;
  left: -27px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
  background-size: contain;
}
.banner h2{
  font-size: 14px;
  line-height: 1.7;
  color: #4a270f;
}
.news{
  margin-top: 56px;
}
.news_switch{
  display: flex;
}
.news_switch span{
  width: 164px;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #ffffff;
  background: #bfbfbf;
  cursor: pointer;
  border-radius: 0 24px 0 0;
  box-shadow: -1px 1px 6px -2px #0009;
}
span.news_selected{
  background: linear-gradient(to bottom,#1dafc7,#0c5984);
}
.news_outer{
  padding: 41px 20px;
  background: #f1fbfc;
}
.news_box{
  height: 175px;
  padding: 0 12px;
  overflow: auto;
  display: none;
  align-content: flex-start;
}
.news_box a{
  width: 49%;
  padding-left: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333333;
  position: relative;
}
.news_box a:nth-last-child(-n+2){
  margin-bottom: 0;
}
.news a::before{
  width: 10px;
  height: 10px;
  background: #38b9ce;
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  z-index: 2;
}
.news a::after{
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  position: absolute;
  content: '';
  top: 1px;
  left: 2px;
}
.title{
  font-size: 30px;
  padding: 59px 0 44px 40px;
  font-weight: bold;
  color: #05718c;
}
  
.title span{
  position: relative;
}
.title span::before{
  width: 32px;
  height: 34px;
  left: -35px;
  top: 7px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.del_box{
  width: 785px;
  padding-top: 22px;
  box-sizing: border-box;
  position: relative;
}
.del_box::before{
  top: -8px;
  left: -22px;
  width: 139px;
  height: 88px;
  background: url(../img/del_before.png) no-repeat;
  position: absolute;
  content: '';
  opacity: .42;
}
.del_box::after{
  bottom: -8px;
  right: -40px;
  width: 139px;
  height: 88px;
  background: url(../img/del_after.png) no-repeat;
  position: absolute;
  content: '';
  opacity: .42;
}
.dela{
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
}
.del a{
  padding: 9px 56px;
  background: linear-gradient(to right,#38b9ce,#0b5884);
  display: inline-block;
  transform: skewX(-22deg);
}
.del a span{
  transform: skewX(22deg);
  display: inline-block;
  color: #fff;
}
.intro p, .del p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
  color: #333333;
}
.b1_box{
  display: none;
}
.b1_left{
  width: 325px;
  height: 211px;
  border-radius: 12px;
  overflow: hidden;
}
.block h1{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  color: #05718c;
}
.block h2{
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}
.b1,.b2{
  display: block;
  position: relative;
}
.b1+.b1{
  margin-top: 60px;
}
.b1_left{
  position: relative;
}
.mes{
  background: linear-gradient(to top,#0b5883d9,#1eb0c8d9);
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 6px;
  color: #fff;
  padding: 8px 24px 8px 10px;
  border-radius:  0 20px 0 0;
}
.mes span:nth-of-type(1){
  font-size: 18px;
  margin-right: 19px;
  font-weight: bold;
}
.mes span{
  font-size: 14px;
  line-height: 1.3;
}
.b1_right{
  width: 557px
}
.b1_switch{
  right: 0;
  bottom: 0;
  position: absolute;
  display: table;
}
.b1_switch span{
  font-size: 18px;
  margin: 0 4px;
  padding: 9px 16px 9px 48px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  position: relative;
  background: linear-gradient(to top,#0b5883,#1eb0c8);
  cursor: pointer;
}
.b1_switch span::before{
  width: 25px;
  height: 24px;
  background: url(../img/guest_icon.png) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
  content: '';
  position: absolute;
}
.b2t_left{
  width: 495px;
}
.b2t_right{
  width: 432px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
}
.block h3{
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #333333;
  display: flex;
}
.block h3 b{
  font-size: 14px;
  font-weight: bold;
  color: #05718c;
  white-space: nowrap;
}
.b2_bottom{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fill,14.2%);
  justify-content: space-between;
}
.guest_con{
  width: 108px;
  overflow: hidden;
  text-align: center;
}
.guest_con img{
  width: 100%;
  height: 142px;
  border-radius: 10px;
}
.guest_con h6{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-top: 12px; 
}
.moment_box{
  row-gap: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fill,303px);
  justify-content: space-between;
}
.moment_con{
  width: 303px;
  height: 197px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.moment p{
  font-size: 13px;
  line-height: 1.2;
  background: linear-gradient(to top, #0b5883d9, #1eb0c8d9);
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  bottom: 6px;
  color: #fff;
  padding: 8px 24px 8px 10px;
  border-radius: 0 20px 0 0;
  max-width: 95%;
}
.review_box{
  width: 520px;
}
.review_con{
  width: 244px;
  height: 233px;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 10px;
  background: #38b9ce;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
}
.review_con img{
  width: 100%;
  height: 145px;
  margin-bottom: 10px;
  object-fit: cover;
}
.review_con p{
  margin-bottom: 10px;
}
.group{
  padding-bottom: 30px;
}
.group_box{
  box-sizing: border-box;
  width: max-content;
  color: #4a270f;
  align-items: center;
}
.group_box h1{
  font-size: 18px;
  margin-bottom: 30px;
}
.group_box h2{
  font-size: 12px;
  margin-bottom: 14px;
}
.g_con2{
  width: 300px;
  text-align: center;
}
.g_con3{
  margin: 0 30px;
}
.qrcode img {
  width: 88px;
  margin: 4px 0;
}
.group_box h2:last-child{
  margin-bottom: 0;
}
.footerwrap {
  background: #126a85;
}
.footer {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0 30px;
}
.footer_l {
  float: left;
  width: 20%;
margin-top: 60px;
}
.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,#38b9ce,#0b5884);
  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: 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_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;
}
