.outer_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.outer_wrapper > h1 {
  font-size: 3.2em;
  text-align: center;
  padding: 200px 0;
}
.outer_wrapper .inner_wrapper {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 120px 0;
}
.inner_wrapper .top_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.top_box > h2 {
  font-size: 30px;
  color: #165ca1;
  padding-bottom: 60px;
  font-weight: 800;
}
.top_box > p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}
.top_box .top_box_img {
  text-align: center;
  border-radius: 30px;
  border: 1px solid #ddd;
  margin: 30px 0;
}
.top_box_img > img {
  width: 55%;
  padding: 50px 0;
}
.inner_wrapper .middle_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.middle_box > h2 {
  font-size: 30px;
  color: #165ca1;
  padding: 60px 0;
  font-weight: 800;
}
.middle_box .table_top {
  width: 100%;
  border: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-spacing: 0;
  margin-bottom: 60px;
}
.table_top > thead > tr > th {
  background: #165ca1;
  color: #fff;
  padding: 20px 0;
  border-right: 1px solid #fff;
  font-size: 18px;
}
.table_top > tbody > tr > td {
  background: #fff;
  color: #666;
  padding: 20px 0;
  border-right: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}
.table_top > tbody .top_row > td {
  background: #eee;
  border-bottom: 1px solid #fff;
}
.middle_box > p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}
.inner_wrapper .bottom_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 60px 0;
}
.bottom_box > h2 {
  font-size: 30px;
  color: #165ca1;
  padding-bottom: 60px;
  font-weight: 800;
}
.bottom_box > ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bottom_box > ul > li {
  float: left;
  width: 46%;
  margin-right: 4%;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 30px 0;
}
.bottom_box > ul > li:last-child {
  margin-right: 0;
}
.inner_wrapper .bottom_box_02 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bottom_box_02 > h2 {
  font-size: 30px;
  color: #165ca1;
  padding: 60px 0;
  font-weight: 800;
}
.bottom_box_02 .table_bottom {
  width: 48%;
  float: left;
  margin-right: 2%;
  border-spacing: 0;
  margin-bottom: 60px;
}
.table_bottom :last-child {
  margin-right: 0;
}
.table_bottom > thead > tr > th {
  background: #165ca1;
  color: #fff;
  padding: 20px 0;
  border-right: 1px solid #fff;
  font-size: 18px;
}
.table_bottom > tbody > tr > td {
  background: #eee;
  color: #666;
  padding: 10px 0;
  border-right: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.bottom_box_02 > p {
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}
.con4_warp {
  width: 100%;
}
.table_bg_m {
  margin: 0 auto;
  display: none;
}
@media all and (max-width: 1000px) {
  .outer_wrapper .content_wrapper {
    width: 90%;
    padding-bottom: 200px;
  }
  .outer_wrapper .inner_wrapper {
    width: 90%;
  }
  .top_box {
    text-align: center;
  }
  .top_box > p {
    text-align: center;
  }
  .middle_box > h2 {
    text-align: center;
  }
  .middle_box .table_top {
    display: block;
  }
  .table_top > thead {
    display: block;
    width: 100%;
  }
  .table_top > thead > tr {
    display: block;
    width: 100%;
  }
  .table_top > thead > tr > th {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .table_top > tbody {
    display: block;
    width: 100%;
  }
  .table_top > tbody > tr {
    display: block;
  }
  .table_top > tbody > tr > td {
    display: block;
    width: 100%;
  }
  .bottom_box > ul > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .bottom_box > ul > li > img {
    width: 100%;
  }
  .top_box_img > img {
    width: 100%;
  }
}
@media all and (max-width: 673px) {
  .outer_wrapper .content_wrapper {
    width: 90%;
    padding-bottom: 200px;
  }
  .outer_wrapper .inner_wrapper {
    width: 90%;
    padding: 10% 0 20%;
  }
  .top_box > h2 {
    font-size: 4.5vw;
    padding-bottom: 5%;
  }
  .top_box > p {
    font-size: 2.5vw;
  }
  .table_top > thead > tr > th {
    font-size: 2.8vw;
    padding: 10px 0;
  }
  .table_top > tbody > tr > td {
    font-size: 2.4vw;
    padding: 10px 0;
  }
  .middle_box > p {
    font-size: 2.5vw;
    text-align: center;
  }
  .bottom_box > h2 {
    font-size: 4.5vw;
    text-align: center;
    padding-bottom: 8%;
  }
  .bottom_box > ul > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .bottom_box > ul > li > img {
    width: 100%;
  }
  .bottom_box_02 > h2 {
    text-align: center;
    padding: 10% 0;
  }
  .bottom_box_02 .table_bottom {
    width: 100%;
    float: none;
    margin-bottom: 7%;
  }
  .bottom_box_02 .table_bottom > thead > tr > th {
    font-size: 2.8vw;
    padding: 10px 0;
  }
  .bottom_box_02 .table_bottom > tbody > tr > td {
    font-size: 2.4vw;
  }
  .bottom_box_02 > p {
    font-size: 2.5vw;
    text-align: center;
  }
  .top_box:nth-child(2) > h2 {
    margin-top: 5%;
    padding-bottom: 0;
  }
  h2 {
    font-size: 5vw !important;
  }
  .middle_box > h2 {
    padding: 15% 0 10%;
  }
  .inner_wrapper .bottom_box {
    margin: 15% 0 0;
  }
  .middle_box .table_top {
    margin-bottom: 5%;
    display: none;
  }
  .table_top > tbody > tr {
    margin-bottom: 5%;
  }
  .list_wrapper > li:nth-child(7) > a {
    padding: 10px 0 !important;
  }
  .list_wrapper > li > a {
    padding: 20px 0 !important;
  }
  .table_bg_m {
    display: block;
  }
  .table_bg_m > img {
    width: 100%;
  }
}
