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: "fgh";
  src: url(../fgh.otf);
}
.wrap{
  width: 1600px;
  margin: auto;
  position: relative;
}
.head{
  height: 451px;
  background: url(../img/head_bg.png) no-repeat top center;
  text-align: center;
}
.nav{
  margin-top: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.nav a{
  font-size: 14px;
  margin: 0 11px;  
  color: #fcedd7;
}
.main{
  margin-top: 24px;
}
.intro{
  width: 930px;
  background: url(../img/intro_bg.png) no-repeat 0 0/100% 100%;
  position: relative;
}
.intro_cbox{
  max-height: 220px;
  overflow: auto;
}
.scbox{
  height: 300px;
  padding: 33px 33px 50px;
  box-sizing: border-box;
}
.intro p{
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.7;
  color: #303665;
}
.intro a{
  font-size: 22px;
  font-weight: bold;
  padding: 9px 65px 20px;
  color: #0f63c3;
  background: url(../img/intro_btn.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 20px;
}
.bbg{
  margin-top: 30px;
  padding: 100px 0;
  background: url(../img/bbg.png)  no-repeat 0 0 / 100% 100%;
}
.report_cbox{
  width: 930px;
  margin: auto;
}
.title {
  margin-bottom: 28px;
  text-align: center;
}
.title span{
  font-size: 26px;
  font-weight: bold;
  color: #033581;
  position: relative;
}
.title span::before{
  top: -10px;
  left: -24px;
  width: 153px;
  height: 35px;
  background: url(../img/report_icon.png) no-repeat;
  position: absolute;
  content: '';
}
.title span::after{
  bottom: -10px;
  right: -24px;
  width: 153px;
  height: 35px;
  background: url(../img/report_icon.png) no-repeat;
  position: absolute;
  content: '';
  transform: rotateZ(180deg);
}
.report p{
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #303665;
}
.report h2{
  font-size: 18px;
  margin: 10px 0 22px;
  font-weight: bold;
  color: #1366a8;
}
.report .flex div{
  width: 50%;
  box-sizing: border-box;
}
.report h3{
  font-size: 14px;
  margin-bottom: 15px;
  color: #333333;
  position: relative;
  padding-left: 19px;
}
.report h3:before{
  width: 10px;
  height: 10px;
  left: 0;
  top: 3px;
  background: #deb87e;
  border-radius: 3px;
  position: absolute;
  content: '';
  transform: rotateZ(45deg);
}
.title:not(.bbg .title){
  margin: 40px 0;
}
.list{
  width: 780px;
}
.list h2{
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.list h2::after{
  border-top: 3px double #dab17a;
  width: 100%;
  left: 0;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: '';
  z-index: -1;
}
.list h2 span{
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
  color: #9e734c;
  display: inline-block;
  background: #fff;
  padding: 0px 14px;
}
.list p{
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
  line-height: 1.6;
}
.list .flex{
  margin-top: 30px;
}
.list .flex>div{
  width: 380px;
}
.list h3{
  font-size: 16px;
  flex: 100%;
  align-self: flex-start;
  /* line-height: calc(30/16); */
  color: #5c3417;
}
.list h3:not(:first-of-type) b{
  display: block;
  margin-top: 24px;
}
.list .listcbox{
  width: 362px;
  background: linear-gradient(to right,transparent,#f8ddb6 20% 80%,transparent);
  box-sizing: border-box;
  padding: 24px 0 24px 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  align-content: flex-start;
}
.list h4{
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  color: #1366a8;
}
.list h4:not(:nth-child(1)){
  margin-top: 40px;
}
.step_box{
  width: 930px;
}
.step_con{
  width: 275px;
  height: 343px;
  padding: 30px 23px 0;
  background: url(../img/stepbg.png) no-repeat;
  box-sizing: border-box;
  color: #f7deb8;
}
.step_con .flex{
  justify-content: initial;
}
.step h2{
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: bold;
  color: #033581;
  text-align: center;
}
.step_con b{
  font-size: 118px;
  font-family: "fgh";
}
.step_con span{
  margin-top: 62px;
  margin-left: 2px;
  font-weight: bold;
}
.step_con span h3{
  font-size: 18px;
  font-weight: bold;
}
.step_con span h4{
  font-size: 14px;
  margin-top: 6px;
  font-weight: bold;
}
.step_con p{
  font-size: 12px;
  line-height: 1.6;
}
.step{
  padding-bottom: 100px;
}
.system{
  width: 930px;
}
.sys1 div{
  width: 448px;
  height: 129px;
  padding: 14px 23px 0;
  background: #c4e1fd;
  box-sizing: border-box;
  border-radius: 20px;
}
.system h2{
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #033581;
}
.system p{
  font-size: 13px;
  line-height: 1.6;
  color: #53575b;
}
.sys2{
  margin-top: 34px;
  padding: 14px 23px 40px;
  background: #c4e1fd;
  box-sizing: border-box;
  border-radius: 20px;
}
.sys2con{
  width: 440px;
  margin-top: 32px;
  display: flex;
}
.sys2con span{
  margin-top: 6px;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 3px solid #7080c2;
  align-self: baseline;
}
.sys2con b{
  font-size: 46px;
  font-weight: bold;  
  color: #033581;
}
.sys2con h3{
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;  
  color: #033581;
}
.news_box{
  width: 940px;
  margin-top: 50px;
}
.news_box a{
  font-size: 14px;
  line-height: 1.6;
  width: 446px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
  position: relative;
}
.news_box a::before{
  width: 4px;
  height: 4px;
  left: 10px;
  top: 8px;
  background: #1a83fc;
  position: absolute;
  content: '';
}
.gia{
  width: 900px;
}
.gia p{
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #44535b;
}
.gia_box{
  position: relative;
}
.giaib{
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, #ffead3, #cda961);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
  box-sizing: border-box;
}
.giaob{
  width: 884px;
  padding: 12px 16px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
 box-sizing: border-box;
}
.review{
  padding: 100px 0 140px;
  background-size: 100% 100%;
}
.review_box{
  width: 1020px;
  margin: auto;
}
.swiper-slide{
  display: flex;
  padding: 12px 48px !important;
  box-sizing: border-box;
  justify-content: space-between;
}
.review_con{
	background-position-y: bottom;
	width: 197px;
	height: 193px;
  padding: 13px 11px;
  background: #c4e1fd;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
  box-shadow: 2px 3px 12px 0 #c2c8cf;
  border-radius: 12px;
}
.review_img_con{
	width: 169px;
	max-height: 100px;
	overflow: hidden;
	margin: auto;
	padding-top: 10px;
}
.review_con img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.review_con p{
	color: #1c3994;
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
  text-align: center;
}
.swiper-button-prev {
  background: url(../img/left_btn.png) !important;
  width: 19px !important;
  height: 172px !important;
  top: 20px !important;
  left: 0 !important;
  margin: 0 !important;
}
.swiper-button-next {
  background: url(../img/right_btn.png) !important;
  width: 19px !important;
  height: 172px !important;
  top: 20px !important;
  right: 0 !important;
  margin: 0 !important;
}
.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;
}
.g_con2{
  width: 240px;
  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{
	text-align: center;
	margin-right: 20px;
}
.qrcode img{
	width: 100px;
	height: 100px;
}
.qrcode p{
	font-size: 12px;
	text-align: center;
	margin-top: 6px;
}
.footerwrap {
  background: #0d3f8f;
}
.footer {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 10px 0;
}
.footer_l {
  float: left;
  width: 20%;
margin-top: 60px;
}
.footer_r {
  float: right;
  width: 80%;
}
.footer_r li {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 60px;
  list-style: none;
  float: left;
  text-indent: 24px;
  color: white;
}
.swiper-button-prev {
  background: url(../img/left_btn.png) !important;
  width: 19px !important;
  height: 172px !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
}
.swiper-button-next {
  background: url(../img/right_btn.png) !important;
  width: 19px !important;
  height: 172px !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
}
.side{
  position: fixed;
  background: linear-gradient(to top,#0d3f77,#4083ce);
  font-size: 18px;
  color: #fefefe;
  font-weight: bold;
  box-sizing: border-box;
  padding: 22px 8px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  margin: 494px 0px 0 1430px;
}
.side a{
  color: #ffde78;
  padding-bottom: 20px;
  line-height: 1.2;
}
@media only screen and (max-width: 1600px){
  .wrap {
    min-width: 1100px;
    width: 100%;
  }
  .side {
      right: 16px;
  }
}