.font80 {
  font-size: 0.8rem;
}
.font40 {
  font-size: 0.4rem;
}
.font36 {
  font-size: 0.36rem;
}
.font32 {
  font-size: 0.32rem;
}
.font30 {
  font-size: 0.3rem;
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 991px) {
  .font24 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 991px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 991px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.pro-title {
  position: sticky;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
}
.pro-title .container {
  line-height: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pro-title .container .left {
  width: 70%;
}
@media (max-width: 991px) {
  .pro-title .container .left {
    width: 100%;
  }
}
.pro-title .container .left .title {
  color: #333333;
  margin-right: 0.6rem;
  position: relative;
  white-space: nowrap;
}
.pro-title .container .left .title.default {
  color: #222222;
  font-weight: bold;
}
.pro-title .container .left .title.default::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -0.1rem;
  width: 100%;
  height: 2px;
  background-color: #1680ff;
  transition: all 0.5s;
}
.pro-title .container .right {
  width: 30%;
  text-align: right;
  position: relative;
}
@media (max-width: 991px) {
  .pro-title .container .right {
    display: none;
  }
}
.pro-title .container .right input {
  width: 4rem;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0.6rem 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .pro-title .container .right input {
    line-height: 0.8rem;
  }
}
.pro-title .container .right button {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translatey(-50%);
}
.wapsearch {
  display: none;
  padding: 0.4rem 0;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .wapsearch {
    display: block;
  }
}
.wapsearch input {
  width: 90%;
  margin: 0 5%;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0.6rem 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .wapsearch input {
    line-height: 0.8rem;
  }
}
.wapsearch button {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translatey(-50%);
}
.pro-box1 {
  padding: 0.7rem 0;
  background-color: #f8f8f8;
}
.pro-box1 .container .font40 {
  color: #222222;
  margin-bottom: 0.3rem;
  line-height: 1em;
}
.pro-box1 .container .mbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.pro-box1 .container .mbox .left {
  width: 37%;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .pro-box1 .container .mbox .left {
    width: 100%;
  }
}
.pro-box1 .container .mbox .left .img {
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.pro-box1 .container .mbox .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.pro-box1 .container .mbox .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box1 .container .mbox .left .img:hover img {
  transform: scale(1.2);
}
.pro-box1 .container .mbox .left .num {
  color: #222222;
  opacity: 0.34;
  position: absolute;
  left: 0.2rem;
  font-weight: bold;
  top: 0.2rem;
}
.pro-box1 .container .mbox .right {
  width: 63%;
  padding: 0.6rem 0.75rem 0.7rem 0;
}
@media (max-width: 991px) {
  .pro-box1 .container .mbox .right {
    width: 100%;
    padding: 0.6rem 0.3rem 0.7rem;
  }
}
.pro-box1 .container .mbox .right .text1 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.pro-box1 .container .mbox .right .text1 .title {
  color: #222222;
  line-height: 1em;
}
.pro-box1 .container .mbox .right .text1 .title:hover {
  color: #1680ff;
}
.pro-box1 .container .mbox .right .text1 .img img {
  width: 2.22rem;
  height: 0.52rem;
}
.pro-box1 .container .mbox .right .text2 {
  line-height: 1.5em;
  color: #666;
  height: 3em;
  margin: 0.2rem 0 0.5rem;
}
.pro-box1 .container .mbox .right .link {
  display: flex;
  align-items: center;
}
.pro-box1 .container .mbox .right .link .font14 {
  width: 1.53rem;
  line-height: 0.48rem;
  border: 1px solid rgba(112, 124, 133, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #203241;
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .pro-box1 .container .mbox .right .link .font14 {
    line-height: 0.8rem;
    width: 2rem;
    border-radius: 0.48rem;
  }
}
.pro-box1 .container .mbox .right .link .font14 svg {
  margin-left: 0.1rem;
  width: 0.16rem;
}
.pro-box1 .container .mbox .right .link .font14 svg path {
  fill: #203241;
  opacity: 1;
}
.pro-box1 .container .mbox .right .link .font14:hover {
  background-color: #1680ff;
  color: #fff;
}
.pro-box1 .container .mbox .right .link .font14:hover svg path {
  fill: #fff;
}
.pro-box1 .container .mbox .right .link .font14.rightbutton {
  margin-left: 0.2rem;
  background-color: #1680ff;
  border: 1px solid #1680ff;
  color: #fff;
  opacity: 1;
}
.pro-box1 .container .mbox .right .link .font14.rightbutton svg path {
  fill: #fff;
  opacity: 1;
}
.pro-box1 .container .mbox .right .link .font14.rightbutton:hover {
  background-color: #3d95ff;
  border: 1px solid #3d95ff;
}
.pro-box2 {
  background-color: #f8f8f8;
  padding-bottom: 0.7rem;
}
.pro-box2 .container .font40 {
  color: #222222;
  margin-bottom: 0.15rem;
}
.pro-box2 .mbox {
  display: flex;
  flex-wrap: wrap;
}
.pro-box2 .mbox .sbox {
  background-color: #fff;
  margin-top: 0.15rem;
  margin-right: 0.15rem;
  padding: 0 0 0.3rem;
  width: calc((100% - 0.3rem) / 3);
}
.pro-box2 .mbox .sbox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .pro-box2 .mbox .sbox {
    width: 48%;
    margin-right: 4%;
  }
  .pro-box2 .mbox .sbox:nth-child(3n) {
    margin-right: 4%;
  }
  .pro-box2 .mbox .sbox:nth-child(2n) {
    margin-right: 0;
  }
}
.pro-box2 .mbox .sbox .img {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box2 .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.pro-box2 .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.pro-box2 .mbox .sbox .img:hover img {
  transform: scale(1.2);
}
.pro-box2 .mbox .sbox .text {
  padding: 0.3rem 0 0;
  margin: 0 0.3rem 0.4rem;
  color: #222222;
  text-align: center;
}
.pro-box2 .mbox .sbox .text:hover {
  color: #1680ff;
}
.pro-box2 .mbox .sbox .link {
  border-top: 1px solid rgba(170, 170, 170, 0.5);
  margin: 0 0.3rem;
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .pro-box2 .mbox .sbox .link {
    flex-wrap: wrap;
  }
}
.pro-box2 .mbox .sbox .link .font14 {
  width: 1.53rem;
  line-height: 0.48rem;
  border: 1px solid rgba(112, 124, 133, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #203241;
  border-radius: 0.24rem;
}
@media (max-width: 991px) {
  .pro-box2 .mbox .sbox .link .font14 {
    line-height: 0.8rem;
    width: 2rem;
  }
}
.pro-box2 .mbox .sbox .link .font14 svg {
  margin-left: 0.1rem;
  width: 0.16rem;
}
.pro-box2 .mbox .sbox .link .font14 svg path {
  fill: #203241;
  opacity: 1;
}
.pro-box2 .mbox .sbox .link .font14:hover {
  background-color: #1680ff;
  color: #fff;
}
.pro-box2 .mbox .sbox .link .font14:hover svg path {
  fill: #fff;
}
.pro-box2 .mbox .sbox .link .font14.rightbutton {
  margin-left: 0.2rem;
  background-color: #1680ff;
  border: 1px solid #1680ff;
  color: #fff;
  opacity: 1;
}
.pro-box2 .mbox .sbox .link .font14.rightbutton:hover {
  background-color: #3d95ff;
  border: 1px solid #3d95ff;
}
@media (max-width: 767px) {
  .pro-box2 .mbox .sbox .link .font14.rightbutton {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
.pro-box2 .mbox .sbox .link .font14.rightbutton svg path {
  fill: #fff;
  opacity: 1;
}
.pro-box5 {
  background-color: #fff;
  padding: 0.6rem 0 1.4rem;
}
.pro-box5 .container .font40 {
  color: #222222;
  margin-bottom: 0.3rem;
}
.pro-box5 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.pro-box5 .container .mbox .sbox {
  background-color: #fff;
  margin-right: 0.15rem;
  margin-bottom: 0.3rem;
  width: calc((100% - 0.3rem) / 3);
}
.pro-box5 .container .mbox .sbox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .pro-box5 .container .mbox .sbox {
    width: 100%;
    margin-right: 0;
  }
}
.pro-box5 .container .mbox .sbox .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box5 .container .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 62.7%;
}
.pro-box5 .container .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box5 .container .mbox .sbox .img:hover img {
  transform: scale(1.2);
}
.pro-box5 .container .mbox .sbox .text {
  background-color: #f8f8f8;
  display: block;
  padding: 0.4rem;
}
.pro-box5 .container .mbox .sbox .text .time {
  color: #666666;
}
.pro-box5 .container .mbox .sbox .text .text2 {
  color: #000000;
  margin: 0.2rem 0;
  line-height: 0.3rem;
  height: 0.6rem;
}
.pro-box5 .container .mbox .sbox .text .link svg {
  width: 0.28rem;
}
.pro-box5 .container .mbox .sbox .text .link svg path {
  fill: #222;
  opacity: 1;
}
.pro-box5 .container .mbox .sbox .text:hover .text2 {
  color: #1680ff;
}
.pro-box5 .container .mbox .sbox .text:hover .link svg path {
  fill: #1680ff;
  opacity: 1;
}
.pro-box5 .container .linkbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.53rem;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  color: #fff;
  margin: 0.4rem auto 0;
}
.pro-box5 .container .linkbutton:hover {
  background-color: #3d95ff;
}
@media (max-width: 991px) {
  .pro-box5 .container .linkbutton {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.pro-box5 .container .linkbutton svg {
  width: 0.16rem;
  margin-left: 0.1rem;
}
.pro-box5 .container .linkbutton svg path {
  fill: #fff;
  opacity: 1;
}
.pro-details {
  background-color: #f1f7fd;
  padding-bottom: 0.5rem;
}
.pro-details .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro-details .container .left {
  width: 45%;
}
@media (max-width: 767px) {
  .pro-details .container .left {
    width: 100%;
  }
}
.pro-details .container .left .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-details .container .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.pro-details .container .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-details .container .right {
  width: 55%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .pro-details .container .right {
    width: 100%;
    padding-right: 0;
  }
}
.pro-details .container .right .title {
  color: #000000;
}
.pro-details .container .right .text {
  margin: 0.3rem 0 0.8rem;
  color: #666666;
  line-height: 1.5em;
}
.pro-details .container .right .link {
  display: flex;
}
.pro-details .container .right .link .video {
  display: flex;
  width: 1.53rem;
  align-items: center;
  justify-content: center;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #707c85;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pro-details .container .right .link .video {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.pro-details .container .right .link .video svg {
  margin-left: 0.1rem;
}
.pro-details .container .right .link .video svg path {
  fill: #707c85;
  opacity: 1;
}
.pro-details .container .right .link .button {
  margin-left: 0.2rem;
  display: flex;
  width: 1.53rem;
  align-items: center;
  justify-content: center;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  border: 1px solid #1680ff;
  background-color: #1680ff;
  color: #fff;
}
@media (max-width: 767px) {
  .pro-details .container .right .link .button {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.pro-details .container .right .link .button svg {
  margin-left: 0.1rem;
}
.pro-details .container .right .link .button svg path {
  fill: #fff;
  opacity: 1;
}
.pro-title2 {
  border-bottom: 1px solid #d3d3d3;
}
.pro-title2 .container {
  line-height: 0.8rem;
  display: flex;
}
.pro-title2 .container .left {
  height: 0.8rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .pro-title2 .container .left {
    flex-wrap: wrap;
  }
}
.pro-title2 .container .left .title {
  line-height: 0.8rem;
  margin: 0 0.3rem;
}
@media (max-width: 767px) {
  .pro-title2 .container .left .title {
    width: 20%;
    margin: 0;
  }
}
.pro-title2 .container .left .title.default::before {
  bottom: 0;
}
.pro-box6 {
  padding-top: 0.7rem;
  background-color: #fff;
}
.pro-box6 .container .font40 {
  text-align: center;
}
.pro-box6 .container .mbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.pro-box6 .container .mbox .sbox {
  width: calc(100% / 6);
  padding: 0.6rem 0 0.8rem;
  text-align: center;
  border: 1px solid #eee;
  border-right: 0;
}
@media (max-width: 767px) {
  .pro-box6 .container .mbox .sbox {
    width: 50%;
  }
  .pro-box6 .container .mbox .sbox:nth-child(2n) {
    border-right: 1px solid #eee;
  }
}
.pro-box6 .container .mbox .sbox:last-child {
  border-right: 1px solid #eee;
}
.pro-box6 .container .mbox .sbox .img {
  height: 0.65rem;
}
.pro-box6 .container .mbox .sbox .img img {
  height: 0.65rem;
}
.pro-box6 .container .mbox .sbox .title {
  margin: 0.3rem 0 0.2rem;
  color: #222222;
  padding: 0 0.2rem;
}
.pro-box6 .container .mbox .sbox .text {
  color: #666666;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .pro-box6 .container .mbox .sbox .text {
    -webkit-line-clamp: initial;
  }
}
.pro-box6 .container .mbox2 {
  padding-bottom: 1rem;
}
.pro-box6 .container .mbox2 .sbox2 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pro-box6 .container .mbox2 .sbox2:nth-child(2n) {
  flex-direction: row-reverse;
}
.pro-box6 .container .mbox2 .sbox2:nth-child(2n) .left {
  padding: 0 5% 0 10%;
}
@media (max-width: 767px) {
  .pro-box6 .container .mbox2 .sbox2:nth-child(2n) {
    flex-direction: row;
  }
  .pro-box6 .container .mbox2 .sbox2:nth-child(2n) .left {
    padding: 0;
  }
}
.pro-box6 .container .mbox2 .sbox2 .left {
  width: 52.5%;
  padding: 0 15% 0 0 ;
}
@media (max-width: 767px) {
  .pro-box6 .container .mbox2 .sbox2 .left {
    width: 100%;
    padding: 0;
  }
}
.pro-box6 .container .mbox2 .sbox2 .left .cn1 {
  color: #000000;
  text-align: left;
}
.pro-box6 .container .mbox2 .sbox2 .left .cn2 {
  margin-top: 0.2rem;
  line-height: 1.5em;
  color: #666;
  text-align: left;
}
.pro-box6 .container .mbox2 .sbox2 .right {
  width: 47.5%;
}
@media (max-width: 767px) {
  .pro-box6 .container .mbox2 .sbox2 .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.pro-box6 .container .mbox2 .sbox2 .right .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box6 .container .mbox2 .sbox2 .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 66.7%;
}
.pro-box6 .container .mbox2 .sbox2 .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box6 .container .mbox2 .sbox2 .right .img:hover img {
  transform: scale(1.2);
}
.pro-box7 {
  padding: 0.9rem 0 1.1rem;
  background-color: #f8f8f8;
}
.pro-box7 .container .title {
  display: flex;
  justify-content: space-between;
}
.pro-box7 .container .title .font40 {
  color: #000000;
}
.pro-box7 .container .title .link {
  width: 1.53rem;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .pro-box7 .container .title .link {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.pro-box7 .container .title .link svg {
  margin-left: 0.1rem;
}
.pro-box7 .container .title .link svg path {
  fill: #fff;
  opacity: 1;
}
.pro-box7 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.pro-box7 .container .mbox .sbox {
  margin: 0.4rem 0;
  width: 28%;
  margin-right: 8%;
}
.pro-box7 .container .mbox .sbox:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pro-box7 .container .mbox .sbox {
    width: 100%;
  }
}
.pro-box7 .container .mbox .sbox .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box7 .container .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.pro-box7 .container .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box7 .container .mbox .sbox .img:hover img {
  transform: scale(1.2);
}
.pro-box7 .container .mbox .sbox .text {
  color: #000000;
  margin-bottom: 0.2rem;
}
.pro-box7 .container .mbox .sbox .text2 {
  color: #666666;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  .pro-box7 .container .mbox .sbox .text2 {
    -webkit-line-clamp: initial;
  }
}
.pro-box8 {
  background-color: #fff;
  padding: 0.9rem 0;
}
.pro-box8 .container .font40 {
  color: #000;
  margin-bottom: 0.4rem;
}
.pro-box8 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.pro-box8 .container .mbox .left {
  width: 80%;
}
@media (max-width: 767px) {
  .pro-box8 .container .mbox .left {
    width: 100%;
  }
}
.pro-box8 .container .mbox .left .pro-box8b {
  position: relative;
  overflow: hidden;
}
.pro-box8 .container .mbox .left .pro-box8b .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box8 .container .mbox .left .pro-box8b .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 51.9%;
}
.pro-box8 .container .mbox .left .pro-box8b .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box8 .container .mbox .right {
  width: 20%;
  padding-left: 0.15rem;
  height: 5.8rem;
}
@media (max-width: 767px) {
  .pro-box8 .container .mbox .right {
    width: 100%;
    padding-left: 0;
    height: initial;
  }
}
.pro-box8 .container .mbox .right .pro-box8a {
  position: relative;
  overflow: hidden;
  height: 5.8rem;
  width: 100%;
}
@media (max-width: 767px) {
  .pro-box8 .container .mbox .right .pro-box8a {
    margin-top: 0.6rem;
    height: initial;
  }
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-wrapper {
  justify-content: space-between;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide {
  height: calc((100% - 45px) / 4);
  width: 100%;
  position: relative;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 50%;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/uploads/image/rimages/pro-img48.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide .img span {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0.2rem;
  z-index: 5;
  color: #ffffff;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide.default span {
  top: 50%;
  bottom: initial;
  transform: translatex(-50%) translatey(-50%);
  z-index: 8;
}
.pro-box8 .container .mbox .right .pro-box8a .swiper-slide.default .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  background-color: rgba(22, 128, 255, 0.87);
  z-index: 6;
}
.pro-box9 {
  background-color: #f8f8f8;
  padding: 0.9rem 0;
}
.pro-box9 .container {
  display: flex;
  flex-wrap: wrap;
}
.pro-box9 .container .left {
  width: 44%;
}
@media (max-width: 767px) {
  .pro-box9 .container .left {
    width: 100%;
  }
}
.pro-box9 .container .left .font40 {
  padding: 0.6rem 0;
  color: #000000;
}
.pro-box9 .container .left .text li {
  color: #666666;
  margin-bottom: 0.1rem;
}
.pro-box9 .container .right {
  width: 56%;
}
@media (max-width: 767px) {
  .pro-box9 .container .right {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.pro-box9 .container .right .img {
  width: 100%;
}
.pro-box10 {
  background-color: #fff;
  padding: 0.9rem 0;
}
.pro-box10 .container .font40 {
  color: #000000;
  margin-bottom: 0.4rem;
}
.pro-box10 .container .link {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-weight: bold;
}
.pro-box10 .container .link svg {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
.pro-box10 .container .link svg path {
  fill: #222;
  opacity: 1;
}
.pro-box10 .container .link:hover {
  color: #1680ff;
}
.pro-box10 .container .link:hover svg path {
  fill: #1680ff;
  opacity: 1;
}
.pro-box10 .container .mbox .sbox {
  margin-bottom: 0.1rem;
}
.pro-box10 .container .mbox .sbox .title1 {
  background-color: #f7f7f7;
  line-height: 0.5rem;
  color: #222222;
  padding: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pro-box10 .container .mbox .sbox .title1 {
    line-height: 0.8rem;
  }
}
.pro-box10 .container .mbox .sbox .title1 span {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translatey(-50%);
}
.pro-box10 .container .mbox .sbox .title1 span em:nth-child(1) {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 2px;
  height: 13px;
  background-color: #777;
  transition: all 0.5;
}
.pro-box10 .container .mbox .sbox .title1 span em:nth-child(2) {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translatey(-50%);
  width: 13px;
  height: 2px;
  background-color: #777;
  transition: all 0.5;
}
.pro-box10 .container .mbox .sbox .title2 {
  display: none;
  padding: 0.3rem;
  background-color: #fff;
  color: #555555;
}
.pro-box10 .container .mbox .sbox.default .title1 {
  color: #1680ff;
  font-weight: bold;
}
.pro-box10 .container .mbox .sbox.default .title1 span em:nth-child(1) {
  transform: translatey(-50%) rotate(45deg);
}
.pro-box10 .container .mbox .sbox.default .title1 span em:nth-child(2) {
  transform: translatey(-50%) rotate(45deg);
}
.pro-box11 {
  background-color: #f8f8f8;
  padding: 0.9rem 0;
}
.pro-box11 .container .font40 {
  color: #000000;
  margin-bottom: 0.5rem;
}
.pro-box11 .container .mbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pro-box11 .container .mbox .left {
  width: 50.7%;
}
@media (max-width: 767px) {
  .pro-box11 .container .mbox .left {
    width: 100%;
  }
}
.pro-box11 .container .mbox .left .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  display: none;
}
.pro-box11 .container .mbox .left .img.default {
  display: block;
}
.pro-box11 .container .mbox .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 56.3%;
}
.pro-box11 .container .mbox .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box11 .container .mbox .line {
  width: 6.3%;
  text-align: center;
}
.pro-box11 .container .mbox .line .img img {
  width: 0.14rem;
}
@media (max-width: 767px) {
  .pro-box11 .container .mbox .line {
    display: none;
  }
}
.pro-box11 .container .mbox .right {
  width: 43%;
  padding: 0 0.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .pro-box11 .container .mbox .right {
    margin-top: 1rem;
    width: 100%;
  }
}
.pro-box11 .container .mbox .right .left-ico {
  position: absolute;
  left: 0;
  top: -0.2rem;
}
.pro-box11 .container .mbox .right .left-ico img {
  width: 0.16rem;
}
.pro-box11 .container .mbox .right .right-ico {
  position: absolute;
  right: 0.4rem;
  top: 50%;
}
.pro-box11 .container .mbox .right .right-ico img {
  width: 0.16rem;
}
.pro-box11 .container .mbox .right .pro-box11a {
  position: relative;
  overflow: hidden;
}
.pro-box11 .container .mbox .right .pro-box11a .text {
  color: #222;
  line-height: 1.3em;
}
.pro-box11 .container .mbox .right .pro-box11a .name {
  margin: 0.5rem 0 0.1rem;
}
.pro-box11 .container .mbox .right .pro-box11a .name .font18 {
  color: #666666;
}
.pro-box11 .container .mbox .right .pro-box11a .name .font14 {
  margin-left: 0.2rem;
  color: #666666;
}
.pro-box11 .container .mbox .right .pro-box11a .swiper-pagination {
  position: relative;
  left: 0;
  text-align: left;
}
.pro-box11 .container .mbox .right .pro-box11a .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.1rem;
}
.pro-box11 .container .mbox .right .pro-box11a .video {
  margin-top: 0.5rem;
  width: 1.53rem;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .pro-box11 .container .mbox .right .pro-box11a .video {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.pro-box11 .container .mbox .right .pro-box11a .video svg {
  margin-left: 0.1rem;
}
.pro-box11 .container .mbox .right .pro-box11a .video svg path {
  fill: #fff;
  opacity: 1;
}
.pro-box12 {
  background-color: #f8f8f8;
  padding: 0.9rem 0;
}
.pro-box12 .container .font40 {
  color: #000000;
  margin-bottom: 0.4rem;
  position: relative;
}
.pro-box12 .container .font40 .link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
}
.pro-box12 .container .font40 .link .swiper-button-prev2 {
  width: 0.42rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.42rem;
  background-color: #fff;
  display: block;
}
.pro-box12 .container .font40 .link .swiper-button-prev2 svg {
  vertical-align: middle;
}
.pro-box12 .container .font40 .link .swiper-button-prev2 svg path {
  fill: #a6a6a6;
  opacity: 1;
}
.pro-box12 .container .font40 .link .swiper-button-prev2:hover {
  background-color: #1680ff;
}
.pro-box12 .container .font40 .link .swiper-button-prev2:hover svg path {
  fill: #fff;
}
.pro-box12 .container .font40 .link .swiper-button-next2 {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.42rem;
  background-color: #fff;
  margin-left: 0.1rem;
  display: block;
}
.pro-box12 .container .font40 .link .swiper-button-next2 svg {
  vertical-align: middle;
}
.pro-box12 .container .font40 .link .swiper-button-next2 svg path {
  fill: #a6a6a6;
  opacity: 1;
}
.pro-box12 .container .font40 .link .swiper-button-next2:hover {
  background-color: #1680ff;
}
.pro-box12 .container .font40 .link .swiper-button-next2:hover svg path {
  fill: #fff;
}
.pro-box12 .container .mbox .pro-box12a {
  position: relative;
  overflow: hidden;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide {
  padding-bottom: 0.8rem;
  background-color: #fff;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .img:hover img {
  transform: scale(1.2);
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .title {
  color: #222222;
  padding: 0 0.6rem;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .title:hover {
  color: #1680ff;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .text {
  margin-top: 0.1rem;
  color: #666666;
  line-height: 1.5em;
  padding: 0 0.6rem;
}
.pro-box12 .container .mbox .pro-box12a .swiper-slide .text:hover {
  color: #1680ff;
}
.sub-box1 {
  padding: 0.7rem 0 1.1rem;
  background-color: #fff;
}
.sub-box1 .container .font40 {
  margin-bottom: 0.6rem;
  color: #000000;
}
.sub-box1 .container .mbox {
  display: flex;
  align-items: center;
}
.sub-box1 .container .mbox .left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .left {
    width: 100%;
  }
}
.sub-box1 .container .mbox .left .cn1 {
  position: relative;
  width: 1.9rem;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .left .cn1 {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .sub-box1 .container .mbox .left .cn1 {
    width: 100%;
  }
}
.sub-box1 .container .mbox .left .cn1 .font18 {
  color: #222222;
  line-height: 0.52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .left .cn1 .font18 {
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
  }
}
.sub-box1 .container .mbox .left .cn1 .font18::before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  width: 0;
  height: 1px;
  background-color: #1680ff;
}
.sub-box1 .container .mbox .left .cn1 .font18 i {
  margin-left: 0.1rem;
  color: #000;
  transition: all 0.5s;
}
.sub-box1 .container .mbox .left .cn1 .cn2 {
  display: none;
  background-color: #fff;
  padding: 0.1rem 0.2rem 0.3rem;
  z-index: 2;
}
.sub-box1 .container .mbox .left .cn1 .cn2 .font16 {
  color: #666666;
  position: relative;
  padding-left: 10px;
  line-height: 2em;
  cursor: pointer;
}
.sub-box1 .container .mbox .left .cn1 .cn2 .font16::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.13rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(147, 147, 147, 0.67);
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .left .cn1 .cn2 .font16::before {
    top: 50%;
    transform: translatey(-50%);
  }
}
.sub-box1 .container .mbox .left .cn1 .cn2 .font16:hover {
  color: #000;
}
.sub-box1 .container .mbox .left .cn1 .cn2 .font16:hover::before {
  background-color: #000;
}
.sub-box1 .container .mbox .left .cn1:hover {
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.89rem 0.06rem rgba(0, 0, 0, 0.08);
}
.sub-box1 .container .mbox .left .cn1:hover .font18::before {
  width: 70%;
}
.sub-box1 .container .mbox .left .cn1:hover .font18 i {
  transform: rotate(90deg);
}
.sub-box1 .container .mbox .left .cn1:hover .cn2 {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.52rem;
}
.sub-box1 .container .mbox .right {
  width: 30%;
  text-align: right;
  position: relative;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .right {
    display: none;
  }
}
.sub-box1 .container .mbox .right input {
  width: 4rem;
  line-height: 0.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 0.6rem 0 0.2rem;
  color: #666666;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox .right input {
    line-height: 0.8rem;
  }
}
.sub-box1 .container .mbox .right button {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translatey(-50%);
}
.sub-box1 .container .mbox2 {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.sub-box1 .container .mbox2 .left {
  width: 61%;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox2 .left {
    width: 100%;
  }
}
.sub-box1 .container .mbox2 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.sub-box1 .container .mbox2 .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 65%;
}
.sub-box1 .container .mbox2 .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sub-box1 .container .mbox2 .right {
  width: 39%;
  background-color: #f5f5f5;
  padding: 0.7rem 0.4rem 0 0.8rem;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox2 .right {
    width: 100%;
    padding: 0.7rem 0.4rem;
  }
}
.sub-box1 .container .mbox2 .right .cn3 {
  color: #222222;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.sub-box1 .container .mbox2 .right .cn4 {
  padding-top: 0.2rem;
  color: #666666;
  line-height: 1.5em;
}
.sub-box1 .container .mbox2 .right .cn5 {
  width: 1.53rem;
  margin-top: 0.85rem;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 1;
}
.sub-box1 .container .mbox2 .right .cn5 svg {
  margin-left: 0.1rem;
  width: 0.13rem;
}
.sub-box1 .container .mbox2 .right .cn5 svg path {
  fill: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .sub-box1 .container .mbox2 .right .cn5 {
    width: 2rem;
    line-height: 0.8rem;
  }
  .sub-box1 .container .mbox2 .right .cn5 svg {
    width: 0.26rem;
  }
}
.sub-box2 {
  background-color: rgba(245, 245, 245, 0.68);
  padding: 0.7rem 0 1.3rem;
}
.sub-box2 .container .font40 {
  color: #000000;
}
@media (max-width: 991px) {
  .sub-box2 .container .font40 {
    margin-bottom: 0.6rem;
  }
}
.sub-box2 .container .mbox {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox {
    margin-top: 0;
  }
}
.sub-box2 .container .mbox .sbox {
  width: 1.9rem;
  position: relative;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox .sbox {
    width: 30%;
    margin-right: 3%;
    margin-top: 0.3rem;
  }
}
.sub-box2 .container .mbox .sbox .cn1 {
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #2585ef;
  height: 1.9rem;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox .sbox .cn1 {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .sub-box2 .container .mbox .sbox .cn1 {
    height: 1.9rem;
  }
}
.sub-box2 .container .mbox .sbox .cn3 {
  position: absolute;
  left: 50%;
  transform: translatex(-50%) rotate(90deg);
  bottom: -0.45rem;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox .sbox .cn3 {
    display: none;
  }
}
.sub-box2 .container .mbox .sbox2 {
  width: calc((100% - 11.4rem) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-box2 .container .mbox .sbox2 .cn2 {
  text-align: center;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox .sbox2 {
    display: none;
  }
}
.sub-box2 .container .mbox.mbox3 {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .sub-box2 .container .mbox.mbox3 {
    flex-direction: row;
  }
}
.sub-box2 .container .mbox.mbox3 .sbox2 .cn2 {
  transform: rotate(180deg);
}
.sub-box3 {
  background-color: #fff;
  padding: 0.9rem 0 1.1rem;
}
.sub-box3 .container .font40 {
  color: #000000;
  margin-bottom: 0.4rem;
}
.sub-box3 .container .mbox {
  display: flex;
  flex-wrap: wrap;
}
.sub-box3 .container .mbox .left {
  width: 62%;
  padding: 0.6rem 1.3rem 0.6rem 0.8rem;
  background-color: #eaf3fe;
}
@media (max-width: 991px) {
  .sub-box3 .container .mbox .left {
    width: 100%;
    padding: 0.3rem;
  }
}
.sub-box3 .container .mbox .left .cn1 {
  margin-bottom: 0.3rem;
}
.sub-box3 .container .mbox .left .cn1 .cn2 {
  color: #222222;
  letter-spacing: 0rem;
}
.sub-box3 .container .mbox .left .cn6 {
  margin-bottom: 0.15rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sub-box3 .container .mbox .left .cn6 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.sub-box3 .container .mbox .left .cn6 input {
  width: 100%;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  color: #a7a7a7;
}
.sub-box3 .container .mbox .left .cn6 input:nth-child(2) {
  margin-left: 0.2rem;
}
@media (max-width: 991px) {
  .sub-box3 .container .mbox .left .cn6 input {
    margin-bottom: 0.15rem;
    line-height: 0.6rem;
  }
  .sub-box3 .container .mbox .left .cn6 input:nth-child(2) {
    margin-left: 0;
  }
}
.sub-box3 .container .mbox .left .cn8 textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  height: 1.35rem;
  color: #a7a7a7;
}
.sub-box3 .container .mbox .left .cn9 {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
}
.sub-box3 .container .mbox .left .cn9 input {
  margin-right: 0.1rem;
}
.sub-box3 .container .mbox .left .cn9 a {
  text-decoration: underline;
}
.sub-box3 .container .mbox .left .cn10 button {
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #1680ff;
  border-radius: 0.21rem;
  text-align: center;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  .sub-box3 .container .mbox .left .cn10 button {
    line-height: 0.8rem;
    width: 2rem;
  }
}
.sub-box3 .container .mbox .right {
  width: 38%;
  background-color: #e0eefd;
  padding: 0.6rem 0;
}
@media (max-width: 991px) {
  .sub-box3 .container .mbox .right {
    margin-top: 0.3rem;
    width: 100%;
    padding: 0.3rem;
  }
}
.sub-box3 .container .mbox .right .cn4 {
  text-align: center;
  color: #222222;
}
.sub-box3 .container .mbox .right .img {
  width: 1.76rem;
  margin: 0.5rem auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.sub-box3 .container .mbox .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.sub-box3 .container .mbox .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.sub-box3 .container .mbox .right .cn5 {
  text-align: center;
  color: #222222;
}
.yuyue-box1 {
  position: relative;
}
@media (max-width: 991px) {
  .yuyue-box1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.yuyue-box1 .ditubox {
  width: 100%;
  height: 8rem;
  position: relative;
  overflow: hidden;
}
.yuyue-box1 .ditubox #map {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.yuyue-box1 .container {
  position: absolute;
  left: 0;
  transform: translatey(-50%);
  top: 50%;
  z-index: 3;
  width: 6.26rem;
  background-color: #fff;
  margin-left: 8% ;
  padding: 0.5rem 0.6rem 0;
}
@media (max-width: 991px) {
  .yuyue-box1 .container {
    position: relative;
    top: initial;
    transform: initial;
    padding: 0.5rem 0;
    margin: 0 auto;
    width: 90%;
  }
}
.yuyue-box1 .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.7rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff, #fff);
  z-index: 3;
}
.yuyue-box1 .container #r-result #distpicker5 {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  display: flex;
}
.yuyue-box1 .container #r-result #distpicker5 .form-group {
  width: 30%;
}
.yuyue-box1 .container #r-result #distpicker5 .form-group select {
  background: url(/uploads/image/rimages/bottom-arrow.svg) no-repeat scroll 95% center transparent;
  line-height: 0.37rem;
  border: 1px solid #a0a0a0;
  width: 100%;
  padding: 0 0.2rem;
  color: #555555;
  border-right: 0;
}
@media (max-width: 991px) {
  .yuyue-box1 .container #r-result #distpicker5 .form-group select {
    line-height: 0.6rem;
  }
}
.yuyue-box1 .container #r-result #distpicker5 .form-group select:last-child {
  border-right: 0;
}
.yuyue-box1 .container #r-result #distpicker5 .form-group button {
  line-height: 0.37rem;
  border: 1px solid #a0a0a0;
  width: 100%;
  color: #555555;
  text-align: center;
}
@media (max-width: 991px) {
  .yuyue-box1 .container #r-result #distpicker5 .form-group button {
    line-height: 0.6rem;
  }
}
.yuyue-box1 .container #r-result #distpicker5 .form-group.form-group2 {
  width: 10%;
}
.yuyue-box1 .container #r-result .mbox {
  height: 4.55rem;
  position: relative;
}
.yuyue-box1 .container #r-result .mbox .sbox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0.25rem 0;
}
.yuyue-box1 .container #r-result .mbox .sbox:nth-child(1) {
  padding-top: 0;
}
.yuyue-box1 .container #r-result .mbox .sbox:last-child {
  padding-bottom: 0.6rem;
}
.yuyue-box1 .container #r-result .mbox .sbox .font18 {
  color: #000000;
}
.yuyue-box1 .container #r-result .mbox .sbox ul {
  margin: 0.2rem 0 0.3rem;
}
.yuyue-box1 .container #r-result .mbox .sbox ul .font16 {
  color: #666666;
  line-height: 1.6em;
}
.yuyue-box1 .container #r-result .mbox .sbox .link {
  display: flex;
  width: 1.53rem;
  line-height: 0.5rem;
  background-color: #1680ff;
  border-radius: 0.24rem;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 991px) {
  .yuyue-box1 .container #r-result .mbox .sbox .link {
    width: 2rem;
    line-height: 0.8rem;
  }
}
.yuyue-box1 .container #r-result .mbox .sbox .link svg {
  margin-left: 0.1rem;
}
.yuyue-box1 .container #r-result .mbox .sbox .link svg path {
  fill: #fff;
  opacity: 1;
}
.about-box1 {
  padding: 1rem 0 0;
}
.about-box1 .font40 {
  text-align: center;
  color: #222222;
}
.about-box1 .textbox {
  padding: 0 2rem;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .about-box1 .textbox {
    padding: 0;
  }
}
.about-box1 .textbox .font16 {
  line-height: 1.5em;
  color: #666;
  text-align: center;
}
.about-box3 {
  background-color: #f8f8f8;
  padding: 1rem 0 1.6rem;
  margin-top: -100vh;
}
.about-box3 .container1570 {
  max-width: 15.7rem;
  position: relative;
  margin: 0 auto;
}
.about-box3 .container1570 .prevbox3a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 0.2rem;
  height: 0.38rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  .about-box3 .container1570 .prevbox3a {
    left: 2%;
  }
}
.about-box3 .container1570 .prevbox3a svg path {
  fill: #333;
  opacity: 1;
}
.about-box3 .container1570 .prevbox3a:hover svg path {
  fill: #1680ff;
}
.about-box3 .container1570 .nextbox3a {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
  width: 0.2rem;
  height: 0.38rem;
  cursor: pointer;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .about-box3 .container1570 .nextbox3a {
    right: 2%;
  }
}
.about-box3 .container1570 .nextbox3a svg path {
  fill: #333;
  opacity: 1;
}
.about-box3 .container1570 .nextbox3a:hover svg path {
  fill: #1680ff;
}
@media (max-width: 991px) {
  .about-box3 {
    margin-top: 5vh;
  }
}
.about-box3 .container-box3 {
  margin-top: 0.7rem;
  position: relative;
}
@media (max-width: 767px) {
  .about-box3 .container-box3 .img {
    display: none;
  }
  .about-box3 .container-box3 .about-box3a {
    position: relative;
    left: initial;
    top: initial;
    transform: initial;
  }
  .about-box3 .container-box3 .about-box3a .swiper-wrapper {
    flex-wrap: wrap;
  }
  .about-box3 .container-box3 .about-box3a .swiper-wrapper .swiper-slide {
    width: 50%;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 767px) {
  .about-box3 .prevbox3a {
    display: none;
  }
  .about-box3 .nextbox3a {
    display: none;
  }
}
.about-box3 .about-box3a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about-box3 .about-box3a .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-box3 .about-box3a .swiper-slide ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-box3 .about-box3a .swiper-slide ul li {
  width: 100%;
}
.about-box3 .about-box3a .swiper-slide ul li.img {
  text-align: center;
}
.about-box3 .about-box3a .swiper-slide ul li.img img {
  width: 0.67rem;
  height: 0.68rem;
}
.about-box3 .about-box3a .swiper-slide ul li.title {
  color: #203241;
  text-align: center;
  margin: 0.15rem 0 0.7rem;
}
@media (max-width: 991px) {
  .about-box3 .about-box3a .swiper-slide ul li.title {
    margin: 0.15rem 0;
  }
}
.about-box3 .about-box3a .swiper-slide ul li.title2 {
  position: relative;
  text-align: center;
  display: inline-block;
  width: auto;
}
.about-box3 .about-box3a .swiper-slide ul li.title2 .num {
  font-size: 0.8rem;
  color: #1680ff;
  line-height: 0.56rem;
}
@media (max-width: 991px) {
  .about-box3 .about-box3a .swiper-slide ul li.title2 .num {
    font-size: 0.5rem;
  }
}
.about-box3 .about-box3a .swiper-slide ul li.title2 .fuhao {
  position: absolute;
  font-size: 0.18rem;
  line-height: 1em;
  top: 0;
  right: -0.2rem;
  color: #1680ff;
}
.about-box4 {
  padding: 0.9rem 0 1.7rem;
}
.about-box4 .container .font40 {
  color: #222222;
}
.about-box4 .container .mbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.about-box4 .container .mbox .sbox {
  margin-top: 0.3rem;
  border: 1px solid #d0cfcf;
  padding: 0.4rem 0.3rem;
  margin-right: 0.2rem;
  width: calc((100% - 0.4rem - 6px) / 3);
}
@media (max-width: 991px) {
  .about-box4 .container .mbox .sbox {
    width: calc((100% - 0.2rem - 4px) / 2);
  }
}
.about-box4 .container .mbox .sbox:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .about-box4 .container .mbox .sbox:nth-child(3n) {
    margin-right: 0.2rem;
  }
}
@media (max-width: 991px) {
  .about-box4 .container .mbox .sbox:nth-child(2n) {
    margin-right: 0;
  }
}
.about-box4 .container .mbox .sbox .img {
  margin: 0 0.2rem;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.about-box4 .container .mbox .sbox .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 71.4%;
}
.about-box4 .container .mbox .sbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-box4 .container .mbox .sbox .img:hover img {
  transform: scale(1.2);
}
.about-box4 .container .mbox .sbox .text {
  margin-top: 0.25rem;
  border-top: 1px solid #d0cfcf;
  padding-top: 0.15rem;
  color: #222222;
  opacity: 0.9;
  text-align: center;
  line-height: 0.48rem;
}
.about-box4 .container .link {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-weight: bold;
}
.about-box4 .container .link svg {
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
.about-box4 .container .link svg path {
  fill: #222;
  opacity: 1;
}
.about-box4 .container .link:hover {
  color: #1680ff;
}
.about-box4 .container .link:hover svg path {
  fill: #1680ff;
  opacity: 1;
}
.about-box5 {
  position: relative;
}
@media (max-width: 991px) {
  .about-box5 {
    background-color: #1680ff;
    padding-bottom: 0.8rem;
  }
}
.about-box5 .mbox {
  display: flex;
  flex-wrap: wrap;
}
.about-box5 .mbox .left {
  width: 43%;
  background-color: #1680ff;
  position: relative;
}
@media (max-width: 991px) {
  .about-box5 .mbox .left {
    display: none;
  }
}
.about-box5 .mbox .left .button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 0.86rem;
  height: 0.86rem;
  background-color: #ffff;
  border-radius: 50%;
  right: -0.43rem;
  z-index: 5;
}
.about-box5 .mbox .left .button .swiper-button-prev {
  width: 0.18rem;
  height: 0.2rem;
  background-size: 0.18rem 0.2rem;
  margin-top: 0;
  transform: translatey(-50%);
  left: 0.2rem;
}
.about-box5 .mbox .left .button .swiper-button-next {
  width: 0.18rem;
  height: 0.2rem;
  background-size: 0.18rem 0.2rem;
  margin-top: 0;
  transform: translatey(-50%);
  right: 0.2rem;
}
.about-box5 .mbox .right {
  width: 57%;
}
@media (max-width: 991px) {
  .about-box5 .mbox .right {
    width: 100%;
  }
}
.about-box5 .mbox .right .about-box5a {
  position: relative;
  overflow: hidden;
}
.about-box5 .mbox .right .about-box5a .img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
.about-box5 .mbox .right .about-box5a .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 56.3%;
}
.about-box5 .mbox .right .about-box5a .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.about-box5 .mbox .right .about-box5a .paginationtuijiana2 {
  display: none;
}
@media (max-width: 991px) {
  .about-box5 .mbox .right .about-box5a .paginationtuijiana2 {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translatex(-50%);
    text-align: center;
    z-index: 2;
  }
}
.about-box5 .container {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .about-box5 .container {
    position: relative;
    left: 0;
    transform: initial;
    top: 0;
  }
}
.about-box5 .container .sbox {
  display: none;
}
.about-box5 .container .sbox.default {
  display: block;
}
.about-box5 .container .sbox .cn1 {
  padding: 0.8rem 0 0.3rem;
  color: #ffffff;
  width: 4.2rem;
}
@media (max-width: 991px) {
  .about-box5 .container .sbox .cn1 {
    width: 100%;
  }
}
.about-box5 .container .sbox .cn2 {
  line-height: 1.5em;
  color: #fff;
  width: 4.2rem;
  opacity: 1;
}
@media (max-width: 991px) {
  .about-box5 .container .sbox .cn2 {
    width: 100%;
  }
}
.about-box5 .container .sbox .cn3 {
  margin-top: 0.8rem;
  width: 4.2rem;
}
@media (max-width: 991px) {
  .about-box5 .container .sbox .cn3 {
    width: 100%;
  }
}
.about-box5 .container .sbox .cn3 li {
  margin-bottom: 0.15rem;
  display: flex;
  color: #ffffff;
  line-height: 1.5em;
}
.about-box5 .container .sbox .cn3 li span {
  width: calc(100% - 0.35rem);
  color: #fff;
  opacity: 1;
}
.about-box5 .container .sbox .cn3 li svg {
  width: 0.35rem;
}
@media (max-width: 991px) {
  .about-box5 .container .sbox .cn3 li svg {
    margin-right: 0.2rem;
  }
}
.about-box5 .container .sbox .cn3 li svg path {
  fill: #fff;
  opacity: 1;
}
.about-box9 {
  width: 100%;
  position: relative;
}
.about-box9 .about-box2 {
  position: relative;
}
.about-box9 .about-box2 .img {
  width: 100%;
}
.about-box9 .about-box2 .img .pc-img {
  width: 100%;
  display: block;
}
.about-box9 .about-box2 .img .mb-img {
  width: 100%
                ;
  display: none;
}
.about-box9 .about-box2 .container {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translatex(-50%);
  padding: 1rem 0 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-box9 .about-box2 .container .title span:nth-child(1) {
  color: #222222;
  display: block;
}
.about-box9 .about-box2 .container .title span:nth-child(2) {
  color: #666666;
  display: block;
}
#qudao-message {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#qudao-message .container {
  position: absolute;
  padding: 0.7rem 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 67%;
}
@media (max-width: 991px) {
  #qudao-message .container {
    width: 90%;
  }
}
#qudao-message .container .messagebox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#qudao-message .container .messagebox .close {
  position: absolute;
  cursor: pointer;
  right: 0.3rem;
  top: -0.4rem;
}
#qudao-message .container .messagebox .close svg path {
  fill: #222;
}
#qudao-message .container .messagebox .left {
  width: 52.5%;
  padding-left: 0.8rem;
}
@media (max-width: 991px) {
  #qudao-message .container .messagebox .left {
    width: 100%;
    padding: 0 0.3rem;
  }
}
#qudao-message .container .messagebox .left .cn1 .cn2 {
  color: #222222;
}
#qudao-message .container .messagebox .left .cn1 .cn3 {
  margin-left: 0.2rem;
  color: #666666;
}
#qudao-message .container .messagebox .left .cn6 {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
#qudao-message .container .messagebox .left .cn6 input {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  color: #a7a7a7;
}
#qudao-message .container .messagebox .left .cn6 input:nth-child(2) {
  margin-left: 0.2rem;
}
#qudao-message .container .messagebox .left .cn6.cn10 {
  margin: 0.2rem 0;
}
#qudao-message .container .messagebox .left .cn7 {
  line-height: 0.7rem;
}
#qudao-message .container .messagebox .left .cn7 input {
  margin-right: 0.1rem;
  color: #a7a7a7;
}
#qudao-message .container .messagebox .left .cn7 .font16 {
  margin-right: 0.3rem;
}
#qudao-message .container .messagebox .left .cn8 textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  height: 1.35rem;
  color: #a7a7a7;
}
#qudao-message .container .messagebox .left .cn9 {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
}
#qudao-message .container .messagebox .left .cn9 input {
  margin-right: 0.1rem;
}
#qudao-message .container .messagebox .left .cn9 a {
  text-decoration: underline;
}
#qudao-message .container .messagebox .left .cn10 button {
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #1680ff;
  border-radius: 0.21rem;
  text-align: center;
  color: #fff;
  opacity: 1;
}
#qudao-message .container .messagebox .right {
  width: 47.5%;
}
@media (max-width: 991px) {
  #qudao-message .container .messagebox .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
#qudao-message .container .messagebox .right .cn4 {
  text-align: center;
  color: #222222;
}
#qudao-message .container .messagebox .right .img {
  width: 30%;
  margin: 0.5rem auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
#qudao-message .container .messagebox .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
#qudao-message .container .messagebox .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#qudao-message .container .messagebox .right .cn5 {
  text-align: center;
  color: #222222;
}
#aside-message {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#aside-message .container {
  position: absolute;
  padding: 0.7rem 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 67%;
}
#aside-message .container .messagebox {
  position: relative;
  display: flex;
}
#aside-message .container .messagebox .close {
  position: absolute;
  cursor: pointer;
  right: 0.3rem;
  top: -0.4rem;
}
#aside-message .container .messagebox .close svg path {
  fill: #222;
}
#aside-message .container .messagebox .left {
  width: 52.5%;
  padding-left: 0.8rem;
}
#aside-message .container .messagebox .left .cn1 .cn2 {
  color: #222222;
}
#aside-message .container .messagebox .left .cn1 .cn3 {
  margin-left: 0.2rem;
  color: #666666;
}
#aside-message .container .messagebox .left .cn6 {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
#aside-message .container .messagebox .left .cn6 input {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  color: #a7a7a7;
}
#aside-message .container .messagebox .left .cn6 input:nth-child(2) {
  margin-left: 0.2rem;
}
#aside-message .container .messagebox .left .cn7 {
  line-height: 0.7rem;
}
#aside-message .container .messagebox .left .cn7 input {
  margin-right: 0.1rem;
  color: #a7a7a7;
}
#aside-message .container .messagebox .left .cn7 .font16 {
  margin-right: 0.3rem;
}
#aside-message .container .messagebox .left .cn8 textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  height: 1.35rem;
  color: #a7a7a7;
}
#aside-message .container .messagebox .left .cn9 {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
}
#aside-message .container .messagebox .left .cn9 input {
  margin-right: 0.1rem;
}
#aside-message .container .messagebox .left .cn10 button {
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #1680ff;
  border-radius: 0.21rem;
  text-align: center;
  color: #fff;
  opacity: 1;
}
#aside-message .container .messagebox .right {
  width: 47.5%;
}
#aside-message .container .messagebox .right .cn4 {
  text-align: center;
  color: #222222;
}
#aside-message .container .messagebox .right .img {
  width: 30%;
  margin: 0.5rem auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
#aside-message .container .messagebox .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
#aside-message .container .messagebox .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#aside-message .container .messagebox .right .cn5 {
  text-align: center;
  color: #222222;
}
#tijian-message {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#tijian-message .container {
  position: absolute;
  padding: 0.7rem 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 67%;
}
@media (max-width: 991px) {
  #tijian-message .container {
    width: 90%;
  }
}
#tijian-message .container .messagebox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#tijian-message .container .messagebox .close {
  position: absolute;
  cursor: pointer;
  right: 0.3rem;
  top: -0.4rem;
}
#tijian-message .container .messagebox .close svg path {
  fill: #222;
}
#tijian-message .container .messagebox .left {
  width: 52.5%;
  padding-left: 0.8rem;
}
@media (max-width: 991px) {
  #tijian-message .container .messagebox .left {
    width: 100%;
    padding: 0 0.3rem;
  }
}
#tijian-message .container .messagebox .left .cn1 .cn2 {
  color: #222222;
}
#tijian-message .container .messagebox .left .cn1 .cn3 {
  margin-left: 0.2rem;
  color: #666666;
}
#tijian-message .container .messagebox .left .cn6 {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
#tijian-message .container .messagebox .left .cn6 input {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  color: #a7a7a7;
}
#tijian-message .container .messagebox .left .cn6 input:nth-child(2) {
  margin-left: 0.2rem;
}
#tijian-message .container .messagebox .left .cn6 select {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  color: #a7a7a7;
  appearance: none;
  background: url(/uploads/image/rimages/bottom-arrow.svg) no-repeat scroll 95% center transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#tijian-message .container .messagebox .left .cn6.cn10 {
  margin: 0.2rem 0;
}
#tijian-message .container .messagebox .left .cn7 {
  line-height: 0.7rem;
}
#tijian-message .container .messagebox .left .cn7 input {
  margin-right: 0.1rem;
  color: #a7a7a7;
}
#tijian-message .container .messagebox .left .cn7 .font16 {
  margin-right: 0.3rem;
}
#tijian-message .container .messagebox .left .cn8 textarea {
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0 0.2rem;
  line-height: 0.45rem;
  height: 1.35rem;
  color: #a7a7a7;
}
#tijian-message .container .messagebox .left .cn9 {
  margin: 0.2rem 0 0.5rem;
  display: flex;
  align-items: center;
}
#tijian-message .container .messagebox .left .cn9 input {
  margin-right: 0.1rem;
}
#tijian-message .container .messagebox .left .cn9 a {
  text-decoration: underline;
}
#tijian-message .container .messagebox .left .cn10 button {
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #1680ff;
  border-radius: 0.21rem;
  text-align: center;
  color: #fff;
  opacity: 1;
}
#tijian-message .container .messagebox .right {
  width: 47.5%;
}
@media (max-width: 991px) {
  #tijian-message .container .messagebox .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
#tijian-message .container .messagebox .right .cn4 {
  text-align: center;
  color: #222222;
}
#tijian-message .container .messagebox .right .img {
  width: 30%;
  margin: 0.5rem auto;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
#tijian-message .container .messagebox .right .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
#tijian-message .container .messagebox .right .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
#tijian-message .container .messagebox .right .cn5 {
  text-align: center;
  color: #222222;
}
.c-gn .lan {
  margin: 0 0.2rem;
  position: relative;
  color: #666666;
  font-size: 16px;
}
.c-gn .lan::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translatey(-50%);
  width: 1px;
  height: 12%;
  background-color: #666;
}
.c-gn .lan:nth-child(1)::before {
  display: none;
}
.c-gn .lan em.em1 {
  font-style: normal;
  margin: 0 0.05rem;
}
.language {
  position: relative;
}
.language .em2 {
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
  background-color: #fff;
  display: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  padding-top: 0.05rem;
}
.language .em2 .em3 {
  display: block;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.14rem;
  font-style: normal;
  color: #666;
  border-bottom: 1px solid #eee;
}
.language .em2 .em3.default {
  color: #1680ff;
  background-color: #eee;
}
.language:hover .em2 {
  display: block;
}
.language .em3:hover {
  display: block;
  color: #1680ff;
}
.language .em2::before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translatex(-50%);
  border-bottom: 8px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-gn .lan {
    font-size: 0.28rem;
  }
}
#c-header .container {
  width: 90%;
  max-width: initial;
}
#c-header .c-right-box {
  width: 90%;
}
@media (max-width: 991px) {
  #c-header .c-right-box {
    width: initial;
  }
}
#c-header .c-right-box .c-nav li {
  width: auto;
  transition: all 0.5s;
  margin-right: 0.5rem;
  position: relative;
}
#c-header .c-right-box .c-nav li a {
  font-size: 16px;
}
@media (max-width: 991px) {
  #c-header .c-right-box .c-nav li a {
    font-size: 0.28rem;
  }
}
#c-header .c-right-box .c-nav li::before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -1px;
  height: 2px;
  left: 0;
  z-index: 6;
  transition: all 0.5s;
  background-color: #1680ff;
}
#c-header .c-right-box .c-nav li:hover::before {
  width: 100%;
}
#c-header .c-nav {
  width: 70%;
  justify-content: center;
}
#c-header .c-logo {
  width: 10%;
}
@media (max-width: 991px) {
  #c-header .c-logo {
    width: initial;
  }
}
#c-header .c-logo .c-img-box img {
  height: 0.4rem;
}
#c-header .c-gn {
  width: 30%;
}
#c-header:hover .c-right-box .c-nav li {
  width: calc(100% / 6);
  margin-right: 0;
}
#c-header.default2 .c-right-box .c-nav li {
  width: calc(100% / 6);
  margin-right: 0;
}
#c-header .z-nav {
  display: none;
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
  left: 0;
  top: 1rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  #c-header .z-nav {
    display: none !important;
  }
}
#c-header .z-nav .center {
  width: 90%;
  margin: 0 auto;
  display: flex;
}
#c-header .z-nav .center .z-nav4 {
  width: 10%;
}
#c-header .z-nav .center .z-nav1 {
  width: 90%;
  display: flex;
}
#c-header .z-nav .center .z-nav1 .z-nav6 {
  width: 70%;
  display: flex;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2 {
  width: calc(100% / 6);
  padding: 0.2rem 0 0.7rem;
  position: relative;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2::after {
  content: "";
  position: absolute;
  width: 0;
  top: -1px;
  height: 2px;
  left: 0;
  transition: all 0.5s;
  background-color: #1680ff;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2:hover {
  background-color: #ebf2fa;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2:hover::after {
  width: 100%;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2 li {
  display: block;
  text-align: center;
  line-height: 0.4rem;
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2 li a {
  line-height: 0.4rem;
  color: #444444;
  font-size: 16px;
}
@media (max-width: 1580px) {
  #c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2 li a {
    font-size: 14px;
  }
}
#c-header .z-nav .center .z-nav1 .z-nav6 .z-nav2 li a:hover {
  color: #000;
  font-weight: bold;
}
#c-header .z-nav .center .z-nav1 .z-nav5 {
  width: 30%;
}
.partner-sbox2 .swiper-slide {
  padding: 0.5rem 0;
  height: 3.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.partner-sbox2 .swiper-slide::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0rem 0.05rem 0.2rem 0.01rem rgba(28, 105, 190, 0.14);
}
.partner-sbox2 .swiper-slide:hover::before {
  display: block;
}
@media (max-width: 767px) {
  .partner-sbox2 .swiper-slide {
    height: 5.9rem;
  }
}
.partner-sbox2 .swiper-slide .g-img {
  width: 1.35rem;
  border-radius: 50%;
  height: 1.35rem;
  border: solid 0.06rem #ffffff;
  box-shadow: 0rem 0.05rem 0.18rem 0rem rgba(27, 115, 212, 0.22);
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .partner-sbox2 .swiper-slide .g-img {
    width: 3rem;
    height: 3rem;
  }
}
.partner-sbox2 .swiper-slide .g-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.partner-sbox2 .swiper-slide .g-img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.partner-sbox2 .swiper-slide .g-title {
  color: #222222;
  padding: 0 0.5rem;
  margin: 0.2rem 0;
}
.partner-sbox2 .swiper-slide .g-text {
  padding: 0 0.5rem;
  color: #666666;
  line-height: 1.5em;
}
.hy-list {
  padding-top: 0.3rem;
  padding-bottom: 1.5rem;
}
.hy-list .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0;
  align-items: center;
  border-bottom: 1px solid #cecece;
}
.hy-list .container .left {
  width: 21.5%;
}
@media (max-width: 767px) {
  .hy-list .container .left {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.hy-list .container .left .img {
  width: 1.82rem;
  border-radius: 50%;
  height: 1.82rem;
  border: solid 0.06rem #ffffff;
  box-shadow: 0rem 0.05rem 0.18rem 0rem rgba(27, 115, 212, 0.22);
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hy-list .container .left .img {
    width: 3rem;
    height: 3rem;
  }
}
.hy-list .container .left .img:hover img {
  transform: scale(1.2);
}
.hy-list .container .left .img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.hy-list .container .left .img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.hy-list .container .right {
  width: 78.5%;
}
@media (max-width: 767px) {
  .hy-list .container .right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.hy-list .container .right .title {
  color: #222222;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .hy-list .container .right .title {
    text-align: center;
  }
}
.hy-list .container .right .text {
  line-height: 1.5em;
  color: #666;
}
