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;}
@font-face {
  font-family:'wdxyt';
  src: url('https://www.guandian.cn/font/wdxyt.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,#00c1dd6b,#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;
}

p:last-of-type,a:last-of-type{
  margin-bottom: 0 !important;
}
.main{
  width: 1100px;
  padding: 135px 74px 0;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(to bottom, transparent 1%, #fff 200px);;
}
.intro{
  width: 905px;
  border-radius: 70px;
  box-sizing: border-box;
  position: relative;
}
.intro p,.del p{
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
  color: #333333;
}
.intro_box{
  height: 270px;
  padding-right: 12px;
  overflow: auto;
}
.link_box{
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  text-align: center;
}
.ib_box{
  padding: 6px 0;
  /* background: linear-gradient(to right,#38b9ce,#0b5884); */
  background: url(../img/link_box_bg.png) no-repeat 0 0 / 100%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
}
.link_box a{
  margin: 0 30px;
  color: #fff;
  display: inline-block;
}
.border {
  height: 29px;
  width: 2px;
  background: linear-gradient(to right,#085f90 0 1px,#1e81c7 1px);
  display: inline-block;
}
.title{
  font-size: 30px;
  margin: 50px auto 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
.tc{
  margin: auto;
}
.title span{
  padding: 4px 95px 10px;
  position: relative;
  display: inline-flex;
  background: linear-gradient(to right, transparent, #2e8cc2e6 30% 70%, transparent);
  z-index: 1;
}
.title::after{
  width: 70%;
  left: 0;
  height: 20px;
  background: linear-gradient(to right,transparent,#88e7ff,transparent);
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}
.banner_left{
  width: 445px;
}
.banner a{
  align-items: center;
}
.banner h1{
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: bold;
  color: #0d628b;
}
.banner h2{
  font-size: 14px;
  line-height: 1.6;
  color: #4a270f;
}
.banner_right{
  width: 464px;
  height: 264px;
  border: 1px solid #0b5884;
}
.news{
  margin-top: 37px;
}
.news_switch{
  position: relative;
  background: url(../img/news_switch.png) no-repeat 0 0/100% 100%;
  display: inline-flex;
}
.news_switch span{
  font-size: 19.4px;
  padding: 13px 0;
  margin: 0 20px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.news_box{
  padding: 30px;
  max-height: 240px;
  box-sizing: border-box;
  overflow: auto;
  display: none;
  align-items: flex-start;
  background: #f1fbfc;
}
.news a{
  font-size: 16px;
  line-height: 1.5;
  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: #38b9ce;
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
  z-index: 2;
}
.news a::after{
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  position: absolute;
  content: '';
  top: 4px;
  left: -5px;
}
span.news_selected{
  color: #aafff8;
}
.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: 12px 66px;
  background: url(../img/link_box_bg.png) no-repeat 0 0 / 100% 100%;
  display: inline-flex
;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
}
.del a span{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}

.b1_left{
  width: 317px;
  height: 205px;
  overflow: hidden;
  position: relative;
}
.b1_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.b1_arti{
  display: none;
}
.b1_right{
  width: 550px;
}
.b1_right a{
  position: relative;
}
.block h1{
  font-size: 20px;
  line-height: 1.2;
  color: #05718c;
  font-weight: bold;
  margin: 0 0 25px;
}
.block h2{
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}
.guest{
  margin-top: 64px;
  display: ;
}
.guest_con{
  width: 118px;
  height: 165px;
  padding: 10px 0;
  box-sizing: border-box;
  margin-right: 17px;
  margin-bottom: 24px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.guest_con img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.guest_con span{
  font-size: 18px;
  padding: 4px 0;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(to right,#2887c0,#0c5985);
  display: block;
  box-sizing: border-box;
  
}
.b2{
  display: block;
}
.b2_box{
  display: flex;
  justify-content: space-between;
}
.b2_left{
  width: 490px;
}
.block h3{
  font-size: 18px;
  margin-top: 22px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #fd6c15;
}
.b2_right{
  width: 437px;
  height: 283px;
  overflow: hidden;
}
.b2_right img{
  width: 100%;
  height: 100%;
}
.b2_bottom{
  padding: 0 20px;
  margin-top: 30px;
}
.review_box{
  gap: 0 24px;
  justify-content: center;
}
.review_con{
  width: 244px;
  height: 233px;
  font-size: 16px;
  padding: 14px 20px;
  border-radius: 10px;
  background: #67baf1;
  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: 340px;
  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: #126a85;
}
.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,#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;
}
