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,a:last-child{
  margin-bottom: 0 !important;
}
.iwh img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 @font-face {
  font-family:'zihun';
  src: url('zihun.ttf');
}
 @font-face {
  font-family:'wdxyt';
  src: url('wdxyt.ttf');
}
.wrap{
  width: 1600px;
  margin: auto;
  position: relative;
  font-family: 'microsoft yahei';
}
.head{
  height: 412px;
  background: url(../img/head.png) no-repeat top center;
  text-align: center;
}
.nav{
  margin-top: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Source Han Sans CN', 'Noto Sans CJK SC', 'Source Han Sans SC','noto sans sc';
}
.nav a{
  font-size: 20px;
  margin: 0 9px;  
  color: #13859f;
}
.main{
  width: 948px;
  margin: 50px auto 0;
}
.intro{
  padding: 25px 18px 25px 84px;
  margin-left: 40px;
  background: #ebfbfa;
  position: relative;
  box-shadow: 3px 3px 6px 0px #cde5f1;
}
.intro_text{
  font-size: 30px;
  line-height: 1.1;
  padding: 22px;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(to right,#4ee7b1,#1c8dc6);
  position: absolute;
  left: -40px;
  top: -25px;
}
.intro_text::after{
  border-top: 40px solid #207ba4;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  content: '';
}
.title{
  margin-top: 61px;
  margin-bottom: 47px;
  text-align: center;
  font-weight: bold;
}
.title span{
  font-size: 28px;
  position: relative;
  color: #2a8997;
  display: inline-block;
}
.title span::before{
  width: 114px;
  height: 26px;
  top: 2px;
  left: -114px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.title span::after{
  width: 114px;
  height: 26px;
  top: 2px;
  right: -114px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
  transform: rotateY(-180deg);
}
.banner_swiper{
  margin: 0 16px;
  overflow: hidden;
  position: relative;
}
.banner_swiper .swiper-slide{
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.banner_left{
  width: 463px;
  height: 260px;
}
.banner_right{
  width: 408px;
}
.banner_right h1{
  font-size: 18px;
  margin-bottom: 19px;
  line-height: 1.2;
  font-weight: bold;
  color: #1298a8;
}
.banner_right h2{
  font-size: 14px;
  line-height: 1.5;
  color: #373b4e;
} 
.news{
  margin-top: 57px;
}
.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: #fff;
  background: #bfbfbf;
  cursor: pointer;
  border-radius: 0 24px 0 0;
  box-shadow: -1px 5px 12px -2px #00000069;
}
span.news_select{
  color: #fff;
  background: linear-gradient(to top,#105b89,#18ccc3);
}
.news_outer{
  padding: 41px 20px;
  border-radius: 10px;
  background: #f1fbfc;
  display: none;
}
.news_box{
  height: 175px;
  padding: 0 12px;
  overflow: auto;
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.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: #1eafc6;
  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;
}
.news_outer,.b1_content{
  display: none;
}
.live{
  margin-top: 60px;
}
.block_title{
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1298a8;
}
.live a{
  position: relative;
  margin-bottom: 69px;
}
.block1{
  position: relative;
}
.block_img{
  width: 338px;
  height: 214px;
  position: relative;
}
.block_img h1{
  color: #fff;
  left: 10px;
  bottom: 0;
  position: absolute;
}
.block_img h1 b{
  font-size: 16px;
  min-width: 84px;
  min-height: 25px;
  margin-bottom: -2px;
  background: url(../img/name_bg.png) no-repeat;
  background-size: cover;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  box-sizing: border-box;
}
.block_img h1 span{
  min-width: 314px;
  min-height: 29px;
  background: url(../img/job_bg.png) no-repeat;
  background-size: cover;
  width: fit-content;
  display: flex;
  align-items: center;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1.5;
}
.mes{
  width: 534px;
}
.mes h1{
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 17px;
  font-weight: bold;
  color: #1298a8;
}
.mes h2{
  font-size: 14px;
  line-height: 1.7;
  color: #373b4e;
}
.b1_switch{
  bottom: 0;
  left: 416px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 14px;
}
.b1_switch span{
  font-size: 18px;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: bold;
  color: #067586;
  background: #c9c9c9;
  cursor: pointer;
}
span.b1_select{ 
  color: #fff;
  background: linear-gradient(to top,#105b89,#18ccc3);
}
.block2 .mes h1{
  font-size: 20px;
}
.h3{
  margin-top: 21px;
}
.h3 h3{
  font-size: 14px;
  line-height: 1.7;
  color: #373b4e;
}
.h3 b{
  color: #1298a8;
}
.b2_content{
  margin-top: 54px;
}
.b2_bottom{
  display: grid;
  grid-template-columns: repeat(auto-fill,110px);
  column-gap: 15px;
  margin-top: 40px;
  row-gap: 15px;
}
.b2_bottom div{
  width: 110px;
  position: relative;
  text-align: center;
}
.b2_bottom div img{
  width: 100%;
  height: 147px;
  object-fit: cover;
  object-position: center;
}
.b2_bottom div p{
  font-size: 18px;
  bottom: 1px;
  left: 5px;
  color: #fff;
  position: absolute;
  font-weight: bold;
  z-index: 1;
}
.b2_bottom div::after{
  width: 115px;
  height: 152px;
  bottom: -2px;
  right: -4px;
  background: url(../img/b2guest_bg.png) no-repeat;
  position: absolute;
  content: '';
}
.awards{
  padding: 0 41px;
  position: relative;
}
.awards::before{
  width: 4px;
  height: 149px;
  background: #f6e6ab;
  left: 0;
  top: 85px;
  position: absolute;
  content: '';
}
.awards::after{
  width: 4px;
  height: 149px;
  background: #f6e6ab;
  right: 0;
  top: 85px;
  position: absolute;
  content: '';
}
.awards_box{
  margin-bottom: 34px;
  position: relative;
}
.awards_box::before{
  width: 4px;
  height: 100%;
  background: #f6e6ab;
  left: -20px;
  bottom: 0;
  position: absolute;
  content: '';
}
.awards_box::after{
  width: 4px;
  height: 100%;
  background: #f6e6ab;
  right: -20px;
  bottom: 0;
  position: absolute;
  content: '';
}
.awards_box p{
  font-size: 12px;
  margin-bottom: 16px;
  line-height: calc(19/12);
  color: #404040;
}
.awards_list{
  margin-bottom: 20px;
}
.al_left{
  width: 368px;
  padding: 36px 32px;
  box-sizing: border-box;
  background: linear-gradient(to right,#4ee7b1,#1b8dc6);
}
.al_right{
  flex: 1;
  padding: 37px 0;
  text-align: center;
  background: #ebfbfa;
  display: flex ;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.al_left h1{
  font-size: 22px;
  font-weight: bold;
  color: #f6e6ab;
  text-align: center;
  position: relative;
}
.al_left h1::after{
  width: 71px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  background: #f6e6ab;
  position: absolute;
  content: '';
}
.al_left h2{
  font-size: 12px;
  line-height: calc(19/12);
  margin-top: 31px;
  color: #fff;
}
.al_right p,.al_right a{
  font-size: 16px;
  margin-bottom: 20px;
     width: 100%;
  color: #34b7bc;
  font-weight: bold;
  display: block;
}
.al_right i{
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 14px 0;
}
.download{
  margin-top: 38px;
  text-align: center;
}
.download a{
  width: 400px;
  height: 66px;
  padding: 10px 0 5px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(to top,#0b5783,#18ccc3);
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 30px;
}
.download a b{
  font-size: 21px;
  flex: 1;
  flex: 100%;
}
.download a span{
  font-size: 15px;
}
.review_box{
  justify-content: center;
}
.review_box a{
  margin: 0 27px;
  padding: 10px 10px 26px;
  background: linear-gradient(to right,#4ee7b1,#1c8ec6);
  color: #fff;
  border-radius: 10px 10px 80px 10px;
}
.review_box a img{
  width: 226px;
  color: #fff;
  display: block;
}
.review a h1{
  font-size: 28px;
  margin: 12px 0;
  font-weight: bold;
}
.review a h2{
  font-size: 22px;
  font-weight: bold;
}
.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;
  }
}