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');
}
@font-face {
  font-family:'kuaikanshijieti';
  src: url('https://www.guandian.cn/font/kuaikanshijieti.ttf');
}
body{
  background: url(../img/bg.png) no-repeat top center;
}
.wrap{
  width: 1650px;
  margin: auto;
  position: relative;
}
.head{
  width: 100%;
  height: 412px;
  position: relative;
  background: url(../img/head.png) no-repeat;
}
.nav{
  margin-top: 21px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.nav a{
  font-size: 16px;
  margin: 0 6px;
  color: #fff;
}
div.main{
  width: 1080px;
  margin: auto;
  font-family:'noto sans sc','Source Han Sans CN';
}
.title{
  margin: 63px auto 48px;
  text-align: center;
}
.title span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #125f7e;
  position: relative;
}
.title span::before{
  width: 110%;
  height: 14px;
  background: linear-gradient(to right,#64eaba,#96dcdc,transparent);
  bottom: -8px;
  left: -20px;
  content: '';
  position: absolute;
  z-index: -1;
  transform: skewX(-20deg);
}
.title span::after{
  width: 40px;
  height: 8px;
  background: linear-gradient(to right, #64eaba, #96dcdc, transparent);
  transform: skewX(-20deg);
  content: '';
  position: absolute;
  top: 12px;
  left: -60px;
  z-index: -1;
}
.title i{
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.title i::before{
  width: 40px;
  height: 8px;
  background: linear-gradient(to right, #64eaba, #96dcdc, transparent);
  transform: skewX(-20deg);
  content: '';
  position: absolute;
  top: 12px;
  right: -60px;
  z-index: -1;
}
.title i::after{
  width: 28px;
  height: 6px;
  background: linear-gradient(to right, #64eaba, #96dcdc, transparent);
  transform: skewX(-20deg);
  content: '';
  position: absolute;
  top: 22px;
  right: -40px;
  z-index: -1;
}
.banner{
  margin-top: 28px;
}
.banner_left{
  width: 496px;
  height: 280px;
}
.banner_right{
  width: 496px;
}
.swiper-slide{
  align-items: center;
}
.banner h1{
  font-size: 18px;
  font-weight: bold;
  color: #1298a8;
  margin-bottom: 14px;
  line-height: 1.3;
}
.banner h2{
  font-size: 14px;
  color: #373b4e;
  line-height: 1.6;
}
.news{
  margin-top: 48px ;
}
.news_switch span{
  width: 159px;
  height: 49px;
  background: url(../img/news_bg.png) no-repeat 0 0 / 100% 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #27a1c1;
  cursor: pointer;
}
span.news_select{
  color: #fff;
  background: url(../img/news_select.png) no-repeat;
}
.news_box{
  border: 1px solid #00ebe7;
  border-radius: 10px;
  background:#ebfbfa;
  display: none;
  padding: 60px 30px;
  max-height: 306px;
  overflow: auto;
  align-content: flex-start;
  gap: 24px 0;
}
.news_box a{
  font-size: 16px;
  padding-left: 26px;
  color: #125f7e;
  position: relative;
  width: 49%;
  box-sizing: border-box;
}
.news_box a::before{
  width: 22px;
  height: 15px;
  top: 3px;
  left: 0;
  background: url(../img/news_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.b1{
  background: url(../img/b1_bg.png) no-repeat 0 0 / 100% 100%;
  padding: 14px;
  box-sizing: border-box;
  position: relative;
}
.b1_left{
  width: 360px;
  height: 228px;
}
.b1_right{
  margin-top: 40px;
  width: 612px;
}
.block h1{
  font-size: 18px;
  font-weight: bold;
  color: #1298a8;
}
.block h2{
  font-size: 14px;
  color: #373b4e;
  margin-top: 20px;
}
.b1 .guest_con{
  position: absolute;
  bottom: 14px;
  left: 450px;
}
.b1 .guest_con span{
  font-size: 18px;
  padding: 8px 18px;
  font-weight: bold;
  cursor: pointer;
  background: #c9c9c9;
  margin-right: 12px;
  border-radius: 12px;
  display: inline-block;
  color: #067586;
}
.b1 .guest_con span.b1_select{
  background: linear-gradient(to bottom,#18ccc2,#105d8a);
  color: #fff;
}
.b2{
  display: block;
  background: url(../img/b2_bg.png) no-repeat 0 0 / 100% 100%;
  padding: 57px 27px 40px;
  box-sizing: border-box;
  margin-top: 40px;
}
.b2 h2 b{
  color: #1298a8;
  font-weight: bold;
}
.b2_left{
  margin-top: 20px;
  width: 590px;
}
.b2_right{
  width: 398px;
  height: 252px;
}
.b2_bottom{
  grid-template-columns: repeat(auto-fill,110px);
  gap: 36px 26px;
  display: grid;
  margin-top: 40px;
}
.b2 .guest_con{
  width: 110px;
  height: 146px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.b2 .guest_con span{
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(to bottom,#1b8cc6,#4de5b2);
  font-size: 16px;
  font-weight: bold;
  padding: 4px 20px;
  color: #ffffff;
  position: absolute;
}
.review_box{
  gap: 0 26px;
  display: flex;
  justify-content: center;
}
.review_con{
  width: 292px;
  height: 172px;
  position: relative;
}
.review_con p{
  width: 180px;
  font-size: 18px;
  bottom: 0;
  right: 0;
  color: #125f7e;
  font-weight: bold;
  position: absolute;
  text-align: center;
}
.group{
  margin-bottom: 60px;
}
.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;
  white-space: nowrap;
}
.g_con2{
  width: 224px;
  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;
}
.qrcode{
	margin-top: 12px;
	display: flex;
}
.qrcode div{
  width: 110px;
	text-align: center;
}
.qrcode img{
	width: 100px;
	height: 100px;
}
.qrcode p{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.footerwrap {
	padding: 30px 0;
  background: #19bfb6;
}
.footer {
  display: flex;
  align-items: center;
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0 30px;
}
.footer_l {
  width: 20%;
}
.footer_r {
  width: 80%;
}
.footer_r li {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  text-indent: 24px;
  color: #fff;
}
@media only screen and (max-width: 1600px){
  .wrap {
    min-width: 1100px;
    width: 100%;
  }
  .side{
    position: fixed;
    right: 16px;
    font-size: 14px;
    padding: 20px 8px;
  }
}