.container-fluid {
  padding: 0 !important;
}
@media only screen and (min-device-width: 768px) {
  .m {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media only screen and (max-device-width: 768px) {
  .pc {
    display: none;
  }
  .m {
    display: block;
  }
}
@font-face {
  font-family: 'font-text';
  src: url(../font/游明朝体.otf);
}
.pc {
  font-family: 'font-text' !important;
}
.pc .wrap {
  width: 100%;
}
.pc .wrap .nav-bar {
  width: 100%;
  height: 72px;
  background-color: #141e1b;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.65);
  position: sticky;
  z-index: 99;
  top: 0;
}
.pc .wrap .nav-bar .left-logo > div {
  display: flex;
  font-size: 24px;
  font-weight: bold;
}
.pc .wrap .nav-bar .left-logo > div .logo-box {
  margin-right: 30px;
  width: 100%;
}
.pc .wrap .nav-bar .left-logo > div .logo-box img {
  width: 30%;
  position: relative;
  top: -5px;
}
.pc .wrap .nav-bar .right-menu ul li {
  padding: 0 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}
.pc .wrap .nav-bar .right-menu ul li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.pc .wrap .nav-bar .right-menu ul li a:hover {
  color: #fff;
}
.pc .wrap .nav-bar .lauguage {
  margin-top: 100px !important;
  height: 70px;
}
.pc .wrap .nav-bar #language {
  width: auto;
  padding: 0.2rem 0.75rem;
  margin-top: 20px;
  height: auto;
  border: none;
  background-color: rgba(128, 128, 128, 0.8);
  color: #fff;
  cursor: pointer;
}
.pc .wrap .nav-bar #language:focus {
  box-shadow: none;
}
.pc .wrap .banner {
  overflow: hidden;
}
.pc .wrap .banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.pc .wrap .banner .swiper-pagination-bullet {
  background-color: #fff;
}
.pc .wrap .banner .swiper-slide {
  transition-duration: 10s !important;
  /* 设置过渡时间为0.5秒 */
}
.pc .wrap .banner .text {
  color: #fff;
  padding-top: 170px;
}
.pc .wrap .banner .text h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.pc .wrap .banner .banner1 {
  height: 600px;
  width: 100%;
  background-image: url(../img/banner1.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pc .wrap .banner .banner2 {
  height: 600px;
  width: 100%;
  background-image: url(../img/banner2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pc .wrap .ewm {
  width: 300px;
  margin: 0 auto;
}
.pc .wrap .ewm img {
  width: 100%;
  object-fit: contain;
}
.pc .wrap .introduce {
  margin-top: 10px;
}
.pc .wrap .introduce .title {
  text-align: center;
}
.pc .wrap .introduce .title span {
  display: block;
}
.pc .wrap .introduce .title .jap-title {
  font-weight: 600;
  color: #181818;
  font-size: 32px;
  letter-spacing: 2px;
}
.pc .wrap .introduce .title .en-title {
  color: #3D485D;
  font-size: 14px;
}
.pc .wrap .introduce .content {
  background: #fff;
  padding: 60px 0;
}
.pc .wrap .introduce .content .left-text {
  width: 100%;
  background: #F8FBFF;
  border: 1px solid rgba(57, 96, 244, 0.08);
  padding: 50px 0;
}
.pc .wrap .introduce .content .left-text .title {
  background: linear-gradient(80deg, rgba(26, 124, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-weight: 600;
  color: #252C3A;
  font-size: 17px;
  padding-left: 50px;
}
.pc .wrap .introduce .content .left-text .text {
  padding: 0 50px;
}
.pc .wrap .introduce .content .left-text .text p {
  margin-top: 30px;
  font-weight: 500;
  color: #242D3B;
  font-size: 15px;
  letter-spacing: 2px;
}
.pc .wrap .introduce .content .right-img {
  width: 100%;
}
.pc .wrap .introduce .content .right-img img {
  width: 100%;
  height: 100%;
}
.pc .wrap .summarize {
  margin-top: 70px;
  background: #F8FBFF;
  padding: 100px 0;
}
.pc .wrap .summarize .title {
  text-align: center;
}
.pc .wrap .summarize .title span {
  display: block;
}
.pc .wrap .summarize .title .jap-title {
  font-weight: 600;
  color: #181818;
  font-size: 32px;
  letter-spacing: 2px;
}
.pc .wrap .summarize .title .en-title {
  color: #3D485D;
  font-size: 14px;
}
.pc .wrap .summarize .content {
  margin-top: 60px;
}
.pc .wrap .summarize .content .img-box {
  width: 100%;
}
.pc .wrap .summarize .content .img-box img {
  width: 100%;
}
.pc .wrap .summarize .content .right-item ul li {
  background: #FFFFFF;
  border: 1px solid rgba(57, 96, 244, 0.08);
  padding: 37px 55px;
}
.pc .wrap .summarize .content .right-item ul li .title {
  display: flex;
  align-items: center;
}
.pc .wrap .summarize .content .right-item ul li .title i {
  display: block;
  width: 2px;
  height: 18px;
  background: #3960F4;
}
.pc .wrap .summarize .content .right-item ul li .title span {
  font-weight: 400;
  font-size: 17px;
  margin-left: 10px;
  color: #242D3B;
}
.pc .wrap .summarize .content .right-item ul li .text {
  font-size: 15px;
  color: #242D3B;
  margin-top: 15px;
  letter-spacing: 1px;
}
.pc .wrap .summarize .content .right-item ul li:last-child {
  margin-top: 15px;
}
.pc .wrap .cause {
  padding: 100px 0;
}
.pc .wrap .cause .title {
  text-align: center;
}
.pc .wrap .cause .title span {
  display: block;
}
.pc .wrap .cause .title .jap-title {
  font-weight: 600;
  color: #181818;
  font-size: 32px;
  letter-spacing: 2px;
}
.pc .wrap .cause .title .en-title {
  color: #3D485D;
  font-size: 14px;
}
.pc .wrap .cause .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 60px;
}
.pc .wrap .cause .list li {
  width: 49%;
  background: rgba(239, 244, 253, 0.57);
  border-radius: 6px;
  border: 1px solid #EBEFF9;
  align-items: center;
  padding: 30px 50px;
  margin-top: 20px;
}
.pc .wrap .cause .list li p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-indent: 0.5em;
}
.pc .wrap .cause .list li p b {
  display: inline-block;
  width: 5px;
  height: 17px;
  background-color: #3960F4;
  position: relative;
  top: 1px;
  right: 5px;
}
.pc .wrap .cause .list li span {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #242D3B;
  font-size: 18px;
  flex: 1;
  letter-spacing: 1px;
}
.pc .wrap .cause .list li i {
  display: inline-block;
  width: 87px;
  height: 87px;
}
.pc .wrap .cause .list li i.icon1 {
  background-image: url(../img/1.png);
}
.pc .wrap .cause .list li i.icon2 {
  background-image: url(../img/2.png);
}
.pc .wrap .cause .list li i.icon3 {
  background-image: url(../img/3.png);
}
.pc .wrap .cause .list li i.icon4 {
  background-image: url(../img/4.png);
}
.pc .wrap .products {
  background: #F8FBFF;
  padding: 100px 0;
}
.pc .wrap .products .title {
  text-align: center;
}
.pc .wrap .products .title span {
  display: block;
}
.pc .wrap .products .title .jap-title {
  font-weight: 600;
  color: #181818;
  font-size: 32px;
  letter-spacing: 2px;
}
.pc .wrap .products .title .en-title {
  color: #3D485D;
  font-size: 14px;
}
.pc .wrap .products .content {
  margin-top: 60px;
}
.pc .wrap .products .content .img-box {
  width: 100%;
}
.pc .wrap .products .content .img-box img {
  width: 100%;
}
.pc .wrap .products .content .right-text {
  width: 100%;
  background: #F8FBFF;
  border: 1px solid rgba(57, 96, 244, 0.08);
  padding: 40px 0;
}
.pc .wrap .products .content .right-text .title {
  background: linear-gradient(80deg, rgba(26, 124, 255, 0.23) 0%, rgba(255, 255, 255, 0) 100%);
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-weight: 600;
  color: #252C3A;
  font-size: 17px;
  padding-left: 50px;
}
.pc .wrap .products .content .right-text .text {
  padding: 0 50px;
}
.pc .wrap .products .content .right-text .text p {
  margin-top: 15px;
  font-weight: 500;
  color: #242D3B;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 25px;
}
.pc .wrap .products .content .right-text .text .logo {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pc .wrap .products .content .right-text .text .logo .logo-box {
  width: 100px;
  height: 90px;
  background-image: url(../img/logo_.png);
  margin-right: 30px;
}
.pc .wrap .bottom {
  background: #141B1E;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}
.pc .wrap .bottom .top {
  font-weight: 400;
  padding: 100px 0;
}
.pc .wrap .bottom .top > div:last-child {
  text-align: right;
}
.pc .wrap .bottom .top .c {
  text-align: center;
}
.pc .wrap .bottom .wrap {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.pc .wrap .bottom .wrap .l {
  width: 85%;
  font-weight: 400;
}
.pc .wrap .bottom .wrap .l span {
  margin-right: 7%;
}
.pc .wrap .bottom .wrap .r {
  width: 15%;
}
.pc .wrap .bottom .wrap .r img {
  width: 100%;
}
.pc .wrap .bottom .line {
  height: 1px;
  border: 1px dashed rgba(234, 234, 234, 0.12);
}
.pc .wrap .bottom .copyright {
  text-align: center;
  padding: 20px 0;
}
.m {
  font-family: 'font-text' !important;
  width: 100%;
  background: #fff;
}
.m .nav {
  width: 100%;
  height: 70px;
  background: #141B1E;
  padding: 0 40px;
}
.m .nav img {
  width: 33%;
  object-fit: contain;
}
.m .banner {
  overflow: hidden;
}
.m .banner .swiper-pagination-bullet-active {
  background-color: #fff;
}
.m .banner .swiper-pagination-bullet {
  background-color: #fff;
}
.m .banner .swiper-slide {
  transition-duration: 10s !important;
  /* 设置过渡时间为0.5秒 */
}
.m .banner .text {
  color: #fff;
  padding: 40px;
}
.m .banner .text h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.m .banner .banner1 {
  height: 260px;
  width: 100%;
  background-image: url(../img/m_b1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.m .banner .banner2 {
  height: 260px;
  width: 100%;
  background-image: url(../img/m_b2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.m .hsjs {
  width: 100%;
  padding: 0.4rem 0;
  background-image: url(../img/maskgroup.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 30px;
}
.m .hsjs .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  color: #fff;
}
.m .hsjs .content {
  width: 100%;
  padding: 0 20px;
  font-size: 1rem;
  margin-top: 20px;
}
.m .hsjs .content p {
  line-height: 1.3rem;
  letter-spacing: 3px;
  color: #fff;
}
.m .hsgy {
  padding: 1rem 0;
}
.m .hsgy .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  color: #101010;
}
.m .hsgy .content {
  padding: 0 20px;
  margin-top: 1rem;
}
.m .hsgy .content ul li {
  background: linear-gradient(180deg, #F1F6FB 0%, #FBFDFF 100%);
  border-image: linear-gradient(180deg, #e7f2ff, #f0f4ff) 2 2;
  border-radius: 10px;
  padding: 1em 20px;
  margin: 1rem 0;
}
.m .hsgy .content ul li span {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
.m .hsgy .content ul li div {
  color: #121212;
  font-size: 1rem;
  margin-top: 1rem;
}
.m .synr {
  padding: 1rem 0;
}
.m .synr .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  color: #101010;
}
.m .synr .content {
  padding: 0 20px;
  margin-top: 1rem;
}
.m .synr .content ul li {
  background: linear-gradient(180deg, #F1F6FB 0%, #FBFDFF 100%);
  border-image: linear-gradient(180deg, #e7f2ff, #f0f4ff) 2 2;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 1em 30px;
  margin: 1rem auto;
  font-size: 1rem;
  margin-top: 1rem;
}
.m .synr .content ul li p {
  color: #000;
  font-weight: 600;
}
.m .synr .content ul li img {
  display: block;
  width: 80px;
  text-align: center;
}
.m .synr .content ul li span {
  display: block;
}
.m .cpjs {
  padding: 0;
}
.m .cpjs .box {
  width: 100%;
  background-image: url(../img/hs1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 10px;
}
.m .cpjs .box .bac {
  background-color: rgba(8, 8, 8, 0.5);
  padding: 0.5rem 10px;
  height: 100%;
}
.m .cpjs .img-box {
  width: 100%;
  height: 550px;
  margin-bottom: 10px;
}
.m .cpjs .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m .cpjs .box1 {
  background-image: url(../img/hs2.jpeg);
}
.m .cpjs .box1 .bac {
  background-color: rgba(8, 8, 8, 0.5);
}
.m .cpjs .logo_box {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.m .cpjs .logo_box img {
  width: 40%;
}
.m .cpjs .title {
  text-align: center;
  font-weight: 600;
  font-size: 1.8em;
  color: #fff;
  margin-top: 0rem;
}
.m .cpjs .content {
  padding: 0 10px;
  margin-top: 2rem;
}
.m .cpjs .content .text {
  font-size: 1rem;
  color: #fff;
}
.m .cpjs .content .t1 {
  margin-top: 10px;
}
.m .bottom {
  background: #141B1E;
  margin-top: 1rem;
  width: 100%;
  padding: 20px;
}
.m .bottom .ewm {
  width: 50%;
  margin: 10px auto;
}
.m .bottom .ewm img {
  width: 100%;
}
.m .bottom hr {
  background: #fff;
  margin: 30px 0;
}
.m .bottom p {
  font-size: 1rem;
  color: #EBEFF9;
}
