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');
}
body{
}
.wrap{
  width: 1600px;
  background: url(../img/bg.png) no-repeat;
  margin: auto;
  position: relative;
}
.nav{
  margin-top: 18px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.nav a{
  font-size: 14px;
  margin: 0 14px;
  color: #555454;
}
.slogan_box{
  margin-top: 63px;
  text-align: center;
}
.slogan_box p:nth-of-type(1) span{
  font-size: 24px;
  padding: 5px 55px;
  border-radius: 50px;
  background: #1673c1;
  display: inline-block;
  color: #ffffff;
}
.slogan_box p:nth-of-type(2) span{
  font-size: 38px;
  margin-top: 14px;
  background-image: linear-gradient(to bottom, #2199c1, #164293);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  color: #ffffff;
  font-family: 'gchw00u';
  transform: rotateY(36deg);
}
.slogan_box p:nth-of-type(3){
  font-size: 19px;
  margin-top: 31px;
  color: #111e4f;
}
.building{
  top: -178px;
  left: 644px;
  position: absolute;
}
.main{
  width: 980px;
  margin: auto;
}
.intro{
  width: 580px;
  margin-left: 54px;
  margin-top: 88px;
  box-sizing: border-box;
  position: relative;
}
.intro_box{
  overflow: auto;
  height: 208px;
  padding-right: 8px;
}
.intro p{
  font-size: 14px;
  line-height: 1.5;
  color: #1a1919;
  margin-bottom: 28px;
}
.intro_btn{
  padding: 6px 0;
  margin-top: 36px;
  margin-left: 320px;
  background: linear-gradient(to right, #3fb5d6, #1b4eb3);
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 3px 13px 0 #d1dae8;
  border-radius: 50px;
  white-space: nowrap;
}
.intro_btn a {
  font-size: 14px;
  font-weight: bold;
  margin: 0 30px;
  color: #fff;
  display: inline-block;
}
.border {
  height: 26px;
  width: 2px;
  background: linear-gradient(to right, #1b4eb3 0 1px, #3fb5d6 1px);
  display: inline-block;
}
.title{
  margin: 60px 0 40px;
  text-align: center;
}
.title span{
  font-size: 36px;
  color: #2d4da8;
  transform: skewX(-10deg);
  font-weight: bold;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
}
.title span::before,.title span::after{
  width: 36px;
  height: 17px;
  position: absolute;
  content: '';
  top: 12px;
  transform: skewX(10deg);
}
.title span::before{
  background: url(../img/title_before.png) no-repeat;
  left: -50px;
}
.title span::after{
  background: url(../img/title_after.png) no-repeat;
  right: -50px;
}
.schedule_box{
  padding-left: 33px;
  background: #fff;
  box-shadow: -18px 6px 10px -15px rgba(0, 0, 0, 0.2);  
}
/* .schedule_box ::before{
  left: 0;
  top: 0;
  box-shadow: -15px 0 10px -15px rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  content: '';
} */
.a1_left{
  width: 464px;
}
.schedule h1{
  height: 52px;
  font-size: 24px;
  padding: 0 40px 0 16px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  background: #0b90ce;
  border-radius: 0 50px 50px 0;
  position: relative;
}
.schedule h1::before{
  top: 0;
  left: -60px;
  width: 62px;
  height: 79px;
  background: url(../img/sched_icon.png) no-repeat;
  position: absolute;
  content: '';
  z-index: 0;
} 
.schedule h1::after{
  width: 54px;
  height: 27px;
  top: 52px;
  left: -58px;
  background: url(../img/sched_icon2.png) no-repeat;
  position: absolute;
  content: '';
  z-index: -1;
}
.schedule h2{
  font-size: 18px;
  margin-top: 13px;
  font-weight: bold;
  color: #7993b1;
}
.schedule h3{
  font-size: 24px;
  line-height: 1.2;
  margin-top: 24px;
  font-weight: bold;
  color: #1a4e7b;
}
.schedule b{
  font-size: 16px;
  color: #1181c1;
  margin-left: 20px;
  font-weight: normal;
}
.schedule h4{
  font-size: 22px;
  line-height: 1.2;
  margin-top: 14px;
  font-weight: bold;
  color: #1181c1;
}
.schedule h4+h3{
  margin-top: 44px;
}
.news_box{
  height: 230px;
  padding-right: 10px;
  overflow: auto;
}
.news a {
  font-size: 16px;
  padding-left: 25px;
  width: 49%;
  margin-bottom: 29px;
  line-height: 1.2;
  box-sizing: border-box;
  color: #1a1a1a;
  position: relative;
}
.news a::before {
  width: 11px;
  height: 11px;
  top: 4px;
  left: 0;
  border-radius: 100%;
  background: #52bef0;
  position: absolute;
  content: '';
}
.case_box{
	margin: auto;
	display: grid;
  grid-template-columns: repeat(auto-fill,320px);
  row-gap: 8px;
	justify-content: space-between;
}
.case_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_con{
	width: 320px;
	height: 165px;
  position: relative;
}
.case_right	a{
	display: inline-block;
	margin-bottom: 8.8px;
}
.more_case{
  font-size: 16px;
  padding: 10px 10px 10px 0;
  width: 320px;
  margin-top: 8px;
  color: #ffffff;
  background: #1a70db;
  box-sizing: border-box;
  text-align: right;
  font-weight: bold;
  display: inline-block;
}
.more_case b{
  color: #ffb87f;
  margin-left: 4px;
}
.case_con span{
	left: 0 !important;
	width: 100%;
	text-indent: 12px;
	background-color: rgba(12, 12, 12,.40);
	min-width: 200px;
}
.case_box span{
	font-size: 16px;
	bottom: 0;
	padding: 0px 0 30px 8px;
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	position: absolute;
	background: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
	width: 100%;
}
.group{
  margin: auto;
}
.group_box{
  padding: 56px 50px;
  background: #f2f2f2;
  border-radius: 6px;
  box-shadow: 2px 2px 5px 1px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.gc1 p:not(:last-of-type) {
  margin-bottom: 0px;
}
.gc1 p:not(:first-of-type),.gc2 p{
  color: #1d2e42;
  font-size: 14px;
  margin-bottom: 10px;
}
.gc1 p:first-of-type{
font-size: 18px;
margin-bottom: 14px;
color: #1d2e42;
}
.gc2{
  
}
.gc2 img{
  width: 80px;
  margin-bottom: 4px;
}
.qrcode{
  flex-wrap: nowrap;
  display: flex;
  font-size: 12px;
  color: #1d2e42;
  }
.qrcode div{
  text-align: center;
  margin: 0px 4px;
}
.footerwrap{
  margin-top: 89px;
  background: #1a70db;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 44px 0 50px;
}
.footer_box{
  width: 1123px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_l img{
  width: 98px;
  margin-right: 44px;
}
.footer_r{
  width: 980px;
}
.footer_r li:not(:last-of-type){
  margin-bottom: 22px;
}
.side {
  position: fixed;
  background: #156eda;
  font-size: 18px;
  color: #fefefe;
  box-sizing: border-box;
  padding: 22px 6px;
  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-top: 1px solid #8ab8ed;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 20px 0;
}
@media screen and (max-width:1600px) {
.wrap{
  width: 100%;
  min-width: 1200px;
}
.side{
  right: 20px;
}
}