@charset "utf-8";
/* CSS Document */
/*首页内容部分调整<=992 平板*/
@media (max-width: 1520px) {
  body,
  html {
    font-size: 55.5%;
  }
}
@media (max-width: 1360px) {
  body,
  html {
    font-size: 50.5%;
  }
}
@media (max-width: 768px) {
  body,
  html {
    font-size: 45.5%;
  }
}

/* 首页 Strat */
@media (max-width: 1620px) {
  header .nav_box {
    padding: 0 5%;
  }
  .banner .txtBox {
    left: 5%;
    width: 50%;
  }
  .w100p10 {
    padding: 5% 5% 2%;
  }
}
@media (max-width: 1520px) {
  .home .i_part2 .imgBox {
    width: 50%;
  }
  .home .i_part2 .txtBox {
    width: 45%;
  }
  .home .i_part1 .txtBox h1,
  .home .i_part1 .txtBox p,
  .home .i_part2 .txtBox h2,
  .home .i_part2 .txtBox h2,
  .home .i_part4 .txtBox p,
  .banner .txtBox h2 {
    font-size: 5rem;
  }
  .home .i_part3 .box .txtBox h3 {
    font-weight: 400;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
  }
}
@media (max-width: 1300px) {
  .home .i_part1 .txtBox p {
    width: 100%;
  }
  .home .i_part4 .txtBox p {
    width: 80%;
  }
  .home .i_part3 .box .imgBox {
    padding-top: 120%;
  }
  .w100p10 {
    padding: 5% 5% 5%;
  }
}
@media (max-width: 1080px) {
  .home .i_part1 .txtBox h1,
  .home .i_part1 .txtBox p,
  .home .i_part2 .txtBox h2,
  .home .i_part2 .txtBox h2,
  .home .i_part4 .txtBox p,
  .banner .txtBox h2 {
    font-size: 4.5rem;
  }
  .home .i_part2 .txtBox h2 {
    margin-bottom: 15px;
  }
  .home .i_part2 .txtBox .more {
    margin-top: 24px;
  }
  .home .i_part3 .box {
    margin-top: 48px;
  }
  .home .i_part2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .home .i_part2:nth-of-type(2n-1) {
    flex-direction: column-reverse;
  }
  .home .i_part2 .imgBox {
    width: 100%;
  }
  .home .i_part2 .txtBox {
    width: 100%;
    margin-bottom: 24px;
  }
  .home .i_part1 .pcShow {
    display: none;
  }
  .home .i_part1 .imgBox {
    display: flex;
  }
}
@media (max-width: 968px) {
  .banner .txtBox h3 {
    font-size: 2rem;
    color: #fff;
  }
  .banner .txtBox h2 {
    color: #fff;
  }
  .banner .swiper-slide img {
    object-position: 80% center;
  }
  .home .i_part1 .txtBox h1,
  .home .i_part1 .txtBox p,
  .home .i_part2 .txtBox h2,
  .home .i_part2 .txtBox h2,
  .home .i_part4 .txtBox p,
  .banner .txtBox h2 {
    font-size: 3.2rem;
    text-align: left;
  }
  .home .i_part1 .txtBox {
    width: 100%;
    margin-bottom: 15px;
  }
  .home .i_part1 {
    align-items: flex-start;
  }
  .home .i_part1 .imgBox {
    margin-top: 24px;
  }
  .w100p10 {
    padding: 32px 5%;
  }
  .home .i_part3 .box ul {
    display: flex;
    flex-direction: column;
  }
  .home .i_part3 .box ul li {
    width: 100%;
  }
  .home .i_part3 .box .imgBox {
    padding-top: 0;
    border-radius: 12px;
    overflow: hidden;
  }
  .home .i_part3 .box .imgBox img {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    height: auto;
    transform: translate(0);
  }
  .home .i_part3 .box ul li a:hover .imgBox img {
    transform: translate(0) scale(1.15);
  }
  .home .i_part3 .box ul li a:hover {
    border: none;
  }
  .home .i_part3 .box ul li a {
    border: none;
  }
  .home .i_part3 .box .txtBox {
    width: 95%;
  }
  .home .i_part3 .box .txtBox h3 {
    -webkit-line-clamp: 1;
    height: auto;
    line-height: 1.5;
  }
  .home .i_part3 .box .txtBox p {
    height: auto;
    line-height: 1.5;
  }
  .home .i_part4 .txtBox p {
    text-align: center;
  }
  .home .i_part3 .box .txtBox span {
    font-size: 1.6rem;
  }
  .home .i_part3 .tit h2 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .home .i_part4 .txtBox p {
    width: 95%;
  }
  .banner .txtBox {
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
  .banner .txtBox h3 {
    text-align: center;
    font-size: 2.4rem;
  }
  .banner .txtBox h2 {
    text-align: center;
    font-size: 4.2rem;
  }
  .home .i_part2 .txtBox p {
    font-size: 2rem;
  }
  .home .i_part3 .box .txtBox p {
    font-size: 2rem;
  }
  .home .i_part4 .imgBox {
    gap: 15px 10px;
    grid-template-columns: repeat(5, 1fr);
  }
  .home .i_part1 .txtBox h1,
  .home .i_part1 .txtBox p,
  .home .i_part2 .txtBox h2,
  .home .i_part2 .txtBox h2,
  .home .i_part4 .txtBox p,
  .banner .txtBox h2 {
    font-size: 3rem;
  }
  .more span {
    padding: 8px 15px;
  }
  .home .i_part3 .tit h2 {
    font-size: 4.2rem;
  }
  .home .i_part4 .imgBox {
    margin-top: 42px;
  }
  .home .i_part3 .box {
    margin-top: 36px;
  }
  .w100p10 {
    padding: 20px 5%;
  }
}
@media (max-width: 498px) {
  .home .i_part3 .box .txtBox p {
    -webkit-line-clamp: 2;
  }
  .home .i_part3 .tit h2 {
    font-size: 3.6rem;
  }
  .home .i_part4 .txtBox h1 {
    margin-bottom: 15px;
  }
  .home .i_part3 .box {
    margin-top: 24px;
  }
  body,
  html {
    --height: 70px;
  }
}
@media (max-width: 450px) {
  .home .i_part4 .imgBox {
    grid-template-columns: repeat(4, 1fr);
  }
  .home .i_part3 .box .txtBox h3 {
    font-size: 2rem;
  }
}
@media (max-width: 420px) {
  .home .i_part1 .txtBox h1,
  .home .i_part1 .txtBox p,
  .home .i_part2 .txtBox h2,
  .home .i_part2 .txtBox h2,
  .home .i_part4 .txtBox p,
  .banner .txtBox h2 {
    font-size: 2.8rem;
  }
}

/* 首页 End*/

/* 导航 Strat */
@media (max-width: 1080px) {
  header .nav {
    display: none;
  }
  header .nav_btn {
    display: block;
  }
  header .mobileNav ul li .subMenu a {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  header .logo img {
    height: 32px;
  }
  header .other .language span {
    font-size: 1.8rem;
  }
  header .other .language i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
}
@media (max-width: 498px) {
  .banner .txtBox h2 {
    font-size: 3.6rem;
  }
}
/* 导航 End*/

/* 底部栏 Strat */
@media (max-width: 1080px) {
  footer .box .top {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  footer .box .top .item {
    width: 100%;
  }
  footer .box .bottom {
    margin-top: 10px;
  }
  footer .box .bottom .bb .logo img {
    height: 32px;
  }
}
@media (max-width: 920px) {
  footer .box .bottom .aa ul li a {
    padding: 8px 10px;
  }
  footer .box .bottom .bb {
    flex-direction: column;
    gap: 10px 0;
  }
  footer .box .bottom .bb .logo img {
    height: 28px;
  }
  footer .box .bottom .aa ul li a img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  footer .box .top .item {
    padding: 15px 15px;
  }
  footer .box .bottom {
    padding: 15px;
  }
  footer .box .bottom .aa {
    padding-bottom: 10px;
  }
  footer .box .top .item span img {
    width: 100px;
    margin-bottom: 15px;
  }
  footer .box .bottom .bb .copyRight {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .box .top .item span {
    line-height: 1.5;
  }
}
@media (max-width: 666px) {
  footer .box .bottom .aa {
    flex-direction: column-reverse;
  }
}
@media (max-width: 498px) {
  footer .box .top .item span {
    font-size: 1.8rem;
  }
  footer .box .bottom .bb {
    padding-top: 15px;
  }
  footer .box .bottom .aa ul li a {
    padding: 5px 10px;
  }
}
@media (max-width: 390px) {
  header .logo img {
    height: 28px;
  }
  header .other .language i {
    width: 24px;
    height: 24px;
  }
  header .nav_btn span {
    margin: 7px 0;
  }
  header .nav_btn span {
    width: 26px;
  }
  header .nav_btn_active span:nth-of-type(3) {
    margin-top: -16px;
  }
}
/* 底部栏 End*/

/* 内页banner Strat */
@media (max-width: 1620px) {
  .nybanner .box {
    padding: 15% 5%;
  }
}
@media (max-width: 1520px) {
  .nybanner .box {
    padding: 18% 5%;
  }
}
@media (max-width: 968px) {
  .nybanner .box {
    padding: 20% 5%;
  }
  .nybanner .box .txtBox h2 {
    font-size: 4.2rem;
  }
  .nybanner .box .txtBox h3 {
    margin-top: 10px;
  }
}
@media (max-width: 698px) {
  .nybanner .box {
    padding: 24% 5%;
  }
}
@media (max-width: 598px) {
  .nybanner .box {
    padding: 26% 5%;
  }
  .nybanner .box .txtBox h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 478px) {
  .nybanner .box {
    padding: 34% 5%;
  }
  .nybanner .box .txtBox h2 {
    font-size: 3rem;
  }
}
/* 内页banner End*/

/* 关于 Strat */
@media (max-width: 1300px) {
  .aboutPage .companyCul .items .item::before {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1080px) {
  .aboutPage .companyItro .txtBox {
    padding: 0;
    margin-bottom: 32px;
  }
  .aboutPage .companyItro h2 {
    margin-bottom: 15px;
  }
  .aboutPage .companyCul .tit {
    margin-bottom: 32px;
  }
  .aboutPage {
    padding-bottom: 0;
  }
  .aboutPage .companyCul {
    margin-top: 5%;
  }
  .aboutPage .companyCul .items .item::before {
    width: 32px;
    height: 32px;
  }
  .aboutPage .companyCul .txtBox h2 {
    font-size: 2.8rem;
  }
  .aboutPage .companyItro h2 {
    font-size: 4.2rem;
  }
  .aboutPage .companyCul .tit h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 968px) {
  .aboutPage .companyCul .items {
    gap: 24px 10px;
  }
  .aboutPage .companyCul .txtBox h2 {
    font-size: 2.6rem;
    left: 15px;
    top: 10px;
  }
  .aboutPage .companyCul .items .item::before {
    width: 26px;
    height: 26px;
    bottom: 15px;
    right: 15px;
  }
  .aboutPage .companyCul .txtBox p {
    left: 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 798px) {
  .aboutPage .companyCul .items {
    gap: 12px 10px;
  }
  .aboutPage .companyCul .items {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutPage .companyCul .items .item {
    padding: 32px 20px;
  }
  .aboutPage .companyCul .txtBox h2 {
    position: relative;
    color: #fff;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 15px;
  }
  .aboutPage .companyCul .txtBox p {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    opacity: 1;
  }
  .aboutPage .companyCul .items .item::before {
    display: none;
  }
  .aboutPage .companyCul .items .item .imgBox img {
    -webkit-filter: blur(0) !important;
    filter: blur(0) !important;
  }
  .aboutPage .companyCul .items .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
  }
  .aboutPage .companyCul .txtBox {
    z-index: 3;
    position: relative;
  }
  .aboutPage .companyCul .items .item:hover .txtBox p {
    bottom: auto;
    transform: translate(0);
  }
  .aboutPage .companyCul {
    margin-top: 20px;
  }
  .aboutPage .companyCul .tit {
    margin-bottom: 24px;
  }
  .aboutPage .companyItro h2,
  .aboutPage .companyCul .tit h2 {
    font-size: 3.6rem;
  }
  .aboutPage .companyItro .txtBox {
    margin-bottom: 24px;
  }
  .aboutPage .companyItro .imgBox {
    padding-bottom: 42px;
  }
}
@media (max-width: 598px) {
  .aboutPage .companyItro h2 {
    margin-bottom: 10px;
  }
  .aboutPage .companyItro p {
    margin: 5px 0;
  }
  .aboutPage .companyCul .tit {
    margin-bottom: 15px;
  }
  .aboutPage .companyCul .items .item {
    padding: 20px 20px;
  }
  .aboutPage .companyCul .txtBox h2 {
    margin-bottom: 8px;
  }
  .aboutPage .companyCul {
    margin-top: 10px;
  }
}
@media (max-width: 498px) {
  .aboutPage .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .aboutPage .companyItro .imgBox {
    padding-bottom: 32px;
  }
}
@media (max-width: 468px) {
  .aboutPage .companyCul .items .item {
    padding: 15px 15px;
  }
}
/* 关于 End*/

/* 新闻分类 Strat */
@media (max-width: 1520px) {
  .newsPage .box {
    gap: 20px 0;
  }
}
@media (max-width: 1300px) {
  .newsPage .box .item .txtBox h2 {
    font-size: 2.4rem;
  }
  .newsPage .box .item a {
    padding: 24px;
  }
  .newsPage .box .item .imgBox {
    width: 30%;
  }
  .newsPage .box .item .txtBox {
    width: 67%;
  }
  .newsPage .box .item .txtBox h2 {
    height: 96px;
    line-height: 32px;
  }
}
@media (max-width: 1080px) {
  .newsPage .box .item .txtBox h2 {
    font-size: 2.2rem;
  }
  .newsPage .box .item .txtBox h2 {
    height: 72px;
    line-height: 24px;
  }
}
@media (max-width: 798px) {
  .newsPage .box .item a {
    flex-wrap: wrap;
  }
  .newsPage .box .item a .imgBox {
    width: 100%;
  }
  .newsPage .box .item a .txtBox {
    width: 100%;
    margin-top: 24px;
  }
  .newsPage .box .item .txtBox h2 {
    height: auto;
    line-height: 1.5;
  }
  .newsPage .box .item .txtBox .tit {
    margin-bottom: 24px;
  }
  .pages ul {
    margin-top: 32px;
  }
}
@media (max-width: 598px) {
  .newsPage .box .item a .txtBox {
    margin-top: 15px;
  }
  .newsPage .box .item a {
    padding: 15px;
  }
  .newsPage .box .item .txtBox h2 {
    font-size: 2rem;
  }
}
@media (max-width: 468px) {
  .pages ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .pages ul {
    margin-top: 24px;
  }
}
/* 新闻分类 End*/

/* 新闻详情 Strat */
@media (max-width: 1620px) {
  .newsdPage {
    padding: 5% 20%;
  }
}
@media (max-width: 1520px) {
  .newsdPage .box .article {
    padding-top: 24px;
  }
}
@media (max-width: 1360px) {
  .newsdPage .box .article p {
    font-size: 2rem;
  }
  .newsdPage {
    padding: 5% 15%;
  }
  .newsdPage .box {
    padding-top: 80px;
  }
  .newsdPage .box .tit {
    padding: 10px 0 24px;
  }
  .newsdPage .box .next a {
    padding: 24px 0;
  }
}
@media (max-width: 1080px) {
  .newsdPage {
    padding: 5% 10%;
  }
  .newsdPage .box .article {
    margin-bottom: 54px;
  }
  .newsdPage .box .goBack {
    margin-top: 24px;
  }
  .newsdPage .box .goBack a {
    width: 42px;
    height: 42px;
  }
  .newsdPage .box .tit h2 {
    font-size: 3.6rem;
  }
}
@media (max-width: 798px) {
  .newsdPage {
    padding: 5% 5% 0;
  }
  .newsdPage .box .tit h2 {
    font-size: 3.2rem;
  }
  .newsdPage .box .tit {
    padding: 15px 0 10px;
  }
  .newsdPage .box .article {
    padding-top: 15px;
    margin-bottom: 32px;
  }
  .newsdPage .box .article p {
    margin: 15px 0;
  }
}
@media (max-width: 568px) {
  .newsdPage .box .tit h2 {
    font-size: 2.6rem;
  }
  .newsdPage .box .next a {
    flex-direction: column;
    gap: 5px 0;
    padding: 15px 0;
  }
  .newsdPage .box .tit {
    padding: 10px 0 10px;
  }
  .newsdPage .box .article {
    padding-top: 10px;
  }
  .newsdPage .box .article p {
    margin: 10px 0;
  }
}
@media (max-width: 468px) {
  .newsdPage .box .goBack {
    margin-top: 15px;
  }
  .newsdPage .box .goBack a {
    width: 36px;
    height: 36px;
  }
}
/* 新闻详情 End*/

/* 联系我们 Strat */
@media (max-width: 1080px) {
  .contactPage .box form .item {
    padding: 20px 15px;
  }
  .contactPage .box form .item label {
    left: 15px;
  }
  .contactPage .box form .item.focus label {
    top: 20px !important;
  }
  .contactPage .box form .item input,
  .contactPage .box form .item textarea {
    font-size: 2rem;
  }
  .contactPage .box form {
    margin-top: 24px;
  }
  .contactPage {
    padding-bottom: 0;
  }
  .contactPage .box form .item label::before {
    top: 0;
    right: -10px;
  }
}
@media (max-width: 798px) {
  .contactPage .box form .item {
    width: 100%;
    order: 0;
  }
  .contactPage .box form .item.content {
    order: 1;
  }
  .contactPage .box form button {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 598px) {
  .contactPage .box .tit h2 {
    font-size: 3.2rem;
  }
  .contactPage .box form button {
    height: 48px;
  }
  .contactPage .box form .item {
    padding: 10px 15px;
    height: 54px;
  }
  .contactPage .box form .item.focus label {
    top: 15px !important;
  }
}
/* 联系我们 End*/

/* 产品分类 Strat */
@media (max-width: 1520px) {
  .proPage .box .proItro .tit {
    width: 28%;
  }
  .proPage .box .proItro .txt {
    width: 67%;
  }
  .proPage .box .pros {
    padding: 0;
    margin-top: 5%;
  }
  .proPage .box .pros ul {
    margin-top: 42px;
  }
}
@media (max-width: 1300px) {
  .proPage {
    padding-bottom: 0;
  }
  .proPage .box .pros ul li a h2 {
    font-size: 2.8rem;
  }
  .proPage .box .pros .tit h2 {
    font-size: 5rem;
  }
  .proPage .box .proItro h2 {
    font-size: 6rem;
  }
}
@media (max-width: 1080px) {
  .proPage .box .proItro {
    flex-wrap: wrap;
  }
  .proPage .box .proItro .tit {
    width: 100%;
  }
  .proPage .box .proItro h2 {
    font-size: 4.5rem;
  }
  .proPage .box .pros .tit h2 {
    font-size: 4.5rem;
    text-align: left;
  }
  .proPage .box .proItro .txt {
    width: 100%;
    margin-top: 15px;
  }
  .proPage .box .pros ul {
    gap: 32px 15px;
  }
  .pages ul {
    margin-top: 36px;
  }
  .proPage .box .proItro .txt p {
    font-size: 2rem;
  }
}
@media (max-width: 798px) {
  .proPage .box .proItro .txt p {
    margin: 8px 0;
  }
  .proPage .box .proItro .txt {
    margin-top: 10px;
  }
  .proPage .box .pros ul {
    margin-top: 28px;
  }
}
@media (max-width: 648px) {
  .proPage .box .pros ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
  .proPage .box .pros ul li a h2 {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .proPage .box .proItro h2 {
    font-size: 4.2rem;
  }
  .proPage .box .pros .tit h2 {
    font-size: 4.2rem;
  }
  .pages ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .proPage .box .proItro .txt {
    margin-top: 0;
  }
  .proPage .box .pros ul {
    margin-top: 24px;
  }
  .pages ul {
    margin-top: 24px;
  }
}
@media (max-width: 498px) {
  .proPage .box .proItro h2 {
    font-size: 3.6rem;
  }
  .proPage .box .pros .tit h2 {
    font-size: 3.6rem;
  }
  .proPage .box .pros ul {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .pages ul {
    margin-top: 15px;
  } */
  .pages ul li {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
/* 产品分类 End*/

/* 产品详情 Strat */
@media (max-width: 1620px) {
  .prodPage .part .tit h2 {
    font-size: 4.8rem;
  }
  .prodPage .part {
    padding: 0 5%;
  }
  .prodPage .pro_itro {
    padding: 150px 5% 8%;
  }
  .prodPage .pro_features {
    padding: 5% 5%;
  }
  .prodPage .pro_img .items .item h2 {
    font-size: 4.8rem;
    padding: 0 10px;
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .prodPage .pro_img .items .item h2 {
    font-size: 4.2rem;
  }
}
@media (max-width: 1080px) {
  .prodPage .part .tit h2 {
    font-size: 4.2rem;
  }
  .prodPage .pro_img .items .item h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 968px) {
  .prodPage .pro_sku .table {
    width: 100%;
    overflow-x: auto;
  }
  .prodPage .part .tit h2 {
    font-size: 3.6rem;
  }
  .prodPage .pro_img .items .item h2 {
    font-size: 2.8rem;
  }
  .prodPage .part .txt p {
    margin: 8px 0;
  }
  .prodPage .pro_sku table tr td {
    padding: 10px 15px;
  }
}
@media (max-width: 798px) {
  .prodPage .part .txt {
    width: 100%;
  }
  .prodPage .pro_img .items .item {
    width: 33.333%;
  }
  .prodPage .pro_itro .img {
    width: 360px;
  }
  .prodPage .pro_itro {
    padding-top: 120px;
  }
  .prodPage .part .tit h2 {
    width: 100%;
  }
}
@media (max-width: 598px) {
  .prodPage .pro_itro .img {
    width: 300px;
    margin-bottom: 36px;
  }
}
@media (max-width: 478px) {
  .prodPage .part .tit h2 {
    font-size: 3.2rem;
  }
  .prodPage .pro_img .items .item h2 {
    font-size: 3.2rem;
  }
  .prodPage .pro_img .items .item:first-of-type {
    width: 100%;
    background: none;
    margin-bottom: 24px;
    padding: 20px 5% 0;
  }
  .prodPage .pro_img .items .item:first-of-type h2 {
    text-align: left;
    color: #000;
    width: 100%;
    padding: 0;
  }
  .prodPage .pro_itro .img {
    width: 90%;
  }
}
@media (max-width: 420px) {
  .prodPage .pro_img .items .item {
    width: 50%;
  }
  .prodPage .pro_itro {
    padding-top: 100px;
  }
}




/* 产品详情 End*/
