.contact-page {
  width: 100%;
  padding: 42px 0 90px;
  background: #141518;
}
.contact-page .contact-page-inner {
  width: calc(100% - 320px);
  margin: 0 auto;
}
.contact-page .contact-page-p1 {
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  margin-bottom: 11px;
  text-align: center;
}
.contact-page .contact-page-p2 {
  display: flex;
  justify-content: center;
}
.contact-page .contact-page-p2 .contactWays-value {
  font-weight: bold;
  font-size: 32px;
  color: #DE9A61;
  line-height: 38px;
  text-align: center;
}
.contact-page .contact-page-infos {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 42px;
}
.contact-page .contact-page-infos .contact-page-info-one {
  width: auto;
  padding: 32px 0;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  max-width: 490px;
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-icon {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-icon img {
  width: 100%;
  height: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  width: calc(100% - 64px);
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value span {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #dddddd 0, #dddddd 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value:hover span {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contact-page .contact-page-infos .contact-page-info-one:hover .contact-page-info-icon img {
  transform: rotateY(360deg);
}
.contact-page .contact-page-p3 {
  font-weight: 400;
  font-size: 16px;
  color: #DE9A61;
  line-height: 20px;
  max-width: 520px;
  margin: 0 auto 48px;
  text-align: center;
}
.contact-page .recruitment {
  width: 80%;
  margin: 0 auto;
}
.contact-page .recruitment-part {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.contact-page .recruitment-part .recruitment-title {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  width: 300px;
  display: flex;
  align-items: center;
  padding-right: 24px;
}
.contact-page .recruitment-part .recruitment-title .recruitment-index {
  width: 38px;
  height: 38px;
  background: #DE9A61;
  border-radius: 4px 4px 4px 4px;
  margin-right: 4px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
.contact-page .recruitment-part .recruitment-title .recruitment-text {
  width: calc(100% - 42px);
}
.contact-page .recruitment-part .recruitment-desc {
  width: calc(100% - 324px);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  transform: translateY(10px);
  max-width: 694px;
}
.contact-page .recruitment-part .recruitment-desc p img {
  width: 100%;
  margin-top: 8px;
}
.contact-page .recruitment-part:nth-last-of-type(1) {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.contact-page .recruitment-part:nth-last-of-type(1) l .recruitment-title {
  width: 100%;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list {
  width: 100%;
  padding-left: 42px;
  margin-top: 48px;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-icon {
  width: 74px;
  height: 74px;
  margin-right: 18px;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con {
  width: calc(100% - 92px);
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p1 {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p2 {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  margin: 8px 0 18px;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p3 {
  width: 100%;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p3 img {
  width: 100%;
  display: block;
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one:hover .recruitment-list-icon img {
  transform: rotateY(360deg);
}
.contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.service-page .news-page {
  background: #141518;
  padding: 42px 0;
}
.service-page .news-page .news-inner {
  width: 70%;
  margin: 0 auto;
}
.service-page .news-page .news-title {
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
}
.service-page .news-page .news-desc {
  font-weight: 400;
  font-size: 16px;
  color: #DE9A61;
  line-height: 20px;
  margin: 4px auto 84px;
  text-align: center;
  max-width: 520px;
}
.service-page .news-page .news-list {
  width: 100%;
  position: relative;
}
.service-page .news-page .news-list .news-one {
  width: 100%;
  display: flex;
  margin-bottom: 95px;
}
.service-page .news-page .news-list .news-one .news-val {
  width: 40%;
  padding-bottom: 42px;
  position: relative;
}
.service-page .news-page .news-list .news-one .news-val .news-text {
  max-height: 280px;
  overflow-y: auto;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #81C8FF;
  line-height: 20px;
  padding-right: 5%;
}
.service-page .news-page .news-list .news-one .news-val .news-text::-webkit-scrollbar {
  height: 2px;
  width: 0;
  transition: 0.5s;
}
.service-page .news-page .news-list .news-one .news-val .news-text::-webkit-scrollbar-corner {
  background-color: transparent;
}
.service-page .news-page .news-list .news-one .news-val .news-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5) !important;
}
.service-page .news-page .news-list .news-one .news-val .news-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.service-page .news-page .news-list .news-one .news-val .news-dot {
  position: absolute;
  width: 110%;
  border-bottom: 3px dashed #29a1ff;
  display: flex;
  align-items: center;
}
.service-page .news-page .news-list .news-one .news-val .news-dot p {
  width: 20px;
  height: 20px;
  background: #29a1ff;
  border-radius: 50%;
  transform: translateY(50%);
}
.service-page .news-page .news-list .news-one .news-time {
  width: 20%;
  display: flex;
  align-items: flex-end;
}
.service-page .news-page .news-list .news-one .news-time .news-time-inner {
  width: 100%;
  aspect-ratio: 1;
  background: url('../images/page-img/news-time.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(40px);
  position: relative;
  z-index: 2;
  font-family: 'youshe';
  letter-spacing: -4px;
}
.service-page .news-page .news-list .news-one .news-time p {
  background: linear-gradient(46.3717125deg, #ffffff 0%, #0091ff 100%);
  /* 渐变颜色，可以根据需要修改 */
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 400;
  font-size: 50px;
  line-height: 80px;
  text-shadow: inset 0px 2px 5px rgba(255, 255, 255, 0.72), 1px 2px 6px rgba(0, 60, 108, 0.9);
  position: relative;
  z-index: 12;
}
.service-page .news-page .news-list .news-one .news-img {
  width: 40%;
}
.service-page .news-page .news-list .news-one .news-img .news-img-inner {
  width: 100%;
  overflow: hidden;
}
.service-page .news-page .news-list .news-one .news-img .news-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.service-page .news-page .news-list .news-one .news-img .news-img-inner:hover img {
  transform: scale(1.1);
}
.service-page .news-page .news-list .news-one .news-img-m {
  display: none;
}
.service-page .news-page .news-list .news-one .news-val-m {
  display: none;
}
.service-page .news-page .news-list .news-one:hover .news-val .news-text::-webkit-scrollbar {
  width: 2px;
}
.service-page .news-page .news-list .news-one2 .news-time .news-time-inner {
  background: url('../images/page-img/news-time2.png') no-repeat;
  background-size: 100% 100%;
  transform: translateY(80px);
}
.service-page .news-page .news-list .news-one2 .news-val .news-text {
  padding-left: 5%;
  padding-right: 12px;
}
.service-page .news-page .news-list .news-one2 .news-val .news-dot {
  right: 0;
  width: 105%;
  display: flex;
  justify-content: flex-end;
}
.service-page .news-page .news-list::after {
  content: "";
  width: 14px;
  height: 100%;
  background: url('../images/page-img/line.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.solutions-page {
  background: #141518;
}
.solutions-page .solutions-type {
  width: calc(100% - 140px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  padding: 40px 0 30px;
}
.solutions-page .solutions-type-one {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-right: 30px;
  width: auto;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 18px;
}
.solutions-page .solutions-type-one:hover {
  color: #DE9A61;
}
.solutions-page .solutions-type-one-a {
  color: #DE9A61;
}
.solutions-page .solutions-type-one:nth-last-of-type(1) {
  margin-right: 0;
}
.solutions-page .solutions-main {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0 64px;
}
.solutions-page .solutions-one {
  width: 100%;
  margin-bottom: 102px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.solutions-page .solutions-one .solutions-top {
  display: flex;
  position: relative;
  z-index: 12;
}
.solutions-page .solutions-one .solutions-title {
  width: 45%;
  z-index: 12;
  position: relative;
  padding: 8% 0 0 42px;
}
.solutions-page .solutions-one .solutions-title .solutions-text {
  font-weight: 400;
  font-size: 42px;
  color: #FFFFFF;
  font-family: 'pangmen';
  line-height: 50px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.solutions-page .solutions-one .solutions-img {
  width: 75%;
  margin-left: -20%;
  overflow: hidden;
  transform: translate(22px, -22px);
}
.solutions-page .solutions-one .solutions-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.solutions-page .solutions-one .solutions-img:hover img {
  transform: scale(1.1);
}
.solutions-page .solutions-one .solutions-btn {
  height: 38px;
  background: #3381F6;
  border-radius: 120px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  margin-top: 16px;
}
.solutions-page .solutions-one .solutions-btn .icon {
  width: 22px;
  margin-left: 8px;
  transform: translateX(0);
  transition: 0.5s;
}
.solutions-page .solutions-one .solutions-btn .icon img {
  width: 100%;
  display: block;
}
.solutions-page .solutions-one .solutions-btn:hover .icon {
  transform: translateX(10px);
}
.solutions-page .solutions-one .solutions-bottom {
  width: 100%;
  display: flex;
  margin-top: -22px;
  position: relative;
  z-index: 12;
}
.solutions-page .solutions-one .solutions-desc {
  transform: translate(-22px, 22px);
  width: 50%;
  background: #141518;
  padding-top: 12px;
}
.solutions-page .solutions-one .solutions-desc .solutions-words {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
}
.solutions-page .solutions-one .solutions-desc .solutions-imgs {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.solutions-page .solutions-one .solutions-desc .solutions-imgs .solutions-imgs-one {
  width: calc((100% - 16px) / 3);
  overflow: hidden;
}
.solutions-page .solutions-one .solutions-desc .solutions-imgs .solutions-imgs-one img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.solutions-page .solutions-one .solutions-desc .solutions-imgs .solutions-imgs-one:hover img {
  transform: scale(1.05);
}
.solutions-page .solutions-one .solutions-contact {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 8% 5% 5%;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a {
  width: auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  height: 76px;
  background: linear-gradient(95deg, #90bcff 0%, #3381f6 100%);
  border-radius: 12px 12px 12px 12px;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-val {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-val .type {
  font-size: 16px;
}
.solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-val .text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 4px;
  display: inline-block;
}
.solutions-page .solutions-one::after {
  position: absolute;
  bottom: -22px;
  right: -22px;
  width: 386px;
  height: 513px;
  content: "";
  background: url('../images/page-img/solution-back1.png') no-repeat;
  background-size: 100% auto;
}
.solutions-page .solutions-one2 .solutions-title {
  padding: 8% 42px 0 42px;
  text-align: right;
}
.solutions-page .solutions-one2 .solutions-img {
  margin-left: 0;
  margin-right: -20%;
  transform: translate(-22px, -22px);
}
.solutions-page .solutions-one2 .solutions-desc {
  transform: translate(22px, 22px);
}
.solutions-page .solutions-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.solutions-page .solutions-one2::after {
  position: absolute;
  bottom: -22px;
  right: auto;
  left: -22px;
  width: 386px;
  height: 513px;
  content: "";
  background: url('../images/page-img/solution-back2.png') no-repeat;
  background-size: 100% auto;
}
.about-page {
  background: #141518;
}
.about-page .about-company {
  width: 100%;
  background: url('../images/page-img/about-company.png') no-repeat;
  background-size: cover;
}
.about-page .about-company .about-inner {
  width: calc(100% - 340px);
  padding: 160px 0 90px;
  display: flex;
  margin: 0 auto;
}
.about-page .about-company .about-contact {
  width: 358px;
  margin: 0 62px;
  margin-top: -250px;
  position: relative;
  z-index: 12;
}
.about-page .about-company .about-contact .about-contact-top {
  width: 100%;
  background: linear-gradient(180deg, #ecc6a0 0%, #bc7234 100%);
  min-height: 469px;
  padding: 36px 26px;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-text1 {
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-text2 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px auto;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-btns .about-contact-top-btn {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-btns .about-contact-top-btn .about-contact-top-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-btns .about-contact-top-btn .about-contact-top-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-page .about-company .about-contact .about-contact-top .about-contact-top-btns .about-contact-top-btn:hover .about-contact-top-icon img {
  transform: rotateY(360deg);
}
.about-page .about-company .about-contact .about-contact-top .about-contact-btn {
  width: 133px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  display: block;
}
.about-page .about-company .about-contact .about-contact-phone {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner {
  width: auto;
  display: flex;
  align-items: center;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner .about-contact-a-icon {
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner .about-contact-a-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner .about-contact-a-val {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner .about-contact-a-val .type {
  font-size: 16px;
}
.about-page .about-company .about-contact .about-contact-phone .about-contact-phone-inner .about-contact-a-val .text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 4px;
  display: inline-block;
}
.about-page .about-company .about-words {
  width: calc(100% - 482px);
}
.about-page .about-company .about-words .about-words-inner {
  width: 100%;
  padding: 30px 32px;
  background: linear-gradient(90deg, #28364a 0%, #5f80b0 100%);
  display: flex;
}
.about-page .about-company .about-words .about-line {
  width: 8px;
  height: 82px;
  background: #DE9A61;
  margin-right: 60px;
}
.about-page .about-company .about-words .about-company-texts {
  width: calc(100% - 68px);
}
.about-page .about-company .about-words .about-company-texts .about-company-title {
  font-weight: bold;
  font-size: 32px;
  color: #DE9A61;
  line-height: 38px;
  margin-bottom: 28px;
}
.about-page .about-company .about-words .about-company-texts .about-company-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
}
.about-page .about-icons {
  width: 100%;
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: center;
}
.about-page .about-icons .about-icon-one {
  width: 205px;
  height: 237px;
  border: 1px solid #BC7335;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('../images/page-img/about-icon-back.png') no-repeat;
  background-position: right 15%;
  background-size: auto 85%;
}
.about-page .about-icons .about-icon-one .about-icon-img {
  width: 72px;
  height: 72px;
}
.about-page .about-icons .about-icon-one .about-icon-img img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-page .about-icons .about-icon-one .about-icon-text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #BC7335;
  line-height: 16px;
  margin-top: 34px;
}
.about-page .about-icons .about-icon-one:hover .about-icon-img img {
  transform: rotateY(360deg);
}
.about-page .about-part-title {
  font-weight: bold;
  font-size: 32px;
  color: #DE9A61;
  line-height: 38px;
}
.about-page .culture {
  width: calc(100% - 320px);
  margin: 0 auto 82px;
}
.about-page .culture .about-part-title {
  margin: 20px auto 38px;
  text-align: center;
}
.about-page .culture .culture-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-page .culture .culture-one {
  margin-right: 40px;
  width: calc((100% - 80px) / 3);
  position: relative;
  overflow: hidden;
}
.about-page .culture .culture-one .culture-one-con {
  width: 100%;
  border: 1px solid #DE9A61;
  padding: 24px 32px;
  height: 100%;
}
.about-page .culture .culture-one .culture-one-con .culture-one-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page .culture .culture-one .culture-one-con .culture-one-title .culture-one-text {
  font-weight: bold;
  font-size: 18px;
  color: #DE9A61;
  line-height: 21px;
  width: calc(100% - 45px);
}
.about-page .culture .culture-one .culture-one-con .culture-one-title .culture-one-index {
  font-weight: 800;
  font-size: 32px;
  color: #DE9A61;
  line-height: 38px;
}
.about-page .culture .culture-one .culture-one-con .culture-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 24px;
}
.about-page .culture .culture-one .culture-one-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #141518 url('../images/page-img/culture-back.png') no-repeat;
  background-size: 100% 100%;
  transition: 0.5s;
}
.about-page .culture .culture-one .culture-one-mask .culture-one-icon {
  width: 62px;
  height: 62px;
}
.about-page .culture .culture-one .culture-one-mask .culture-one-icon img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s 0.2s;
}
.about-page .culture .culture-one .culture-one-mask .culture-one-name {
  font-weight: bold;
  font-size: 18px;
  color: #DE9A61;
  line-height: 22px;
  margin-top: 8%;
}
.about-page .culture .culture-one:hover .culture-one-mask {
  top: 0;
}
.about-page .culture .culture-one:hover .culture-one-mask .culture-one-icon img {
  transform: rotateY(360deg);
}
.about-page .culture .culture-one:nth-last-of-type(1) {
  margin-right: 0;
}
.about-page .factory-mic {
  width: calc(100% - 320px);
  margin: 0 auto 82px;
}
.about-page .factory-mic .about-part-title {
  margin: 0 auto 38px;
  text-align: center;
}
.about-page .factory-mic .factory-mic-swiper {
  width: 100%;
  display: flex;
  overflow-x: auto;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.about-page .factory-mic .factory-mic-swiper::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.about-page .factory-mic .factory-mic-swiper .factory-mic-one {
  width: 25%;
  flex: none;
  overflow: hidden;
  margin-right: 5px;
}
.about-page .factory-mic .factory-mic-swiper .factory-mic-one img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.about-page .factory-mic .factory-mic-swiper .factory-mic-one:hover img {
  transform: scale(1.05);
}
.about-page .factory-mic .factory-mic-swiper .factory-mic-one:nth-last-of-type(1) {
  margin-right: 0;
}
.about-page .factory-mic .factory-mic-video {
  width: 100%;
  margin-top: 32px;
}
.about-page .factory-mic .factory-mic-video video {
  display: block;
  width: 100%;
}
.about-page .factory-mic .factory-mic-video img {
  width: 100%;
}
.about-page .factory-work {
  width: calc(100% - 320px);
  margin: 0 auto 42px;
}
.about-page .factory-work .about-part-title {
  margin: 0 auto 38px;
  text-align: center;
}
.about-page .factory-work .about-part-works {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-page .factory-work .about-part-works .about-part-works-one {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
}
.about-page .factory-work .about-part-works .about-part-works-one img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.about-page .factory-work .about-part-works .about-part-works-one:hover img {
  transform: scale(1.05);
}
.about-page .factory-work .about-part-works .about-part-works-left {
  width: calc((100% - 18px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page .factory-work .about-part-works .about-part-works-left .about-part-works-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about-page .factory-work .about-part-works .about-part-works-right {
  width: calc((100% - 18px) / 2);
}
.about-page .factory-work .about-part-works .about-part-works-right .about-part-works-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.about-page .about-bottom {
  width: 78%;
  margin: 0 auto 66px;
  display: flex;
  justify-content: space-between;
}
.about-page .about-bottom .about-logo {
  width: 306px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
}
.about-page .about-bottom .about-logo .about-logo-dom {
  width: 100%;
  margin-bottom: 10px;
}
.about-page .about-bottom .about-logo .about-logo-dom img {
  display: block;
  width: 100%;
}
.about-page .about-bottom .about-intros {
  width: calc(100% - 356px);
  display: flex;
  border-collapse: collapse;
}
.about-page .about-bottom .about-intros .about-intro-one {
  width: 25%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .about-bottom .about-intros .about-intro-one .about-intro-img {
  width: 78px;
  height: 78px;
}
.about-page .about-bottom .about-intros .about-intro-one .about-intro-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-page .about-bottom .about-intros .about-intro-one .about-intro-text {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 12%;
  line-height: 24px;
}
.about-page .about-bottom .about-intros .about-intro-one:hover .about-intro-img img {
  transform: rotateY(360deg);
}
.about-page .contact-page-infos {
  width: 78%;
  margin: 0 auto 42px;
  display: flex;
  justify-content: space-between;
}
.about-page .contact-page-infos .contact-page-info-one {
  width: auto;
  padding: 32px 0;
  border-bottom: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-icon {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-icon img {
  width: 100%;
  height: 100%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-val {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  width: calc(100% - 64px);
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value span {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #dddddd 0, #dddddd 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.about-page .contact-page-infos .contact-page-info-one .contact-page-info-val .contactWays-value:hover span {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-page .contact-page-infos .contact-page-info-one:hover .contact-page-info-icon img {
  transform: rotateY(360deg);
}
.innerPage-pros-classifyM {
  position: fixed;
  top: 0;
  width: 80%;
  height: 100vh;
  left: 100%;
  background: #fff;
  transition: 0.6s;
  padding: 30px 5%;
  z-index: 2300;
}
.innerPage-pros-classifyM .pros-main-type-m {
  width: 100%;
  margin-right: 0;
  max-height: calc(100% - 60px);
  overflow-y: auto;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-title {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #DE9A61;
  line-height: 26px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-title .pros-side-icon {
  width: 24px;
  margin-right: 6px;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-title .pros-side-icon img {
  width: 100%;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types {
  width: 100%;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-one {
  width: 100%;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 8px 18px 24px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first a {
  color: #333;
  transition: 0.5s;
  width: calc(100% - 30px);
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first p {
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
  transition: 0.5s;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first:hover {
  background: #28364A;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first:hover a {
  color: #DE9A61;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second {
  width: calc(100% - 48px);
  margin: 0 auto;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner {
  width: 100%;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a a {
  color: #333;
  transition: 0.5s;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a:hover a {
  color: #DE9A61;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a-active a {
  color: #DE9A61;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-active .pro-types-first p {
  color: #DE9A61;
  transform: rotateZ(90deg);
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-active .pro-types-second {
  max-height: 100vh;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-text-active .pro-types-first {
  background: #28364A;
  border-bottom: 1px solid transparent;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-text-active .pro-types-first a {
  color: #DE9A61;
}
.innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-text-active .pro-types-first p {
  color: #DE9A61s;
}
.prosClassifyMActive {
  left: 20%;
  transition: 0.6s;
}
.prosClassifyMMask {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 2299;
}
.prosClassifyMMaskActive {
  display: block;
}
.pros-page .hot {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 17px 0;
  justify-content: center;
}
.pros-page .hot .hot-p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 21px;
  letter-spacing: 3px;
  margin-right: 18px;
}
.pros-page .hot .hot-list {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  flex-wrap: wrap;
  max-width: calc(100% - 500px);
}
.pros-page .hot .prosPage-nside-con-one {
  margin-right: 42px;
  color: #FFFFFF;
  transition: 0.5s;
  max-width: 290px;
}
.pros-page .hot .prosPage-nside-con-one:hover {
  color: #DE9A61;
}
.pros-page .hot .hot-input {
  width: 300px;
  height: 28px;
  background: #F0F0F0;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #696969;
  line-height: 16px;
  padding: 0 14px;
}
.pros-page .hot .hot-input img {
  width: 14px;
  margin-right: 5px;
}
.pros-page .pros-main {
  width: calc(100% - 320px);
  margin: 42px auto 36px;
  display: flex;
  justify-content: space-between;
}
.pros-page .pros-main-list {
  width: calc(100% - 432px);
}
.pros-page .pros-main-all {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background: #DE9A61;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.pros-page .pros-main-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pros-page .pros-main-data .prosPage-main-one {
  width: calc((100% - 39px) / 4);
  margin-right: 13px;
  margin-bottom: 14px;
  background: #FFFFFF;
}
.pros-page .pros-main-data .prosPage-main-one .prosPage-main-img {
  width: 100%;
  display: block;
  overflow: hidden;
}
.pros-page .pros-main-data .prosPage-main-one .prosPage-main-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.pros-page .pros-main-data .prosPage-main-one .prosPage-main-title {
  width: 100%;
  height: 37px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #DE9A61;
  line-height: 37px;
  transition: 0.5s;
}
.pros-page .pros-main-data .prosPage-main-one:hover .prosPage-main-img img {
  transform: scale(1.05);
}
.pros-page .pros-main-data .prosPage-main-one:hover .prosPage-main-title {
  background: #28364A;
}
.pros-page .pros-main-type {
  width: 408px;
  margin-right: 24px;
}
.pros-page .pros-side-title {
  width: 100%;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #DE9A61;
  line-height: 26px;
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 24px;
}
.pros-page .pros-side-title .pros-side-icon {
  width: 24px;
  margin-right: 6px;
}
.pros-page .pros-side-title .pros-side-icon img {
  width: 100%;
}
.pros-page .pros-side-pro-types {
  width: 100%;
}
.pros-page .pros-side-pro-types .pro-types-one {
  width: 100%;
}
.pros-page .pros-side-pro-types .pro-types-first {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 18px 8px 18px 24px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}
.pros-page .pros-side-pro-types .pro-types-first a {
  color: #FFFFFF;
  transition: 0.5s;
  width: calc(100% - 30px);
}
.pros-page .pros-side-pro-types .pro-types-first p {
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  cursor: pointer;
  transition: 0.5s;
}
.pros-page .pros-side-pro-types .pro-types-first:hover {
  background: #28364A;
}
.pros-page .pros-side-pro-types .pro-types-first:hover a {
  color: #DE9A61;
}
.pros-page .pros-side-pro-types .pro-types-second {
  width: calc(100% - 48px);
  margin: 0 auto;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.2s;
}
.pros-page .pros-side-pro-types .pro-types-second .pro-types-second-inner {
  width: 100%;
}
.pros-page .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pros-page .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a a {
  color: #FFFFFF;
  transition: 0.5s;
}
.pros-page .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a:hover a {
  color: #DE9A61;
}
.pros-page .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a-active a {
  color: #DE9A61;
}
.pros-page .pros-side-pro-types .pro-types-active .pro-types-first p {
  color: #DE9A61;
  transform: rotateZ(90deg);
}
.pros-page .pros-side-pro-types .pro-types-active .pro-types-second {
  max-height: 100vh;
}
.pros-page .pros-side-pro-types .pro-types-text-active .pro-types-first {
  background: #28364A;
  border-bottom: 1px solid transparent;
}
.pros-page .pros-side-pro-types .pro-types-text-active .pro-types-first a {
  color: #DE9A61;
}
.pros-page .pros-side-contact {
  width: 100%;
}
.pros-page .pros-side-contact .contact-page-info-one {
  display: flex;
  padding: 18px 18px 18px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-icon img {
  width: 100%;
  display: block;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-val {
  width: calc(100% - 30px);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-val a {
  color: #FFFFFF;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-val span {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #dddddd 0, #dddddd 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.pros-page .pros-side-contact .contact-page-info-one .contact-page-info-val:hover span {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.pros-page .advantages {
  width: calc(100% - 320px);
  margin: 0 auto 52px;
}
.pros-page .advantages .advantages-title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
}
.pros-page .advantages .advantages-desc {
  max-width: 520px;
  margin: 4px auto 30px;
  font-weight: 400;
  font-size: 16px;
  color: #DE9A61;
  line-height: 19px;
  text-align: center;
}
.pros-page .advantages .advantages-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pros-page .advantages .advantages-left {
  width: 28%;
}
.pros-page .advantages .advantages-one {
  width: 100%;
  display: flex;
  margin-bottom: 20%;
}
.pros-page .advantages .advantages-one .advantages-index {
  width: 80px;
  height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #DE9A61;
  line-height: 80px;
  background: url('../images/page-img/advantages-index.png') no-repeat;
  background-size: 100% 100%;
  transform: scale(1);
  transition: 0.5s;
}
.pros-page .advantages .advantages-one .advantages-con {
  width: calc(100% - 80px);
  padding-left: 18px;
  margin-top: 12px;
}
.pros-page .advantages .advantages-one .advantages-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  position: relative;
  transition: 0.5s;
}
.pros-page .advantages .advantages-one .advantages-text::after {
  content: "";
  height: 1px;
  width: calc(100% + 22px);
  position: absolute;
  bottom: -1px;
  right: 0;
  background: #DE9A61;
}
.pros-page .advantages .advantages-one .advantages-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  text-align: left;
}
.pros-page .advantages .advantages-one:hover .advantages-index {
  transform: scale(1.05);
}
.pros-page .advantages .advantages-one:hover .advantages-text {
  color: #DE9A61;
}
.pros-page .advantages .advantages-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pros-page .advantages .advantages-img {
  width: 35%;
}
.pros-page .advantages .advantages-img img {
  width: 100%;
  display: block;
}
.pros-page .advantages .advantages-right {
  width: 28%;
}
.pros-page .advantages .advantages-right .advantages-one .advantages-text {
  text-align: right;
}
.pros-page .advantages .advantages-right .advantages-one .advantages-text::after {
  left: 0;
}
.pros-page .advantages .advantages-right .advantages-one .advantages-desc {
  text-align: right;
}
.pros-page .pro-news {
  width: calc(100% - 320px);
  margin: 0 auto 50px;
}
.pros-page .pro-news .news-title {
  text-align: center;
  font-weight: 400;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 38px;
}
.pros-page .pro-news .news-desc {
  max-width: 520px;
  margin: 4px auto 30px;
  font-weight: 400;
  font-size: 16px;
  color: #DE9A61;
  line-height: 19px;
  text-align: center;
}
.pros-page .pro-news .news-main {
  width: 80%;
  margin: 0 auto;
}
.pros-page .pro-news .news-main .news-main-swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 52px;
  position: relative;
}
.pros-page .pro-news .news-main .news-swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-img {
  width: calc(50% - 48px);
}
.pros-page .pro-news .news-main .news-swiper-slide .news-img .news-img-inner {
  width: 100%;
  overflow: hidden;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-img .news-img-inner img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-img .news-img-inner:hover img {
  transform: scale(1.05);
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con {
  width: 50%;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-newsName {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 62px;
  color: #DE9A61;
  line-height: 73px;
  letter-spacing: 2px;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-newsName p {
  font-weight: 800;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 1px;
  margin-left: 10px;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  overflow-y: auto;
  max-height: 180px;
  padding-right: 5%;
  margin-top: 12px;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction::-webkit-scrollbar {
  height: 2px;
  width: 0;
  transition: 0.5s;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction::-webkit-scrollbar-corner {
  background-color: transparent;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5) !important;
}
.pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
.pros-page .pro-news .news-main .news-swiper-slide:hover .news-con .news-introduction::-webkit-scrollbar {
  width: 2px;
}
.pros-page .pro-news .news-main .news-pagination {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pros-page .pro-news .news-main .news-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: transparent;
  margin: 0 8px;
  opacity: 1;
  transition: 0.5s;
}
.pros-page .pro-news .news-main .news-pagination .swiper-pagination-bullet-active {
  background: #3A75E0;
}
.pros-detail-page .pros-detail-filelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.pros-detail-page .pros-main-all {
  width: 100%;
  height: 42px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background: #DE9A61;
  border-radius: 4px;
  margin-bottom: 20px;
  display: none;
}
.pros-detail-page .pros-detail-imgs {
  width: 50%;
  position: relative;
}
.pros-detail-page .pros-detail-imgs #detailImage {
  width: 80%;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 3;
  background: #ffffff;
  aspect-ratio: 1.34259259;
}
.pros-detail-page .mySwiper2 {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.34259259;
}
.pros-detail-page .mySwiper2 .swiper-slide {
  width: 100%;
  border: 1px solid #FFFFFF;
}
.pros-detail-page .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.pros-detail-page .mySwiper2 .swiper-slide video {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.pros-detail-page .rightImg-outer {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.pros-detail-page .rightImg-outer .swiper-button-lock {
  display: block;
}
.pros-detail-page .rightImg-outer .mySwiper2-btn {
  width: 76px;
  height: 76px;
  color: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  line-height: 76px;
  font-size: 68px;
}
.pros-detail-page .rightImg-outer .mySwiper2-btn:hover {
  color: rgba(255, 255, 255, 0.3);
}
.pros-detail-page .rightImg-outer .rightImg {
  width: calc(100% - 152px);
  overflow: hidden;
}
.pros-detail-page .rightImg-outer .rightImg .rightImg-slide {
  border: 1px solid #FFFFFF;
  transition: 0.5s;
  cursor: pointer;
  overflow: hidden;
  margin-right: 15px;
  width: calc((100% - 30px) / 3);
  aspect-ratio: 1.33962264;
}
.pros-detail-page .rightImg-outer .rightImg .rightImg-slide img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.pros-detail-page .rightImg-outer .rightImg .rightImg-slide video {
  width: 100%;
  display: block;
  object-fit: scale-down;
  height: 100%;
}
.pros-detail-page .rightImg-outer .rightImg .rightImg-slide:hover img {
  transform: scale(1.05);
}
.pros-detail-page .rightImg-outer .rightImg .rightImg-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.pros-detail-page .pros-detail-intro {
  width: 50%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top {
  width: 100%;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top .pros-detail-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top .pros-detail-btn .pros-detail-manual {
  height: 38px;
  background: #DE9A61;
  border-radius: 120px;
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  margin-top: 16px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top .pros-detail-btn .pros-detail-manual .icon {
  width: 22px;
  margin-left: 8px;
  transform: translateX(0);
  transition: 0.5s;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top .pros-detail-btn .pros-detail-manual .icon img {
  width: 100%;
  display: block;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-top .pros-detail-btn .pros-detail-manual:hover .icon {
  transform: translateX(10px);
}
.pros-detail-page .pros-detail-intro .pros-detail-title {
  font-weight: 500;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 30px;
}
.pros-detail-page .pros-detail-intro .pros-detail-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 18px 0;
}
.pros-detail-page .pros-detail-intro .pros-detail-desc {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom {
  width: 100%;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a {
  width: auto;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  height: 76px;
  background: linear-gradient(95deg, #90bcff 0%, #3381f6 100%);
  border-radius: 12px 12px 12px 12px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val .type {
  font-size: 16px;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val .text {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 4px;
  display: inline-block;
}
.pros-detail-page .pros-detail-intro .pros-detail-intro-note {
  font-weight: 400;
  font-size: 18px;
  color: #DE9A61;
  line-height: 21px;
  margin: 11.5% 0;
}
.pros-detail-page .page-link {
  width: 100%;
  margin: 24px 0 36px;
}
.pros-detail-page .page-link .page-link-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.pros-detail-page .page-link .page-link-a {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.pros-detail-page .page-link .page-link-a .page-link-word {
  width: 136px;
  height: 40px;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  margin: 0 4px;
  transition: 0.5s;
}
.pros-detail-page .page-link .page-link-a .page-link-main {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  transition: 0.5s;
}
.pros-detail-page .page-link .page-link-a:hover .page-link-word {
  border: 1px solid #DE9A61;
  color: #DE9A61;
}
.pros-detail-page .page-link .page-link-a:hover .page-link-main {
  color: #DE9A61;
}
.pros-detail-page .pros-detail-remark {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
}
.pros-detail-page .pros-detail-remark .pros-detail-remark-one {
  margin-bottom: 15px;
  display: flex;
}
.pros-detail-page .pros-detail-remark .pros-detail-remark-one .type {
  white-space: nowrap;
}
.pros-detail-page .pros-detail-remark .pros-detail-remark-one p:nth-of-type(1) {
  white-space: nowrap;
}
.pros-detail-page .detail-content {
  width: 100%;
}
.pros-detail-page .content {
  width: 100%;
  margin-bottom: 28px;
}
.pros-detail-page .content-title {
  width: 100%;
  padding: 0 58px;
  height: 34px;
  background: url('../images/page-img/detail-line-back.png') no-repeat;
  background-size: 100% 100%;
  font-weight: 500;
  font-size: 16px;
  color: #DE9A61;
  line-height: 34px;
  margin-bottom: 32px;
}
.pros-detail-page .rich-content {
  width: 100%;
}
.pros-detail-page .part1 {
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-wrap: wrap;
  margin: 0 auto 32px;
}
.pros-detail-page .part1 .part1-one {
  width: 48%;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.pros-detail-page .part1 .part1-one .part1-one-text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  width: calc(100% - 25px);
}
.pros-detail-page .part1 .part1-one .part1-one-icon {
  width: 22px;
  height: 22px;
}
.pros-detail-page .part1 .part1-one .part1-one-icon img {
  display: block;
  width: 100%;
}
.pros-detail-page .part2 {
  width: 100%;
  background: linear-gradient(180deg, #2b589f 0%, #1d355b 100%);
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pros-detail-page .part2 .part2-one {
  width: auto;
  flex: 1;
  padding: 12px 10px;
}
.pros-detail-page .part2 .part2-one .part2-one-level {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pros-detail-page .part2 .part2-one .part2-one-level .part2-one-level-val {
  font-weight: bold;
  font-size: 42px;
  color: #E5E048;
  line-height: 49px;
  transform: translateY(4px);
}
.pros-detail-page .part2 .part2-one .part2-one-level .part2-one-level-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 8px;
}
.pros-detail-page .part2 .part2-one .part2-one-icon {
  margin: 12px auto;
  width: 100px;
  height: 100px;
}
.pros-detail-page .part2 .part2-one .part2-one-icon img {
  width: 100%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.pros-detail-page .part2 .part2-one .part2-one-name {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 12px;
}
.pros-detail-page .part2 .part2-one .part2-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}
.pros-detail-page .part2 .part2-one:hover .part2-one-icon img {
  transform: rotateY(360deg);
}
.pros-detail-page .part3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.pros-detail-page .part3 .part3-img {
  max-width: 20%;
  margin: 0 10%;
  width: auto;
}
.pros-detail-page .part3 .part3-img img {
  width: 100%;
}
.pros-detail-page .part3 .part3-con {
  width: 50%;
}
.pros-detail-page .part3 .part3-con .part3-words {
  width: 100%;
  margin-bottom: 42px;
}
.pros-detail-page .part3 .part3-con .part3-intro-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pros-detail-page .part3 .part3-con .part3-intro-img .part3-img-one {
  margin-bottom: 12px;
  margin-right: 24px;
  overflow: hidden;
  width: calc((100% - 24px) / 2);
}
.pros-detail-page .part3 .part3-con .part3-intro-img .part3-img-one img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.pros-detail-page .part3 .part3-con .part3-intro-img .part3-img-one:hover img {
  transform: scale(1.05);
}
.pros-detail-page .part3 .part3-con .part3-intro-img .part3-img-one:nth-of-type(2n) {
  margin-right: 0;
}
.pros-detail-page .part3 .part3-con .part3-words-one {
  width: 100%;
  display: flex;
  margin-bottom: 14px;
  color: #fff;
}
.pros-detail-page .part3 .part3-con .part3-words-one p {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
}
.pros-detail-page .part3 .part3-con .part3-words-one p:nth-of-type(1) {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.pros-detail-page .part3 .part3-con .part3-words-one .part3-words-title {
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
.pros-detail-page .part3 .part3-con .part3-words-one .part3-words-val {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
}
.pros-detail-page .part3 .part3-con .part3-words-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pros-detail-page .part4 {
  width: 100%;
}
.pros-detail-page .part4 .part4-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}
.pros-detail-page .part4 .part4-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 16px 12px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.pros-detail-page .part5 {
  width: 100%;
  padding: 0 28px 0 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pros-detail-page .part5 .part5-con {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  width: 40%;
}
.pros-detail-page .part5 .part5-con p {
  margin-bottom: 15px;
}
.pros-detail-page .part5 .part5-imgs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 55%;
}
.pros-detail-page .part5 .part5-imgs .part5-imgs-one {
  overflow: hidden;
  width: calc((100% - 50px) / 2);
  margin-bottom: 15px;
  margin-right: 25px;
}
.pros-detail-page .part5 .part5-imgs .part5-imgs-one img {
  transform: scale(1);
  transition: 0.5s;
  width: 100%;
  display: block;
}
.pros-detail-page .part5 .part5-imgs .part5-imgs-one:hover img {
  transform: scale(1.05);
}
.pros-detail-page .part5 .part5-imgs .part5-imgs-one:nth-of-type(2n) {
  margin-right: 0;
}
.pros-detail-page .part6 {
  width: 100%;
}
.pros-detail-page .part6 .part6-one {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.pros-detail-page .part6 .part6-one .part6-one-img {
  width: 294px;
  height: 294px;
  margin-right: 5%;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #DE9A61;
}
.pros-detail-page .part6 .part6-one .part6-one-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.pros-detail-page .part6 .part6-one .part6-one-img:hover img {
  transform: scale(1.05);
}
.pros-detail-page .part6 .part6-one .part6-one-con {
  width: 348px;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-line {
  width: 100%;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-line img {
  width: 100%;
  display: block;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-num {
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  display: flex;
  margin: 12px 0 12px;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-num p {
  background: linear-gradient(46.3717125deg, #ecc6a0 0%, #bc7234 100%);
  border-bottom: 4px solid #DE9A61;
  -webkit-background-clip: text;
  color: transparent;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin: 8px 0;
}
.pros-detail-page .part6 .part6-one .part6-one-con .part6-one-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.pros-detail-page .part6 .part6-one:nth-last-of-type(1) {
  margin-bottom: 0;
}
.pros-detail-page .part6 .part6-one:nth-of-type(2n) {
  text-align: right;
}
.pros-detail-page .part6 .part6-one:nth-of-type(2n) .part6-one-con .part6-one-num {
  justify-content: flex-end;
}
.pros-detail-page .part6 .part6-one:nth-of-type(2n) .part6-one-img {
  margin-left: 5%;
  margin-right: 0;
}
.pros-detail-page .detail-fixed {
  width: 100%;
  margin-top: 36px;
}
.pros-detail-page .detail-fixed .content-title {
  margin-bottom: 21px;
}
.pros-detail-page .detail-fixed .detail-workshop {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
}
.pros-detail-page .detail-fixed .detail-workshop .detail-workshop-img {
  margin-right: 8px;
  margin-bottom: 18px;
  width: calc((100% - 16px) / 3);
  overflow: hidden;
}
.pros-detail-page .detail-fixed .detail-workshop .detail-workshop-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.pros-detail-page .detail-fixed .detail-workshop .detail-workshop-img:hover img {
  transform: scale(1.05);
}
.pros-detail-page .detail-fixed .detail-workshop .detail-workshop-img:nth-of-type(3n) {
  margin-right: 0;
}
.pros-detail-page .detail-fixed .detail-related {
  width: calc(100% + 80px);
  margin-left: -40px;
  display: flex;
  align-items: center;
}
.pros-detail-page .detail-fixed .detail-related .detail-related-btn {
  width: 76px;
  height: 76px;
  color: rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
  line-height: 76px;
  font-size: 68px;
}
.pros-detail-page .detail-fixed .detail-related .detail-related-btn:hover {
  color: rgba(255, 255, 255, 0.3);
}
.pros-detail-page .detail-fixed .detail-related .swiper-button-lock {
  display: block;
}
.pros-detail-page .detail-fixed .detail-related .related-swiper {
  width: calc(100% - 152px);
  overflow: hidden;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.42635659;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img:hover img {
  transform: scale(1.05);
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img-p {
  height: 40px;
  background: #444444;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  padding: 0 12px;
  transition: 0.5s;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide:hover .relatedProducts-img-p {
  background: #DE9A61;
}
.pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.pros-detail-page .detail-fixed .detail-process {
  width: 100%;
  max-width: 893px;
  margin: 0 auto;
  height: 590px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding-bottom: 35px;
}
.pros-detail-page .detail-fixed .detail-process .process-line {
  width: 100%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one {
  position: absolute;
  max-width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
  width: 102px;
  height: 102px;
  display: flex;
  align-items: flex-end;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon img {
  width: 100%;
  display: block;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-index {
  font-weight: bold;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 45px;
  margin-bottom: 12px;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(1) {
  bottom: auto;
  right: 76%;
  top: 0;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(2) {
  bottom: auto;
  top: 0;
  right: 41%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(3) {
  bottom: auto;
  top: 0;
  right: 14%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(4) {
  bottom: 34%;
  right: 22%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(5) {
  bottom: 34%;
  right: 55%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(6) {
  bottom: 0;
  right: 37%;
}
.pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(7) {
  bottom: 0;
  right: 5%;
}
.map-page {
  width: 70%;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}
.map-page .map-one {
  width: 50%;
  margin-bottom: 50px;
}
.map-page .innerPage-map-first {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.map-page .innerPage-map-first .line {
  font-weight: 500;
  font-size: 14px;
  color: #DE9A61;
  line-height: 26px;
  width: 40px;
  text-align: center;
  background: #fff;
  height: 26px;
  border-radius: 12px;
  margin-right: 20px;
}
.map-page .innerPage-map-first .innerPage-map-first-val {
  font-weight: 500;
  font-size: 22px;
  color: #DE9A61;
  line-height: 26px;
}
.map-page .innerPage-map-second {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.map-page .innerPage-map-second p {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.map-page .innerPage-map-second p a {
  color: #fff;
  transition: 0.5s;
}
.map-page .innerPage-map-second p a:hover {
  color: #DE9A61;
}
.map-page .innerPage-map-second p:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1919px) {
  .about-page .about-company .about-inner {
    width: 90%;
  }
  .contact-page .contact-page-inner {
    width: 90%;
  }
  .about-page .about-company .about-words .about-company-texts .about-company-title {
    margin-bottom: 18px;
  }
  .about-page .about-company .about-words .about-line {
    margin-right: 40px;
  }
  .about-page .about-company .about-words .about-company-texts {
    width: calc(100% - 48px);
  }
  .pros-page .pros-main {
    width: 90%;
  }
  .pros-page .advantages {
    width: 90%;
  }
}
@media only screen and (max-width: 1600px) {
  .solutions-page .solutions-one .solutions-title .solutions-text {
    font-size: 30px;
  }
  .solutions-page .solutions-one .solutions-contact {
    padding: 0 3% 5% 0;
  }
  .solutions-page .solutions-one2 .solutions-contact {
    padding: 0 0 5% 3%;
  }
  .about-page .culture {
    margin: 0 auto 50px;
  }
  .about-page .culture {
    width: 90%;
  }
  .about-page .about-bottom {
    margin: 0 auto 48px;
  }
  .about-page .contact-page-infos {
    width: 90%;
  }
  .about-page .about-bottom {
    width: 90%;
  }
  .about-page .factory-mic {
    width: 90%;
    margin: 0 auto 60px;
  }
  .about-page .factory-work {
    width: 90%;
  }
  .about-page .culture .culture-one .culture-one-con {
    padding: 24px 26px;
  }
  .about-page .about-company .about-contact {
    margin-top: -200px;
  }
  .about-page .about-icons .about-icon-one {
    margin: 0 12px;
  }
  .contact-page .contact-page-infos .contact-page-info-one {
    padding: 25px 0;
  }
  .contact-page .contact-page-infos .contact-page-info-one .contact-page-info-icon {
    width: 46px;
    height: 46px;
  }
  .contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val {
    width: calc(100% - 56px);
  }
  .contact-page .contact-page-p3 {
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width: 1500px) {
  .pros-page .pros-main-type {
    width: 350px;
  }
  .pros-page .pros-main-list {
    width: calc(100% - 375px);
  }
  .pros-page .pro-news .news-main {
    width: 90%;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a {
    padding: 10px 10px;
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction {
    font-size: 14px;
  }
  .pros-page .pros-main-data .prosPage-main-one {
    width: calc((100% - 26px) / 3);
  }
  .pros-page .pros-main-data .prosPage-main-one:nth-of-type(4n) {
    margin-right: 13px;
  }
  .pros-page .pros-main-data .prosPage-main-one:nth-of-type(3n) {
    margin-right: 0;
  }
  .about-page .about-icons .about-icon-one {
    width: 13%;
    height: auto;
    padding: 2% 0;
  }
  .about-page .about-icons .about-icon-one .about-icon-text {
    margin-top: 28px;
  }
  .contact-page .contact-page-infos .contact-page-info-one .contact-page-info-val {
    font-size: 14px;
  }
  .service-page .news-page .news-inner {
    width: 90%;
  }
  .service-page .news-page .news-desc {
    margin: 10px auto 50px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-title {
    font-size: 22px;
  }
  .pros-detail-page .pros-detail-remark .pros-detail-remark-one {
    margin-bottom: 12px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val .type {
    font-size: 14px;
  }
  .pros-detail-page .pros-main {
    width: 94%;
  }
  .pros-detail-page .page-link .page-link-a .page-link-word {
    width: 72px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-note {
    font-size: 16px;
    margin: 25px 0;
  }
  .pros-detail-page .part2 .part2-one .part2-one-name {
    font-size: 14px;
  }
  .pros-detail-page .part2 .part2-one {
    width: 33%;
    flex: none;
  }
  .solutions-page .solutions-one .solutions-title .solutions-text {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1360px) {
  .pros-detail-page .pros-detail-intro .pros-detail-desc {
    font-size: 12px;
  }
  .pros-page .hot {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 524px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-index {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .pros-detail-page .pros-detail-remark .pros-detail-remark-one {
    margin-bottom: 13px;
  }
  .pros-detail-page .part5 .part5-imgs .part5-imgs-one {
    width: calc((100% - 25px) / 2);
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
    width: 82px;
    height: 82px;
  }
  .pros-page .hot .hot-list {
    width: 100%;
    max-width: 100%;
    margin: 12px 0;
  }
  .pros-page .pro-news {
    width: 90%;
  }
  .pros-page .advantages .advantages-img {
    width: 30%;
  }
  .pros-page .advantages .advantages-one {
    margin-bottom: 12%;
  }
  .pros-page .advantages .advantages-left {
    width: 35%;
  }
  .pros-page .advantages .advantages-right {
    width: 35%;
  }
  .pros-page .pros-side-contact .contact-page-info-one {
    padding: 18px 18px 18px 20px;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
    width: 38px;
    height: 38px;
  }
  .contact-page .recruitment {
    width: 85%;
  }
  .about-page .about-company .about-contact {
    margin-top: -130px;
  }
  .contact-page {
    padding: 42px 0 70px;
  }
  .about-page .about-company .about-inner {
    padding: 60px 0 60px;
  }
  .about-page .about-company .about-words .about-company-texts .about-company-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .pros-page .hot .hot-input {
    width: 190px;
  }
  .pros-page .hot .hot-p {
    font-size: 16px;
  }
  .pros-page .hot .prosPage-nside-con-one {
    margin-right: 25px;
    max-width: 240px;
  }
  .pros-page .pros-main {
    margin: 28px auto 36px;
  }
  .pros-page .hot .hot-list {
    max-width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1250px) {
  .map-page {
    width: 90%;
  }
  .map-page .innerPage-map-first .innerPage-map-first-val {
    font-size: 18px;
  }
  .map-page .map-one {
    width: 100%;
    margin-bottom: 30px;
  }
  .map-page .innerPage-map-second p {
    font-size: 14px;
  }
  .pros-detail-page .part1 {
    width: 100%;
  }
  .pros-detail-page .part2 .part2-one {
    width: 50%;
  }
  .pros-detail-page .part3 .part3-con .part3-words-one p:nth-of-type(1) {
    font-size: 14px;
  }
  .pros-detail-page .part3 .part3-con .part3-words-one p {
    font-size: 12px;
  }
  .pros-detail-page .pros-detail-imgs #detailImage {
    display: none;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-title {
    font-size: 18px;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-desc {
    font-size: 14px;
  }
  .pros-detail-page .pros-detail-filelist {
    flex-wrap: wrap;
  }
  .pros-detail-page .pros-detail-imgs {
    width: 100%;
    max-width: 500px;
  }
  .pros-detail-page .part5 {
    padding: 0 0;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-title {
    font-size: 20px;
  }
  .pros-detail-page .detail-fixed .detail-workshop {
    padding: 0 0;
  }
  .pros-detail-page .part5 .part5-imgs {
    width: 50%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
    width: 72px;
    height: 72px;
  }
  .pros-detail-page .part5 .part5-con {
    width: 50%;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 440px;
    width: 652px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-text {
    font-size: 14px;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-num {
    font-size: 38px;
    line-height: 54px;
    margin: 10px 0 14px;
  }
  .pros-detail-page .part6 .part6-one .part6-one-img {
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    margin-right: 5%;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con {
    width: 55%;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact {
    justify-content: flex-start;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a {
    margin-right: 5%;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a:nth-last-of-type(1) {
    margin-right: 0;
  }
  .pros-detail-page .pros-detail-intro {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom {
    margin-top: 20px;
  }
  .pros-page .hot .hot-list {
    font-size: 12px;
  }
  .pros-page .hot .prosPage-nside-con-one {
    margin-right: 16px;
    max-width: 200px;
  }
  .pros-page .pros-main-type {
    width: 280px;
  }
  .pros-page .pros-main-list {
    width: calc(100% - 310px);
  }
  .solutions-page .solutions-one .solutions-contact {
    flex-wrap: wrap;
    justify-content: center;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a {
    width: 240px;
  }
  .solutions-page .solutions-one .solutions-title {
    padding: 8% 0 0 25px;
    width: 50%;
  }
  .solutions-page .solutions-one2 .solutions-title {
    padding: 8% 25px 0 0;
  }
  .solutions-page .solutions-one .solutions-img {
    width: 70%;
  }
  .solutions-page .solutions-type {
    width: 92%;
  }
  .about-page .about-bottom {
    margin: 0 auto 30px;
  }
  .solutions-page .solutions-main {
    width: 90%;
  }
  .about-page .about-company .about-contact .about-contact-top .about-contact-top-text1 {
    font-size: 26px;
    text-align: center;
  }
  .about-page .about-company .about-words .about-company-texts .about-company-title {
    font-size: 28px;
    line-height: 34px;
  }
  .about-page .about-company .about-words .about-line {
    margin-right: 28px;
  }
  .about-page .about-company .about-words .about-company-texts .about-company-desc {
    font-size: 12px;
    line-height: 22px;
  }
  .about-page .about-company .about-words .about-company-texts {
    width: calc(100% - 36px);
  }
  .about-page .about-company .about-words .about-words-inner {
    padding: 30px 26px;
  }
  .about-page .about-company .about-contact {
    width: 313px;
    margin: 0 25px 0 0;
  }
  .about-page .about-company .about-inner {
    padding: 42px 0 52px;
  }
  .about-page .about-company .about-words {
    width: calc(100% - 337px);
  }
  .about-page .about-company .about-contact {
    margin-top: 0;
  }
  .about-page .about-company .about-contact .about-contact-top {
    min-height: 0;
  }
  .about-page .about-company .about-contact .about-contact-top .about-contact-top-text2 {
    font-size: 14px;
    padding: 22px 0;
    text-align: center;
  }
  .about-page .culture .culture-one {
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
  }
  .about-page .factory-mic {
    margin: 0 auto 46px;
  }
  .about-page .contact-page-infos .contact-page-info-one {
    padding: 25px 0;
  }
  .about-page .about-bottom .about-logo {
    width: 250px;
  }
  .about-page .about-bottom .about-intros {
    width: calc(100% - 266px);
  }
  .contact-page .contact-page-infos {
    flex-wrap: wrap;
  }
  .contact-page .contact-page-infos .contact-page-info-one {
    width: 30%;
    max-width: 100%;
  }
  .contact-page .contact-page-infos .contact-page-info-one:nth-last-of-type(1) {
    width: 100%;
  }
  .contact-page .recruitment {
    width: 90%;
  }
}
@media only screen and (max-width: 1020px) {
  .about-page .factory-work .about-part-works .about-part-works-left {
    width: calc((100% - 5px) / 2);
  }
  .about-page .factory-work .about-part-works .about-part-works-right {
    width: calc((100% - 5px) / 2);
  }
  .about-page .factory-work .about-part-works .about-part-works-one {
    margin-bottom: 5px;
  }
  .pros-detail-page .part3 .part3-con {
    width: 60%;
  }
  .pros-detail-page .rightImg-outer .rightImg {
    width: calc(100% - 100px);
  }
  .pros-detail-page .detail-fixed .detail-related .detail-related-btn {
    width: 50px;
    font-size: 50px;
  }
  .pros-detail-page .rightImg-outer .mySwiper2-btn {
    width: 50px;
    font-size: 50px;
  }
  .pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide {
    width: 250px;
  }
  .pros-detail-page .rightImg-outer .rightImg .rightImg-slide {
    width: 100px;
  }
  .pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img-p {
    font-size: 14px;
  }
  .pros-detail-page .page-link .page-link-a .page-link-word {
    width: 66px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-desc {
    font-size: 12px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-text {
    font-size: 12px;
  }
  .pros-detail-page .part5 {
    flex-wrap: wrap;
  }
  .pros-detail-page .part5 .part5-con p {
    margin-bottom: 12px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
    width: 42px;
    height: 42px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-index {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(3) {
    right: 6%;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 310px;
    width: 442px;
  }
  .pros-detail-page .part6 .part6-one .part6-one-con .part6-one-title {
    font-size: 16px;
  }
  .pros-detail-page .part5 .part5-con {
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }
  .pros-detail-page .part5 .part5-imgs {
    width: 100%;
    margin-top: 20px;
  }
  .pros-page .advantages .advantages-main {
    flex-wrap: wrap;
  }
  .pros-page .advantages .advantages-left {
    width: 100%;
  }
  .pros-page .advantages .advantages-right {
    width: 100%;
  }
  .pros-page .advantages .advantages-one {
    margin-bottom: 25px;
  }
  .pros-page .advantages .advantages-img {
    width: 100%;
    margin: 20px auto;
    max-width: 500px;
  }
  .pros-page .pro-news {
    margin: 0 auto 40px;
  }
  .pros-page .pro-news .news-main {
    width: 100%;
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction {
    font-size: 12px;
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-con .news-introduction {
    margin-top: 0;
  }
  .pros-page .pro-news .news-desc {
    margin: 4px auto 20px;
    font-size: 14px;
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-con .news-newsName {
    font-size: 42px;
    line-height: 66px;
    letter-spacing: 1px;
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-img {
    width: calc(50% - 25px);
  }
  .pros-page .pro-news .news-main .news-swiper-slide .news-con .news-newsName p {
    font-size: 22px;
    line-height: 26px;
  }
  .pros-page .pros-main-type {
    width: 250px;
  }
  .pros-page .pros-main-list {
    width: calc(100% - 280px);
  }
  .pros-page .pros-main-data .prosPage-main-one {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .pros-page .pros-main-data .prosPage-main-one:nth-of-type(4n) {
    margin-right: 12px;
  }
  .pros-page .pros-main-data .prosPage-main-one:nth-of-type(3n) {
    margin-right: 12px;
  }
  .pros-page .pros-main-data .prosPage-main-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .pros-page .pros-side-pro-types .pro-types-first {
    font-size: 14px;
  }
  .pros-page .pros-side-pro-types .pro-types-second {
    width: calc(100% - 26px);
  }
  .solutions-page .solutions-one .solutions-contact {
    width: 260px;
  }
  .solutions-page .solutions-one .solutions-desc {
    width: calc(100% - 260px);
  }
  .solutions-page .solutions-one .solutions-title .solutions-text {
    font-size: 24px;
    line-height: 38px;
  }
  .about-page .about-bottom .about-intros .about-intro-one .about-intro-img {
    width: 50px;
    height: 50px;
  }
  .about-page .culture .about-part-title {
    margin: 10px auto 32px;
  }
  .about-page .culture {
    margin: 0 auto 35px;
  }
  .about-page .factory-mic .about-part-title {
    margin: 0 auto 28px;
  }
  .about-page .factory-work .about-part-title {
    margin: 0 auto 28px;
  }
  .about-page .about-part-title {
    font-size: 28px;
    line-height: 32px;
  }
  .about-page .about-bottom .about-intros .about-intro-one {
    padding: 22px 0;
  }
  .about-page .about-bottom .about-logo {
    font-size: 16px;
  }
  .about-page .culture .culture-main {
    flex-wrap: wrap;
  }
  .about-page .culture .culture-one .culture-one-mask .culture-one-name {
    margin-top: 3%;
  }
  .about-page .culture .culture-one {
    margin-right: 0;
    width: 100%;
  }
  .about-page .about-company .about-inner {
    flex-wrap: wrap;
  }
  .about-page .about-company .about-inner {
    padding: 0 0;
  }
  .about-page .about-company .about-words {
    width: 100%;
  }
  .about-page .about-company .about-contact .about-contact-top {
    width: 313px;
    margin: 0 auto;
  }
  .about-page .about-company {
    background: transparent;
  }
  .about-page .about-company .about-inner {
    width: 100%;
  }
  .about-page .about-company .about-contact {
    margin: 0 auto;
    width: 100%;
    background: url(../images/page-img/about-company.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  }
  .about-page .about-icons .about-icon-one {
    width: 45%;
    margin: 10px 2%;
  }
  .about-page .about-icons {
    width: 90%;
    flex-wrap: wrap;
  }
  .service-page .news-page .news-list .news-one .news-time p {
    font-size: 36px;
  }
  .service-page .news-page .news-list .news-one .news-val .news-text {
    max-height: 178px;
  }
  .contact-page {
    padding: 42px 0 50px;
  }
  .contact-page .contact-page-p2 .contactWays-value {
    font-size: 26px;
    line-height: 36px;
  }
  .contact-page .contact-page-infos {
    margin-top: 15px;
    margin-bottom: 32px;
  }
  .contact-page .recruitment {
    width: 100%;
  }
  .contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .map-page .innerPage-map-second p {
    width: 50%;
    margin-right: 0;
    padding-right: 12px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-note {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .pros-detail-page .part1 .part1-one .part1-one-text {
    font-size: 12px;
    width: calc(100% - 18px);
  }
  .pros-detail-page .part1 .part1-one .part1-one-icon {
    width: 18px;
    height: 18px;
  }
  .pros-detail-page .part2 .part2-one .part2-one-name {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .pros-detail-page .part2 .part2-one .part2-one-desc {
    font-size: 12px;
  }
  .pros-detail-page .part2 .part2-one .part2-one-icon {
    width: 70px;
    height: 70px;
  }
  .pros-detail-page .part3 .part3-con .part3-words {
    margin-bottom: 25px;
  }
  .pros-detail-page .part3 {
    flex-wrap: wrap;
  }
  .pros-detail-page .part3 .part3-con {
    width: 100%;
    margin-top: 24px;
  }
  .pros-detail-page .part4 .part4-desc {
    font-size: 12px;
  }
  .pros-detail-page .pros-main {
    margin: 28px auto 16px;
  }
  .pros-detail-page .detail-fixed .detail-related {
    width: 100%;
    margin-left: 0;
  }
  .pros-detail-page .detail-fixed .detail-related .related-swiper {
    width: calc(100% - 100px);
  }
  .pros-detail-page .content-title {
    padding: 0 30px;
  }
  .pros-detail-page .rightImg-outer .mySwiper2-btn {
    width: 65px;
    height: 65px;
  }
  .pros-detail-page .pros-main-type {
    display: none;
  }
  .pros-detail-page .pros-detail-imgs {
    margin: 0 auto;
  }
  .pros-detail-page .pros-detail-remark {
    font-size: 12px;
    line-height: 18px;
  }
  .pros-page .advantages .advantages-desc {
    font-size: 14px;
  }
  .pros-page .pros-main-list {
    width: 100%;
  }
  .pros-page .hot {
    display: none;
  }
  .pros-page .pros-main {
    flex-wrap: wrap;
  }
  .pros-page .pros-main-type-pc {
    display: none;
  }
  .pros-page .pros-main-all {
    display: block;
  }
  .solutions-page .solutions-one {
    margin-bottom: 40px;
  }
  .solutions-page .solutions-one .solutions-top {
    flex-wrap: wrap;
  }
  .solutions-page .solutions-one .solutions-bottom {
    flex-wrap: wrap;
  }
  .solutions-page .solutions-one .solutions-contact {
    padding: 0 0 20px;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a {
    width: 45%;
    margin: 0 2.5%;
  }
  .solutions-page .solutions-one .solutions-desc {
    transform: translate(0, 0);
    width: 100%;
    padding: 12px 12px 24px;
  }
  .solutions-page .solutions-one .solutions-contact {
    width: 100%;
  }
  .solutions-page .solutions-one .solutions-bottom {
    margin-top: 0;
  }
  .solutions-page .solutions-one .solutions-img {
    width: 100%;
    margin-left: 0;
    transform: translate(0, 0);
    margin: 30px 0 10px;
  }
  .solutions-page .solutions-one .solutions-desc .solutions-words {
    font-size: 12px;
  }
  .solutions-page .solutions-one .solutions-title .solutions-text {
    font-size: 18px;
    line-height: 30px;
  }
  .solutions-page .solutions-one2 .solutions-title {
    padding: 25px 5%;
  }
  .solutions-page .solutions-one2 .solutions-img {
    margin: 0 0;
  }
  .solutions-page .solutions-one .solutions-title {
    width: 100%;
  }
  .about-page .culture .culture-one .culture-one-con {
    padding: 20px 22px;
  }
  .about-page .about-bottom .about-intros .about-intro-one {
    width: 48%;
  }
  .about-page .about-icons .about-icon-one {
    padding: 5% 0;
  }
  .about-page .about-icons .about-icon-one .about-icon-text {
    margin-top: 16px;
  }
  .about-page .about-part-title {
    font-size: 24px;
    line-height: 30px;
  }
  .about-page .culture .culture-one .culture-one-mask .culture-one-name {
    font-size: 16px;
  }
  .about-page .culture .culture-one .culture-one-con .culture-one-title .culture-one-text {
    font-size: 16px;
  }
  .about-page .culture .culture-one .culture-one-con .culture-one-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 18px;
  }
  .about-page .about-bottom .about-logo {
    margin: 0 auto;
    text-align: center;
  }
  .about-page .contact-page-infos .contact-page-info-one .contact-page-info-val {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 42px);
  }
  .about-page .about-bottom {
    flex-wrap: wrap;
  }
  .about-page .contact-page-infos .contact-page-info-one .contact-page-info-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .about-page .contact-page-infos {
    flex-wrap: wrap;
  }
  .about-page .about-bottom .about-intros {
    width: 100%;
    margin-top: 24px;
    flex-wrap: wrap;
  }
  .about-page .factory-mic .factory-mic-swiper .factory-mic-one {
    width: 200px;
  }
  .service-page .news-page .news-desc {
    font-size: 14px;
  }
  .service-page .news-page .news-list .news-one .news-val-m {
    display: block;
  }
  .service-page .news-page .news-list .news-one .news-val-pc {
    display: none;
  }
  .service-page .news-page .news-list .news-one .news-img-m {
    display: block;
  }
  .service-page .news-page .news-list .news-one .news-img-pc {
    display: none;
  }
  .service-page .news-page .news-desc {
    margin: 10px auto 32px;
  }
  .service-page .news-page .news-list .news-one {
    flex-wrap: wrap;
  }
  .service-page .news-page .news-list::after {
    display: none;
  }
  .service-page .news-page .news-list .news-one .news-val {
    width: 100%;
  }
  .service-page .news-page .news-list .news-one .news-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .service-page .news-page .news-list .news-one .news-time {
    width: 220px;
    margin: 20px auto;
  }
  .service-page .news-page .news-list .news-one {
    margin-bottom: 25px;
  }
  .service-page .news-page .news-list .news-one .news-time .news-time-inner {
    transform: translateY(0);
  }
  .service-page .news-page .news-list .news-one2 .news-time .news-time-inner {
    transform: translateY(0);
  }
  .contact-page .contact-page-infos .contact-page-info-one {
    width: 50%;
  }
  .contact-page .contact-page-p1 {
    font-size: 26px;
  }
  .contact-page .contact-page-p2 .contactWays-value {
    font-size: 22px;
  }
  .contact-page .contact-page-p3 {
    font-size: 14px;
  }
  .contact-page .contact-page-p3 {
    margin: 0 auto 25px;
  }
  .contact-page .recruitment-part {
    flex-wrap: wrap;
  }
  .contact-page .recruitment-part .recruitment-title {
    font-size: 14px;
    width: 100%;
    padding-right: 24px;
  }
  .contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-icon {
    width: 60px;
    height: 60px;
  }
  .contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con {
    width: calc(100% - 78px);
  }
  .contact-page .recruitment-part .recruitment-desc {
    width: 100%;
  }
  .contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p1 {
    font-size: 14px;
  }
  .contact-page .recruitment-part:nth-last-of-type(1) .recruitment-list-one .recruitment-list-con .recruitment-list-p2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact {
    flex-wrap: wrap;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a {
    margin: 10px;
  }
  .innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-first {
    font-size: 14px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
    width: 35px;
    height: 35px;
  }
  .innerPage-pros-classifyM .pros-main-type-m .pros-side-pro-types .pro-types-second .pro-types-second-inner .pro-types-second-a {
    font-size: 14px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-index {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 270px;
    width: 400px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(3) {
    right: 6%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(6) {
    right: 52%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(7) {
    right: 15%;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
    width: 32px;
    height: 32px;
  }
  .pros-detail-page .pros-detail-remark .pros-detail-remark-one {
    margin-bottom: 12px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val .type {
    font-size: 12px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-intro-bottom .solutions-contact .solutions-contact-a .solutions-contact-a-val .text {
    font-size: 12px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-title {
    font-size: 18px;
  }
  .pros-detail-page .pros-detail-intro .pros-detail-line {
    margin: 14px 0;
  }
  .contact-page .contact-page-infos {
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .contact-page .contact-page-infos .contact-page-info-one {
    padding: 20px 0;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-val .type {
    font-size: 12px;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-val .text {
    font-size: 12px;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a .solutions-contact-a-icon {
    width: 32px;
    height: 32px;
  }
  .solutions-page .solutions-one .solutions-contact .solutions-contact-a {
    width: auto;
    margin: 12px 2.5%;
  }
}
@media only screen and (max-width: 429px) {
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-icon {
    width: 32px;
    height: 32px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-text {
    font-size: 10px;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 260px;
    width: 360px;
  }
  .pros-page .pros-main-data .prosPage-main-one .prosPage-main-title {
    font-size: 12px;
  }
  .contact-page .contact-page-infos .contact-page-info-one {
    width: 100%;
  }
  .service-page .news-page .news-list .news-one .news-val .news-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide .relatedProducts-img-p {
    font-size: 12px;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(6) {
    right: 50%;
    max-width: 50%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(4) {
    max-width: 50%;
    right: 10%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(5) {
    max-width: 40%;
    right: 60%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one:nth-of-type(7) {
    right: 6%;
  }
  .pros-detail-page .detail-fixed .detail-process .detail-process-one .detail-process-index {
    font-size: 14px;
    line-height: 22px;
  }
  .pros-detail-page .detail-fixed .detail-process {
    height: 250px;
    width: 300px;
  }
}
@media only screen and (max-width: 350px) {
  .pros-detail-page .detail-fixed .detail-related .relatedProducts-swiper-slide {
    width: 100%;
  }
}
