@charset "utf-8";
/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media (max-width: 1520px) {
  body,
  html {
    font-size: 57.5%;
  }
}

/* 首页 Strat */
@media (max-width: 1400px) {
  .i_part3 .item a {
    aspect-ratio: 0;
  }
  .i_part2 .bb {
    padding-left: 8%;
    padding-right: 5%;
  }
  .i_part2 .aa {
    width: 50%;
  }
}
@media (max-width: 1080px) {
  .banner {
    height: auto;
  }
  .banner .swiper-wrapper {
    height: 100%;
  }
  .banner .swiper-slide {
    height: auto;
  }
  .i_part2 {
    padding: 0;
  }
  .i_part2 .box {
    flex-direction: column;
  }
  .i_part2 {
    padding: 0 !important;
  }
  .i_part2 .box .aa {
    width: 100%;
  }
  .i_part2 .box .bb {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }
  .title h2 {
    font-size: 2.8rem;
  }
  .i_part2 .bb .text {
    margin-top: 24px;
  }
  
.i_part1 .swiper-pagination {
  position: relative;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: block;
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i_part1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #fff;
  margin: 0 5px !important;
  opacity: 1;
  display: block !important;
}
.i_part1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
}
@media (max-width: 700px) {
  .title h2 {
    font-size: 2.6rem;
  }
  .i_part2 .bb h2 {
    font-size: 2.6rem;
  }
  .i_part1 .txtBox h2 {
    font-size: 2.2rem;
  }
  .i_part3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .i_part2 .box .bb {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 600px) {
  body,
  html {
    font-size: 53.5%;
  }
  .i_part2 .bb h2 {
    font-size: 2.4rem;
  }
  .more a {
    padding: 12px 36px;
  }
  .more3 span {
    padding: 12px 42px;
  }
  .wp30 {
    padding-left: 3%;
    padding-right: 3%;
  }
  .i_part5 h3 {
    font-size: 1.7rem;
  }
  .i_part4 .box .txtBox h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .title h2 {
    font-size: 2.4rem;
  }
  .i_part1 .txtBox h2 {
    font-size: 2rem;
  }
  .i_part2 .bb h2 {
    font-size: 2.3rem;
  }
  .i_part2 .box .bb {
    padding-left: 5%;
    padding-right: 5%;
  }
  .banner .swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .i_part1 .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
}

/* 首页 End*/

/* 导航 Strat */
header .other {
  display: none;
}
header .mobile {
  display: none;
}
@media (max-width: 1200px) {
  header .nav {
    display: none;
  }
  header .other {
    display: block;
  }
  header .mobile {
    position: fixed;
    left: 0;
    top: var(--height);
    width: 100%;
    height: auto;
    background-color: var(--color2);
    z-index: 99;
    overflow: auto;
    display: none;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  header.scroll {
    height: var(--height);
  }
  header .mobile ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 5% 32px;
  }
  /* header .mobile ul li {
    border-bottom: 1px solid var(--color2);
  } */
  header .mobile ul li > a {
    display: block;
    font-size: 1.8rem;
    margin: 5px 0;
    color: #000;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    padding: 8px 0;
    position: relative;
  }

  header .mobile ul .sMenu {
    display: none;
  }
  header .mobile ul dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 25px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  header .mobile ul dd a {
    font-size: 1.8rem;
    font-weight: normal;
    color: #999;
    margin: 2px 0;
    display: block;
    padding-left: 18px;
    position: relative;
  }
  header .mobile ul dd a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #999;
    border-radius: 50%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  }
  header .other {
    display: flex;
    align-items: center;
  }
  header .nav_btn {
    display: block;
    margin-left: 24px;
    cursor: pointer;
  }
  header .language a i{
    width: 22px;
    height: 22px;
  }
  header .nav_btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 6px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  header .nav_btn_active span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav_btn_active span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav_btn_active span:nth-of-type(3) {
    margin-top: -15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (max-width: 789px) {
  header .logo a img {
    height: 36px;
  }
  html,
  body {
    --height: 60px;
    --height2: 50px;
  }
}
@media (max-width: 600px) {
  .w100p5 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 539px) {
  html,
  body {
    --height: 50px;
    --height2: 50px;
  }
  header .logo a img {
    height: 32px;
  }
  header .language a i {
    width: 20px;
    height: 20px;
  }
  header .nav_btn span{
    width: 22px;
    margin: 5.5px 0;
  }
  header .mobile ul li > a {
    padding: 3px 0;
  }
  header .mobile ul {
    padding: 20px 3% 24px;
  }
  header .mobile ul li > a {
    font-size: 1.6rem;
    margin: 3px 0;
  }
}
/* 导航 End*/

/* 底部栏 Strat */
@media (max-width: 1080px) {
  .footer .top .way {
    margin-right: 20px;
  }
  .footer .top h2 {
    padding-bottom: 15px;
  }
}
@media (max-width: 969px) {
  .footer .fotNav {
    display: none;
  }
  .footer .copyRight {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
  }
  .footer .top .way {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    width: 100%;
  }
  .footer .top .link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .top {
    padding-bottom: 0 !important;
    padding-top: 15px;
  }
  .footer .top .way span{
    text-align: center;
  }
  .footer .copyRight {
    padding: 15px 0;
  }
}
/* 底部栏 End*/

/* 关于我们 Strat */
@media (max-width: 1665px) {
  .about .honor .ysB {
    bottom: 54px;
  }
}
@media (max-width: 1520px) {
  .about .advan ul {
    grid-gap: 15px;
  }
  .about .honor .oth {
    width: 70%;
  }
  .about .honor .ysB {
    bottom: 60px;
  }
}
@media (max-width: 1280px) {
  .about .culture .item {
    width: 26%;
  }
  .about .culture .item li {
    margin-bottom: 80px;
  }
  .about .culture .item span {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .about .itro .txtBox span {
    margin: 24px 0 10px;
  }
  .about .honor .oth {
    width: 80%;
  }
  .about .honor .ysB {
    bottom: 80px;
  }
}
@media (max-width: 1080px) {
  .about .data h4 span {
    font-size: 3.6rem;
  }
  .about .data h5 {
    font-size: 1.6rem;
  }
  .about .culture .item span {
    font-size: 2.2rem;
  }
  .about .advan ul li h2 {
    font-weight: 400;
    font-size: 1.7rem;
  }
  .about .advan ul {
    grid-gap: 10px;
  }
  .font18 p {
    font-size: 1.7rem;
  }
  .about .itro .txtBox span {
    height: 42px;
  }
  .about .itro .txtBox h2 {
    font-size: 3.2rem;
  }
  .about .itro .txtBox h3 {
    font-size: 1.7rem;
  }
  .about .itro .txtBox {
    padding: 5% 0;
  }
  .about .banner {
    height: auto;
  }
}
@media (max-width: 1000px) {
  .about .culture .bb {
    display: none;
  }
  .about .culture .con {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about .culture .item {
    width: 49%;
  }
  .about .culture .item ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  .about .culture .item li {
    margin-bottom: 0;
    background: var(--color2);
    padding: 5%;
    border-radius: 10px;
  }
  .about .culture .item li:nth-of-type(2) {
    left: 0;
  }
  .about .culture .item span::before {
    display: none;
  }
  .about .culture .item span::after {
    display: none;
  }
  .about .culture .item li span {
    justify-content: center;
  }
  .about .culture .item li {
    text-align: center;
  }
  .about .culture .item span {
    border-bottom: none;
  }
  .about .advan ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about .honor .oth {
    width: 100%;
  }
  .about .honor .oth .sButton {
    width: 45px;
    height: 45px;
  }
  .about .honor .oth .swiper-button-next::after,
  .about .honor .oth .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .about .honor .ysB {
    bottom: 92px;
  }
}
@media (max-width: 939px) {
  .about .honor .ysB {
    bottom: 72px;
  }
  .about .honor .oth {
    margin-top: -32px;
  }
  .about .honor .swiper-slide h2 {
    font-size: 1.8rem;
  }
  .about .honor .swiper-slide .imgBox {
    margin-bottom: 100px;
  }
  .about .partner ul li img {
    height: 64px;
  }
}
@media (max-width: 870px) {
  .about .honor .ysB {
    display: none;
  }
  .about .honor .swiper-slide .imgBox {
    margin-bottom: 32px;
  }
  .about .honor .swiper-slide {
    transform: scale(0.8);
  }
  .about .data h4 span {
    font-size: 2.8rem;
  }
  .about .data h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 809px) {
  .about .honor .oth {
    margin-top: -52px;
  }
  .about .culture .item li {
    width: 100%;
  }
  .about .culture .item {
    width: 100%;
  }
  .about .culture .aa {
    margin-bottom: 10px;
  }
}
@media (max-width: 749px) {
  .about .honor .swiper-slide .imgBox {
    width: 80%;
    margin: 0 auto 32px;
  }
  .about .honor .oth {
    margin-top: -32px;
  }
  .part .con {
    margin-top: 5%;
  }
  .about .honor .swiper-slide h2 {
    width: 60%;
    margin: 0 auto;
  }
  .about .data ul {
    flex-wrap: wrap;
    gap: 28px 0;
  }
  .about .data ul li {
    width: 50%;
    flex: initial;
  }
  .about .data h4 {
    justify-content: center;
  }
  .about .data h5 {
    justify-content: center;
  }
  .about .data h5 i {
    display: none;
  }
  .about .data {
    width: 100%;
    border-radius: 0;
  }
  .about .data h4 span {
    font-size: 2.4rem;
    margin-right: 5px;
  }
  .about .data h4 {
    font-size: 1.5rem;
  }
  .about .advan ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about .advan ul li {
    padding: 3%;
  }
  .about .advan ul li i {
    width: 42px;
    height: 42px;
    padding: 2px;
  }
  .about .advan ul li i img {
    padding: 5px;
  }
  .about .partner ul li img {
    height: 54px;
  }
  /* .about .partner ul li {
    margin-right: 10px;
  } */
   
.about .partner .con,.about .partner .con ul{
  gap: 0 10px;
}
  .about .itro .txtBox h2 {
    font-size: 3rem;
  }
  .about .itro .txtBox .text p {
    font-size: 1.6rem;
  }
  .about .itro .txtBox h3 {
    font-size: 1.6rem;
  }
  .about .itro .txtBox .abtText1 {
    width: 70px;
    top: 18%;
  }
  .about .itro .txtBox .abtText2 {
    width: 40px;
  }
  .about .itro .txtBox span {
    margin: 15px 0 5px;
    height: 32px;
  }
  .about .culture .item span {
    font-size: 2rem;
  }
  .about .culture .item span img {
    width: 20px;
    height: 20px;
  }
  .about .itro .box {
    padding: 0 5%;
  }
}
@media (max-width: 600px) {
  .about .honor .oth .sButton {
    width: 36px;
    height: 36px;
  }
  .about .honor .oth .swiper-button-next::after,
  .about .honor .oth .swiper-button-prev::after {
    font-size: 1.2rem;
  }
  .about .title h2 {
    font-size: 2.25rem;
  }
  .about .itro .txtBox h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .about .honor .oth .sButton {
    width: 32px;
    height: 32px;
  }
  .about .honor .oth {
    margin-top: -28px;
  }
  .about .partner .con ul{
    animation: verticalScroll 28s infinite linear;
  }
}

/* 关于我们 End*/

/* 技术研发 Strat */
@media (max-width: 1400px) {
  .techA .img {
    height: auto;
  }
  .nyNav .box ul li a {
    padding: 18px 0;
  }
  .techA .itro .box {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .techA .itro .box {
    width: 85%;
  }
}
@media (max-width: 1080px) {
  .techA .itro .box {
    width: 100%;
  }
  .nyNav .box ul li a {
    padding: 12px 0;
    font-size: 1.8rem;
  }
}
/* 技术研发 End*/

/* 生产之道 Strat */
@media (max-width: 1400px) {
  .techB .item .txtBox span {
    width: 72px;
    height: 72px;
  }
  .techB .item .txtBox h2 {
    margin: 32px 0 20px;
  }
  .techB .item .txtBox {
    padding: 5% 3%;
  }
  .techB .item .imgBox {
    width: 52%;
    margin: 0 !important;
  }
  .techB .items .item {
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .techB .item .txtBox span {
    width: 64px;
    height: 64px;
  }
  .techB .item .txtBox h2 {
    margin: 24px 0 20px;
    font-size: 2.6rem;
  }
}
@media (max-width: 1000px) {
  .techB .item .imgBox {
    width: 100%;
  }
  .techB .items .item {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
  }
  .techB .item .txtBox {
    width: 100%;
  }
  .techB .item .txtBox span {
    width: 54px;
    height: 54px;
    font-size: 2.8rem;
    margin-left: 1px;
  }
}
@media (max-width: 700px) {
  .techB .item .txtBox h2 {
    margin: 15px 0 10px;
    font-size: 2.4rem;
  }
  .techB .item .txtBox span {
    width: 42px;
    height: 42px;
    font-size: 2.4rem;
  }
  .techB .item .txtBox {
    padding: 5% 0;
  }
}
@media (max-width: 480px) {
  .techB .item .txtBox h2 {
    font-size: 2.2rem;
  }
  .techB .item .txtBox span {
    margin-left: 0;
  }
}
/* 生产之道 End*/

/* 产品分类 Strat */
@media (max-width: 1669px) {
  .pro .series .box {
    width: 75%;
  }
}
@media (max-width: 1280px) {
  .pro .series .box {
    width: 85%;
  }
  .pro .series a .txtBox {
    width: 42%;
  }
  .pro .series a .imgBox {
    width: 55%;
  }
}
@media (max-width: 1100px) {
  .pro .series .box {
    width: 90%;
  }
  .pro .series a h2 {
    font-size: 2.6rem;
  }
  .pro .series a .more4 span {
    padding: 6px 24px;
  }
  .pro .proNav ul {
    padding: 15px 0;
  }
}
@media (max-width: 900px) {
  .pro .series a h2 {
    font-size: 2.4rem;
  }
  .pro .proNav ul {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 820px) {
  .pro .series a .txtBox {
    width: 100%;
    margin-bottom: 3%;
  }
  .pro .series a .imgBox {
    width: 100%;
  }
  .pro .series a {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .pro .proNav ul {
    justify-content: start !important;
  }
  .pro .series a .text {
    margin: 10px 0 18px;
  }
  .pro .series a h2 {
    font-size: 2.2rem;
  }
  .pro .proNav {
    position: relative;
    top: 0;
    background: var(--color2);
  }
  .pro .proNav ul li a {
    background: #fff !important;
    border-radius: 10px;
    opacity: 1;
  }
  .pro .proNav ul li i {
    margin: 0 24px;
  }
  .pro .proNav ul {
    gap: 20px 10px;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    justify-content: start !important;
    flex-wrap: nowrap !important;
  }
  .pro .proNav ul {
    padding: 10px 0;
  }
  .pro .proNav {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro .proNav ul li i {
    width: 42px;
    height: 42px;
  }
}
/* 产品分类 End*/

/* 产品系列 Strat */
@media (max-width: 1520px) {
  .proL .itro .bb {
    padding-right: 10%;
  }
}
@media (max-width: 1388px) {
  .proL .lists ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1200px) {
  .proL .itro .bb {
    width: 45%;
    padding-left: 0;
    padding-right: 5%;
  }
  .proL .itro .bb .text {
    margin-top: 24px;
  }
}
@media (max-width: 1000px) {
  .proL .itro .box {
    flex-direction: column-reverse;
  }
  .proL .itro .aa {
    width: 100%;
  }
  .proL .itro .bb {
    width: 100%;
    padding: 5%;
  }
  .proL .lists ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .proL .itro .bb h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 580px) {
  .proL .lists ul li a h2 {
    margin-bottom: 10px;
  }
  .proL .lists ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .proL .itro .bb h2 {
    font-size: 2.2rem;
  }
  .proL .itro .bb .text {
    margin-top: 15px;
  }
}
/* 产品系列 End*/

/* 产品详情 Strat */
@media (max-width: 1620px) {
  .prod .back {
    width: 90%;
  }
  .prod .itro {
    width: 90%;
  }
  .prod .poster .box {
    width: 65%;
  }
}
@media (max-width: 1500px) {
  .prod .itro .aa {
    padding: 0;
  }
  .prod .itro .bb {
    padding: 0;
    width: 45%;
  }
  .prod .poster .box {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .prod .itro .bb .text {
    margin: 32px 0;
  }
  .prod .itro .bb .iconPic ul li {
    width: 58px;
    height: 58px;
  }
  .prod .poster .box {
    width: 80%;
  }
}
@media (max-width: 1100px) {
  .prod .itro .bb .text {
    margin: 20px 0 24px;
  }
  .prod .itro .bb .iconPic {
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .prod .itro .box {
    flex-direction: column;
    align-items: center;
  }
  .prod .itro .aa {
    width: 80%;
  }
  .prod .itro .bb {
    width: 100%;
  }
  .prod .itro .bb .iconPic ul li {
    width: 78px;
    height: 78px;
  }
  .prod .poster .box {
    width: 90%;
  }
}
@media (max-width: 635px) {
  .prod .itro .bb .iconPic ul li {
    width: 64px;
    height: 64px;
  }
  .prod .itro .bb h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 560px) {
  .prod .itro .aa {
    width: 100%;
  }
  .prod .itro .bb h2 {
    font-size: 2.2rem;
  }
  .prod .itro .bb .iconPic ul li {
    width: 54px;
    height: 54px;
  }
}

/* 产品详情 End*/

/* 定制与案例 Strat */
@media (max-width: 1520px) {
  .custom .lc .imgBox {
    padding-left: 0;
  }
  .custom .lc .txtBox {
    padding-right: 10%;
  }
  .custom .items .txtBox {
    padding: 0 3%;
  }
  .custom .items .txtBox {
    width: 40%;
  }
  .custom .items .txtBox h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 1100px) {
  .custom .lc .turn ul li {
    font-size: 1.3rem;
  }
  .custom .lc .turn ul li i {
    width: 48px;
    height: 48px;
    padding: 10px;
  }
  .custom .lc .turn {
    overflow-x: auto !important;
    /* Firefox 兼容 */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
    padding-bottom: 20px;
  }

  .custom .lc .turn ul {
    width: 150%;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    justify-content: start !important;
    flex-wrap: nowrap !important;
  }

  /* WebKit 滚动条样式 */
  .custom .lc .turn::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }

  .custom .lc .turn::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .custom .lc .turn::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
  }

  .custom .lc .turn::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .custom .lc .txtBox h2 {
    font-size: 2.4rem;
  }
  .custom .lc .txtBox {
    padding-right: 0;
  }
  .custom .items .txtBox h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1000px) {
  .custom .lc .txtBox {
    width: 45%;
  }
  .custom .items ul li {
    flex-wrap: wrap;
  }
  .custom .items .imgBox {
    width: 100%;
  }
  .custom .items .txtBox {
    width: 100%;
    margin-top: 5%;
  }
  .custom .items .txtBox h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .custom .items ul li {
    margin-bottom: 7%;
  }
}

@media (max-width: 880px) {
  .custom .lc .swiper-slide {
    flex-direction: column;
  }
  .custom .lc .imgBox {
    width: 100%;
  }
  .custom .lc .txtBox {
    width: 100%;
    margin-top: 32px;
    text-align: center;
  }
  .custom .lc .txtBox h2 {
    margin-bottom: 15px;
  }
  .custom .lc .turn {
    margin-top: 42px;
  }
  .custom .items .txtBox h2 {
    font-size: 2.1rem;
  }
  .custom .items .txtBox h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .custom .lc .turn ul {
    width: 200%;
  }
  .custom .lc .turn ul li i {
    width: 42px;
    height: 42px;
    padding: 10px;
  }
  .custom .lc .turn ul li .icon:before,
  .custom .lc .turn ul li .icon::after {
    width: calc(50% - 38px);
  }
}
@media (max-width: 530px) {
  .custom .lc .txtBox h2 {
    font-size: 2.2rem;
  }
  .custom .items .txtBox h2 {
    font-size: 2rem;
  }
}
/* 定制与案例 End*/

/* 常见问题 Strat */
@media (max-width: 1330px) {
  .faq .box{
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .faq ul li .button{
    width: 28px;
    height: 28px;
  }
  .faq ul li{
    padding: 18px 0;
  }
  .faq ul li .an{
    padding-top: 12px;
  }
}
@media (max-width: 780px) {
  .faq ul li .button{
    width: 24px;
    height: 24px;
    padding: 5px;
  }
}
/* 常见问题 End*/

/* 联系我们 Strat */
@media (max-width: 1520px){
  .contact{
    padding: 0 10%;
  }
}
@media (max-width: 1300px){
  .contact{
    padding: 0 5%;
  }
}
@media (max-width: 1100px){
  .contact .way .aa{
    width: 100%;
    height: 420px;
  }
  .contact .way .bb{
    width: 100%;
    padding: 5%;
  }
  .contact .way .con{
    flex-wrap: wrap;
  }
  .contact .leaveMsg form{
    padding: 6%;
  }
}
@media (max-width: 700px){
  .contact .way .bb h2{
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .contact .way .bb li h4{
    font-size: 1.5rem;
  }
  .contact .way .bb li i{
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
  .contact .way .bb li span{
    font-size: 1.5rem;
  }
  .contact .way .bb li{
    margin-top: 10px;
  }
  .contact .leaveMsg ul li{
    width: 100%;
  }
}
/* 联系我们 End*/