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: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:'zihun';
  src: url('https://www.guandian.cn/font/zihun.ttf');
}
 @font-face {
  font-family:'ysbth';
  src: url('https://www.guandian.cn/font/youshebiaotihei.ttf');
}
 @font-face {
  font-family:'wdxyt';
  src: url('https://www.guandian.cn/font/wdxyt.ttf');
}
@font-face {
  font-family:'almmsht';
  src: url('https://www.guandian.cn/font/almmsht.ttf');
}
@font-face {
  font-family:'jdlzt';
  src: url('https://www.guandian.cn/font/jdlzt.ttf');
}
p{
  font-size: 14px;
  line-height: calc(24/14);
  color: #333333;
}
.wrap{
  width: 1600px;
  margin: auto;
}
.head{
  height: 595px;
  background: url(../img/head.png) no-repeat;
  overflow: hidden;
}
.nav{
  display: flex;
  gap: 0 18px;
  justify-content: center;
  margin-top: 12px;
}
.nav a{
  color: #ffe5b9;
}
.main{
  width: 980px;
  margin: auto;
}
.intro{
  margin-top: -140px;
  position: relative;
}
.intro_left{
  width: 514px;
  height: 230px;
  margin-top: 50px;
  overflow: auto;
}
.intro_left p{
  margin-bottom: 30px;
}
.intro_right{
  
}
.title{
  margin: 60px 0 30px;
  text-align: center;
}
.title span{
  font-size: 36px;
  font-family:'almmsht';
  color: #164842;
  position: relative;
}
.title span::before{
  width: 73px;
  height: 33px;
  left: -90px;
  top: 12px;
  background: url(../img/title_icon.png) no-repeat;
  content: '';
  position: absolute;
}
.title span::after{
  width: 73px;
  height: 33px;
  right: -90px;
  top: 12px;
  background: url(../img/title_icon.png) no-repeat;
  content: '';
  position: absolute;
  transform: rotateZ(180deg);
}
.intro_btn{
  padding: 6px 4px;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  background: linear-gradient(to right,#0d885c,#004e2c);
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 3px 13px 0 #d1dae8;
  left: 0;
  bottom: 0px;
  max-width: 330px;
  margin: auto;
}
.intro_btn a{
  color: #fff;
  margin: 0 35px;
}
.border{
  height: 29px;
  width: 2px;
  background: linear-gradient(to right,#014d2c 0 1px,#0d895c 1px);
}
.theme{
  justify-content: inherit;
}
.theme p{
  width: 680px;
}
.theme b{
  font-size: 24px;
  margin: 6px 30px 0 0;
  font-weight: bold;
  color: #0c885b;
}
.schedule h1{
  font-size: 18px;
  margin: 24px 0 16px 0;
  font-weight: bold;
  color: #164842;
}
.schedule h2{
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #164842;
}
.grid{
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fill,calc(96%/3));
}
.grid:nth-of-type(3){
  margin-bottom: 18px;
}
.schedule h3{
  font-size: 14px;
  margin-bottom: 12px;
  padding: 6px 21px 6px 34px ;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: linear-gradient(to right,#0fc66d,#064e39);
  border-radius: 50px;
  display: inline-block;
}
.schedule h3::before{
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  background: url(../img/schedule_icon.png) no-repeat;
  left: 12px;
}
.schedule p{
  padding-left: 6px;
}
.giaob{
  width: 680px;
  margin: auto;
}
.gia_box{
  position: relative;
}
.gia_box::before{
  width: 34px;
  height: 156px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
  background: url(../img/gia_icon.png) no-repeat;
  left: 80px;
}
.gia_box::after{
  width: 34px;
  height: 156px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: '';
  background: url(../img/gia_icon.png) no-repeat;
  transform: rotateZ(180deg);
  right: 80px;
}
.gia p{
  margin-bottom: 20px;
}
.gia a{
  font-size: 16px;
  padding: 10px 47px;
  border-radius: 6px;
  margin-top: 30px;
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(to right,#0d895b,#014d2c);
}
.news_box{
  width: 870px;
}
.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{
  width: 820px;
  gap: 0 44px;
  padding: 0 24px 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.review_con p{
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.review_con{
  width: 244px;
  height: 233px;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 10px;
  background: #054f49;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}
.review_con img{
  width: 100%;
  height: 145px;
  margin-bottom: 10px;
  object-fit: cover;
}
.group{
  margin-bottom: 30px;
}
.group_box{
  padding: 34px;
  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: 240px;
  text-align: center;
}
.g_con3{
  margin: 0 30px;
}
.qrcode img {
  width: 100px;
  height: 100px;
  margin: 4px 0;
}
.group_box h2:last-child{
  margin-bottom: 0;
}
.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,#0d895c,#014d2c);
  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 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;
}
