@font-face {
  /* 重命名字体名 */
  font-family: "MicrosoftYaHei";
  /* 引入字体 */
  src: url("../css/font/Microsoft\ YaHei\ Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* 重命名字体名 */
  font-family: "MicrosoftYaHei-Bold";
  /* 引入字体 */
  src: url("../css/font/Microsoft\ YaHei\ Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

a:hover {
  color: #0373c5;
}

.page {
  max-width: 100vw;
  overflow: hidden;
  line-height: 1.2;
  font-family: "MicrosoftYaHei";
}

.sp-bold {
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
}

.sp-img {
  display: block;
  width: 100%;
}

.sp-relative {
  position: relative;
}

.sp-flex-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-flex-x {
  display: flex;
}

.sp-row {
  display: flex;
  align-items: center;
}

.ellipsis_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.sp-part {
  padding-top: 10rem;
}

.sp-part-bg {
  background-color: rgba(3, 115, 197, 0.04);
  padding-bottom: 10rem;
  margin-top: 10rem;
}

.sp-title-wrap {
  margin-bottom: 7rem;
}

.sp-title {
  font-family: "MicrosoftYaHei-Bold";
  color: #0373c5;
  font-weight: bold;
  font-size: 3.6rem;
  text-align: center;
}

.sp-sub-title {
  font-size: 1.8rem;
  text-align: center;
  color: #000000;
  margin-top: 2rem;
}

.sp-title2 {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 400;
  margin-bottom: 3rem;
  font-weight: 400;
}

.ww {
  width: 73.2%;
  margin-left: auto;
  margin-right: auto;
}

.sp-blue,
.sp-active {
  color: #0373c5;
}

.page-header {
  background-color: #fff;
  height: 9rem;
}

.page-header .logo {
  height: 100%;
  padding: 1rem 0;
  box-sizing: border-box;
}

.page-header .logo img {
  height: 100%;
}

.page-header ul {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  float: right;
}

.page-header ul li.on>a {
  color: #0373c5;
}

.page-header ul li a,
.nav li:hover a {
  color: inherit;
}

.page-header ul li {
  height: 8.6rem;
  line-height: 8.6rem;
  padding: 0 14px;
  margin-left: 3rem;
}

.page-header ul li::after {
  content: "";
  width: 0;
  height: 3px;
  transition: all ease 0.3s;
  background: #0373c5;
  position: absolute;
  top: 0;
  bottom: unset;
  left: 50%;
  transform: translateX(-50%);
}

.page-header .menuBtn b {
  background-color: #000;
}

.page-header.fix {
  background-color: #fff;
}

/* 下拉 */
.page-header .uplist {
  display: none;
  width: 100%;
  font-size: 1.4rem;
}

.page-header .nav .uplist {
  position: absolute;
  top: 8.5rem;
  background-color: #fff;
  text-align: center;
  line-height: 4;
}

.page-header .lightbox .uplist {
  line-height: 4;
}

.page-header .lightbox .uplist_wrap.sp-show {
  height: auto;
}

.page-header .lightbox .sp-show .uplist {
  display: block;
}

.page-header .uplist a {
  display: block;
}

.page-header .uplist a:hover {
  color: #0373c5;
}

.page-header .nav li:hover .uplist {
  display: block;
}

.page-header .lightbox .uplist_wrap {
  position: relative;
}

.page-header .lightbox .uplist_wrap::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px #fff solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;
  margin: 3px 0 0 4px;
  /* 设置为middle才能使小三角样式向下移动 */
  vertical-align: middle;
  position: absolute;
  top: calc(4.3rem - 4px);
  left: unset;

  right: 0;
  background: unset;
}

.page-header .lightbox .uplist_wrap.sp-show::after {
  transform: rotate(-180deg);
}

/* 轮播图 */
.banner_part {
  color: #fff;
  margin-top: 9rem;
}

.banner_part .box {
  position: absolute;
  top: 14rem;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "MicrosoftYaHei-Bold";
}

.banner_part h4 {
  font-size: 7.2rem;
  opacity: 0.9;
}

.banner_part .sub-title {
  opacity: 0.9;
  font-size: 2.4rem;
  margin-top: 4rem;
}

.fsize{
    font-size:3.4rem!important;
}

.banner_part .swiper-slide {
  position: relative;
  transition: opacity 1000ms !important;
}

.banner_part .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 4.5rem;
}

.banner_part .swiper .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 1000ms !important;
  margin: 0 8px !important;
}

.banner_part .swiper .swiper-pagination-bullet-active {
  width: 4rem;
  height: 1.4rem;
  background: #ffffff;
  border-radius: 7px;
  opacity: 1;
}

.banner_part .page {
  height: fit-content;
  position: absolute;
  left: 0;
  top: 70%;
  display: flex;
  align-items: center;
  gap: 5.5rem;
}

.banner_part .page .line {
  width: 19.8rem;
  height: 1px;
  background: #ffffff;
}

.banner_part .page-num {
  font-size: 2rem;

  opacity: 0.8;
}

.banner_part .page-num.active {
  font-size: 3rem;
  font-family: "MicrosoftYaHei-Bold";
  font-weight: bold;
  opacity: 0.9;
}

.sp-part2 {
  width: 100%;
  /* height: 78rem; */
  /* background: url("../image/blue-bg-style1.png") no-repeat; */
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-image: url("../image/blue-bg-style1.png"),
    url("../image/bg-style1.png");
  background-size: auto 100%, auto;
  background-position: right, left 80%;
  padding: 9rem 0 5.9rem;
}

.sp-part2>.ww {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  color: #4d4d4d;
  gap: 9rem;
}

.sp-part2 h3 {
  font-weight: bold;
  font-family: "MicrosoftYaHei-Bold";
  font-size: 3.6rem;
  color: #0373c5;
}

.sp-part2 .sub-title {
  font-size: 1.8rem;
  color: #000000;
  margin: 1.5rem 0 5rem;
}

.sp-part2 .text-area {
  width: fit-content;
}

.sp-part2 .img1 {
  width: 55rem;
  margin-top: -2rem;
}

.sp-part2 li {
  margin-bottom: 1.1rem;
  line-height: 1.8;
}

.sp-part2 .img-row {
  width: 100%;
  margin: 5rem 0 6rem;
  gap: 1rem;
}

.sp-part2 .img-row img {
  height: 4.5rem;
}

.sp-part2 .text-row {
  white-space: nowrap;
  gap: 1rem;
  font-size: 1.4rem;
}

.sp-part3 .sp-title-wrap {
  margin-bottom: 8rem;
}

.sp-part4 .img-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-part4 .img-group>.img-wrap {
  max-width: 25%;
  cursor: pointer;
  overflow: hidden;
}

.sp-part4 .img-group>.img-wrap img {
  width: 100%;
  transition: all 0.3s;
}

.sp-part4 .img-group>.img-wrap:hover img {
  transform: scale(1.1);
}

.sp-part5 .sp-sub-title {
  display: flex;
  gap: 2rem;
  justify-content: center;
  cursor: pointer;
}

.sp-part5 .sp-sub-title .sp-active {
  text-decoration: underline;
}

.sp-part5 .box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
  display: none;
}

.sp-part5 .box-wrap.sp-active {
  display: flex;
}

.sp-part5 .box {
  /* flex: 1; */
  width: 33.3rem;
  height: 42.9rem;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-align: center;
  padding: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.sp-part5 .box .icon-wrap {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.sp-part5 .box .icon-wrap {
  max-width: 100%;
  max-height: 100%;
}

.sp-part5 .box .title-s {
  font-size: 2.4rem;
  color: #010101;
  opacity: 0.8;
}

.sp-part5 .box .sub-title {
  font-size: 1.4rem;

  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 0.6rem;
  height: 5rem;
}

.sp-part5 .box p {
  margin-top: 3.2rem;
  text-align: left;
  display: none;
}

.sp-part5 .box .icon.w {
  display: none;
}

.sp-part5 .box.active .icon {
  display: none;
}

.sp-part5 .box.active .icon.w {
  display: block;
}

.sp-part5 .box.active {
  background: #0373c5;
  color: #fff;
}

.sp-part5 .box.active p {
  display: block;
}

.sp-part5 .box.active .icon-wrap {
  width: 5.2rem;
  height: 4rem;
  /* margin-bottom: 2rem; */
}

.sp-part5 .box.active .title-s {
  color: #fff;
  opacity: 1;
}

.sp-part5 .box.active .sub-title {
  display: none;
}

.sp-img-box-style {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 2%;
}

.sp-img-box-style .img-box {
  width: 45rem;
  width: 32%;
  color: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0.3rem 0.3rem 0px rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}

.sp-img-box-style .img-wrap {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  height: 29rem;
}

.sp-img-wrap {
  overflow: hidden;
}

.sp-img-box-style .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}

.sp-img-box-style .img-wrap:hover img,
.sp-img-wrap:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.sp-img-box-style .text-box {
  width: 100%;
  height: 16rem;
  padding: 1.5rem 2.5rem 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sp-img-box-style .title-s {
  font-size: 2.4rem;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
}

.sp-img-box-style .sub-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sp-img-box-style .more {
  gap: 1rem;
}

.sp-img-box-style .more img {
  width: 0.6rem;
}

.sp-img-box-style .img-box.long {
  width: 92.4rem;
  width: 65.75%;
  height: 45rem;
  position: relative;
}

.sp-img-box-style .img-box.long .img-wrap {
  height: 100%;
  overflow: hidden;
}

.sp-img-box-style .img-box.long .inner-box {
  width: 100%;
  height: 9.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  box-sizing: border-box;
  /* overflow: hidden; */
}

.sp-img-box-style .img-box.long .inner-box>div {
  width: 80%;
}

.sp-img-box-style .img-box.long .inner-box .arrow-img {
  height: 100%;
}

.sp-img-box-style .img-box.long .inner-box .arrow-img img {
  height: 100%;
}

.sp-img-box-style .img-box.long .title-s {
  color: #fff;
  margin-bottom: 1.5rem;
}

.swiper-part {
  padding-bottom: 15rem;
}

.swiper-part .swiper-slide {
  width: 108.3rem;
  height: 57rem;
  width: 52.7%;
}

.swiper-part .swiper-slide .sp-img-wrap {
  height: 100%;
}

.swiper-part .box {
  position: absolute;
  top: 24.6rem;
  left: 9rem;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.1);
  padding: 1.9rem 2rem 2.5rem;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  width: 38rem;
  /*   height: 404px; */
  line-height: 2;

  opacity: 0;
}

.swiper-part .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all 1s;
}

.swiper-part .swiper-slide-active .mask {
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}

.swiper-part .swiper-slide-active .box {
  opacity: 1;
}

.swiper-part .swiper-slide .box .title-s {
  font-size: 2.8rem;
  color: #000000;
}

.swiper-part .swiper-slide .box .date {
  margin: 1.5rem 0 2rem;
}

.swiper-part .swiper-slide .box .more {
  display: block;
  width: 14rem;
  height: 5.4rem;
  background: #0373c5;
  border-radius: 4px;
  font-size: 2rem;
  gap: 1.8rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
  transition: all 0.3s;
}

.swiper-part .swiper-slide .box .more:hover {
  transform: scale(1.1);
}

.swiper-part .button-next,
.swiper-part .button-prev {
  width: 9.5rem;
  width: 5%;
  height: 5.6rem;
  position: absolute;
  top: calc(50% - 2.8rem);
  z-index: 3;
  cursor: pointer;
}

.swiper-part .button-prev {
  left: 35rem;
  left: 20.5%;
  background: url("../image/arrow-l-blue.png") no-repeat 100% 100%/100%;
  /* rotate: 180deg; */
}

.swiper-part .button-next {
  right: 35rem;
  right: 20.5%;
  background: url("../image/arrow-r-gray.png") no-repeat 100% 100%/100%;
}

.sp-footer {
  width: 100%;
  background: #1f1f1f;
  font-size: 1.4rem;
}

.sp-footer .footer-content {
  padding: 6rem 0;
  color: rgba(254, 254, 254, 0.8);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sp-footer .footer-content .line {
  width: 1px;
  height: 150px;
  background: #ffffff;
  opacity: 0.2;
}

.sp-footer .left {
  display: flex;
  gap: 16rem;
}

.sp-footer .left .title {
  font-size: 1.8rem;
}

.sp-footer .left a {
  display: block;
  /* color: rgba(254, 254, 254, 0.8); */
  color: inherit;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}

.sp-footer .left a:hover {
  color: #0373c5;
}

.sp-footer .right {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 60rem;
}

.sp-footer .right ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.sp-footer .right .title-s {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}

.sp-footer .right li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.sp-footer .right li img {
  width: 1.5rem;
}

.sp-footer .right .qrcode {
  align-self: flex-end;
}

.sp-footer-bottom {
  padding: 2rem;
  box-sizing: border-box;
  background: #151515;
  color: rgba(254, 254, 254, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/******************** 关于我们 *********************/

 .sp-part2,
.pservicePage .sp-part2 {
 /* background: unset;*/
}

 .sp-part2 li,
.pservicePage .sp-part2 li {
  margin-bottom: 1rem;
  line-height: 1.8;
  display: flex;
}

 .sp-part2 li span,
.pservicePage .sp-part2 li span {
  white-space: nowrap;
}

 .sp-part2 .img-row {
  margin: 3rem 0 0;
}

 .sp-part2 .img1 {
  width: 56rem;
  margin-top: 0;
}

.sp-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.sp-part2 .disc li {
  list-style: disc;
  display: list-item;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}

.sp-part2 .disc li::marker {
  color: #0373c5;
}

 .sp-part3 p {
  /* width: 100%; */
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
}

 .sp-part3 p.sp-blue {
  margin-top: 5.5rem;
  margin-bottom: 2rem;
}

/******************** 产品服务 *********************/
.sp-box-style1 .box {
  justify-content: flex-start;
  padding: 4rem 1rem 2rem 3rem;
}

.sp-box-style .box-wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
  display: none;
}

.sp-box-style .box-wrap.sp-active {
  display: flex;
}

.sp-box-style .box {
  /* flex: 1; */
  width: 33.3rem;
  height: 42.9rem;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-align: center;
  padding: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
  justify-content: flex-start
}

.sp-box-style .box.active {
  background: #0373c5;
  color: #fff;
}

.sp-box-style .box.active .icon-wrap {
  width: 5.2rem;
  height: 4rem;
  /* margin-bottom: 2rem; */
}

.sp-box-style .box.active .title-s {
  color: #fff;
  opacity: 1;
}

.sp-box-style .box.active .sub-title {
  display: none;
}

.sp-box-style .box .icon-wrap {
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.sp-box-style .box .icon-wrap {
  max-width: 100%;
  max-height: 100%;
}

.sp-box-style .box .title-s {
  font-size: 2.4rem;
  color: #010101;
  opacity: 0.8;
}

.sp-box-style .box .sub-title {
  font-size: 1.4rem;

  opacity: 0.6;
  text-transform: uppercase;
  margin-top: 0.6rem;
  height: 5rem;
}

.sp-box-style .box p {
  margin-top: 3.2rem;
  text-align: left;
}

.sp-box-style.sp-box-style1 ul {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  margin-top: 3.2rem;
  padding-left: 2rem;
  align-self: flex-start;
  line-height: 1.5;
}

.sp-box-style.sp-box-style1 li {
  list-style: disc;
}

.sp-box-style.sp-box-style1 li::marker {
  color: #0373c5;
}

.message-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}

.message-part .icon-question {
  width: 33.8rem;
}

.message-box {
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  flex: 1;
}

.message-row {
  padding: 2rem 3.5rem;
  background: rgba(3, 115, 197, 0.06);
  border-radius: 6px;
  /* text-align: center; */
  color: #4d4d4d;
  font-size: 2.4rem;
}

.message-row.left {
  transform: translateX(-12rem);
}

.message-row.right {
  transform: translateX(12rem);
}

.sp-box-style2 .sp-title-wrap {
  margin-bottom: 10rem;
}

.sp-box-style2 .box {
  padding-top: 0;
  justify-content: flex-start;
  min-height: 37.2rem;
}

.sp-box-style2 .box .icon-wrap {
  transform: translateY(-50%);
  margin-bottom: 0;
}

.sp-box-style2 .box p {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3rem;
  line-height: 1.8;
}

.sp-box-style2 .box .title-s {
  font-size: 2rem;
  color: #0373c5;
  font-weight: 400;
}

.sp-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  display: none;
}

.sp-mask .sp-pop-img {
  width: 50vw;
}

.sp-mask .sp-pop-img img {
  width: 100%;
}
/* 侧边栏客服 */
.sidebarkefu{
    position: fixed;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    z-index: 99;
    font-size: 14px;
}
.hotline{
    background-color: #005daa;
    width: 20rem;
   
}
.hotline div {
  display: flex;
  padding-top: 1rem;
  padding-left: 1rem;
  align-items: center;
}
.hotline div p {
    color: #fff;
    font-size: 2.4rem;
    line-height: 4rem;
    margin-left: 1rem;

}
.hotline img{
    width: 3rem;
    height: 3rem;
}
.h24 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 600;
  padding-bottom:.5rem;
}

.freeliuyan{
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1a91b1;
}
.freeliuyan p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 4rem;
  padding-top: 1rem ;
  color: #fff;
  padding-bottom: 1rem;
}

.scroll-top{
  cursor: pointer;
  margin-top: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #005daa;
}
.scroll-top p {
  font-size: 2.4rem;
  text-align: center;
  line-height: 4rem;
  padding-top: 1rem ;
  color: #fff;
  padding-bottom: 1rem;
}


/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 99;
  font-size: 14px;
}

.sidebar>a {
  display: block;
  width: 5rem;
  height: 5rem;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all ease 0.4s;
}

.sidebar>a:hover {
  background-color: #0373c5;
  color: #fff;
}

.sidebar>a .w,
.sidebar>a:hover .icon {
  display: none;
}

.sidebar>a .hoverBox {
  background-color: #fafafa;
  position: absolute;
  right: 8rem;

  line-height: 2;
  color: #4d4d4d;
  display: none;
}

.sidebar>a .hoverBox.text {
  padding: 1rem;
  width: 20rem;
}

.sidebar>a:hover .icon.w {
  display: block;
}

.sidebar .icon {
  width: 35%;
}

.sidebar>a:hover .hoverBox {
  display: block;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}

.sidebar .img-wrap {
  padding: 0.1rem;
  width: 12rem;
  height: 12rem;
}

.sidebar .code-img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 新闻详情 */
.news {
  margin-top: 8.9rem;
}

.newstitle {
  margin-top: 6rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 3.6rem;
  color: #000000;
  line-height: 6rem;

}

.newsleft {
  width: 91.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.newstitle1 {
  display: flex;
  justify-content: space-between;
  margin-top: 3.9rem;
}

.newstitle1 p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 6rem;
  opacity: 0.4;
}

.content p {

  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 3rem;
  opacity: 0.6;
}

.news1 {
  display: flex;
  justify-content: space-between;
}

.newsright {
  width: 30.9rem;
  margin-top: 6rem;
}

.nring {
  margin-top: 3.9rem;
}

.nring img {
  width: 26.1rem;
}

.tuijian {
  margin-top: 6rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000000;
  line-height: 3rem;
}

.tjbiaoti {
  margin-top: 4rem;
}

.tjbiaoti {

  font-weight: 400;
  font-size: 1.8rem;
  color: #808080;
  line-height: 4.8rem;
}

.tjbiaoti li a:hover {
  color: #FF7800;
}

.fanye {
  margin-top: 4rem;
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between;
}

.fanye a {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 3rem;
  opacity: 0.6;
}

.fanye a:hover {
  color: #0373C5;
}



/* 新闻详情 */
.ntitle {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  line-height: 4.8rem;
  display: flex;
  /*justify-content: center;*/
}

.ntitle-r {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  line-height: 4.8rem;
  display: flex;
  justify-content: flex-end;
}

.entitle-l {
  text-align: center;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  line-height: 4.8rem;
  display: flex;
  justify-content: flex-start;
}



.ntitle span {
  position: relative;
  top: -1.5rem; /* 根据需要调整位置 */
}

.entitle {
  text-align: center;
  font-weight: bold;
  font-size: 10rem;
  color: #d3d3d330;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-top: 4rem;
}

.entitle-r {
  text-align: right;
  font-weight: bold;
  font-size: 6rem;
  color: #d3d3d330;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-top: 4rem;
}

.entitle-l {
  text-align: left;
  font-weight: bold;
  font-size: 6rem;
  color: #d3d3d330;
  line-height: 4.8rem;
  text-transform: uppercase;
  margin-top: 4rem;
}




.newslistleft {
  width: 91.8rem;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 6rem;
}

.newslist1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.newslist0 {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 5rem;
}

.time1 {
  width: 18rem;
  height: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000000;
}

.hengxian {
  width: 5.55rem;
  height: 0.2rem;
  background: #7D7D7D;
  margin-right: 2.4rem;
}

s .newslist1 h1 {
  height: 2.6rem;
  font-weight: 400;
  font-size: 2.4rem;
  color: #000000;
}

.jiantou {
  background-image: url("../image/jiantou01.png");
  background-size: 2rem, 2rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9rem 0 5.9rem;
  width: 4rem;
}

.jiantou:hover {
  background-image: url("../image/jiantou02.png");
  background-size: 4rem, 4rem;
}

.desc {
  width: 76.1rem;
  height: 4.9rem;
  margin-left: 23rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 3rem;
  opacity: 0.6;

  .newslist0:hover .time1 {
    color: blue;
  }

}

.newslist2 {
  display: flex;
  align-items: center;
  padding-bottom: 6.1rem;
}

.pagination {
  margin: 10rem auto;
  width: 91.5rem;
  height: 2.4rem;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}

.pagination a {
  padding: 1rem 1rem;
  padding: 1rem 2rem;
  background: #EEEEEE;
  border-radius: 0.4rem;
}

.page-num-current {
  background: #0373C5 !important;
  border-radius: 0.4rem;
  color: #fff !important;
}

/* 联系我们 */


.xinghao{
    color:red;
}
.con01 {
  margin-top: 8rem;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 5.5rem;
}

.con01 h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 2.3rem;
}

.con01 h1 {
  font-weight: bold;
  font-size: 3.6rem;
  color: #000000;
  line-height: 6rem;
}

.tel01 {
  width: 3.4rem;
}

.con01 p {
  width: 6rem;
  height: 0.3rem;
  background: #0373C5;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.con02 {
  display: flex;
  justify-content: space-between;
}

.con02 li {
  margin-bottom: 8.1rem;
  width: 25%;
}

.con02 li h3 {

  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 1.8rem;
  color: #000000;
  line-height: 6rem;
}

.con02 li p {

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 2.5rem;
  opacity: 0.8;
}

.ewm img {
  margin: 0 auto;
  display: block;
}

.ewm p {
  text-align: center;
}

#container {
  color: #ffa2a2;
  height: 37.9rem;
  width: 140rem;
  margin-bottom: 9.2rem;
}


.con04 {
  margin-top: 8rem;
  margin-bottom: 5.5rem;
}

.con04 h1 {
  font-weight: bold;
  font-size: 3.6rem;
  color: #000000;
  line-height: 6rem;
}

.con04 p {
  width: 6rem;
  height: 0.3rem;
  background: #0373C5;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.con04 h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 2.3rem;
}

.con04 h5 {
  width: 42rem;
  height: 12.7rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.8rem;
  color: #000000;
  line-height: 3.6rem;
  opacity: 0.8;
}

.con03 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.2rem;

}

#map div {
  margin: 0 auto;

}

.dot {
  display: block;
  margin: 0 auto;
}

.dotbg {
  width: 41.6rem;
  height: 11rem;
  background: #FFFFFF;
  margin-top: 10rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    display: flex;
    padding: 1rem;
    align-items: center;
}
.company{
    font-size:2rem;
    color:#0373c5;
    font-weight: 600;
    margin-bottom: 1.6rem;
    /*margin-top: 1rem;*/
}

.dotnav{
    width:4.8rem;
    height: 4.8rem;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 19.6px solid #fff;
  /* 计算公式：sqrt(3)/2 * 100 */
  transform: rotate(180deg);
  /* 顺时针旋转180度 */
  margin-top: -2px;
  margin: 0 auto;
}

.message {
  display: flex;
  justify-content: space-between;
  width: 63.7rem;
  margin-top: 8rem;
  flex-wrap: wrap;

}

.message li {
  width: 48%;
  margin-left: 1rem;
 
  margin-bottom: 1.1rem;

}

.mes01 {
  width: 31.3rem;
  height: 4rem;
  background: #F8F8F8;
  border-radius: 0.6rem;
  border: 0px solid #0373C5;
}

.mes02 {
  width: 100% !important;
  background: #F8F8F8;
  border-radius: 0.6rem;
  border: 0px solid #0373C5;
   height: 16rem;
}

.mes01 input {
  width: 100%;
  height: 4.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 6rem;
  opacity: 0.6;
  padding-left: 1.1rem;
}

.mes02 textarea {
  width: 100%;
  height: 16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.2rem;
  color: #000000;
  line-height: 6rem;
  opacity: 0.6;
  padding-left: 1.1rem;
}

.mes01 select {
  width: 100%;
  height: 4.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  line-height: 6rem;
  opacity: 0.6;
  margin-left: 1.1rem;
}

.mes01 input:focus {

  border-radius: 0.3rem;
  border: 1px solid #0373C5;
  height: 4rem;

}

textarea::placeholder{
    font-size: 1.4rem;
}

.mes02 textarea:focus {

  border-radius: 0.3rem;
  border: 1px solid #0373C5;
  height: 16rem;

}

.mes01 select:focus {

  border-radius: 0.3rem;
  border: 1px solid #0373C5;
  height: 4rem;

}


button {
  width: 100%;
  height: 4rem;
  background: #0373C5;
  border-radius: 0.6rem;
  text-align: center;
  margin-top: 2.1rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;

}

#map {
  position: relative;
  width: 100%;
  height: 37.9rem;
  background: blue;
  display: flex;
  justify-content: center;
  align-items:center;
}

.maptip{
    
    position: relative;
  width: 100%;
  height: 37.9rem;
  background: #ddd;
  display: flex;
  justify-content: center;
  align-items:center;
}
.tip{
    margin:0 auto;
}

/* 合作伙伴 */
.cop1 {
  margin-top: 8.9rem;
  margin-bottom: 13rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
  line-height: 4.8rem;
  text-align: center;

}

.coplogo li {
  margin-right: 4.9rem;
  margin-bottom: 5rem;
  margin-left: 4.9rem;
}

.coplogo {
  display: flex;
  flex-wrap: wrap;

}

.coplogo img {
  width: 18rem;
  height: 8rem;

}

.cop02 {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
  line-height: 4.8rem;
  margin-top: 12rem;
  margin-bottom: 12rem;
}

/* 解决方案 */

.text-area p {
  width: 81.9rem;

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 3.2rem;
  display: flex;
  align-items: flex-start;
}

article span {
  font-size: 6rem;
}
.solimg {
  width: 76.1rem;
  height: 67.8rem;
}

.sol00 li:nth-child(even) {
  background-color: #94c1ff0a;

}


.sol00 li:nth-child(even) .sp-part2>.ww {
  flex-direction: row-reverse;
}

/* 案例分享 */

.Case {
  margin-top: 6rem;


}

.case02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case02 li img {
  width: 44.2rem;
}

.case02 li {
  width: 32%;
  margin-bottom: 9.9rem;
}

.case02 h2 {
  height: 2.6rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 2.4rem;
  color: #000000;
  line-height: 1.8rem;
  margin-top: 2.9rem;
  padding: 0 1rem 0 1rem;
}

.case02 li p {

  height: 8.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 3.6rem;
  opacity: 0.6;
  margin-top: 2.1rem;
  padding: 0 1rem 0 1rem;
}

.mengban {
  background-color: black;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  z-index: 1000;
  position: absolute;
}

.mbcontent {
  background: #fff;
  height: 68rem;
  width: 129rem;
  margin: 0 auto;
}




@media (max-width: 1280px) {
  .swiper-part .box {
    width: 45rem;
  }

  .swiper-part .swiper-slide .box .date {
    margin: 0.5rem 0 1rem;
  }

  .swiper-part .swiper-slide .box .more {
    margin-top: 3rem;
  }
}

@media (max-width: 980px) {
  .page-header .nav {
    display: none;
  }

  .ww {
    width: 85%;
  }

  .page-header .ww {
    width: 95%;
  }

  .page-header ul {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    float: unset;
    position: absolute;
    top: 9rem;
    left: 0;
    right: 0;
  }
  
  .fsize{
    font-size:2.4rem!important;
}

  .page-header ul li {
    width: 90%;
    margin-left: 5%;
    padding: 0;
  }

  .page-header ul li:hover {
    color: #0373c5;
  }

  .page-header .lightbox {
    transform: unset;
    height: auto;
  }

  .banner_part .page {
    display: none;
  }

  .banner_part .box {
    top: 6rem;
  }

  .banner_part h4 {
    font-size: 3.5rem;
  }

  .banner_part .sub-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .banner_part .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1rem;
  }

  .sp-part {
    padding: 8rem 0;
  }

  .sp-part-bg {
    padding-bottom: 8rem;
    margin-top: 8rem;
  }

  .sp-title-wrap,
  .sp-box-style2 .sp-title-wrap {
    margin-bottom: 3rem;
  }

  .sp-part2 {
    background-image: url("../image/bg-style1.png");
    background-size: auto, auto;
    background-position: right bottom, top;
    padding: 9rem 0 5.9rem;
  }

  .sp-part2>.ww {
    flex-direction: column;
    gap: 5rem;
  }

  .sp-part2 .img-row {
    margin: 4rem 0 4.5rem;
  }

  .sp-part2 .sub-title {
    margin-bottom: 4rem;
  }

  .sp-part2 .img-row,
  .sp-part2 .text-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content: center; */
  }

   .sp-part2,
  .pservicePage .sp-part2 {
    padding-bottom: 0;
    padding-top: 5rem;
  }

   .sp-part3 p {
    max-width: 90%;
    margin: auto;
  }

  .sp-part5 .box-wrap,
  .sp-box-style .box-wrap {
    flex-wrap: wrap;
  }

  .sp-part5 .box,
  .sp-box-style .box {
    flex: 1;
    width: 50%;
    height: auto;
    padding: 5rem 2.4rem;
    font-size: 1.8rem;
    flex: unset;
    width: 100%;
  }

  .sp-box-style1 .box ul {
    padding-left: 4rem;
  }

  .sp-part5 .box .icon-wrap,
  .sp-box-style .box .icon-wrap {
    width: 5rem;
    height: 5rem;
    margin-bottom: 3rem;
  }

  .sp-part5 .box .title-s,
  .sp-box-style .box .title-s {
    font-size: 1.9rem;
    white-space: nowrap;
  }

  .sp-box-style2 .box {
    padding-top: 0px;
    margin-bottom: 4rem;
  }

  .sp-box-style2 .box .icon-wrap {
    margin-bottom: 0;
  }

  .sp-img-box-style .img-wrap,
  .sp-img-box-style .img-wrap img,
  .sp-img-box-style .img-box.long {
    height: auto;
  }

  .sp-img-box-style .text-box.side {
    height: 100%;
  }

  .swiper-part .button-next,
  .swiper-part .button-prev {
    width: 9.5rem;
    width: 5%;
    height: 5.6rem;
    position: absolute;
    top: calc(50% - 2.8rem);
    z-index: 3;
    cursor: pointer;
  }

  .sp-footer .footer-content .line {
    display: none;
  }

  .sp-footer .right,
  .sp-footer .left {
    width: 100%;
  }

  .swiper-part .box {
    width: 38rem;
    top: 22rem;
  }

  .sp-footer .left {
    justify-content: space-between;
    gap: 1rem;
  }

  .swiper-part .swiper-slide {
    height: unset;
  }

  .swiper-part .swiper-slide .box .date {
    margin: 0.5rem 0 1rem;
  }

  .swiper-part .swiper-slide .box .more {
    margin-top: 2rem;
  }

  .message-part {
    display: flex;
    flex-direction: column;
  }

  .message-box {
    min-height: unset;
    gap: 2rem;
  }

  .message-row.left {
    transform: translateX(-4rem);
  }

  .message-row.right {
    transform: translateX(4rem);
  }

  .sp-mask .sp-pop-img {
    width: 80vw;
  }

  .newslistleft {
    width: 100%;
  }

  .newsright {
    width: 100%;
  }

  .news1 {
    flex-wrap: wrap;
  }

  .tuijian {
    margin-bottom: 6rem;
        font-size: 3.0rem;
    font-weight: 600
  }


  .pagination {
    width: auto;
  }

  .case02 li {
    width: 45%;
  }


  .coplogo li {
    margin-left: 3.9rem;
  }

}

@media (max-width: 750px) {
  .sp-part4 .img-group>.img-wrap {
    max-width: 50%;
  }
  .fsize{
    font-size:2.4rem!important;
}

  .con02 {
    flex-wrap: wrap;

  }
  .con02 li p{
      font-size: 2.4rem;
  }
  
  ..cop1{
      font-size: 2.4rem;
  }
  .case02 h2{
      font-size: 3.4rem;
  }

  .con02 li {
    width: 100%;
  }

  .sp-part {
    padding: 5rem 0;
  }

  .sp-part-bg {
    padding-bottom: 5rem;
    margin-top: 5rem;
  }

    .case02 li p {

  font-size: 2.4rem;

}
  .sp-img-box-style .img-box {
    width: 100%;
  }

  .sp-img-box-style .img-wrap {
    height: auto;
  }

  .sp-img-box-style .img-wrap img {
    height: 100%;
  }

  .sp-img-box-style .img-box.long {
    width: 100%;
  }

  .sp-img-box-style .text-box.side {
    height: 16rem;
  }

  .swiper-part {
    width: 85%;
    margin: auto;
  }

  .swiper-part .button-next,
  .swiper-part .button-prev {
    /* width: 9.5rem;
    width: 5%;
    height: 5.6rem; */

    display: none;
  }

  .swiper-part .box {
    position: unset;
    width: 100%;
  }

  .swiper-part .swiper-slide {
    width: 100%;
    height: unset;
  }

  .swiper-part .swiper-slide .sp-img-wrap {
    height: unset;
  }

  .swiper-part {
    padding-bottom: 5rem;
  }

  .sp-mask .sp-pop-img {
    width: 90vw;
    ;
  }

  .sidebar {
    gap: 1rem;
  }

  .sidebar>a {
    width: 4rem;
    height: 4rem;
  }

  .sp-box-style .box {
    justify-content: flex-start;
  }

  .sp-title {
    font-size: 28px;
  }

  .sp-part5 .box .title-s,
  .sp-box-style .box .title-s,
  .sp-footer .left .title,
  .sp-part2 .sub-title,
  .sp-img-box-style .title-s {
    font-size: 16px;
  }

  .sp-sub-title,
  .sp-box-style.sp-box-style1 ul,
  .sp-part2>.ww,
  .sp-box-style2 .box p,
   .sp-part3 p,
  .sp-img-box-style .img-box,
  .sp-part5 .box,
  .sp-box-style .box,
  .sp-part2 .text-row,
  .page-header ul {
    font-size: 14px;
  }

  .banner_part .sub-title,
  .page-header .uplist,
  .sp-footer,
  .sidebar {
    font-size: 12px;
  }

   .sp-part2 li,
  .pservicePage .sp-part2 li {
    display: block;
  }

   .sp-part2 .img1 {
    margin-top: 20px;
  }

  .sidebar .icon {
    width: 45%;
  }

  .sp-footer .right {
    margin-top: 10px;
  }

  .sp-footer {
    line-height: 1.5;
  }

  .entitle {
    font-size: 5rem;
    line-height: 0.8rem;
  }

  .jiantou {
    width: 10rem;

  }

  .hengxian {
    display: none;
  }

  .desc {
    margin-left: 4rem;
    font-size: 2.4rem;
    margin-top: 3rem;
    line-height: 4rem;
    height: auto;
  }

    .tjbiaoti li a {
        font-size: 2.4rem;
    }
    
    
    .content p {
    font-weight: 400;
    font-size: 2.4rem;
    color: #000000;
    line-height: 4rem;
    opacity: 0.6;
}
    
  .content img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .case02 li {
    width: 100%;
  }


  .case02 li img {
    width: 100%;
  }

  .con03 {
    flex-wrap: wrap;
  }

  .text-area p {
    width: 100%;
  }

  .sol00 li:nth-child(even) .sp-part2>.ww {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .coplogo li {
    margin-left: 8rem;
  }
  .page-header .uplist a {
    padding-left: 3rem;
}
.sidebarkefu{
  display: none;
}

.newslist2 {
    display: flex;
    align-items: center;
    padding-bottom: 4.1rem;
}

.sp-title2 {
    font-size: 3.4rem;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 600;
}
.text-area p {
    font-size: 2.4rem;
    line-height: 4.2rem;
}

.message li {
    width: 100%;
    margin-left: 1rem;
    margin-bottom: 1.1rem;
}

.mes01 input{
    height: 6rem;
    font-size: 2.4rem
}
.mes01 {

    height: 6rem;
}
.mes01 input:focus {

    height: 6rem;
}
button {
    height: 8rem;
}
.mes02 textarea{
    font-size: 2.0rem;
}
textarea::placeholder{
    font-size: 2.0rem;
}

.con04 h5 {
    width: 80%;

    font-size: 2.8rem;

}

.entitle-r {

    margin-top: 1rem;
}

.con02 li h3{
    font-size: 2.8rem;
}
.con02 li p{
  line-height:3.5rem
}

}

@media (max-width: 375px) {
  .ww {
    width: 90%;
  }
  .sidebarkefu{
    display: none;
  }

.cop1{
    font-size: 2.4rem;
}

.con02 li p{
    font-size: 2.4rem;
}
.fsize{
    font-size:2.4rem!important;
}
  .banner_part .box {
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -0.5rem;
  }

  .banner_part h4 {
    font-size: 3rem;
  }

  .sp-part5 .box,
  .sp-box-style .box {
    flex: 1;
    width: 100%;
    height: auto;
    padding: 4rem 3rem;
    justify-content: center;
  }

  .sp-part5 .box .sub-title {
    height: auto;
  }

  .sp-img-box-style .img-box.long .inner-box {
    height: 7rem;
    font-size: 10px;
  }

  .sp-img-box-style .img-box.long .title-s {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .sp-box-style1 .box,
  .sp-box-style2 .box {
    flex: unset;
    width: 100%;
  }

  .sp-box-style2 .box {
    margin-bottom: 1rem;
  }

  .sp-box-style1 .box ul {
    padding-left: 5rem;
  }

  .message-row.left {
    transform: unset;
  }

  .message-row.right {
    transform: unset;
  }

  .message-part .icon-question {
    width: 25rem;
  }

  .sidebar {
    font-size: 10px;
  }

  .case02 li p {
    font-size: 2.4rem;
  }

  .case02 li img {
    width: 100%;
  }

  .con02 {
    flex-wrap: wrap;

  }

  .con02 li {
    width: 100%;
  }

  .ewm {
    width: 100% !important;
  }

  .message {
    width: 100%;
  }

  #container {
    width: 100%;
  }

  .message li {
    width: 100%;
  }

  .coplogo li {
    margin-left: 1.2rem;
  }
  
  textarea::placeholder{
    font-size: 2.4rem;
}
 
  
}