.innerPage {
  width: 100%;
  padding-top: 100px;
  word-break: break-word;
}
.innerPage .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage .innerPage-title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
}
.innerPage .innerPage-title .innerPage-title-big {
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
}
.innerPage .innerPage-title .innerPage-title-other {
  display: none;
  font-size: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 600;
  color: #666666;
  line-height: 30px;
}
.innerPageLast {
  padding-bottom: 100px;
}
.innerPage-contact {
  width: 100%;
  background: #fff;
}
.innerPage-contact .innerPage-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .innerPage-title {
  margin-bottom: 30px;
}
.innerPage-contact .innerPage-inner .contacti-inner {
  width: 100%;
  margin: 0 auto;
}
.innerPage-contact .innerPage-inner .contacti-left-main {
  width: 100%;
}
.innerPage-contact .innerPage-inner .contacti-desc {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.innerPage-contact .innerPage-inner .contacti-type {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}
.innerPage-contact .innerPage-inner .contacti-type p {
  width: auto;
  margin-right: 40px;
}
.innerPage-contact .innerPage-inner .contacti-right {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-icon img {
  transform: rotateY(360deg);
  transition: 1s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-type:hover .contacti-value-main {
  color: #ED1C24;
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 18px 0 4px;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  min-height: 50px;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-main p {
  display: inline-block;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #FF000C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon img {
  width: 55%;
  display: block;
  transform: rotateY(0deg);
  transition: 1s;
}
.innerPage-contact .innerPage-inner .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 滚动条整体 */
}
.innerPage-contact .innerPage-inner .form .form-input {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.innerPage-contact .innerPage-inner .form .form-message {
  width: 100%;
}
.innerPage-contact .innerPage-inner .form .message::-webkit-input-placeholder {
  color: #999999;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .message::-webkit-scrollbar {
  display: none;
}
.innerPage-contact .innerPage-inner .form .input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  text-indent: 0px;
}
.innerPage-contact .innerPage-inner .form .input {
  width: 32%;
  line-height: 42px;
  padding-left: 10px;
  height: 42px;
  border: 1px solid #DDDDDD;
  background: transparent;
  margin-bottom: 30px;
  color: #333;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
.innerPage-contact .innerPage-inner .form .input:focus {
  border: 1px solid #333;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .input:nth-last-of-type(1) {
  margin-bottom: 0;
}
.innerPage-contact .innerPage-inner .form .message {
  width: 100%;
  padding: 12px;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
  border: 1px solid #DDDDDD;
  background: transparent;
  line-height: 22px;
  height: 130px;
  color: #333;
}
.innerPage-contact .innerPage-inner .form .message:focus {
  border: 1px solid #333;
  outline: none;
}
.innerPage-contact .innerPage-inner .form .formButton-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.innerPage-contact .innerPage-inner .form .formButton {
  width: 185px;
  height: 58px;
  background: #ED1C24;
  overflow: hidden;
  transition: 0.5s;
  cursor: pointer;
  border: 0;
  text-align: center;
}
.innerPage-contact .innerPage-inner .form .formButton .upLoad {
  width: 100%;
  background: #ED1C24;
  border: 0;
  color: #FFFFFF;
  position: relative;
  height: 58px;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 400;
}
.innerPage-contact .innerPage-inner .form .formButton p {
  position: relative;
  height: 42px;
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton p::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  transform: translateY(100%);
  transition: 0.5s;
  line-height: 42px;
}
.innerPage-contact .innerPage-inner .form .formButton:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .form .formButtonUpLoad {
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .form .formButtonUpLoad:hover {
  border-radius: 40px 0 40px 0;
  transition: 0.5s;
}
.innerPage-contact .innerPage-inner .form .formButton1 {
  background: #F8F8F8;
  color: #222222;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
}
.read-more {
  width: 160px;
  height: 42px;
  background: #ED1C24;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  overflow: hidden;
}
.read-more .read-more-p {
  position: relative;
  transition: 0.5s;
}
.read-more .read-more-p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.read-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.innerPage-cooperate .cooperateMap {
  position: relative;
  z-index: 8;
}
.innerPage-cooperate .cooperateMap img {
  width: 100%;
  display: block;
}
.innerPage-cooperate .cooperateMap .dot-other {
  width: 10px;
  height: 10px;
  background: #909090;
  border-radius: 50%;
  position: absolute;
  left: 29%;
  bottom: 25%;
}
.innerPage-cooperate .cooperateMap .dot-other .p-dot {
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: #909090;
  border-radius: 50%;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.innerPage-cooperate .cooperateMap .dot-other::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #909090;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0.7s ease-in infinite;
}
.innerPage-cooperate .cooperateMap .dot-other::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #909090;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner 2s 0s ease-in infinite;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(2) {
  left: 11%;
  bottom: auto;
  top: 23%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(3) {
  left: 16%;
  bottom: auto;
  top: 27%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(4) {
  left: 18%;
  bottom: auto;
  top: 45%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(5) {
  left: 52%;
  bottom: auto;
  top: 70%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(6) {
  left: 50%;
  bottom: auto;
  top: 50%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(7) {
  left: 48%;
  bottom: auto;
  top: 30%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(8) {
  left: 58%;
  bottom: auto;
  top: 40%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(9) {
  left: 64%;
  bottom: auto;
  top: 42%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(10) {
  left: 78%;
  bottom: auto;
  top: 64%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-other:nth-of-type(11) {
  left: 74%;
  bottom: auto;
  top: 44%;
  right: auto;
}
.innerPage-cooperate .cooperateMap .dot-special {
  position: absolute;
  left: 77%;
  top: 38%;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-special-inner {
  position: relative;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor {
  position: absolute;
  left: 50px;
  top: -12px;
  width: 172px;
  border-radius: 25px;
  overflow: hidden;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor img {
  width: 100%;
  display: block;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-other-special {
  width: 27px;
  height: 27px;
  background: rgba(255, 0, 12, 0.2);
  border-radius: 50%;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-other-special .p-dot {
  width: 27px;
  height: 27px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(255, 0, 12, 0.2);
  border-radius: 50%;
  animation: aniMapDotInner1 2.4s 0s ease-in infinite;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-other-special::after {
  content: '';
  left: 50%;
  top: 50%;
  width: 27px;
  height: 27px;
  background: rgba(255, 0, 12, 0.2);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner1 2.4s 0.7s ease-in infinite;
}
.innerPage-cooperate .cooperateMap .dot-special .dot-other-special::before {
  content: '';
  left: 50%;
  top: 50%;
  width: 27px;
  height: 27px;
  background: rgba(255, 0, 12, 0.2);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  animation: aniMapDotInner1 2.4s 0s ease-in infinite;
}
.innerPage-cooperate .cooperateMap-p {
  width: 100%;
  background: #0B57B5;
  border-radius: 20px;
  padding: 50px 12%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: -50px;
  z-index: 10;
  position: relative;
}
@keyframes aniMapDotInner {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #909090;
  }
  100% {
    width: 42px;
    height: 42px;
    opacity: 0;
    background: #f8f8f8;
  }
}
@keyframes aniMapDotInner1 {
  0% {
    width: 27px;
    height: 27px;
    opacity: 1;
    background: rgba(255, 0, 12, 0.2);
  }
  100% {
    width: 95px;
    height: 95px;
    opacity: 0;
    background: rgba(255, 0, 12, 0.1);
  }
}
.innerPage-process {
  background: url('../images/changxing/cooperationProcess-back.png') no-repeat;
  background-size: 100% 100%;
}
.innerPage-process .innerPage-title .innerPage-title-big {
  color: #fff;
}
.innerPage-process .innerPage-title .innerPage-title-other {
  color: #fff;
}
.innerPage-process .processSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
}
.innerPage-process .swiper-scrollbar-processSwiper {
  background: rgba(0, 0, 0, 0.3);
  height: 1px;
  position: relative;
  left: 0;
  width: 100%;
  bottom: -40px;
}
.innerPage-process .swiper-scrollbar-processSwiper .swiper-scrollbar-drag {
  background: #FFFFFF;
  width: 110px !important;
}
.innerPage-process .swiper-slide {
  background: #FFFFFF;
  border-radius: 10px;
  margin-right: 40px;
  width: calc(50% - 40px);
}
.innerPage-process .swiper-slide:hover .processSwiper-top .processSwiper-val .val {
  color: #FF000C;
  transition: 0.5s;
}
.innerPage-process .swiper-slide:hover .processSwiper-top .processSwiper-img .img img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.innerPage-process .processSwiper-p {
  min-height: 130px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 28px 40px;
  border-top: 1px solid #ddd;
}
.innerPage-process .processSwiper-top {
  padding: 40px 40px 20px;
}
.innerPage-process .processSwiper-top .processSwiper-val {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 60px;
}
.innerPage-process .processSwiper-top .processSwiper-val .val {
  transition: 0.5s;
}
.innerPage-process .processSwiper-top .processSwiper-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.innerPage-process .processSwiper-top .processSwiper-img .img {
  width: 60px;
  height: 60px;
  border: 1px solid #0B57B5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPage-process .processSwiper-top .processSwiper-img .img img {
  display: block;
  width: 60%;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.innerPage-about {
  position: relative;
}
.innerPage-about .innerPage-abouttop {
  width: 100%;
}
.innerPage-about .innerPage-about-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-about .innerPage-about-logo a {
  display: block;
  width: 300px;
  height: 85px;
}
.innerPage-about .innerPage-about-logo a img {
  max-width: 100%;
}
.innerPage-about .innerPage-about-logo p {
  max-width: calc(80% - 300px);
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.innerPage-about .innerPage-about-img {
  width: 100%;
  margin-top: 60px;
}
.innerPage-about .innerPage-about-img img {
  width: calc((100vw - 1200px) / 2 + 840px);
  margin-left: 300px;
}
.innerPage-about .innerPage-about-p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.innerPage-about .innerPage-about-p .innerPage-about-p1 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.innerPage-about .innerPage-about-p .innerPage-about-p2 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.innerPage-about .innerPage-about-p p {
  width: 50%;
  margin-top: 60px;
}
.innerPage-aboutflow {
  width: 100%;
}
.innerPage-aboutflow .aboutFlow-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.innerPage-aboutflow .aboutFlow-img img {
  max-width: 100%;
}
.innerPage-aboutbottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #222222;
}
.innerPage-aboutbottom .aboutbottom-con {
  width: 100%;
}
.innerPage-aboutbottom .aboutbottomSwiper {
  display: none;
  width: 100%;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide .innerPage-about-intro-title {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 20px;
  margin: 12px 0 4px;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide .innerPage-about-intro-p {
  font-size: 12px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 18px;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide:hover .img {
  overflow: hidden;
}
.innerPage-aboutbottom .aboutbottomSwiper .swiper-slide:hover .img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 24px;
}
.innerPage-aboutbottom .innerPage-about-main .innerPage-about-main-one {
  width: 25%;
  padding-right: 22px;
  opacity: 0;
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-main .innerPage-about-main-one-active {
  opacity: 1;
  transform: translateY(10px);
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-title {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-p {
  font-size: 14px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 24px;
  margin-top: 10px;
}
.innerPage-aboutbottom .innerPage-about-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-right: 6px;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .innerPage-about-intro-title {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .innerPage-about-intro-title .about-intro-index {
  font-family: 'LamaSans-Medium';
  margin-right: 4px;
  word-break: keep-all;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .innerPage-about-intro-title .about-intro-name {
  opacity: 1;
  transition: 0.5s;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .about-intro-line {
  margin: 5px 9px 8px;
  width: 1px;
  height: 22px;
  background: #555555;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .about-intro-dot {
  width: 10px;
  margin-left: 5px;
  height: 10px;
  background: #555555;
  border-radius: 50%;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 22px;
  width: calc(100% - 24px);
  height: 1px;
  background: #555555;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-active .innerPage-about-intro-title {
  color: #FF000C;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-active .innerPage-about-intro-title .about-intro-name {
  opacity: 0;
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-active .about-intro-line {
  transition: 0.5s;
  background: #FF000C;
}
.innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-active .about-intro-dot {
  transition: 0.5s;
  background: #FF000C;
}
.innerPage-aboutbottom .innerPage-about-introImg {
  width: 100%;
  position: relative;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-one {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-one img {
  width: 100%;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-active {
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  overflow: hidden;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-active img {
  transform: scale(1);
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-active:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-aboutbottom .innerPage-about-introImg .innerPage-about-introImg-img {
  width: 100%;
  opacity: 0;
  z-index: -1;
}
.innerPage-aboutbottom .innerPage-title .innerPage-title-big {
  color: #fff;
}
.innerPage-aboutbottom .innerPage-title .innerPage-title-other {
  color: #fff;
}
.innerPage-pros-classify {
  position: absolute;
  left: 60px;
  top: 100px;
}
.innerPage-pros-classify a {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(207, 207, 207, 0.46);
  border-radius: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  margin-bottom: 34px;
}
.innerPage-pros-classify a .dot {
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  transition: 0.5s;
  margin-right: 10px;
}
.innerPage-pros-classify a:hover {
  color: #fff;
  background: #FF000C;
  box-shadow: 0;
  transition: 0.5s;
}
.innerPage-pros-classify a:hover .dot {
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
}
.innerPage-pros-classify .a-active {
  color: #fff;
  background: #FF000C;
  box-shadow: 0;
}
.innerPage-pros-classify .a-active .dot {
  background: #fff;
  border-radius: 50%;
}
.innerPage-pros {
  width: 100%;
  position: relative;
}
.innerPage-pros .innerPage-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.innerPage-pros .innerPage-inner .innerPage-prosData {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.innerPage-pros .innerPage-inner .innerPage-prosData .pages {
  margin-top: 30px;
}
.innerPage-pros .innerPage-inner .nodata {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 100px;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one {
  width: 32%;
  margin-right: 2%;
  overflow: hidden;
  margin-bottom: 30px;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:hover .innerPage-pros-img {
  overflow: hidden;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:hover .innerPage-pros-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-pros .innerPage-inner .innerPage-pros-one:nth-of-type(3n) {
  margin-right: 0;
}
.innerPage-pros .innerPage-inner .innerPage-pros-img {
  width: 100%;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 32px 0 50px;
}
.innerPage-pros .innerPage-inner .innerPage-pros-img img {
  max-width: 60%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  -webkit-box-reflect: below 4px -webkit-linear-gradient(bottom, rgba(69, 56, 56, 0.3), transparent 20%, transparent);
}
.innerPage-pros .innerPage-inner .innerPage-pros-title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.innerPage-title-center {
  display: flex;
  width: 100%;
  justify-content: center;
}
.smartInnerpage .productionSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
  padding-top: 20px;
}
.smartInnerpage .productionSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 30%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.smartInnerpage .productionSwiper .swiper-slide p {
  opacity: 0;
  position: absolute;
  top: 20px;
  max-width: calc(100% - 40px);
  right: -20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 27px;
  background: #333333;
  border: 1px solid #E8E8E8;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  transition: 0.6s;
}
.smartInnerpage .productionSwiper .swiper-slide img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.smartInnerpage .productionSwiper .productionSwiper_slide_active p {
  opacity: 1;
  transition: 0.6s;
  right: 20px;
}
.smartInnerpage .productionSwiper .productionSwiper_slide_active img {
  transform: scale(1.1);
  transition: 0.5s;
}
.smartInnerpage .productionSwiper .swiper-horizontal > .swiper-scrollbar,
.smartInnerpage .productionSwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  background: transparent;
  position: absolute;
  bottom: 1px;
  overflow: visible;
  background: #DDDDDD;
}
.smartInnerpage .productionSwiper .swiper-scrollbar-drag {
  width: 104px !important;
  height: 3px;
  margin-top: -1px;
  background: #D72121;
  border-radius: 1px;
}
.smartInnerpage1 {
  background: #F8F8F8;
}
.smartInnerpage1 .innerPage-Videos {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.smartInnerpage1 .innerPage-inner-Videos {
  width: 75%;
  position: relative;
}
.smartInnerpage1 .innerPage-inner-Videos .videoBox {
  width: 100%;
  opacity: 0;
  z-index: -1;
  position: relative;
}
.smartInnerpage1 .innerPage-inner-Videos .videoMain {
  width: 100%;
  opacity: 1;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.smartInnerpage1 .VideosImgSwiper {
  width: 23%;
  height: 600px;
}
.smartInnerpage1 .VideosImgSwiper .VideosImg-one {
  width: 100%;
  position: relative;
  cursor: pointer;
  height: calc((100% / 3) - 20px);
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
}
.smartInnerpage1 .VideosImgSwiper .VideosImg-one video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartInnerpage1 .VideosImgSwiper .VideosImg-one .VideosImg-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.smartInnerpage1 .VideosImgSwiper .VideosImg-active .VideosImg-mask {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.smartInnerpage1 .VideosImgSwiper1 {
  width: 100%;
  display: none;
  margin-top: 14px;
}
.smartInnerpage1 .VideosImgSwiper1 .VideosImg-one1 {
  width: 25%;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  overflow: hidden;
  background: #fff;
}
.smartInnerpage1 .VideosImgSwiper1 .VideosImg-one1 video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartInnerpage1 .VideosImgSwiper1 .VideosImg-one1 .VideosImg-mask1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
}
.smartInnerpage1 .VideosImgSwiper1 .VideosImg-active1 .VideosImg-mask1 {
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.innerPage-news .newInnerPage-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerPage-news .newInnerPage-btn {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.innerPage-news .newInnerPage-btn .newSwiper-btn-pre {
  margin-right: 10px;
}
.innerPage-news .newInnerPage-btn p {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid #D72121;
  background: transparent;
  color: #D72121;
  cursor: pointer;
  transition: 0.5s;
}
.innerPage-news .newInnerPage-btn p:hover {
  background: #D72121;
  color: #fff;
  transition: 0.5s;
}
.innerPage-news .newInnerPageSwiper-outer {
  overflow: hidden;
  width: calc((100vw - 100%)/2 + 1200px);
}
.innerPage-news .news-swiper-slide {
  background: #F8F8F8;
  margin-right: 40px;
  width: 30%;
}
.innerPage-news .news-swiper-slide .news-swiper-img {
  width: 100%;
  overflow: hidden;
}
.innerPage-news .news-swiper-slide .news-swiper-img img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.innerPage-news .news-swiper-slide .news-swiper-main {
  width: 100%;
  padding: 12% 10% 10%;
}
.innerPage-news .news-swiper-slide .news-swiper-main .news-title {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innerPage-news .news-swiper-slide .news-swiper-main .news-desc {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
}
.innerPage-news .news-swiper-slide .news-swiper-main .news-swiper-main-more {
  margin-top: 10%;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
  position: relative;
}
.innerPage-news .news-swiper-slide .news-swiper-main .news-swiper-main-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #0B57B5;
  transition: 0.5s;
}
.innerPage-news .news-swiper-slide:hover .news-swiper-img {
  overflow: hidden;
}
.innerPage-news .news-swiper-slide:hover .news-swiper-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.innerPage-news .news-swiper-slide:hover .news-swiper-main-more::before {
  width: 100%;
  transition: 0.5s;
}
.nside-detail {
  width: 100%;
  padding: 15px 0px 25px;
  margin-top: 120px;
  background: #f8f8f8;
}
.nside-detail .nside-detail-inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nside-detail .nside-detail-inner .el-icon-arrow-right {
  margin: 8px 10px 0px;
  font-size: 16px;
  color: #666666;
}
.nside-detail .nside-detail-inner svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 8px;
}
.nside-detail .nside-detail-inner a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  transition: 0.5s;
  white-space: nowrap;
  margin-top: 10px;
}
.nside-detail .nside-detail-inner a:hover {
  color: #FF000C;
  transition: 0.5s;
}
.nside-detail .nside-detail-inner .lastA {
  color: #FF000C;
  white-space: normal;
}
.proDetailTitle {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.proDetailTitle p {
  width: 100%;
}
.proDetailTitle img {
  display: block;
  margin-top: 10px;
}
.relatedProducts {
  background: #222222;
  background: url('../images/changxing/relatedProducts-back.png') no-repeat;
  background-size: 100% 100%;
}
.relatedProducts .proDetailTitle {
  color: #fff;
}
.relatedProducts .relatedProductsSwiper {
  overflow: hidden;
  width: 100%;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
  width: 32%;
  margin-right: 30px;
  background: transparent;
  transition: 0.5s;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  padding: 40px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img img {
  max-width: 60%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  -webkit-box-reflect: below 4px -webkit-linear-gradient(bottom, rgba(69, 56, 56, 0.3), transparent 20%, transparent);
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p {
  background: transparent;
  padding: 0 20px;
  text-align: center;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 18px;
  color: #FFFFFF;
  line-height: 20px;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img {
  overflow: hidden;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide:hover .relatedProducts-img-p p {
  color: #ED1C24;
  transition: 0.5s;
}
.processProducts .processProducts-mainImg {
  width: 100%;
  overflow: hidden;
}
.processProducts .processProducts-mainImg img {
  width: 100%;
}
.introsProducts .proDetailTitle {
  margin-bottom: 30px;
}
.introsProducts .proDetailDesc-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}
.introsProducts .proDetailDesc-line .proDetailDesc-line-p1 {
  width: 184px;
  height: 5px;
  background: #0B57B5;
  border-radius: 3px;
  margin-right: 9px;
}
.introsProducts .proDetailDesc-line .proDetailDesc-line-p2 {
  width: 6px;
  height: 6px;
  background: #FF000C;
  border-radius: 50%;
}
.introsProducts .introsProducts-mainCon {
  width: 100%;
  position: relative;
  margin: 60px 0 50px;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-img {
  width: 70%;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-img img {
  width: 100%;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one {
  display: flex;
  margin-bottom: 12%;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one img {
  width: 33px;
  margin-right: 30px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one:hover {
  color: #FF000C;
  transition: 0.5s;
}
.introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one:hover img {
  transform: rotateY(180deg);
  transition: 0.8s;
}
.introsProducts .introsProducts-mainCon1 {
  width: 100%;
  margin: 60px 0 50px;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-img img {
  width: 30%;
  z-index: 5;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail {
  background: #F8F8F8;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 28px 8px 26px;
  margin-top: -60px;
  z-index: 10;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one .img {
  height: 50px;
  margin-bottom: 12px;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one img {
  max-height: 50px;
  margin-bottom: 12px;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one:hover {
  color: #FF000C;
  transition: 0.5s;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one:hover img {
  transform: rotateY(180deg);
  transition: 0.8s;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one::after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #E8E8E8;
}
.introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one-other::after {
  width: 0;
}
.page-link {
  width: 100%;
}
.page-link .page-link-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-link .page-link-a {
  width: 40%;
  padding: 14px 20px 14px 0;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.page-link .page-link-a .page-link-word {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
.page-link .page-link-a .page-link-main {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  margin-top: 12px;
  justify-content: space-between;
}
.page-link .page-link-a .page-link-main p {
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-link .page-link-a .page-link-main img {
  display: block;
  width: 18px;
  transition: 0.5s;
}
.page-link .page-link-a:hover .page-link-main {
  color: #FF000C;
  transition: 0.5s;
}
.page-link .page-link-a:hover .page-link-main img {
  transform: translateX(20px);
  transition: 0.5s;
}
.page-link .page-link-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #FF000C;
  transition: 0.5s;
}
.page-link .page-link-a:hover::after {
  width: 100%;
  transition: 0.5s;
}
.imgsProducts {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.imgsProducts .imgsProducts-none {
  width: 36.3%;
  opacity: 0;
  z-index: -1;
}
.imgsProducts .imgsProducts-one {
  position: absolute;
  top: 0;
}
.imgsProducts .imgsProducts-one .imgsProducts-one-inner {
  position: relative;
}
.imgsProducts .imgsProducts-one .imgsProducts-one-inner img {
  width: 100%;
}
.imgsProducts .imgsProducts-one .imgsProducts-one-inner p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  position: absolute;
  bottom: 60px;
  text-align: center;
  left: 0;
}
.imgsProducts .imgsProducts-one1 {
  width: 36.3%;
  left: 0;
}
.imgsProducts .imgsProducts-one1 .imgsProducts-one-inner p {
  width: 80%;
}
.imgsProducts .imgsProducts-one2 {
  left: 28.5%;
  width: 39.8%;
}
.imgsProducts .imgsProducts-one2 .imgsProducts-one-inner p {
  width: 80%;
}
.imgsProducts .imgsProducts-one3 {
  left: 60.5%;
  width: 39.4%;
}
.imgsProducts .imgsProducts-one3 .imgsProducts-one-inner p {
  width: 80%;
}
.mainConProducts {
  width: 100%;
  background: url('../images/changxing/pro-detail-back.png') no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.mainConProducts .mainConProducts-word {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.mainConProducts .mainConProducts-word img {
  width: 50px;
  display: block;
}
.mainConProducts .mainConProducts-word div {
  width: 32%;
  font-size: 14px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: right;
}
.mainConProducts .mainConProducts-word div .mainConProducts-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'AlimamaShuHeiTi';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.mainConProducts .mainConProducts-infor {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  min-height: 100px;
  padding: 14px 0;
}
.mainConProducts .mainConProducts-infor .mainConProducts-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}
.mainConProducts .mainConProducts-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.mainConProducts .mainConProducts-swiper {
  width: 100%;
  position: relative;
}
.mainConProducts .mainConProducts-swiper .swiper-slide {
  padding-bottom: 130px;
  cursor: pointer;
}
.mainConProducts .mainConProducts-swiper .swiper-slide img {
  width: 30%;
  max-width: 30%;
  display: block;
  margin: 0 auto;
}
.mainConProducts .mainConProducts-swiper .decoration {
  position: absolute;
  top: 30px;
  right: 0;
  width: 50px;
  height: 100%;
}
.mainConProducts .mainConProducts-swiper .decoration .decoration-line {
  width: 50px;
  height: 1px;
  background: #FFFFFF;
  margin-bottom: 60px;
}
.mainConProducts .mainConProducts-swiper .decoration img {
  width: 36px;
  margin-left: 14px;
  display: block;
}
.mainConProducts .rightImg {
  width: 100%;
}
.mainConProducts .rightImg .swiper-slide {
  width: 100px;
  cursor: pointer;
  padding: 12px 0;
}
.mainConProducts .rightImg .swiper-slide img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.mainConProducts .mainConProducts-btn {
  min-width: 186px;
  margin-top: 14px;
  cursor: pointer;
  padding: 10px 12px;
  height: 40px;
  background: #FF000C;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mainConProducts .mainConProducts-btn img {
  margin-right: 10px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.mainConProducts .mainConProducts-btn p {
  position: relative;
}
.mainConProducts .mainConProducts-btn p::after {
  position: absolute;
  content: attr(data-word);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: 0.5s;
}
.mainConProducts .mainConProducts-btn:hover img {
  transform: rotateY(360deg);
  transition: 0.5s;
}
.mainConProducts .mainConProducts-btn:hover p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.mainConProducts .mainConProducts-a {
  width: 25%;
  display: flex;
  align-items: center;
}
.mainConProducts .mainConProducts-a .mainConProducts-icon {
  width: 40px;
  height: 40px;
  background: #FF000C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainConProducts .mainConProducts-a .mainConProducts-icon img {
  width: 50%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.8s;
}
.mainConProducts .mainConProducts-a .mainConProducts-main {
  margin-left: 12px;
}
.mainConProducts .mainConProducts-a .mainConProducts-name {
  font-size: 14px;
  font-weight: 400;
  color: #DDDDDD;
  line-height: 30px;
  transition: 0.5s;
}
.mainConProducts .mainConProducts-a .mainConProducts-val {
  font-size: 16px;
  font-weight: 400;
  font-family: 'LamaSans-Regular';
  color: #FFFFFF;
  line-height: 20px;
}
.mainConProducts .mainConProducts-a:hover .mainConProducts-icon img {
  transform: rotateY(360deg);
  transition: 0.8s;
}
.mainConProducts .mainConProducts-a:hover .mainConProducts-name {
  color: #FFFFFF;
  transition: 0.5s;
}
.mainConProducts .mainConProducts-a:hover .mainConProducts-val {
  transition: 0.5s;
}
.detail-inner {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}
.detail-inner .detail-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.detail-inner .renews-detail-main {
  justify-content: space-between;
  /* 隐藏滚动条 */
  /* 隐藏滚动条轨道 */
  /* 隐藏滚动条拇指 */
}
.detail-inner .renews-detail-main .detail-content {
  margin-top: 40px;
}
.detail-inner .renews-detail-main .detail-content p {
  text-align: left !important;
}
.detail-inner .renews-detail-main .page-link-inner {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
}
.detail-inner .renews-detail-main .page-link .page-link-a {
  width: calc(50% - 12px);
}
.detail-inner .renews-detail-main .renews-list-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .renews-detail-main .renews-detail-main-left {
  width: 70%;
}
.detail-inner .renews-detail-main .renews-detail-main-right {
  width: 25%;
}
.detail-inner .renews-detail-main .renews-list-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 100vh;
  overflow-y: auto;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-track {
  display: none;
}
.detail-inner .renews-detail-main .renews-list-data::-webkit-scrollbar-thumb {
  display: none;
}
.detail-inner .renews-detail-main .renewsSwiper {
  width: 100%;
  overflow: hidden;
  display: none;
}
.detail-inner .renews-detail-main .renews-swiper-slide {
  width: 100%;
  margin-top: 30px;
  background: #F8F8F8;
  padding-bottom: 20px;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-img img {
  display: block;
  max-width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
  margin-top: 16px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-desc {
  font-size: 16px;
  padding: 0 10px;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  /*弹性伸缩盒子*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 2;
  /*可以显示的行数，超出部分用...表示*/
  text-overflow: ellipsis;
  /*（多行文本的情况下，用省略号“…”隐藏溢出范围的文本)*/
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img {
  overflow: hidden;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-img img {
  transform: scale(1.1);
  transition: 0.5s;
}
.detail-inner .renews-detail-main .renews-swiper-slide:hover .renews-list-main-one-word {
  color: #ED1C24;
  transition: 0.5s;
}
.detail-inner .detail-main-title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 22px;
}
.detail-inner .detail-main-time {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 14px;
}
.news-detail-inner {
  width: 100%;
  margin-bottom: 100px;
  padding-top: 0px;
  margin-top: -30px;
}
.news-detail-inner .relatedNews {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.news-detail-inner .relatedNews-title {
  font-size: 18px;
  font-family: 'LamaSans-Regular';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 20px;
}
.news-detail-inner .relatedNewsSwiper {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide {
  width: 30%;
  margin-right: 30px;
  border-bottom: 2px solid #ccc;
  position: relative;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img {
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover .relatedNewsSwiper-img img {
  transform: scale(1.2);
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  width: 0px;
  height: 2px;
  transition: 0.5s;
  background: #21bce7;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-swiper-slide:hover::after {
  width: 100%;
  transition: 0.5s;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p {
  font-size: 18px;
  font-family: 'LamaSans-Medium';
  font-weight: 500;
  color: #333333;
  line-height: 22px;
  padding: 20px 12px;
  text-align: center;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img-p p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img {
  width: 100%;
  overflow: hidden;
}
.news-detail-inner .relatedNewsSwiper .relatedNewsSwiper-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
#detailImage {
  width: 300px;
  display: none;
  position: absolute;
  right: calc(35% - 300px);
  top: -100px;
  height: 300px;
  z-index: 3;
  background: #ffffff;
}
.detail-content {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
}
.detail-content p {
  text-align: center !important;
}
.detail-content img {
  max-width: 100%;
  display: block;
}
.detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px !important;
  border: 0;
}
.detail-content table th {
  background: transparent;
  color: #666;
  border: 1px solid #999;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.detail-content table tr:first-child td {
  color: #666;
  font-size: 16px;
  padding: 12px 8px;
  line-height: 30px;
  text-align: center;
}
.detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #CCC7BA;
  color: #666;
  font-size: 16px;
  padding: 10px;
  white-space: nowrap;
}
.mapInnerpage .innerPage-inner {
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one {
  width: 50%;
  padding: 52px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  align-items: center;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .line {
  width: 60px;
  height: 22px;
  background: #FF000C;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin-bottom: 14px;
}
.mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
  width: 100%;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a {
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  margin-top: 20px;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:hover {
  color: #FF000C;
  transition: 0.5s;
}
.mapInnerpage .innerPage-map-one .innerPage-map-second a:nth-of-type(1) {
  margin-top: 0;
}
@media only screen and (max-width: 1440px) {
  .mainConProducts .mainConProducts-word div {
    width: 50%;
  }
  .mainConProducts {
    padding: 80px 0;
  }
  .proDetailTitle {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .innerPage-process .processSwiper-top {
    padding: 32px 32px 20px;
  }
  .mainConProducts .mainConProducts-swiper .swiper-slide {
    padding-bottom: 90px;
  }
  .mainConProducts .mainConProducts-btn {
    min-width: 160px;
    padding: 10px 6px;
    height: 38px;
    line-height: 38px;
  }
  .innerPage-process .processSwiper-top .processSwiper-img .img {
    width: 50px;
    height: 50px;
  }
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 28px;
    margin-bottom: 8px;
    line-height: 26px;
  }
  .innerPage-process .processSwiper-p {
    padding: 20px 32px;
  }
  .innerPage-contact .innerPage-inner .form .formButton-box {
    margin-top: 40px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    line-height: 28px;
    margin: 8px 0 4px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 52px;
    height: 52px;
  }
  .innerPage-contact .innerPage-inner .contacti-desc {
    line-height: 26px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    padding: 40px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 24px;
    line-height: 28px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 16px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 36px 0;
  }
  .detail-inner {
    padding: 50px 0;
  }
  .page-link .page-link-a .page-link-main {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 22px;
  }
  .detail-inner .renews-detail-main .detail-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
    margin-top: 12px;
    font-size: 16px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-desc {
    font-size: 14px;
    margin-top: 5px;
  }
  .innerPage-pros-classify {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .innerPage-pros-classify a {
    margin-bottom: 0;
    font-size: 16px;
    border-radius: 12px;
    width: 40%;
    margin-right: 24px;
  }
  .innerPageLast {
    padding-bottom: 80px;
  }
  .innerPage {
    padding-top: 80px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 50px;
  }
  .innerPage-news .newInnerPage-btn {
    margin-bottom: 50px;
  }
  .innerPage-about .innerPage-about-img {
    margin-top: 50px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 50px;
  }
  .innerPage-aboutbottom .aboutbottom-con {
    margin-top: 15px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 42px;
    line-height: 60px;
  }
  .innerPage .innerPage-title .innerPage-title-other {
    font-size: 16px;
    line-height: 30px;
  }
  .smartInnerpage .productionSwiper {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .mainConProducts {
    padding: 70px 0;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-name {
    line-height: 26px;
  }
  .imgsProducts .imgsProducts-one .imgsProducts-one-inner p {
    font-size: 16px;
    bottom: 20px;
  }
  .innerPage-about .innerPage-about-logo a {
    width: 200px;
  }
  .innerPage-cooperate .cooperateMap-p {
    padding: 40px 5%;
    font-size: 14px;
    line-height: 26px;
  }
  .innerPage-process .swiper-slide {
    margin-right: 30px;
    width: calc(50% - 30px);
  }
  .innerPage-process .processSwiper-top {
    padding: 24px 28px 20px;
  }
  .innerPage-process .processSwiper-p {
    padding: 20px 28px;
  }
  .innerPage-contact .innerPage-inner .form .formButton1 {
    font-size: 16px;
  }
  .innerPage-contact .innerPage-inner .form .formButton .upLoad {
    height: 50px;
    font-size: 16px;
  }
  .innerPage-contact .innerPage-inner .form .formButton-box {
    margin-top: 30px;
  }
  .innerPage-contact .innerPage-inner .form .formButton {
    height: 50px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    padding: 32px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 20px;
    line-height: 24px;
  }
  .nside-detail .nside-detail-inner {
    width: 90%;
  }
  .detail-inner {
    padding: 40px 0;
  }
  .detail-inner .detail-main-title {
    font-size: 22px;
  }
  .nside-detail {
    margin-top: 80px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 16px;
  }
  .smartInnerpage1 .innerPage-inner-Videos {
    width: 70%;
  }
  .smartInnerpage1 .VideosImgSwiper {
    width: 25%;
    height: 540px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-swiper-main-more {
    margin-top: 6%;
    padding-top: 26px;
  }
  .smartInnerpage .productionSwiper .swiper-slide {
    width: 35%;
  }
  .innerPage-news .news-swiper-slide {
    margin-right: 26px;
    width: 32%;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main {
    padding: 8% 6% 8%;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 38px;
  }
  .innerPage .innerPage-title .innerPage-title-other {
    font-size: 14px;
  }
  .innerPageLast {
    padding-bottom: 70px;
  }
  .innerPage {
    padding-top: 70px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 42px;
  }
  .innerPage-news .newInnerPage-btn {
    margin-bottom: 42px;
  }
  .innerPage-about .innerPage-about-img {
    margin-top: 42px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 42px;
  }
  .innerPage-aboutbottom .aboutbottom-con {
    margin-top: 12px;
  }
  .innerPage-about .innerPage-about-img img {
    width: 90%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .mainConProducts .mainConProducts-word div {
    width: 90%;
  }
  .mainConProducts {
    padding: 50px 0;
  }
  .mainConProducts .mainConProducts-swiper .decoration {
    top: 8px;
    width: 38px;
  }
  .mainConProducts .mainConProducts-swiper .decoration .decoration-line {
    width: 38px;
    margin-bottom: 40px;
  }
  .mainConProducts .mainConProducts-swiper .decoration img {
    width: 32px;
    margin-left: 6px;
  }
  .mainConProducts .mainConProducts-infor {
    height: 80px;
  }
  .mainConProducts .mainConProducts-swiper .swiper-slide {
    padding-bottom: 70px;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-name {
    font-size: 12px;
    line-height: 20px;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-val {
    font-size: 14px;
    line-height: 18px;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-icon {
    width: 32px;
    height: 32px;
  }
  .mainConProducts .mainConProducts-btn img {
    margin-right: 8px;
    width: 14px;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-main {
    margin-left: 8px;
  }
  .introsProducts .introsProducts-mainCon1 {
    margin: 40px 0 40px;
  }
  .imgsProducts .imgsProducts-one .imgsProducts-one-inner p {
    font-size: 14px;
  }
  .introsProducts .proDetailDesc-line {
    margin-top: 26px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail {
    padding: 20px 8px 20px;
    margin-top: -40px;
  }
  .detail-content {
    font-size: 14px;
    line-height: 24px;
  }
  .introsProducts .proDetailDesc-line .proDetailDesc-line-p1 {
    width: 164px;
    height: 4px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one {
    margin-bottom: 8%;
    font-size: 14px;
    line-height: 24px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one img {
    max-height: 40px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one .img {
    height: 40px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one img {
    width: 26px;
    margin-right: 14px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail {
    width: 44%;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one {
    font-size: 14px;
    line-height: 22px;
  }
  .page-link .page-link-a .page-link-main {
    font-size: 14px;
  }
  .proDetailTitle img {
    margin-top: 6px;
  }
  .proDetailTitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor {
    top: -6px;
    width: 120px;
    border-radius: 25px;
    left: 40px;
  }
  .innerPage-cooperate .cooperateMap-p {
    padding: 26px 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .innerPage-process .processSwiper-top .processSwiper-val {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .innerPage-process .processSwiper-p {
    min-height: 150px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 16px;
    line-height: 20px;
    width: 40%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 60%;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    font-size: 14px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 26px 0;
  }
  .detail-inner .renews-detail-main .renews-detail-main-right {
    width: 28%;
  }
  .detail-inner .renews-detail-main .renews-detail-main-left {
    width: 70%;
  }
  .innerPage-pros-classify a {
    font-size: 14px;
    border-radius: 8px;
    margin-right: 20px;
    padding: 8px 20px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 14px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-title {
    font-size: 16px;
  }
  .innerPage-news .news-swiper-slide {
    margin-right: 20px;
    width: 28%;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main {
    padding: 30px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-desc {
    font-size: 14px;
    margin-top: 8px;
  }
  .smartInnerpage .productionSwiper {
    padding-bottom: 40px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 34px;
  }
  .innerPageLast {
    padding-bottom: 50px;
  }
  .innerPage-about .innerPage-about-logo p {
    max-width: calc(90% - 300px);
  }
  .innerPage-about .innerPage-about-p p {
    width: 60%;
  }
  .innerPage-aboutbottom .innerPage-about-main {
    margin: 20px 0 14px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-title {
    font-size: 16px;
    line-height: 20px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-p {
    margin-top: 5px;
  }
  .innerPage {
    padding-top: 50px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 36px;
  }
  .innerPage-news .newInnerPage-btn {
    margin-bottom: 36px;
  }
  .innerPage-about .innerPage-about-img {
    margin-top: 36px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 36px;
  }
  .innerPage-aboutbottom .aboutbottom-con {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .mainConProducts .mainConProducts-infor {
    position: relative;
    bottom: 0;
    left: 0;
    height: auto;
    padding: 24px 0 0;
  }
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 16px;
  }
  .mainConProducts .mainConProducts-word {
    margin-bottom: 40px;
  }
  .mainConProducts .mainConProducts-swiper .swiper-slide img {
    width: 40%;
    max-width: 40%;
  }
  .mainConProducts .mainConProducts-swiper .swiper-slide {
    padding-bottom: 30px;
  }
  .mainConProducts .mainConProducts-infor .mainConProducts-inner {
    justify-content: flex-start;
  }
  .mainConProducts .mainConProducts-a {
    width: 50%;
    margin-bottom: 24px;
  }
  .mainConProducts .mainConProducts-btn {
    margin-bottom: 24px;
  }
  .mainConProducts {
    padding: 50px 0 0;
  }
  .proDetailTitle {
    font-size: 18px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one {
    margin-bottom: 6%;
    font-size: 12px;
    line-height: 20px;
  }
  .introsProducts .introsProducts-mainCon {
    margin: 40px 0 40px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one img {
    width: 20px;
    margin-right: 10px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail {
    width: 50%;
  }
  .introsProducts .introsProducts-mainCon1 {
    margin: 30px 0 30px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one img {
    max-height: 26px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one .img {
    height: 30px;
  }
  .innerPage-process .swiper-slide {
    margin-right: 18px;
    width: calc(50% - 18px);
    border-radius: 6px;
  }
  .innerPage-process .processSwiper-p {
    padding: 14px 20px;
  }
  .innerPage-process .processSwiper-top {
    padding: 18px 20px 20px;
  }
  .innerPage-process .processSwiper-top .processSwiper-img .img {
    width: 44px;
    height: 44px;
  }
  .innerPage-contact .innerPage-inner .innerPage-title {
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-inner .form .formButton-box {
    margin-top: 22px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    margin-bottom: 20px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    flex-wrap: wrap;
  }
  .innerPage-contact .innerPage-inner .contacti-type p {
    width: 50%;
    padding-right: 12px;
    margin-right: 0;
    text-align: left;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type {
    width: 50%;
  }
  .mapInnerpage .innerPage-map-one {
    width: 100%;
  }
  .detail-inner {
    padding: 30px 0;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 14px;
  }
  .nside-detail .nside-detail-inner .el-icon-arrow-right {
    margin: 8px 6px 0px;
    font-size: 14px;
  }
  .detail-inner .detail-main-title {
    font-size: 18px;
    line-height: 20px;
  }
  .detail-inner .renews-detail-main .page-link-inner {
    margin-top: 20px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 18px;
    padding: 15px 0;
  }
  .detail-inner .renews-detail-main .renews-detail-main-left {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-detail-main-right {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-list-data {
    display: none;
  }
  .detail-inner .renews-detail-main .renewsSwiper {
    display: block;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
    margin-top: 10px;
    font-size: 14px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-desc {
    font-size: 12px;
    margin-top: 2px;
    line-height: 20px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    width: 33%;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  .nside-detail {
    margin-top: 70px;
    padding: 12px 0px 20px;
  }
  .innerPage-pros-classify {
    margin-bottom: 34px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-one {
    margin-bottom: 15px;
  }
  .innerPage-pros .innerPage-inner .innerPage-prosData .pages {
    margin-top: 20px;
  }
  .smartInnerpage1 .innerPage-Videos {
    flex-wrap: wrap;
  }
  .smartInnerpage1 .innerPage-inner-Videos {
    width: 100%;
  }
  .smartInnerpage1 .VideosImgSwiper {
    display: none;
  }
  .smartInnerpage1 .VideosImgSwiper1 {
    display: block;
  }
  .innerPage-news .newInnerPage-btn p {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .innerPage-news .news-swiper-slide {
    margin-right: 16px;
    width: 22%;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main {
    padding: 20px;
  }
  .smartInnerpage .productionSwiper .swiper-slide {
    width: 42%;
  }
  .smartInnerpage .productionSwiper .swiper-slide p {
    top: 15px;
    padding: 6px 14px;
    font-size: 14px;
  }
  .smartInnerpage .productionSwiper .productionSwiper_slide_active p {
    right: 14px;
  }
  .smartInnerpage .productionSwiper .swiper-scrollbar-drag {
    height: 2px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 28px;
    line-height: 46px;
  }
  .innerPageLast {
    padding-bottom: 42px;
  }
  .innerPage-about .innerPage-about-p p {
    width: 80%;
  }
  .innerPage-aboutbottom .innerPage-about-main {
    margin: 8px 0 14px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-title {
    font-size: 16px;
    line-height: 20px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-p {
    margin-top: 5px;
    line-height: 22px;
  }
  .innerPage {
    padding-top: 42px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 30px;
  }
  .innerPage-news .newInnerPage-btn {
    margin-bottom: 30px;
  }
  .innerPage-about .innerPage-about-img {
    margin-top: 24px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 24px;
  }
  .innerPage-aboutbottom .aboutbottom-con {
    margin-top: 6px;
  }
  .innerPage-about .innerPage-about-logo p {
    max-width: calc(100% - 300px);
  }
  .innerPage-about .innerPage-about-img img {
    width: 100%;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 640px) {
  .innerPage-pros-classify a {
    line-height: 16px;
  }
  .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide {
    width: 35%;
    margin-right: 18px;
  }
  .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img {
    border-radius: 10px;
    padding: 20px 0 20px;
  }
  .proDetailTitle {
    margin-bottom: 24px;
  }
  .relatedProducts .relatedProductsSwiper .relatedProducts-swiper-slide .relatedProducts-img-p p {
    font-size: 14px;
    margin-top: 12px;
    line-height: 18px;
  }
  .imgsProducts .imgsProducts-one .imgsProducts-one-inner p {
    font-size: 12px;
    line-height: 18px;
  }
  .imgsProducts .imgsProducts-one3 .imgsProducts-one-inner p {
    left: 10%;
    bottom: 10px;
  }
  .proDetailTitle {
    font-size: 16px;
  }
  .mainConProducts .mainConProducts-word img {
    width: 36px;
  }
  .mainConProducts .mainConProducts-word div {
    font-size: 12px;
    line-height: 20px;
  }
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 18px;
  }
  .introsProducts .proDetailTitle {
    margin-bottom: 18px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one {
    width: 50%;
    margin-bottom: 16px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one:nth-of-type(2)::after {
    width: 0;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail {
    flex-wrap: wrap;
  }
  .introsProducts .introsProducts-mainCon1 {
    margin: 22px 0 22px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one {
    font-size: 12px;
    line-height: 18px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail {
    padding: 16px 6px 0;
    margin-top: -24px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one .img {
    margin-bottom: 8px;
  }
  .innerPage-cooperate .cooperateMap .dot-other .p-dot {
    width: 6px;
    height: 6px;
  }
  .innerPage-cooperate .cooperateMap .dot-other::after {
    width: 6px;
    height: 6px;
  }
  .innerPage-cooperate .cooperateMap .dot-other {
    width: 6px;
    height: 6px;
  }
  .innerPage-cooperate .cooperateMap .dot-other::before {
    width: 6px;
    height: 6px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-other-special {
    width: 12px;
    height: 12px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor {
    top: -14px;
    width: 100px;
    left: 22px;
  }
  .innerPage-cooperate .cooperateMap-p {
    padding: 20px 20px;
    font-size: 12px;
    line-height: 20px;
    margin-top: -30px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor {
    top: 16px;
    width: 92px;
    left: -3px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-other-special .p-dot {
    width: 12px;
    height: 12px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-other-special::after {
    width: 12px;
    height: 12px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-other-special::before {
    width: 12px;
    height: 12px;
  }
  @keyframes aniMapDotInner {
    0% {
      width: 6px;
      height: 6px;
      opacity: 1;
      background: #909090;
    }
    100% {
      width: 22px;
      height: 22px;
      opacity: 0;
      background: #f8f8f8;
    }
  }
  @keyframes aniMapDotInner1 {
    0% {
      width: 12px;
      height: 12px;
      opacity: 1;
      background: rgba(255, 0, 12, 0.2);
    }
    100% {
      width: 32px;
      height: 32px;
      opacity: 0;
      background: rgba(255, 0, 12, 0.1);
    }
  }
  .innerPage-process .swiper-slide {
    width: 60%;
  }
  .innerPage-process .swiper-scrollbar-processSwiper {
    bottom: -26px;
  }
  .innerPage-contact .innerPage-inner .innerPage-title {
    margin-bottom: 14px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    min-height: 40px;
  }
  .detail-inner .detail-main-title {
    font-size: 16px;
  }
  .page-link .page-link-inner {
    flex-wrap: wrap;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    padding: 22px 0;
  }
  .detail-inner .renews-detail-main .page-link-inner {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    width: 35%;
    margin-right: 12px;
  }
  .detail-inner .renews-detail-main .page-link .page-link-a {
    width: 100%;
  }
  .page-link .page-link-inner .page-link-a {
    width: 100%;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 16px;
    padding: 12px 0;
  }
  .detail-inner {
    padding: 26px 0;
  }
  .page-link .page-link-a {
    padding: 10px 16px 10px 0;
  }
  .page-link .page-link-a .page-link-main {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-img {
    padding: 20px 0 30px;
  }
  .innerPage-pros-classify a {
    padding: 8px 8px;
  }
  .innerPage-pros-classify {
    margin-bottom: 28px;
  }
  .innerPage-news .news-swiper-slide {
    margin-right: 12px;
    width: 45%;
  }
  .innerPage-news .newInnerPageSwiper-outer {
    width: 100%;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-title {
    font-size: 14px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-swiper-main-more {
    margin-top: 12px;
    padding-top: 12px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main {
    padding: 12px;
  }
  .innerPage-news .news-swiper-slide .news-swiper-main .news-desc {
    font-size: 12px;
    margin-top: 2px;
    line-height: 20px;
    min-height: 40px;
  }
  .smartInnerpage .productionSwiper .swiper-slide p {
    top: 10px;
    padding: 4px 10px;
    font-size: 12px;
  }
  .smartInnerpage .productionSwiper .productionSwiper_slide_active p {
    right: 10px;
  }
  .smartInnerpage .productionSwiper {
    padding-bottom: 26px;
    padding-top: 12px;
  }
  .smartInnerpage .productionSwiper .swiper-slide {
    width: 50%;
  }
  .innerPage-about .innerPage-about-logo {
    flex-wrap: wrap;
  }
  .innerPage-about .innerPage-about-logo p {
    width: 100%;
    max-width: 100%;
  }
  .innerPage-about .innerPage-about-logo a {
    width: 150px;
    height: 43px;
    margin-bottom: 16px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 20px;
    width: 100%;
  }
  .innerPage-about .innerPage-about-logo p {
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-about .innerPage-about-img {
    margin-top: 14px;
  }
  .innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .innerPage-about-intro-title {
    font-size: 12px;
    line-height: 20px;
  }
  .innerPage-aboutbottom .innerPage-about-main {
    margin: 0px 0 22px;
  }
  .innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one::before {
    bottom: 2px;
    left: 20px;
  }
  .innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .about-intro-dot {
    width: 5px;
    margin-left: 6px;
    height: 5px;
  }
  .innerPage-aboutbottom .innerPage-about-intro .innerPage-about-intro-one .about-intro-line {
    margin: 2px 8px 4px;
    height: 14px;
  }
  .innerPage-about .innerPage-about-p {
    font-size: 12px;
    line-height: 22px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-title {
    font-size: 14px;
  }
  .innerPage-aboutbottom .innerPage-about-main .innerPage-about-intro-p {
    margin-top: 2px;
    line-height: 20px;
    font-size: 12px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 12px;
  }
  .innerPage {
    padding-top: 32px;
  }
  .innerPageLast {
    padding-bottom: 32px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 20px;
  }
  .innerPage-news .newInnerPage-btn {
    margin-bottom: 20px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 24px;
  }
  .innerPage .innerPage-title .innerPage-title-other {
    font-size: 12px;
  }
}
@media only screen and (max-width: 520px) {
  .innerPage-about .innerPage-about-logo p {
    line-height: 20px;
  }
  .mainConProducts {
    padding: 30px 0 0;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-val {
    font-size: 12px;
  }
  .mainConProducts .mainConProducts-btn img {
    margin-right: 6px;
    width: 12px;
  }
  .mainConProducts .mainConProducts-btn {
    min-width: 140px;
    padding: 10px 10px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  .mainConProducts .mainConProducts-a .mainConProducts-icon {
    width: 24px;
    height: 24px;
  }
  .mainConProducts .mainConProducts-swiper .decoration img {
    width: 22px;
    margin-left: 3px;
  }
  .mainConProducts .mainConProducts-swiper .decoration {
    top: 0px;
    width: 28px;
  }
  .mainConProducts .mainConProducts-swiper .decoration .decoration-line {
    width: 28px;
    margin-bottom: 30px;
  }
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 16px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-img img {
    width: 60%;
  }
  .proDetailTitle {
    font-size: 14px;
    line-height: 24px;
  }
  .introsProducts .proDetailDesc-line {
    margin-top: 14px;
  }
  .introsProducts .proDetailDesc-line .proDetailDesc-line-p1 {
    width: 130px;
    height: 2px;
    margin-right: 5px;
  }
  .introsProducts .proDetailDesc-line .proDetailDesc-line-p2 {
    width: 4px;
    height: 4px;
  }
  .proDetailTitle img {
    margin-top: 2px;
    width: 12px;
  }
  .detail-content {
    font-size: 12px;
    line-height: 18px;
  }
  .introsProducts .proDetailTitle {
    margin-bottom: 12px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail {
    justify-content: flex-start;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail .introsProducts-mainCon-one {
    margin-bottom: 4%;
    font-size: 12px;
    line-height: 18px;
  }
  .introsProducts .introsProducts-mainCon .introsProducts-mainCon-detail {
    width: 100%;
    position: relative;
    left: 0;
    top: 22px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail {
    margin-top: -15px;
  }
  .innerPage-process .swiper-slide {
    width: 70%;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one img {
    max-height: 22px;
  }
  .introsProducts .introsProducts-mainCon1 .introsProducts-mainCon1-detail .introsProducts-mainCon1-one .img {
    height: 22px;
    margin-bottom: 5px;
  }
  .innerPage-process .processSwiper-p {
    font-size: 12px;
    line-height: 20px;
  }
  .innerPage-process .processSwiper-top .processSwiper-img .img {
    width: 34px;
    height: 34px;
  }
  .innerPage-process .processSwiper-top .processSwiper-val {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .innerPage-contact .innerPage-inner .contacti-desc {
    line-height: 22px;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-icon {
    width: 40px;
    height: 40px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 12px;
    line-height: 18px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    width: 100%;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .form .message {
    padding: 10px;
    font-size: 12px;
    line-height: 22px;
    height: 120px;
  }
  .innerPage-contact .innerPage-inner .form .input:nth-last-of-type(1) {
    margin-bottom: 12px;
  }
  .innerPage-contact .innerPage-inner .form .input {
    margin-bottom: 12px;
  }
  .innerPage-contact .innerPage-inner .form .formButton-box {
    margin-top: 12px;
  }
  .innerPage-contact .innerPage-inner .form .formButton .upLoad {
    height: 42px;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .form .formButton1 {
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .form .formButton {
    width: 120px;
    height: 42px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    line-height: 22px;
    margin: 2px 0 2px;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .innerPage-title {
    margin-bottom: 12px;
  }
  .mapInnerpage .innerPage-map-one {
    flex-wrap: wrap;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
    width: auto;
    padding-left: 20px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second .innerPage-map-none {
    width: 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    margin-top: 10px;
  }
  .mapInnerpage .innerPage-map-one {
    padding: 15px 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second a:nth-of-type(1) {
    margin-top: 10px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    margin-bottom: 0;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    width: 100%;
    margin-bottom: 12px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-second {
    width: 100%;
  }
  .detail-inner .detail-main-title {
    font-size: 14px;
  }
  .nside-detail {
    padding: 10px 0px 14px;
  }
  .detail-inner {
    padding: 24px 0;
  }
  .nside-detail .nside-detail-inner a {
    font-size: 12px;
    margin-top: 5px;
  }
  .nside-detail .nside-detail-inner svg {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: 4px;
  }
  .page-link .page-link-a .page-link-main {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide {
    width: 44%;
    margin-right: 10px;
    padding-bottom: 12px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-desc {
    line-height: 18px;
  }
  .detail-inner .renews-detail-main .renews-swiper-slide .renews-list-main-one-word {
    margin-top: 6px;
    font-size: 12px;
  }
  .detail-inner .renews-detail-main .renews-list-title {
    font-size: 14px;
    padding: 8px 0 12px;
  }
  .page-link .page-link-a .page-link-word {
    font-size: 12px;
    line-height: 20px;
  }
  .detail-inner .detail-main-time {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
  .detail-inner .renews-detail-main .detail-content {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .nside-detail {
    margin-top: 60px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-img {
    padding: 20px 0 20px;
  }
  .smartInnerpage1 .VideosImgSwiper1 .VideosImg-one1 {
    width: 33%;
    margin-right: 12px;
  }
  .innerPage-pros .innerPage-inner .innerPage-prosData .pages {
    margin-top: 14px;
  }
  .innerPage-news .news-swiper-slide {
    width: 200px;
  }
  .innerPage-news .newInnerPage-btn p {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .innerPage-aboutbottom .aboutbottom-con {
    display: none;
  }
  .innerPage-aboutbottom .aboutbottomSwiper {
    display: block;
  }
  .innerPage {
    padding-top: 26px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 22px;
    line-height: 40px;
  }
  .innerPageLast {
    padding-bottom: 26px;
  }
  .el-pagination.is-background .btn-next,
  .el-pagination.is-background .btn-prev,
  .el-pagination.is-background .el-pager li {
    margin: 0 4px;
    min-width: 18px;
  }
  .pages .el-pager .number {
    line-height: 24px;
  }
  .pages button {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (max-width: 415px) {
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 14px;
  }
  .innerPage-cooperate .cooperateMap-p {
    padding: 15px 16px;
    line-height: 20px;
    margin-top: -10px;
  }
  .innerPage-cooperate .cooperateMap .dot-special .dot-special-inner .map-infor {
    top: -40px;
    width: 92px;
    left: -34px;
  }
  .innerPage-process .swiper-slide {
    width: 90%;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-type-address {
    width: 100%;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-main {
    font-size: 12px;
    line-height: 18px;
  }
  .innerPage-contact .innerPage-inner .contacti-right .contacti-value-title {
    line-height: 22px;
    margin: 4px 0 4px;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .innerPage-title {
    margin-bottom: 10px;
  }
  .innerPage-contact .innerPage-inner .contacti-right {
    padding: 20px 0 30px;
  }
  .innerPage-contact .innerPage-inner .contacti-desc {
    line-height: 22px;
    font-size: 12px;
  }
  .innerPage-contact .innerPage-inner .contacti-type {
    justify-content: flex-start;
  }
  .innerPage-contact .innerPage-inner .contacti-type p {
    width: auto;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first {
    font-size: 14px;
    line-height: 18px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .line {
    width: 44px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .mapInnerpage .innerPage-map-one .innerPage-map-first .innerPage-map-first-val {
    padding-left: 10px;
  }
  .nside-detail {
    margin-top: 50px;
  }
  .innerPage-pros .innerPage-inner .innerPage-pros-title {
    font-size: 12px;
    margin-top: 6px;
  }
  .innerPage-pros-classify a {
    padding: 4px 8px;
    font-size: 12px;
  }
  .innerPage-pros .innerPage-inner .innerPage-prosData .pages {
    margin-top: 10px;
  }
  .innerPage-pros-classify {
    margin-bottom: 22px;
  }
  .smartInnerpage .productionSwiper .swiper-slide {
    width: 64%;
  }
  .innerPage-about .innerPage-about-logo a {
    display: none;
  }
  .innerPage-aboutbottom .aboutbottomSwiper .swiper-slide {
    width: calc(50% - 12px);
    margin-right: 12px;
  }
  .innerPage-about .innerPage-about-p p {
    margin-top: 8px;
  }
  .innerPage .innerPage-title .innerPage-title-big {
    font-size: 18px;
    line-height: 35px;
  }
  .innerPage .innerPage-title {
    margin-bottom: 12px;
  }
  .detail-content table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin-top: 10px;
    margin-left: 0px !important;
  }
  .detail-content table tbody {
    display: block;
  }
  .detail-content table th {
    font-size: 14px;
  }
  .detail-content table td {
    font-size: 12px;
    padding: 5px;
  }
}
@media only screen and (max-width: 340px) {
  .mapInnerpage .innerPage-map-one .innerPage-map-second a {
    width: 100%;
  }
  .mainConProducts .mainConProducts-word img {
    width: 28px;
  }
  .mainConProducts .mainConProducts-word div .mainConProducts-title {
    font-size: 12px;
  }
  .mainConProducts .mainConProducts-word div {
    line-height: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .innerPage-aboutbottom .aboutbottomSwiper .swiper-slide {
    width: calc(100% - 12px);
  }
}
