main {
  margin-top: 90px;
}

.home-page {
  position: relative;
}

.home-page .box-detail {
  padding: 88px 0px 0 0px;
  background: #ffffff;
  box-sizing: border-box;
}

.home-page .box-detail .box-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-page .box-detail .box-title .left-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.home-page .box-detail .box-title .left-title .left-title-img {
  font-weight: 600;
  font-size: 38px;
  color: #e51408;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin: 0 20px 0 0;
}

.home-page .box-detail .box-title .left-title .left-title-line {
  height: 30px;
  line-height: 30px;
  color: #e51408;
  font-size: 26px;
}

.home-page .box-detail .box-title .left-title .left-title-txt {
  color: #e51408;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 0 20px;
  height: 22px;
  line-height: 22px;
}

.home-page .box-detail .box-title .right-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
}

.home-page .box-detail .box-title .right-title img {
  width: 9px;
  height: auto;
  margin: 0 0 0 9px;
}

.home-page .box-detail .box-title .right-title a {
  color: #000000;
  font-size: 16px;
}

.home-page .box-detail .box-title .right-title p {
  color: #000000;
  font-size: 16px;
}

.home-part1 .swiper-slide {
  position: relative;
}

.home-part1 .swiper-slide img {
  width: 100%;
}

.home-page .home-part1 .swiper-slide .mauto {
  width: 100%;
  margin: auto;
  max-width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.home-page .home-part1 .swiper-slide .mauto p.t1 {
  height: 84px;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: 84px;
  margin: 213px 0 0 0;
  text-align: left;
}

.home-page .home-part1 .swiper-slide .mauto p.t2 {
  height: 35px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 35px;
  margin: 35px 0 0 0;
  text-align: left;
}


.home-page .home-part1 .swiper-slide .mauto .box-more {
  margin: 75px 0 0 0;
  width: 180px;
  height: 45px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.home-page .home-part1 .swiper-slide .mauto .box-more .more {
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.home-page .home-part1 .swiper-slide .mauto .box-more img {
  margin: 0 0 0 18px;
  width: 6px;
}

.home-page .home-part1 .swiper-slide .mauto .box-more:after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: -5px;
  background: #ffffff !important;
  width: 0;
  transition: all 0.3s;
  z-index: -1;
  border: 1px solid #ffffff;
}

.home-page .home-part1 .swiper-slide .mauto .box-more:hover {
  color: #000 !important;
  border: 1px solid #ffffff;
}

.home-page .home-part1 .swiper-slide .mauto .box-more:hover .more {
  color: #000 !important;
}

.home-page .home-part1 .swiper-slide .mauto .box-more:hover:after {
  width: 100%;
  left: 0;
  background: #ffffff !important;
}

.home-page .home-part1 .swiper-pagination {
  height: 12px;
  bottom: 55px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.home-page .home-part1 .swiper-pagination-bullet-active {
  background: #ffffff;
}

.home-page .home-part2 {
  margin: 0 auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 700px;
}

.home-page .home-part2 .part-left {
  width: 100%;
  height: 700px;
}

.home-page .home-part2 .part-left .box-title {
  padding: 0 10px 0 0;
}

.home-page .home-part2 .part-left .box-content {
  margin: 72px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-page .home-part2 .part-left .box-content .left-content {
  width: calc(615 / 1280 * 100%);
  height: 410px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.home-page .home-part2 .part-left .box-content .left-content .swiper {
  height: 100%;
}

.home-page .home-part2 .part-left .box-content .left-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-part2 .part-left .box-content .left-content .box-title {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}

.home-page .home-part2 .part-left .box-content .left-content p.title {
  width: 80%;
  color: #fff;
  padding: 0 0 0 23px;
  height: 60px;
  line-height: 60px;
}

.home-page .home-part2 .part-left .box-content .left-content .swiper-pagination {
  text-align: right;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  padding: 0 20px 0 0;
}

.home-page .home-part2 .part-left .box-content .left-content .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.home-page .home-part2 .part-left .box-content .right-content {
  width: calc(600 / 1280 * 100%);
  height: 100%;
  margin: 0 0px 0 0;
}

.home-page .home-part2 .part-left .box-content .right-content a {
  margin: 0 0 23px 0;
  border-bottom: 1px solid #d9d9d9;
}

.home-page .home-part2 .part-left .box-content .right-content a .t1 {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: left;
  margin-top: 6px;
}

.home-page .home-part2 .part-left .box-content .right-content a .t2 {
  width: 100%;
  height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  text-align: left;
  margin-top: 18px;
}

.home-page .home-part2 .part-left .box-content .right-content a .box-time {
  height: 16px;
  margin: 26px auto 20px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.home-page .home-part2 .part-left .box-content .right-content a .box-time p.time {
  height: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  text-align: left;
  font-weight: bold;
}

.home-page .home-part2 .part-left .box-content .right-content a .box-time .box-more {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.home-page .home-part2 .part-left .box-content .right-content a .box-time .box-more p {
  height: 14px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

.home-page .home-part2 .part-left .box-content .right-content a .box-time .box-more img {
  margin: 0 0 0 9px;
  width: 16px;
  height: auto;
}

.home-page .home-part2 .part-left .box-content .right-content a:hover .t1 {
  color: #e51408;
}

.home-page .home-part2 .part-left .box-content .right-content a:last-child {
  border: none;
}

.home-page .home-part3 {
  position: relative;
  height: 950px;
}

.home-page .home-part3 .box-title {
  position: absolute;
  z-index: 100;
}

.home-page .home-part3 .box-title .left-title {
  color: #fff;
}

.home-page .home-part3 .box-title .left-title .left-title-img {
  color: #fff !important;
}

.home-page .home-part3 .box-title .left-title .left-title-line {
  color: #fff !important;
}

.home-page .home-part3 .box-title .left-title .left-title-txt {
  color: #fff !important;
}

.home-page .home-part4 .box-content {
  width: 100%;
  margin: 82px auto 100px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-page .home-part4 .box-content .animation {
  visibility: visible;
  opacity: 1;
}

.home-page .home-part4 .box-content .swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .left {
  max-width: calc(650 / 1340 * 100%);
  width: 650px;
  height: 550px;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .left .img-scale {
  width: 100%;
  height: 100%;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .left .img-scale img {
  width: 100%;
  height: 100%;
  max-width: 650px;
  max-height: 550px;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right {
  height: 100%;
  min-height: 550px;
  max-width: calc(622 / 1340 * 100%);
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  align-content: flex-start;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 38px 0 0 0;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title img {
  width: 72px;
  height: 72px;
  margin: 0 25px 0 0;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title p {
  height: 28px;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 28px;
  text-align: left;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-txt {
  margin: 40px 0 0 0;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-txt p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  text-align: left;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more {
  margin: 55px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  cursor: pointer;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more p {
  height: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  text-align: left;
}

.home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more img {
  width: 9px;
  height: auto;
  margin: 0 0 0 9px;
}

.home-page .home-part4 .box-content .swiper .swiper-pagination {
  max-width: calc(622 / 1340 * 100%);
  bottom: 34px;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  color: #cccccc;
  left: auto;
}

.home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-current {
  height: 42px;
  font-weight: bold;
  font-size: 45px;
  color: #e51408;
  line-height: 42px;
  text-align: left;
}

.home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-icon {
  margin: 0 5px 0 10px;
  height: 28px;
  font-weight: bold;
  font-size: 28px;
  color: #cccccc;
  line-height: 28px;
}

.home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-total {
  height: 28px;
  font-weight: bold;
  font-size: 28px;
  color: #cccccc;
  line-height: 28px;
}

.home-page .home-part4 .box-content .box-button {
  width: 100%;
  position: absolute;
  max-width: calc(622 / 1340 * 100%);
  bottom: 34px;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  height: 24px;
  left: auto;
  z-index: 50;
}

.home-page .home-part4 .box-content .box-button .swiper-button-prev,
.home-page .home-part4 .box-content .box-button .swiper-button-next {
  color: #e51408;
  font-weight: bold;
}

.home-page .home-part4 .box-content .box-button .swiper-button-next:after,
.home-page .home-part4 .box-content .box-button .swiper-button-prev:after {
  font-size: 18px;
}

.home-page .home-part4 .box-content .box-button .box-content-button {
  position: relative;
}

.home-page .home-part4 .box-content .box-button .swiper-button-prev {
  width: 14px;
  height: 24px;
  position: absolute;
  bottom: 0px;
  left: 166px;
  top: 0;
}

.home-page .home-part4 .box-content .box-button .swiper-button-next {
  width: 14px;
  height: 24px;
  position: absolute;
  bottom: 0px;
  left: 238px;
  top: 0;
}

.home-page .home-part4 .box-content .box-button .swiper-button-disabled {
  color: #cccccc;
  opacity: 1;
}

.home-page .home-part5 {
  position: relative;
  height: 701px;
  margin: 0 auto 450px;
}

.home-page .home-part5 .box-video {
  width: 100%;
  margin: 27px auto 0;
  position: relative;
}

.home-page .home-part5 .box-video a {
  width: 100%;
}

.home-page .home-part5 .box-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.home-page .home-part5 .box-video .health-img {
  position: relative;
}

.home-page .home-part5 .box-video .health-img:after {
  cursor: pointer;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url(/public/jp/img/icon-play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 100px;
  background-color: rgba(0, 0, 0, 0.3);
}

.home-page .home-part5 .box-video-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.home-page .home-part5 .box-video-txt .txt1 {
  width: 100%;
  height: 42px;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  /* margin: 134px auto 0; */
  margin: calc(44/710*100%) auto 0;
}

.home-page .home-part5 .box-video-txt .txt2 {
  width: 100%;
  height: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  margin: calc(17/710*100%) auto 0;
  /* margin: 37px auto 0; */
}

.home-page .home-part5 .home-mauto {
  max-width: 1550px;
  width: calc(1550/1920*100%);
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 20px 20px;
  padding: 80px 100px;
}

.home-page .home-part5 .home-mauto .box-title {
  margin: 0px auto 0;
}

.home-page .home-part5 .home-mauto .box-content {
  margin: 57px auto 0;
  width: 100%;
}

.home-page .home-part5 .home-mauto .box-content p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  text-align: left;
}

.home-page .home-part5 .home-mauto .box-icon {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-page .home-part5 .home-mauto .box-icon .item-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  margin: 50px 0 0 0;
  width: 25%;
}

.home-page .home-part5 .home-mauto .box-icon .item-icon img {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}

.home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt {
  margin: 0px 0 0 0;
}

.home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt .t1 {
  height: 36px;
  font-weight: 600;
  font-size: 34px;
  color: #e51408;
  line-height: 36px;
  text-align: left;
  margin: 0px 0 0 0;
}

.home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt .t2 {
  margin: 10px 0 0 0;
  height: 16px;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  text-align: left;
}

.home-page .home-part6 {
  width: 100%;
  height: 450px;
  background-image: url("/public/jp/img/bg_02.png");
  background-size: cover;
}

.home-page .home-part6 .mauto {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.home-page .home-part6 .mauto .title {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  width: 100%;
}

.home-page .home-part6 .mauto .box-more:hover {
  color: #000;
  background-position: 99% 50%;
}

.home-page .home-part6 .mauto .box-more:hover img.img2 {
  display: inline-block;
}

.home-page .home-part6 .mauto .box-more:hover img.img1 {
  display: none;
}

.home-page .home-part6 .mauto .box-more {
  /* width: 150px; */
  padding: 0 20px;
  height: 45px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
  margin: 50px auto 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, #ffffff 75%);
  background-position: 1% 50%;
  background-size: 400% 300%;
  -webkit-transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-page .home-part6 .mauto .box-more p {
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.home-page .home-part6 .mauto .box-more img {
  width: 9px;
  height: auto;
  margin: 0 0 0 9px;
}

.home-page .home-part6 .mauto .box-more img.img2 {
  display: none;
}

.home-content .content-title {
  text-align: center;
  margin: 7px auto 0;
}

.home-content .content-title .title {
  width: auto;
  margin: auto;
  font-weight: 600;
  font-size: 28px;
  color: #e51408;
  line-height: 33px;
  text-align: center;
  position: relative;
  display: inline-block;
}

.home-content .content-title .title:before {
  content: "";
  background-color: #e51408;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}

.home-content .content-title .title:after {
  content: "";
  background-color: #e51408;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.home-content .content-title .detail {
  width: 100%;
  margin: 7px auto 0;
  font-weight: 400;
  font-size: 24px;
  color: #cccccc;
  height: 30px;
  line-height: 30px;
}

.home-content .content-nav {
  width: auto;
  margin: 60px auto 0;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.home-content .content-nav .item-nav {
  border-top: 1px solid #e51408;
  border-bottom: 1px solid #e51408;
  border-left: 1px solid #e51408;
  /* width: 220px; */
  height: 40px;
  padding: 0 50px;
  font-weight: bold;
  font-size: 18px;
  color: #e51408;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.home-content .content-nav .item-nav:last-child {
  border-right: 1px solid #e51408;
}

.home-content .content-nav .item-nav-active {
  color: #fff;
  background-color: #e51408;
}

.home-content .box-content {
  margin: 56px auto 0;
}

.home-content .box-content img.pro {
  width: 100%;
  height: auto;
}

.home-content .box-content img.pro2 {
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
}

.home-content .box-content .an-txt {
  margin: 60px auto 0;
  text-indent: 2em;
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}

.home-content .box-content .an-txt .red-txt {
  color: #e51408;
  display: inline;
}

.home-content .box-content .box-icon {
  margin: 62px auto 100px;
  width: 1100px;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.home-content .box-content .box-icon .item-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0px 0 0 0;
  width: 25%;
}

.home-content .box-content .box-icon .item-icon .icon-img {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
}

.home-content .box-content .box-icon .item-icon .right-txt {
  margin: 0px 0 0 0;
}

.home-content .box-content .box-icon .item-icon .right-txt .t1 {
  height: 36px;
  font-weight: 600;
  font-size: 36px;
  color: #e51408;
  line-height: 36px;
  text-align: left;
  margin: 0px 0 0 0;
}

.home-content .box-content .box-icon .item-icon .right-txt .t2 {
  margin: 10px 0 0 0;
  height: 16px;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: left;
}

.home-content .box-history {
  margin: 65px auto 0;
  width: 100%;
  height: 660px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/public/jp/img/bg_05.png");
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

.home-content .box-history .content-title {
  width: 100%;
  margin: -58px auto 0;
}

.home-content .box-history .mauto {
  width: 100%;
  margin: 87px auto 0;
  padding: 0 78px;
  position: relative;
}

.home-content .box-history .mauto .histort-swiper {
  width: 100%;
  overflow-x: hidden;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide .left {
  margin: 0 57px 0 0;
  width: 35%;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide .left img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide .right {
  height: 100%;
  position: relative;
  width: 60%;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide .right .txt {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.home-content .box-history .mauto .histort-swiper .swiper-slide .right .year {
  font-weight: bold;
  font-size: 150px;
  color: #e51408;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home-content .box-history .mauto .histort-swiper .swiper-button-prev,
.home-content .box-history .mauto .histort-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e51408;
  z-index: 50;
  top: auto;
  bottom: 0;
}

.home-content .box-history .mauto .histort-swiper .swiper-button-prev:after,
.home-content .box-history .mauto .histort-swiper .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}

.home-content .box-history .mauto .histort-swiper .swiper-button-prev {
  left: 50px;
}

.home-content .box-history .mauto .histort-swiper .swiper-button-next {
  right: 50px;
}

.home-content .box-history .mauto .year-swiper {
  margin: 70px auto 0;
  width: 100%;
  position: relative;
}

.home-content .box-history .mauto .year-swiper .yaer-over-swiper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding: 0 50px;
}

.home-content .box-history .mauto .year-swiper .yaer-over-swiper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.home-content .box-history .mauto .year-swiper .year-content-swiper {
  margin: auto;
  height: 70px;
  width: 80%;
  overflow: visible;
  height: 100%;
}

.home-content .box-history .mauto .year-swiper .swiper-wrapper {
  height: 100%;
}

.home-content .box-history .mauto .year-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  cursor: pointer;
  width: calc(1 / 6 * 100%);
  height: 70px;
}

.home-content .box-history .mauto .year-swiper .swiper-slide .txt {
  width: 100%;
  text-align: center;
  height: 28px;
  color: #cccccc;
  line-height: 28px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.home-content .box-history .mauto .year-swiper .swiper-slide .circle {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #bcbcbc;
}

.home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .txt {
  font-weight: bold;
  font-size: 28px;
  color: #e51408;
}

.home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #e51408;
}

.home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .circle:after {
  content: "";
  position: absolute;
  background: #e51408;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-content .newjob-swiper {
  margin: 70px auto 54px;
  width: 100%;
  position: relative;
}

.home-content .newjob-swiper .newjob-over-swiper {
  width: 100%;
  position: relative;
}

.home-content .newjob-swiper .newjob-over-swiper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.home-content .newjob-swiper .newjob-content-swiper {
  overflow: hidden;
  margin: auto;
  height: 70px;
  width: 87%;
  height: 100%;
}

.home-content .newjob-swiper .swiper-wrapper {
  height: 100%;
}

.home-content .newjob-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  /* width: calc(1 / 5 * 100%); */
  /* height: 46px; */
  padding: 0 0 40px 0;
  height: auto;
  cursor: pointer;
}

.home-content .newjob-swiper .swiper-slide .txt {
  width: 100%;
  text-align: center;
  /* height: 16px; */
  color: #000000;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
}

.home-content .newjob-swiper .swiper-slide .circle {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #bcbcbc;
}

.home-content .newjob-swiper .swiper-slide-thumb-active .txt {
  font-weight: bold;
  color: #e51408;
}

.home-content .newjob-swiper .swiper-slide-thumb-active .circle {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #e51408;
}

.home-content .newjob-swiper .swiper-slide-thumb-active .circle:after {
  content: "";
  position: absolute;
  background: #e51408;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-content .newjob-swiper .swiper-button-prev,
.home-content .newjob-swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e51408;
  z-index: 50;
  top: 80%;
}

.home-content .newjob-swiper .swiper-button-prev:after,
.home-content .newjob-swiper .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}

.home-content .newjob-swiper .swiper-button-prev {
  left: -18px;
}

.home-content .newjob-swiper .swiper-button-next {
  right: -18px;
}

.home-content .box-report-swiper {
  overflow-x: hidden;
  width: 100%;
}

.home-content .box-report-swiper .report-swiper {
  margin: 0 auto 160px;
  width: 300px;
  height: auto;
}

.home-content .box-report-swiper .report-swiper .swiper-slide {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: auto;
}

.home-content .box-report-swiper .report-swiper .swiper-slide .box-img {
  width: 100%;
  height: 400px;
  max-height: 400px;
}

.home-content .box-report-swiper .report-swiper .swiper-slide .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content .box-report-swiper .report-swiper .swiper-slide p.txt {
  margin: 32px auto 0;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  height: 18px;
}

.home-content .box-project-swiper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto 146px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .mauto {
  width: 100%;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 img {
  width: 34px;
  height: 15px;
  margin: 0 11px 0 0;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 p {
  width: 106px;
  height: 33px;
  font-weight: bold;
  font-size: 16px;
  color: #e51408;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left {
  max-width: calc(679 / 1200 * 100%);
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left .t1 {
  height: 28px;
  font-weight: bold;
  font-size: 28px;
  color: #e51408;
  line-height: 28px;
  text-align: left;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left .t2 {
  margin: 36px 0 52px 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  max-width: 93%;
  display: inline-block;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 {
  margin: 29px auto 85px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 li {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: left;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 li span {
  margin: 0 10px 0 3px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right {
  margin: 70px 0 0 0;
  max-width: calc(480 / 1200 * 100%);
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right .box-img {
  width: 100%;
  height: 320px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right .box-img img {
  width: 100%;
  height: 320px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product {
  margin: 34px auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product {
  width: 260px;
  margin: 0 52px 50px 0;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product .box-img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 260px;
  height: 260px;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product .box-img img {
  width: 100%;
  height: 100%;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product p.txt {
  margin: 19px auto 0;
  width: 100%;
  height: 16px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}

.home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product:nth-child(4n) {
  margin: 0 0px 0 0;
}

.news-deital .item-detail {
  width: 100%;
}

.news-deital .item-detail .mauto {
  height: 340px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  margin: auto;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-deital .item-detail .img-scale {
  width: 390px;
  height: 260px;
  margin: 0 60px 0 0;
}

.news-deital .item-detail .img-scale img {
  object-fit: contain;
}

.news-deital .item-detail .right-txt {
  width: calc(844 / 1200 * 100%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.news-deital .item-detail .right-txt .txt1 {
  margin: 74px 0 0 0;
  width: 100%;
  height: 18px;
  line-height: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  text-align: left;
}

.news-deital .item-detail .right-txt .txt2 {
  margin: 37px 0 0 0;
  width: 100%;
  line-height: 28px;
  height: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.news-deital .item-detail .box-bottom {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 36px 0 0 0;
  position: absolute;
  bottom: 61px;
  left: 0;
}

.news-deital .item-detail .box-bottom .txt3 {
  color: #000000;
  font-size: 14px;
}

.news-deital .item-detail .box-bottom .box-more {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.news-deital .item-detail .box-bottom .box-more p {
  height: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
}

.news-deital .item-detail .box-bottom .box-more img {
  margin: 0 0 0 9px;
  width: 16px;
  height: 16px;
}

.news-deital .item-detail .box-bottom .box-more img.mpre-img2 {
  display: none;
}

.news-deital .item-detail:hover {
  -webkit-transition: all ease-out 0.7s;
  -o-transition: all ease-out 0.7s;
  -moz-transition: all ease-out 0.7s;
  transition: all ease-out 0.7s;
  /* background: url(/public/jp/img/bg_06.png) no-repeat #015629 center bottom; */
  -o-background-size: cover;
  background-size: cover;
}

.news-deital .item-detail:hover .right-txt {
  width: calc(844 / 1200 * 100%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.news-deital .item-detail:hover .right-txt .txt1 {
  color: #e51408;
}

.news-deital .item-detail:hover .right-txt .txt2 {
  /* color: #ffffff; */
}

.news-deital .item-detail:hover .box-bottom .txt3 {
  /* color: #ffffff; */
}

.news-deital .item-detail:hover .box-bottom .box-more p {
  /* color: #ffffff; */
}

/* .news-deital .item-detail:hover .box-bottom .box-more img.mpre-img {
  display: none;
}

.news-deital .item-detail:hover .box-bottom .box-more img.mpre-img2 {
  display: inline-block;
} */
.news-deital .item-detail2 {
  height: 179px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-deital .item-detail2 .right-txt {
  width: calc(1200 / 1200 * 100%);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.news-deital .item-detail2 .right-txt .txt1 {
  margin: 34px 0 0 0;
  font-weight: bold;
  width: 100%;
  height: 28px;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.news-deital .item-detail2 .right-txt .txt1:hover {
  color: #0055a2;
}

.news-deital .item-detail2 .right-txt .txt2 {
  margin: 11px 0 0 0;
  width: 100%;
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.news-deital .item-detail2 .right-txt .txt3 {
  margin: 24px 0 0 0;
  color: #1658a0;
  font-size: 16px;
}

.news-deital .item-detail:last-child .mauto {
  border: none;
}

.news-box {
  padding: 72px 0 50px 0;
}

.news-box .news-detail-b-row-top {
  position: relative;
  padding: 0 0.24rem;
  padding-bottom: 3%;
  border-bottom: 1px solid #d8d8d8;
}

.news-box .news-detail-b-row-top>.title {
  font-size: 30px;
  font-weight: bold;
  color: #393939;
  text-align: center;
}

.news-box .news-detail-menu {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.news-box .news-detail-menu img.icon-time {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
}

.news-box .news-detail-menu img.icon-view {
  width: 18px;
  height: 18px;
  margin: 0 5px 0 46px;
}

.news-box .news-detail-menu span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.news-box .news-detail-con {
  text-align: center;
  padding: 0 50px 0px 50px;
}

.news-box .news-detail-con p {
  /* padding: 50px; */
  margin: 0 0 0px 0;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  text-align: left;
}

.news-box .news-detail-con img {
  /* width: 80%; */
  margin: 10px auto;
  width: 100% !important;
  height: auto !important;
}

.news-box .news-detail-page {
  margin: 0 0.29rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2% 4%;
}

.news-box .news-detail-page .news-detail-page-l-prev,
.news-box .news-detail-page .news-detail-page-l-next {
  font-size: 16px;
  line-height: 24px;
  margin: 3% 0;
  display: block;
  font-weight: bold;
  color: #000000;
}

.news-box .news-detail-page .news-detail-page-l-prev span,
.news-box .news-detail-page .news-detail-page-l-next span {
  color: #e51408;
}

.news-box .news-detail-page-r {
  border-radius: 20px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  width: 140px;
  height: 38px;
  border: 1px solid #e51408;
}

.news-box .news-detail-page-r img {
  width: 14px;
  margin-left: 7px;
}

.news-box .news-detail-page-r .title {
  font-size: 14px;
  font-weight: 400;
  color: #e51408;
}

.culture-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 63px auto 105px;
}

.culture-content .culture-item {
  width: 610px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 0px 0px;
  margin: 0 0 50px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  padding: 0 30px 0 48px;
}

.culture-content .culture-item .left {
  width: calc(480 / 610 * 100%);
}

.culture-content .culture-item .left .t1 {
  margin: 46px 0 0 0px;
  height: 21px;
  /* font-weight: 500; */
  font-size: 20px;
  color: #e51408;
  line-height: 21px;
  text-align: left;
  font-weight: bold;
}

.culture-content .culture-item .left .t2 {
  margin: 20px 0 0 0px;
  /* font-weight: 400; */
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
}

.culture-content .culture-item .right {
  width: auto;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 0 0 30px;
}

.culture-content .culture-item .right img {
  width: 60px;
  height: 60px;
}

.culture-content .culture-item .right .img02 {
  display: none;
}

/* .culture-content .culture-item:hover {
  background-image: url("/public/jp/img/bg_07.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
/* .culture-content .culture-item:hover .left p.t1 {
  color: #fff;
  font-size: 20px;
  transition: all 0.2s;
}
.culture-content .culture-item:hover .left .t2 p,
.culture-content .culture-item:hover .left p.t2 {
  color: #fff;
  font-size: 16px;
  transition: all 0.2s;
}
.culture-content .culture-item:hover .right .img01 {
  display: none;
}
.culture-content .culture-item:hover .right .img02 {
  display: inline-block;
} */
.box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box-content .item-content {
  margin: 0 26px 110px 0;
  text-align: center;
  width: 300px;
  height: auto;
  position: relative;
}

.box-content .item-content .img-scale {
  width: 300px;
  height: 420px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.box-content .item-content .img-scale img {
  object-fit: contain;
}

.box-content .item-content .txt {
  width: 90%;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  text-align: center;
}

.box-content .item-content:nth-child(4n) {
  margin: 0;
}

.box-content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.box-content2 .item-content {
  margin: 0 25px 40px 0;
  text-align: center;
  width: 300px;
  height: auto;
  position: relative;
}

.box-content2 .item-content .img-scale {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}

.box-content2 .item-content .img-scale .hover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: rgba(229, 20, 8, 0.1);
  border-radius: 0px 0px 0px 0px;
  z-index: 10;
}

.box-content2 .item-content .img-scale .hover .hover-circle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 105px;
  height: 105px;
  background: #e51408;
  border-radius: 0px 0px 0px 0px;
  border-radius: 50%;
}

.box-content2 .item-content .img-scale .hover .hover-circle p {
  width: 100%;
  height: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
}

.box-content2 .item-content .img-scale img {
  object-fit: contain;
}

.box-content2 .item-content .img-scale:hover .hover {
  /* display: flex; */
}

.box-content2 .item-content .box-bottom {
  width: 300px;
  height: 70px;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #000000;
  margin: 20px auto 0;
}

.box-content2 .item-content .box-bottom p {
  width: 100%;
  height: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

.box-content2 .item-content .box-bottom p.txt {
  font-size: 14px;
}

.box-content2 .item-content .box-bottom p.txt2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 0;
}

.box-content2 .item-content .box-bottom:hover {
  /* background: #e51408; */
  /* color: #fff; */
  color: #e51408;
}

.box-content2 .item-content:nth-child(4n) {
  margin: 0 0px 40px 0;
}

.box-content-message {
  margin: auto;
  text-align: center;
}

.box-content-message .connect-message {
  width: 100%;
  margin: 77px auto 168px;
  max-width: 1130px;
  display: inline-block;
  text-align: center;
}

.box-content-message .connect-message .form-box {
  width: 100%;
  margin: 0px auto 0;
  padding: 0 0px;
  text-align: left;
}

.box-content-message .connect-message .form-box .form-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-content-message .connect-message .form-box .form-item .a-item {
  width: 48%;
  margin: 0 0px 20px 0;
  background-color: #fff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box-content-message .connect-message .form-box .form-item .a-item-2 {
  position: relative;
  width: 100%;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.box-content-message .connect-message .form-box .form-item .a-item-2 .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  margin-left: 20px;
  height: 46px;
  line-height: 46px;
}

.box-content-message .connect-message .form-box .form-item .a-item-2 textarea {
  /* width: 90%; */
  color: #000000;
  padding-top: 14px;
  background-color: transparent;
}

.box-content-message .connect-message .form-box .input-title {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  margin-left: 17px;
}

.box-content-message .connect-message .form-box input {
  padding: 0 0 0 0px;
  /* width: 75%; */
  height: 46px;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 46px;
  background-color: transparent;
}

.box-content-message .connect-message .form-box textarea {
  padding: 0px 0 0 20px;
  /* width: 600px; */
  height: 96px;
  background: #f6f6f6;
  font-size: 14px;
  color: #000000;
}

.box-content-message .connect-message .form-box .box-aline {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  height: 46px;
}

.box-content-message .connect-message .form-box .box-aline .anitem {
  width: 150px;
  height: 46px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 20px 0 0;
}

.box-content-message .connect-message .form-box .box-aline .anitem input {
  color: #000000;
  width: 100%;
  padding: 0 5%;
}

.box-content-message .connect-message .form-box .box-aline .box-verification {
  width: 200px;
  height: 46px;
}

.box-content-message .connect-message .form-box .box-aline .box-verification img {
  width: auto;
  height: 46px;
  object-fit: contain;
}

.box-content-message .connect-message .form-box .input-submit {
  color: #ffffff;
  line-height: 50px;
  justify-content: center;
  width: 300px;
  height: 50px;
  background: #e51408;
  border-radius: 6px 6px 6px 6px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
}

.newjob-page .newjob-content {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

.newjob-page .newjob-content .txt {
  font-size: 16px;
  color: #000;
}

.newjob-page .newjob-content .box-table {
  width: 100%;
  margin: 30px auto 133px;
  min-height: 820px;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}

.newjob-page .newjob-content .box-table .table-top {
  width: 100%;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0 0 0 50px;
  background: rgba(229, 20, 8, 0.05);
  margin: 30px auto 0;
}

.newjob-page .newjob-content .box-table .table-top li {
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #e51408;
  text-align: left;
}

.newjob-page .newjob-content .box-table .table-bottom {
  border-radius: 0px 0px 0px 0px;
}

.newjob-page .newjob-content .box-table .table-bottom .item {
  display: flex;
  position: relative;
  cursor: pointer;
}

.newjob-page .newjob-content .box-table .table-bottom .item .item-table {
  padding: 010px 0 10px 50px;
  width: 100%;
  min-height: 60px;
  height: auto;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.newjob-page .newjob-content .box-table .table-bottom .item:last-child {
  border: none;
}

.newjob-page .newjob-content .box-table .table-bottom .item:last-child .item-table {
  border: none !important;
}

.newjob-page .newjob-content .box-table .table-bottom .active .txt-title {
  color: #0055a2;
}

.newjob-page .newjob-content .box-table .table-bottom .active .item-active {
  display: inline-block;
}

.newjob-page .newjob-content .box-table .table-bottom .active .img-add {
  display: none !important;
}

.newjob-page .newjob-content .box-table .table-bottom .active .img-reduce {
  display: inline-block;
}

.newjob-page .newjob-content .box-table .table-bottom-color {
  background: rgba(0, 85, 162, 0.08);
}

.newjob-page .newjob-content .box-table .img-add,
.newjob-page .newjob-content .box-table .img-reduce {
  width: 20px;
  height: 20px;
}

.newjob-page .newjob-content .box-table .ali-search {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.newjob-page .newjob-content .box-table .ali-search p {
  font-size: 12px;
  color: #e51408;
  line-height: 14px;
}

.newjob-page .newjob-content .box-table .ali-search img {
  width: 7px;
  height: 12px;
  margin: 0 0 0 9px;
}

.newjob-page .newjob-content .box-table .ali1-2 {
  width: calc(1 / 2 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-3 {
  width: calc(1 / 3 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-4 {
  width: calc(1 / 4 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-5 {
  width: calc(1 / 5 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-6 {
  width: calc(1 / 6 * 100%);
}

.newjob-page .newjob-content .box-table .ali2-6 {
  width: calc(2 / 6 * 100%);
}

.newjob-page .newjob-content .box-table .ali3-8 {
  width: calc(3 / 8 * 100%);
}

.newjob-page .newjob-content .box-table .ali2-8 {
  width: calc(2 / 8 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-8 {
  width: calc(1 / 8 * 100%);
}

.newjob-page .newjob-content .box-table .ali1-9 {
  width: calc(1 / 9 * 100%);
}

.newjob-page .newjob-content .box-table {
  padding: 0 40px 100px 40px;
}

.newjob-page .newjob-content .box-t1 .txt {
  color: #000000;
  margin: 0 0 10px 0;
}

.newjob-page .newjob-content .box-t1 .txt span {
  margin: 0 50px 0 0;
  display: inline-block;
}

.newjob-page .newjob-content .box-t1 .txt2 {
  color: #0075ff;
  cursor: pointer;
}

.newjob-page .newjob-content .box-t3 {
  margin: 51px 0 34px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.newjob-page .newjob-content .box-t3 img {
  width: 34px;
  height: 15px;
  margin: 0 11px 0 0;
}

.newjob-page .newjob-content .box-t3 p {
  width: 106px;
  height: 33px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #e51408;
  line-height: 34px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.cart-connect-content {
  margin: 77px auto 60px;
  width: 1280px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  background: #FFFFFF;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  overflow: hidden;


}

.cart-connect-content .box-map {
  width: 750px;
  max-width: calc(750/1280*100%);
  height: 480px;
  background: #D9D9D9;
  border-radius: 10px 10px 10px 10px;
}

.connect-page .contact-content {
  width: 530px;
  height: 100%;
  max-width: calc(529/1280*100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.connect-page .contact-content .title {
  margin: 52px 0 40px 60px;
  width: 252px;
  height: 18px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.connect-page .contact-content .item-content {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 0 60px;
  margin: 0 0 34px 0;
}


.connect-page .contact-content .item-content .item-left {
  /* height: 51px; */
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
}


.connect-page .contact-content .item-content .item-left p.item2 {
  width: 100%;
  color: #000000;
  margin: 20px 0 0 0;
  /* height: 22px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.connect-page .contact-content .item-content .item-right {
  margin: 0px auto 0px;

  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.connect-page .contact-content .item-content .item-right img {
  width: 40px;
  height: 40px;
  margin: 0 12px 0 0;
}

.connect-page .contact-content .item-content .item-right p.item1 {
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #e51408;
  font-weight: 600;
}

.connect-page .box-connect {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  margin: 60px auto 151px;
}

.connect-page .box-connect .item-connect {
  width: 620px;
  height: 270px;
  background: #FFFFFF;
  box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.18);
  border-radius: 10px 10px 10px 10px;
  margin: 0 0 30px 0;
  padding: 0 30px;
}

.connect-page .box-connect .item-connect .title {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 36px;
  height: 70px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.connect-page .box-connect .item-connect .item-detail {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0px 0 18px 0;
}

.connect-page .box-connect .item-connect .item-detail img {
  width: 18px;
  height: 18px;
  margin: 3px 15px 0 0;
}

.connect-page .box-connect .item-connect .item-detail p.txt {
  /* height: 22px; */
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  /* line-height: 22px; */
}

/* .connect-page .contact-content .item-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e51408;
  transition: all 0.3s;
} */

/* .connect-page .contact-content .item-content:hover:after {
  width: 100%;
  opacity: 1;
} */

/* .connect-page .contact-content .item-content-active .item-left p.item1,
.connect-page .contact-content .item-content:hover .item-left p.item1 {
  font-weight: bold;
} */

/* .connect-page .contact-content .item-content-active .item-left p.item2,
.connect-page .contact-content .item-content:hover .item-left p.item2 {
  font-weight: bold;
} */


.connect-page .box-map .contacts-map-b {
  border-radius: 20px;
}

.connect-page .box-map .contacts-map-b .contacts-map {
  width: 100%;
  height: 500px;
}

.product-page .product-swiper {
  width: 684px;
  margin: 24px auto 0;
}

.product-page .product-swiper .swiper .swiper-wrapper .swiper-slide {
  width: 492px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}

.product-page .product-swiper .swiper .swiper-wrapper .swiper-slide .box-img {
  width: 400px;
  height: 400px;
}

.product-page .product-swiper .swiper p.txt {
  /* margin: 46px auto 0;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 50px;
  text-align: center; */

  margin: 46px auto 0;
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  overflow: visible;
}

.product-page .product-swiper .swiper .swiper-wrapper .swiper-slide p.txt {
  margin: 46px auto 0;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 50px;
  text-align: center;
}

.product-page .product-swiper .swiper .swiper-button-prev,
.product-page .product-swiper .swiper .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #e51408;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  z-index: 40;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.product-page .product-swiper .swiper .swiper-button-prev {
  left: 60px;
}

.product-page .product-swiper .swiper .swiper-button-next {
  right: 60px;
}

.product-page .product-swiper .swiper .swiper-button-prev:after,
.product-page .product-swiper .swiper .swiper-button-next:after {
  color: #e51408;
  font-size: 18px;
}

.product-page .LeftandRightStructure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.product-page .LeftandRightStructure .box-left {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}

.product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle {
  position: relative;
  width: 160px;
  height: 40px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}

.product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle img {
  width: 24px;
  height: 24px;
  margin: 0 9px 0 20px;
}

.product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle p {
  height: 18px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  text-align: left;
}

.product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  z-index: -1;
  height: 0;
  border-top: 0 solid pink;
  border-left: 0 solid transparent;
  border-bottom: 40px solid #e51408;
  border-right: 20px solid transparent;
}

.product-page .LeftandRightStructure .box-left .item-left-content p span {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.product-page .LeftandRightStructure .box-left .item-left-content .box-table {
  margin: 50px 0 62px 0;
  width: 100%;
}

.product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-l {
  justify-content: center;
  width: 160px;
  text-align: center;
  min-height: 50px;
  height: auto;
  line-height: 50px;
  border-right: 2px solid #fff;
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: nowrap;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-r {
  width: 600px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-r p {
  text-align: left;
  width: 90%;
}

.product-page .LeftandRightStructure .item-list {
  margin: 29px 0 62px 0;
  width: 100%;
}

.product-page .LeftandRightStructure .item-list p.title {
  width: 100%;
  position: relative;
  padding-left: 0px;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.product-page .LeftandRightStructure .item-list li.item {
  width: 100%;
  position: relative;
  padding-left: 28px;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 16px;
}

.product-page .LeftandRightStructure .item-list li.otem {
  width: 100%;
  position: relative;
  padding-left: 0px;
  margin: 0 0 20px 0;
  color: #000000;
  font-size: 16px;
}

.product-page .LeftandRightStructure .item-list li.item:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  background: #e71f19;
  border-radius: 50%;
}

.product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-l,
.product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-l-1,
.product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-r {
  background: #f8f8f8;
}

.product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-l,
.product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-l-1,
.product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-r {
  background: #ebebeb;
}

.investor-page .investor-content {
  margin: 60px auto 163px;
  width: 1300px;
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px 20px 20px 20px;
}

.shadow-page {
  display: none;
  z-index: 555556;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.shadow-page .box-shadow {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.shadow-page .box-shadow .box-content {
  width: 600px;
  height: 540px;
  overflow: hidden;
  background: #f8f8f8;
  border-radius: 20px 20px 20px 20px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
}

.shadow-page .box-shadow .box-content img.shadow-close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 30px;
  right: 25px;
  cursor: pointer;
  border-radius: 0px 0px 0px 0px;
}

.shadow-page .box-shadow .box-content p.title {
  width: 100%;
  margin: 38px auto 0;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  height: 16px;
  line-height: 16px;
  text-align: center;
}

.shadow-page .box-shadow .box-content .red-title {
  width: 100%;
  height: 14px;
  line-height: 14px;
  font-weight: bold;
  font-size: 14px;
  color: #e51408;
  text-align: left;
  margin: 38px 0 11px 44px;
}

.shadow-page .box-shadow .box-content ul {
  margin: 0 0 0 44px;
}

.shadow-page .box-shadow .box-content ul li {
  width: 100%;
  font-weight: 400;
  height: 14px;
  font-size: 14px;
  color: #000000;
  line-height: 14px;
  text-align: left;
  margin: 16px 0 0 0;
}

.shadow-page .box-shadow .box-content .box-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #f8f8f8;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.shadow-page .box-shadow .box-content .btn {
  margin: 0px auto 0;
  font-weight: 500;
  font-size: 16px;
  color: #f8f8f8;
  line-height: 36px;
  text-align: center;
  width: 240px;
  height: 36px;
  background: #e51408;
  border-radius: 4px 4px 4px 4px;
}

.home-nav {
  height: 60px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  -webkit-backdrop-filter: saturate(100%) blur(5px);
  backdrop-filter: saturate(100%) blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  overflow-x: scroll;
  left: 0;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}

.home-nav a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  position: relative;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  align-content: center;
  display: flex;
  margin: 0 3.5%;
}

.home-nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 10px;
  height: 2px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  display: none;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-nav a.active:after,
.home-nav a:hover::after {
  display: inline-block;
  width: 40px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e6e6e6;
}

.home-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.home-nav::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.main-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  height: 55px;
}

.main-nav li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: left;
}

.main-nav li img {
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0px;
}

.main-nav li a {
  margin: 0 5px;
}

.main-nav li a:hover {
  color: #e51408;
}

.main-return {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  cursor: pointer;
}

.main-return img {
  width: 5px;
  height: auto;
  margin: 0 8px 0 0;
}

.main-return p {
  font-size: 16px;
  color: #000000;
}

.main-return:hover p {
  color: #0055a2;
}

@media (max-width: 1000px) {
  .product-page .product-swiper .swiper p.txt {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 24px;
   
  }
  header {
    height: 70px;
  }

  main {
    margin-top: 70px;
  }

  .home-nav {
    height: 60px;
    padding: 0 10px;
    justify-content: flex-start;
  }

  .home-nav a {
    font-size: 12px;
    margin: 0 20px;
  }

  .home-nav a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 10px;
    height: 2px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    display: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .home-nav a.active:after,
  .home-nav a:hover::after {
    display: inline-block;
    width: 40px;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  .home-page .box-detail {
    padding: 40px 0px 0 0px;
  }

  .home-page .box-detail .box-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }

  .home-page .box-detail .box-title .left-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .home-page .box-detail .box-title .left-title .left-title-img {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    margin: 0 10px 0 0;
  }

  .home-page .box-detail .box-title .left-title .left-title-line {
    height: 30px;
    line-height: 30px;
    color: #e51408;
    font-size: 14px;
  }

  .home-page .box-detail .box-title .left-title .left-title-txt {
    font-size: 14px;
    margin: 0 0 0 10px;
    height: 22px;
    line-height: 22px;
  }

  .home-page .box-detail .box-title .right-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    color: #000000;
    font-size: 12px;
    cursor: pointer;
  }

  .home-page .box-detail .box-title .right-title img {
    width: 5px;
    height: auto;
    margin: 0 0 0 5px;
  }

  .home-page .box-detail .box-title .right-title a {
    color: #000000;
    font-size: 12px;
  }

  .home-page .box-detail .box-title .right-title p {
    color: #000000;
    font-size: 12px;
  }

  .home-page .box-detail .box-title .right-title:hover p {
    color: #e51408;
  }

  .home-part1 .swiper-slide {
    position: relative;
  }

  .home-part1 .swiper-slide img {
    min-height: 200px;
    object-fit: cover;
  }

  .home-page .home-part1 .swiper-slide .mauto {
    width: 100%;
    margin: auto;
    max-width: 1280px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }

  .home-page .home-part1 .swiper-slide .mauto p.t1 {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 0 10px;
  }


  .home-page .home-part1 .swiper-slide .mauto p.t2 {
    /* height: 14px; */
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    margin: 10px 0 0px 10px;
    text-align: left;
  }


  .home-page .home-part1 .swiper-slide .mauto .box-more {
    margin: 40px 0 0 10px;
    width: 70px;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more .more {
    height: 16px;
    font-weight: 500;
    font-size: 10px;
    color: #ffffff;
    line-height: 16px;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more img {
    margin: 0 0 0 5px;
    width: 6px;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more:after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: -5px;
    background: #ffffff !important;
    width: 0;
    transition: all 0.3s;
    z-index: -1;
    border: 1px solid #ffffff;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more:hover {
    color: #000000 !important;
    border: 1px solid #ffffff;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more:hover .more {
    color: #000000;
  }

  .home-page .home-part1 .swiper-slide .mauto .box-more:hover:after {
    width: 100%;
    left: 0;
    background: #ffffff !important;
  }

  .home-page .home-part1 .swiper-pagination {
    bottom: 10px;
  }

  .home-page .home-part2 {
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }

  .home-page .home-part2 .part-left {
    width: 100%;
    height: 700px;
  }

  .home-page .home-part2 .part-left .box-title {
    padding: 0 10px 0 0;
  }

  .home-page .home-part2 .part-left .box-content {
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }

  .home-page .home-part2 .part-left .box-content .left-content {
    width: calc(1280 / 1280 * 100%);
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-page .home-part2 .part-left .box-content .left-content p.title {
    width: 80%;
    padding: 0 0 0 10px;
    height: 60px;
    line-height: 60px;
  }

  .home-page .home-part2 .part-left .box-content .left-content .swiper-pagination {
    text-align: right;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    padding: 0 10px 0 0;
  }

  .home-page .home-part2 .part-left .box-content .right-content {
    margin: 20px auto 0;
    width: calc(1280 / 1280 * 100%);
  }

  .home-page .home-part2 .part-left .box-content .right-content a {
    margin: 0 0 6px 0;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .t1 {
    font-size: 14px;
    margin-top: 10px;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .t2 {
    font-size: 12px;
    margin-top: 10px;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .box-time {
    height: 16px;
    margin: 10px auto 10px;
    width: 100%;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .box-time p.time {
    font-size: 12px;
    color: #000000;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .box-time .box-more p {
    font-size: 12px;
  }

  .home-page .home-part2 .part-left .box-content .right-content a .box-time .box-more img {
    margin: 0 0 0 5px;
    width: 12px;
    height: auto;
  }

  .home-page .home-part2 .part-left .box-content .right-content a:last-child {
    border-bottom: 1px solid #d9d9d9;
  }

  .home-page .home-part3 {
    position: relative;
    height: 800px;
  }

  .home-page .home-part4 .box-content {
    width: 100%;
    margin: 42px auto 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .left {
    max-width: calc(1340 / 1340 * 100%);
    width: 100%;
    height: 210px;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .left .img-scale {
    width: 100%;
    height: 100%;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .left .img-scale img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: auto;
    object-fit: cover;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right {
    height: 100%;
    min-height: 300px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title {
    width: 100%;
    margin: 19px 0 0 0;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title img {
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-title p {
    height: 28px;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    text-align: left;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-txt {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-txt p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    text-align: left;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more {
    width: 100%;
    margin: 26px 0 0 0;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more p {
    font-size: 12px;
  }

  .home-page .home-part4 .box-content .swiper .swiper-slide .right .box-more img {
    width: 5px;
    height: auto;
    margin: 0 0 0 5px;
  }

  .home-page .home-part4 .box-content .swiper .swiper-pagination {
    max-width: calc(1340 / 1340 * 100%);
    bottom: 34px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    color: #cccccc;
    left: auto;
  }

  .home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-current {
    height: 30px;
    font-weight: bold;
    font-size: 30px;
    color: #e51408;
    line-height: 30px;
    text-align: left;
  }

  .home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-icon {
    margin: 0 5px 0 10px;
    height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #cccccc;
    line-height: 24px;
  }

  .home-page .home-part4 .box-content .swiper .swiper-pagination .swiper-pagination-total {
    height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #cccccc;
    line-height: 24px;
  }

  .home-page .home-part4 .box-content .box-button {
    width: 100%;
    position: absolute;
    max-width: calc(1340 / 1340 * 100%);
    bottom: 34px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: flex-end;
    height: 24px;
    left: auto;
  }

  .home-page .home-part4 .box-content .box-button .swiper-button-prev,
  .home-page .home-part4 .box-content .box-button .swiper-button-next {
    color: #e51408;
    font-weight: bold;
  }

  .home-page .home-part4 .box-content .box-button .swiper-button-next:after,
  .home-page .home-part4 .box-content .box-button .swiper-button-prev:after {
    font-size: 18px;
  }

  .home-page .home-part4 .box-content .box-button .box-content-button {
    position: relative;
  }

  .home-page .home-part4 .box-content .box-button .swiper-button-prev {
    width: 14px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    left: 166px;
    top: 0;
  }

  .home-page .home-part4 .box-content .box-button .swiper-button-next {
    width: 14px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    left: 238px;
    top: 0;
  }

  .home-page .home-part4 .box-content .box-button .swiper-button-disabled {
    color: #cccccc;
    opacity: 1;
  }

  .home-page .home-part5 {
    position: relative;
    height: auto;
    margin: 0 auto 50px;
  }

  .home-page .home-part5 .box-video {
    width: 100%;
    margin: 14px auto 0;
    position: relative;
  }

  .home-page .home-part5 .box-video a {
    width: 100%;
  }

  .home-page .home-part5 .box-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
  }

  .home-page .home-part5 .box-video .health-img {
    position: relative;
    height: 220px;
  }

  .home-page .home-part5 .box-video .health-img:after {
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(/public/jp/img/icon-play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px !important;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .home-page .home-part5 .box-video-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }

  .home-page .home-part5 .box-video-txt .txt1 {
    width: 92%;
    height: 42px;
    font-size: 14px !important;
    font-weight: 600;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    margin: 38px auto 0;
  }

  .home-page .home-part5 .box-video-txt .txt2 {
    width: 92%;
    height: 20px;
    font-size: 10px !important;
    line-height: 18px;
    text-align: center;
    margin: 60px auto 0;
  }

  .home-page .home-part5 .home-mauto {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px auto 0;
    transform: translate(0%, 0%);
    width: 92%;
    max-width: 100%;
    padding: 20px 20px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 20px 20px;
  }

  .home-page .home-part5 .home-mauto .box-title {
    margin: 0px auto 0;
  }

  .home-page .home-part5 .home-mauto .box-content {
    margin: 15px auto 0;
    width: 100%;
  }

  .home-page .home-part5 .home-mauto .box-content p {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }

  .home-page .home-part5 .home-mauto .box-icon {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }

  .home-page .home-part5 .home-mauto .box-icon .item-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 30px 0 0 0;
    width: 20%;
  }

  .home-page .home-part5 .home-mauto .box-icon .item-icon img {
    width: 60px;
    height: 60px;
    margin: 0 0px 0 0;
  }

  .home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt .t1 {
    width: 100%;
    font-size: 16px;
    color: #e51408;
    text-align: center;
  }

  .home-page .home-part5 .home-mauto .box-icon .item-icon .right-txt .t2 {
    width: 100%;
    text-align: center;
    margin: 2px 0 0 0;
    font-size: 10px;
    height: auto;
  }

  .home-page .home-part6 {
    width: 100%;
    height: 210px;
    background-image: url("/public/jp/img/bg_02.png");
  }

  .home-page .home-part6 .mauto {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-page .home-part6 .mauto .title {
    font-size: 20px;
  }

  .home-page .home-part6 .mauto .box-more:hover {
    color: #000;
    background-position: 99% 50%;
  }

  .home-page .home-part6 .mauto .box-more:hover img.img2 {
    display: inline-block;
  }

  .home-page .home-part6 .mauto .box-more:hover img.img1 {
    display: none;
  }

  .home-page .home-part6 .mauto .box-more {
    /* width: 120px; */
    height: 40px;
    margin: 26px auto 0;
    font-size: 12px;
  }

  .home-page .home-part6 .mauto .box-more p {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 12px;
  }

  .home-page .home-part6 .mauto .box-more img {
    width: 5px;
    height: auto;
    margin: 0 0 0 5px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    height: 55px;
  }

  .main-nav li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 10px;
    color: #000000;
    text-align: left;
  }

  .main-nav li img {
    width: 12px;
    height: 12px;
    margin: 0 2px 0 0px;
  }

  .main-nav li a {
    margin: 0 3px;
  }

  .main-nav li a:hover {
    color: #e51408;
  }
}

@media (max-width: 1200px) {
  .home-page .home-part5 .box-video-txt .txt1 {
    font-size: 28px;
  }

  .home-page .home-part5 .box-video-txt .txt2 {
    font-size: 14px;
  }

  .home-page .home-part5 .box-video .health-img:after {
    background-size: 70px 70px;
  }

  .cart-connect-content {
    margin: 30px auto 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    /* background: #FFFFFF; */
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    overflow: hidden;
  }

  .cart-connect-content .box-map {
    /* width: 750px; */
    width: 100%;
    max-width: 100%;
    height: auto;
    background: transparent;
    border-radius: 0;
  }

  .cart-connect-content .box-map #map img {
    width: 100%;
  }

  .connect-page .box-map .contacts-map-b .contacts-map {
    height: auto;
  }

  .connect-page .contact-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

  }

  .connect-page .contact-content .title {
    margin: 52px 0 20px 30px;
    width: 100%;
    height: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .connect-page .contact-content .item-content {
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0 30px;
    margin: 0 0 20px 0;
  }


  .connect-page .contact-content .item-content .item-left {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
  }


  .connect-page .contact-content .item-content .item-left p.item2 {
    width: 100%;
    color: #000000;
    margin: 10px 0 0 0;
    height: auto;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }

  .connect-page .contact-content .item-content .item-right {
    margin: 0px auto 0px;

    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .connect-page .contact-content .item-content .item-right img {
    width: 30px;
    height: auto;
    margin: 0 8px 0 0;
  }

  .connect-page .contact-content .item-content .item-right p.item1 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #e51408;
    font-weight: 600;
  }

  .connect-page .box-connect {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    margin: 30px auto 30px;
    /* border: 1px solid red; */
  }

  .connect-page .box-connect .item-connect {
    /* width: 620px; */
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.18);
    border-radius: 10px 10px 10px 10px;
    margin: 0 0 30px 0;
    padding: 0 30px 20px 30px;
  }

  .connect-page .box-connect .item-connect .title {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: auto;
    min-height: 50px;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    text-align: left;
  }

  .connect-page .box-connect .item-connect .item-detail {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: 20px 0 18px 0;
  }

  .connect-page .box-connect .item-connect .item-detail img {
    width: 18px;
    height: 18px;
    margin: 5px 8px 0 0;
  }

  .connect-page .box-connect .item-connect .item-detail p.txt {
    height: auto;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
  }




  /* 


  .connect-page .contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .connect-page .contact-content .item-content {
    margin: 20px 0 0 0;
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .connect-page .contact-content .item-content .item-left {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
  }

  .connect-page .contact-content .item-content .item-left p.item1 {
    font-size: 14px;
  }

  .connect-page .contact-content .item-content .item-left p.item2 {
    font-size: 12px;
    margin: 10px 0 0 0;
  }

  .connect-page .contact-content .item-content .item-right {
    margin: 0px auto 10px;
  }

  .connect-page .contact-content .item-content .item-right img {
    width: 26px;
    height: auto;
  }

  .connect-page .contact-content .item-content-active .item-left p.item1,
  .connect-page .contact-content .item-content:hover .item-left p.item1 {
    font-weight: bold;
  }

  .connect-page .contact-content .item-content-active .item-left p.item2,
  .connect-page .contact-content .item-content:hover .item-left p.item2 {
    font-weight: bold;
  } */
  /* 
  .connect-page .box-map {
    width: 100%;
    height: 500px;
    margin: 26px auto 78px;
    border-radius: 20px;
  }

  .connect-page .box-map .contacts-map-b {
    border-radius: 20px;
  }

  .connect-page .box-map .contacts-map-b .contacts-map {
    width: 100%;
    height: 500px;
  } */

  .shadow-page .box-shadow .box-content {
    max-width: 92%;
    width: 600px;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    border-radius: 20px 20px 20px 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .shadow-page .box-shadow .box-content img.shadow-close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 30px;
    right: 25px;
    cursor: pointer;
    border-radius: 0px 0px 0px 0px;
  }

  .shadow-page .box-shadow .box-content p.title {
    width: 100%;
    margin: 30px auto 0;
  }

  .shadow-page .box-shadow .box-content .red-title {
    height: auto;
    line-height: 14px;
    font-size: 14px;
    margin: 20px 0 8px 20px;
  }

  .shadow-page .box-shadow .box-content ul {
    max-width: 90%;
    margin: 0 0 0 20px;
  }

  .shadow-page .box-shadow .box-content ul li {
    height: auto;
    font-size: 12px;
    margin: 5px 0 0 0;
  }

  .shadow-page .box-shadow .box-content .box-btn {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 60px;
    background: #f8f8f8;
    box-shadow: none;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .shadow-page .box-shadow .box-content .btn {
    font-size: 12px;
    line-height: 30px;
    width: 200px;
    height: 30px;
  }

  .box-content-message {
    margin: auto;
    text-align: center;
  }

  .box-content-message .connect-message {
    width: 100%;
    margin: 36px auto 84px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
  }

  .box-content-message .connect-message .form-box {
    width: 92%;
    margin: 0px auto 0;
    padding: 0 0px;
    text-align: left;
  }

  .box-content-message .connect-message .form-box .form-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .box-content-message .connect-message .form-box .form-item .a-item {
    width: 100%;
    margin: 0 0px 10px 0;
    background-color: #fff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .box-content-message .connect-message .form-box .form-item .a-item-2 {
    position: relative;
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .box-content-message .connect-message .form-box .form-item .a-item-2 .input-title {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    margin-left: 10px;
    height: 46px;
    line-height: 46px;
  }

  .box-content-message .connect-message .form-box .form-item .a-item-2 textarea {
    /* width: 90%; */
    color: #000000;
    padding-top: 14px;
    background-color: transparent;
  }

  .box-content-message .connect-message .form-box .input-title {
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    margin-left: 10px;
    width: auto;
  }

  .box-content-message .connect-message .form-box input {
    padding: 0 0 0 0px;
    /* width: 71%; */
    height: 46px;
    background: #f6f6f6;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 46px;
    background-color: transparent;
  }

  .box-content-message .connect-message .form-box textarea {
    padding: 0px 0 0 0px;
    /* width: 600px; */
    /* max-width: 68%; */
    height: 96px;
    background: #f6f6f6;
    font-size: 14px;
    color: #000000;
  }

  .box-content-message .connect-message .form-box .box-aline {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    height: 46px;
  }

  .box-content-message .connect-message .form-box .box-aline .anitem {
    width: 150px;
    height: 46px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 20px 0 0;
  }

  .box-content-message .connect-message .form-box .box-aline .box-verification {
    width: 200px;
    height: 46px;
  }

  .box-content-message .connect-message .form-box .box-aline .box-verification img {
    width: auto;
    height: 46px;
    object-fit: contain;
  }

  .box-content-message .connect-message .form-box .input-submit {
    color: #ffffff;
    line-height: 50px;
    justify-content: center;
    width: 300px;
    height: 50px;
    background: #e51408;
    border-radius: 6px 6px 6px 6px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin: 30px auto 0;
  }

  .news-deital {
    margin: 20px auto 0;
  }

  .news-deital .item-detail {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0 0 0;
  }

  .news-deital .item-detail .mauto {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: auto;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .news-deital .item-detail .img-scale {
    width: 100%;
    height: auto;
    margin: 0 0px 0 0;
  }

  .news-deital .item-detail .img-scale img {
    object-fit: cover;
  }

  .news-deital .item-detail .right-txt {
    width: calc(1200 / 1200 * 100%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 20px 0 0 0;
  }

  .news-deital .item-detail .right-txt .txt1 {
    font-size: 14px;
    margin: 0px auto 0;
  }

  .news-deital .item-detail .right-txt .txt2 {
    margin: 10px auto 0;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 18px;
  }

  .news-deital .item-detail .box-bottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 18px 0 10px 0;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .news-deital .item-detail .box-bottom .txt3 {
    color: #000000;
    font-size: 12px;
  }

  .news-deital .item-detail .box-bottom .box-more p {
    font-size: 12px;
  }

  .news-deital .item-detail .box-bottom .box-more img {
    margin: 0 0 0 5px;
    width: 10px;
    height: 10px;
  }

  .news-deital .item-detail:hover {
    background-image: url("/public/jp/img/bg_06.png");
  }

  .news-deital .item-detail:hover .right-txt {
    width: calc(1200 / 1200 * 100%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    position: relative;
  }

  .news-deital .item-detail:hover .right-txt .txt1 {
    color: #ffffff;
  }

  .news-deital .item-detail:hover .right-txt .txt2 {
    color: #ffffff;
  }

  .news-deital .item-detail:hover .box-bottom .txt3 {
    color: #ffffff;
  }

  .news-deital .item-detail:hover .box-bottom .box-more p {
    color: #ffffff;
  }

  .news-deital .item-detail:hover .box-bottom .box-more img.mpre-img {
    display: none;
  }

  .news-deital .item-detail:hover .box-bottom .box-more img.mpre-img2 {
    display: inline-block;
  }

  .news-deital .item-detail2 {
    height: 179px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .news-deital .item-detail2 .right-txt {
    width: calc(1200 / 1200 * 100%);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .news-deital .item-detail2 .right-txt .txt1 {
    margin: 34px 0 0 0;
    font-weight: bold;
    width: 100%;
    height: 28px;
    font-size: 16px;
    color: #000000;
    text-align: left;
  }

  .news-deital .item-detail2 .right-txt .txt1:hover {
    color: #0055a2;
  }

  .news-deital .item-detail2 .right-txt .txt2 {
    margin: 11px 0 0 0;
    width: 100%;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    text-align: left;
  }

  .news-deital .item-detail2 .right-txt .txt3 {
    margin: 24px 0 0 0;
    color: #1658a0;
    font-size: 16px;
  }

  .news-deital .item-detail:last-child {
    border: none;
  }

  .home-content .content-title {
    text-align: center;
    margin: 7px auto 0;
  }

  .home-content .content-title .title {
    font-size: 16px;
  }

  .home-content .content-title .title:before {
    content: "";
    width: 4px;
    height: 4px;
    left: -10px;
  }

  .home-content .content-title .title:after {
    width: 4px;
    height: 4px;
    right: -10px;
  }

  .home-content .content-title .detail {
    margin: 4px auto 0;
    font-weight: 400;
    font-size: 12px;
    color: #cccccc;
    height: 20px;
    line-height: 20px;
  }

  .home-content .content-nav {
    width: 92%;
    margin: 30px auto 0;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-content .content-nav .item-nav {
    width: auto;
    height: 40px;
    font-weight: 400;
    font-size: 12px;
    color: #e51408;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
  }

  .home-content .content-nav .item-nav-active {
    color: #fff;
    background-color: #e51408;
  }

  .home-content .industry-mauto {
    width: 92%;
  }

  .home-content .box-content {
    margin: 28px auto 0;
  }

  .home-content .box-content img.pro {
    width: 100%;
    height: auto;
  }

  .home-content .box-content .an-txt {
    margin: 20px auto 0;
    text-indent: 2em;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    text-align: left;
  }

  .home-content .box-content .box-icon {
    margin: 30px auto 80px;
    width: 1100px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 20px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }

  .home-content .box-content .box-icon .item-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0px 0 0 0;
    width: 24%;
  }

  .home-content .box-content .box-icon .item-icon .icon-img {
    width: 50px;
    height: 50px;
    margin: 0 0px 0 0;
  }

  .home-content .box-content .box-icon .item-icon .right-txt {
    width: 100%;
    margin: 0px 0 0 0;
  }

  .home-content .box-content .box-icon .item-icon .right-txt .t1 {
    width: 100%;
    text-align: center;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  .home-content .box-content .box-icon .item-icon .right-txt .t2 {
    width: 100%;
    text-align: center;
    margin: 2px 0 0 0;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .home-content .box-history {
    margin: 65px auto 65px;
    width: 100%;
    height: auto;
    background-image: url("/public/jp/img/bg_05.png");
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }

  .home-content .box-history .content-title {
    width: 100%;
    margin: -58px auto 0;
  }

  .home-content .box-history .mauto {
    width: 100%;
    margin: 44px auto 0;
    padding: 0 0px;
    position: relative;
  }

  .home-content .box-history .mauto .histort-swiper {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: visible;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide .left {
    width: 92%;
    margin: 0 0px 0 0;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide .left img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide .right {
    margin: 20px auto 0;
    width: 92%;
    height: 100%;
    position: relative;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide .right .txt {
    height: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    text-align: left;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-slide .right .year {
    font-weight: bold;
    font-size: 50px;
    color: #e51408;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .home-content .box-history .mauto .histort-swiper .swiper-button-prev,
  .home-content .box-history .mauto .histort-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e51408;
    z-index: 50;
    top: auto;
    bottom: 4px;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-button-prev:after,
  .home-content .box-history .mauto .histort-swiper .swiper-button-next:after {
    font-size: 12px;
    color: #fff;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-button-prev {
    left: 5px;
  }

  .home-content .box-history .mauto .histort-swiper .swiper-button-next {
    right: 5px;
  }

  .home-content .box-history .mauto .year-swiper {
    width: 92%;
    margin: 30px auto 0;
  }

  .home-content .box-history .mauto .year-swiper .yaer-over-swiper {
    padding: 0 0px;
  }

  .home-content .box-history .mauto .year-swiper .yaer-over-swiper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .home-content .box-history .mauto .year-swiper .year-content-swiper {
    margin: auto;
    width: 90%;
    overflow: visible;
    height: 100%;
  }

  .home-content .box-history .mauto .year-swiper .swiper-wrapper {
    height: 100%;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide {
    width: auto;
    height: 40px;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide .txt {
    font-size: 14px;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide .circle {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #bcbcbc;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .txt {
    font-size: 16px;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .circle {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #e51408;
  }

  .home-content .box-history .mauto .year-swiper .swiper-slide-thumb-active .circle:after {
    content: "";
    position: absolute;
    background: #e51408;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .home-content .newjob-swiper {
    margin: 20px auto 30px;
    width: 100%;
    position: relative;
  }

  .home-content .newjob-swiper .newjob-over-swiper {
    width: 90%;
    position: relative;
    margin: auto;
  }

  .home-content .newjob-swiper .newjob-over-swiper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .home-content .newjob-swiper .newjob-content-swiper {
    overflow: hidden;
    margin: auto;
    height: 50px;
    width: 87%;
    height: 100%;
  }

  .home-content .newjob-swiper .swiper-wrapper {
    height: 100%;
  }

  .home-content .newjob-swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    width: auto;
    height: 46px;
  }

  .home-content .newjob-swiper .swiper-slide .txt {
    width: 100%;
    text-align: center;
    height: 12px;
    color: #000000;
    line-height: 16px;
    font-size: 12px;
  }

  .home-content .newjob-swiper .swiper-slide .circle {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #bcbcbc;
  }

  .home-content .newjob-swiper .swiper-slide-thumb-active .txt {
    font-weight: bold;
    font-size: 12px;
    color: #e51408;
  }

  .home-content .newjob-swiper .swiper-slide-thumb-active .circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #e51408;
  }

  .home-content .newjob-swiper .swiper-slide-thumb-active .circle:after {
    content: "";
    position: absolute;
    background: #e51408;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .home-content .newjob-swiper .swiper-button-prev,
  .home-content .newjob-swiper .swiper-button-next {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e51408;
    z-index: 50;
    top: 90%;
  }

  .home-content .newjob-swiper .swiper-button-prev:after,
  .home-content .newjob-swiper .swiper-button-next:after {
    font-size: 12px;
    color: #fff;
  }

  .home-content .newjob-swiper .swiper-button-prev {
    left: -18px;
  }

  .home-content .newjob-swiper .swiper-button-next {
    right: -18px;
  }

  .home-content .box-report-swiper {
    overflow-x: hidden;
    width: 100%;
  }

  .home-content .box-report-swiper .report-swiper {
    margin: 0 auto 60px;
    width: 300px;
    height: auto;
  }

  .home-content .box-report-swiper .report-swiper .swiper-slide {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: auto;
  }

  .home-content .box-report-swiper .report-swiper .swiper-slide .box-img {
    width: 100%;
    height: 400px;
    max-height: 400px;
  }

  .home-content .box-report-swiper .report-swiper .swiper-slide .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-content .box-report-swiper .report-swiper .swiper-slide p.txt {
    margin: 16px auto 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    height: 18px;
  }

  .home-content .box-project-swiper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 60px;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 img {
    width: 34px;
    height: 15px;
    margin: 0 11px 0 0;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-t3 p {
    width: 106px;
    height: 33px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #e51408;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left .t1 {
    height: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #e51408;
    line-height: 28px;
    text-align: left;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left .t2 {
    margin: 10px auto 20px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    text-align: left;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 {
    margin: 20px auto 20px;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 li {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    text-align: left;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-left ul.box-t4 li span {
    margin: 0 10px 0 3px;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right {
    width: 100%;
    margin: 50px 0 0 0;
    max-width: calc(1200 / 1200 * 100%);
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right .box-img {
    width: 100%;
    height: auto;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-top .box-top-right .box-img img {
    width: 100%;
    height: auto;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product {
    margin: 34px auto 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product {
    width: 100%;
    margin: 0 0px 50px 0;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product .box-img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product .box-img img {
    width: 100%;
    height: auto;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product p.txt {
    margin: 10px auto 0;
    width: 100%;
    height: 14px;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 14px;
    text-align: center;
  }

  .home-content .box-project-swiper .project-swiper .swiper-slide .box-bottom .box-product .item-product:nth-child(4n) {
    margin: 0 0px 50px 0;
  }

  .news-box {
    padding: 26px 0;
  }

  .news-box .news-detail-b-row-top {
    position: relative;
    padding: 0 0rem;
    padding-bottom: 3%;
    border-bottom: 1px solid #d8d8d8;
  }

  .news-box .news-detail-b-row-top>.title {
    font-size: 16px;
  }

  .news-box .news-detail-menu {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 32px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .news-box .news-detail-menu img.icon-time {
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
  }

  .news-box .news-detail-menu img.icon-view {
    width: 12px;
    height: 12px;
    margin: 0 3px 0 20px;
  }

  .news-box .news-detail-menu span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
  }

  .news-box .news-detail-con {
    text-align: center;
    padding: 20px 0;
  }

  .news-box .news-detail-con p {
    /* padding: 50px; */
    margin: 0 0 0px 0;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    text-align: left;
  }

  .news-box .news-detail-page {
    margin: 0 0rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .news-box .news-detail-page .news-detail-page-l-prev,
  .news-box .news-detail-page .news-detail-page-l-next {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
    display: block;
    font-weight: bold;
    color: #000000;
  }

  .news-box .news-detail-page .news-detail-page-l-prev span,
  .news-box .news-detail-page .news-detail-page-l-next span {
    color: #e51408;
  }

  .news-box .news-detail-page-r {
    border-radius: 20px;
    background: #fff;
    text-align: center;
    line-height: 38px;
    width: 140px;
    height: 38px;
    border: 1px solid #e51408;
  }

  .news-box .news-detail-page-r img {
    width: 12px;
    margin-left: 7px;
  }

  .news-box .news-detail-page-r .title {
    font-size: 14px;
    font-weight: 400;
    color: #e51408;
  }

  .culture-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px auto 55px;
  }

  .culture-content .culture-item {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0 10px 20px 10px;
  }

  .culture-content .culture-item .left {
    width: calc(610 / 610 * 100%);
  }

  .culture-content .culture-item .left .t1 {
    width: 100%;
    margin: 20px 0 0 0px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }

  .culture-content .culture-item .left .t2 {
    width: 100%;
    margin: 10px 0 0 0px;
    font-size: 12px;
    line-height: 20px;
  }

  .culture-content .culture-item .right {
    width: auto;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 0 0 0 30px;
  }

  .culture-content .culture-item .right img {
    width: 60px;
    height: auto;
  }

  .culture-content .culture-item .right .img02 {
    display: none;
  }

  /*   
  .culture-content .culture-item:hover {
    background-image: url("/public/jp/img/bg_07.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .culture-content .culture-item:hover .left .t1 {
    color: #fff;
  }
  .culture-content .culture-item:hover .left .t2,
  .culture-content .culture-item:hover .left .t2 p {
    color: #fff;
  }
  .culture-content .culture-item:hover .right .img01 {
    display: none;
  }
  .culture-content .culture-item:hover .right .img02 {
    display: inline-block;
  } */
  .product-page .product-swiper {
    width: 100%;
    margin: 20px auto 0;
  }

  .product-page .product-swiper .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }

  .product-page .product-swiper .swiper .swiper-wrapper .swiper-slide .box-img {
    width: 100%;
    height: auto;
  }

  .product-page .product-swiper .swiper .swiper-wrapper .swiper-slide p.txt {
    margin: 24px auto 24px;
    width: 100%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .product-page .product-swiper .swiper .swiper-button-prev,
  .product-page .product-swiper .swiper .swiper-button-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #e51408;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    z-index: 40;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
  }

  .product-page .product-swiper .swiper .swiper-button-prev {
    left: 10px;
  }

  .product-page .product-swiper .swiper .swiper-button-next {
    right: 10px;
  }

  .product-page .product-swiper .swiper .swiper-button-prev:after,
  .product-page .product-swiper .swiper .swiper-button-next:after {
    color: #e51408;
    font-size: 18px;
  }

  .product-page .LeftandRightStructure {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .product-page .LeftandRightStructure .box-left {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }

  .product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle {
    position: relative;
    /* width: 100px; */
    height: 40px;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
  }

  .product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle img {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 10px;
  }

  .product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle p {
    height: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 18px;
    text-align: left;
  }

  .product-page .LeftandRightStructure .box-left .item-content .item-left-box .atitle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    z-index: -1;
    height: 0;
    border-top: 0 solid pink;
    border-left: 0 solid transparent;
    border-bottom: 40px solid #e51408;
    border-right: 20px solid transparent;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content p span {
    width: 100%;
    display: inline-block;
    margin: 0;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content .box-table {
    margin: 26px 0 30px 0;
    width: 100%;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-l {
    justify-content: center;
    width: 30%;
    text-align: center;
    min-height: 50px;
    height: auto;
    line-height: 50px;
    border-right: 2px solid #fff;
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-r {
    width: 600px;
    max-width: 70%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px 0;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
  }

  .product-page .LeftandRightStructure .box-left .item-left-content .box-table .item-table .item-table-r p {
    text-align: left;
    width: 90%;
  }

  .product-page .LeftandRightStructure .item-list {
    margin: 18px 0 30px 0;
    width: 100%;
  }

  .product-page .LeftandRightStructure .item-list p.title {
    width: 100%;
    position: relative;
    padding-left: 0px;
    margin: 0 0 20px 0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
  }

  .product-page .LeftandRightStructure .item-list li.item {
    width: 100%;
    position: relative;
    padding-left: 28px;
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 12px;
  }

  .product-page .LeftandRightStructure .item-list li.otem {
    width: 100%;
    position: relative;
    padding-left: 0px;
    margin: 0 0 10px 0;
    color: #000000;
    font-size: 12px;
  }

  .product-page .LeftandRightStructure .item-list li.item:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #e71f19;
    border-radius: 50%;
  }

  .product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-l,
  .product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-l-1,
  .product-page .LeftandRightStructure .item-table:nth-child(2n) .item-table-r {
    background: #f8f8f8;
  }

  .product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-l,
  .product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-l-1,
  .product-page .LeftandRightStructure .item-table:nth-child(2n + 1) .item-table-r {
    background: #ebebeb;
  }

  .investor-page .investor-content {
    margin: 30px auto 60px;
    width: 1100px;
    max-width: 92%;
    background: #ffffff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 20px 20px;
  }

  .newjob-page .newjob-content {
    max-width: 100%;
    width: 100%;
    margin: auto;
  }

  .newjob-page .newjob-content .txt {
    font-size: 12px;
    color: #000;
    margin: 0 auto 30px;
  }

  .newjob-page .newjob-content .box-table {
    width: 100%;
    margin: 0px auto 66px;
    min-height: auto;
    height: auto;
    background: #ffffff;
    box-shadow: none;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
  }

  .newjob-page .newjob-content .box-table .table-top {
    padding: 0 0 0 0px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background: rgba(229, 20, 8, 0.05);
    margin: 0px auto 0;
  }

  .newjob-page .newjob-content .box-table .table-top li {
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: #e51408;
    text-align: center;
  }

  .newjob-page .newjob-content .box-table .table-bottom {
    border-radius: 0px 0px 0px 0px;
  }

  .newjob-page .newjob-content .box-table .table-bottom .item {
    display: flex;
    position: relative;
    cursor: pointer;
  }

  .newjob-page .newjob-content .box-table .table-bottom .item .item-table {
    padding: 10px 0 10px 0px;
    width: 100%;
    min-height: 60px;
    height: auto;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }

  .newjob-page .newjob-content .box-table .table-bottom .item .item-table li {
    font-size: 10px;
    text-align: center;
  }

  .newjob-page .newjob-content .box-table .table-bottom .item:last-child {
    border: none;
  }

  .newjob-page .newjob-content .box-table .table-bottom .item:last-child .item-table {
    border: none !important;
  }

  .newjob-page .newjob-content .box-table .table-bottom .active .txt-title {
    color: #0055a2;
  }

  .newjob-page .newjob-content .box-table .table-bottom .active .item-active {
    display: inline-block;
  }

  .newjob-page .newjob-content .box-table .table-bottom-color {
    background: rgba(0, 85, 162, 0.08);
  }

  .newjob-page .newjob-content .box-table .ali-search p {
    font-size: 10px;
  }

  .newjob-page .newjob-content .box-table .ali-search img {
    width: 5px;
    height: auto;
    margin: 0 0 0 5px;
  }

  .newjob-page .newjob-content .box-table .ali1-2 {
    width: calc(1 / 2 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-3 {
    width: calc(1 / 3 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-4 {
    width: calc(1 / 4 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-5 {
    width: calc(1 / 5 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-6 {
    width: calc(1 / 6 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali2-6 {
    width: calc(2 / 6 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali3-8 {
    width: calc(3 / 8 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali2-8 {
    width: calc(2 / 8 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-8 {
    width: calc(1 / 8 * 100%);
  }

  .newjob-page .newjob-content .box-table .ali1-9 {
    width: calc(1 / 9 * 100%);
  }

  .newjob-page .newjob-content .box-table {
    padding: 0;
  }

  .newjob-page .newjob-content .box-t1 .txt {
    margin: 0 0 10px 0;
  }

  .newjob-page .newjob-content .box-t1 .txt span {
    margin: 0 50px 10px 0;
    display: inline-block;
    width: 100%;
    font-size: 12px;
  }

  .newjob-page .newjob-content .box-t3 {
    margin: 26px 0 18px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  .newjob-page .newjob-content .box-t3 img {
    width: 20px;
    height: auto;
    margin: 0 6px 0 0;
  }

  .newjob-page .newjob-content .box-t3 p {
    width: 106px;
    height: 33px;
    font-weight: 500;
    font-size: 12px;
    color: #e51408;
    line-height: 34px;
    text-align: left;
  }
}

@media (max-width: 680px) {
  .box-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-content .item-content {
    margin: 0 0px 40px 0;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .box-content .item-content .img-scale {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .box-content .item-content .img-scale img {
    object-fit: contain;
  }

  .box-content .item-content .txt {
    width: 100%;
    margin: 16px auto 0;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
  }

  .box-content .item-content:nth-child(4n) {
    margin: 0 0px 40px 0;
  }

  .box-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .box-content2 .item-content {
    margin: 0 0px 10px 0;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
  }

  .box-content2 .item-content .img-scale {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    position: relative;
  }

  .box-content2 .item-content .img-scale .hover {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: rgba(229, 20, 8, 0.1);
    border-radius: 0px 0px 0px 0px;
    z-index: 10;
  }

  .box-content2 .item-content .img-scale .hover .hover-circle {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 105px;
    height: 105px;
    background: #e51408;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
  }

  .box-content2 .item-content .img-scale .hover .hover-circle p {
    width: 100%;
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    text-align: center;
  }

  .box-content2 .item-content .img-scale img {
    object-fit: contain;
  }

  .box-content2 .item-content .img-scale:hover .hover {
    /* display: flex; */
  }

  .box-content2 .item-content .box-bottom {
    width: 100%;
    height: 40px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #000000;
    margin: 5px auto 20px;
  }

  .box-content2 .item-content .box-bottom p {
    width: 100%;
    height: auto;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
  }

  .box-content2 .item-content .box-bottom p.txt {
    font-size: 14px;
  }

  .box-content2 .item-content .box-bottom p.txt2 {
    font-size: 12px;
    margin: 5px auto 0;
  }

  .box-content2 .item-content:nth-child(4n) {
    margin: 0 0px 40px 0;
  }
}<!--ºÄÊ±1759766182.0775Ãë-->