.index {
  position: relative;
  width: 100%;
}
.index-head {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-banner .slick-slide>div{
    font-size: 0;
}
.banner-cont{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.index-head-title {
  position: relative;
}
.index-head-title h1 {
  max-width: 1465px;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 0 auto;
}
.index-head-title p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 886px;
  margin: 25px auto 0;
}
.index-head-title-btns {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 59px auto 0;
  gap: 16px;
}
.index-head-title-btn {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background-color: #1B489C;
  padding: 18px 32px;
  border-radius: 30px;
  transition: all 0.3s;
}
.index-head-title-btn:first-child {
  background-color: #F5A406;
}
.index-head-title-btn:hover {
  color: #1B489C;
  background-color: #fff;
}
.index-head-title-btn:first-child:hover {
  background-color: #fff;
  color: #F5A406;
}
.index-head-bread {
  width: 100%;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  background-color: #1B489C;
  text-align: center;
}
.index-head-bread p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
.index-main {
  position: relative;
  width: 100%;
}
.index-products {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
}
.index-products-cont {
  position: relative;
  width: calc(33% - 36.666px);
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  background-color: #F3F1F6;
}
.index-products-cont:nth-child(n+4) {
  margin-top: 220px;
}
.ipc {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  margin-top: -130px;
}
.index-product-cont-img {
  position: relative;
  width: 100%;
}
.index-product-cont-img .img-box {
  padding-bottom: 70%;
}
.index-products-cont:hover .index-product-cont-img img {
  transform: translateY(-8px);
}
.index-product-cont-txt {
  position: relative;
  width: 100%;
  padding: 00 45px 30px;
  margin-top: 10px;
}
.index-product-cont-txt h4 {
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
.index-product-cont-txt p {
  color: #1B489C;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
.index-explore {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 110px;
  padding: 24px 0;
}
.index-explore .am-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.index-explore-img {
  width: 240px;
  margin: 0 75px 0 0;
}
.index-explore-img img {
  width: 100%;
}
.index-explore-txt {
  position: relative;
}
.index-explore-txt h2 {
  font-family: "Red Hat Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 40px */
  text-transform: capitalize;
  background: linear-gradient(290deg, #7A4AFF -9.53%, #14E9FF 98.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 16px;
  width: fit-content;
  position: relative;
}
.index-explore-txt h2 span {
  background-image: url(../img/ies.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -14px;
  right: -48px;
  height: 24px;
  width: 24px;
}
.index-explore-txt p {
  color: #FFF;
  font-family: "Red Hat Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
  margin: 0;
}
.index-explore-txt-btns {
  position: relative;
  margin-top: 50px;
  width: 100%;
}
.index-showbg-cont:nth-child(2) {
  margin-right: 0;
}
.index-explore-txt-btns .wpcf7-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.index-explore-txt-btns .wpcf7-form p {
  position: relative;
  border-radius: 22px;
  outline: none;
  border: 0;
  transition: all 0.3s;
  width: auto;
  margin: 0;
}
.index-explore-txt-btns .wpcf7-form input {
  color: rgba(51, 51, 51, 0.5);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0 15px 20px;
  width: 190px;
  height: 100%;
  outline: none;
  border-radius: 30px;
}
.index-explore-txt-btns .wpcf7-form p:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  border: 8px solid;
  border-color: #1b489c transparent transparent;
  z-index: 1;
  pointer-events: none;
}
.index-explore-txt-btns .wpcf7-form input::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email {
  width: 340px;
}
.index-explore-txt-btns .wpcf7-form .message {
  width: 340px;
}
.index-explore-txt-btns .wpcf7-form .wpcf7-select {
  color: #1B489C;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 0 15px 20px;
  outline: none;
  width: 190px;
  height: 100%;
  border-radius: 30px;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}
.index-explore-txt-btns .wpcf7-form .wpcf7-select option {
  color: #333;
  background-color: white;
}
.index-explore-txt-btns .wpcf7-form button {
  background-color: #F5A406;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 18px 34px;
  outline: none;
  border: 0;
  width: fit-content;
  height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}
.index-explore-txt-btns .wpcf7-form button:hover {
  background-color: #FFF;
  color: #F5A406;
}
.index-turnkey {
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.turnkey-title h3 {
  color: #1B489C;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.turnkey-title h2 {
  color: #000;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 40px 0 15px;
  max-width: 800px;
}
.turnkey-title p {
  color: #444;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0;
}
.turnkey-content {
  position: relative;
  height: 500px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.turnkey-cont {
  width: 200px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
  transition: all 0.3s;
}
.turnkey-cont.turnkey-on {
  width: 960px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 34px 37px;
}
.turnkey-cont h4 {
  color: #FFF;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  width: auto;
  text-align: center;
  margin: 0;
}
.turnkey-cont-txt {
  display: none;
}
.turnkey-cont.turnkey-on > h4 {
  display: none;
}
.turnkey-cont.turnkey-on .turnkey-cont-txt {
  display: flex;
  flex-direction: column;
}
.turnkey-cont.turnkey-on .turnkey-cont-txt h4 {
  text-align: start;
}
.turnkey-cont-txt h4 {
  color: #FFF;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  margin: 0;
}
.turnkey-cont-txt p {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0;
}
a.turnkey-cont-btn {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 15px */
  width: fit-content;
  background-color: #F5A406;
  padding: 14px 38px;
  border-radius: 30px;
  margin-top: 30px;
  transition: all 0.3s;
}
a.turnkey-cont-btn:hover {
  background-color: #FFF;
  color: #F5A406;
}
.index-showbg {
  width: 100%;
  position: relative;
  padding: 57.5px 0 51.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 110px;
}
.isact {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.index-showbg-content {
  display: flex;
  justify-content: space-between;
  margin-right: 360px;
  width: fit-content;
}
.index-showbg-content:last-child {
  margin-right: 0;
}
.index-showbg-cont {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 75px;
}
.index-showbg-num {
  position: relative;
  margin-right: 20px;
}
.index-showbg-num p {
  color: #fff;
  font-family: Roboto;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 100px */
  position: relative;
  margin: 0;
}
.index-showbg-num p span {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  top: -10px;
  right: -12px;
}
.index-showbg-txt {
  position: relative;
  display: flex;
  width: auto;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.index-showbg-txt p {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.index-showbg-txt p:first-child {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  height: 25px;
}
.index-showbg-img {
  display: flex;
  width: 64px;
  height: 64px;
  background-color: #F5A406;
  border-radius: 50%;
  position: absolute;
  bottom: 23.5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px;
}
.index-showbg-img img {
  width: 100%;
}
.index-about {
  width: 100%;
  position: relative;
  margin-top: 110px;
}
.index-about-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 736px;
}
.index-about-txt h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-about-txt h2 {
  color: #333;
  font-family: Roboto;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 46px */
  margin: 30px 0 37px;
}
.index-about-txt h2 span {
  color: #1B489C;
}
.index-about-txt p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 0;
  max-width: 690px;
}
a.index-about-txt-btn {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 14px 46px;
  background-color: #F5A406;
  transition: all 0.3s;
  border: 1px solid #F5A406;
  border-radius: 30px;
  margin-top: 60px;
  width: fit-content;
}
a.index-about-txt-btn:hover {
  background-color: #FFF;
  color: #F5A406;
}
.index-about-map {
  max-width: 786px;
  position: relative;
}
.index-about-map img {
  width: 100%;
}
.index-about-img {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1860px;
  width: fit-content;
  padding: 0 24px 0;
  margin: 100px auto 0;
  gap: 10px;
}
.index-about-img-cont {
  width: 240px;
  position: relative;
}
.index-about-img-cont > div {
  display: block;
  width: 100%;
  border: 1px solid #e9e9e9;
  padding: 4%;
}
.index-about-img-cont > div img {
  width: 100%;
}
.index-imgbox {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 30px;
}
.index-box {
  width: 50%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-box ul {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}
.index-box ul li {
    width: 20%;
    aspect-ratio: 40 / 24;
    position: relative;
}
.index-box ul li .pic img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.index-box ul li a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
}
.index-box ul li a.index-box-txt-btn img.index-circle {
    width: 100%;
    padding: 5px;
}
.ibi {
  position: relative;
  width: 100%;
}
.ibi img {
  width: 100%;
  height: 100%;
}
.index-box-txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
}
a.index-box-txt-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-box-txt .vr {
    position: relative;
    z-index: 3;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-box-txt .vr .line1 {
    background: rgba(255,255,255,.5);
}
.index-box-txt .vr .line2 {
    background: rgba(255,255,255,.8);
}
.index-box-txt .vr a {
    background: #fff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 5px;
    color: #000;
    position: relative;
    z-index: 3;
}
a.index-box-txt-btn img {
  display: block;
  margin: 0 24px;
}
a.index-box-txt-btn span {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Barlow;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
a.index-box-txt-btn img.index-circle {
  background-color: #fff;
  border-radius: 50%;
  padding: 24px;
}
.index-why {
  width: 100%;
  position: relative;
  padding: 80px 0 120px;
  background: linear-gradient(0deg, rgba(27, 72, 156, 0.1) -3%, rgba(255, 255, 255, 0.1) 62.86%);
}
.index-why-title {
  width: 100%;
  position: relative;
}
.index-why-title h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-why-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.index-why-tit h2 {
  color: #000;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  max-width: 800px;
  margin: 0;
}
.index-why-tit-r {
  width: 320px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 20px;
}
.index-why-tit-r-img {
  position: relative;
}
.index-why-tit-r-img img {
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
}
.index-why-tit-r-img img:nth-child(2) {
  left: 36px;
}
.index-why-tit-r-img img:last-child {
  left: 80px;
}
.index-why-tit-r-txt {
  position: relative;
  width: fit-content;
}
.index-why-tit-r-txt h4 {
  color: #333;
  font-family: Lato;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 45px */
  margin: 0;
}
.index-why-tit-r-txt p {
  color: #333;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  text-transform: capitalize;
  margin: 0;
}
.index-why-content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 60px 0 0;
}
.index-why-cont {
  width: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.index-why-cont span {
  width: 60px;
  height: 60px;
  border: 2px solid #999;
  border-radius: 50%;
  color: #000;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 22.5px */
  position: relative;
  transition: all 0.3s;
}
.index-why-cont span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0066cc;
  border: 2px solid #0066cc;
  border-radius: 50%;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.index-why-cont:hover span {
  color: #0066cc;
  border-color: #0066cc;
}
.index-why-cont:hover span::after {
  opacity: 1;
}
.index-why-cont:hover i {
  color: #0066cc;
}
.index-why-cont:hover p {
  color: #0066cc;
}
.index-why-cont i {
  font-size: 48px;
  color: #333;
  margin: 40px 0 0;
  transition: all 0.3s;
  line-height: 1;
}
.index-why-cont p {
  color: #333;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 25px */
  margin: 15px 0 0;
  transition: all 0.3s;
  text-align: left;
  width: auto;
}
.index-why-cont::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 32px;
  width: 150px;
  height: 2px;
  background-color: #1B489C;
  z-index: 1;
}
.index-why-cont:last-child::after {
  display: none;
}
.index-custom {
  position: relative;
  width: 100%;
  padding: 110px 0 115px;
  display: flex;
  align-items: center;
  background: #F8F8F8;
}
.index-custom-txt {
  position: relative;
  width: 50%;
  padding: 0 0 0 6%;
}
.index-custom-txt h3 {
  color: #1B489C;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-custom-txt h2 {
  color: #000;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 0;
  max-width: 595px;
}
.index-custom-txt p {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 20px 0 0;
}
.index-custom-txt ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.index-custom-txt ul li {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 0;
}
.index-custom-txt ul li p {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 0;
}
a.index-custom-txt-btn {
  display: block;
  width: fit-content;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  padding: 18px 30px;
  background-color: #F5A406;
  border: 1px solid #F5A406;
  transition: all 0.3s;
  border-radius: 30px;
  margin-top: 45px;
}
a.index-custom-txt-btn:hover {
  background-color: #FFF;
  color: #F5A406;
}
.index-custom-img {
  position: relative;
  width: 50%;
}
.index-custom-img .index-custom-img-next,
.index-custom-img .index-custom-img-prev {
  top: auto;
  bottom: 10% !important;
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.index-custom-img .index-custom-img-next {
  background-color: transparent;
  color: #fff;
  left: 11.5%;
}
.index-custom-img .index-custom-img-prev {
  background-color: #fff;
  color: #1B489C;
  left: 4%;
}
.index-custom-img .index-custom-img-next:hover {
  background-color: #fff;
  color: #1B489C;
}
.index-custom-img .index-custom-img-prev:hover {
  background-color: transparent;
  color: #fff;
}
.index-custom-img .index-custom-img-next::after,
.index-custom-img .index-custom-img-prev::after {
  font-size: 12px;
}
.index-custom-img-slide img {
  width: 100%;
}
.index-custom-img-slide .img-box {
  padding-bottom: 78%;
}
.index-production {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
}
.index-pqtit {
  padding: 70px 0 85px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.index-pqtit h3 {
  color: #FFF;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.ipqm {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.index-production-txt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1100px;
  margin-right: 60px;
}
.index-production-txt h2 {
  color: #FFF;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin: 0;
}
.index-production-txt h2 span {
  color: #FFF;
  font-family: Arial;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.index-production-txt p {
  color: #FFF;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 6px 0 0;
}
.index-production-img {
  width: 140px;
  height: 140px;
}
.index-production-img img {
  width: 100%;
}
.index-pq-main {
  width: 100%;
  position: relative;
}
.index-pq-content {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.index-pq-content:nth-child(1) {
  margin: 0;
  padding: 0 186px;
}
.index-pq-cont {
  width: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-pq-cont::after {
  content: "";
  width: 116px;
  position: absolute;
  top: 170px;
  left: 230px;
  background-image: url(../img/bline.webp);
}
.index-pq-cont:hover .index-pq-cont-img img {
  transform: scale(1.1);
}
.index-pq-cont h4 {
  color: #0F3D82;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.index-pq-cont-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 20px;
}
.index-pq-cont-img img {
  width: 100%;
  transition: all 0.3s;
}
.index-pq-cont p {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
  text-transform: capitalize;
  width: 100%;
  margin-top: 30px;
}
.index-pq-btncont {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1650px;
  margin: 110px 30px 0;
  padding: 55px 70px 55px 46px;
  justify-content: space-between;
  background: #F9F9F9;
}
.index-pq-btncont-txt {
  position: relative;
  max-width: 815px;
}
.index-pq-btncont-txt h3 {
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  /* 42px */
  text-transform: capitalize;
  margin: 0;
}
.index-pq-btncont-txt p {
  color: #666;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 10px 0 0;
}
.index-pq-btncont-btn {
  position: relative;
}
.index-pq-btncont-btn a {
  display: block;
  width: fit-content;
  height: 100%;
  color: #FFF;
  background-color: #0F3D82;
  border: 1px solid #0F3D82;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 32px */
  text-transform: capitalize;
  transition: all 0.3s;
  padding: 10px 40px;
}
.index-pq-btncont-btn a:hover {
  color: #0F3D82;
  background-color: #FFF;
}
.index-support {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background-color: #f8f8f8;
}
.isa {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-support-txt {
  position: relative;
  width: 50%;
}
.index-support-txt h3 {
  color: #1B489C;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-support-txt h2 {
  color: #000;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 30px 0 0;
}
.index-support-txt ul {
  margin: 25px 0 0;
  padding: 0;
}
.index-support-txt ul li {
  list-style: none;
}
.index-support-txt ul li p {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 0;
}
a.index-support-btn {
  display: block;
  width: fit-content;
  color: #FFF;
  background-color: #F5A406;
  border: 1px solid #F5A406;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 18px 32px;
  transition: all 0.3s;
  margin: 78px 0 0;
  border-radius: 30px;
}
a.index-support-btn:hover {
  color: #F5A406;
  background-color: #FFF;
}
.index-support-img {
  width: 50%;
  position: relative;
}
.index-support-img img {
  width: 100%;
}
.index-what {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
.index-what-title h3 {
  color: #1B489C;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-what-title h2 {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 17px 0 0;
}
.index-what-title h2 span {
  color: #F5A406;
}
.index-what-content {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 60px;
}
.index-what-cont {
  width: 25%;
  height: 300px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
.index-what-cont-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  transition: all 0.3s;
}
.index-what-cont:hover p {
  display: block;
}
.index-what-cont:hover .index-what-cont-wrap {
  background-color: #1B489C;
  opacity: 1;
}
.index-what-cont h3 {
  position: relative;
  color: #FFF;
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  z-index: 10;
  margin: 0;
  transition: all 0.3s;
}
.index-what-cont p {
  display: none;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 15px auto 0;
}
.index-media {
  width: 100%;
  position: relative;
  margin-top: 90px;
}
.index-media-title {
  position: relative;
}
.index-media-title h3 {
  color: #1B489C;
  text-align: center;
  font-family: Arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.index-media-title h2 {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 10px 0 0;
}
.index-media-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 70px 0 90px;
}
.index-media-cont {
  width: calc(33% - 22px);
  display: flex;
  flex-direction: column;
}
.index-media-cont-main {
  width: 100%;
}
.index-media-cont-main img {
  width: 100%;
}
.index-media-cont-txt {
  display: flex;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
}
.index-media-cont-txt i {
  font-size: 30px;
}
/* 工厂页 */
.factory {
  position: relative;
}
.factory-head {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 223px 0 268px;
}
.factory-head-bead {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bread-txt {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.bread-txt:hover {
  color: #fff;
}
.factory-head-title {
  position: relative;
}
.factory-head-title h1 {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 25px 0 0;
}
.factory-head-title p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 16px 0 0;
}
.factory-main {
  width: 100%;
  position: relative;
}
.factory-overview {
  position: relative;
  background: linear-gradient(180deg, rgba(27, 72, 156, 0.1) -3%, rgba(255, 255, 255, 0.1) 62.86%);
  padding: 78px 0 66px;
}
.factory-overview-title {
  position: relative;
}
.factory-overview-title h3 {
  color: #1B489C;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.factory-overview-title h2 {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 36px 0 0;
}
.factory-overview-title p {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 20px 0 0;
}
.foca {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
.factory-overview-cont {
  position: relative;
  padding: 250px 30px 25px 35px;
  width: calc(33% - 20px);
}
.factory-overview-cont:nth-child(n+4) {
  margin-top: 30px;
}
.factory-overview-cont:nth-child(n+7) {
  display: none;
}
.factory-overview-cont img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.factory-overview-cont p {
  position: relative;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  z-index: 10;
  margin: 0;
}
.faocp {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 74.73%, rgba(0, 0, 0, 0.6) 87.03%);
}
.factory-overview-btn {
  display: flex;
  flex-direction: column;
}
.factory-overview-btn a {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  width: fit-content;
  margin: 45px auto 0;
  padding: 10px 20px;
  background-color: #0f3d82;
  border: 1px solid #0F3D82;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.factory-overview-btn a.close {
  display: none;
}
.factory-overview-btn a:hover {
  color: #0F3D82;
  background-color: #fff;
}
.factory-overview-btn a i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #fff;
  color: #0F3D82;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s;
  margin-left: 16.5px;
}
.factory-overview-btn a:hover i {
  background-color: #0F3D82;
  color: #fff;
}
.factory-advanced {
  width: 100%;
  position: relative;
  background: #F8F8F8;
  padding: 100px 0 110px;
}
.factory-advanced-title {
  position: relative;
}
.factory-advanced-title h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.factory-advanced-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 36px 0 0;
}
.factory-advanced-title p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 20px 0 0;
}
.facsss {
  position: relative;
}
.factory-advanced-title ul {
  margin: 0;
}
.factory-advanced-title ul li {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
}
.factory-advanced-content {
  margin-top: 30px;
}
.factory-advanced-content-tit {
  color: #FFF;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  background-color: #0f3d82;
  padding: 20px 10px;
  text-align: center;
}
.factory-advanced-cont {
  position: relative;
}
.fact {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
.factory-advanced-cont img {
  height: 100%;
  width: 100%;
}
.factory-advanced-cont h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.5px */
  margin: 0;
  position: relative;
  z-index: 10;
}
.factory-advanced-cont p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 22.5px */
  position: relative;
  margin: 12px 0 0;
}
.factory-advanced .factory-advanced-next,
.factory-advanced .factory-advanced-prev {
  top: 50%;
  background-color: #F5A406;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #f5a406;
  width: 46px;
  height: 46px;
  transition: all 0.3s;
  outline: none;
  padding: 15px;
}
.factory-advanced .factory-advanced-next {
  right: 0;
  transform: translateX(50%);
}
.factory-advanced .factory-advanced-prev {
  left: 0;
  transform: translateX(-50%);
}
.factory-advanced .factory-advanced-next::after,
.factory-advanced .factory-advanced-prev::after {
  font-size: 16px;
}
.factory-advanced .factory-advanced-next:hover,
.factory-advanced .factory-advanced-prev:hover {
  background-color: #fff;
  color: #f5a406;
}
.factory-tours {
  position: relative;
  width: 100%;
  background: linear-gradient(180deg, rgba(27, 72, 156, 0.1) -3%, rgba(255, 255, 255, 0.1) 62.86%);
  padding: 116px 0 0;
}
.factory-tours-title {
  position: relative;
}
.factory-tours-title h3 {
  color: #1B489C;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.factory-tours-title h2 {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 30px 0 0;
}
.factory-tours-title p {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 14px 0 0;
}
.factory-tours-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.factory-tours-cont {
  position: relative;
}
.factory-tours-cont:nth-child(2) {
  margin: 0 48px;
}
.factory-tours-cont img {
  width: 100%;
}
.factory-quality {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 140px;
  align-items: flex-end;
}
.fotp p:nth-child(n+2) {
  margin: 0;
}
.fadvcc {
  position: relative;
}
.factory-quality-txt {
  position: relative;
  max-width: 1050px;
  margin-bottom: 120px;
}
.factory-quality-txt h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.factory-quality-txt h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 36px 0 0;
}
.factory-quality-txt p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  margin: 14px 0 0;
}
.factory-quality-txt-content {
  position: relative;
  display: flex;
  margin-top: 77px;
  border: 1px solid #dddddd;
}
.factory-quality-txt-cont {
  width: 33.333%;
  max-width: 353px;
  padding: 50px 20px 30px;
  transition: all 0.3s;
}
.factory-quality-txt-cont i {
  display: block;
  font-size: 50px;
  color: #000;
  text-align: center;
}
.factory-quality-txt-cont h3 {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: -10px 0 0;
}
.factory-quality-txt-cont p {
  color: #666;
  text-align: center;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  /* 20px */
  margin: 14px 0 0;
}
.factory-quality-txt-cont:nth-child(2n) {
  background-color: #1B489C;
}
.factory-quality-txt-cont:nth-child(2n) i {
  color: #fff;
}
.factory-quality-txt-cont:nth-child(2n) h3 {
  color: #fff;
}
.factory-quality-txt-cont:nth-child(2n) p {
  color: #fff;
}
.factory-quality-txt-cont:hover {
  background-color: #1B489C;
}
.factory-quality-txt-cont:hover i {
  color: #fff;
}
.factory-quality-txt-cont:hover h3 {
  color: #fff;
}
.factory-quality-txt-cont:hover p {
  color: #fff;
}
.factory-quality-txt-cont:nth-child(2n):hover {
  background-color: #fff;
}
.factory-quality-txt-cont:nth-child(2n):hover i {
  color: #000;
}
.factory-quality-txt-cont:nth-child(2n):hover h3 {
  color: #333;
}
.factory-quality-txt-cont:nth-child(2n):hover p {
  color: #666;
}
.factory-quality-img {
  position: relative;
  max-width: 718px;
  margin-left: 20px;
}
.factory-quality-img img {
  width: 100%;
}
.un-send {
  background-color: #1B489C;
  padding: 60px 0 80px;
}
.un-send-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.un-send h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.un-send-txt h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 44px */
  margin: 27px 0 0;
}
.un-send-txt p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 7px 0 0;
}
.un-send-btn {
  display: flex;
  justify-content: center;
}
.un-send-btn a {
  width: fit-content;
  height: 100%;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background-color: #F5A406;
  padding: 18px 36px;
  border-radius: 30px;
  transition: all 0.3s;
}
.un-send-btn a i {
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
.un-send-btn a:hover {
  background-color: #fff;
  color: #F5A406;
}
/* 产品详情 */
.pro-detail {
  position: relative;
}
.pro-detail-head {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0 60px;
}
.pro-detail-head .am-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-detail-head-title h1 {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  margin: 0;
}
.pro-detail-head-title p {
  text-align: center;
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  margin: 20px 0 0;
}
a.pro-detail-head-btn {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background-color: #f5a406;
  padding: 18px 32px;
  border-radius: 30px;
  margin-top: 40px;
  transition: all 0.3s;
  border: 1px solid #f5a406;
}
a.pro-detail-head-btn:hover,
a.pro-detail-table-btn:hover {
  background-color: #fff;
  color: #f5a406;
}
.pro-detail-head-img {
  width: 50%;
}
.pro-detail-head-img img {
  width: 100%;
}
.pro-detail-table {
  width: 100%;
  transition: all 0.3s;
}
.pro-detail-table .table-box {
  position: relative;
}
.pro-detail-table .table-box table {
  background-color: #FAFAFA;
  margin: 0 auto;
}
a.pro-detail-table-btn {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  background-color: #f5a406;
  padding: 18px 24px;
  border-radius: 30px;
  transition: all 0.3s;
  border: 1px solid #f5a406;
  margin-top: 45px;
}
.pro-detail-main {
  position: relative;
}
.pro-detail-design {
  position: relative;
  background-color: #f8f8f8;
  padding: 80px 0 60px;
}
.pro-detail-design-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  text-align: center;
  margin: 0;
}
.pro-detail-design-title p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  max-width: 1210px;
  margin: 22px auto 0;
}
.pro-detail-design-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.pro-detail-design-cont {
  width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
}
.pro-detail-design-cont img {
  width: 100%;
}
.pro-detail-design-cont p {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 26px 0 0;
}
.pro-detail-key {
  position: relative;
  padding: 80px 0 110px;
}
.pro-detail-key-title {
  position: relative;
}
.pro-detail-key-title h2 {
  text-align: center;
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin: 0;
}
.pro-detail-key-title p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  max-width: 1210px;
  margin: 26px auto 0;
}
.pro-detail-key-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
  padding: 0 124px;
}
.pro-detail-key-cont {
  width: calc(33.333% - 46.666px);
  height: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: rgba(197, 213, 232, 0.1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.pro-detail-key-cont:nth-child(n+4) {
  margin-top: 30px;
}
.pro-detail-key-cont-txt h3 {
  color: #333;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.pro-detail-key-cont-txt p {
  position: relative;
  z-index: 10;
  color: #000;
  font-family: "Roboto Flex";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 24.5px */
  text-transform: capitalize;
  margin: 10px 0 0;
  max-width: 276px;
}
.pro-detail-key-cont-txt img {
  position: absolute;
  bottom: 34px;
  left: 28px;
}
.pro-detail-key-cont i {
  position: absolute;
  right: -36px;
  top: 84px;
  width: 90px;
  height: 90px;
  padding: 5px 0;
  font-size: 50px;
  background-color: #024C9A;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.pro-detail-bend {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0 80px;
}
.pro-detail-bend-title h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  margin: 0;
}
.pro-detail-bend-title p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  max-width: 1121px;
  margin: 20px 0 0;
}
.pro-detail-bend-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.pro-detail-bend-cont {
  width: calc(25% - 22.5px);
}
.pro-detail-bend-cont img {
  width: 100%;
}
.pro-detail-access {
  padding: 88px 0 130px;
  position: relative;
}
.pro-detail-access-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  text-align: center;
  margin: 0;
}
.pro-detail-access-title p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  max-width: 1441px;
  margin: 20px auto 0;
}
.pro-detail-access-content {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 0 72px;
}
.pro-detail-access-content-l {
  position: relative;
  max-width: 348px;
  margin-right: 76px;
}
.pro-detail-access-content-l ul {
  background-color: #f1f1f1;
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.pro-detail-access-content-l ul li {
  padding: 20px 0;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  transition: all 0.3s;
}
.pro-detail-access-content-l ul li:last-child {
  border: 1px solid #d9d9d9;
}
.pro-detail-access-content-l a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  transition: all 0.3s;
  padding: 0 35px;
}
.pro-detail-access-content-l a::after {
  content: "";
  width: 3px;
  height: 0;
  background-color: #f5a406;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.pro-detail-access-content-l ul li.active {
  background-color: #1B489C;
  border-color: #1B489C;
}
.pro-detail-access-content-l ul li:hover {
  background-color: #1B489C;
  border-color: #1B489C;
}
.pro-detail-access-content-l ul li.active a,
.pro-detail-access-content-l ul li:hover a {
  color: #fff;
}
.pro-detail-access-content-l ul li.active a::after,
.pro-detail-access-content-l ul li:hover a::after {
  height: 100%;
}
.pro-detail-access-content-r {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1110px;
  max-width: 1110px;
}
.pro-detail-access-cont {
  background: #FFF;
  box-shadow: 0 4px 26.8px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-detail-access-cont:nth-child(n+2) {
  margin-top: 20px;
}
.pro-detail-access-cont-txt {
  padding: 35px 30px 64px 45px;
  width: 680px;
}
.pro-detail-access-cont-txt h4 {
  color: #F5A406;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  margin: 0;
}
.pro-detail-access-cont-txt h3 {
  color: #000;
  font-family: Arial;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  margin: 20px 0 0;
}
.pro-detail-access-cont-txt p {
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 28px */
  max-height: 200px;
  overflow: auto;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-detail-access-cont-img {
  position: relative;
  width: 430px;
}
.pro-detail-access-cont-img .img-box {
  padding-bottom: 80%;
}
.pro-detail-client {
  position: relative;
  padding: 77px 0 95px;
  background-color: #F2F2F2;
}
.pro-detail-client-title h3 {
  color: #1B489C;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.pro-detail-client-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin: 30px 0 0;
  text-align: center;
}
.pro-detail-client-title p {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 31.5px */
  max-width: 1170px;
  margin: 24px auto 0;
}
.pro-detail-client-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0 50px;
}
.pro-detail-client-cont {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  width: calc(33% - 20px);
  padding: 35px 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pro-detail-client-cont h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin: 0;
}
.pro-detail-client-cont h3 img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 20px;
}
.pro-detail-client-cont h4 {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  margin: 20px 0 0;
}
.pdccp {
  color: #999;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 24px */
  margin: 40px 0 0;
}
.pdccp p {
  margin: 0;
}
.pro-detail-case {
  padding: 80px 0 0;
}
.pro-detail-case-title h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.pro-detail-case-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin: 30px 0 0;
}
.pro-detail-case-content {
  display: flex;
  flex-direction: column;
  margin-top: 36px;
}
.pro-detail-case-cont {
  position: relative;
  margin: 0.3% 0;
  background: #F6F6F6;
  padding: 30px 30px 30px 45px;
  transition: all 0.3s;
  cursor: pointer;
}
.pro-detail-case-cont-txt h3 {
  color: #333;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 25px */
  transition: all 0.3s;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pro-detail-case-cont-txt h3 i {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.pro-detail-case-cont-txt p {
  color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 22.5px */
  text-transform: capitalize;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  /* 过渡动画 */
  max-width: 1275px;
  margin: 15px 0 0;
}
.pro-detail-case-cont.active {
  background-color: #1B489C;
}
.pro-detail-case-cont.active .pro-detail-case-cont-txt h3 {
  color: #fff;
}
.pro-detail-case-cont.active .pro-detail-case-cont-txt h3 i {
  transform: rotate(270deg);
}
.pro-detail-case-cont.active .pro-detail-case-cont-txt p {
  opacity: 1;
  height: auto;
}
.pro-detail-case-cont:hover {
  background-color: #1B489C;
}
.pro-detail-case-cont:hover .pro-detail-case-cont-txt h3 {
  color: #fff;
}
.pro-detail-related {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(0deg, rgba(27, 72, 156, 0.1) -3%, rgba(255, 255, 255, 0.1) 100%);
}
.pro-detail-related-title h3 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 27.5px */
  margin: 0;
}
.pro-detail-related-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  margin: 30px 0 0;
}
.pro-detail-related-content {
  margin: 40px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0 4px 10.9px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pro-detail-related-content-l {
  width: 466px;
  max-width: 466px;
  padding: 56px 0 0;
  background: #F6F6F6;
}
.pro-detail-related-content-l ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pro-detail-related-content-l ul li {
  padding-right: 3px;
  transition: all 0.3s;
}
.pro-detail-related-content-l a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 27.5px */
  padding: 24px 0 24px 32px;
  border-bottom: 1px solid #e1e5ee;
  transition: all 0.3s;
}
.pro-detail-related-content-l li.active {
  background-color: #f5a406;
}
.pro-detail-related-content-l li:hover {
  background-color: #f5a406;
}
.pro-detail-related-content-l li.active a {
  background-color: #1B489C;
  border-bottom: 1px solid #1B489C;
  color: #fff;
}
.pro-detail-related-content-l li:hover a {
  background-color: #1B489C;
  border-bottom: 1px solid #1B489C;
  color: #fff;
}
.pro-detail-related-content-r {
  width: 1184px;
  max-width: 1184px;
  padding: 56px 60px 80px 75px;
}
.pro-detail-related-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.pro-detail-related-cont-txt {
  width: 463px;
  max-width: 463px;
  height: 100%;
}
.pro-detail-related-cont-txt h4 {
  color: #1B489C;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.pro-detail-related-cont-txt h3 {
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 37.5px */
  margin: 20px 0 0;
  max-width: 340px;
}
.pro-detail-related-cont-txt p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin: 30px 0 0;
}
a.pro-detail-related-cont-txt-btn {
  display: block;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 18px 45px;
  margin-top: 100px;
  width: fit-content;
  border-radius: 30px;
  transition: all 0.3s;
  background-color: #1B489C;
  border: 1px solid #1B489C;
}
a.pro-detail-related-cont-txt-btn:hover {
  color: #1B489C;
  background-color: #fff;
}
.pro-detail-related-cont-img {
  width: 530px;
}
.pro-detail-related-cont-img .img-box {
  padding-bottom: 58%;
}
.service-prod {
  position: relative;
}
.service-prod-head {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0;
}
.service-prod-head-txt {
  position: relative;
}
.service-prod-head-txt h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.service-prod-head-txt p {
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.service-prod-main {
  position: relative;
}
.service-prod-machines {
  position: relative;
  padding: 100px 0 0;
}
.service-prod-machines-title h2 {
  color: #000;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.service-prod-machines-title h2 span {
  color: #1B489C;
}
.spmtp {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  max-width: 1247px;
  margin-top: 20px;
}
.spmtp p {
  margin: 0;
}
.service-prod-machines-content {
  position: relative;
  margin-top: 40px;
}
.service-prod-machines-cont .spmc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-prod-machines-cont:nth-child(2n) {
  background-color: #F3F3F3;
  margin-top: 90px;
}
.service-prod-machines-cont:nth-child(2n) .spmc {
  flex-direction: row-reverse;
  padding: 96px 0 125px;
}
.service-prod-machines-cont:nth-child(2n) .spmc .service-prod-machines-cont-txt {
  margin: 0 0 0 60px;
}
.service-prod-machines-cont-txt {
  max-width: 790px;
  margin-right: 60px;
}
.service-prod-machines-cont-txt ul {
  padding: 0;
  list-style: none;
}
.service-prod-machines-cont-txt li:nth-child(n+2) {
  margin-top: 30px;
}
.service-prod-machines-cont-txt h3 {
  color: #000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
.service-prod-machines-cont-txt p {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0;
}
.service-prod-machines-cont-img {
  max-width: 800px;
}
.service-prod-machines-cont-img img {
  width: 100%;
}
.service-prod-custom {
  margin-top: 100px;
}
.service-prod-custom-title {
  position: relative;
}
.service-prod-custom-title h2 {
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.service-prod-custom-title p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
  margin: 20px 0 0;
}
.service-prod-custom-contents {
  margin-top: 50px;
}
.service-prod-custom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-prod-custom-contents img {
  width: 100%;
}
.service-prod-customized {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 50px;
  margin-top: 80px;
}
.service-prod-custom-content-txt {
  max-width: 350px;
  margin-right: 50px;
}
.service-prod-custom-content-txt h2 {
  color: #FFF;
  font-family: Roboto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.service-prod-custom-content-txt p {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.service-prod-custom-content-main {
  max-width: 1235px;
}
.service-prod-custom-content-main-t {
  display: flex;
  justify-content: space-between;
}
.service-prod-custom-content-main-t-cont {
  max-width: 268px;
  width: fit-content;
  position: relative;
  border-left: 1px solid #d9d9d9;
  padding: 0 10px 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: space-between;
  align-items: center;
}
.service-prod-custom-content-main-t-cont:hover {
  border-color: #F5A406;
}
.service-prod-custom-content-main-t-cont:hover i {
  color: #F5A406;
}
.service-prod-custom-content-main-t-cont:hover p {
  color: #F5A406;
}
.service-prod-custom-content-main-t-cont:hover .service-pro-circle {
  background-color: #F5A406;
  border-color: #F5A406;
}
.service-prod-custom-content-main-t-cont i {
  font-size: 54px;
  color: #fff;
  transition: all 0.3s;
}
.service-prod-custom-content-main-t-cont p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
  margin: 10px 0 0;
  cursor: default;
  transition: all 0.3s;
}
.service-pro-circle {
  width: 9px;
  height: 9px;
  position: absolute;
  left: -5px;
  bottom: -8px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
}
.service-prod-custom-content-main-u {
  margin-top: 40px;
}
.service-prod-custom-content-main-u h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.service-prod-custom-content-main-u-cont {
  margin-top: 25px;
}
.service-prod-custom-content-main-u-cont .wpcf7-form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service-prod-custom-content .wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-left: auto;
    color: #fff;
}

.service-prod-custom-content-main-u-cont .wpcf7-form p {
    margin-bottom:0;
}
.service-prod-custom-content-main-u-cont .wpcf7-form .wpcf7-form-control {
  width: 200px;
  padding: 15px 20px;
  outline: none;
  border: 0;
  border-radius: 4px;
  margin-right: 30px;
}
.service-prod-custom-content-main-u-cont .wpcf7-form .message {
  max-width: 548px;
  width: 548px;
}
.service-prod-custom-content-main-u-cont .wpcf7-form button {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #f5a406;
  padding: 12px 53px;
  border-radius: 4px;
  transition: all 0.3s;
  outline: none;
  border: 0;
}
.service-prod-custom-content-main-u-cont .wpcf7-form button:hover {
  background-color: #fff;
  color: #f5a406;
}
.service-prod-custom-content-main-u-cont .wpcf7-form button i {
  font-size: 18px;
  margin-left: 5px;
}
.service-prod-explore {
  padding: 100px 0 110px;
}
.service-prod-explore-title {
  max-width: 1347px;
  position: relative;
  margin: 0 auto;
}
.service-prod-explore-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0;
}
.service-prod-explore-title p {
  color: #666;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 16px 0 0;
}
.service-prod-explore-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}
.news {
  position: relative;
}
.news-head {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 154px 0 186px;
}
.news-head-txt h1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 0;
}
.news-main {
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 120px;
}
.news-main-top {
  border-bottom: 1px solid #d9d9d9;
}
.news-main-top-btns {
  display: flex;
  justify-content: center;
}
a.news-main-top-btn {
  display: block;
  color: #333;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 30px */
  padding: 16px 76px;
  transition: all 0.3s;
}
a.news-main-top-btn.active {
  background-color: #F5A406;
  color: #fff;
}
a.news-main-top-btn:hover {
  background-color: #F5A406;
  color: #fff;
}
.news-content {
  position: relative;
}
.news-title {
  padding-top: 80px;
}
.news-title h2 {
  color: #333;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 60px */
  margin: 0;
}
.news-t-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.news-t-cont {
  width: calc(33% - 30px);
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.18);
  padding: 45px 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.news-t-cont:hover {
  background: #1B489C;
  transform: translateY(-4px);
}
.news-t-cont:hover h4 {
  color: #FFF;
}
.news-t-cont:hover h3 {
  color: #FFF;
}
.news-t-cont:hover p {
  color: #FFF;
}
.news-t-cont:hover span {
  color: #1B489C;
  background: rgba(235, 239, 248, 0.5);
}
.news-t-cont:hover .news-t-cont-btn {
  color: #FFF;
  border-color: #fff;
}
.news-t-cont h4 {
  color: #666;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  transition: all 0.3s;
}
.news-t-cont h3 {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
  margin: 12px 0 0;
  transition: all 0.3s;
}
.news-t-cont img {
  width: 100%;
  margin-top: 30px;
}
.news-t-cont p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  margin: 20px 0 0;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-t-cont span {
  display: block;
  color: #A1A1A1;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 130%;
  background: #EBEFF8;
  width: fit-content;
  padding: 6px 13px;
  margin: 20px 0 0;
  transition: all 0.3s;
}
.news-t-cont-btn {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100%;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #d9d9d9;
  transition: all 0.3s;
}
.news-t-cont-btn i {
  font-size: 18px;
}
.news-main-content {
  position: relative;
  margin-top: 60px;
}
.news-main-content ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
  margin: 0;
}
.news-main-cont {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.18);
  padding: 40px 45px 50px;
  transition: all 0.3s;
}
.news-main-cont:nth-child(n+2) {
  margin-top: 45px;
}
.news-main-cont:hover {
  transform: translateY(-4px);
}
.news-main-cont:hover .news-main-cont-txt h3 {
  color: #1B489C;
}
a.news-main-cont-btn:hover {
  background: #1B489C;
  color: #fff;
}
.news-main-cont h4 {
  color: #666;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.news-main-cont-n {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.news-main-cont-img {
  max-width: 320px;
  width: 320px;
  display: flex;
  flex-direction: column;
}
.news-main-cont-img img {
  width: 100%;
}
.news-main-cont-txt {
  width: 1180px;
  max-width: 1180px;
}
.news-main-cont-txt h3 {
  color: #333;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 25px */
  transition: all 0.3s;
  margin: 0;
}
.news-main-cont-txt p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 20px 0 0;
}
a.news-main-cont-btn {
  display: flex;
  justify-content: space-between;
  color: #666;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background: #EBEFF8;
  width: fit-content;
  padding: 8px 13px;
  margin-top: 30px;
  transition: all 0.3s;
}
a.news-main-cont-btn i {
  font-size: 18px;
  margin-left: 20px;
}
/* 新闻详情 */
.single-news {
  position: relative;
  background-color: #F3F4F5;
}
.single-news-btn {
  position: relative;
}
.single-news-btn a {
  display: block;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #164397;
  padding: 12px 18px;
  width: fit-content;
  margin: 40px 0 0;
  border: 1px solid #164397;
  transition: all 0.3s;
}
.single-news-btn a:hover {
  background-color: #FFF;
  color: #164397;
}
.single-news-btn a i {
  margin-right: 18px;
}
.single-news-main {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 100px;
}
.single-news-main-l {
  background: #FFF;
  max-width: 1180px;
  width: 1180px;
  padding: 55px 50px;
  margin-right: 80px;
}
.single-news-main-l-title {
  border-bottom: 1px solid #d9d9d9;
}
.single-news-main-l-title h3 {
  color: #333;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 39.2px */
  margin: 0;
}
.single-news-main-l-title-txt {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  flex-wrap: wrap;
}
.single-news-main-l-tit span {
  color: #A1A1A1;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.single-news-main-l-btns span {
  color: #A1A1A1;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
.single-news-main-l-main {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 20px;
  /* 166.667% */
}
.single-news-main-l-main img {
  max-width: 100%;
  height: auto;
}
.single-news-main-l-u {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 60px;
  border-left: 2px solid #1B489C;
  padding-left: 12px;
}
.single-news-main-l-u a {
  color: #666;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.single-news-main-l-u a span {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.single-news-main-r {
  position: relative;
  width: 390px;
  max-width: 390px;
}
.single-news-main-r-t {
  background: #FFF;
  padding: 22px 24px;
}
.single-news-main-r-t h3 {
  display: block;
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
a.single-news-main-r-t-btn {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 16px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.single-news-main-r-t-btn i {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s;
}
a.single-news-main-r-t-btn.active {
  background: #EBEFF8;
}
a.single-news-main-r-t-btn.active i {
  color: #333;
}
a.single-news-main-r-t-btn:hover {
  background: #EBEFF8;
}
a.single-news-main-r-t-btn:hover i {
  color: #333;
}
.single-news-main-r-m {
  margin: 60px 0 0;
  background: #FFF;
  padding: 22px 24px;
}
.single-news-main-r-m > h3 {
  display: block;
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.single-news-main-r-t-cont:nth-child(n+2) {
  margin-top: 40px;
}
.single-news-main-r-t-cont img {
  width: 100%;
}
.single-news-main-r-t-cont h4 {
  color: #333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.single-news-main-r-t-cont h3 {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 22.5px */
  margin: 10px 0 0;
}
.single-news-main-r-u {
  background: #FFF;
  padding: 22px 24px;
  margin: 60px 0 0;
}
.single-news-main-r-u h3 {
  display: block;
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d9d9d9;
}
.single-news-main-r-u-form .wpcf7-text {
  max-width: 345px;
  width: 345px;
  padding: 12px 18px;
  border: 0;
  border-radius: 4px;
  background: #EBEFF8;
  outline: none;
}
.single-news-main-r-u-form .wpcf7-form button {
  display: block;
  width: 100%;
  border: 1px solid #1B489C;
  border-radius: 4px;
  background: #1B489C;
  color: #FFF;
  padding: 10px 0;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
.single-news-main-r-u-form .wpcf7-form button:hover {
  background: #fff;
  color: #1B489C;
}
.single-news-main-r-u-form .wpcf7-form button i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  margin-left: 6px;
}
.single-news-main-r-u-form .wpcf7-form button:hover i {
  color: #1B489C;
}
.contact {
  position: relative;
}
.contact-head {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 180px;
}
.contact-head-txt h1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  /* 60px */
  margin: 0;
}
.contact-main {
  position: relative;
}
.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.contact-cont {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  width: calc(25% - 32.25px);
  padding: 20px;
}
.contact-cont i {
  font-size: 40px;
  color: #1B489C;
}
.contact-cont h3 {
  color: #333;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 58.333% */
  margin: 30px 0 0;
}
.contact-cont p {
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.contact-cont a {
  display: block;
  color: #666;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.contact-main-box {
  display: flex;
  flex-direction: row;
  margin: 100px 0 120px;
  align-items: center;
  justify-content: space-between;
}
.contact-main-map {
  width: calc(50% - 15px);
  max-height: 700px;
  height: 700px;
}
.contact-main-map iframe {
  width: 100%;
  height: 100%;
}
.contact-main-txt {
  width: calc(50% - 15px);
  padding: 30px 0;
}
.contact-main-txt h4 {
  color: #F5A406;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.contact-main-txt h3 {
  color: #333;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 0;
}
.contact-main-txt p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 40px 0 0;
}
.contact-main-txt p.contact-main-txt-a {
  margin: 0 !important;
}
.contact-main-txt p.contact-main-txt-b {
  margin: 30px 0 0;
}
.contact-main-txt-a span {
  color: #1B489C;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-main-txt-b span {
  color: #F5A406;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-main-txt-form .wpcf7-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-main-txt-form p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 49%;
  margin: 2% 0;
}
.contact-main-txt-form p:nth-child(n+6) {
  width: 100%;
}
.contact-main-txt-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-main-txt-form p input {
  display: block;
  padding: 4% 0% 4% 6%;
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #EBEFF8;
  outline: none;
  margin-right: 0%;
}
.contact-main-txt-form p textarea {
  display: block;
  padding: 3%;
  width: 100%;
  max-height: 170px;
  border-radius: 4px;
  background: #EBEFF8;
  outline: none;
  border: 0;
  resize: none;
}
.contact-main-txt-form .wpcf7-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #1B489C;
  border-radius: 4px;
  background: #1B489C;
  color: #FFF;
  padding: 1.6%;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s;
}
.contact-main-txt-form .wpcf7-form button i {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  margin-left: 1%;
}
.contact-main-txt-form .wpcf7-form button:hover {
  background: #fff;
  color: #1B489C;
}
.contact-main-txt-form .wpcf7-form button:hover i {
  color: #1B489C;
}
.index .index-head img{
    width: 100%;
}
@media screen and (max-width: 1650px) {
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email {
    width: 318px;
  }
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 318px;
  }
}
@media screen and (max-width: 1600px) {
  .index .index-head {
    /*padding: 180px 0 220px;*/
  }
  .service-prod-custom-content-main-u-cont .wpcf7-form .wpcf7-form-control {
    width: 260px;
  }
  .service-prod-custom-content-main-u-cont .wpcf7-form {
    flex-wrap: wrap;
  }
  .index .index-showbg-content {
    margin-right: 210px;
  }
  .index .index-showbg-cont {
    margin-right: 30px;
  }
  .index .index-explore-img {
    margin-right: 0;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email {
    width: 200px;
  }
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 200px;
  }
  .index .turnkey-cont.turnkey-on {
    width: 760px;
  }
  .index .turnkey-cont {
    width: 150px;
  }
  .index .index-why-cont::after {
    width: 120px;
    right: -26px;
  }
  .index a.index-box-txt-btn span {
    font-size: 72px;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0 120px;
  }
  .index .index-pq-btncont-txt {
    max-width: 600px;
  }
  .index .index-pq-btncont-btn a {
    padding: 10px 15px;
  }
  .index .index-production-txt {
    max-width: 820px;
  }
  .index a.index-support-btn {
    margin-top: 50px;
  }
  .index .index-about-txt {
    max-width: 650px;
  }
  .pro-detail .pro-detail-case-cont-txt p {
    max-width: 1100px;
  }
  .pro-detail .pro-detail-key-cont i {
    width: 60px;
    height: 60px;
    font-size: 32px;
  }
  .pro-detail .pro-detail-access-content-l {
    margin-right: 50px;
  }
  .pro-detail .pro-detail-access-content-r {
    max-width: 900px;
  }
  .pro-detail .pro-detail-access-content-r .pro-detail-access-cont-txt {
    max-width: 450px;
  }
  .pro-detail .pro-detail-access-content-r .pro-detail-access-cont-img {
    max-width: 360px;
  }
  .pro-detail .pro-detail-related-content-r {
    max-width: 900px;
  }
  .service-prod .service-prod-custom-content-main {
    max-width: 900px;
  }
}
@media screen and (max-width: 1400px) {
  .index .index-head {
    /*padding: 160px 0 200px;*/
  }
  .index .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email {
    width: 360px;
  }
  .index .index .index-explore-txt-btns .wpcf7-form .message {
    width: 260px;
  }
  .index .index-explore-img {
    display: none;
  }
  .index .index-explore-txt {
    margin: 72px 0;
  }
  .index a.index-box-txt-btn span {
    font-size: 72px;
  }
  .index .turnkey-cont {
    width: 140px;
  }
  .index .turnkey-cont.turnkey-on {
    width: 660px;
  }
  .index .index-showbg-num p {
    font-size: 64px;
  }
  .index .index .index-pq-content:nth-child(1) {
    padding: 0 110px;
  }
  .index .index-pq-btncont {
    margin-top: 100px;
  }
  .pro-detail .pro-detail-key-cont {
    width: calc(33.333% - 36px);
  }
  .pro-detail .pro-detail-case-cont-txt p {
    max-width: 1000px;
  }
  .pro-detail .pro-detail-related-content-l {
    max-width: 280px;
    padding: 36px 0;
  }
  .pro-detail .pro-detail-related-content-r {
    max-width: 850px;
  }
  .pro-detail .pro-detail-related-content-l a {
    padding: 15px;
  }
  .un-send .un-send-txt {
    max-width: 900px;
  }
}
@media screen and (max-width: 1280px) {
  .index-products-cont {
    width: calc(50% - 36.6666px);
  }
  .index-products-cont:nth-child(n+3) {
    margin-top: 180px !important;
  }
  .factory-quality-txt {
    padding-bottom: 60px;
  }
  .index .index-head-title h1,
  .index .turnkey-title h2,
  .index .index-explore-txt h2,
  .index .index-why-tit h2,
  .index .index-custom-txt h2,
  .index .index-support-txt h2,
  .index .index-what-title h2,
  .index .index-about-txt h2,
  .index .index-media-title h2 {
    font-size: 32px;
  }
  .index .index-head {
    /*padding: 120px 0 160px;*/
  }
  .index .index-explore,
  .index .index-turnkey,
  .index .index-showbg,
  .index .index-about,
  .index .index-about-img,
  .index .index-pq-btncont,
  .index .index-what,
  .index .index-media {
    margin-top: 60px;
  }
  .index .index-why,
  .index .index-custom,
  .index .index-pqtit,
  .index .index-production,
  .index .index-support {
    padding: 60px 0;
  }
  .index .index-explore-txt {
    margin: 40px 0;
  }
  .index .turnkey-content,
  .index .index-explore-txt-btns {
    margin-top: 40px;
  }
  .index .index-media-content {
    margin: 40px 0 60px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input {
    width: 165px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 180px;
  }
  .index .turnkey-content {
    height: 360px;
  }
  .index .turnkey-content .turnkey-cont {
    width: 120px;
  }
  .index .turnkey-content .turnkey-cont.turnkey-on {
    width: 540px;
  }
  .index .index-showbg-num p {
    font-size: 48px;
  }
  .index .index-showbg-content {
    margin-right: 185px;
  }
  .index .index-showbg-content .index-showbg-cont {
    margin-right: 15px;
  }
  .index .index-showbg-img {
    bottom: 16.5px;
  }
  .index .index-about-txt {
    max-width: 500px;
    margin-right: 20px;
  }
  .index a.index-box-txt-btn span {
    font-size: 56px;
  }
  .index a.index-box-txt-btn img.index-circle {
    padding: 16px;
  }
  .index .index-why-tit {
    margin-right: 20px;
  }
  .index .index-why-tit .index-why-tit-r-img {
    padding-left: 160px;
    margin-right: 20px;
  }
  .index .index .index-why-cont::after {
    width: 80px;
    right: -30px;
  }
  .index .index-custom-img .index-custom-img-next {
    left: 100px;
  }
  .index .index-production-txt {
    max-width: 620px;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0 95px;
  }
  .index .index-pq-cont {
    width: 180px;
  }
  .index .index-pq-btncont-txt {
    max-width: 450px;
  }
  .index .index-what-cont {
    width: 33.333%;
  }
  .index .index-why-cont::after {
    width: 90px;
    right: -35px;
  }
  .factory .factory-head {
    padding: 160px 0 200px;
  }
  .factory .factory-overview,
  .factory .factory-advanced,
  .factory .factory-tours {
    padding: 60px 0;
  }
  .factory .factory-head-title h1,
  .factory .factory-overview-title h2,
  .factory .factory-advanced-title h2,
  .factory .factory-tours-title h2,
  .factory .factory-quality-txt h2 {
    font-size: 32px;
  }
  .factory .factory-quality-txt-cont h3 {
    font-size: 18px;
  }
  .factory .factory-overview-cont {
    width: calc(50% - 15px);
  }
  .factory .factory-overview-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .factory .factory-quality {
    margin-top: 120px;
  }
  .factory .factory-advanced .factory-advanced-next,
  .factory .factory-advanced .factory-advanced-prev {
    width: 36px;
    height: 36px;
  }
  .factory .factory-quality-img {
    display: none;
  }
  .factory .factory-tours-cont:nth-child(2) {
    margin: 0 24px;
  }
  .service-prod .service-prod-head {
    padding: 160px 0;
  }
  .service-prod .service-prod-machines {
    padding: 60px 0 0;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n),
  .service-prod .service-prod-custom,
  .service-prod .service-prod-explore-content {
    margin-top: 60px;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n) .spmc,
  .service-prod .service-prod-explore {
    padding: 60px 0;
  }
  .service-prod .service-prod-head-txt h2,
  .service-prod .service-prod-machines-title h2,
  .service-prod .service-prod-custom-title h2,
  .service-prod .service-prod-custom-content-txt h2,
  .service-prod .service-prod-custom-content-main-u h3,
  .service-prod .service-prod-explore-title h2 {
    font-size: 32px;
  }
  .service-prod .service-prod-head-txt p {
    font-size: 18px;
  }
  .service-prod .service-prod-custom-content-main {
    max-width: 600px;
  }
  .service-prod .service-prod-custom-content-txt {
    max-width: 250px;
  }
  .service-prod .service-prod-custom-content-main-u-cont {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .service-prod .service-prod-custom-content-main-u-cont .wpcf7-form .wpcf7-form-control {
    margin-top: 0;
    width: 500px;
    margin-right: 15px;
  }
  .service-prod .service-prod-custom-content-main-u-cont .wpcf7-form button {
    margin-top: 0;
  }
  .service-prod .service-prod-machines-cont-txt {
    max-width: 450px;
  }
  .contact .contact-content {
    margin-top: 60px;
  }
  .contact .contact-main-box {
    margin: 60px 0;
  }
  .contact .contact-head-txt h1,
  .contact .contact-main-txt h3 {
    font-size: 32px;
  }
  .contact .contact-cont {
    width: calc(50% - 15px);
  }
  .contact .contact-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .contact .contact-main-map {
    max-width: 650px;
  }
  .contact .contact-main-txt {
    margin-left: 60px;
  }
  .news .news-main {
    padding-bottom: 60px;
  }
  .news .news-head {
    padding: 120px 0 150px;
  }
  .news .news-title {
    padding-top: 60px;
  }
  .news .news-head-txt h1,
  .news .news-title h2 {
    font-size: 32px;
  }
  .news a.news-main-top-btn {
    font-size: 18px;
  }
  .news .news-t-cont {
    width: calc(50% - 15px);
  }
  .news .news-t-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .single-news .single-news-main {
    margin: 60px 0;
  }
  .single-news .single-news-main-l {
    width: 600px;
    margin-right: 40px;
  }
  .single-news .single-news-main-r {
    width: 300px;
  }
  .single-news .single-news-main-r-u-form .wpcf7-text {
    width: 240px;
  }
  .single-news .single-news-btn a {
    font-size: 18px;
  }
  .pro-detail .pro-detail-head,
  .pro-detail .pro-detail-design,
  .pro-detail .pro-detail-key,
  .pro-detail .pro-detail-bend,
  .pro-detail .pro-detail-access,
  .pro-detail .pro-detail-client,
  .pro-detail .pro-detail-related {
    padding: 60px 0;
  }
  .pro-detail .pro-detail-case {
    padding: 60px 0 0;
  }
  .pro-detail .pro-detail-design-title h2,
  .pro-detail .pro-detail-head-title h1,
  .pro-detail .pro-detail-key-title h2,
  .pro-detail .pro-detail-bend-title h2,
  .pro-detail .pro-detail-access-title h2,
  .pro-detail .pro-detail-client-title h2,
  .pro-detail .pro-detail-case-title h2,
  .pro-detail .pro-detail-related-title h2 {
    font-size: 32px;
  }
  .pro-detail .pro-detail-access-content {
    margin-top: 40px;
  }
  .pro-detail .pro-detail-design-cont p,
  .pro-detail .pro-detail-bend-title p,
  .pro-detail .pro-detail-client-title p {
    font-size: 18px;
  }
  .pro-detail .pro-detail-key-content {
    padding: 0;
  }
  .pro-detail .pro-detail-key-cont {
    width: calc(50% - 36px);
  }
  .pro-detail .pro-detail-key-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .pro-detail .pro-detail-access-content {
    padding: 0;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-r {
    max-width: 750px;
  }
  .pro-detail .pro-detail-client-content {
    flex-wrap: wrap;
  }
  .pro-detail .pro-detail-client-content .pro-detail-client-cont {
    width: calc(50% - 20px);
  }
  .pro-detail .pro-detail-client-content .pro-detail-client-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .pro-detail .pro-detail-case-cont {
    padding: 30px;
  }
  .pro-detail .pro-detail-case-cont-txt p {
    max-width: 800px;
  }
  .pro-detail .pro-detail-related-content-r {
    padding: 30px;
    max-width: 650px;
  }
  .pro-detail .pro-detail-related-content-r a.pro-detail-related-cont-txt-btn {
    margin-top: 40px;
  }
  .un-send {
    padding: 60px 0;
  }
  .un-send .un-send-txt h2 {
    font-size: 32px;
  }
  .un-send .un-send-txt {
    max-width: 740px;
  }
  .un-send .un-send-btn a {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1100px) {
  .index .index-explore-txt-btns .wpcf7-form {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 220px;
  }
  .index .turnkey-content {
    height: 320px;
  }
  .index .turnkey-content .turnkey-cont {
    width: 110px;
  }
  .index .turnkey-content .turnkey-cont.turnkey-on {
    width: 450px;
    padding: 15px;
  }
  .index .index-showbg-content {
    margin-right: 70px;
  }
  .index .index-about-txt {
    max-width: 400px;
  }
  .index .index-showbg-img {
    width: 56px;
    height: 56px;
  }
  .index a.index-box-txt-btn span {
    font-size: 48px;
  }
  .index .index-why-cont::after {
    width: 68px;
    right: -32px;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0 80px;
  }
  .index .index-pq-cont {
    width: 150px;
  }
  .index .index-pq-btncont-txt {
    max-width: 350px;
  }
  .index .index .index-pq-btncont-btn a {
    padding: 8px 12px;
  }
  .factory .fact {
    left: 30px;
    bottom: 30px;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-l {
    margin-right: 40px;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-r {
    max-width: 620px;
  }
  .pro-detail .pro-detail-case-cont-txt p {
    max-width: 720px;
  }
  .pro-detail .pro-detail-related-content-l {
    max-width: 240px;
  }
  .pro-detail .pro-detail-related-content-l a {
    font-size: 18px;
  }
  .pro-detail .pro-detail-related-content-r {
    max-width: 560px;
  }
  .pro-detail .pro-detail-related-content-r h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .pro-detail .pro-detail-related-content-r p {
    font-size: 16px;
    margin-top: 10px;
  }
  .service-prod .service-prod-custom-content {
    flex-direction: column;
  }
  .service-prod .service-prod-custom-content .service-prod-custom-content-txt {
    max-width: 100%;
  }
  .service-prod .service-prod-custom-content .service-prod-custom-content-main {
    max-width: 100%;
    margin-top: 30px;
  }
  .service-prod .service-prod-custom-content .service-prod-custom-content-main .service-prod-custom-content-main-u-cont .wpcf7-form .wpcf7-form-control {
    width: 240px;
  }
  .contact .contact-main-map {
    max-width: 550px;
  }
  .un-send .un-send-txt {
    max-width: 620px;
  }
}
@media screen and (max-width: 991px) {
  .index .index-head {
    /*padding: 60px 0 120px;*/
  }
  .index .index-why-cont i {
    margin: 20px 0 0;
  }
  .factory-quality-txt {
    padding-bottom: 40px;
  }
  .single-news-main-l-main {
    font-size: 16px;
  }
  .index .index-head-title h1,
  .index .turnkey-title h2,
  .index .index-explore-txt h2,
  .index .index-why-tit h2,
  .index .index-custom-txt h2,
  .index .index-support-txt h2,
  .index .index-what-title h2,
  .index .index-about-txt h2,
  .index .index-media-title h2,
  .index .index-what-cont h3 {
    font-size: 24px;
  }
  .index .index-explore-txt p {
    font-size: 18px;
  }
  .index .index-pq-btncont-btn a {
    font-size: 14px;
    padding: 10px;
  }
  .index .index-head-title-btn,
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input,
  .index .index-explore-txt-btns .wpcf7-form button,
  .index a.index-about-txt-btn,
  .index a.index-custom-txt-btn,
  .index a.index-support-btn {
    padding: 10px 15px;
  }
  .index .index-product-cont-txt {
    padding: 15px;
  }
  .index a.turnkey-cont-btn {
    padding: 10px 30px;
  }
  .index .index-products-cont {
    margin-top: 80px;
  }
  .index .index-explore,
  .index .index-turnkey,
  .index .index-showbg,
  .index .index-about,
  .index .index-about-img,
  .index .index-pq-btncont,
  .index .index-what,
  .index .index-media {
    margin-top: 40px;
  }
  .index .index-why,
  .index .index-custom,
  .index .index-pqtit,
  .index .index-production,
  .index .index-support {
    padding: 40px 0;
  }
  .index .turnkey-title h2,
  .index .index-why-content,
  .index a.index-custom-txt-btn,
  .index a.index-about-txt-btn,
  .index a.index-support-btn {
    margin-top: 20px;
  }
  .index .index-production-txt h2 {
    font-size: 26px;
  }
  .index .index-production-txt h2 span {
    font-size: 28px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 300px;
  }
  .index .index-explore-txt {
    margin: 32px 0;
  }
  .index .index-turnkey,
  .index .index-explore,
  .index .index-showbg,
  .index .index-about,
  .index .index-pq-btncont,
  .index .index-media {
    margin-top: 40px;
  }
  .index .turnkey-content {
    height: 260px;
  }
  .index .turnkey-content .turnkey-cont.turnkey-on {
    width: 400px;
  }
  .index .index-about-content {
    flex-direction: column;
  }
  .index .index-about-content .index-about-map {
    margin-top: 20px;
  }
  .index .index-about-txt {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .index .index-why-content {
    flex-wrap: wrap;
  }
  .index .index-why-content .index-why-cont {
    width: 200px;
  }
  .index .index-showbg-num p,
  .index a.index-box-txt-btn span {
    font-size: 36px;
  }
  .index .index-showbg-content {
    margin-right: 45px;
  }
  .index .index-showbg-content:last-child {
    margin-right: 0;
  }
  .index .index-showbg-content .index-showbg-cont {
    margin-right: 10px;
  }
  .index .index-showbg-img {
    width: 48px;
    height: 48px;
    padding: 12px;
  }
  .index .index-about-img-cont {
    width: 200px;
  }
  .index a.index-box-txt-btn img {
    width: 100px;
    margin: 0 12px;
  }
  .index a.index-box-txt-btn img.index-circle {
    width: 64px;
  }
  .index .index-why,
  .index .index-custom,
  .index .index-support {
    padding: 40px 0;
  }
  .index .index-why-cont::after {
    display: none;
  }
  .index .index-production-txt {
    max-width: 520px;
    margin-right: 32px;
  }
  .index .index-production-txt h2 {
    font-size: 32px;
  }
  .index .index-production-txt h2 span {
    font-size: 40px;
  }
  .index .index-pq-cont {
    width: 130px;
  }
  .index .index-pq-cont h4 {
    font-size: 24px;
  }
  .index .index-pq-content {
    margin-top: 20px;
  }
  .index .index-pq-btncont {
    padding: 40px;
  }
  .factory .factory-head {
    padding: 120px 0 160px;
  }
  .factory .factory-overview-btn a {
    font-size: 16px;
  }
  .factory .factory-head-title h1,
  .factory .factory-overview-title h2,
  .factory .factory-advanced-title h2,
  .factory .factory-tours-title h2,
  .factory .factory-quality-txt h2,
  .factory .factory-advanced-cont h3 {
    font-size: 24px;
  }
  .factory .factory-overview-title h2,
  .factory .factory-advanced-title h2,
  .factory .factory-tours-title h2,
  .factory .factory-quality-txt h2 {
    margin-top: 20px;
  }
  .factory .factory-quality-txt-content,
  .factory .factory-tours-content,
  .factory .foca {
    margin-top: 40px;
  }
  .factory .factory-quality-txt-cont h3 {
    font-size: 18px;
  }
  .factory .factory-head-title p,
  .factory .factory-overview-title p,
  .factory .factory-overview-cont p,
  .factory .factory-advanced-title p,
  .factory .factory-advanced-title ul li,
  .factory .factory-advanced-cont p,
  .factory .factory-tours-title p,
  .factory .factory-quality-txt p {
    font-size: 16px;
  }
  .factory .factory-overview-cont {
    width: 100%;
  }
  .factory .factory-overview-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .factory .factory-overview,
  .factory .factory-advanced,
  .factory .factory-tours {
    padding: 40px 0;
  }
  .factory .factory-tours {
    padding-bottom: 0;
  }
  .factory .factory-quality {
    margin-top: 60px;
  }
  .pro-detail .pro-detail-design-title h2,
  .pro-detail .pro-detail-head-title h1,
  .pro-detail .pro-detail-key-title h2,
  .pro-detail .pro-detail-bend-title h2,
  .pro-detail .pro-detail-access-title h2,
  .pro-detail .pro-detail-client-title h2,
  .pro-detail .pro-detail-case-title h2,
  .pro-detail .pro-detail-related-title h2 {
    font-size: 24px;
  }
  .pro-detail .pro-detail-design-cont p,
  .pro-detail .pro-detail-bend-title p,
  .pro-detail .pro-detail-client-title p {
    font-size: 16px;
  }
  .pro-detail .pro-detail-head,
  .pro-detail .pro-detail-design,
  .pro-detail .pro-detail-key,
  .pro-detail .pro-detail-bend,
  .pro-detail .pro-detail-access,
  .pro-detail .pro-detail-client,
  .pro-detail .pro-detail-related {
    padding: 40px 0;
  }
  .pro-detail .pro-detail-case {
    padding: 40px 0 0;
  }
  .pro-detail a.pro-detail-table-btn,
  .pro-detail a.pro-detail-head-btn {
    margin-top: 20px;
    padding: 10px 15px;
  }
  .pro-detail .pro-detail-design-title h2,
  .pro-detail .pro-detail-key-title h2,
  .pro-detail .pro-detail-bend-title h2,
  .pro-detail .pro-detail-access-title h2,
  .pro-detail .pro-detail-client-title h2,
  .pro-detail .pro-detail-case-title h2,
  .pro-detail .pro-detail-related-title h2 {
    font-size: 24px;
  }
  .pro-detail .pro-detail-related-content,
  .pro-detail .pro-detail-related-title h2,
  .pro-detail .pro-detail-case-content,
  .pro-detail .pro-detail-case-title h2,
  .pro-detail .pro-detail-client-content,
  .pro-detail .pro-detail-client-title p,
  .pro-detail .pro-detail-client-title h2,
  .pro-detail .pro-detail-access-content,
  .pro-detail .pro-detail-bend-content,
  .pro-detail .pro-detail-key-content,
  .pro-detail .pro-detail-design-content {
    margin-top: 20px;
  }
  .pro-detail .pro-detail-design-cont p {
    margin-top: 10px;
  }
  .pro-detail .pro-detail-access-content-r .pro-detail-access-cont-txt {
    padding: 30px;
  }
  .pro-detail .pro-detail-access-content-l ul li {
    padding: 15px 0;
  }
  .pro-detail .pro-detail-key-cont i {
    display: none;
  }
  .pro-detail .pro-detail-key-cont {
    width: calc(50% - 15px);
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-l {
    max-width: 240px;
    margin-right: 20px;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-r {
    max-width: 480px;
  }
  .pro-detail .pro-detail-bend-cont {
    width: calc(50% - 15px);
  }
  .pro-detail .pro-detail-bend-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-r {
    max-width: 500px;
  }
  .pro-detail .pro-detail-related-content-r a {
    margin-top: 30px !important;
    font-size: 16px;
    padding: 10px 15px;
  }
  .pro-detail .pdccp {
    margin-top: 20px;
  }
  .service-prod .service-prod-machines-cont-txt li:nth-child(n+2) {
    margin-top: 20px;
  }
  .service-prod .service-prod-head {
    padding: 120px 0;
  }
  .service-prod .service-prod-machines {
    padding: 40px 0 0;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n),
  .service-prod .service-prod-custom,
  .service-prod .service-prod-explore-content {
    margin-top: 40px;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n) .spmc,
  .service-prod .service-prod-explore {
    padding: 40px 0;
  }
  .service-prod .service-prod-head-txt h2,
  .service-prod .service-prod-machines-title h2,
  .service-prod .service-prod-custom-title h2,
  .service-prod .service-prod-custom-content-txt h2,
  .service-prod .service-prod-custom-content-main-u h3,
  .service-prod .service-prod-explore-title h2 {
    font-size: 24px;
  }
  .service-prod .service-prod-head-txt p {
    font-size: 16px;
  }
  .service-prod .service-prod-machines-cont .spmc {
    flex-direction: column;
  }
  .service-prod .service-prod-machines-cont .spmc .service-prod-machines-cont-txt {
    max-width: 100%;
    margin-right: 0;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n) .spmc {
    flex-direction: column;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n) .spmc .service-prod-machines-cont-txt {
    margin-left: 0;
  }
  .news .news-main {
    padding-bottom: 40px;
  }
  .news .news-head {
    padding: 90px 0 120px;
  }
  .news .news-title {
    padding-top: 40px;
  }
  .news a.news-main-top-btn {
    padding: 10px 30px;
  }
  .news .news-t-content,
  .news .news-main-content {
    margin-top: 40px;
  }
  .news .news-main-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .news .news-t-cont img {
    margin-top: 20px;
  }
  .news .news-head-txt h1,
  .news .news-title h2 {
    font-size: 24px;
  }
  .news .news-t-cont p {
    font-size: 16px;
  }
  .news .news-t-cont {
    width: 100%;
  }
  .news .news-t-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .news .news-main-content {
    margin-top: 40px;
  }
  .contact .contact-head {
    padding: 120px 0 150px;
  }
  .contact .contact-head-txt h1,
  .contact .contact-main-txt h3 {
    font-size: 24px;
  }
  .contact .contact-cont h3 {
    margin-top: 10px;
  }
  .contact .contact-main-box {
    flex-direction: column;
  }
  .contact .contact-main-box .contact-main-map {
    max-width: 100%;
    height: 500px;
  }
  .contact .contact-main-box .contact-main-txt {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .contact .contact-main-txt p,
  .contact .contact-main-txt p.contact-main-txt-b {
    margin-top: 20px;
  }
  .single-news .single-news-main {
    margin: 40px 0;
  }
  .single-news .single-news-main-l {
    margin-right: 20px;
    padding: 40px;
  }
  .single-news .single-news-main-l-title h3 {
    font-size: 24px;
  }
  .single-news .single-news-main-r-t,
  .single-news .single-news-main-r-m,
  .single-news .single-news-main-r-u {
    padding: 15px;
  }
  .single-news .single-news-main-r-m,
  .single-news .single-news-main-r-u {
    margin-top: 40px;
  }
  .single-news .single-news-btn a {
    padding: 10px 15px;
  }
  .single-news .single-news-main-l-u {
    margin-top: 40px;
  }
  .un-send {
    padding: 40px 0;
  }
  .un-send .un-send-txt h2 {
    font-size: 24px;
  }
  .un-send .un-send-btn a {
    padding: 10px 15px;
  }
  .un-send .un-send-txt {
    max-width: 520px;
  }
}
@media screen and (max-width: 860px) {
  .factory .factory-advanced .factory-advanced-next,
  .factory .factory-advanced .factory-advanced-prev {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 770px) {
  .index-product-cont-txt h4 {
    font-size: 18px;
    height: 48px;
  }
  .index-product-cont-txt p {
    font-size: 14px;
  }
  .index .index-why-content {
    justify-content: space-between;
    gap: 0;
  }
  .index .index-why-content .index-why-cont {
    width: calc(33% - 5px);
  }
  .index .index-why-content .index-why-cont:nth-child(n+4) {
    margin-top: 30px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input {
    width: 300px;
  }
  .index .turnkey-content {
    height: 200px;
    margin-top: 30px;
  }
  .index .turnkey-content .turnkey-cont {
    width: 90px;
  }
  .index .turnkey-content .turnkey-cont h4 {
    font-size: 18px;
  }
  .index .turnkey-content .turnkey-cont.turnkey-on {
    width: 360px;
  }
  .index .turnkey-content .turnkey-cont-txt h4 {
    font-size: 20px;
  }
  .index .turnkey-content a.turnkey-cont-btn {
    padding: 10px 30px;
    margin-top: 10px;
  }
  .index .index-showbg {
    padding: 30px 0;
  }
  .index .index-showbg-content {
    margin-right: 40px;
  }
  .index .index-showbg-cont {
    margin-right: 0;
  }
  .index .index-showbg-cont .index-showbg-num p {
    font-size: 28px;
  }
  .index .index-showbg-cont .index-showbg-num p span {
    font-size: 18px;
  }
  .index .index-showbg-cont .index-showbg-txt p:first-child {
    font-size: 16px;
  }
  .index .index-showbg-cont .index-showbg-txt p {
    font-size: 14px;
  }
  .index .index-showbg-img {
    width: 36px;
    height: 36px;
    padding: 8px;
  }
  .index .index-production-txt {
    max-width: 380px;
    margin-right: 30px;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0 65px;
  }
  .index .index-pq-cont {
    width: 120px;
  }
  .index .index-pq-btncont {
    flex-direction: column;
  }
  .index .index-pq-btncont .index-pq-btncont-txt {
    max-width: 100%;
  }
  .index .index-pq-btncont-btn a {
    margin-top: 20px;
  }
  .index .index-what-content {
    margin-top: 30px;
  }
  .index .index-what-content .index-what-cont {
    width: 50%;
  }
  .service-prod .spmtp,
  .service-prod .service-prod-machines-cont-txt p,
  .service-prod .service-prod-custom-title p,
  .service-prod .service-prod-custom-content-txt p,
  .service-prod .service-prod-explore-title p {
    font-size: 16px;
  }
  .service-prod .service-prod-custom-content-main-t {
    display: none;
  }
  .service-prod .service-prod-custom-content .service-prod-custom-content-txt {
    margin-right: 0;
  }
  .service-prod .service-prod-custom-content-main-u {
    margin-top: 0;
  }
  .contact .contact-main-map {
    height: 450px;
  }
  .pro-detail .pro-detail-case-title h2 {
    margin-top: 10px;
  }
  .pro-detail .pro-detail-client-content {
    padding: 0;
  }
  .pro-detail .pro-detail-client-content .pro-detail-client-cont {
    width: 100%;
  }
  .pro-detail .pro-detail-client-content .pro-detail-client-cont:nth-child(n+2) {
    margin-top: 30px;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-l {
    display: none;
  }
  .pro-detail .pro-detail-access-content .pro-detail-access-content-r {
    max-width: 100%;
  }
  .pro-detail .pro-detail-related-title h2 {
    margin-top: 20px;
  }
  .pro-detail .pro-detail-design-content .pro-detail-design-cont {
    width: calc(50% - 10px);
  }
  .pro-detail .pro-detail-design-content .pro-detail-design-cont:nth-child(n+3) {
    margin-top: 20px;
  }
  .pro-detail .pro-detail-related-content {
    flex-direction: column;
    margin-top: 20px;
  }
  .pro-detail .pro-detail-related-content .pro-detail-related-content-l {
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
  }
  .pro-detail .pro-detail-related-content .pro-detail-related-content-r {
    max-width: 100%;
  }
  .single-news .single-news-main {
    flex-direction: column;
  }
  .single-news .single-news-main .single-news-main-l {
    width: 100%;
    margin-right: 0;
    padding: 15px;
  }
  .single-news .single-news-main .single-news-main-r {
    max-width: 100%;
    width: 100%;
  }
  .single-news .single-news-main .single-news-main-r .single-news-main-r-u-form .wpcf7-text {
    max-width: 100%;
    width: 100%;
  }
  .un-send .un-send-txt {
    max-width: 420px;
  }
}
@media screen and (max-width: 630px) {
  .index-products-cont {
    width: 100%;
  }
  .index-products-cont:nth-child(n+2) {
    margin-top: 180px !important;
  }
  .index .index-head-title p {
    margin-top: 15px;
    font-size: 16px;
  }
  .index .index-head-title-btns {
    margin-top: 30px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input {
    width: 245px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 500px;
  }
  .index .turnkey-content {
    height: 640px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .index .turnkey-content .turnkey-cont.turnkey-on {
    width: 100%;
    height: 25%;
  }
  .index .turnkey-content .turnkey-cont {
    width: 100%;
    height: 25%;
  }
  .index .index-showbg {
    background-color: #133678;
  }
  .index .index-showbg .isact {
    flex-direction: column;
  }
  .index .index-showbg .isact .index-showbg-content {
    width: 400px;
    margin-right: 0;
  }
  .index .index-showbg .isact .index-showbg-content .index-showbg-cont {
    margin-right: 0;
  }
  .index .index-imgbox {
    flex-direction: column;
  }
  .index .index-imgbox .index-box {
    width: 100%;
  }
  .index .index-why-tit {
    margin-right: 0;
    margin-top: 30px;
    flex-direction: column;
  }
  .index .index-why-tit .index-why-tit-r {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0 50px;
  }
  .index .index-pq-cont {
    width: 95px;
  }
  .index .isa {
    flex-direction: column;
  }
  .index .isa .index-support-txt {
    width: 100%;
  }
  .index .isa .index-support-txt a.index-support-btn {
    margin-top: 20px;
  }
  .index .isa .index-support-img {
    width: 100%;
    margin-top: 30px;
  }
  .index .index-custom {
    flex-direction: column;
  }
  .index .index-custom .index-custom-txt {
    width: 100%;
    padding: 0;
  }
  .index .index-custom .index-custom-img {
    width: 100%;
    margin-top: 30px;
  }
  .index .index-showbg-num p {
    font-size: 36px;
  }
  .index .index-showbg-content:last-child {
    margin-top: 30px;
  }
  .index .index-showbg-img {
    display: none;
  }
  .index .ipqm {
    flex-direction: column;
  }
  .index .ipqm .index-production-txt {
    max-width: 100%;
  }
  .index .ipqm .index-production-img {
    margin-top: 30px;
  }
  .index .index-pq-cont h4 {
    font-size: 20px;
  }
  .index .index-pq-cont p {
    font-size: 16px;
  }
  .index .index-media-content {
    margin: 30px 0;
    flex-direction: column;
  }
  .index .index-media-content .index-media-cont {
    width: 100%;
  }
  .index .index-media-content .index-media-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .factory .factory-head {
    padding: 80px 0 120px;
  }
  .factory .factory-advanced-content-tit {
    font-size: 14px;
  }
  .factory .factory-tours-content {
    flex-direction: column;
    margin-top: 30px;
  }
  .factory .factory-tours-content .factory-tours-cont {
    width: 100%;
  }
  .factory .factory-tours-content .factory-tours-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .factory .factory-quality-txt-content {
    margin-top: 30px;
    flex-direction: column;
  }
  .factory .factory-quality-txt-content .factory-quality-txt-cont {
    max-width: 100%;
    width: 100%;
  }
  .contact .contact-main-map {
    height: 300px;
  }
  .pro-detail .pro-detail-access-cont {
    flex-direction: column;
  }
  .pro-detail .pro-detail-access-content-r .pro-detail-access-cont-txt {
    max-width: 100%;
  }
  .pro-detail .pro-detail-access-content-r .pro-detail-access-cont-img {
    max-width: 100%;
  }
  .un-send .un-send-content {
    flex-direction: column;
  }
  .un-send .un-send-content .un-send-txt {
    max-width: 100%;
  }
  .un-send .un-send-content .un-send-txt h2 {
    font-size: 24px;
  }
  .un-send .un-send-content .un-send-txt p {
    font-size: 16px;
  }
  .un-send .un-send-content .un-send-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .service-prod .service-prod-custom-content-main-u-cont .wpcf7-form {
    justify-content: center;
  }
  .service-prod .service-prod-custom-content .service-prod-custom-content-main .service-prod-custom-content-main-u-cont .wpcf7-form .wpcf7-form-control {
    width: 100%;
    margin-right: 0;
  }
  .pro-detail .pro-detail-key-cont {
    width: 100%;
  }
  .pro-detail .pro-detail-key-cont:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input {
    width: 195px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 400px;
  }
  .index .index-about-img {
    margin-top: 30px;
    gap: 0;
    justify-content: space-between;
    padding: 0 10px;
  }
  .index .index-about-img .index-about-img-cont {
    width: calc(50% - 5px);
  }
  .index .index-about-img .index-about-img-cont:nth-child(n+3) {
    margin-top: 10px;
  }
  .index .index-pq-content:nth-child(1) {
    padding: 0;
  }
  .index .index-pq-content {
    flex-wrap: wrap;
  }
  .index .index-pq-content .index-pq-cont {
    width: calc(50% - 5px);
  }
  .index .index-what {
    margin-top: 40px;
  }
  .index .index-what-content .index-what-cont {
    width: 100%;
  }
  .index a.index-about-txt-btn {
    margin-top: 30px;
  }
  .factory .factory-overview-cont {
    padding-top: 220px;
  }
  .service-prod .service-prod-head {
    padding: 80px 0;
  }
  .service-prod .service-prod-machines {
    padding: 40px 0 0;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n),
  .service-prod .service-prod-custom {
    margin-top: 40px;
  }
  .service-prod .service-prod-machines-cont:nth-child(2n) .spmc,
  .service-prod .service-prod-explore {
    padding: 40px 0 60px;
  }
  .contact .contact-head {
    padding: 90px 0 120px;
  }
  .contact .contact-head-txt h1,
  .contact .contact-main-txt h3 {
    font-size: 24px;
  }
  .contact .contact-cont p,
  .contact .contact-cont a,
  .contact .contact-main-txt-form .wpcf7-form button {
    font-size: 16px;
  }
  .contact .contact-cont {
    width: 100%;
  }
  .contact .contact-cont:nth-child(n+2) {
    margin-top: 20px;
  }
  .contact .contact-main-map {
    height: 240px;
  }
  .news .news-head {
    padding: 90px 0 120px;
  }
  .single-news .single-news-main-l-title h3,
  .single-news .single-news-main-r-t h3,
  .single-news .single-news-main-r-m > h3,
  .single-news .single-news-main-r-u h3 {
    font-size: 24px;
  }
  .single-news a.single-news-main-r-t-btn {
    font-size: 16px;
  }
  .pro-detail .pro-detail-related-cont {
    flex-direction: column;
  }
  .pro-detail .pro-detail-related-cont .pro-detail-related-cont-txt {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .pro-detail .pro-detail-related-cont .pro-detail-related-cont-img {
    width: 100%;
    margin-top: 20px;
  }
  .pro-detail .pro-detail-related-content-r a.pro-detail-related-cont-txt-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 425px) {
  .index .index-head-title-btn {
    padding: 15px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-select,
  .index .index-explore-txt-btns .wpcf7-form input {
    width: 145px;
  }
  .index .index-explore-txt-btns .wpcf7-form .wpcf7-validates-as-email,
  .index .index-explore-txt-btns .wpcf7-form .message {
    width: 300px;
  }
  .index .turnkey-content {
    height: 840px;
  }
  .index .turnkey-content .turnkey-cont-txt p {
    font-size: 16px;
  }
  .index .index-product-cont-txt {
    padding: 0 15px 10px;
  }
  .index .index-showbg-content {
    width: 300px !important;
  }
  .index a.index-box-txt-btn span {
    font-size: 32px;
  }
  .index .index-why-content .index-why-cont {
    width: calc(50% - 5px);
  }
  .index .index-why-content .index-why-cont:nth-child(n+3) {
    margin-top: 30px;
  }
  .index .index-pq-btncont {
    margin: 30px 0 0;
  }
  .index .index-custom,
  .index .index-production {
    padding: 40px 0;
  }
  .contact .contact-main-map {
    height: 200px;
  }
}
@media screen and (max-width: 370px) {
  .index .index-explore-txt h2 span {
    display: none;
  }
}
