.box {
  position: relative;
  overflow: hidden;
  background: #fff url(../images/banner_bg.png) no-repeat center top;
  background-size: 1920px;
}

.banner {
  height: 830px;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 38px;
  position: relative;
  height: 100%;
}

.txt01 {
  width: 370px;
  height: 60px;
  background: url(../images/txt01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FEFEFF;
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
}

.txt02 {
  margin: 27px auto 17px;
}

.txt03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt03_item {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.txt03_item span {
  color: #00F6FF;
  font-size: 32px;
  margin-left: 10px;
  text-shadow: 0px 5px 6px rgba(30, 70, 205, 0.35);
}

.banner_data {
  width: 100%;
  height: 267px;
  background: #FFFFFF;
  box-shadow: 2px 5px 40px 0px rgba(163, 163, 163, 0.23);
  border-radius: 19px;
  margin-top: 174px;
  display: flex;
  align-items: center;
}

.data_item {
  flex: 1;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data_item::before {
  content: '';
  display: block;
  width: 1px;
  height: 113px;
  background: #BBCAFF;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.data_item:last-child::before {
  display: none;
}

.data_item h3 {
  margin: 25px 0 18px;
  font-size: 38px;
  line-height: 1;
}

.data_item p {
  color: #181818;
  font-size: 20px;
  text-align: center;
}

.data_item1 h3 {
  color: #FF4800;
}

.data_item2 h3 {
  background-image: -webkit-linear-gradient(73deg, #7700E5 0%, #0011ED 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #7700E5;
}

.data_item3 h3 {
  background-image: -webkit-linear-gradient(73deg, #FF7D00 0%, #FFAF44 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FF7D00;
}

.data_item4 h3 {
  background-image: -webkit-linear-gradient(73deg, #1D9192 0%, #00CBCD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1D9192;
}

.data_item5 h3 {
  background-image: -webkit-linear-gradient(73deg, #F07C6C 0%, #FF61A3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #F07C6C;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

.title span {
  color: #1533D7;
  font-size: 50px;
  font-weight: bold;
  margin: 0 16px 10px;
}

.box01_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box01_ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 229px;
  height: 70px;
  background: #4365F3;
  border-radius: 35px;
  color: #FFFFFF;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 38px;
  transition: background .2s ease;
}

.box01_ul li.active {
  background: #FF731F;
}

.box1_swiper {
  margin-bottom: 80px;
  box-shadow: 0px 9px 18px 0px rgba(220, 220, 220, 0.28);
}

.swiper-slide {
  background: #FFFFFF url(../images/blue.png) no-repeat 112px -60px;
  border-radius: 19px;
  box-sizing: border-box;
  padding: 30px 35px;
  overflow: hidden;
}

.tab_title {
  width: 1115px;
  height: 81px;
  background: url(../images/title_bg.png) no-repeat center center;
  box-sizing: border-box;
  padding: 26px 0 0 34px;
  color: #FF731F;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 26px;
}

.tab_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 36px;
}

.tab_l {
  width: 520px;
}

.tab_l_title {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 26px;
  margin-bottom: 26px;
}

.tab_l_title img {
  margin-right: 10px;
}

.tab_table {
  width: 100%;
  margin-bottom: 26px;
}

.tab_table table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
}

.tab_table table th {
  height: 48px;
  border-right: 1px solid #000000;
  font-weight: normal;
  background: #D2DBFF;
}

.tab_table table td {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 48px;
}

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

.echarts {
  width: 555px;
  height: 470px;
}

.tab_txt {
  width: 100%;
  box-sizing: border-box;
  border: 1px dashed #4365F3;
  padding: 25px 16px;
}

.tab_txt p {
  color: #000000;
  font-size: 18px;
  line-height: 1.8;
}

.box02 {
  background: #FFFFFF url(../images/blue.png) no-repeat 112px -60px;
  border-radius: 19px;
  box-sizing: border-box;
  padding: 34px 43px 62px;
  overflow: hidden;
  box-shadow: 0px 9px 18px 0px rgba(220, 220, 220, 0.28);
}

.box02 table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  border-radius: 9px;
  overflow: hidden;

}

.box02 table th {
  height: 57px;
  border-right: 1px solid #000000;
  font-weight: normal;
  background: #D2DBFF;
}

.box02 table td {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 57px;
}

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

.box02 p {
  color: #FF3600;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 48px;
}

.ckgdrmfsx {
  display: block;
  width: 380px;
  height: 80px;
  background: linear-gradient(96deg, #FF6C00 0%, #FFB400 100%);
  box-shadow: 0px 3px 6px 0px rgba(111, 136, 206, 0.41);
  border-radius: 40px;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 80px;
  margin: 52px auto 43px;
}

.box03 {
  height: 566px;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/province_bg.png) no-repeat center center;

}

.title02 span {
  color: #FFFFFF;
}

/* 省份 */


.region a {
  float: left;
  display: block;
  width: 139px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 9px;
  box-sizing: border-box;
  margin-bottom: 18px;
  text-align: center;
  line-height: 56px;
  font-size: 25px;
  color: #4667F1;
  transition: all .3s linear;
  margin-right: 12px;
}

.region a:hover {
  background: #0025BD;
  color: #fff;
}

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


@media only all and (max-width:1080px) {

  .box {
    background: #fff;
  }

  .banner {
    height: 25rem;
    background: url(../images/banner_bg.png) no-repeat center top;
    background-size: auto 100%;
    margin-bottom: 1.6rem;
  }

  .banner_container {
    width: 100%;
    padding-top: 1rem;
  }

  .txt01 {
    width: 60%;
    height: 1.8rem;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .txt02 {
    width: 80%;
    margin: .6rem auto 1rem;
  }

  .txt03_item {
    margin: 0 .2rem;
  }

  .txt03_item img {
    width: .6rem;
    height: auto;
  }

  .txt03_item span {
    font-size: .7rem;
    margin-left: .1rem;
    text-align: center;
  }

  .banner_data {
    width: 100%;
    height: 12rem;
    border-radius: .8rem;
    margin-top: 5rem;
    flex-wrap: wrap;
  }

  .data_item {
    flex: auto;
    width: 5rem;
    flex-wrap: wrap;
    margin: .4rem 0;
  }

  .data_item img {
    width: 1.4rem;
    height: auto;
  }

  .data_item::before {
    height: 2.8rem;
  }

  .data_item h3 {
    margin: .2rem 0 .4rem;
    font-size: .6rem;
  }

  .data_item p {
    font-size: .5rem;
  }

  .title {
    margin: .8rem 0;
  }

  .title img {
    width: 1.4rem;
  }

  .title span {
    font-size: .8rem;
    margin: 0 .4rem .1rem;
  }


  .box01_ul li {
    width: 32%;
    height: 2rem;
    border-radius: .6rem;
    font-size: .7rem;
    margin-bottom: .4rem;
    text-align: center;
  }

  .box1_swiper {
    margin-bottom: .8rem;
  }

  .swiper-slide {
    background: #FFFFFF url(../images/blue.png) no-repeat top right;
    background-size: 80%;
    border-radius: .4rem;
    padding: .4rem;
  }

  .tab_title {
    width: 100%;
    height: 3rem;
    background-size: 100% auto;
    padding: .7rem 0 0 3%;
    font-size: .8rem;
    margin-bottom: 0;
  }

  .tab_container {
    flex-direction: column;
    padding-left: 0;
  }

  .tab_l {
    width: 100%;
  }

  .tab_l_title {
    font-size: .8rem;
    margin-bottom: .6rem;
  }

  .tab_l_title img {
    width: .15rem;
    height: auto;
    margin-right: .2rem;
  }

  .tab_table {
    width: 100%;
    margin-bottom: .6rem;
  }

  .tab_table table {
    font-size: .7rem;
  }

  .tab_table table th {
    height: 2rem;
  }

  .tab_table table td {
    height: 2rem;
  }


  .echarts {
    width: 100%;
    height: 15rem;
  }

  .tab_txt {
    padding: .4rem;
  }

  .tab_txt p {
    font-size: .7rem;
  }

  .box02 {
    border-radius: .8rem;
    padding: .8rem;
  }

  .box02 table {
    font-size: .7rem;
    border-radius: .4rem;

  }

  .box02 table th {
    height: 2rem;
  }

  .box02 table td {
    height: 2rem;
  }


  .box02 p {
    font-size: .7rem;
    margin-top: .6rem;
  }

  .ckgdrmfsx {
    width: 12rem;
    height: 2rem;
    border-radius: 40px;
    font-size: .7rem;
    line-height: 2rem;
    margin: 1rem auto;
  }

  .box03 {
    height: auto;
    padding: 1rem 0;
  }

  /* 适配省份 */


  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

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

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


}