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;}
p:last-child{
  margin-bottom: 0 !important;
}
@font-face {
  font-family:'gchw00u';
  src: url('gchw00u.ttf');
}
@font-face {
  font-family:'almmsht';
  src: url('https://www.guandian.cn/font/almmsht.ttf');
}
@font-face {
  font-family:'kuaikanshijieti';
  src: url('https://www.guandian.cn/font/kuaikanshijieti.ttf');
}
body{
}
.wrap{
  width: 1600px;
  background: url(../img/bg.png) no-repeat top center;
  margin: auto;
  position: relative;
}
.main p{
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.head{
  width: 900px;
  height: 500px;
  margin: auto;
  position: relative;
  z-index: 2;
}
.nav{
  margin-top: 22px;
  width: max-content;
  display: inline-block;
  position: relative;
}
.nav a{
  font-size: 16px;
  margin-right: 12px;
  color: #ffffff;
}

.main{
  width: 980px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.banner_left{
  width: 410px;
  padding-left: 28px;
  box-sizing: border-box;
}
.banner_right{
  width: 480px;
  height: 270px;
  position: relative;
}
.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: #004986;
  position: relative;
}
.banner h2{
  font-size: 14px;
  line-height: 1.7;
  color: #373b4e;
}
.news{
	margin-top: 80px;
}
.news_switch{
  margin-bottom: 25px;
  margin-right: 36px;
  display: flex;
}
.news_switch span{
  font-size: 30px;
  margin-right: 36px;
  font-weight: bold;
  display: inline-block;
  color: #8d9296;
  cursor: pointer;
  position: relative;
}
span.news_selected{
  color: #004986;
}
span.news_selected::after{
  width: 114%;
  height: 6px;
  bottom: -18px;
  left: -8%;
  background: linear-gradient(to right, transparent, #cf9c85, #2771be);
  position: absolute;
  content: '';
}
.news_box{
  padding: 0 24px 0 10px;
  align-content: baseline;
  height: 170px;
  overflow: auto;
  display: none;
}
.news_outer{
  border-radius: 10px;
  padding: 30px 14px 30px 0;
  background: linear-gradient(to right, transparent,#eef3f3,#f0f6f7);
  box-shadow: 1px 1px 2px 0 #dde1e1;
}
.news a {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
  color: #262626;
  position: relative;
  padding-left: 12px;
  width: 49%;
  box-sizing: border-box;
}
.news a::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(to bottom, #ff8338, #3a73b3);
  position: absolute;
  content: '';
  top: 6px;
  left: 0;
  z-index: 2;
  border-radius: 2px;
}
.title{
  text-align: center;
}
.title span{
  margin: 54px 0 52px;
  font-size: 30px;
  font-weight: bold;
  color: #004986;
  position: relative;
  display: inline-block;
}
.title span::before{
  width: 91px;
  height: 23px;
  bottom: 0;
  left: -60px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.title span::after{
  width: 91px;
  height: 23px;
  bottom: 0;
  right: -60px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
  transform: rotateZ(180deg);
}
.b1,.b2{
  margin-left: 18px;
}
.b1_left{
  width: 230px;
}
.img_box{
  width: 228px;
  height: 210px;
  transform: skewY(6deg);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.img_box img{
  width: 140%;
  height: 140%;
  object-fit: cover;
  transform: skewY(-6deg);
  display: inline-block;
  transform-origin: top left;
  position: absolute;
  left: -20%;
  right: 0;
}
.mes{
  padding: 48px 10px 10px;
  background: linear-gradient(to right,#c7daee,#f4eae6,transparent);
  transform: skewY(-6deg) translateY(-30px);
  z-index: -1;
  position: relative;
  border-radius: 10px;
}
.mes span{
  display: block;
  transform: skewY(6deg);
}
.mes span:nth-of-type(1){
  font-size: 18px;
  margin-bottom: 11px;
  font-weight: bold;
  color: #004986;
}
.mes span:nth-of-type(2){
  font-size: 14px;
  line-height: 1.2;
  color: #525151;
}
.b1 a{
	padding-right: 100px;
	margin-bottom: 30px;
	align-items: center;
}
.block h1{
	font-size: 20px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #004986;
	line-height: 1.3;
}
.block h2{
	font-size: 14px;
	color: #373b4e;
	line-height: 1.7;
  margin-bottom: 14px;
}
.block h3{
	font-size: 14px;
	color: #373b4e;
	line-height: 1.2;
  margin-bottom: 8px;
}
.b1_right{
  width: 439px;
  position: relative;
}
.b1_right::before{
  width: 49px;
  height: 48px;
  top: -60px;
  left: -60px;
  background: url(../img/b1_icon.png);
  position: absolute;
  content: '';
}
.b1_right::after{
  width: 49px;
  height: 48px;
  bottom: -60px;
	right: -60px;
  background: url(../img/b1_icon.png) no-repeat;
  position: absolute;
  content: '';
  transform: rotateZ(180deg);
}
.b2t_left{
  padding-left: 18px;
  width: 450px;
}
.b2t_right{
  width: 400px;
  height: 245px;
  border-radius: 12px;
  overflow: hidden;
}
.b2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g_img_box{
  width: 105px;
  height: 120px;
  transform: skewY(6deg);
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.g_img_box img{
  width: 120%;
  height: 120%;
  object-fit: cover;
  transform: skewY(-6deg);
  display: inline-block;
  transform-origin: top left;
  position: absolute;
  left: -10%;
  right: 0;
}
.b2_bottom {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 115px);
  justify-content: space-between;
}
.guest_con{
  width: 106px;
}
.guest_con h6{
  padding: 36px 8px 20px;
  background: linear-gradient(to right, #c7daee, #f4eae6, transparent);
  transform: skewY(-6deg) translateY(-20px);
  z-index: -1;
  position: relative;
  border-radius: 10px;
}
.guest_con h6 span{
  font-size: 14px;
  color: #004986;
  font-weight: bold;  
  display: block;
  transform: skewY(6deg)
}
.review{
  text-align: center;
}
.review a{
  width: 389px;
  height: 198px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 100px;
  margin: 12px;
  font-weight: bold;
  box-sizing: border-box;
  position: relative;
  border-radius: 6px;
  color: #fff;
}
.review a::after{
  width: 100%;
  height: 100%;
  background: #4d87c5;
  top: 30px;
  left: 0;
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 16px;
}
.review a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.review a span{
  position: absolute;
  bottom: -26px;
}
.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: 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: #1e376b;
}
.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, #3f7fc3, #fc8f4d);
  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;
}