@charset "UTF-8";
/*header start*/
@import url("//at.alicdn.com/t/c/font_4431775_cq7b84fyoj.css");
.nav-box nav#menuPc > ul > li {
  position: relative;
  margin-right: 100px;
}

.nav-box nav#menuPc > ul > li a::before {
  content: '';
  width: 0;
  height: 2px;
  background: #ED6C00;
  position: absolute;
  top: 100%;
  transition: all 0.6s;
  z-index: 4;
}

.nav-box nav#menuPc > ul > li.cur a {
  color: #ED6C00;
}

.nav-box nav#menuPc > ul > li.cur a::before {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s;
}

.header.inner-header {
  position: sticky;
}

.header.inner-header, .header.nofix {
  background-color: #FFF;
  top: 0;
}

.header.inner-header #menuPc a, .header.nofix #menuPc a {
  color: #222;
}

.header.inner-header .h-lang, .header.nofix .h-lang {
  border-color: #ddd;
  color: #ddd;
  transition: all 0.3s;
}

.header.inner-header .h-lang a, .header.nofix .h-lang a {
  color: #ddd;
  transition: all 0.3s;
}

.header.inner-header .h-lang:hover, .header.nofix .h-lang:hover {
  border-color: #ED6C00;
}

.header.inner-header .h-lang:hover a, .header.nofix .h-lang:hover a {
  color: #ED6C00;
}

.header .header-box {
  position: relative;
}

#menuPc a {
  color: #FFF;
  display: block;
  line-height: 70px;
  position: relative;
}

#menuPc ul {
  display: flex;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.nav-box {
  float: left;
  font-size: 16px;
}

.h-tool {
  float: right;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 20px 0 0;
}

.h-cart {
  background-color: #ED6C00;
  padding: 8px 18px;
  line-height: 1;
  border-radius: 15px;
  color: #FFF;
  display: block;
}

.h-cart:hover {
  color: #FFF;
}

.h-lang {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}

.h-lang a {
  color: #ddd;
}

#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
.footer {
  padding: 1px 100px;
}

.header #menuWap {
  display: none !important;
}

.foot-copy {
  text-align: center;
  color: #777;
  padding: 16px 0;
  font-size: 14px;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner p {
  font-size: 1.2rem;
  opacity: 0.3;
}

.banner p span {
  display: block;
}

.banner h3 {
  margin-bottom: 20px;
}

.banner h3,
.banner h2 {
  font-weight: 500;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box .img-boxauto {
  padding-bottom: 31.25%;
}

.banner .bg-box img {
  transform: scale(1.1);
  transition: all 4s;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
}

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: transparent;
  border-radius: inherit;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.6s;
  box-sizing: border-box;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFF;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-content2 {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.content-product-detail {
  padding-top: 80px;
}

.page-box .iconfont {
  font-size: 1.8rem;
}

.page-box .layui-laypage a,
.page-box .layui-laypage button,
.page-box .layui-laypage input,
.page-box .layui-laypage select,
.page-box .layui-laypage span {
  border-color: #ddd;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 5px;
  color: #666;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #ddd;
  display: inline-flex;
  font-size: 1.8rem;
  color: #666;
  margin: 0 3px;
  min-width: 45px;
  height: 42px;
  line-height: 42px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
}

.page-box .page-inner a.page-text {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
}

.page-box .page-inner a.page-text:hover {
  color: #fff;
  background-color: #307FE2;
  border: 1px solid #307FE2;
}

.page-box .page-inner .current,
.page-box .page-inner a:hover {
  color: #fff;
  background-color: #307FE2;
  border: 1px solid #307FE2;
}

/*分页 end*/
/*公共样式定义 end*/
.web-see-more {
  color: #222;
  border: 1px solid #eee;
  line-height: 34px;
  box-sizing: border-box;
  padding: 0 32px;
  border-radius: 18px;
  display: inline-block;
  transition: all 0.3s;
}

.web-see-more:hover {
  border-color: #ED6C00;
  background-color: #ED6C00;
  color: #FFF;
}

.index-banner h2 {
  line-height: 1;
}

.index-banner .web-see-more {
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.index-banner h5 {
  margin: 32px 0 60px;
  font-weight: 400;
}

.index-banner .banner-bot {
  position: absolute;
  left: calc((100% - 1440px)/2);
  bottom: 20%;
  display: flex;
  align-items: center;
}

.index-banner .banner-bot .swiper-button-next,
.index-banner .banner-bot .swiper-button-prev {
  background-image: none;
  position: initial;
  height: auto;
  margin: 0;
  width: auto;
  background: none;
}

.index-banner .banner-bot .swiper-button-next:after,
.index-banner .banner-bot .swiper-button-prev:after {
  display: none;
}

.index-banner .banner-bot .swiper-pagination {
  display: flex;
  bottom: 0;
  font-size: 14px;
  position: initial;
  width: 80px;
  text-align: center;
  justify-content: center;
  font-weight: 400;
  padding-top: 1px;
}

.index-banner .banner-bot .swiper-pagination span {
  color: #ED6C00;
}

.index-banner .banner-bot .swiper-pagination i {
  padding: 0 6px;
  position: relative;
  top: -1px;
}

.index-about-grid {
  padding: 160px 0 200px;
  background: url("../images/index-about.jpg") no-repeat;
  background-size: cover;
}

.index-about-grid .text {
  width: 44%;
}

.index-about-grid .text-p {
  color: #777777;
  line-height: 2;
  margin: 24px 0 60px;
}

.index-about-grid .about-adv dl {
  display: flex;
  flex-wrap: wrap;
}

.index-about-grid .about-adv dd {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin-bottom: 36px;
  color: #222;
}

.index-about-grid .about-adv dd span {
  font-weight: bold;
  padding-left: 12px;
}

.index-about-grid .about-adv img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.web-main {
  background-color: #FFFF;
}

.footer {
  background-color: #FFF;
}

.index-title {
  position: relative;
  margin-bottom: 60px;
}

.index-title .slot-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index-news-grid {
  margin: 100px 0;
}

.index-news-grid .line {
  height: 1px;
  margin-bottom: 55px;
  background-color: #F0F0F0;
}

.index-news-list ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.index-news-list li {
  width: 25%;
  padding: 0 25px;
  box-sizing: border-box;
}

.index-news-list .img-boxauto {
  padding-bottom: 56.25%;
}

.index-news-list .imgshow {
  border-radius: 12px;
  overflow: hidden;
}

.index-news-list .n-item {
  display: block;
}

.index-news-list .text {
  padding: 40px 0 0;
}

.index-news-list .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news-list .text p {
  margin: 20px 0 50px;
  color: #777;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-news-list .date {
  color: #777777;
}

.index-contact-grid {
  margin: 0 0 80px;
  background: url("../images/inedx-con-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0;
  line-height: 2;
  border-radius: 12px;
  overflow: hidden;
}

.index-contact-grid ul {
  display: flex;
  color: #fff;
  justify-content: center;
}

.index-contact-grid ul li {
  max-width: 40%;
  padding: 0 5%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.index-contact-grid ul li:nth-last-child(1) {
  border-right: none;
}

.index-contact-grid ul li .line {
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  margin: 6px 0 24px;
}

.footer-line {
  height: 2px;
  background: linear-gradient(to right, #00A0E9 0%, #00A0E9 16%, #7FBE26 16%, #7FBE26 32%, #ED6C00 32%, #ED6C00 48%, #00A0E9 48%, #00A0E9 64%, #7FBE26 64%, #7FBE26 80%, #ED6C00 80%, #ED6C00 100%);
}

.banner-box {
  position: relative;
}

.banner-box .inner-banner-text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #222;
}

.banner-box .inner-banner-text h3 {
  margin-bottom: 10px;
}

.banner-box .inner-banner-text .detail-text {
  max-width: 60%;
}

.banner-box .inner-banner-text .detail-text p {
  opacity: 1;
  line-height: 2;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-boxauto {
  padding-bottom: 21.875%;
}

.inner-banner:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
}

.inner-banner .inner-crumbs-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.inner-banner .wap-box {
  display: none;
}

.inner-product-list {
  margin: 100px 0 0px;
  padding-bottom: 40px;
}

.inner-product-list ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.inner-product-list li {
  width: 20%;
  padding: 0 11px;
  box-sizing: border-box;
}

.inner-product-list .img-boxauto {
  padding-bottom: 72.2449%;
}

.inner-product-list .swiper-slide {
  height: initial;
}

.inner-product-list .img-boxauto img {
  transition: all 0.5s;
}

.inner-product-list li {
  margin-bottom: 40px;
}

.inner-product-list li .imgshow {
  padding: 0 10px;
}

.inner-product-list .p-item {
  background-color: #FFF;
  display: block;
  text-align: center;
  color: #222;
  padding-bottom: 1px;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}

.inner-product-list .p-item:hover .imgshow img {
  transform: scale(1.05);
}

.inner-product-list .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 12px 5%;
}

.content-product .index-contact-grid {
  margin-top: 0;
}

.inner-lingyu-list {
  margin: 100px 0 0px;
  padding-bottom: 60px;
}

.inner-lingyu-list ul {
  margin: 0 -11px;
  display: flex;
  flex-wrap: wrap;
}

.inner-lingyu-list li {
  width: 25%;
  padding: 0 11px;
  box-sizing: border-box;
}

.inner-lingyu-list .img-boxauto {
  padding-bottom: 66.66667%;
}

.inner-lingyu-list li {
  margin-bottom: 40px;
}

.inner-lingyu-list li .imgshow {
  margin: 20px 20px 0;
  border-radius: 10px;
  overflow: hidden;
}

.inner-lingyu-list li .imgshow img {
  transition: all 0.5s;
}

.inner-lingyu-list .p-item {
  background-color: #FFF;
  display: block;
  text-align: center;
  padding-top: 1px;
  color: #222;
  padding-bottom: 1px;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100%;
}

.inner-lingyu-list .p-item:hover .imgshow img {
  transform: scale(1.05);
}

.inner-lingyu-list .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 28px 5%;
}

.pulic-botinfo-grid {
  margin: 0 0 80px;
  background: url("../images/inedx-con-bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 12.5%;
  line-height: 2;
  border-radius: 12px;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}

.pulic-botinfo-grid .line {
  width: 40px;
  height: 2px;
  background-color: #FFF;
  margin: 0 auto 24px;
}

.pulic-botinfo-grid .b-btn {
  background-color: #FFF;
  font-size: 14px;
  color: #333;
  padding: 10px 42px;
  line-height: 1;
  display: inline-block;
  border-radius: 17px;
  margin-top: 40px;
}

.prodis-text {
  background-color: #FFF;
  text-align: center;
  color: #222;
  padding: 30px 5%;
  border-radius: 10px;
  margin: 80px 0 40px;
  line-height: 2;
}

.price-tab .pleft {
  width: 49%;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}

.price-tab p {
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.price-tab p span,
.price-tab p em {
  display: inline-block;
}

.price-tab p span {
  width: 30px;
  text-align: left;
}

.price-tab p small {
  padding: 0 5px 0 0;
}

.prodis-table {
  margin-bottom: 80px;
  background-color: #FFF;
  padding: 40px;
}

.prodis-table .el-table__expand-icon {
  font-size: 16px;
}

.prodis-table .el-table__expand-icon > .el-icon {
  margin-top: -8px;
  margin-left: -8px;
}

.prodis-table .el-table__expand-icon--expanded {
  transform: rotate(-90deg);
}

.prodis-table .el-table__expand-icon--expanded .el-icon {
  color: #ED6C00;
}

.prodis-table .el-table th.el-table__cell > .cell,
.prodis-table .el-table .cell {
  padding-left: 5px;
  padding-right: 5px;
}

.prodis-table .el-table {
  color: #777;
  font-size: 12px;
}

.prodis-table .el-table thead {
  color: #222;
  font-weight: bold;
}

.prodis-table .el-table thead th {
  background-color: #F5F7FA;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}

.prodis-table .el-table tbody tr td:nth-child(2) {
  font-weight: bold;
}

.prodis-table .el-table .cell a {
  text-transform: uppercase;
  color: #ED6C00;
  transition: all 0.4s;
}

.prodis-table .el-table .cell a:hover {
  text-decoration: underline;
}

.prodis-table .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #F5F7FA;
}

.prodis-childcs {
  display: flex;
  padding: 30px;
}

.prodis-childcs .imgshow {
  width: 240px;
  border: 1px solid #EBEDF0;
  margin-right: 24px;
  flex-shrink: 0;
  height: 100%;
}

.prodis-childcs .imgshow .img-boxauto {
  padding-bottom: 62.5%;
}

.prodis-childcs .text {
  flex: 1;
}

.prodis-childcs .text dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #EBEDF0;
  border-left: 1px solid #EBEDF0;
}

.prodis-childcs .text dd {
  width: 33.33%;
  border-bottom: 1px solid #EBEDF0;
  border-right: 1px solid #EBEDF0;
  padding: 12px;
  color: #222;
  box-sizing: border-box;
}

.prodis-childcs .text table {
  width: 100%;
}

.prodis-childcs .text table td {
  border: 1px solid #EBEDF0;
  padding: 12px;
  color: #222;
}

.prodis-childcs .text table tr:nth-child(2n) td {
  background-color: #F5F7FA;
}

.lingyu-detail {
  background-color: #FFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 21, 51, 0.06);
  border-radius: 10px;
  padding: 40px 50px;
  margin: 100px 0 80px;
}

.lingyu-detail .text {
  line-height: 2.1;
}

.lingyu-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
}

.yy-related-pro .inner-product-list {
  margin: 0;
}

.yy-related-pro .related-title {
  margin: 40px 0 20px;
  color: #222;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 21, 51, 0.06);
  border-radius: 10px;
  padding: 26px 40px;
}

.yy-related-pro .related-title h3 {
  padding-left: 20px;
  line-height: 1;
  border-left: 3px solid #ED6C00;
}

.related-proswiper {
  position: relative;
}

.related-proswiper .swiper-button-next {
  right: 0;
}

.related-proswiper .swiper-button-prev {
  left: 0;
}

.related-proswiper .swiper-button-next,
.related-proswiper .swiper-button-prev {
  background-color: #ED6C00;
}

.related-proswiper .swiper-button-next:after,
.related-proswiper .swiper-button-prev:after {
  font-size: 16px;
  color: #FFF;
}

.inner-news-list {
  padding: 100px 0 0;
}

.inner-news-list ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.inner-news-list li {
  width: 33.33%;
  padding: 0 15px;
  box-sizing: border-box;
}

.inner-news-list .img-boxauto {
  padding-bottom: 56.25%;
}

.inner-news-list .n-item {
  background-color: #FFF;
  display: block;
}

.inner-news-list .imgshow {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.inner-news-list .text {
  padding: 20px 40px;
}

.inner-news-list .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-news-list .text p {
  margin: 20px 0;
  color: #777;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner-news-list li {
  margin-bottom: 30px;
}

.inner-news-list .date {
  color: #777777;
}

.rig-fix {
  position: fixed;
  right: 20px;
  bottom: 10%;
  z-index: 22;
}

.rig-fix li {
  margin-bottom: 10px;
}

.rig-fix .f-item {
  background: #FFFFFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 21, 51, 0.06);
  border-radius: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  cursor: pointer;
  position: relative;
}

.rig-fix .f-item .h-text {
  position: absolute;
  right: 0%;
  background: #FFFFFF;
  box-shadow: 0px 15px 40px 0px rgba(0, 21, 51, 0.06);
  border-radius: 4px;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(10%);
}

.rig-fix .f-item .h-text h3 {
  color: #ED6C00;
  white-space: nowrap;
  line-height: 1;
  padding: 24px 60px 24px 24px;
}

.rig-fix .f-item .h-text h3 a {
  color: #ED6C00;
}

.rig-fix .f-item img {
  vertical-align: middle;
}

.rig-fix .f-item .h-img {
  display: none;
}

.rig-fix .f-item:hover .h-text {
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.rig-fix .f-item:hover .d-img {
  display: none;
}

.rig-fix .f-item:hover .h-img {
  display: inline-block;
}

.rig-fix .f-item .icon {
  line-height: 60px;
  position: relative;
  z-index: 3;
}

.rig-fix .f-item .icon span {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #FFF;
  font-size: 12px;
  background-color: #ED6C00;
  line-height: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.car-process {
  margin: 0 0 40px;
}

.car-process ul {
  display: flex;
  margin: 0 -12px;
}

.car-process li {
  width: 33.33%;
  padding: 0 12px;
}

.car-process li .c-item {
  line-height: 60px;
  height: 60px;
  background-color: #FFF;
  text-align: center;
  color: #999999;
  position: relative;
}

.car-process li .c-item.cur {
  background-color: #ED6C00;
  color: #FFF;
}

.car-process li .c-item.cur .rig {
  border-color: transparent transparent transparent #ED6C00;
}

.car-process li .c-item .arrow {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
}

.car-process li .c-item .lef {
  left: 0;
  border-color: transparent transparent transparent #f5f7fa;
}

.car-process li .c-item .rig {
  right: 0;
  transform: translateX(100%);
}

.newsdetail-app {
  background: #FFF;
  margin: 100px 0;
  padding: 60px 50px 40px;
}
.newsdetail-app img{
    max-width: 100%;
    height: auto;
}
.newsdetail-app .text {
  line-height: 2;
}

.logo {
  display: none;
}

.wx-paybox {
  box-sizing: border-box;
}

.wx-paybox p {
  color: #666;
}

.wx-paybox em {
  color: #ED6C00;
}

.wx-paybox a {
  color: #ED6C00;
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .m-width-content {
    max-width: 1200px;
  }
  .index-banner .banner-bot {
    left: calc((100% - 1200px) / 2);
  }
  .index-contact-grid ul li {
    padding: 0 24px;
  }
  .content-product-detail .el-input-number--mini {
    max-width: 90px;
  }
}

@media screen and (max-width: 1466px) {
  .fukuan-list .p-item {
    padding: 20px;
  }
  .index-about-grid .about-adv dd {
    width: 50%;
  }
  .index-about-grid .about-adv dl {
    padding-right: 30%;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .index-banner .banner-bot {
    left: 20px;
  }
  .index-about-grid {
    padding: 100px 0 60px;
  }
  .index-about-grid .text {
    width: 50%;
  }
  .index-news-grid {
    margin: 50px 0;
  }
  .index-title {
    margin-bottom: 32px;
  }
  .index-contact-grid {
    margin-bottom: 32px;
  }
  .inner-lingyu-list {
    margin: 50px 0 0;
    padding-bottom: 30px;
  }
  .pulic-botinfo-grid {
    padding: 40px;
    margin-bottom: 50px;
  }
  .inner-product-list {
    margin: 50px 0 0;
    padding-bottom: 30px;
  }
  .content-top-tabitem {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1000px) {
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-right: 0;
    padding-left: 0;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    left: 0;
  }
  #page {
    background: #FFFFFF;
  }
  .youshi-list22 li {
    width: auto;
    float: none;
  }
  .youshi-list22 li .y-item {
    min-height: auto;
  }
  .app-yanfa-grid {
    padding-bottom: 10px;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #ED6C00;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .h-tool {
    padding: 12px;
    margin-right: 50px;
  }
  .h-lang {
    border-color: #ED6C00;
    color: #ED6C00;
  }
  .index-banner h2 {
    font-size: 16px;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .wap-box .img-boxauto {
    padding-bottom: 65%;
  }
  .index-banner .banner-bot {
    left: 20px;
    bottom: 20px;
  }
  .index-about-grid .text {
    width: 100%;
  }
  .index-about-grid {
    padding: 50px 0 30px;
  }
  .index-about-grid .about-adv dl {
    padding-right: 0;
  }
  .index-about-grid .about-adv dl dd {
    margin-bottom: 12px;
  }
  .index-news-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-news-grid .line {
    margin-bottom: 24px;
  }
  .index-news-list .text p {
    display: none;
  }
  .index-news-list .text {
    padding-top: 12px;
  }
  .index-contact-grid ul li {
    max-width: 100%;
  }
  .index-contact-grid ul {
    flex-direction: column;
  }
  .index-contact-grid {
    padding: 20px 0;
  }
  .inner-product-list li,
  .inner-lingyu-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .prodis-table {
    padding: 0;
    margin-bottom: 32px;
  }
  .inner-banner .inner-banner-text .detail-text h3 {
    font-size: 16px;
  }
  .inner-banner .bg-box {
    display: none;
  }
  .inner-banner .wap-box {
    display: block;
  }
  .inner-banner .wap-box .img-boxauto {
    padding-bottom: 65%;
  }
  .inner-banner .inner-banner-text .detail-text {
    max-width: 100%;
  }
  .content-product-detail {
    padding-top: 40px;
  }
  .lingyu-detail {
    padding: 24px;
    margin: 40px 0;
  }
  .content-page {
    display: block;
  }
  .content-page .content-left {
    width: 100%;
    position: sticky;
    top: 57px;
    z-index: 2000;
  }
  .content-page .content-left > .left-menulist {
    display: none;
  }
  .content-page .content-right {
    width: 100%;
    margin: 0;
  }
  .fukuan-list {
    padding-bottom: 24px;
  }
  .fukuan-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .fukuan-list .icon {
    width: 64px;
    height: 64px;
  }
  .fukuan-list .icon img {
    width: 32px;
    height: 32px;
  }
  .index-banner h5 {
    margin: 20px 0;
  }
  .inner-news-list li {
    width: 50%;
    margin-bottom: 12px;
    padding: 0 5px;
  }
  .inner-news-list ul {
    margin: 0 -5px;
  }
  .inner-news-list {
    padding-top: 32px;
  }
  .inner-news-list .text {
    padding: 10px;
  }
  .inner-news-list .text p {
    margin: 10px 0;
  }
  .page-box .el-pager {
    display: none;
  }
  .newsdetail-app {
    margin: 32px 0;
    padding: 20px;
  }
  .news-page {
    padding: 12px 0;
    display: block;
    margin: 20px 0 0;
  }
  .news-page a {
    max-width: 100%;
    width: 100%;
    margin: 8px 0;
  }
  .news-page .goback {
    position: relative;
    transform: translate(0, 0);
    text-align: left;
    left: 0;
    top: 0;
  }
  .help-title small {
    font-size: 12px;
    padding-left: 5px;
  }
  .car-process {
    display: none;
  }
  .prodis-childcs {
    display: block;
    padding: 10px;
  }
  .prodis-childcs .imgshow {
    width: 100%;
    margin-bottom: 12px;
    max-width: 240px;
  }
  .prodis-table .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background-color: #FFF;
  }
  .banner-box .inner-banner-text .detail-text p {
    display: none;
  }
  .banner-box .inner-banner-text p,
  .banner-box .inner-banner-text h5 {
    display: none;
  }
  .banner-box .inner-banner-text .detail-text {
    max-width: 100%;
  }
  .header.inner-header .h-lang,
  .header.nofix .h-lang,
  .header .h-lang .iconfont {
    border-color: #ED6C00;
    color: #ED6C00;
  }
  .h-cart span {
    display: none;
  }
  .h-cart .iconfont {
    color: #FFF;
  }
  .h-cart {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 30px;
  }
  .rig-fix .f-item {
    width: 40px;
    height: 40px;
  }
  .rig-fix .f-item .icon {
    line-height: 40px;
  }
  .rig-fix .f-item .icon img {
    width: 24px;
    height: 24px;
  }
  .rig-fix .f-item .icon span {
    right: 0;
    top: 0;
  }
  .footer {
    padding: 0;
  }
  #menuWap {
    display: block;
  }
  .header .header-box {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header .header-box:after, .header .header-box:before {
    display: none;
  }
  .header .header-box .logo {
    display: block;
  }
  .header .header-box .logo a {
    font-weight: bold;
  }
}
