@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --header_h: 6.25rem;
  --container: 14.8125rem;
  outline: none;
  font-weight: 500;
}
body {
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystem, 'Montserrat', 'sourcehansans', sans-serif !important;
}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.bg {
  background: #ff6083;
}
.c {
  color: #ff6083;
}
.phone_show_990,
.phone_show_767 {
  display: none;
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  justify-content: center;
}
.pagination > li {
  margin: 0 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pagination > li:hover {
  background: #ff6083;
  color: #fff;
}
.pagination > li:hover a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3.125rem;
}
.pagination > li.active {
  background: #ff6083;
  color: #fff;
}
.pagination > li.active a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.gap15 {
  gap: 0.9375rem;
}
.gap20 {
  gap: 1.25rem;
}
.gap30 {
  gap: 1.875rem;
}
.gap40 {
  gap: 2.5rem;
}
.gap50 {
  gap: 3.125rem;
}
.foot-fot {
  background: #2D3333;
  display: none;
}
.foot-fot .foota2 {
  font-size: 1rem;
  color: #fff;
}
.foot-fot .foota2 a {
  font-size: 1rem;
  color: #fff;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
.search_more {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #444;
  position: relative;
  display: inline-block;
}
.search_more:hover {
  color: #ff6083;
}
.search_more:hover::before {
  background: #ff6083;
}
.search_more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E5E5E5;
}
.line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.er-ul {
  position: absolute;
  width: 8.125rem;
  left: 50%;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
  border-radius: 0 0 0.5rem 0.5rem;
}
.er-ul li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul li:hover a {
  color: #ff6083 !important;
}
.er-ul li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.er-ul li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul li:last-child {
  padding-bottom: 0.625rem;
}
.logo_phone img {
  width: 7.5rem;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
body {
  --container: 16.25rem;
}
@media (max-width: 1600px) {
  body {
    --container: 10rem;
  }
}
@media (max-width: 1440px) {
  body {
    --container: 8rem;
  }
}
@media (max-width: 1280px) {
  body {
    --container: 6rem;
  }
}
@media (max-width: 990px) {
  body {
    --container: 15px;
  }
}
.container {
  padding: 0 var(--container);
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}
/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 6.25rem;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
  z-index: 9999;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.fenxiang .flex {
  justify-content: flex-start;
}
.fenxiang .social-share li {
  float: left;
  margin-right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.375rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}
.fenxiang .social-share li a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  line-height: 2.375rem;
  color: rgba(0, 0, 0, 0.5) !important;
  border: none !important;
  font-size: 1rem;
}
.serbtn {
  background: #ff6083;
}
.searchbox {
  border-color: #ff6083;
}
@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
  .pc_show_990 {
    display: none;
  }
  .phone_show_990 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
/*手机底部*/
@media (max-width: 990px) {
  .foot1-m {
    display: block;
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 40px;
  width: 120px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px;
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav > li .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav > li .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em;
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #ff6083;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 4rem;
  background: transparent;
  color: #999;
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 4rem;
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font-weight: 200;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.35em;
  overflow: hidden;
  margin-bottom: 0.2em;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #ff6083;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.5em;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.rightfix {
  bottom: 10%;
  top: 57%;
  transform: translateY(0);
  right: 5.5625rem;
  width: auto;
  box-shadow: none;
  border: none;
  background: transparent;
}
.rightfix li {
  cursor: pointer;
  width: 4.4375rem;
  height: 4.4375rem;
  line-height: 4.4375rem;
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 1.25rem;
  position: relative;
  border: none !important;
}
.rightfix li .iconfont {
  font-size: 1.375rem;
  display: block;
  color: #fff;
  background: #ff6083;
}
.rightfix li:hover .iconfont {
  background: #ffa46c;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.rightfix li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background: #DEDDDD;
  width: 1.1875rem;
}
.rightfix li:last-child::before {
  display: none;
}
.rightfix li::before {
  display: none;
}
.fixright_li_last {
  display: none;
}
.right_div.img {
  min-width: 7.5rem !important;
}
.right_div.img img {
  height: 7.5rem;
  object-fit: contain;
}
.swiper-pagination {
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 3.375rem;
  height: 3.375rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b3b3b3;
  line-height: 3.375rem;
  text-align: center;
}
.swiper-button-next i,
.swiper-button-prev i {
  color: #000;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -6.25rem;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -6.25rem;
}
.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #ff6083;
  opacity: 1;
  background: unset;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff6083;
  border: unset;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
/*==============================================================================
header
============================================================================= */
@media screen and (min-width: 769px) {
  .header .header {
    position: relative;
    z-index: 10;
  }
  .header .header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 21px 0;
    background: #333;
    z-index: 1000;
  }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
  .header .header-logo {
    width: 150px;
  }
  .header .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 80%;
    z-index: 999;
  }
  .header .header-item {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 0 3.75rem;
  }
  .header .header-item.item07 {
    margin: 0 0 0 3.125rem;
  }
  .header .header-item.item01 a,
  .header .header-item.item02 a,
  .header .header-item.item03 a,
  .header .header-item.item04 a,
  .header .header-item.item05 a,
  .header .header-item.item06 a,
  .header .header-item.item07 a {
    cursor: pointer;
    position: relative;
  }
  .header .header-item.item01 a::before,
  .header .header-item.item01 a::after,
  .header .header-item.item02 a::before,
  .header .header-item.item02 a::after,
  .header .header-item.item03 a::before,
  .header .header-item.item03 a::after,
  .header .header-item.item04 a::before,
  .header .header-item.item04 a::after,
  .header .header-item.item05 a::before,
  .header .header-item.item05 a::after,
  .header .header-item.item06 a::before,
  .header .header-item.item06 a::after,
  .header .header-item.item07 a::before,
  .header .header-item.item07 a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -0.5em;
    display: inline-block;
    background: #fff;
    transition: 0.2s;
  }
  .header .header-item.item01 a::before,
  .header .header-item.item02 a::before,
  .header .header-item.item03 a::before,
  .header .header-item.item04 a::before,
  .header .header-item.item05 a::before,
  .header .header-item.item06 a::before,
  .header .header-item.item07 a::before {
    right: 50%;
  }
  .header .header-item.item01 a::after,
  .header .header-item.item02 a::after,
  .header .header-item.item03 a::after,
  .header .header-item.item04 a::after,
  .header .header-item.item05 a::after,
  .header .header-item.item06 a::after,
  .header .header-item.item07 a::after {
    left: 50%;
  }
  .header .header-item.item01 a:hover,
  .header .header-item.item02 a:hover,
  .header .header-item.item03 a:hover,
  .header .header-item.item04 a:hover,
  .header .header-item.item05 a:hover,
  .header .header-item.item06 a:hover,
  .header .header-item.item07 a:hover {
    opacity: 1;
    color: #fff;
  }
  .header .header-item.item01 a:hover::before,
  .header .header-item.item02 a:hover::before,
  .header .header-item.item03 a:hover::before,
  .header .header-item.item04 a:hover::before,
  .header .header-item.item05 a:hover::before,
  .header .header-item.item06 a:hover::before,
  .header .header-item.item07 a:hover::before {
    width: 50%;
  }
  .header .header-item.item01 a:hover::after,
  .header .header-item.item02 a:hover::after,
  .header .header-item.item03 a:hover::after,
  .header .header-item.item04 a:hover::after,
  .header .header-item.item05 a:hover::after,
  .header .header-item.item06 a:hover::after,
  .header .header-item.item07 a:hover::after {
    width: 50%;
  }
  .header .header-item.item01 {
    margin: 0;
  }
  .header .header-item.item08,
  .header .header-item.item09 {
    cursor: pointer;
    width: 10.4375rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    margin: 0 0 0 1.25rem;
    border-radius: 0.625rem;
    text-align: center;
  }
  .header .header-item.item08 {
    border: 1px solid #FFF;
  }
  .header .header-item.item08 a {
    color: #fff;
  }
  .header .header-item.item09 {
    background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  }
  .header .header-item.item09:hover a {
    color: rgba(255, 255, 255, 0.8);
  }
  .header .header-item.item10 {
    width: 90px;
    margin: 0 0 0 2.5rem;
    padding: 12px 0;
    border-radius: 20px;
    text-align: center;
  }
  .header .header-item.item10 .link10 {
    display: flex;
    justify-content: flex-start;
  }
  .header .header-item.item10 .icon img {
    width: 14px;
    margin-right: 6px;
  }
  .header .header-item.item10 a {
    cursor: pointer;
  }
  .header .header-item.item10:hover .header-modal-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .header .header-item.item08 a {
    cursor: pointer;
  }
  .header .header-item.item08:hover .header-modal-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
  }
  .header .header-modal-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    width: 144px;
    padding-top: 60px;
  }
  .header .header-modal-menu.language {
    width: 112px;
  }
  .header .header-modal-content {
    z-index: 1;
    position: absolute;
    left: -60%;
    transform: translateX(-50%);
    width: 420px;
    background: #fff;
    padding: 40px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.4);
  }
  .header .header-modal-content.language {
    width: 112px;
    padding: 0;
  }
  .header .header-modal-item .txt,
  .header .header-modal-item .link {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.2;
  }
  .header .header-modal-item .txt.language,
  .header .header-modal-item .link.language {
    width: 112px;
  }
  .header .header-modal-item .link {
    position: relative;
  }
  .header .header-modal-item.item01 .link {
    margin: 15px 0 0;
    padding: 15px 12px;
    background: #282828;
    color: #fff;
    border-radius: 20px;
    display: block;
  }
  .header .header-modal-item.item01 .link::before {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 1px;
    background: #fff;
    content: '';
  }
  .header .header-modal-item.item01 .link::after {
    position: absolute;
    top: 44%;
    right: 23px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    content: '';
  }
  .header .header-modal-item.item02 {
    margin: 20px 0 0;
  }
  .header .header-modal-item.item02 .link {
    margin: 15px 0 0;
    padding: 15px 12px;
    border: solid 1px #282828;
    border-radius: 20px;
    display: block;
    color: #000;
  }
  .header .header-modal-item.item02 .link::before {
    position: absolute;
    top: 50%;
    right: 23px;
    width: 12px;
    height: 1px;
    background: #282828;
    content: '';
  }
  .header .header-modal-item.item02 .link::after {
    position: absolute;
    top: 43%;
    right: 23px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #282828;
    border-right: 1px solid #282828;
    transform: rotate(45deg);
    content: '';
  }
  .header .header-modal-item.item03,
  .header .header-modal-item.item04 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
  }
  .header .header-modal-item.item03 {
    border-bottom: 1px solid #eee;
  }
  .header .header-nav-contents {
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
  .header .header-nav-contents-list {
    display: flex;
    align-items: center;
    width: 1200px;
    padding: 83px 85px;
    background: #f5f5f5;
    position: absolute;
    top: 89px;
    left: 50%;
    transform: translate(-50%, -105%);
    transition: all 0.5s;
  }
  .header .header-nav-contents-list.open {
    transform: translate(-50%, 0);
  }
  .header .header-nav-contents-list.list02 {
    padding: 48px 85px;
  }
  .header .header-nav-contents-item:not(:first-of-type) {
    margin: 0 58px 0 0;
  }
  .header .header-nav-contents-item .ttl {
    position: relative;
    margin: 0 157px 0 0;
    font-size: 22px;
  }
  .header .header-nav-contents-item .ttl::after {
    position: absolute;
    top: 10px;
    right: -147px;
    width: 70px;
    height: 70px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #282828;
    transform: rotate(45deg);
    content: '';
  }
  .header .header-nav-contents-item .link {
    position: relative;
  }
  .header .header-nav-contents-item .link::before,
  .header .header-nav-contents-item .link::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -0.5em;
    display: inline-block;
    background: #282828;
    transition: 0.4s;
  }
  .header .header-nav-contents-item .link::before {
    right: 50%;
  }
  .header .header-nav-contents-item .link::after {
    left: 50%;
  }
  .header .header-nav-contents-item .link:hover {
    opacity: 1;
  }
  .header .header-nav-contents-item .link:hover::before {
    width: 50%;
  }
  .header .header-nav-contents-item .link:hover::after {
    width: 50%;
  }
  .header .header-nav-contents-item .sub-ttl {
    margin-top: 30px;
    color: #888888;
    font-size: 13px;
    letter-spacing: 0;
  }
  .header .header-nav-contents-item .sub-ttl:first-child {
    margin-top: 0;
  }
  .header .header-nav-contents-box01 {
    display: flex;
    justify-content: flex-start;
  }
  .header .header-nav-contents-box01 .link {
    margin-top: 12px;
    color: #282828;
    font-size: 14px;
  }
  .header .header-nav-contents-box01 .link:nth-child(2) {
    margin-left: 22px;
  }
}
@media screen and (max-width: 1600px) {
  .header .header-inner.container {
    padding: 0 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrap {
    width: 100%;
    height: 62px;
    padding: 4px 0;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header .header-inner {
    width: 90%;
    position: relative;
  }
  .header .header-logo {
    width: 22px;
    margin: 0 auto;
    padding-top: 5px;
  }
  .header .header-menu {
    width: 28px;
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
  }
  .header .header-menu span {
    width: 28px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s;
  }
  .header .header-menu span:nth-child(2) {
    top: 10px;
  }
  .header .header-menu span:nth-child(3) {
    top: 20px;
  }
  .header .header-menu.active span:nth-child(1) {
    transition-delay: 0.07s;
    transform: translateY(11px) rotate(135deg);
  }
  .header .header-menu.active span:nth-child(2) {
    transform: translateX(4px) scaleX(0);
  }
  .header .header-menu.active span:nth-child(3) {
    transition-delay: 0.14s;
    transform: translateY(-9px) rotate(-135deg);
  }
  .header .header-menu-contents {
    width: 100%;
    padding: 100px 0 40px;
    background: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    transform: translateY(-110%);
    transition: all 0.5s;
    opacity: 0;
    z-index: 999;
  }
  .header .header-menu-contents.active {
    transform: translateY(0);
    opacity: 1;
  }
  .header .header-menu-list {
    width: 80%;
    margin: 0 auto;
  }
  .header .header-menu-item {
    margin: 33px 0 0;
    position: relative;
  }
  .header .header-menu-item:first-child {
    margin: 0;
  }
  .header .header-menu-item .ttl {
    padding: 0;
    font-size: 16px;
  }
  .header .header-menu-item .link {
    margin: 28px 0 0;
    padding: 0 0 0 22px;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    position: relative;
  }
  .header .header-menu-item .link::after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-weight: 300;
    font-size: 14px;
  }
  .header .header-menu-item .link.link06,
  .header .header-menu-item .link.link07,
  .header .header-menu-item .link.link08,
  .header .header-menu-item .link.link09 {
    font-size: 16px;
    padding: 0;
  }
  .header .header-menu-item.item08 .ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .header-menu-item.item08 .icon {
    width: 14px;
    margin-right: 12px;
  }
  .header .header-menu-item.item08 .flex {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 56px;
    margin: 0 auto;
  }
  .header .header-menu-item.item08 .link {
    padding: 0;
  }
  .header .header-menu-item.item08 .link::after {
    display: none;
  }
  .header .header-menu-item .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 16px;
    margin: 4.8px auto 0;
    border-radius: 1.6px;
    font-size: 3.2px;
    text-align: center;
  }
  .header .header-menu-item .btn .size01 {
    font-size: 16px;
  }
  .header .header-menu-item .btn.link10 {
    background: #282828;
    line-height: 1.5;
    color: #fff;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    margin-top: 16px;
    font-size: 12px;
  }
  .header .header-menu-item .btn.link11 {
    background: #fff;
    border: solid 1px #282828;
    line-height: 1.5;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    margin-top: 16px;
    font-size: 12px;
  }
  .header .header-menu-item .btn.link12 {
    padding: 0.1rem 0;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    margin-top: 16px;
  }
  .header .header-menu-box01 {
    width: 100%;
  }
  .header .header-menu-box01 .txt {
    position: relative;
    margin-top: 28px;
    padding: 10px 21px;
    background: #fff;
    color: #888888;
    font-size: 14px;
    line-height: 1;
  }
  .header .header-menu-box01 .txt:after,
  .header .header-menu-box01 .txt:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 14px;
    width: 13px;
    height: 1px;
    background: #000;
  }
  .header .header-menu-box01 .txt:before {
    transform: rotate(90deg);
  }
  .header .header-menu-box01 .txt.open:before {
    display: none;
  }
  .header .header-menu-box01 .open-contents {
    display: none;
  }
}
.header .header-modal-menu.language {
  width: 112px;
}
.header .header-modal-content.language {
  width: 112px;
  padding: 0;
}
.header .header-modal-item .txt.language,
.header .header-modal-item .link.language {
  width: 112px;
}
.header .header-item.item10 {
  padding: 12px 0;
  border-radius: 20px;
  text-align: right;
}
.header .header-item.item10 .link10 {
  display: flex;
  justify-content: flex-start;
}
.header .header-item.item10 .link10:hover {
  color: rgba(255, 255, 255, 0.7);
}
.header .header-item.item10 .icon img {
  width: 14px;
  margin-right: 6px;
}
.header .header-item.item10 a {
  cursor: pointer;
}
.header .header-item.item10:hover .header-modal-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
.header .header-modal-item.item03,
.header .header-modal-item.item04 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 43px;
}
.header .header-modal-item.item03 {
  border-bottom: 1px solid #eee;
}
.header .header-menu-item.item08 .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .header-menu-item.item08 .icon {
  width: 0.26rem;
  margin-right: 0.14rem;
}
.header .header-menu-item.item08 .flex {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: unset;
  width: 156px;
  margin: 0 auto;
}
.header .header-menu-item.item08 .link {
  padding: 0;
  text-align: center;
}
.header .header-menu-item.item08 .link::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 1080px;
    margin: 0 auto;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 6.9rem;
    margin: 0 auto;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.thin {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.big {
  font-weight: 900;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.grad {
  background-image: linear-gradient(-50deg, #902e2b 0%, #b02c3c 64%, #be2b4b 100%);
}
.noto-sc {
  font-family: 'Noto Sans SC';
}
.border {
  border: 1px solid;
}
.float-left {
  float: left;
}
.banner_2 {
  background-image: url('../img/bannbg.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 8.125rem;
  padding-bottom: 9.375rem;
}
.banner_2 .banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner_2 .banner_box .left {
  width: 45%;
}
.banner_2 .banner_box .left h3 {
  color: #1A1A1A;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.banner_2 .banner_box .left p.p1 {
  margin-top: 1.25rem;
  color: #1A1A1A;
  font-size: 1.625rem;
  font-weight: 700;
}
.banner_2 .banner_box .left p {
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.banner_2 .banner_box .left ul li {
  position: relative;
  color: #4D4D4D;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 2.3625rem;
  padding-left: 2.4375rem;
}
.banner_2 .banner_box .left ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../img/dui.svg');
  background-size: 100% 100%;
}
.banner_2 .banner_box .left .allmore {
  width: 13.1875rem;
}
.banner_2 .banner_box .right {
  width: 55%;
}
.banner_2 .banner_box .right .img {
  width: 90%;
  text-align: left;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banner_2 .banner_box .right:hover .img {
  transform: translateY(-10px);
}
.win {
  overflow: hidden;
}
.allmore {
  border: none;
  position: relative;
  width: 17.5625rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.allmore p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmore p i {
  font-weight: 600;
  font-size: 1.125rem;
}
.allmore a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.allmore a i {
  font-weight: 400;
  font-size: 1.25rem;
}
.allmore::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  border: 1px solid #FF6083;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmore:hover {
  cursor: pointer;
}
.allmore:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmore:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmore:hover a {
  color: #FF6083;
}
.allmore:hover p {
  color: #FF6083;
}
.allmoref {
  border: none;
  position: relative;
  width: 17.5625rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
}
.allmoref p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
.allmoref p i {
  font-weight: 600;
  font-size: 1.125rem;
}
.allmoref a {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
  z-index: 9;
}
.allmoref a i {
  font-weight: 400;
  font-size: 1.25rem;
}
.allmoref::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoref::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  border-radius: 0.625rem;
  border: 1px solid #fff;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.allmoref:hover {
  cursor: pointer;
}
.allmoref:hover::before {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.allmoref:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.allmoref:hover a {
  color: #fff;
}
.allmoref:hover p {
  color: #fff;
}
.alltitle h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
}
.alltitle p {
  margin-top: 1.0625rem;
  color: #1A1A1A;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.index_one_2 {
  padding-top: 8.4375rem;
  padding-bottom: 8.125rem;
}
.index_one_2 .content .index_one_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.index_one_2 .content .index_one_box .index_one_item {
  position: relative;
  background: #F7F7F7;
  padding: 5.5625rem 0.9375rem 3.9375rem 0.9375rem;
}
.index_one_2 .content .index_one_box .index_one_item .tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11.875rem;
  height: 3.4375rem;
  border-radius: 0px 0px 1.25rem 1.25rem;
  background: #333;
  color: #FFF;
  text-align: justify;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.4375rem;
  text-align: center;
}
.index_one_2 .content .index_one_box .index_one_item .icon {
  width: 40%;
  padding-right: 1.25rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_one_2 .content .index_one_box .index_one_item .text {
  width: 60%;
  padding-left: 0.625rem;
}
.index_one_2 .content .index_one_box .index_one_item .text h3 {
  color: #4D4D4D;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
}
.index_one_2 .content .index_one_box .index_one_item .text ul li {
  position: relative;
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
  padding-left: 1.625rem;
}
.index_one_2 .content .index_one_box .index_one_item .text ul li::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('../img/dui.svg');
  background-size: 100% 100%;
  position: absolute;
  top: 0.625rem;
  left: 0;
}
.index_one_2 .content .index_one_box .index_one_item .text ul li:hover {
  cursor: pointer;
  color: #FF6083;
}
.index_one_2 .content .index_one_box .index_one_item:hover .icon {
  transform: translateY(-0.625rem);
}
.index_one_2 .content .allmore {
  margin: 2.8125rem auto 0;
}
.footer {
  background: #1A1A1A;
  padding-top: 6.375rem;
}
.footer .foot_top {
  padding-bottom: 10.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
.footer .foot_top .foot_logo {
  width: 20%;
  padding-right: 7.5rem;
}
.footer .foot_top .foot_nav {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.footer .foot_top .foot_nav .foot_nav_li {
  flex: 1;
}
.footer .foot_top .foot_nav .foot_nav_li .tit a {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}
.footer .foot_top .foot_nav .foot_nav_li .tt a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2rem;
}
.footer .foot_top .foot_nav .foot_nav_li .tt:nth-child(1) {
  margin-top: 0.4375rem;
}
.footer .foot_top .foot_contact {
  width: 25%;
}
.footer .foot_top .foot_contact p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
}
.footer .foot_top .foot_contact .share {
  margin-top: 1.125rem;
  display: flex;
}
.footer .foot_top .foot_contact .share li {
  position: relative;
}
.footer .foot_top .foot_contact .share li .bgimg {
  width: 9.375rem;
  position: absolute;
  bottom: 2.8125rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
  padding-bottom: 5px;
}
.footer .foot_top .foot_contact .share li .bgimg img {
  width: 9.375rem;
  height: 9.375rem;
}
.footer .foot_top .foot_contact .share li .bgimg p {
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
.footer .foot_top .foot_contact .share li a {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 2.0625rem;
  height: 2.0625rem;
  line-height: 2.0625rem;
  color: #fff;
  border-color: #fff;
  font-size: 1.125rem;
  border: 1px solid #fff;
  margin: 0 0.3125rem;
}
.footer .foot_top .foot_contact .share li:hover .bgimg {
  display: block;
}
.footer .foot_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.5rem 0 1.4375rem;
  display: flex;
  justify-content: space-between;
}
.footer .foot_copyright .left {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
}
.footer .foot_copyright .left a {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
}
.footer .foot_copyright .right a {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
}
.index_last_3 {
  padding-top: 4.1875rem;
  padding-bottom: 10.4375rem;
}
.index_last_3 .content {
  margin-top: 3.75rem;
}
.index_last_3 .content > ul > li {
  border-bottom: 1px solid #DDD;
  padding: 2.4375rem 1.5625rem 2rem 1.875rem;
}
.index_last_3 .content > ul > li .title {
  color: #4D4D4D;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_last_3 .content > ul > li .title i {
  font-size: 1.25rem;
  color: #9C9C9C;
}
.index_last_3 .content > ul > li .desc {
  color: #4D4D4D;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_last_3 .content > ul > li .desc a {
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.index_last_3 .content > ul > li .desc .table {
  overflow-x: auto;
}
.index_last_3 .content > ul > li .desc table {
  width: 100%;
}
.index_last_3 .content > ul > li .desc table tr:nth-child(1) {
  background: #333;
}
.index_last_3 .content > ul > li .desc table tr:nth-child(1) td {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 5rem;
}
.index_last_3 .content > ul > li .desc table tr td {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.index_last_3 .content > ul > li .desc table tr td:nth-child(1) {
  width: 15%;
}
.index_last_3 .content > ul > li .desc table tr td.color {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.index_last_3 .content > ul > li .desc table tr td:nth-child(2) {
  width: 50%;
  border-left: 2px solid #FF6083;
  border-right: 2px solid #FF6083;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.index_last_3 .content > ul > li .desc table tr td a {
  color: #ff6083;
  text-decoration: underline;
}
.index_last_3 .content > ul > li .desc table tr:nth-last-child(1) td:nth-child(2) {
  border-bottom: 2px solid #FF6083;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.index_last_3 .content > ul > li .desc ul > li {
  color: #4D4D4D;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 1.25rem;
  position: relative;
}
.index_last_3 .content > ul > li .desc ul > li::before {
  content: '';
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #4D4D4D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.index_last_3 .content > ul > li.active .title span {
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.index_last_3 .content > ul > li.active .desc {
  padding-top: 1.25rem;
  height: auto;
}
.index_nine {
  background-image: url('../img/ninebg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5rem;
  padding-bottom: 8.5625rem;
}
.index_nine .btn_group {
  margin-top: 3.25rem;
  display: flex;
  justify-content: center;
}
.index_nine .btn_group .allmore {
  margin-right: 1.625rem;
}
.index_nine .btn_group .allmoref {
  margin-left: 1.625rem;
}
.index_four_one {
  padding-top: 6.8125rem;
  background: #F7F7F7;
}
.index_four_one .bgimg {
  width: 57%;
  margin: 0 auto;
  position: relative;
}
.index_four_one .bgimg ul li {
  position: absolute;
}
.index_four_one .bgimg ul li .text {
  color: #494949;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four_one .bgimg ul li .icon {
  width: 5.75rem;
  height: 5.75rem;
  border-radius: 50%;
  background-color: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four_one .bgimg ul li .icon img {
  width: 2.125rem;
  height: 2.125rem;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.index_four_one .bgimg ul li:nth-child(1) {
  bottom: 3.75rem;
  left: -30%;
}
.index_four_one .bgimg ul li:nth-child(1) .text {
  margin-right: 1.125rem;
  text-align: right;
}
.index_four_one .bgimg ul li:nth-child(2) {
  bottom: 55%;
  left: -25%;
}
.index_four_one .bgimg ul li:nth-child(2) .text {
  margin-right: 1.125rem;
  text-align: right;
}
.index_four_one .bgimg ul li:nth-child(3) {
  top: -6%;
  left: -3%;
}
.index_four_one .bgimg ul li:nth-child(3) .text {
  margin-right: 1.125rem;
  text-align: right;
}
.index_four_one .bgimg ul li:nth-child(4) {
  top: -5%;
  right: -6%;
}
.index_four_one .bgimg ul li:nth-child(4) .text {
  margin-left: 1.125rem;
  text-align: left;
}
.index_four_one .bgimg ul li:nth-child(5) {
  bottom: 55%;
  right: -20%;
}
.index_four_one .bgimg ul li:nth-child(5) .text {
  margin-left: 1.125rem;
  text-align: left;
}
.index_four_one .bgimg ul li:nth-child(6) {
  bottom: 3.75rem;
  right: -40%;
}
.index_four_one .bgimg ul li:nth-child(6) .text {
  margin-left: 1.125rem;
  text-align: left;
}
.index_four_one .bgimg ul li:hover .icon {
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
}
.index_four_one .bgimg ul li:hover .icon img {
  filter: brightness(0) invert(1);
}
.index_four_one .bgimg ul li:hover .text {
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index_four_two {
  padding-top: 7.875rem;
  padding-bottom: 6.5625rem;
}
.index_four_two .desc h3 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.index_four_two .desc p {
  margin-top: 0.625rem;
  color: #212121;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.index_four_two .content .tit {
  color: #000;
  font-size: 1.25rem;
}
.index_four_two .content .left {
  width: 40%;
  padding-right: 1.625rem;
  height: 26.5rem;
}
.index_four_two .content .left .left_box {
  height: 100%;
  background: #F7F7F7;
  padding: 2.5rem 2.3125rem 1.75rem 2.25rem;
}
.index_four_two .content .left .left_box .grid {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}
.index_four_two .content .left .left_box .grid .grid_item {
  background: #FFF;
  position: relative;
  padding: 1.875rem 0;
  color: #494949;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.index_four_two .content .left .left_box .grid .grid_item::before {
  content: '';
  display: block;
  width: 2.9375rem;
  height: 0.5625rem;
  background: linear-gradient(90deg, #FF6083 0%, #FF6883 50%, #FFA66B 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index_four_two .content .right {
  width: 60%;
  height: 26.5rem;
}
.index_four_two .content .right .right_box {
  background: #F7F7F7;
  padding: 2.25rem;
  height: 100%;
}
.index_four_two .content .right .right_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index_four_two .content .right .right_box ul li {
  width: 7.5625rem;
  height: 7.5625rem;
  border-radius: 50%;
  background-color: #494949;
  margin: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.index_four_three {
  padding-top: 7.3125rem;
  padding-bottom: 8.75rem;
  background: #F7F7F7;
}
.index_four_three .desc h3 {
  color: #000;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
}
.index_four_three .desc p {
  margin-top: 0.625rem;
  color: #212121;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.index_four_three .content {
  margin-top: 2.3125rem;
}
.index_four_three .content .left {
  width: 61%;
  padding-right: 7.5rem;
  border-right: 1px solid #B7B7BA;
}
.index_four_three .content .left .tit {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.index_four_three .content .left .txt {
  color: #FF6083;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 1.875rem;
}
.index_four_three .content .right {
  width: 39%;
  padding-left: 9.375rem;
  padding-right: 5.625rem;
}
.index_four_three .content .right .tit {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
.index_four_three .allmore {
  margin: 3.125rem auto 0;
}
.index_four_four {
  background-image: url(https://imgs-data-brwq.bcdn8.com/sibida0220/uploads/rd/20250422165816.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 6.125rem;
}
.index_four_four .content.one {
  padding-bottom: 6.5625rem;
}
.index_four_four .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0625rem;
}
.index_four_four .grid .grid_item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(51, 51, 51, 0.7);
  backdrop-filter: blur(10px);
}
.index_four_four .grid .grid_item .txt {
  padding: 1.5625rem 1.25rem 2.5rem;
}
.index_four_four .grid .grid_item .txt h3 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.index_four_four .grid .grid_item .txt p {
  margin-top: 0.625rem;
  color: rgba(255, 255, 255, 0.4);
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75rem;
}
.index_four_four .bottom_con {
  background-color: rgba(0, 0, 0, 0.85);
  padding-top: 4.0625rem;
}
.index_four_four .bottom_con .desc h3 {
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.index_four_four .bottom_con .content {
  padding-bottom: 6.1875rem;
}
.index_four_four .bottom_con .content ul {
  margin-top: 2.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_four_four .bottom_con .content ul li {
  position: relative;
}
.index_four_four .bottom_con .content ul li::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(https://imgs-data-brwq.bcdn8.com/sibida0220/uploads/rd/20250422170630.svg);
  background-size: contain;
  position: absolute;
  right: -25%;
  top: 65%;
}
.index_four_four .bottom_con .content ul li:nth-last-child(1)::before {
  display: none;
}
.index_four_four .bottom_con .content ul li:nth-child(2)::before {
  right: -45%;
}
.index_four_four .bottom_con .content ul li:nth-child(3)::before {
  right: -35%;
}
.index_four_four .bottom_con .content ul li:nth-child(4)::before {
  right: -45%;
}
.index_four_four .bottom_con .content ul li .icon {
  width: 2.125rem;
  height: 2.125rem;
}
.index_four_four .bottom_con .content ul li .text h3 {
  color: #FFF;
  text-align: justify;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: 0.75rem;
}
.index_four_four .bottom_con .content ul li .text p {
  color: rgba(255, 255, 255, 0.4);
  text-align: justify;
  font-size: 1rem;
  line-height: 1.75rem;
}
.index_four_seven {
  background-image: url(https://imgs-data-brwq.bcdn8.com/sibida0220/uploads/rd/20250422171402.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 8.75rem;
  padding-bottom: 10.625rem;
}
.index_four_seven .content {
  margin-top: 5.5rem;
}
.index_four_seven .content .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.index_four_seven .content .grid .grid_item {
  border-radius: 1.25rem;
  background: #FFF;
  padding: 4.0625rem 1.875rem 2.875rem;
  position: relative;
}
.index_four_seven .content .grid .grid_item h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 2.8125rem;
}
.index_four_seven .content .grid .grid_item .desc {
  padding-bottom: 7.875rem;
}
.index_four_seven .content .grid .grid_item .desc p {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 1.5rem;
}
.index_four_seven .content .grid .grid_item p.p1 {
  color: #8A8888;
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.875rem;
  position: absolute;
  right: 2.5rem;
  bottom: 2.875rem;
}
.index_four_eight {
  background: #F0EFFD;
  padding-top: 6.8125rem;
  padding-bottom: 3.75rem;
}
.index_four_eight .content .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4375rem;
}
.index_four_eight .content .grid .grid_item {
  border-radius: 1.25rem;
  background: #FFF;
  overflow: hidden;
}
.index_four_eight .content .grid .grid_item .text {
  padding: 1.75rem 1.5rem 2.125rem 1.5625rem;
}
.index_four_eight .content .grid .grid_item .text p {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}
.index_four_eight .content .grid .grid_item .text p:nth-child(2) {
  margin-top: 0.625rem;
}
.index_four_eight .allmore {
  margin: 3.125rem auto 0;
}
