@charset "UTF-8";
@font-face {
  font-family: 'Poppins-Light';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Light.ttf) format("truetype");
}
.Poppins-Light {
  font-family: 'Poppins-Light';
}

@font-face {
  font-family: 'Poppins-Medium';
  font-style: normal;
  font-display: swap;
  /*src: url(./fonts/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');*/
  src: url(./fonts/Poppins-Medium.ttf) format("truetype");
}
.Poppins-Medium {
  font-family: 'Poppins-Medium';
}

@font-face {
  font-family: 'Poppins-Regular';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Regular.ttf) format("truetype");
}
.Poppins-Regular {
  font-family: 'Poppins-Regular';
}

@font-face {
  font-family: 'Poppins-SemiBold';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-SemiBold.ttf) format("truetype");
}
.Poppins-SemiBold {
  font-family: 'Poppins-SemiBold';
}

@font-face {
  font-family: 'Poppins-Bold';
  font-style: normal;
  font-display: swap;
  src: url(./fonts/Poppins-Bold.ttf) format("truetype");
}
.Poppins-Bold {
  font-family: 'Poppins-Bold';
}

/* 苹方-简 极细体 */
@font-face {
  font-family: 'PingFangSC-Ultralight-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Ultralight.ttf") format("truetype");
}
.PingFangSC-Ultralight {
  font-family: 'PingFangSC-Ultralight-ttf';
}

/* 苹方-简 纤细体 */
@font-face {
  font-family: 'PingFangSC-Thin-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Thin.ttf") format("truetype");
}
.PingFangSC-Thin {
  font-family: 'PingFangSC-Thin-ttf';
}

/* 苹方-简 细体 */
@font-face {
  font-family: 'PingFangSC-Light-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Light.ttf") format("truetype");
}
.PingFangSC-Light {
  font-family: 'PingFangSC-Light-ttf';
}

/* 苹方-简 常规体 */
@font-face {
  font-family: 'PingFangSC-Regular-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Regular.ttf") format("truetype");
}
.PingFangSC-Regular {
  font-family: 'PingFangSC-Regular-ttf';
}

/* 苹方-简 中黑体 */
@font-face {
  font-family: 'PingFangSC-Medium-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Medium.ttf") format("truetype");
}
.PingFangSC-Medium {
  font-family: 'PingFangSC-Medium-ttf';
}

/* 苹方-简 中粗体 */
@font-face {
  font-family: 'PingFangSC-Semibold-ttf';
  font-display: swap;
  font-style: normal;
  src: url("./fonts/PingFangSC-Semibold.ttf") format("truetype");
}
.PingFangSC-Semibold {
  font-family: 'PingFangSC-Semibold-ttf';
}

:root {
  --bs-nav-link-color:#855dc1;
  --bs-theme-color:#855dc1;
  --bs-link-color:#000;
  --bs-link-hover-color: #855dc1;
  --bs-border-color:#cacaca;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  --bs-body-font-family:"Poppins-Regular",'Poppins-Medium',"PingFangSC-Regular-ttf",'PingFangSC-Medium-ttf',"Microsoft YaHei",Arial,sans-serif!important;
}

body {
  overflow-x: hidden;
  font-family: 'Poppins-Regular';
}

.swiper-button-next, .swiper-button-prev {
  background: none !important;
  width: auto !important;
  height: auto !important;
}

.hover-pic {
  border-radius: unset;
}

.ca {
  text-transform: capitalize;
}

.up {
  text-transform: uppercase;
}

.cc br {
  height: 0;
  display: inline;
  width: 100%;
  line-height: 14px;
}
.cc p {
  margin-bottom: 5px;
  line-height: 29px;
}

.cc tbody, .cc td, .cc tfoot, .cc th, .cc thead, .cc tr {
  border-width: 1px;
}

.cc ol, .cc ul {
  padding-left: 2rem;
  max-width: 100% !important;
}
.cc dl, .cc ol, .cc ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cc .h1, .cc .h2, .cc .h3, .cc .h4, .cc .h5, .cc .h6, .cc h1, .cc h2, .cc h3, .cc h4, .cc h5, .cc h6 {
  font-weight: revert;
}

.cc li {
  list-style: inherit;
}

.pagelist {
  text-align: center;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .wap_line2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .wap_line1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner .cc img {
  max-width: 100% !important;
  max-height: inherit !important;
  height: auto !important;
}

.clear {
  content: "";
  clear: both;
  overflow: hidden;
}

.block, .b {
  display: block;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

body {
  /*font-family: KaiTi;*/
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.pagination {
  display: block;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #cecece;
  color: #cecece;
  line-height: 33px;
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block;
}

.pagination a {
  color: #999;
}

.hidden {
  display: none !important;
}

.hangneikuai {
  display: inline-block;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}
.container2 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  content: '';
  clear: both;
  max-width: 100%;
}

@media (min-width: 1450px) and (max-width: 1600px) {
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1450px) {
  .container2 {
    width: 1170px;
    margin: 0 auto;
  }
}
.cc iframe,
.cc video {
  width: 100% !important;
  max-height: 600px !important;
}

.cc p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .container2 {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cc iframe,
  .cc video {
    width: 100% !important;
    max-height: 400px !important;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }
}
.hover-pic {
  overflow: hidden;
}
.hover-pic:hover img {
  transform: scale(1.05);
}
.hover-pic img {
  transition: .5s;
}

.fsz10 {
  font-size: 10px;
}

.fsz11 {
  font-size: 11px;
}

.fsz12 {
  font-size: 12px;
}

.fsz13 {
  font-size: 13px;
}

.fsz14 {
  font-size: 14px;
}

.fsz15 {
  font-size: 15px;
}

.fsz16 {
  font-size: 16px;
}

.fsz17 {
  font-size: 17px;
}

.fsz18 {
  font-size: 18px;
}

.fsz19 {
  font-size: 19px;
}

.fsz20 {
  font-size: 20px;
}

.fsz21 {
  font-size: 21px;
}

.fsz22 {
  font-size: 22px;
}

.fsz23 {
  font-size: 23px;
}

.fsz24 {
  font-size: 24px;
}

.fsz25 {
  font-size: 25px;
}

.fsz26 {
  font-size: 26px;
}

.fsz27 {
  font-size: 27px;
}

.fsz28 {
  font-size: 28px;
}

.fsz29 {
  font-size: 29px;
}

.fsz30 {
  font-size: 30px;
}

.fsz31 {
  font-size: 31px;
}

.fsz32 {
  font-size: 32px;
}

.fsz33 {
  font-size: 33px;
}

.fsz34 {
  font-size: 34px;
}

.fsz35 {
  font-size: 35px;
}

.fsz36 {
  font-size: 36px;
}

.fsz37 {
  font-size: 37px;
}

.fsz38 {
  font-size: 38px;
}

.fsz39 {
  font-size: 39px;
}

.fsz40 {
  font-size: 40px;
}

.fsz41 {
  font-size: 41px;
}

.fsz42 {
  font-size: 42px;
}

.fsz43 {
  font-size: 43px;
}

.fsz44 {
  font-size: 44px;
}

.fsz45 {
  font-size: 45px;
}

.fsz46 {
  font-size: 46px;
}

.fsz47 {
  font-size: 47px;
}

.fsz48 {
  font-size: 48px;
}

@media (max-width: 1600px) {
  .fsz10 {
    font-size: 9.5px;
  }

  .fsz11 {
    font-size: 10.45px;
  }

  .fsz12 {
    font-size: 11.4px;
  }

  .fsz13 {
    font-size: 12.35px;
  }

  .fsz14 {
    font-size: 13.3px;
  }

  .fsz15 {
    font-size: 14.25px;
  }

  .fsz16 {
    font-size: 15.2px;
  }

  .fsz17 {
    font-size: 16.15px;
  }

  .fsz18 {
    font-size: 17.1px;
  }

  .fsz19 {
    font-size: 18.05px;
  }

  .fsz20 {
    font-size: 19px;
  }

  .fsz21 {
    font-size: 19.95px;
  }

  .fsz22 {
    font-size: 20.9px;
  }

  .fsz23 {
    font-size: 21.85px;
  }

  .fsz24 {
    font-size: 22.8px;
  }

  .fsz25 {
    font-size: 23.75px;
  }

  .fsz26 {
    font-size: 24.7px;
  }

  .fsz27 {
    font-size: 25.65px;
  }

  .fsz28 {
    font-size: 26.6px;
  }

  .fsz29 {
    font-size: 27.55px;
  }

  .fsz30 {
    font-size: 28.5px;
  }

  .fsz31 {
    font-size: 29.45px;
  }

  .fsz32 {
    font-size: 30.4px;
  }

  .fsz33 {
    font-size: 31.35px;
  }

  .fsz34 {
    font-size: 32.3px;
  }

  .fsz35 {
    font-size: 33.25px;
  }

  .fsz36 {
    font-size: 34.2px;
  }

  .fsz37 {
    font-size: 35.15px;
  }

  .fsz38 {
    font-size: 36.1px;
  }

  .fsz39 {
    font-size: 37.05px;
  }

  .fsz40 {
    font-size: 38px;
  }

  .fsz41 {
    font-size: 38.95px;
  }

  .fsz42 {
    font-size: 39.9px;
  }

  .fsz43 {
    font-size: 40.85px;
  }

  .fsz44 {
    font-size: 41.8px;
  }

  .fsz45 {
    font-size: 42.75px;
  }

  .fsz46 {
    font-size: 43.7px;
  }

  .fsz47 {
    font-size: 44.65px;
  }

  .fsz48 {
    font-size: 45.6px;
  }
}
@media (max-width: 1450px) {
  .fsz10 {
    font-size: 9.3px;
  }

  .fsz11 {
    font-size: 10.23px;
  }

  .fsz12 {
    font-size: 11.16px;
  }

  .fsz13 {
    font-size: 12.09px;
  }

  .fsz14 {
    font-size: 13.02px;
  }

  .fsz15 {
    font-size: 13.95px;
  }

  .fsz16 {
    font-size: 14.88px;
  }

  .fsz17 {
    font-size: 15.81px;
  }

  .fsz18 {
    font-size: 16.74px;
  }

  .fsz19 {
    font-size: 17.67px;
  }

  .fsz20 {
    font-size: 18.6px;
  }

  .fsz21 {
    font-size: 19.53px;
  }

  .fsz22 {
    font-size: 20.46px;
  }

  .fsz23 {
    font-size: 21.39px;
  }

  .fsz24 {
    font-size: 22.32px;
  }

  .fsz25 {
    font-size: 23.25px;
  }

  .fsz26 {
    font-size: 24.18px;
  }

  .fsz27 {
    font-size: 25.11px;
  }

  .fsz28 {
    font-size: 26.04px;
  }

  .fsz29 {
    font-size: 26.97px;
  }

  .fsz30 {
    font-size: 27.9px;
  }

  .fsz31 {
    font-size: 28.83px;
  }

  .fsz32 {
    font-size: 29.76px;
  }

  .fsz33 {
    font-size: 30.69px;
  }

  .fsz34 {
    font-size: 31.62px;
  }

  .fsz35 {
    font-size: 32.55px;
  }

  .fsz36 {
    font-size: 33.48px;
  }

  .fsz37 {
    font-size: 34.41px;
  }

  .fsz38 {
    font-size: 35.34px;
  }

  .fsz39 {
    font-size: 36.27px;
  }

  .fsz40 {
    font-size: 37.2px;
  }

  .fsz41 {
    font-size: 38.13px;
  }

  .fsz42 {
    font-size: 39.06px;
  }

  .fsz43 {
    font-size: 39.99px;
  }

  .fsz44 {
    font-size: 40.92px;
  }

  .fsz45 {
    font-size: 41.85px;
  }

  .fsz46 {
    font-size: 42.78px;
  }

  .fsz47 {
    font-size: 43.71px;
  }

  .fsz48 {
    font-size: 44.64px;
  }
}
@media (max-width: 768px) {
  .fsz10 {
    font-size: 9px;
  }

  .fsz11 {
    font-size: 9.9px;
  }

  .fsz12 {
    font-size: 10.8px;
  }

  .fsz13 {
    font-size: 11.7px;
  }

  .fsz14 {
    font-size: 12.6px;
  }

  .fsz15 {
    font-size: 13.5px;
  }

  .fsz16 {
    font-size: 14.4px;
  }

  .fsz17 {
    font-size: 15.3px;
  }

  .fsz18 {
    font-size: 16.2px;
  }

  .fsz19 {
    font-size: 17.1px;
  }

  .fsz20 {
    font-size: 18px;
  }

  .fsz21 {
    font-size: 18.9px;
  }

  .fsz22 {
    font-size: 19.8px;
  }

  .fsz23 {
    font-size: 20.7px;
  }

  .fsz24 {
    font-size: 21.6px;
  }

  .fsz25 {
    font-size: 22.5px;
  }

  .fsz26 {
    font-size: 23.4px;
  }

  .fsz27 {
    font-size: 24.3px;
  }

  .fsz28 {
    font-size: 25.2px;
  }

  .fsz29 {
    font-size: 26.1px;
  }

  .fsz30 {
    font-size: 27px;
  }

  .fsz31 {
    font-size: 27.9px;
  }

  .fsz32 {
    font-size: 28.8px;
  }

  .fsz33 {
    font-size: 29.7px;
  }

  .fsz34 {
    font-size: 30.6px;
  }

  .fsz35 {
    font-size: 31.5px;
  }

  .fsz36 {
    font-size: 32.4px;
  }

  .fsz37 {
    font-size: 33.3px;
  }

  .fsz38 {
    font-size: 34.2px;
  }

  .fsz39 {
    font-size: 35.1px;
  }

  .fsz40 {
    font-size: 36px;
  }

  .fsz41 {
    font-size: 36.9px;
  }

  .fsz42 {
    font-size: 37.8px;
  }

  .fsz43 {
    font-size: 38.7px;
  }

  .fsz44 {
    font-size: 39.6px;
  }

  .fsz45 {
    font-size: 40.5px;
  }

  .fsz46 {
    font-size: 41.4px;
  }

  .fsz47 {
    font-size: 42.3px;
  }

  .fsz48 {
    font-size: 43.2px;
  }
}
:root {
  --bs-link-color:#000;
}

/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
.btn-outline-primary {
  border-color: black !important;
}

.Philosopher {
  font-family: Philosopher !important;
}

.shadow {
  box-shadow: 0 0.3rem 0.5rem rgba(191, 189, 189, 0.15) !important;
}

.sec-title2 {
  position: relative;
  font-size: 60px;
}

.sec-title2:after {
  bottom: -21px;
  width: 7rem;
}

.sec-title3 {
  text-align: center;
  font-size: 36px;
}

.sec-title3:after {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

._more2 {
  background: var(--bs-theme-color) !important;
  color: white !important;
  border: 1px solid var(--bs-theme-color) !important;
}

.btn-outline-primary:hover {
  border: 1px solid var(--bs-theme-color) !important;
}

.categories-section .swiper-button-next, .categories-section .swiper-button-prev {
  top: 40%;
}
.categories-section .swiper-button-next {
  right: -14px;
}
.categories-section .swiper-button-prev {
  left: -14px;
}

.product-section .item:hover .btn-outline-primary,
.categories-section .item:hover .btn-outline-primary {
  background: var(--bs-theme-color) !important;
  color: white !important;
  border-color: var(--bs-theme-color) !important;
}
.product-section .item:hover .ca-des h3,
.categories-section .item:hover .ca-des h3 {
  color: var(--bs-theme-color);
}

.sec-title {
  font-family: Philosopher !important;
  margin-bottom: 45px;
}

/**/
.about {
  background: url("../images/about_bg.png") no-repeat right center;
  background-size: 50%;
  padding-top: 120px;
  padding-bottom: 160px;
}
.about .shuju {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(2, 1fr);
}
.about .shuju .item {
  width: 97%;
  margin-bottom: 20px;
}
.about .shuju .item .name {
  font-size: 16px;
  text-transform: capitalize;
}
.about .shuju .item .num {
  font-size: 50px;
  color: var(--bs-theme-color);
  font-weight: bold;
  display: inline-block;
}
.about .shuju .item .danwei {
  font-size: 12px;
}

.bg {
  background: url("../images/bg.jpg") no-repeat center;
  background-size: cover;
}

.youshi {
  padding-bottom: 120px;
}
.youshi .content {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}
.youshi .item {
  width: 31%;
  margin-bottom: 3%;
}
.youshi .item .message {
  background: #f6f7f9;
  padding: 50px;
  padding-top: 50px;
}
.youshi .item .message .summary {
  height: 50px;
}
.youshi .item .message .name {
  color: var(--bs-theme-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.zhengshu {
  background: url("../images/zhengshu.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 829px;
  margin-bottom: 40px;
}

.manufacturing-section {
  min-height: 467px;
}

.manufacturing-section1 {
  margin-bottom: 100px;
  margin-top: 152px !important;
  background: url("../images/bg1.jpg") no-repeat center;
  background-size: cover;
  /*.mf-pic{
     position: absolute;
     right: -190px;
     width: auto;
  }*/
}

.manufacturing-section2 {
  margin-bottom: 100px;
  margin-top: 152px;
  background: url("../images/bg2.jpg") no-repeat center;
  background-size: cover;
  /*.mf-pic{
     position: absolute;
     left: -168px;
     width: auto;
  }*/
}

.faq-section {
  margin-top: 50px;
}

.faq-section .lf {
  width: 40%;
}

.faq-section .rt {
  width: 55%;
  font-size: 22px;
}

.faq-section .faq-bg {
  padding-top: 150px;
  padding-bottom: 80px;
  background: no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.faq-section .faq-bg .mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.faq-section .faq-ac .accordion-header {
  display: flex;
}

.faq-section .faq-ac .accordion-body {
  padding-left: 6rem;
  font-size: 1rem;
  color: #cfcfcf;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.faq-section .faq-ac .accordion-button,
.faq-section .faq-ac .accordion-item {
  background: none;
  border: none;
  color: #d4d4d4;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.faq-section .faq-ac .accordion-item {
  counter-increment: step-counter;
  border-bottom: 2px solid #d4d4d4;
  padding: 1.3rem 0;
}

.faq-section .faq-ac .accordion-collapse {
  font-weight: normal;
  position: relative;
}

.faq-section .faq-ac .accordion-button,
.faq-section .faq-ac .accordion-button:focus {
  box-shadow: none;
}

.faq-section .faq-ac .accordion-button:before {
  content: "0" counter(step-counter);
  font-size: 22px;
  font-weight: 700;
  color: #d4d4d4;
  margin-right: 3rem;
}

.faq-section .faq-ac .accordion-button.collapsed:before {
  color: white;
}

.faq-section .faq-ac .accordion-button.collapsed {
  color: white;
}

.faq-section .faq-left-box {
  position: relative;
  color: #fff;
}

.faq-section .faq-left-box h2 {
  line-height: 1.5;
}

.faq-left-box .line, ._line {
  background: white;
  width: 100px;
  height: 3px;
  margin: 20px auto;
  background: white;
  margin-left: 0;
}

._line {
  background: var(--bs-theme-color);
}

.faq-section .btn-outline-primary {
  border-color: #fff;
  color: #fff;
}

.faq-section .accordion-button::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .faq-section .faq-bg {
    background-attachment: inherit;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-section .faq-left-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .faq-left-box .line {
    margin-left: auto;
  }

  .faq-section .faq-ac .accordion-button:before {
    margin-right: 1.5rem;
  }

  .faq-section .faq-ac .accordion-button {
    font-size: 1rem;
  }

  .faq-section .faq-ac .accordion-body {
    padding-left: 4rem;
  }
}
.inquiry-form {
  padding-top: 90px;
  padding-bottom: 70px;
}
.inquiry-form ._title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 32px;
}
.inquiry-form ._title .line {
  content: '';
  width: 5rem;
  height: 2px;
  border-bottom: 3px solid var(--bs-theme-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  position: static;
  margin-left: 0;
}

.inquiry-form > .container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.message_list {
  margin-top: 20px;
}

.message_list ul li {
  position: relative;
  box-sizing: border-box;
}

.message_list ul li.w100 {
  padding-left: 0px;
  box-sizing: border-box;
}

.message_list ul li label {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #6a6a6a;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
}

.message_list ul li label em {
  color: #ff0000;
  font-size: 20px;
}

.message_list ul li .wz_r {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 46px;
}

.message_list ul li .wz_r .photo {
  max-height: 46px;
  max-width: 46px;
  float: left;
  margin-right: 10px;
  display: block;
}

.message_list ul li .input_text {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  width: 100%;
  height: 60px;
  text-indent: 10px;
  line-height: 60px;
  box-sizing: border-box;
}

.message_list ul li .textarea {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  width: 100%;
  padding: 10px;
  line-height: 75px;
  box-sizing: border-box;
}

.message_list ul li .p_r {
  line-height: 30px;
  font-size: 0.8rem;
  color: #666;
}

.message_list ul li .input_text2 {
  border: solid 1px #eaeaea;
  background: #eaeaea;
  height: 84px;
  text-indent: 10px;
  line-height: 84px;
  box-sizing: border-box;
}

.message_list ul li .sel {
  width: 120px;
  height: 44px;
  border: solid 1px #fafafa;
  background: #FFFFFF;
  float: left;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
}

.message_list ul li .sel select {
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
  line-height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
}

.message_list ul li .sel:after {
  content: "";
  width: 30px;
  height: 40px;
  background: url(../images/jt.jpg) no-repeat right center;
  position: absolute;
  right: 0px;
  top: 0;
  pointer-events: none;
}

.message_list.li_l ul li {
  padding-left: 170px;
}

.message_list.li_l ul li .tex_r {
  width: 100%;
  padding-left: 310px;
  box-sizing: border-box;
  position: absolute;
  left: -10px;
  top: 9px;
}

.message_list ul li .sel.reg {
  width: 100%;
}

.message_list ul li span {
  color: #999999;
  padding-left: 5px;
  display: block;
  min-height: 1.5rem;
}

.message_list ul li span.error {
  color: #F00;
}

.message_list ul li .verify {
  width: 106px;
  height: 44px;
  float: left;
  margin-left: 15px;
  cursor: pointer;
}

.inquiry-form .inf-left > h2 {
  position: relative;
  z-index: 1;
}

.inquiry-form .inf-left > h2:after {
  position: absolute;
  content: '';
  top: -100px;
  left: -70px;
  width: 338px;
  height: 342px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .inquiry-form ._title {
    text-align: center;
  }

  .inquiry-form ._title .line {
    margin-left: auto;
  }
}
@media (max-width: 1600px) {
  .faq-section .faq-bg {
    padding-top: 80px;
  }

  .inquiry-form {
    background-size: 543px;
  }

  .manufacturing-section2,
  .manufacturing-section1 {
    background-size: 107% !important;
  }

  .manufacturing-section1 {
    margin-bottom: 0;
  }

  .manufacturing-section2 .col-sm-5 offset-md-1 {
    margin-left: 0% !important;
  }
}
@media (max-width: 1450px) {
  .faq-section .faq-left-box h2 {
    font-size: 38px;
  }

  .inquiry-form .inf-left {
    width: 36%;
  }

  .inquiry-form {
    background-size: 559px;
    background-position-x: -62px;
  }

  .btn-lg {
    font-size: 0.8rem;
  }

  .product-section .p-title {
    font-size: 1.1rem;
  }

  .sec-title2 {
    font-size: 50px;
  }

  .about {
    padding-bottom: 80px;
  }

  .youshi {
    padding-bottom: 70px;
  }

  .zhengshu {
    height: 600px;
  }

  .manufacturing-section1 {
    margin-top: 50px !important;
  }

  .manufacturing-section {
    min-height: 450px;
  }

  .manufacturing-section2 {
    margin-top: 0 !important;
  }
  .manufacturing-section2 .message_box {
    width: 47%;
    margin-left: 0 !important;
  }

  .faq-section .faq-ac .accordion-item {
    padding: 0.7rem 0;
  }

  .faq-section .faq-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1366px) {
  .inquiry-form .inf-left {
    width: 41%;
  }
}
@media (max-width: 768px) {
  .youshi .item {
    width: 100%;
  }

  .youshi .content {
    display: block;
  }

  .youshi .item .message {
    padding: 32px;
    padding-top: 50px;
  }

  .categories-section .swiper-button-next {
    right: 0;
  }

  .categories-section .swiper-button-prev {
    left: 0;
  }

  .btn-outline-primary {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .categories-section .ca-des h3 {
    font-size: 16px;
    height: 40px;
  }

  .product-section .p-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 40px;
    background: none;
    text-align: center;
  }
  .about .summary {
    text-align: left;
  }

  .sec-title2, .faq-section .faq-left-box h2 {
    font-size: 28px;
    text-align: center;
  }

  .sec-title:after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 4rem;
  }

  .about .shuju .item .num {
    font-size: 30px;
  }

  .about .shuju .item .name {
    font-size: 14px;
  }

  .youshi .item .message {
    padding-top: 32px;
  }

  .youshi .item {
    margin-bottom: 30px;
  }

  .zhengshu {
    height: auto;
    background-attachment: unset;
    margin-bottom: 0;
  }

  .youshi {
    padding-bottom: 27px;
  }

  .manufacturing-section .mf-text-box .mf-text {
    text-align: left;
  }

  .manufacturing-section {
    min-height: auto;
    background: none !important;
  }
  .manufacturing-section .mf-text-box {
    text-align: center;
  }

  .faq-left-box .line, ._line {
    margin-left: auto;
    margin-right: auto;
  }

  .manufacturing-section2 .message_box {
    width: 100%;
  }

  .manufacturing-section2 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .manufacturing-section1 {
    margin-top: 0 !important;
  }

  .faq-section .lf {
    width: 100%;
  }

  .faq-section .rt {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-section .faq-bg {
    padding-top: 40px;
  }

  .inquiry-form .inf-left {
    width: 100%;
  }

  .inquiry-form ._title .line {
    margin-left: auto;
    margin-right: auto;
  }

  .inquiry-form {
    background-position-x: 0;
    padding-bottom: 9px;
  }

  .sec-title:after {
    transform: unset !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=mystyle.css.map */
