.profilePage .contacti {
  background: transparent url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/contacti-back.png') no-repeat;
  background-size: 100% 100%;
}
.profilePage .contacti .contacti-pro {
  display: none;
}
.profilePage .profile-text1 {
  font-weight: 400;
  font-size: 32px;
  color: #333333;
  line-height: 34px;
}
.profilePage .profile-text2 {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}
.profilePage .profile-text3 {
  font-size: 14px;
}
.profilePage .profilePage-step1 {
  background: #f8f8f8 url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/about-logo1.png') no-repeat;
  background-position: bottom right;
  background-size: 15% auto;
}
.profilePage .profilePage-step1 .profilePage-step1-main .indexPage-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.profilePage .profilePage-step1 .profile-left {
  width: calc(90% - 300px);
}
.profilePage .profilePage-step1 .page-desc {
  padding-right: 5%;
  color: #666666;
  font-size: 14px;
}
.profilePage .profilePage-step1 .profile-text2 {
  margin-top: 22px;
}
.profilePage .profilePage-step1 .profile-right {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-inner {
  padding: 0 26px;
  border-left: 1px solid #EF8319;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-top {
  display: flex;
  align-items: flex-end;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-top .profile-num-one-count {
  font-weight: bold;
  font-size: 74px;
  color: #EF8319;
  line-height: 60px;
  font-family: 'LamaSans-Medium';
  margin-right: 14px;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-top .profile-num-one-unit {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one:nth-of-type(2) {
  justify-content: flex-start;
}
.profilePage .profilePage-step1 .profile-right .profile-video {
  width: 300px;
  aspect-ratio: 1.63043478;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.profilePage .profilePage-step1 .profile-right .profile-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profilePage .profilePage-step1 .profile-right .profile-video .abouti-texts-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/video-poster.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profilePage .profilePage-step1 .profile-right .profile-video .abouti-texts-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}
.profilePage .profilePage-step1 .desc1 {
  margin-top: 52px;
}
.profilePage .profilePage-step1 .desc2 {
  margin: 38px 0 58px;
}
.profilePage .profilePage-step1 .profile-honor {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-left {
  display: flex;
  justify-content: space-between;
  width: calc(95% - 158px);
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-left .profile-honor-img {
  display: block;
  width: calc((100% - 36px) / 3);
  overflow: hidden;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-left .profile-honor-img .el-image {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-left .profile-honor-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-left .profile-honor-img:hover img {
  transform: scale(1.05);
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-name {
  width: 158px;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-name .profile-honor-name-inner {
  width: 100%;
}
.profilePage .profilePage-step1 .profile-honor .profile-honor-name .profile-honor-name-inner img {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step2 {
  position: relative;
}
.profilePage .profilePage-step2 .profilePage-step2-main {
  background: url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/profilePage-step2.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 5;
}
.profilePage .profilePage-step2 .page-desc {
  color: #fff;
  font-size: 14px;
  text-align: center;
  max-width: 600px;
  margin: 30px auto 52px;
}
.profilePage .profilePage-step2 .page-title {
  justify-content: center;
}
.profilePage .profilePage-step2 .page-title .page-title-text {
  color: #fff;
  text-align: center;
}
.profilePage .profilePage-step2 .culture-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profilePage .profilePage-step2 .culture-img-main {
  width: 50%;
}
.profilePage .profilePage-step2 .culture-img-main .culture-center-img-top {
  width: 100%;
}
.profilePage .profilePage-step2 .culture-img-main .culture-center-img-top img {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step2 .culture-side {
  width: 350px;
  padding-bottom: 8%;
}
.profilePage .profilePage-step2 .culture-side-one {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 80px 0;
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-icon {
  width: 38px;
  height: 38px;
  background: #1D66A8;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(6px);
  transition: 0.5s;
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-icon img {
  width: 60%;
  height: 60%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-icon-m {
  display: none;
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-texts {
  width: calc(100% - 52px);
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-title {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
}
.profilePage .profilePage-step2 .culture-side-one .culture-side-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.8;
  margin-top: 10px;
}
.profilePage .profilePage-step2 .culture-side-one:hover .culture-side-icon {
  background: #EF8319;
}
.profilePage .profilePage-step2 .culture-side-one:hover .culture-side-icon img {
  transform: rotateY(360deg);
}
.profilePage .profilePage-step2 .culture-side1 {
  transform: translateX(50%);
}
.profilePage .profilePage-step2 .culture-side2 {
  transform: translateX(-50%);
}
.profilePage .profilePage-step2 .culture-side2 .culture-side-one {
  text-align: right;
}
.profilePage .profilePage-step2 .culture-center-img {
  margin-top: -100px;
  width: calc(100% - 120px);
  margin: -150px auto 0;
  max-width: 1800px;
  padding-bottom: 50px;
}
.profilePage .profilePage-step2 .culture-center-img img {
  width: 100%;
  display: block;
}
.profilePage .profilePage-step2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  z-index: 2;
}
.profilePage .profilePage-step2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: 2;
}
.profilePage .story-step {
  background: url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/story-back.png') no-repeat;
  background-position: bottom left;
  background-size: 90% 100%;
  margin-top: -50px;
  padding-top: 50px;
}
.profilePage .story-step .story-step-outer {
  width: 100%;
}
.profilePage .story-step .story-step-title {
  width: 520px;
  margin-bottom: 78px;
}
.profilePage .story-step .story-step-title .page-desc {
  margin-top: 25px;
}
.profilePage .story-step .story-step-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .story-step .story-step-main-texs {
  width: 320px;
}
.profilePage .story-step .story-step-main-texs .story-step-main-story {
  width: 110%;
  transform: translateX(25%);
  margin-bottom: 40px;
}
.profilePage .story-step .story-step-main-texs .story-step-main-story img {
  display: block;
  width: 100%;
}
.profilePage .story-step .story-step-main-texs .story-desc-swiper {
  width: 100%;
  overflow: hidden;
}
.profilePage .story-step .story-step-main-texs .story-desc-swiper .story-desc-slide {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 0 10px;
}
.profilePage .story-step .story-step-main-img {
  width: 394px;
  display: flex;
  align-items: center;
}
.profilePage .story-step .story-step-main-img .story-img-swiper {
  width: 100%;
  overflow: hidden;
}
.profilePage .story-step .story-step-main-img .story-img-slide {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.profilePage .story-step .story-step-main-img .story-img-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .story-step .story-step-main-img .story-img-slide:hover img {
  transform: scale(1.05);
}
.profilePage .story-step .story-step-main-year {
  height: 300px;
  width: 350px;
}
.profilePage .story-step .story-step-main-year .story-year-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-right: 80px;
  position: relative;
}
.profilePage .story-step .story-step-main-year .story-year-slide {
  font-weight: bold;
  font-size: 86px;
  color: #FBE2D6;
  line-height: 90px;
  font-family: 'LamaSans-Medium';
  transition: 0.5s;
}
.profilePage .story-step .story-step-main-year .story-year-active {
  color: #EF8319;
}
.profilePage .story-step .story-step-main-year .story-year-btns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 12;
  border: none;
}
.profilePage .story-step .story-step-main-year .story-year-btn {
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #EF8319;
  font-weight: 400;
  font-size: 28px;
  transition: 0.5s;
  margin: 20px 0;
}
.profilePage .story-step .story-step-main-year .story-year-btn:hover {
  background: #EF8319;
  color: #FFFFFF;
}
.profilePage .honor-step {
  background: url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/honor-back.png') no-repeat;
  background-position: bottom right;
  background-size: 100% 100%;
  margin-top: -150px;
  position: relative;
}
.profilePage .honor-step .contacti-pro {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  transform: translateX(40%) translateY(-45%);
  z-index: 3;
}
.profilePage .honor-step .honor-step-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  align-items: flex-end;
}
.profilePage .honor-step .honor-step-texts {
  width: calc(85% - 900px);
}
.profilePage .honor-step .honor-step-texts .page-desc {
  margin-top: 14px;
  font-size: 14px;
  color: #666666;
}
.profilePage .honor-step .honor-step-types .honor-step-types-inner {
  display: flex;
}
.profilePage .honor-step .honor-step-type-one {
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 6px;
  border: 1px solid rgba(107, 160, 234, 0.2);
  border-left: none;
  cursor: pointer;
}
.profilePage .honor-step .honor-step-type-one .honor-step-type-icon {
  height: 34px;
  width: 100%;
  position: relative;
}
.profilePage .honor-step .honor-step-type-one .honor-step-type-icon img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.5s;
}
.profilePage .honor-step .honor-step-type-one .honor-step-type-icon .default {
  opacity: 1;
}
.profilePage .honor-step .honor-step-type-one .honor-step-type-icon .active {
  opacity: 0;
}
.profilePage .honor-step .honor-step-type-one .honor-step-type-title {
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #327FC5;
  line-height: 24px;
  width: 100%;
  transition: 0.5s;
}
.profilePage .honor-step .honor-step-type-one:hover {
  background: #EF8319;
}
.profilePage .honor-step .honor-step-type-one:hover .honor-step-type-icon .default {
  opacity: 0;
}
.profilePage .honor-step .honor-step-type-one:hover .honor-step-type-icon .active {
  opacity: 1;
}
.profilePage .honor-step .honor-step-type-one:hover .honor-step-type-title {
  color: #fff;
}
.profilePage .honor-step .honor-step-type-one-active {
  background: #EF8319;
}
.profilePage .honor-step .honor-step-type-one-active .honor-step-type-icon .default {
  opacity: 0;
}
.profilePage .honor-step .honor-step-type-one-active .honor-step-type-icon .active {
  opacity: 1;
}
.profilePage .honor-step .honor-step-type-one-active .honor-step-type-title {
  color: #fff;
}
.profilePage .honor-step .honor-step-type-one:nth-of-type(1) {
  border-left: 1px solid rgba(107, 160, 234, 0.2);
}
.profilePage .honor-step .honor-step-swiper-outer {
  overflow: hidden;
  height: 480px;
}
.profilePage .honor-step .honor-step-swiper {
  width: 100%;
  position: relative;
  height: 100%;
}
.profilePage .honor-step .honor-step-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
  line-height: 46px;
  font-weight: 500;
  color: rgba(153, 153, 153, 0.8);
  transition: 0.5s;
  z-index: 20;
  border: none;
  cursor: pointer;
}
.profilePage .honor-step .honor-step-btn:hover {
  color: #EF8319;
}
.profilePage .honor-step .honor-step-btn-prev {
  left: calc(50% - (330px / 2) - 30px);
}
.profilePage .honor-step .honor-step-btn-next {
  right: calc(50% - (330px / 2) - 30px);
}
.profilePage .honor-step .honor-step-slide {
  width: 330px;
  transform: scale(0.8);
  transition: 0.5s;
  overflow: hidden;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}
.profilePage .honor-step .honor-step-slide p {
  padding: 15% 0;
}
.profilePage .honor-step .honor-step-slide .el-image {
  width: 100%;
  display: block;
  overflow: hidden;
}
.profilePage .honor-step .honor-step-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .honor-step .honor-step-slide:hover img {
  transform: scale(1.05);
}
.profilePage .honor-step .proi-one-opacity {
  opacity: 0 !important;
}
.profilePage .honor-step .honor-step-active {
  transform: scale(1);
}
.profilePage .honor-step .honor-step-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .contacti {
  margin-top: -150px;
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #e51616;
  }
  100% {
    width: 34px;
    height: 34px;
    opacity: 0;
    background: rgba(229, 22, 22, 0.3);
  }
}
.cls-1 {
  fill: none;
  stroke: #fce7e7;
  stroke-width: 36px;
  fill-rule: evenodd;
}
.factoryPage-outer .contacti {
  background: transparent url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/contacti-back.png') no-repeat;
  background-size: 100% 100%;
}
.factoryPage-outer .contacti .contacti-pro {
  display: none;
}
.factoryPage {
  width: 100%;
  overflow: hidden;
  background: transparent url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/factory-back-inner.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  min-height: 300px;
}
.factoryPage .equipment {
  position: absolute;
  right: 0;
  top: 54px;
  width: 50%;
  max-width: 1000px;
  transform: rotateZ(-1deg);
}
.factoryPage .indexPage-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.factoryPage .public-more .banner-more-inner {
  background: #EF8319;
  border: 1px solid #EF8319;
  transform: translateX(0) rotateY(0deg) rotateX(0deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.factoryPage .public-more:hover .banner-more-inner {
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.factoryPage .public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.factoryPage .factory-cur-title {
  width: 532px;
}
.factoryPage .page-desc {
  margin-top: 22px;
  font-size: 14px;
  color: #333333;
}
.factoryPage .list {
  width: 100%;
  margin-top: 6%;
}
.factoryPage .list-swiper {
  width: 100%;
  overflow: visible;
}
.factoryPage .list-one-slide {
  transform: scale(1.2);
  width: 33.33%;
}
.factoryPage .list-one-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPage .list-one-slide:hover img {
  transform: scale(1.05);
}
.factoryPage .list-step-active {
  transform: scale(1);
}
.factoryPage .list-step-btn {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(239, 131, 25, 0.09);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  cursor: pointer;
}
.factoryPage .list-step-btn .relatedProducts-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.factoryPage .list-step-btn img {
  width: 36px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.factoryPage .list-step-btn .default {
  opacity: 1;
}
.factoryPage .list-step-btn .active {
  opacity: 0;
}
.factoryPage .list-step-btn:hover {
  background: #EF8319;
}
.factoryPage .list-step-btn:hover .default {
  opacity: 0;
}
.factoryPage .list-step-btn:hover .active {
  opacity: 1;
}
.factoryPage .list-step-btn-prev {
  left: 30%;
}
.factoryPage .list-step-btn-next {
  right: 30%;
}
.factoryPage .list-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
}
.factoryPage .list-arr {
  display: flex;
  flex-wrap: wrap;
}
.factoryPage .item {
  width: calc((100% - 60px) / 3);
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  padding-bottom: 26px;
  cursor: pointer;
}
.factoryPage .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.factoryPage .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPage .item .img .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.factoryPage .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
}
.factoryPage .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.factoryPage .item .text {
  margin-top: 16px;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.factoryPage .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
.factoryPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .webPage {
  margin-top: 60px;
}
.factoryPage-list {
  background: #fff;
}
.factoryPageVideo {
  background: url('https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/video-back.png') no-repeat;
  background-size: 100% 100%;
  margin-top: -100px;
  margin-bottom: -170px;
  min-height: 600px;
}
.factoryPageVideo .factory-cur-title {
  width: 100%;
  margin-bottom: 50px;
  padding-top: 80px;
}
.factoryPageVideo .factory-cur-title .page-title {
  justify-content: center;
}
.factoryPageVideo .factory-cur-title .page-desc {
  font-size: 14px;
  color: #666666;
  margin: 24px auto 26px;
  width: 588px;
  text-align: center;
}
.factoryPageVideo .factory-cur-title .factory-cur-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .factory-cur-title .factory-cur-more .public-more .banner-more-inner {
  border: 1px solid #EF8319;
}
.factoryPageVideo .factory-cur-title .factory-cur-more .public-more .read-more-p {
  color: #EF8319;
}
.factoryPageVideo .factory-cur-title .factory-cur-more .public-more:hover .banner-more-inner {
  background: #EF8319;
  border: 1px solid #EF8319;
  transform: translateX(3px) rotateY(15deg) rotateX(-15deg) scale(1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.factoryPageVideo .factory-cur-title .factory-cur-more .public-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.factoryPageVideo .video-main {
  width: 100%;
  margin-bottom: 30px;
}
.factoryPageVideo .video-cur {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 675px;
}
.factoryPageVideo .video-cur video {
  display: block;
  width: 100%;
  object-fit: scale-down;
  height: 100%;
}
.factoryPageVideo .video-cur .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur .equipment-other-mask .play-video {
  width: 94px;
  height: 94px;
  background: #EF8319;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 52px;
  line-height: 94px;
}
.factoryPageVideo .video-cur-list {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 70px;
}
.factoryPageVideo .video-cur-swiper {
  width: 100%;
  position: relative;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide {
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide video {
  display: block;
  width: 100%;
  object-fit: scale-down;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}
.factoryPageVideo .video-cur-swiper .video-cur-one-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.factoryPageVideo .video-cur-swiper .video-step-btn {
  width: 58px;
  height: 58px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(239, 131, 25, 0.09);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
  cursor: pointer;
}
.factoryPageVideo .video-cur-swiper .video-step-btn .relatedProducts-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.factoryPageVideo .video-cur-swiper .video-step-btn img {
  width: 36px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.factoryPageVideo .video-cur-swiper .video-step-btn .default {
  opacity: 1;
}
.factoryPageVideo .video-cur-swiper .video-step-btn .active {
  opacity: 0;
}
.factoryPageVideo .video-cur-swiper .video-step-btn:hover {
  background: #EF8319;
}
.factoryPageVideo .video-cur-swiper .video-step-btn:hover .default {
  opacity: 0;
}
.factoryPageVideo .video-cur-swiper .video-step-btn:hover .active {
  opacity: 1;
}
.factoryPageVideo .video-cur-swiper .video-step-btn-prev {
  left: 0;
}
.factoryPageVideo .video-cur-swiper .video-step-btn-next {
  right: 0;
}
.videoDialog {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 3000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.videoDialog .videoDialog-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15% 12%;
}
.videoDialog .videoDialog-inner video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.videoDialog .videoDialog-inner .videoClose {
  width: 50px;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
.videoDialog .videoDialog-inner .videoClose svg {
  width: 100%;
}
@media only screen and (max-width: 1800px) {
  .profilePage .honor-step .honor-step-texts {
    width: 100%;
  }
  .profilePage .honor-step .honor-step-top {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .profilePage .honor-step .honor-step-types {
    margin: 30px auto 0;
    width: 100%;
  }
  .profilePage .story-step .story-step-title {
    width: 70%;
    margin-bottom: 68px;
  }
  .profilePage .honor-step .honor-step-type-one {
    width: calc(100% / 6);
  }
  .profilePage .honor-step .honor-step-texts .page-desc {
    max-width: 70%;
  }
  .profilePage .honor-step .contacti-pro {
    width: 20%;
  }
  .profilePage .story-step .story-step-outer {
    margin-bottom: 40px;
  }
  .factoryPage .factory-cur-title {
    width: 50%;
  }
  .factoryPageVideo .factory-cur-title .page-desc {
    width: 66%;
  }
}
@media only screen and (max-width: 1441px) {
  .profilePage .story-step .story-step-title {
    width: 80%;
    margin-bottom: 58px;
  }
  .profilePage .story-step .story-step-outer {
    margin-bottom: 8%;
  }
  .profilePage .story-step .story-step-title {
    width: 90%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1360px) {
  .profilePage .story-step .story-step-main-year .story-year-slide {
    font-size: 70px;
    line-height: 62px;
  }
  .profilePage .honor-step .honor-step-top {
    margin-bottom: 44px;
  }
  .profilePage .honor-step .honor-step-swiper-outer {
    margin-bottom: 44px;
    height: 412px;
  }
  .profilePage .honor-step .honor-step-slide {
    width: 290px;
  }
  .profilePage .story-step .story-step-main-texs {
    width: 342px;
  }
  .profilePage .story-step .story-step-main-img {
    width: 360px;
  }
  .profilePage .story-step .story-step-main-year {
    height: 282px;
    width: 300px;
  }
  .profilePage .profilePage-step1 .profilePage-step1-main {
    padding-bottom: 0;
  }
  .profilePage .profilePage-step2 .culture-side {
    padding-bottom: 0;
  }
  .profilePage .profilePage-step2 .page-title {
    margin-top: 60px;
  }
  .profilePage .story-step .story-step-title {
    width: 70%;
    margin-bottom: 58px;
  }
  .profilePage .profilePage-step2 .page-desc {
    max-width: 800px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 1251px) {
  .factoryPageVideo .video-cur {
    height: auto;
    aspect-ratio: 1.77777778;
  }
  .profilePage .story-step .story-step-main {
    align-items: center;
  }
  .profilePage .story-step .story-step-title {
    width: 100%;
    margin-bottom: 48px;
  }
  .profilePage .story-step .story-step-title .page-desc {
    margin-top: 16px;
  }
  .profilePage .story-step .story-step-main-year .story-year-slide {
    font-size: 50px;
    line-height: 50px;
  }
  .profilePage .story-step .story-step-main-year {
    height: 220px;
    width: 230px;
  }
  .profilePage .story-step .story-step-main-texs {
    width: 30%;
  }
  .profilePage .story-step .story-step-main-img {
    width: 30%;
  }
  .profilePage .honor-step .honor-step-outer .indexPage-outer {
    padding-bottom: 50px;
  }
  .profilePage .honor-step .honor-step-slide {
    width: 240px;
  }
  .profilePage .contacti {
    margin-top: -184px;
  }
  .profilePage .honor-step .honor-step-swiper-outer {
    height: 344px;
  }
  .profilePage .honor-step .honor-step-btn-prev {
    left: 0;
  }
  .profilePage .honor-step .honor-step-btn-next {
    right: 0;
  }
  .profilePage .honor-step {
    background-size: cover;
    margin-top: -124px;
  }
  .profilePage .honor-step .honor-step-type-one .honor-step-type-title {
    font-size: 14px;
  }
  .profilePage .honor-step .honor-step-texts .page-desc {
    max-width: 100%;
  }
  .profilePage .profilePage-step2 .culture-side2 {
    transform: translateX(0);
  }
  .profilePage .profilePage-step2 .culture-side {
    transform: translateX(0);
  }
  .profilePage .profilePage-step1 .profilePage-step1-main .indexPage-inner {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .profilePage .profilePage-step2 .culture-side-one {
    margin: 40px 0;
  }
  .profilePage .profilePage-step1 {
    background-size: 26% auto;
  }
  .profilePage .profilePage-step1 .profile-right .profile-nums {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
  }
  .profilePage .profilePage-step1 .profile-left {
    width: 100%;
  }
  .profilePage .profilePage-step1 .desc1 {
    margin-top: 28px;
  }
  .profilePage .profilePage-step1 .profile-right {
    width: 100%;
  }
  .profilePage .profilePage-step1 .desc2 {
    margin: 26px 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .profilePage .story-step .story-step-main-texs .story-desc-swiper .story-desc-slide {
    font-size: 14px;
  }
  .profilePage .story-step .story-step-title {
    margin-bottom: 30px;
  }
  .profilePage .story-step .story-step-main-year {
    margin-left: 5%;
  }
  .profilePage .story-step .story-step-main-texs .story-step-main-story {
    width: 100%;
    transform: translateX(0);
    margin-bottom: 30px;
  }
  .profilePage .story-step .story-step-main-texs .story-step-main-story img {
    max-width: 300px;
  }
  .profilePage .story-step .story-step-main {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profilePage .story-step .story-step-main-texs {
    width: 100%;
  }
  .profilePage .story-step .story-step-main-img {
    width: calc(95% - 230px);
    max-width: 300px;
  }
  .profilePage .profilePage-step2 .culture-img-main {
    display: none;
  }
  .profilePage .profilePage-step2 .culture-side-one .culture-side-icon-m {
    display: flex;
  }
  .profilePage .profilePage-step2 .culture-side-one {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .profilePage .profilePage-step2 .culture-side-one .culture-side-icon-pc {
    display: none;
  }
  .profilePage .profilePage-step2 .culture-side {
    width: 100%;
  }
  .profilePage .profilePage-step2 .culture-center {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step2 .culture-side2 .culture-side-one {
    text-align: left;
  }
  .profilePage .profilePage-step2 .page-title {
    margin-top: 60px;
  }
  .profilePage .profilePage-step2 .page-desc {
    margin: 14px auto 0;
  }
  .profilePage .profile-text1 {
    font-size: 26px;
  }
  .profilePage .profilePage-step1 .profile-text2 {
    margin-top: 14px;
  }
  .profilePage .profilePage-step1 .desc2 {
    margin: 18px 0 30px;
  }
  .profilePage .profilePage-step1 .desc1 {
    margin-top: 18px;
  }
  .profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-top .profile-num-one-count {
    font-size: 40px;
    line-height: 42px;
    margin-right: 10px;
  }
  .profilePage .profilePage-step1 {
    z-index: 12;
    position: relative;
  }
  .profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one .profile-num-one-desc {
    margin-top: 5px;
  }
  .profilePage .profilePage-step2 .culture-center {
    padding-bottom: 100px;
  }
  .profilePage .profilePage-step2 .page-title {
    margin-top: 70px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-main {
    background-size: cover;
    margin-top: -60px;
  }
}
@media only screen and (max-width: 920px) {
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 28px;
    margin-right: 20px;
  }
  .factoryPage .factory-cur-title {
    width: 100%;
    margin-bottom: 30px;
  }
  .factoryPage .list-step-btn {
    width: 42px;
    height: 42px;
  }
  .factoryPage .list-step-btn img {
    width: 26px;
  }
  .factoryPage .page-desc {
    margin-top: 16px;
  }
  .factoryPageVideo .factory-cur-title {
    margin-bottom: 32px;
    padding-top: 72px;
  }
  .factoryPageVideo .factory-cur-title .page-desc {
    width: 100%;
    margin: 18px auto 20px;
  }
  .factoryPageVideo .video-cur-swiper {
    margin-bottom: 50px;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide .equipment-other-mask .play-video {
    width: 42px;
    height: 42px;
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn img {
    width: 26px;
  }
  .factoryPageVideo .video-cur-swiper .video-step-btn {
    width: 42px;
    height: 42px;
  }
  .profilePage .contacti {
    background: transparent url(https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/contactPage-back.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .factoryPage-outer .contacti {
    background: transparent url(https://file.global86.cn/fileStore/website_new_v2/chuanyue/imgs/imgs/contactPage-back.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .profilePage .honor-step .honor-step-swiper-outer {
    margin-bottom: 100px;
  }
}
@media (max-width: 821px) {
  .factoryPage .list-one-slide {
    width: 50%;
  }
  .factoryPage .list-step-btn-prev {
    left: 20%;
  }
  .factoryPage .list-step-btn-next {
    right: 20%;
  }
  .factoryPageVideo .video-cur-swiper .video-cur-one-slide {
    width: 150px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 18px) / 2);
    margin-bottom: 24px;
    margin-right: 18px;
    padding-bottom: 22px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 18px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .profilePage .honor-step .honor-step-types .honor-step-types-inner {
    flex-wrap: wrap;
  }
  .profilePage .honor-step .honor-step-type-one {
    width: calc(100% / 3);
  }
  .profilePage .story-step .story-step-outer {
    padding-top: 0;
  }
  .profilePage .story-step .story-step-main-year .story-year-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    margin: 14px 0;
  }
  .profilePage .story-step .story-step-main {
    padding-bottom: 50px;
  }
  .profilePage .story-step .story-step-main-year .story-year-swiper {
    padding-right: 60px;
  }
  .profilePage .story-step .story-step-main-year {
    height: 160px;
    width: 160px;
    margin-left: 6%;
  }
  .profilePage .story-step .story-step-main-img {
    width: calc(94% - 160px);
  }
  .profilePage .story-step .story-step-main-year .story-year-slide {
    font-size: 34px;
    line-height: 34px;
  }
  .profilePage .profilePage-step2 .culture-side-one .culture-side-desc {
    font-size: 12px;
    line-height: 22px;
    margin-top: 8px;
  }
  .profilePage .profile-text1 {
    font-size: 20px;
  }
  .profilePage .profile-text2 {
    font-size: 20px;
  }
  .profilePage .profilePage-step2 .page-title {
    margin-top: 120px;
  }
  .profilePage .profilePage-step2 .culture-center {
    padding-bottom: 150px;
  }
  .profilePage .profilePage-step1 .desc2 {
    margin: 12px 0 24px;
  }
  .profilePage .profilePage-step1 .profile-honor .profile-honor-name {
    width: 110px;
    margin: 30px auto 0;
  }
  .profilePage .profilePage-step1 .profile-honor {
    flex-wrap: wrap;
  }
  .profilePage .profilePage-step1 .profile-honor .profile-honor-left {
    width: 100%;
  }
}
@media only screen and (max-width: 641px) {
  .factoryPage .equipment {
    display: none;
  }
  .factoryPage .factory-cur-title {
    margin-bottom: 20px;
  }
  .factoryPage .list {
    margin-top: 34px;
  }
  .factoryPage .page-desc {
    margin-top: 12px;
  }
  .factoryPage .list-step-btn-prev {
    left: 5%;
  }
  .factoryPage .list-step-btn-next {
    right: 5%;
  }
  .factoryPage .list-one-slide {
    width: 80%;
  }
  .profilePage .honor-step .contacti-pro {
    display: none;
  }
  .profilePage .honor-step .honor-step-type-one .honor-step-type-title {
    font-size: 12px;
  }
  .profilePage .honor-step .honor-step-type-one .honor-step-type-icon {
    height: 28px;
  }
  .profilePage .story-step .story-step-main-img {
    width: 100%;
    margin-top: 30px;
  }
  .profilePage .story-step .story-step-main {
    padding-top: 200px;
    position: relative;
  }
  .profilePage .story-step .story-step-main-year {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .profilePage .story-step .story-step-main-texs .story-step-main-story {
    display: none;
  }
  .profilePage .profilePage-step1 .profile-right .profile-video {
    width: 280px;
  }
  .profilePage .profilePage-step1 .profile-right .profile-nums .profile-num-one {
    margin-bottom: 30px;
  }
  .profilePage .profilePage-step2 .page-desc {
    font-size: 12px;
    margin: 9px auto 0;
  }
  .profilePage .profilePage-step2 .culture-side-one {
    margin-top: 20px;
  }
  .profilePage .profilePage-step2 .profilePage-step2-main {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 340px) {
  .profilePage .profilePage-step1 .profile-right .profile-video {
    width: 100%;
  }
}
