body {
  font-size: 14px;
}
#header {
  width: 100%;
  height: 70px;
}
#header .header-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  text-align: center;
}
.logo img {
  height: 60px;
}
.header-nav {
  height: 100%;
}
.header-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nav ul .nav {
  line-height: 70px;
  position: relative;
}
.header-nav ul .nav .a-first {
  padding: 5px 10px;
}
.header-nav ul .nav .a-first:hover {
  background: #078883;
  border-radius: 50%;
  color: white;
}
.header-nav ul .nav .a-first.active {
  background: #078883;
  border-radius: 50%;
  color: white;
}
.header-nav ul .nav:hover .first-nav {
  opacity: 1;
  visibility: visible;
}
.header-nav ul .nav .first-nav {
  background-color: #fff;
  min-width: 8rem;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-nav ul .nav .first-nav li {
  width: 100%;
  line-height: 25px;
  padding: 5px 10px;
}
.language {
  zoom: 1;
  border: 1px solid transparent;
}
.language .lanBox {
  cursor: pointer;
}
.language .lanBox .lanNav {
  position: relative;
}
.language .lanBox img {
  vertical-align: middle;
}
.language .lanBox .language-select {
  display: inline-block;
  height: 100%;
  padding-left: 5px;
  font-family: Arial;
}
.language .lanBox .language-content {
  display: none;
  width: 80%;
  position: absolute;
  z-index: 3;
  background-color: white;
  line-height: 40px;
  right: 10%;
}
.language .lanBox .language-content ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.language .lanBox .language-content ul a {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.language .lanBox .language_content ul li:last-child {
  border-bottom: none;
}
#phone-header {
  display: none;
}
@media screen and (max-width: 667px) {
  #header {
    display: none;
  }
  #phone-header {
    display: block;
  }
  #phone-header .phone-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  #phone-header .phone-header-box .logo {
    width: auto;
  }
  #phone-header .phone-header-box .language .lanBox .lanNav .language-content {
    width: 100px;
    right: -111%;
    top: 30px;
  }
  #phone-header .zhezhao {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #999;
    z-index: 99999;
  }
  #phone-header .zhezhao .zhezhao_box {
    width: 85vw;
    height: 100vh;
    background-color: white;
  }
  #phone-header .zhezhao .zhezhao_box .close_box {
    width: 100%;
    overflow: hidden;
  }
  #phone-header .zhezhao .zhezhao_box .close_box .phone_close {
    width: 40px;
    height: 45px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    float: right;
    cursor: default;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box {
    width: 100%;
    height: calc(100% - 45px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul {
    background: #fff;
    box-sizing: border-box;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul .phone_nav {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #666;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul .phone_nav a {
    padding-left: 31px;
    padding-right: 50px;
  }
  #phone-header .zhezhao .zhezhao_box .arrow_icon {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #phone-header .zhezhao .zhezhao_box .phone_selected {
    background-color: #eee;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_content {
    display: none;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_content ul li {
    padding-left: 51px;
  }
}
@media screen and (max-width: 1250px) {
  #header {
    display: none;
  }
  #phone-header {
    display: block;
  }
  #phone-header .phone-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  #phone-header .phone-header-box .logo {
    width: auto;
  }
  #phone-header .phone-header-box .language .lanBox .lanNav .language-content {
    width: 100px;
    right: -111%;
    top: 30px;
  }
  #phone-header .zhezhao {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #999;
    z-index: 99999;
  }
  #phone-header .zhezhao .zhezhao_box {
    width: 85vw;
    height: 100vh;
    background-color: white;
  }
  #phone-header .zhezhao .zhezhao_box .close_box {
    width: 100%;
    overflow: hidden;
  }
  #phone-header .zhezhao .zhezhao_box .close_box .phone_close {
    width: 40px;
    height: 45px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    float: right;
    cursor: default;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box {
    width: 100%;
    height: calc(100% - 45px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul {
    background: #fff;
    box-sizing: border-box;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul .phone_nav {
    font-size: 16px;
    font-family: 微软雅黑;
    color: #666;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_box ul .phone_nav a {
    padding-left: 31px;
    padding-right: 50px;
  }
  #phone-header .zhezhao .zhezhao_box .arrow_icon {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #phone-header .zhezhao .zhezhao_box .phone_selected {
    background-color: #eee;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_content {
    display: none;
  }
  #phone-header .zhezhao .zhezhao_box .phone_nav_content ul li {
    padding-left: 51px;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper .swiper-slide img {
  width: 100%;
}
.product {
  background-image: url(../img/pro-bg.jpg);
  padding: 40px 5%;
}
@media screen and (min-width: 1300px) {
  .product {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
.product .product-box .pro-head {
  padding-bottom: 1rem;
}
.product .product-box .pro-head .pro-title {
  font-size: 3rem;
}
.product .product-box .pro-content {
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}
.more-link {
  width: 125px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #acacac;
  text-align: center;
  color: #333;
  display: block;
  margin: 30px auto 8px;
}
.pro-content-box {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
}
.pro-content-box span {
  display: block;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.pro-content-box span img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  transition: all ease 0.7s;
}
.pro-content-box span img:hover {
  transform: scale(1.05);
}
.pro-content-box h4 {
  line-height: 1.5;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.selectUs {
  position: relative;
  padding: 68px 0 150px;
  background-image: url(../img/selectUs-bg.jpg);
  background-size: cover;
}
@media screen and (min-width: 1300px) {
  .selectUs {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
@media screen and (max-width: 667px) {
  .selectUs {
    padding: 68px 1rem 150px;
  }
}
.selectUs .selectUs-head .selectUs-head-title {
  font-size: 3rem;
  padding-bottom: 20px;
  line-height: 40px;
}
.selectUs .selectUs-head .selectUs-head-des {
  font-size: 1.2rem;
  padding: 0 120px 26px;
}
@media screen and (max-width: 667px) {
  .selectUs .selectUs-head .selectUs-head-des {
    padding: 0 0 1rem;
  }
}
.selectUs .selectUs-box .globe-box {
  display: flex;
}
.selectUs .selectUs-box .globe-box .selectUs-box-con-img {
  width: 100%;
}
.selectUs .selectUs-box .globe-box .selectUs-box-con-img img {
  width: 100%;
}
.selectUs .selectUs-box .client .selectUs-box-con-img {
  width: 100%;
}
.selectUs .selectUs-box .client .selectUs-box-con-img img {
  width: 100%;
}
.selectUs .selectUs-box .selectUs-close {
  display: none;
}
.selectUs .selectUs-box ul li {
  margin-bottom: 5px;
  padding: 0 27px;
}
.selectUs .selectUs-box ul li .libox {
  background-color: #fff;
}
.selectUs .selectUs-box ul li .libox .libox-img-a {
  display: block;
  width: 100%;
}
.selectUs .selectUs-box ul li .libox .libox-img-a img {
  width: 100%;
}
.selectUs .selectUs-box ul li .libox .libox-con {
  cursor: default;
  padding: 20px 70px 30px;
  transition: all ease 0.3s;
}
.selectUs .selectUs-box ul li .libox .libox-con:hover {
  background-color: #2e9999;
}
.selectUs .selectUs-box ul li .libox .libox-con:hover a {
  color: white;
}
.selectUs .selectUs-box ul li .libox .libox-con:hover p {
  color: white;
}
.selectUs .selectUs-box ul li .libox .libox-con h4 a {
  font-size: 16px;
}
.selectUs .selectUs-box ul li .libox .libox-con .libox-con-desc {
  color: #666;
  line-height: 24px;
  margin-bottom: 17px;
}
@media screen and (max-width: 667px) {
  .selectUs .selectUs-box .selectUs-box-con li {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1250px) {
  .selectUs .selectUs-box .selectUs-box-con li {
    margin-bottom: 1rem;
    min-height: 460px;
  }
}
.selectUs .selectUs-btn {
  position: absolute;
  left: 50%;
  bottom: 70px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 350px;
}
.selectUs .selectUs-btn:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.selectUs .selectUs-btn a {
  width: 33.333%;
  float: left;
  font-size: 16px;
  text-align: center;
}
.selectUs .selectUs-btn a:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/selectBtn-close.png) center no-repeat;
  margin: 2px auto 0;
  position: relative;
  z-index: 1;
}
.selectUs .selectUs-btn a.selectBtn-open::after {
  background: url(../img/selectBtn-open.png) center no-repeat;
}
.relatePage {
  padding: 65px 0 35px;
  background-image: url(../img/relate-bg.jpg);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.relatePage .relatePage-box {
  margin: 0px auto;
  padding: 0 5%;
}
@media screen and (min-width: 1300px) {
  .relatePage .relatePage-box {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
@media screen and (max-width: 667px) {
  .relatePage .relatePage-box {
    padding: 0 1rem;
  }
  .relatePage .relatePage-box ul li {
    text-align: center !important;
  }
}
@media screen and (max-width: 1250px) {
  .relatePage .relatePage-box {
    padding: 0 1rem;
  }
  .relatePage .relatePage-box ul li {
    text-align: center !important;
  }
}
.relatePage .relatePage-box ul li {
  text-align: center;
  margin-bottom: 30px;
}
.relatePage .relatePage-box ul li:first-child {
  text-align: left;
}
.relatePage .relatePage-box ul li:last-child {
  text-align: right;
}
.relatePage .relatePage-box ul li .relatePage-con {
  display: inline-block;
  text-align: center;
}
.relatePage .relatePage-box ul li .relatePage-con .relatePageImg-hover {
  display: none;
}
.relatePage .relatePage-box ul li .relatePage-con:hover .relatePageImg {
  display: none;
}
.relatePage .relatePage-box ul li .relatePage-con:hover .relatePageImg-hover {
  display: block;
}
.relatePage .relatePage-box ul li .relatePage-con img {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
}
#footer .footer-box {
  display: flex;
  background-color: #666;
  padding: 22px 5% 30px;
}
@media screen and (min-width: 1300px) {
  #footer .footer-box {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
#footer .footer-box .footer-nav {
  width: 100%;
  margin-right: 80px;
}
#footer .footer-box .footer-nav ul {
  display: flex;
  justify-content: space-between;
}
#footer .footer-box .footer-nav ul li {
  display: inline-block;
  width: 17%;
  padding-right: 10px;
}
#footer .footer-box .footer-nav ul li h3 {
  color: #fff;
  font-size: 16px;
}
#footer .footer-box .footer-nav ul li .footer-nav-a a {
  display: block;
  line-height: 24px;
  color: #d9d9d9;
}
#footer .footer-box .footer-nav ul li .footer-nav-a a:hover {
  color: #0b8787;
}
@media screen and (max-width: 667px) {
  #footer .footer-box {
    padding: 1rem;
  }
  #footer .footer-box .footer-nav {
    margin: 0;
  }
  #footer .footer-box .footer-nav ul {
    flex-wrap: wrap;
  }
  #footer .footer-box .footer-nav ul li {
    width: auto;
  }
  #footer .footer-box .footer-nav ul li .footer-nav-a {
    display: none;
  }
}
.copyRight .copyRight-box {
  padding: 20px 5%;
  background-color: #333333;
}
@media screen and (min-width: 1300px) {
  .copyRight .copyRight-box {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
.copyRight .copyRight-box span {
  color: #efefef;
}
.copyRight .copyRight-box span a {
  color: #efefef;
}
@media screen and (max-width: 667px) {
  .copyRight .copyRight-box {
    padding: 1rem;
  }
}
.tabList .tabList-box {
  background-color: #f2f2f2;
}
.tabList .tabList-box ul {
  text-align: center;
}
.tabList .tabList-box ul .tab {
  display: inline-block;
}
.tabList .tabList-box ul .tab a.tab-active {
  background-color: #078883;
  color: #ffffff;
}
.tabList .tabList-box ul .tab a {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 22px 36px;
  text-align: center;
  line-height: 18px;
  background-color: #f2f2f2;
  color: #333333;
}
.tabList .tabList-box ul .tab a:hover {
  background-color: #078883;
  color: #ffffff;
}
.tabList .tabList-con {
  padding: 41px 0 18px;
  padding: 20px 5%;
}
@media screen and (min-width: 1300px) {
  .tabList .tabList-con .tabList-con-box {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
.contac-tabList {
  background-color: #f2f2f2;
}
.contac-tabList .contact-address-box .contact-address-con {
  padding: 20px 20px 13px 6%;
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 23px;
}
.contac-tabList .contact-address-box .contact-address-con .address {
  float: left;
  width: 30%;
  padding-bottom: 0;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  padding-left: 66px;
  margin-top: 23px;
  background-image: url(../img/address-icon.png);
  background-repeat: no-repeat;
  background-position: left top 5px;
}
.contac-tabList .contact-address-box .contact-address-con .address p:first-child {
  font-size: 20px;
  margin-bottom: 5px;
}
.contac-tabList .contact-address-box .contact-address-con .address p:last-child {
  color: #999999;
  font-size: 12px;
}
.contac-tabList .contact-address-box .contact-address-con .info {
  width: 40%;
}
.contac-tabList .contact-address-box .contact-address-con .info .info-con {
  padding: 20px 0;
}
.contac-tabList .contact-address-box .contact-address-con .info .info-con p:first-child {
  font-weight: bold;
}
.contac-tabList .contact-address-box .contact-address-con .address-img {
  width: 30%;
}
@media screen and (max-width: 667px) {
  .contac-tabList .contact-address-box .contact-address-con {
    flex-wrap: wrap;
  }
  .contac-tabList .contact-address-box .contact-address-con .address {
    width: 100%;
  }
  .contac-tabList .contact-address-box .contact-address-con .info {
    width: 100%;
  }
  .contac-tabList .contact-address-box .contact-address-con .address-img {
    width: 100%;
  }
}
.product-page .product-box {
  padding: 22px 5% 30px;
}
@media screen and (min-width: 1300px) {
  .product-page .product-box {
    padding-left: calc((100% - 1335.6px) / 30 * 15);
    padding-right: calc((100% - 1335.6px) / 30 * 15);
  }
}
.product-page .product-box .product-con-box {
  display: flex;
}
.product-page .product-box .product-con-box .sideNav {
  width: 23%;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .sideNav-title {
  margin: 17% 0% 0%;
  background-color: #045999;
  padding: 12% 0;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 微软雅黑;
  line-height: 150%;
  color: #fff;
  padding-left: 0;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .siderbar-box {
  background-color: #f7f8fa;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .siderbar-box .first-title-li .first-title {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-family: 微软雅黑;
  line-height: 20px;
  color: #666;
  padding: 1.8rem 0px 1.8rem 10px;
  border-bottom: 1px solid #d9d9d9;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .siderbar-box .first-title-li .first-title img {
  position: absolute;
  right: 0;
  bottom: 25%;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .siderbar-box .first-title-li .second-title-li {
  border-bottom: 1px dashed #d9d9d9;
}
.product-page .product-box .product-con-box .sideNav .sideNav-first-ul .siderbar-box .first-title-li .second-title-li a {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-family: 微软雅黑;
  line-height: 20px;
  color: #666;
  padding: 15px 1rem 15px 30px;
}
.product-page .product-box .product-con-box .product-con {
  width: 77%;
  padding-left: 4%;
  max-width: 875px;
}
.product-page .product-box .product-con-box .product-con .product-con-head {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin: 0 0 3% 0;
}
.product-page .product-box .product-con-box .product-con .product-con-head .product-con-head-title {
  width: 50%;
}
.product-page .product-box .product-con-box .product-con .product-con-head .product-con-head-title p {
  font-size: 20px;
  font-weight: bold;
  font-family: 微软雅黑;
  line-height: 170%;
  color: #333333;
  text-decoration: none;
  border-bottom: 2px solid rgba(5, 89, 153, 0.91);
  padding-bottom: 5px;
  margin: 11% 65.07% 0rem 0;
}
.product-page .product-box .product-con-box .product-con .product-con-head .bread-nav {
  width: 50%;
  padding: 60px 0px 0px 0px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 170%;
}
.product-page .product-box .product-con-box .product-con .product-con-head .bread-nav span:not(:last-child)::after {
  content: ">";
}
.product-page .product-box .product-con-box .product-con .product-con-head .bread-nav .link-text {
  font-family: 微软雅黑;
  margin: 0 3px;
}
.product-page .product-box .product-con-box .product-con .product-content .product-content-box {
  margin-bottom: 20px;
}
.product-page .product-box .product-con-box .product-con .product-content .product-content-box .content-box {
  border: 1px solid #dedede;
}
.product-page .product-box .product-con-box .product-con .product-content .product-content-box .content-box:hover {
  border: 1px solid #004090;
}
.product-page .product-box .product-con-box .product-con .product-content .product-content-box .content-box .content-box-des {
  padding: 0 10px;
}
@media screen and (max-width: 667px) {
  .product-page .product-box {
    padding: 1rem;
  }
  .product-page .product-box .product-con-box .sideNav {
    display: none;
  }
  .product-page .product-box .product-con-box .product-con {
    width: 100%;
  }
  .product-page .product-box .product-con-box .product-con .product-con-head {
    align-items: center;
  }
  .product-page .product-box .product-con-box .product-con .product-con-head .product-con-head-title p {
    margin: 0;
  }
  .product-page .product-box .product-con-box .product-con .product-con-head .bread-nav {
    padding: 0;
  }
  .product-page .product-box .product-con-box .product-con .product-content .product-content-box {
    padding: 0;
  }
}
.productInfo-content .productInfo-content-box {
  display: flex;
}
.productInfo-content .productInfo-content-box .productInfo-swiper {
  width: 50%;
}
.productInfo-content .productInfo-content-box .productInfo-info {
  width: 50%;
}
.productInfo-content .btnTxt_content-box .btnTxt_content-box-head {
  display: inline-block;
  width: 100%;
  height: 40px;
  color: #464646;
  border-bottom: 2px solid #004090;
  padding-left: 34px;
  background: url(../img/productInfo-img.png) no-repeat 2px center;
  font-size: 24px;
  line-height: 40px;
}
.productInfo-content .btnTxt_content-box .btnTxt_content-box-head em {
  font-size: 18px;
  font-family: Arial;
  text-transform: uppercase;
  font-style: normal;
  color: #c2c2c1;
}
.productInfo-content .btnTxt_content-box .btnTxt_content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: calc((100% - 1285px) / 36 * 18);
}
@media screen and (max-width: 667px) {
  .productInfo-content .productInfo-content-box {
    display: block;
  }
  .productInfo-content .productInfo-content-box .productInfo-swiper {
    width: 100%;
  }
  .productInfo-content .productInfo-content-box .productInfo-info {
    width: 100%;
  }
}
