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;: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:auto;}
p:last-child{
  margin-bottom: 0 !important;
}
@font-face {
  font-family:'gchw00u';
  src: url('gchw00u.ttf');
}
@font-face {
  font-family:'pmzd';
  src: url('pmzd.ttf');
}
@font-face {
  font-family:'ysbth';
  src: url('youshebiaotihei.ttf');
}
@font-face {
  font-family:'almmsht';
  src: url('almmsht.ttf');
}
.wrap{
  width: 1600px;
  margin: auto;
  position: relative;
  background: url(../img/bg.png) no-repeat top center;
}
.head{
  height: 505px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.nav{
  margin-top: 26px;
  width: max-content;
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.nav a{
  font-size: 22px;
  margin-right: 12px;
  color: #ffffff;
  filter: drop-shadow(0px 2px 0px #aaa);
}
.slogan_box{
  margin-top: 59px;
  text-align: center;
}
.slogan_box p span{
  position: relative;
  z-index: 1;
}
.slogan_box p:nth-of-type(1) span{
  font-size: 43px;
  letter-spacing: 1.7px;
  display: inline-block;
  color: #fff;
  filter: drop-shadow(0px 2px 2px #0009);
  font-weight: bold;
  transform: skewX(-7deg) scaleY(1.1);
}
.slogan_box p:nth-of-type(2){
  margin-top: 18px;
}
.slogan_box p:nth-of-type(2) span{
  font-size: 69px;
  font-weight: bold;
  text-shadow: 1px 2px 2px #00000063;
  font-family: 'almmsht';
/*  background-image: linear-gradient(to bottom,#ffe7dd,#f3b98b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: #fff;
}
.slogan_box p:nth-of-type(3) span{
  font-size: 18px;
  color: #fff;
  margin: 40px 0 0;
  position: relative;
  font-family: 'noto sans sc';
  padding: 8px 36px;
  border-radius: 14px;
  box-shadow: inset 0px 0px 6px 0px #95f0f1;
  text-shadow: 1px 2px 2px #00000063;
  display: inline-block;
}
.main{
  width: 900px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.banner_left{
  width: 410px;
  padding-left: 28px;
  box-sizing: border-box;
}
.banner_right{
  width: 463px;
  height: 260px;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner a{
  align-items: center;
}
.banner h1{
  font-size: 18px;
  margin-bottom: 19px;
  line-height: 1.3;
  font-weight: bold;
  color: #22865a;
  position: relative;
}
.banner h2{
  font-size: 14px;
  line-height: 1.7;
  color: #373b4e;
}
.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: #22865a;
  background: #cbe9bc;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
}
.news_switch span:not(:first-of-type)::before{
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 12px solid #fff;
  position: absolute;
  content: '';
  left: 0;
}
.news_switch span::after{
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 12px solid #cbe9bc;
  position: absolute;
  content: '';
  right: -11px;
}
span.news_selected{
  /* background: linear-gradient(to bottom,#65ca6f,#459f72); */
  background: #53b170;
  color: #fff;
}
span.news_selected::after{
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 12px solid #53b170;
}
.news_outer{
  padding: 41px 20px;
  background: #f1fbfc;
}
.news_box{
  height: 175px;
  padding-right: 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: 8px;
  height: 8px;
  border: 1px solid #0d792a;
  border-radius: 2px;
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  z-index: 1;
  border-radius: 1px;
}
.news a::after{
  width: 8px;
  height: 8px;
  border: 1px solid #facd89;
  border-radius: 2px;
  position: absolute;
  content: '';
  top: 8px;
  left: 4px;
  z-index: 2;
  border-radius: 1px;
}
.title{
  margin: 60px auto 30px;
  height: 36px;
  position: relative;
  align-items: center;
}
.title span{
  font-size: 24px;
  margin: 0 20px 0 30px;
  padding: 0 10px 0 0;
  display: inline-block;
  color: #22865a;
  background: #fff;
  font-weight: bold;
  position: relative;
  height: 36px;
  line-height: 33px;
  z-index: 3;
}
.title:before{
  left: 0;
  width: 19px;
  height: 36px;
  background: url(../img/title_before.png);
  position: absolute;
  content: '';
}
.title::after{
  left: 140px;
  width: 752px;
  height: 36px;
  background: url(../img/title_after.png);
  position: absolute;
  content: '';
} 
.b1_box{
  display: none;
}
.b1_left{
  width: 299px;
  height: 212px;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  border-left: 6px solid #4da971;
  position: relative;
}
.block h1{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: bold;
  color: #22865a;
}
.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_right{
  width: 555px;
}
.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: #c9c9c9;
  cursor: pointer;
  display: inline-block;
}
span.b1s{
  background: linear-gradient(to bottom,#65ca6f,#469f72);
}
.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: 373px;
  height: 264px;
  border-radius:  0 0 30px 0;
  overflow: hidden;
  border-left: 6px solid #4da971;
}
.b1_left img,
.b2t_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b2t_right{
 width: 495px;
}
.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: #29895e;
  white-space: nowrap;
}
.b2_bottom{
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fill,14.2%);
  justify-content: space-between;
  row-gap: 20px;
}
.guest_con{
  width: 117px;
  overflow: hidden;
  text-align: center;
}
.guest_con img{
  width: 100%;
  height: 157px;
  border-radius: 10px;
  border-left: 2px solid #4da971;
}
.guest_con h6{
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-top: 12px; 
}
.retirement_exc p{
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #262626;
}
.retirement_exc a{
  margin-top: 34px;
  padding: 14px 25px;
  border-radius: 0 30px 0 30px;
  text-align: center;
  display: inline-block;
  justify-content: center;
  background: linear-gradient(to bottom,#65ca6f,#459e72);
  color: #fff;
}
.retirement_exc a h1{
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}
.retirement_exc a h2{
  font-size: 14px;
}
.group{
  padding-bottom: 46px;
}
.group_box{
  box-sizing: border-box;
  width: max-content;
  color: #333333;
  align-items: center;
}
.group_box h1{
  font-size: 18px;
  margin-bottom: 30px;
}
.group_box h2{
  font-size: 12px;
  margin-bottom: 14px;
}
.g_con2{
  width: 310px;
  text-align: center;
}
.g_con3{
  margin: 0 20px;
}
.qrcode img {
  width: 100px;
  height: 100px;
  margin: 4px 0;
}
.group_box h2:last-child{
  margin-bottom: 0;
}
.footerwrap {
  background: #087b49;
}
.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, #65ca6f, #459e72);
  font-size: 18px;
  color: #fefefe;
  box-sizing: border-box;
  padding: 14px 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 494px 0px 0 1430px;
  border-radius: 10px;
  transform: skewY(-10deg);
}
.side_box{
  transform: skewY(10deg);
}
.side a,.side p{
  font-size: 20px;
  line-height: 1.4;
  display: block;
  color: #ffffff;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
}
.side_box{
}
.side hr{
  border-color: #fff;
  margin: 10px 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;
}
