.box {
  position: relative;
  overflow: hidden;
  background-color: #090D43;
}

.banner {
  width: 100%;
  height: 974px;
  background: url(../images/banner_bg.png) no-repeat top center;
}

.txt_container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 34px;
}

.txt01 {
  margin-left: 31%;
}

.box_container {
  background: url(../images/box_bg.png) center top;
}

.box01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  transform: translateY(-75px);
}

.box_l p {
  color: #FFFFFF;
  font-size: 20px;
  width: 450px;
  height: 183px;
  line-height: 180px;
  margin: -105px 0 0;
  background: url(../images/box01_l.png) no-repeat center top;
  margin-left: -75px;
}

.box_center p {
  color: #FFFFFF;
  font-size: 30px;
  width: 438px;
  height: 78px;
  line-height: 50px;
  box-sizing: border-box;
  padding-left: 10px;
  background: url(../images/dhk_bg.png) no-repeat center top;
}

.box_center img {
  margin: 0 auto;
}

.box_r {
  transform: translateY(-50px);
}

.box_r p {
  color: #FFFFFF;
  font-size: 20px;
  width: 343px;
  height: 66px;
  line-height: 66px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../images/box01_r.png) no-repeat center top;
}

.title {
  width: 1200px;
  height: 122px;
  text-align: center;
  line-height: 106px;
  margin-bottom: 50px;
  margin-top: 30px;
  background: url(../images/title01.png) no-repeat center top;
}

.title span {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  background: linear-gradient(0deg, #D5E9FF 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box02_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 85px;
}

.box02_item {
  width: 285px;
  height: 372px;
  background: linear-gradient(0deg, #D52311, #DD5816);
  box-shadow: 0px 1px 59px 0px rgba(255, 42, 0, 0.3);
  border-radius: 10px 10px 143px 143px;
  overflow: hidden;
  text-align: center;
}

.box02_item h2 {
  height: 65px;
  line-height: 65px;
  color: #FFFFFF;
  font-size: 26px;
}

.box02_item div {
  width: 285px;
  height: 307px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 1px 59px 0px rgba(28, 5, 0, 0.2);
  border-radius: 0 0 143px 143px;
  box-sizing: border-box;
  padding-top: 13px;
}

.box02_item p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin: 7px 0;
}

.box02_item p span {
  color: #FFD800;
}

.title02 {
  background: url(../images/title02.png) no-repeat center top;
}
.title04 {
  background: url(../images/title04.png) no-repeat center top;
}

.table_container table {
  width: 100%;
  border-spacing: 0;
  background: linear-gradient(90deg, #1C48DF, #3684FD);
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}

.table_container table th {
  background: #0029C2;
  height: 90px;
  color: #FFFFFF;
  font-size: 20px;
  border-right: 1px solid #3679FB;
}

.table_container table td {
  border-top: 1px solid #3679FB;
  border-right: 1px solid #3679FB;
  color: #FFFFFF;
  font-size: 20px;
  height: 170px;
}

.table_container table td:last-child, .table_container table th:last-child {
  border-right: 0;
}

.table_container table a {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 34px;
  background: linear-gradient(163deg, #DF220E, #DD5816);
  box-shadow: 0px 1px 8px 0px rgba(224, 37, 0, 0.26);
  border-radius: 17px;
  text-align: center;
  color: #FFFFFF;
  line-height: 34px;
  font-size: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.table_container table a:hover {
  transform: scale(1.1);
}

.title03 {
  background: url(../images/title03.png) no-repeat center top;
}

.more_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_list a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #A6AFCD;
  border-radius: 10px;
  width: 285px;
  height: 220px;
  padding: 5px;
}

.more_list a img {
  width: 100%;
  height: 100%;
  background: linear-gradient(-14deg, #D5E9FF, #FFFFFF);
  border-radius: 10px;
}

/* 地区开始 */

.region {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.region a {
  float: left;
  width: 130px;
  height: 36px;
  margin: 5px 22px 5px 0;
  border: 1px solid #DF220E;
  box-shadow: 0px 1px 8px 0px rgba(224, 37, 0, 0.26);
  border-radius: 2px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
}

.region a:hover {
  background: linear-gradient(163deg, #DF220E, #DD5816);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.speical_td {
  width: 20%;
}

.speical_td p {
  width: 90%;
  margin: 40px auto;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 14rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    padding-top: .4rem;
  }
  .txt01 {
    width: 88%;
  }
  .box01 {
    flex-direction: column;
    transform: translateY(-1rem);
  }
  .box_l p {
    font-size: .7rem;
    width: 14rem;
    height: 4rem;
    line-height: 5.5rem;
    margin: -1.5rem 0 0;
    background-size: 100%;
  }
  .box_center p {
    font-size: .7rem;
    width: 10rem;
    height: 2rem;
    line-height: 1.3rem;
    padding-left: .4rem;
    background-size: 100%;
    margin-top: .8rem;
  }
  .box_center img {
    width: 10rem;
    margin: 0 auto;
  }
  .box_r {
    transform: translateY(-0);
  }
  .box_r p {
    font-size: .7rem;
    width: 14rem;
    height: 3rem;
    line-height: 2.8rem;
    padding-left: 0;
    margin-bottom: .2rem;
    background-size: 100%;
  }
  .title {
    width: 100%;
    height: 3rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    margin-top: .4rem;
    background-size: auto 100%;
  }
  .title span {
    font-size: .8rem;
  }
  .box02_list {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 1rem;
  }
  .box02_item {
    width: 8.3rem;
    height: 12rem;
    border-radius: .3rem .3rem 4rem 4rem;
    margin: .4rem 0;
  }
  .box02_item h2 {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .8rem;
  }
  .box02_item div {
    width: 8.3rem;
    height: 100%;
    padding-top: .4rem;
  }
  .box02_item p {
    font-size: .7rem;
    margin: .2rem 0;
  }
  .title02 {
    background-size: auto 100%;
  }
  .table_container table {
    border-radius: .4rem;
  }
  .table_container table th {
    height: 1.8rem;
    font-size: .7rem;
  }
  .table_container table td {
    font-size: .65rem;
    height: 10rem;
  }
  .table_container table a {
    width: 4rem;
    height: 1.3rem;
    border-radius: 1rem;
    line-height: 1.3rem;
    font-size: .65rem;
  }
  .title03 {
    background-size: auto 100%;
  }
  .title04 {
    background-size: auto 100%;
  }
  .more_list {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .more_list a {
    border-radius: .4rem;
    width: 6.88rem;
    height: 5.25rem;
    padding: .2rem;
    margin: .3rem 0;
  }
  .more_list a img {
    border-radius: .4rem;
  }
  /* 地区开始 */
  .region {
    width: 94%;
    padding-bottom: 1rem;
  }
  .region a {
    width: 24%;
    height: 1.7rem;
    margin-left: 0;
    margin-right: 1%;
    margin-bottom: .2rem;
    line-height: 1.7rem;
    font-size: .75rem;
    background-size: 100%;
  }
  .region a:hover {
    background-size: 100%;
  }
  .region a:nth-child(8n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .speical_td {
    width: 40%;
  }
  .speical_td p {
    margin: 0 auto;
  }
}