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:'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');
}
.wrap{
  width: 1600px;
  margin: auto;
  position: relative;
  background: url(../img/head.png) no-repeat top center;
}
.head{
  height: 395px;
}
.nav{
  width: 1100px;
  margin-top: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav a{
  font-size: 18px;
  margin: 0 9px;  
  color: #602b1d;
}
.main{
  width: 979px;
  margin: 50px auto 0;
}
.intro{
  padding: 48px 46px;
  border-radius: 70px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.scroll_box::before,.scroll_box::after{
  content: '';
  position: absolute;
}
.scroll_box:before{
  width: 170px;
  height: 200px;
  background: #fad4b5;
  z-index: -1;
  left: -40px;
  top: -50px;
  filter: blur(26px);
}
.scroll_box:after{
  width: 170px;
  height: 200px;
  background: #fad4b5;
  z-index: -1;
  right: -40px;
  bottom: -50px;
  filter: blur(26px);
}
.scroll_box{
  position: relative;
}
.intro a{
  color: inherit;
  font-size: inherit;
}
.intro p,.excellence p{
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 24px;
  color: #4e2c2b;
}
.intro_box{
  height: 270px;
  overflow: auto;
}
.intro_btn{
  padding: 6px 4px;
  color: #fff;
  border-radius: 200px;
  font-size: 16px;
  background: linear-gradient(to right,#f7aa4c,#ff793b);
  position: absolute;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 3px 13px 0 #d1dae8;
  left: 0;
  right: 0;
  bottom: -70px;
  max-width: 330px;
  margin: auto;
  
}
.intro_btn a{
  margin: 0 35px;
}
.border{
  height: 29px;
  width: 2px;
  background: linear-gradient(to right,#c7562e 0 1px,#ffc868 1px);
}
.title {
  margin: 82px auto 66px;
  text-align: center;
}
.title span{
  font-size: 30px;
  font-weight: bold;
  color: #fd6c15;
  position: relative;
}
.title span::before{
  width: 80px;
  height: 30px;
  left: -100px;
  top: 10px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.title span::after{
  width: 80px;
  height: 30px;
  right: -100px;
  top: 10px;
  background: url(../img/title_icon.png) no-repeat;
  position: absolute;
  content: '';
  transform: rotateY(180deg);
}
.theme{
  margin: 26px 0;
  position: relative;
}
.theme span{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 11px 60px 11px 29px;
  border-radius: 24px 24px 0 0;
  background: #f8a23f;
  position: relative;
  display: inline-block;
}
.theme span::after{
  width: 29px;
  height: 23px;
  bottom: 0;
  right: -17px;
  background: url(../img/theme_icon.png);
  position: absolute;
  content: '';
}
.theme::before{
  height: 4px;
  width: 100%;
  background: #f8a23f;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
}
.schedule p{
  width: 900px;
  font-size: 14px;
  padding: 0 32px;
  line-height: 1.6;
  color: #4a270f;
}
.topic{
  padding-left: 32px;
  margin-bottom: 50px;
}
.topic h1{
  font-size: 24px;
  margin-bottom: 23px;
  color: #fd6c15;
}
.topic h2{
  font-size: 18px;
  margin-bottom: 16px;
  color: #fd6c15;
}
.topic .flex{
  gap: 34px 0;
  justify-content: inherit;
}
.topicBorder h2::before{
  background: #f8a23f;
  width: 4px;
  height: 19px;
  left: 0;
  position: absolute;
  content: '';
}
.topic h3{
  font-size: 14px;
  margin-bottom: 16px;
  color: #4a270f;
}
.topic h3:last-child{
  margin-bottom: 0;
}
.topicBorder{
  position: relative;
  padding-left: 10px;
  border-left: 1px solid #f8a23f;
  box-sizing: border-box;
}
.topicBorder:nth-child(2n-1){
  width: 434px;
}
.topicBorder:nth-child(2n){
  width: 507px;
}
.excellece_box{
  border-radius: 30px;
  overflow: hidden;
}
.eb_left{
  width: 708px;
  padding: 43px 33px;
  box-sizing: border-box;
  background: linear-gradient(to right,#f4bc73,#fce2b8);
}
.excellence p{
  font-size: 14px;
  line-height: 1.6;
  color: #4a270f;
}
.eb_right{
  flex: auto;
  background: #c29a56;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eb_right a{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px 40px;
  background: linear-gradient(to right,#f7a743,#fc7d3f);
  border: 2px solid #f1ce7e;
  border-radius: 50px;
}

.observation_box {
  height: 440px;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, 33%);
  grid-template-rows: max-content;
}
.observation_box a {
  width: 304px;
  height: 192px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin-bottom: 24px;
}
.observation_box a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  padding: 8px;
  background: #0009;
}
.news a{
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  color: #4a270f;
  position: relative;
  padding-left: 20px;
  width: 49%;
  box-sizing: border-box;
}
.news a::before{
  width: 15px;
  height: 15px;
  left: -2px;
  top: 0;
  background: url(../img/news_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.review_box {
  display: flex;
  overflow-x: auto;
  padding-bottom: 36px;
}
.review_con {
  width: 277px;
  height: 156px;
  box-sizing: border-box;
  padding: 2px;
  background-position: right;
  background-size: cover;
  position: relative;
  flex: none;
  margin-right: 24px;
}
.review_con img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.review_con p {
  width: 220px;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  background: linear-gradient(to right,#f9700c,#ffba41);
  font-weight: bold;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -12px;
  padding: 6px 12px;
  line-height: 1.2;
  text-align: center;
  border-radius: 4px;
}
.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: 330px;
  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: #f28329;
}
.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 top,#ff773b,#f8a53f);
  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: 30px 0 30px 0;
}
/* .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: #ebcb93;
  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;
}
