.w1600 {
  width: 83.33333vw;
  margin: 0 auto
}

.common_title {
  color: #000;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize
}

.proInfo_banner {
  width: 100%;
  position: relative
}

.proInfo_banner .bg {
  position: absolute;
  width: 50.67708vw;
  right: 0;
  bottom: 0
}

.proInfo_banner .bg img {
  display: block;
  width: 100%
}

.proInfo_banner>img {
  display: block;
  width: 100%
}

.proInfo_banner .img {
  width: 33.59375vw;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 8.33333vw;
  max-height: 33.59375vw;
  bottom: 0
}

.proInfo_banner .img img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.proInfo_banner .txt {
  width: 39.0625vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.33333vw
}

.proInfo_banner .txt .title {
  color: #FFF;
  font-weight: 600;
  line-height: 1.5
}

.proInfo_banner .txt .label {
  margin: 2.08333vw 0 1.04167vw;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2
}

.proInfo_banner .txt .text {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5
}

.sec1 {
  padding: 6.25vw 0
}

.sec1 .wrap .list {
  margin: 3.125vw 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.09792vw
}

.sec1 .wrap .list .item {
  width: 26.97917vw;
  min-height: 15.52083vw;
  background: #EFEEF3;
  text-align: center;
  padding: 2.08333vw 3.64583vw;
  box-shadow: 0 0 1.04167vw transparent;
  transition: 0.6s
}

.sec1 .wrap .list .item .icon {
  width: 4.6875vw;
  height: 4.6875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.6s
}

.sec1 .wrap .list .item .icon img {
  display: block;
  width: 100%
}

.sec1 .wrap .list .item .item_title {
  margin: .52083vw 0 .3125vw;
  color: #000;
  font-weight: 600;
  line-height: 1.66;
  text-transform: capitalize
}

.sec1 .wrap .list .item .item_text {
  color: #000;
  font-weight: 400;
  line-height: 1.5
}

.sec1 .wrap .list .item:hover {
  box-shadow: 0 0 1.04167vw rgba(0, 0, 0, 0.2)
}

.sec1 .wrap .list .item:hover .icon {
  transform: rotateY(360deg)
}

.sec2 {
  padding: 4.16667vw 0 6.25vw;
  background: #EFEEF3;
  position: relative
}

.sec2 .bg {
  width: 27.23958vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

.sec2 .bg img {
  display: block;
  width: 100%
}

.sec2 .bg.bg1 {
  top: -.9375vw
}

.sec2 .bg.bg2 {
  bottom: -3.125vw
}

.sec2 .list {
  margin: 3.125vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw
}

.sec2 .list .img {
  width: 34.27083vw;
  height: 23.4375vw;
  overflow: hidden
}

.sec2 .list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s
}

.sec2 .list .img:hover img {
  transform: scale(1.1)
}

.sec2 .list .img.img1 {
  width: 47.8125vw
}

.sec2 .list .img.img2 {
  width: 26.92708vw
}

.sec3 {
  padding: 6.25vw 0
}

.sec3 .img {
  margin: 3.125vw 0 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center
}

.sec3 .img img {
  display: block;
  width: 100%;
  transition: 1s
}

.sec3 .img .play {
  position: absolute;
  width: 5.20833vw;
  cursor: pointer
}

.sec3 .img .play svg {
  width: 100%
}

.sec3 .img .play svg circle {
  transition: 0.6s
}

.sec3 .img .play:hover svg circle {
  fill-opacity: 1 !important
}

.sec3 .img:hover img {
  transform: scale(1.1)
}

.sec4 .table {
  margin: 3.125vw 0
}
.sec4 .common_img {
  margin-top: 2.6042vw;
  text-align: center;
}
.sec4 .common_img span{
  font-size: 36px;
  text-align: center;
}
.sec4 .common_img span strong{
  font-family: Arial;
}
.sec4 .common_img .pic {
  gap: 10px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.sec4 .common_img .pic .item p {
  font-size: 1.1458vw;
  font-weight: 700;
}
@media (max-width:768px) {
  .sec4 .common_img .pic .item p {
    font-size: 16px;
  }
}
.sec4 .table table {
  /* width: 50%; */
  border-collapse: collapse;
  /* position: relative;
  left: 50%;
  transform: translateX(-50%); */
  margin: 0 auto;
}

.sec4 .table table tr th {
  height: 3.22917vw;
  background: #EFEEF3;
  color: #000;
  text-align: left;
  font-size: 1.04167vw;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 1.04167vw
}

.sec4 .table table tr td {
  text-align: center;
  padding: 0 1.04167vw;
  height: 3.22917vw;
  color: #000;
  font-size: .9375vw;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #D9D9D9
}

.sec4 .table table tr td:nth-child(1) {
  border-left: 1px solid #D9D9D9
}

.sec4 .table table tr td:nth-last-child(1) {
  border-right: 1px solid #D9D9D9
}

.sec4 .c_btn {
  width: 13.85417vw;
  height: 2.08333vw;
  margin: 0 auto
}

.sec4 .c_btn .center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 .46875vw
}

.sec4 .c_btn .icon {
  width: 1.04167vw;
  filter: invert(1);
  transition: 0.6s
}

.sec4 .c_btn .icon img {
  display: block;
  width: 100%
}

.sec4 .c_btn:hover .icon {
  filter: invert(0)
}

.sec5 {
  padding: 6.25vw 0
}

.sec5 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.08333vw 1.25vw;
  margin: 3.125vw 0 0
}

.sec5 .list a {
  width: 100%
}

.sec5 .list a .pic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFEEF3;
  height: 23.95833vw;
  position: relative;
  overflow: hidden
}

.sec5 .list a .pic .pro {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 10;
  transition: all 600ms;
  display: block
}

.sec5 .list a .pic::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #C3CDE4 0%, #688AD7 100%);
  opacity: 0;
  transition: all 600ms
}

.sec5 .list a .pic .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2
}

.sec5 .list a .pic .shadow img {
  width: 26.77083vw;
  transition: all 600ms;
  display: block
}

.sec5 .list a .pic .shadow img:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0
}

.sec5 .list a .text {
  margin: 1.25vw 0
}

.sec5 .list a .text .pt {
  font-weight: 600;
  line-height: 1.5;
  height: 4.6875vw;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden
}

.sec5 .list a .text .num {
  margin: .625vw 0;
  color: #919191;
  line-height: 1.5
}

.sec5 .list a .text .des {
  color: #919191;
  line-height: 1.5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden
}

.sec5 .list a .text .des2 {
  color: #919191;
  line-height: 1.5;
  margin: 1.25vw 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 3.75vw
}

.sec5 .list a .text .c_btn {
  z-index: 10;
  position: relative
}

.sec5 .list a:hover .pic img {
  transform: scale(1.05)
}

.sec5 .list a:hover .pic::after {
  opacity: 1
}

.sec5 .list a:hover .pic .shadow img {
  opacity: 0
}

.sec5 .list a:hover .pic .shadow img:nth-child(2) {
  opacity: 1
}

.sec5 .goList {
  margin: 3.125vw auto 0 auto
}

.contact {
  display: flex;
  margin-bottom: 6.25vw;
  padding: 0 8.33333vw 0 0;
  position: relative;
  align-items: center
}

.contact span.icon {
  width: 25vw;
  position: absolute;
  height: 7.1875vw;
  top: 0;
  right: 0
}

.contact span.icon img {
  width: 100%;
  display: block;
  height: 100%
}

.contact span.img {
  width: 43.48958vw;
  height: 38.85417vw;
  display: flex;
  overflow: hidden;
  margin-right: 4.16667vw;
  flex-shrink: 0
}

.contact span.img:hover img {
  transform: scale(1.05)
}

.contact span.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
  transform: scale(1)
}

.contact .form {
  flex: 1
}

.contact .form .formUl {
  margin-top: 3.125vw
}

.contact .form .formUl li {
  background: #EFEEF3;
  height: 2.70833vw;
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
  padding: 0 .83333vw;
  box-sizing: border-box;
  border: 1px solid #EFEEF3;
  transition: all 0.6s
}

.contact .form .formUl li.item.error {
  border: 1px solid red;
  border-radius: 4px
}

.contact .form .formUl li .inputs {
  height: 100%;
  position: relative;
  flex: 1
}

.contact .form .formUl li select {
  width: 100%;
  height: 100%
}

.contact .form .formUl li input,
.contact .form .formUl li select,
.contact .form .formUl li textarea {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  resize: none;
  font-size: .9375vw
}

.contact .form .formUl li h4 {
  font-weight: 400;
  color: #606060;
  margin-right: 20px;
  flex-shrink: 0
}

.contact .form .formUl li .em {
  align-items: center;
  position: absolute;
  top: 0 !important;
  height: 100%;
  font-style: normal;
  color: #FF0000;
  display: none
}

.contact .form .formUl li .em i {
  margin-right: 5px
}

.contact .form .formUl li.span24 {
  width: 100%;
  justify-content: space-between;
  display: flex;
  background: none;
  padding: 0
}

.contact .form .formUl li.span24 .span12 {
  width: 48%;
  background: #EFEEF3;
  padding: 0 .83333vw;
  box-sizing: border-box;
  display: flex;
  height: 2.70833vw;
  align-items: center
}

.contact .form .formUl li.multxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: .83333vw;
  height: auto
}

.contact .form .formUl li.multxt .inputs {
  margin-top: 10px;
  width: 100%
}

.contact .form .formUl li.multxt textarea {
  width: 100%;
  min-height: 100px
}

.contact .form .formUl li.multxt .em {
  align-items: flex-start
}

.contact .form .submit {
  display: flex
}

.contact .form .submit .success {
  margin-left: 2.60417vw;
  height: 2.08333vw;
  background: #002FFF;
  color: #fff;
  display: none;
  align-items: center;
  padding: 0 .83333vw
}

.contact .form .submit .success i {
  margin-right: 4px
}

@media screen and (max-width: 768px) {
  .w1600 {
    width: 90%
  }

  .proInfo_banner {
    padding: 100px 0 60px
  }

  .proInfo_banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
  }

  .proInfo_banner .img {
    width: 90%;
    position: unset;
    margin: 0 auto;
    max-height: 300px
  }

  .proInfo_banner .img img {
    object-fit: contain
  }

  .proInfo_banner .txt {
    position: unset;
    width: 90%;
    margin: 30px auto 0;
    transform: unset
  }

  .proInfo_banner .txt .label {
    margin: 20px 0
  }

  .sec1 {
    padding: 60px 0
  }

  .sec1 .wrap .list {
    margin: 50px 0 0;
    gap: 24px 0
  }

  .sec1 .wrap .list .item {
    width: 100%;
    padding: 40px 20px
  }

  .sec1 .wrap .list .item .icon {
    width: 60px;
    height: 60px
  }

  .sec1 .wrap .list .item .item_title {
    margin: 20px 0
  }

  .sec2 {
    padding: 60px 0
  }

  .sec2 .bg {
    width: 150px
  }

  .sec2 .list {
    margin: 40px 0 0
  }

  .sec2 .list .img {
    width: 38.270833vw;
    height: 27.4375vw
  }

  .sec2 .list .img.img1 {
    width: 50.4125vw
  }

  .sec2 .list .img.img2 {
    width: 29.127083vw
  }

  .sec3 {
    padding: 60px 0
  }

  .sec3 .img {
    margin: 40px 0 0
  }

  .sec3 .img .play {
    width: 50px
  }

  .sec4 .table {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 50px
  }

  .sec4 .table table {
    width: max-content
  }

  .sec4 .table table tr th {
    height: 60px;
    font-size: 18px;
    padding: 0 20px
  }

  .sec4 .table table tr td {
    height: 60px;
    font-size: 18px;
    padding: 0 20px
  }

  .sec4 .c_btn {
    width: 266px;
    height: 40px
  }

  .sec4 .c_btn .center {
    gap: 0 9px
  }

  .sec4 .c_btn .icon {
    width: 20px
  }

  .sec5 {
    padding: 80px 0 60px
  }

  .sec5 .wrap .list {
    margin: 40px 0 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
  }

  .sec5 .wrap .list a .pic {
    height: 300px
  }

  .sec5 .wrap .list a .pic .shadow img {
    width: 100%
  }

  .sec5 .wrap .list a .text {
    margin: 20px 0
  }

  .sec5 .wrap .list a .text .pt {
    font-size: 18px;
    height: auto
  }

  .sec5 .wrap .list a .text .num {
    margin: 10px 0
  }

  .sec5 .wrap .list a .text .des,
  .sec5 .wrap .list a .text .des2 {
    height: auto
  }

  .sec5 .wrap .list a .text .des2 {
    margin: 12px 0
  }

  .contact {
    flex-direction: column;
    padding: 0 !important;
    margin: 0 0 30px 0 !important
  }

  .contact span.img {
    margin-bottom: 20px !important;
    width: 100% !important;
    height: auto !important
  }

  .contact .form {
    padding: 0 5%
  }

  .contact .form h3 {
    text-align: center
  }

  .contact .form .formUl {
    margin-top: 20px !important
  }

  .contact .form .formUl li {
    margin-bottom: 20px !important;
    height: 50px !important
  }

  .contact .form .formUl li h4 {
    margin-right: 5px !important;
    margin-left: 10px;
    font-size: 12px
  }

  .contact .form .formUl li .inputs {
    margin-right: 10px
  }

  .contact .form .formUl li select,
  .contact .form .formUl li input,
  .contact .form .formUl li textarea {
    font-size: 12px !important
  }

  .contact .form .formUl li.span24 {
    border: none;
    display: flex;
    flex-direction: column;
    height: auto !important
  }

  .contact .form .formUl li.span24 .span12 {
    display: flex;
    width: 100% !important;
    height: 50px !important;
    flex-shrink: 0
  }

  .contact .form .formUl li.span24 .span12:not(:last-child) {
    margin-bottom: 20px
  }

  .contact .form .formUl li.multxt {
    height: 140px !important;
    padding: 10px 12px !important
  }

  .contact .form .formUl li.multxt h4 {
    margin: 0
  }

  .contact .form .formUl li .em {
    top: 5px !important
  }

  .contact .form .formUl li:nth-child(2) h4 {
    height: 100%;
    width: 140px;
    align-items: center;
    display: flex;
    font-size: 12px
  }

  .contact .form span.submit {
    display: flex;
    justify-content: center
  }

  .contact .success {
    height: auto !important
  }
}