* {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff?t=1731732768727') format('woff'), url('../font/iconfont.ttf?t=1731732768727') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 30%;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serve {
  width: 100%;
  min-height: 100vh;
  background-size:cover;
  background-image: url(../img/bg_10.png);
  background-repeat: no-repeat;
  padding:200px 0 200px 0;
  background-attachment: fixed;
}
.sre {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 200px;
  position: relative;
  z-index: 0;
}
.sre::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ggfw_img.png);
  background-repeat: no-repeat;
  background-position: top right;
}
.sreTit {
  display: flex;
  margin-bottom: 20px;
}
.sreTit a {
  display: block;
  text-decoration: none;
  margin-right: 30px;
  background-color: #1cbafc;
  color: #fff;
  padding: 30px 6%;
}
.sreTit a:hover{background-color: #004190; }
.sreTit span {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 100%;
  color:#fff;
}
.sreTit p {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  font-size: 50%;
  color:#fff;
}
.sreBox {
  width: 900px;
  border: 1px solid #004190;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.sreBox h2 {
  color: #004190;
  width: 30px;
  margin-right: 60px;
  display: flex;
  align-items: center;
  font-family:"sh";
}
.boxLeft {
  padding: 50px 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.boxLeft a {
  display: block;
  text-decoration: none;
  width: 25%;
  margin-bottom: 50px;
  color: #000;
}
.boxLeft a:hover p{color:#004190; font-weight:bold; text-decoration:underline;}
.boxLeft span {
  color: #004190;
  font-size: 100%;
}
.boxLeft p {
  font-size: 45%;
  margin-top: 10px;
}
.boxLine {
  display: flex;
  flex-wrap: wrap;
  width: 15px;
  align-content: flex-start;
  justify-content: center;
}
.boxLine p {
  width: 1px;
  height: 50%;
  background-color: #e5e5e5;
}
.boxLine span {
  display: block;
  color: #e5e5e5;
}
@media screen and (max-width: 1000px) {
  .sreBox {
    width: 100%;
  }
  .boxLeft {
    padding: 50px 0 0 5%;
  }
  .sreBox h2 {
    margin: 0 5%;
  }
}
@media screen and (max-width: 750px) {
  .serve {
    width: 100%;
    min-height: 100vh;
    background-size: 100% 100%;
    background-image: url(../img/bg_10.png);
    background-repeat: no-repeat;
  }
  .sre {
    width: 100%;
    max-width: 1400px;
    padding-bottom: 30px;
    position: relative;
    z-index: 9;
  }
  .sreTit {
    display: flex;
    width: 90%;
    margin: 0 auto 20px;
    justify-content: space-between;
   padding:60px 0 0 0;
  }
  .sreTit a {
    display: block;
    text-decoration: none;
    background-color: #1cbafc;
    color: #fff;
    width: 48%;
    box-sizing: border-box;
    padding: 30px 0;
  }
  .sreTit span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 100%;
  }
  .sreTit p {
    text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 50%;
  }
  .sreBox {
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 0 10%;
    box-sizing: border-box;
  }
  .sreBox h2 {
    color: #004190;
    text-align: center;
    width: 100%;
    padding: 20px 0 10px;
  }
  .boxLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .boxLeft a {
    display: block;
    text-decoration: none;
    width: 45%;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
    box-shadow: 1px 1px 0 0 #013a83;
    padding: 20px 0 ;
  }
  .boxLeft span {
    color: #004190;
    font-size: 100%;
  }
  .boxLeft p {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px){
.x-footer {margin-top:-200px!important;}
}