@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei, Arial;
  box-sizing: border-box;
}

@font-face {
  font-family: 'YOUSHEhaoshenti';
  src: url("../ttf/yshaoshenti-2.ttf") format("truetype");
  /* 修改为你的字体文件路径 */
}

@font-face {
  font-family: 'DIN';
  src: url("../otf/din-regular.otf") format("opentype");
  /* 修改为你的字体文件路径 */
}

html, body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  outline-style: none;
}

.pc_hide {
  display: block;
}

.mb_hide {
  display: none;
}

p {
  margin: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.din {
  font-family: 'DIN';
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

.safearea1 {
  width: 100%;
  height: 100%;
  max-width: 1700px;
  margin: auto;
  text-align: center;
  position: relative;
}

.safearea {
  width: 100%;
  height: 100%;
  max-width: 1520px;
  margin: auto;
  text-align: center;
  position: relative;
}

.header {
  width: 100%;
  height: 88px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.header.active {
  background: #fff;
  backdrop-filter: blur(0px);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.header.active .header_box .header_top .header_t_box .logo img:first-child {
  display: none;
}

.header.active .header_box .header_top .header_t_box .logo img:last-child {
  display: block;
}

.header.active .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
  color: #111;
}

.header:hover {
  background: #fff;
  backdrop-filter: blur(0px);
}

.header:hover .header_box .header_top .header_t_box .logo img:first-child {
  display: none;
}

.header:hover .header_box .header_top .header_t_box .logo img:last-child {
  display: block;
}

.header:hover .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
  color: #111;
}

.header .header_box {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top {
  width: 100%;
  height: 100%;
}

.header .header_box .header_top .header_t_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header .header_box .header_top .header_t_box .logo {
  display: inline-block;
  width: 374px;
  height: auto;
}

.header .header_box .header_top .header_t_box .logo img {
  width: 100%;
  height: auto;
}

.header .header_box .header_top .header_t_box .logo img:first-child {
  display: block;
}

.header .header_box .header_top .header_t_box .logo img:last-child {
  display: none;
}

.header .header_box .header_top .header_t_box .header_nav {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item {
  position: relative;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active {
  position: relative;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active::after {
  content: '';
  width: 37px;
  height: 8px;
  background: url(../png/line.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active > a {
  color: #D80C18;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover > a {
  color: #D80C18;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover .header_hover_item {
  display: block;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item > a {
  padding: 0 30px;
  display: inline-block;
  height: 88px;
  line-height: 88px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er img {
  width: 180px;
  height: 180px;
}

.header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er p {
  margin-top: 9px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}

.header .header_box .header_top .header_t_box .header_nav .header_search {
  margin-left: 34px;
}

.header .header_box .header_top .header_t_box .header_nav .header_search a {
  display: inline-block;
  width: 38px;
  height: 38px;
}

.header .header_box .header_top .header_t_box .header_nav .header_search a img {
  width: 100%;
  height: 100%;
}

.header_hover_item {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: all 0.6s;
}

.header_hover_item .header_item_box {
  padding: 10px 58px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  background: #fff;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
}

.header_hover_item .header_item_box a {
  text-align: center;
  display: inline-block;
  width: 115px;
  white-space: nowrap;
  padding: 15px 0;
  color: #666;
  font-size: 16px;
}

.header_hover_item .header_item_box a p {
  color: #666;
  font-size: 16px;
}

.header_hover_item .header_item_box a:hover {
  color: #d80c18;
  position: relative;
}

.header_hover_item .header_item_box a:hover p {
  color: #D80C18;
}

.header_hover_item .header_item_box a:hover::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D80C18;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header_hover_item .header_item_box::before {
  content: '';
  width: 0;
  height: 0;
  border: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
}

.nav_item:nth-of-type(5) .header_hover_item {
  position: absolute;
}

.nav_item:nth-of-type(5) .header_hover_item .header_item_box {
  padding: 10px 27px;
}

.footer {
  width: 100%;
  height: auto;
  background: #F9F9F9;
}

.footer .footer_box {
  width: 100%;
  height: auto;
}

.footer .footer_box .footer_top {
  width: 100%;
  height: auto;
}

.footer .footer_box .footer_top .footer_t_box {
  border-bottom: 1px solid #E9E9E9;
  padding: 75px 0 52px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_box .footer_top .footer_t_box .logo {
  display: inline-block;
  width: 480px;
  height: auto;
}

.footer .footer_box .footer_top .footer_t_box .logo img {
  width: 100%;
  height: auto;
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img {
  width: 54px;
  height: 54px;
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img img {
  width: 100%;
  height: 100%;
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content {
  margin-left: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_desc {
  color: #111;
  font-family: 'DIN';
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 88.235% */
}

.footer .footer_box .footer_center {
  width: 100%;
  height: auto;
  padding: 60px 0 38px;
  border-bottom: 1px solid #E9E9E9;
}

.footer .footer_box .footer_center .footer_c_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav {
  display: flex;
  flex-direction: row;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item {
  margin-right: 129px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item:last-child {
  margin-right: 0;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
}

.footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a:hover {
  color: #111;
  text-decoration: underline;
}

.footer .footer_box .footer_center .footer_c_box .footer_share {
  display: flex;
  flex-direction: row;
}

.footer .footer_box .footer_center .footer_c_box .footer_share .share_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .footer_box .footer_center .footer_c_box .footer_share .share_item:first-child {
  margin-right: 42px;
}

.footer .footer_box .footer_center .footer_c_box .footer_share .share_item img {
  width: 122px;
  height: 122px;
}

.footer .footer_box .footer_center .footer_c_box .footer_share .share_item p {
  margin-top: 8px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 250% */
}

.footer .footer_box .footer_bot {
  width: 100%;
  height: auto;
  padding: 20px 0;
}

.footer .footer_box .footer_bot p {
  text-align: center;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .footer_box .footer_bot p a {
  margin-left: 40px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.crumbs {
  width: 100%;
  height: auto;
  margin-top: 88px;
  padding: 25px 0;
}

.crumbs .crumbs_box {
  width: 100%;
  height: auto;
}

.crumbs .crumbs_box ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box ul li:hover a p {
  color: #000;
}

.crumbs .crumbs_box ul li.active p {
  color: #000;
}

.crumbs .crumbs_box ul li .cru_tou {
  width: 7px;
  height: 12px;
}

.crumbs .crumbs_box ul li .cru_tou img {
  width: 100%;
  height: 100%;
}

.crumbs .crumbs_box ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.crumbs .crumbs_box ul li a img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.crumbs .crumbs_box ul li a p {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 125% */
}

.crumbs .crumbs_box ul .cru_tou_box {
  margin: 0 10px;
}

.pagebox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 78px;
}

.spage-number button {
  padding: 0 0px;
  margin: 0 12px;
  border: none;
  background: transparent;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  background: transparent;
  font-size: 18px;
  text-align: center;
  color: #999;
}

.spage-number button:hover {
  background: transparent;
}

.spage-number button:first-child {
  margin-right: 30px;
  position: relative;
  border: none;
  padding: 0;
  width: 8px;
  height: 13.5px;
}

.spage-number button:first-child:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../png/page_prev1.png) no-repeat;
  padding: 0;
  width: 8px;
  height: 13.5px;
  background-size: 100% 100%;
}

.spage-number button:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../png/page_prev.png) no-repeat;
  padding: 0;
  width: 8px;
  height: 13.5px;
  background-size: 100% 100%;
}

.spage-number button:last-child {
  position: relative;
  margin-left: 30px;
  border: none;
  padding: 0;
  width: 8px;
  height: 13.5px;
}

.spage-number button:last-child:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../png/page_next1.png) no-repeat;
  padding: 0;
  width: 8px;
  height: 13.5px;
  background-size: 100% 100%;
}

.spage-number button:last-child::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../png/page_next.png) no-repeat;
  padding: 0;
  width: 8px;
  height: 13.5px;
  background-size: 100% 100%;
}

.spage-number button.active {
  background: transparent;
}

.spage-number button.active:hover {
  background: transparent;
}

.spage-number button.active {
  border-radius: 20px 0px;
  border: 1px solid #E60012;
  color: #E60012;
}

.spage-number button.active:hover {
  border: 1px solid #E60012;
  color: #E60012;
}

.page-Pagination {
  display: flex;
  flex-direction: row;
}

.page-Pagination li {
  list-style: none;
  padding: 0 12px;
  margin: 0 4px;
  border: none;
  background: #E6E6E6;
  line-height: 33px;
  font-size: 14px;
  text-align: center;
  color: #1F3144;
}

.page-Pagination li a {
  color: #1F3144;
}

.page-Pagination li:first-child {
  margin-right: 40px;
  border: none;
  background: none;
}

.page-Pagination li:last-child {
  margin-left: 40px;
  border: none;
  background: none;
}

.page-Pagination li.active {
  background: #1D3185;
  color: #FFFFFF;
}

.page-Pagination li.active:hover {
  background: #1D3185;
  color: #FFFFFF;
}

@media screen and (max-width: 1750px) {
  .safearea1 {
    width: 100%;
    height: 100%;
    max-width: 82.57143vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 73.82857vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header {
    width: 100%;
    height: 4.27429vw;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.14571vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header.active {
    background: #fff;
    backdrop-filter: blur(0vw);
    box-shadow: 0vw 0.09714vw 0.38857vw 0vw rgba(0, 0, 0, 0.1);
  }
  .header.active .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header.active .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header.active .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header:hover {
    background: #fff;
    backdrop-filter: blur(0vw);
  }
  .header:hover .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header:hover .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header:hover .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header .header_box {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_t_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_top .header_t_box .logo {
    display: inline-block;
    width: 18.16571vw;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img:first-child {
    display: block;
  }
  .header .header_box .header_top .header_t_box .logo img:last-child {
    display: none;
  }
  .header .header_box .header_top .header_t_box .header_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active {
    position: relative;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active::after {
    content: '';
    width: 1.79714vw;
    height: 0.38857vw;
    background: url(../png/line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.19429vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover .header_hover_item {
    display: block;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item > a {
    padding: 0 1.45714vw;
    display: inline-block;
    height: 4.27429vw;
    line-height: 4.27429vw;
    color: #FFF;
    font-size: 0.77714vw;
    font-weight: 500;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er img {
    width: 8.74286vw;
    height: 8.74286vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er p {
    margin-top: 0.43714vw;
    color: #666;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: 0.97143vw;
    /* 125% */
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search {
    margin-left: 1.65143vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a {
    display: inline-block;
    width: 1.84571vw;
    height: 1.84571vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a img {
    width: 100%;
    height: 100%;
  }
  .header_hover_item {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 0.6s;
  }
  .header_hover_item .header_item_box {
    padding: 0.48571vw 2.81714vw;
    box-shadow: 0vw 0.09714vw 0.38857vw 0vw rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    top: 0.97143vw;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
  .header_hover_item .header_item_box a {
    text-align: center;
    display: inline-block;
    width: 5.58571vw;
    white-space: nowrap;
    padding: 0.72857vw 0;
    color: #666;
    font-size: 0.77714vw;
  }
  .header_hover_item .header_item_box a p {
    color: #666;
    font-size: 0.77714vw;
  }
  .header_hover_item .header_item_box a:hover {
    color: #d80c18;
    position: relative;
  }
  .header_hover_item .header_item_box a:hover p {
    color: #D80C18;
  }
  .header_hover_item .header_item_box a:hover::after {
    content: '';
    width: 100%;
    height: 0.04857vw;
    background: #D80C18;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header_hover_item .header_item_box::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.34vw solid #fff;
    border-right: 0.34vw solid transparent;
    border-bottom: 0.34vw solid transparent;
    position: absolute;
    top: -0.34vw;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    filter: drop-shadow(0vw 0.09714vw 0.38857vw rgba(0, 0, 0, 0.1));
  }
  .nav_item:nth-of-type(5) .header_hover_item {
    position: absolute;
  }
  .nav_item:nth-of-type(5) .header_hover_item .header_item_box {
    padding: 0.48571vw 1.31143vw;
  }
  .footer {
    width: 100%;
    height: auto;
    background: #F9F9F9;
  }
  .footer .footer_box {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box {
    border-bottom: 0.04857vw solid #E9E9E9;
    padding: 3.64286vw 0 2.52571vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_box .footer_top .footer_t_box .logo {
    display: inline-block;
    width: 23.31429vw;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img {
    width: 2.62286vw;
    height: 2.62286vw;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content {
    margin-left: 0.87429vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_title {
    color: #666;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45714vw;
    /* 187.5% */
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_desc {
    color: #111;
    font-family: 'DIN';
    font-size: 1.65143vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45714vw;
    /* 88.235% */
  }
  .footer .footer_box .footer_center {
    width: 100%;
    height: auto;
    padding: 2.91429vw 0 1.84571vw;
    border-bottom: 0.04857vw solid #E9E9E9;
  }
  .footer .footer_box .footer_center .footer_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item {
    margin-right: 6.26571vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item:last-child {
    margin-right: 0;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title {
    color: #111;
    font-size: 0.87429vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.97143vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a {
    color: #999;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.74857vw;
    /* 225% */
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a:hover {
    color: #111;
    text-decoration: underline;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item:first-child {
    margin-right: 2.04vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item img {
    width: 5.92571vw;
    height: 5.92571vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item p {
    margin-top: 0.38857vw;
    color: #999;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.94286vw;
    /* 250% */
  }
  .footer .footer_box .footer_bot {
    width: 100%;
    height: auto;
    padding: 0.97143vw 0;
  }
  .footer .footer_box .footer_bot p {
    text-align: center;
    color: #999;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer .footer_box .footer_bot p a {
    margin-left: 1.94286vw;
    color: #999;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 4.27429vw;
    padding: 1.21429vw 0;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
  }
  .crumbs .crumbs_box ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li:hover a p {
    color: #000;
  }
  .crumbs .crumbs_box ul li.active p {
    color: #000;
  }
  .crumbs .crumbs_box ul li .cru_tou {
    width: 0.34vw;
    height: 0.58286vw;
  }
  .crumbs .crumbs_box ul li .cru_tou img {
    width: 100%;
    height: 100%;
  }
  .crumbs .crumbs_box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li a img {
    width: 0.97143vw;
    height: 0.97143vw;
    margin-right: 0.14571vw;
  }
  .crumbs .crumbs_box ul li a p {
    color: #999;
    font-size: 0.77714vw;
    font-style: normal;
    font-weight: 500;
    line-height: 0.97143vw;
    /* 125% */
  }
  .crumbs .crumbs_box ul .cru_tou_box {
    margin: 0 0.48571vw;
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 3.78857vw;
  }
  .spage-number button {
    padding: 0 0vw;
    margin: 0 0.58286vw;
    border: none;
    background: transparent;
    line-height: 2.13714vw;
    width: 2.13714vw;
    height: 2.13714vw;
    border: 0.04857vw solid transparent;
    background: transparent;
    font-size: 0.87429vw;
    text-align: center;
    color: #999;
  }
  .spage-number button:hover {
    background: transparent;
  }
  .spage-number button:first-child {
    margin-right: 1.45714vw;
    position: relative;
    border: none;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
  }
  .spage-number button:first-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev1.png) no-repeat;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
    background-size: 100% 100%;
  }
  .spage-number button:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev.png) no-repeat;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child {
    position: relative;
    margin-left: 1.45714vw;
    border: none;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
  }
  .spage-number button:last-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next1.png) no-repeat;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next.png) no-repeat;
    padding: 0;
    width: 0.38857vw;
    height: 0.65571vw;
    background-size: 100% 100%;
  }
  .spage-number button.active {
    background: transparent;
  }
  .spage-number button.active:hover {
    background: transparent;
  }
  .spage-number button.active {
    border-radius: 0.97143vw 0vw;
    border: 0.04857vw solid #E60012;
    color: #E60012;
  }
  .spage-number button.active:hover {
    border: 0.04857vw solid #E60012;
    color: #E60012;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    list-style: none;
    padding: 0 0.58286vw;
    margin: 0 0.19429vw;
    border: none;
    background: #E6E6E6;
    line-height: 1.60286vw;
    font-size: 0.68vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 1.94286vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 1.94286vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1600px) {
  .safearea1 {
    width: 100%;
    height: 100%;
    max-width: 90.3125vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 80.75vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header {
    width: 100%;
    height: 4.675vw;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.15937vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header.active {
    background: #fff;
    backdrop-filter: blur(0vw);
    box-shadow: 0vw 0.10625vw 0.425vw 0vw rgba(0, 0, 0, 0.1);
  }
  .header.active .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header.active .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header.active .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header:hover {
    background: #fff;
    backdrop-filter: blur(0vw);
  }
  .header:hover .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header:hover .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header:hover .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header .header_box {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_t_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_top .header_t_box .logo {
    display: inline-block;
    width: 19.86875vw;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img:first-child {
    display: block;
  }
  .header .header_box .header_top .header_t_box .logo img:last-child {
    display: none;
  }
  .header .header_box .header_top .header_t_box .header_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active {
    position: relative;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active::after {
    content: '';
    width: 1.96562vw;
    height: 0.425vw;
    background: url(../png/line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.2125vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover .header_hover_item {
    display: block;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item > a {
    padding: 0 1.59375vw;
    display: inline-block;
    height: 4.675vw;
    line-height: 4.675vw;
    color: #FFF;
    font-size: 0.85vw;
    font-weight: 500;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er img {
    width: 9.5625vw;
    height: 9.5625vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er p {
    margin-top: 0.47812vw;
    color: #666;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0625vw;
    /* 125% */
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search {
    margin-left: 1.80625vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a {
    display: inline-block;
    width: 2.01875vw;
    height: 2.01875vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a img {
    width: 100%;
    height: 100%;
  }
  .header_hover_item {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 0.6s;
  }
  .header_hover_item .header_item_box {
    padding: 0.53125vw 3.08125vw;
    box-shadow: 0vw 0.10625vw 0.425vw 0vw rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    top: 1.0625vw;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
  .header_hover_item .header_item_box a {
    text-align: center;
    display: inline-block;
    width: 6.10938vw;
    white-space: nowrap;
    padding: 0.79688vw 0;
    color: #666;
    font-size: 0.85vw;
  }
  .header_hover_item .header_item_box a p {
    color: #666;
    font-size: 0.85vw;
  }
  .header_hover_item .header_item_box a:hover {
    color: #d80c18;
    position: relative;
  }
  .header_hover_item .header_item_box a:hover p {
    color: #D80C18;
  }
  .header_hover_item .header_item_box a:hover::after {
    content: '';
    width: 100%;
    height: 0.05312vw;
    background: #D80C18;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header_hover_item .header_item_box::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.37188vw solid #fff;
    border-right: 0.37188vw solid transparent;
    border-bottom: 0.37188vw solid transparent;
    position: absolute;
    top: -0.37188vw;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    filter: drop-shadow(0vw 0.10625vw 0.425vw rgba(0, 0, 0, 0.1));
  }
  .nav_item:nth-of-type(5) .header_hover_item {
    position: absolute;
  }
  .nav_item:nth-of-type(5) .header_hover_item .header_item_box {
    padding: 0.53125vw 1.43437vw;
  }
  .footer {
    width: 100%;
    height: auto;
    background: #F9F9F9;
  }
  .footer .footer_box {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box {
    border-bottom: 0.05312vw solid #E9E9E9;
    padding: 3.98438vw 0 2.7625vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_box .footer_top .footer_t_box .logo {
    display: inline-block;
    width: 25.5vw;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img {
    width: 2.86875vw;
    height: 2.86875vw;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content {
    margin-left: 0.95625vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_title {
    color: #666;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.59375vw;
    /* 187.5% */
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_desc {
    color: #111;
    font-family: 'DIN';
    font-size: 1.80625vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.59375vw;
    /* 88.235% */
  }
  .footer .footer_box .footer_center {
    width: 100%;
    height: auto;
    padding: 3.1875vw 0 2.01875vw;
    border-bottom: 0.05312vw solid #E9E9E9;
  }
  .footer .footer_box .footer_center .footer_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item {
    margin-right: 6.85312vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item:last-child {
    margin-right: 0;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title {
    color: #111;
    font-size: 0.95625vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.0625vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a {
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9125vw;
    /* 225% */
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a:hover {
    color: #111;
    text-decoration: underline;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item:first-child {
    margin-right: 2.23125vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item img {
    width: 6.48125vw;
    height: 6.48125vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item p {
    margin-top: 0.425vw;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125vw;
    /* 250% */
  }
  .footer .footer_box .footer_bot {
    width: 100%;
    height: auto;
    padding: 1.0625vw 0;
  }
  .footer .footer_box .footer_bot p {
    text-align: center;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer .footer_box .footer_bot p a {
    margin-left: 2.125vw;
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 4.675vw;
    padding: 1.32812vw 0;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
  }
  .crumbs .crumbs_box ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li:hover a p {
    color: #000;
  }
  .crumbs .crumbs_box ul li.active p {
    color: #000;
  }
  .crumbs .crumbs_box ul li .cru_tou {
    width: 0.37188vw;
    height: 0.6375vw;
  }
  .crumbs .crumbs_box ul li .cru_tou img {
    width: 100%;
    height: 100%;
  }
  .crumbs .crumbs_box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li a img {
    width: 1.0625vw;
    height: 1.0625vw;
    margin-right: 0.15937vw;
  }
  .crumbs .crumbs_box ul li a p {
    color: #999;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.0625vw;
    /* 125% */
  }
  .crumbs .crumbs_box ul .cru_tou_box {
    margin: 0 0.53125vw;
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4.14375vw;
  }
  .spage-number button {
    padding: 0 0vw;
    margin: 0 0.6375vw;
    border: none;
    background: transparent;
    line-height: 2.3375vw;
    width: 2.3375vw;
    height: 2.3375vw;
    border: 0.05312vw solid transparent;
    background: transparent;
    font-size: 0.95625vw;
    text-align: center;
    color: #999;
  }
  .spage-number button:hover {
    background: transparent;
  }
  .spage-number button:first-child {
    margin-right: 1.59375vw;
    position: relative;
    border: none;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
  }
  .spage-number button:first-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev1.png) no-repeat;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
    background-size: 100% 100%;
  }
  .spage-number button:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev.png) no-repeat;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child {
    position: relative;
    margin-left: 1.59375vw;
    border: none;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
  }
  .spage-number button:last-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next1.png) no-repeat;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next.png) no-repeat;
    padding: 0;
    width: 0.425vw;
    height: 0.71719vw;
    background-size: 100% 100%;
  }
  .spage-number button.active {
    background: transparent;
  }
  .spage-number button.active:hover {
    background: transparent;
  }
  .spage-number button.active {
    border-radius: 1.0625vw 0vw;
    border: 0.05312vw solid #E60012;
    color: #E60012;
  }
  .spage-number button.active:hover {
    border: 0.05312vw solid #E60012;
    color: #E60012;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    list-style: none;
    padding: 0 0.6375vw;
    margin: 0 0.2125vw;
    border: none;
    background: #E6E6E6;
    line-height: 1.75313vw;
    font-size: 0.74375vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 2.125vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 2.125vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1400px) {
  .safearea1 {
    width: 100%;
    height: 100%;
    max-width: 103.21429vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 92.28571vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header {
    width: 100%;
    height: 5.34286vw;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.18214vw);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header.active {
    background: #fff;
    backdrop-filter: blur(0vw);
    box-shadow: 0vw 0.12143vw 0.48571vw 0vw rgba(0, 0, 0, 0.1);
  }
  .header.active .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header.active .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header.active .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header:hover {
    background: #fff;
    backdrop-filter: blur(0vw);
  }
  .header:hover .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header:hover .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header:hover .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header .header_box {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_t_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_top .header_t_box .logo {
    display: inline-block;
    width: 22.70714vw;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img:first-child {
    display: block;
  }
  .header .header_box .header_top .header_t_box .logo img:last-child {
    display: none;
  }
  .header .header_box .header_top .header_t_box .header_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active {
    position: relative;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active::after {
    content: '';
    width: 2.24643vw;
    height: 0.48571vw;
    background: url(../png/line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.24286vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover .header_hover_item {
    display: block;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item > a {
    padding: 0 1.82143vw;
    display: inline-block;
    height: 5.34286vw;
    line-height: 5.34286vw;
    color: #FFF;
    font-size: 0.97143vw;
    font-weight: 500;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er img {
    width: 10.92857vw;
    height: 10.92857vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er p {
    margin-top: 0.54643vw;
    color: #666;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21429vw;
    /* 125% */
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search {
    margin-left: 2.06429vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a {
    display: inline-block;
    width: 2.30714vw;
    height: 2.30714vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a img {
    width: 100%;
    height: 100%;
  }
  .header_hover_item {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 0.6s;
  }
  .header_hover_item .header_item_box {
    padding: 0.60714vw 3.52143vw;
    box-shadow: 0vw 0.12143vw 0.48571vw 0vw rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    top: 1.21429vw;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
  .header_hover_item .header_item_box a {
    text-align: center;
    display: inline-block;
    width: 6.98214vw;
    white-space: nowrap;
    padding: 0.91071vw 0;
    color: #666;
    font-size: 0.97143vw;
  }
  .header_hover_item .header_item_box a p {
    color: #666;
    font-size: 0.97143vw;
  }
  .header_hover_item .header_item_box a:hover {
    color: #d80c18;
    position: relative;
  }
  .header_hover_item .header_item_box a:hover p {
    color: #D80C18;
  }
  .header_hover_item .header_item_box a:hover::after {
    content: '';
    width: 100%;
    height: 0.06071vw;
    background: #D80C18;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header_hover_item .header_item_box::before {
    content: '';
    width: 0;
    height: 0;
    border: 0.425vw solid #fff;
    border-right: 0.425vw solid transparent;
    border-bottom: 0.425vw solid transparent;
    position: absolute;
    top: -0.425vw;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    filter: drop-shadow(0vw 0.12143vw 0.48571vw rgba(0, 0, 0, 0.1));
  }
  .nav_item:nth-of-type(5) .header_hover_item {
    position: absolute;
  }
  .nav_item:nth-of-type(5) .header_hover_item .header_item_box {
    padding: 0.60714vw 1.63929vw;
  }
  .footer {
    width: 100%;
    height: auto;
    background: #F9F9F9;
  }
  .footer .footer_box {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box {
    border-bottom: 0.06071vw solid #E9E9E9;
    padding: 4.55357vw 0 3.15714vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_box .footer_top .footer_t_box .logo {
    display: inline-block;
    width: 29.14286vw;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img {
    width: 3.27857vw;
    height: 3.27857vw;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content {
    margin-left: 1.09286vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_title {
    color: #666;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.82143vw;
    /* 187.5% */
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_desc {
    color: #111;
    font-family: 'DIN';
    font-size: 2.06429vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.82143vw;
    /* 88.235% */
  }
  .footer .footer_box .footer_center {
    width: 100%;
    height: auto;
    padding: 3.64286vw 0 2.30714vw;
    border-bottom: 0.06071vw solid #E9E9E9;
  }
  .footer .footer_box .footer_center .footer_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item {
    margin-right: 7.83214vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item:last-child {
    margin-right: 0;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title {
    color: #111;
    font-size: 1.09286vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.21429vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a {
    color: #999;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.18571vw;
    /* 225% */
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a:hover {
    color: #111;
    text-decoration: underline;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share {
    display: flex;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item:first-child {
    margin-right: 2.55vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item img {
    width: 7.40714vw;
    height: 7.40714vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item p {
    margin-top: 0.48571vw;
    color: #999;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.42857vw;
    /* 250% */
  }
  .footer .footer_box .footer_bot {
    width: 100%;
    height: auto;
    padding: 1.21429vw 0;
  }
  .footer .footer_box .footer_bot p {
    text-align: center;
    color: #999;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .footer .footer_box .footer_bot p a {
    margin-left: 2.42857vw;
    color: #999;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 5.34286vw;
    padding: 1.51786vw 0;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
  }
  .crumbs .crumbs_box ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li:hover a p {
    color: #000;
  }
  .crumbs .crumbs_box ul li.active p {
    color: #000;
  }
  .crumbs .crumbs_box ul li .cru_tou {
    width: 0.425vw;
    height: 0.72857vw;
  }
  .crumbs .crumbs_box ul li .cru_tou img {
    width: 100%;
    height: 100%;
  }
  .crumbs .crumbs_box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li a img {
    width: 1.21429vw;
    height: 1.21429vw;
    margin-right: 0.18214vw;
  }
  .crumbs .crumbs_box ul li a p {
    color: #999;
    font-size: 0.97143vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21429vw;
    /* 125% */
  }
  .crumbs .crumbs_box ul .cru_tou_box {
    margin: 0 0.60714vw;
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 4.73571vw;
  }
  .spage-number button {
    padding: 0 0vw;
    margin: 0 0.72857vw;
    border: none;
    background: transparent;
    line-height: 2.67143vw;
    width: 2.67143vw;
    height: 2.67143vw;
    border: 0.06071vw solid transparent;
    background: transparent;
    font-size: 1.09286vw;
    text-align: center;
    color: #999;
  }
  .spage-number button:hover {
    background: transparent;
  }
  .spage-number button:first-child {
    margin-right: 1.82143vw;
    position: relative;
    border: none;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
  }
  .spage-number button:first-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev1.png) no-repeat;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
    background-size: 100% 100%;
  }
  .spage-number button:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev.png) no-repeat;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child {
    position: relative;
    margin-left: 1.82143vw;
    border: none;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
  }
  .spage-number button:last-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next1.png) no-repeat;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next.png) no-repeat;
    padding: 0;
    width: 0.48571vw;
    height: 0.81964vw;
    background-size: 100% 100%;
  }
  .spage-number button.active {
    background: transparent;
  }
  .spage-number button.active:hover {
    background: transparent;
  }
  .spage-number button.active {
    border-radius: 1.21429vw 0vw;
    border: 0.06071vw solid #E60012;
    color: #E60012;
  }
  .spage-number button.active:hover {
    border: 0.06071vw solid #E60012;
    color: #E60012;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    list-style: none;
    padding: 0 0.72857vw;
    margin: 0 0.24286vw;
    border: none;
    background: #E6E6E6;
    line-height: 2.00357vw;
    font-size: 0.85vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 2.42857vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 2.42857vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}

@media screen and (max-width: 1024px) {
  .pc_hide {
    display: none;
  }
  .mb_hide {
    display: block;
  }
  .safearea1 {
    width: 100%;
    height: 100%;
    max-width: 92vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 92vw;
    margin: auto;
    text-align: center;
    position: relative;
  }
  .header {
    width: 100%;
    height: 13.33333vw;
    background: #fff;
    box-shadow: 0vw 0.26667vw 1.06667vw 0vw rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
  .header.active {
    background: #fff;
    backdrop-filter: blur(0vw);
    box-shadow: 0vw 0.26667vw 1.06667vw 0vw rgba(0, 0, 0, 0.1);
  }
  .header.active .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header.active .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header.active .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header:hover {
    background: #fff;
    backdrop-filter: blur(0vw);
  }
  .header:hover .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header:hover .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header:hover .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item a {
    color: #111;
  }
  .header .header_box {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_t_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .header_box .header_top .header_t_box .logo {
    display: inline-block;
    width: 49.86667vw;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .header .header_box .header_top .header_t_box .logo img:first-child {
    display: none;
  }
  .header .header_box .header_top .header_t_box .logo img:last-child {
    display: block;
  }
  .header .header_box .header_top .header_t_box .header_nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box {
    display: none;
    flex-direction: row;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item {
    position: relative;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active {
    position: relative;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active::after {
    content: '';
    width: 4.93333vw;
    height: 1.06667vw;
    background: url(../png/line.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0.53333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item.active > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover > a {
    color: #D80C18;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item:hover .header_hover_item {
    display: block;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .nav_item > a {
    padding: 0 4vw;
    display: inline-block;
    height: 11.73333vw;
    line-height: 11.73333vw;
    color: #FFF;
    font-size: 2.13333vw;
    font-weight: 500;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er img {
    width: 24vw;
    height: 24vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .haeder_nav_box .header_er p {
    margin-top: 1.2vw;
    color: #666;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.66667vw;
    /* 125% */
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search {
    margin-left: 0vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a {
    display: inline-block;
    width: 6.33333vw;
    height: 6.33333vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_search a img {
    width: 100%;
    height: 100%;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_mbnav {
    margin-left: 5.33333vw;
  }
  .header .header_box .header_top .header_t_box .header_nav .header_mbnav img {
    width: 6.33333vw;
    height: 6.33333vw;
  }
  .header_nav_mb {
    display: none;
    width: 100%;
    height: calc(100vh - 13.33333vw);
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 13.33333vw;
    left: 0;
    z-index: 19;
    padding-bottom: 5.33333vw;
  }
  .header_nav_mb.active {
    display: block;
  }
  .header_nav_mb .header_nav_box {
    width: 100%;
    height: auto;
    padding-top: 5.33333vw;
    margin-bottom: 10.66667vw;
  }
  .header_nav_mb .header_nav_box .nav_item {
    width: 100%;
    height: auto;
    margin-bottom: 2.66667vw;
  }
  .header_nav_mb .header_nav_box .nav_item.active .has_child {
    color: #d80c18;
  }
  .header_nav_mb .header_nav_box .nav_item.active .has_child::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .header_nav_mb .header_nav_box .nav_item.active .header_hover_item_mb {
    display: block;
  }
  .header_nav_mb .header_nav_box .nav_item > a {
    display: inline-block;
    width: 100%;
    padding: 0 4vw;
    color: #111;
    text-align: left;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 176.471% */
    letter-spacing: 0.09067vw;
  }
  .header_nav_mb .header_nav_box .nav_item > p {
    display: inline-block;
    width: 100%;
    padding: 0 4vw;
    color: #111;
    text-align: left;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8vw;
    /* 176.471% */
    letter-spacing: 0.09067vw;
  }
  .header_nav_mb .header_nav_box .nav_item .has_child {
    position: relative;
  }
  .header_nav_mb .header_nav_box .nav_item .has_child::after {
    content: '';
    width: 2.06667vw;
    height: 3.73333vw;
    background: url(../png/nav_iconmb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    transition: all 0.6s;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb {
    width: 100%;
    height: auto;
    margin-top: 0.8vw;
    display: none;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb .header_item_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8.66667vw;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb .header_item_box a {
    width: 100%;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.53333vw;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb .header_item_box .header_er {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26.66667vw;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb .header_item_box .header_er img {
    width: 26.66667vw;
    height: 26.66667vw;
  }
  .header_nav_mb .header_nav_box .nav_item .header_hover_item_mb .header_item_box .header_er p {
    margin-top: 2.66667vw;
    color: #666;
    font-size: 3.46667vw;
  }
  .header_hover_item {
    position: static;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: all 0.6s;
  }
  .header_hover_item .header_item_box {
    padding: 10px 58px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    background: #fff;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
  }
  .header_hover_item .header_item_box a {
    text-align: center;
    display: inline-block;
    width: 115px;
    white-space: nowrap;
    padding: 15px 0;
    color: #666;
    font-size: 16px;
  }
  .header_hover_item .header_item_box a p {
    color: #666;
    font-size: 16px;
  }
  .header_hover_item .header_item_box a:hover {
    color: #d80c18;
    position: relative;
  }
  .header_hover_item .header_item_box a:hover p {
    color: #D80C18;
  }
  .header_hover_item .header_item_box a:hover::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #D80C18;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header_hover_item .header_item_box::before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid #fff;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.1));
  }
  .nav_item:nth-of-type(5) .header_hover_item {
    position: absolute;
  }
  .nav_item:nth-of-type(5) .header_hover_item .header_item_box {
    padding: 10px 27px;
  }
  .footer {
    width: 100%;
    height: auto;
    background: #F9F9F9;
  }
  .footer .footer_box {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box {
    border-bottom: 0.13333vw solid #E9E9E9;
    padding: 10vw 0 6.93333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_box .footer_top .footer_t_box .logo {
    display: inline-block;
    width: 64vw;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .logo img {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img {
    width: 7.2vw;
    height: 7.2vw;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_img img {
    width: 100%;
    height: 100%;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content {
    margin-left: 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_title {
    color: #666;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
    /* 187.5% */
  }
  .footer .footer_box .footer_top .footer_t_box .footer_t_r .footer_t_r_content .footer_t_c_desc {
    color: #111;
    font-family: 'DIN';
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4vw;
    /* 88.235% */
  }
  .footer .footer_box .footer_center {
    width: 100%;
    height: auto;
    padding: 13.86667vw 0 12.93333vw;
    border-bottom: 0vw solid #E9E9E9;
  }
  .footer .footer_box .footer_center .footer_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: inherit;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item {
    margin-top: 4vw;
    width: 100%;
    margin-right: 0vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item.active .nav_i_title {
    color: #D80C18;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item.active .nav_i_title::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item.active .nav_i_box {
    display: flex;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item:last-child {
    margin-right: 0;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title {
    text-align: left;
    width: 100%;
    color: #111;
    font-size: 4.53333vw;
    font-style: normal;
    font-weight: 500;
    line-height: 8vw;
    /* 176.471% */
    letter-spacing: 0.09067vw;
    position: relative;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_title::after {
    content: '';
    width: 2.06667vw;
    height: 3.73333vw;
    background: url(../png/nav_iconmb.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
    transition: all 0.6s;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.8vw;
    padding: 0 4.66667vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a {
    width: 100%;
    text-align: left;
    display: inline-block;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 8.53333vw;
    /* 225% */
  }
  .footer .footer_box .footer_center .footer_c_box .footer_nav .nav_item .nav_i_box a:hover {
    color: #111;
    text-decoration: underline;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share {
    display: none;
    flex-direction: row;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item:first-child {
    margin-right: 5.6vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item img {
    width: 16.26667vw;
    height: 16.26667vw;
  }
  .footer .footer_box .footer_center .footer_c_box .footer_share .share_item p {
    margin-top: 1.06667vw;
    color: #999;
    font-size: 2.13333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
    /* 250% */
  }
  .footer .footer_box .footer_centermb {
    width: 100%;
    height: auto;
  }
  .footer .footer_box .footer_centermb .footer_c_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .footer .footer_box .footer_centermb .footer_c_box .footer_c_phone {
    margin-right: 5.33333vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_box .footer_centermb .footer_c_box .footer_c_phone img {
    width: 9.06667vw;
    height: 9.06667vw;
  }
  .footer .footer_box .footer_centermb .footer_c_box .footer_c_phone .footer_t_c_title {
    margin-top: 2.53333vw;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4vw;
  }
  .footer .footer_box .footer_centermb .footer_c_box .footer_c_phone .footer_t_c_desc {
    margin-top: 2.53333vw;
    color: #111;
    font-family: 'DIN';
    font-size: 6.13333vw;
    font-style: normal;
    font-weight: 700;
    line-height: 4vw;
  }
  .footer .footer_box .footer_centermb .footer_c_box .share_item {
    margin-left: 2.53333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 21.2vw;
  }
  .footer .footer_box .footer_centermb .footer_c_box .share_item img {
    width: 21.2vw;
    height: 21.2vw;
  }
  .footer .footer_box .footer_centermb .footer_c_box .share_item p {
    margin-top: 1.06667vw;
    color: #999;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.33333vw;
  }
  .footer .footer_box .footer_bot {
    width: 100%;
    height: auto;
    padding: 6.93333vw 0;
  }
  .footer .footer_box .footer_bot p {
    text-align: center;
    color: #999;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.66667vw;
  }
  .footer .footer_box .footer_bot p a {
    margin-left: 0vw;
    color: #999;
    font-size: 2.93333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.66667vw;
    text-decoration: underline;
  }
  .crumbs {
    width: 100%;
    height: auto;
    margin-top: 13.33333vw;
    padding: 3.33333vw 0;
  }
  .crumbs .crumbs_box {
    width: 100%;
    height: auto;
  }
  .crumbs .crumbs_box ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li:hover a p {
    color: #000;
  }
  .crumbs .crumbs_box ul li.active p {
    text-align: left;
    width: 38vw;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 3.2vw;
  }
  .crumbs .crumbs_box ul li .cru_tou {
    width: 0.93333vw;
    height: 1.6vw;
  }
  .crumbs .crumbs_box ul li .cru_tou img {
    width: 100%;
    height: 100%;
  }
  .crumbs .crumbs_box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .crumbs .crumbs_box ul li a img {
    width: 3.46667vw;
    height: 3.46667vw;
    margin-right: 1.6vw;
  }
  .crumbs .crumbs_box ul li a p {
    color: #999;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 500;
    line-height: 3.2vw;
    /* 125% */
  }
  .crumbs .crumbs_box ul .cru_tou_box {
    margin: 0 2vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .pagebox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10.4vw;
  }
  .spage-number {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
  }
  .spage-number button {
    padding: 0 0vw;
    margin: 0 1.6vw;
    border: none;
    background: transparent;
    line-height: 8vw;
    width: 8vw;
    height: 8vw;
    border: 0.13333vw solid transparent;
    background: transparent;
    font-size: 3.46667vw;
    text-align: center;
    color: #999;
  }
  .spage-number button:hover {
    background: transparent;
  }
  .spage-number button:first-child {
    margin-right: 4vw;
    position: relative;
    border: none;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
  }
  .spage-number button:first-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev1.png) no-repeat;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
    background-size: 100% 100%;
  }
  .spage-number button:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_prev.png) no-repeat;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child {
    position: relative;
    margin-left: 4vw;
    border: none;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
  }
  .spage-number button:last-child:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next1.png) no-repeat;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
    background-size: 100% 100%;
  }
  .spage-number button:last-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url(../png/page_next.png) no-repeat;
    padding: 0;
    width: 2vw;
    height: 3.33333vw;
    background-size: 100% 100%;
  }
  .spage-number button.active {
    background: transparent;
  }
  .spage-number button.active:hover {
    background: transparent;
  }
  .spage-number button.active {
    border-radius: 2.66667vw 0vw;
    border: 0.13333vw solid #E60012;
    color: #E60012;
  }
  .spage-number button.active:hover {
    border: 0.13333vw solid #E60012;
    color: #E60012;
  }
  .page-Pagination {
    display: flex;
    flex-direction: row;
  }
  .page-Pagination li {
    list-style: none;
    padding: 0 1.6vw;
    margin: 0 0.53333vw;
    border: none;
    background: #E6E6E6;
    line-height: 8vw;
    font-size: 3.46667vw;
    text-align: center;
    color: #1F3144;
  }
  .page-Pagination li a {
    color: #1F3144;
  }
  .page-Pagination li:first-child {
    margin-right: 5.33333vw;
    border: none;
    background: none;
  }
  .page-Pagination li:last-child {
    margin-left: 5.33333vw;
    border: none;
    background: none;
  }
  .page-Pagination li.active {
    background: #1D3185;
    color: #FFFFFF;
  }
  .page-Pagination li.active:hover {
    background: #1D3185;
    color: #FFFFFF;
  }
}
