.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.bg-white {
  background: #ffffff;
}
.bg-gray {
  background: #f0f1f2;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul，ol {
  list-style: none;
}
em {
  font-style: normal;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
}
textarea {
  font-family: Roboto, Open-Sans;
}
pre {
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
button:active {
  transform: translateY(1px);
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
}
@font-face {
  font-family: 'Open-Sans';
  src: url('../fonts/Open-Sans.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans.ttf') format('truetype');
}
@font-face {
  font-family: 'Open-Sans-Bold';
  src: url('../fonts/Open-Sans-Bold.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open-Sans-Semibold';
  src: url('../fonts/Open-Sans-Semibold.woff') format('woff'), /* chrome、firefox */ url('../fonts/Open-Sans-Semibold.ttf') format('truetype');
}
html,
body {
  font-family: "Roboto", "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
  font-size: 14px;
}
.page-wrap {
  width: 1200px;
  margin: 0 auto;
}
.isHide {
  display: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.way-btn {
  background: #009b4c;
  background-image: linear-gradient(0deg, #009b4c 100%);
  font-family: Open-Sans-Semibold;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s linear;
}
.way-btn:hover {
  background: #006d35 !important;
  background-image: linear-gradient(0deg, #006d35 100%) !important;
}
.btn-tool {
  text-align: center;
}
.disabled {
  background: #dfdfdf;
  cursor: not-allowed;
}
.disabled:hover {
  background: #dfdfdf !important;
}
.bread-nav {
  font-size: 0;
}
.bread-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bread-nav li {
  float: left;
  color: #999999;
  font-size: 12px;
  cursor: default;
}
.bread-nav li .iconfont {
  vertical-align: middle;
  color: #999999;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
.bread-nav li a:hover {
  text-decoration: underline;
}
.bread-nav li .last-menu {
  height: 20px;
  color: #000000;
  float: left;
  display: inline-block;
  font-weight: 500;
}
.service-bread {
  color: #111111;
}
.service-bread a {
  padding: 20px 0;
}
.service-bread a:hover {
  text-decoration: underline;
}
.service-bread a:last-child {
  color: #009b4c;
}
.service-bread a:last-child:hover {
  text-decoration: none;
}
.diy-input-style {
  border: 1px solid #cccccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: 0;
  box-sizing: border-box;
}
.diy-input-style:focus,
.diy-input-style:active {
  border-color: #009b4c !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.the-quality-control-page .quality-control-banner {
  height: 480px;
  background: #F3F5F7;
}
.the-quality-control-page .quality-control-banner .banner-box {
  height: 480px;
  position: relative;
}
.the-quality-control-page .quality-control-banner .banner-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item {
  width: 620px;
  padding-top: 32px;
  float: left;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item .service-bread {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item .service-bread a:last-child {
  color: #009b4c;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item .banner-title {
  padding-top: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #111111;
  line-height: 52px;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item .banner-des {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  line-height: 24px;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-item .get-quote-btn {
  margin-top: 48px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 31px;
  color: #fff;
  font-weight: 700;
  vertical-align: top;
  border-radius: 3px;
  font-size: 16px;
  background: #009b4c;
  transition: background-color 0.15s ease-out;
}
.the-quality-control-page .quality-control-banner .banner-box .banner-skiy {
  position: absolute;
  right: 0px;
  top: 60px;
  background: url('../images/quality-control/banner-right.png') no-repeat center;
  width: 554px;
  height: 490px;
}
.the-quality-control-page .title-box {
  text-align: center;
}
.the-quality-control-page .title-box .item-title {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
}
.the-quality-control-page .title-box .item-des-box {
  margin: 18px auto 0px;
  width: 960px;
}
.the-quality-control-page .title-box .item-des-box .item-des {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  line-height: 24px;
}
.the-quality-control-page .production-quality-module {
  padding-top: 130px;
  margin-bottom: 80px;
}
.the-quality-control-page .production-quality-module:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .production-quality-module .quality-region {
  margin-top: 56px;
}
.the-quality-control-page .production-quality-module .quality-region .quality-photo {
  display: none;
  float: left;
  max-width: 500px;
}
.the-quality-control-page .production-quality-module .quality-region .quality-photo img {
  max-width: 500px;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box {
  float: right;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row {
  cursor: pointer;
  border-radius: 8px;
  background: #f3f7f9;
  width: 668px;
  padding: 20px 20px;
  margin-top: 18px;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row:hover .row-title .name {
  color: #009b4c;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row:first-child {
  margin-top: 0px;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row:first-child .row-des {
  display: block;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row.quality-active .row-title::before {
  background: url('../images/quality-control/quality-top.png') no-repeat center;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row.quality-active .row-title .name {
  width: 570px;
  color: #009b4c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-title {
  position: relative;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-title::before {
  position: absolute;
  top: 6px;
  right: 0px;
  background: url('../images/quality-control/quality-down.png') no-repeat center;
  width: 16px;
  height: 12px;
  content: '';
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-title .line {
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  width: 14px;
  height: 3px;
  background: #009b4c;
  float: left;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-title .name {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.the-quality-control-page .production-quality-module .quality-region .quality-box .quality-row .row-des {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.the-quality-control-page .control-flow .control-tab {
  margin-top: 40px;
  display: table;
}
.the-quality-control-page .control-flow .control-tab:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .control-flow .control-tab li {
  cursor: pointer;
  width: 400px;
  height: 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  position: relative;
}
.the-quality-control-page .control-flow .control-tab li::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  right: 0px;
  height: 3px;
  background-color: #009b4c;
  margin: auto;
  content: '';
  transition: all 0.3s;
}
.the-quality-control-page .control-flow .control-tab li:nth-child(2) {
  border-left: 0px;
  border-right: 0px;
}
.the-quality-control-page .control-flow .control-tab li.control-active {
  color: #009b4c;
}
.the-quality-control-page .control-flow .control-tab li.control-active::after {
  width: 100%;
}
.the-quality-control-page .control-flow .control-box {
  margin-top: 40px;
  margin-bottom: 74px;
}
.the-quality-control-page .control-flow .control-box .control-item {
  display: none;
}
.the-quality-control-page .control-flow .control-box .control-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .control-flow .control-box .control-item .control-photo {
  float: left;
  max-width: 632px;
}
.the-quality-control-page .control-flow .control-box .control-item .control-photo img {
  max-width: 632px;
}
.the-quality-control-page .control-flow .control-box .control-item .control-region {
  margin-left: 36px;
  width: 532px;
  float: left;
}
.the-quality-control-page .control-flow .control-box .control-item .control-region .control-des-row {
  margin-top: 36px;
}
.the-quality-control-page .control-flow .control-box .control-item .control-region .control-des-row:first-child {
  margin-top: 0px;
}
.the-quality-control-page .control-flow .control-box .control-item .control-region .control-des-row .control-row-title {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
}
.the-quality-control-page .control-flow .control-box .control-item .control-region .control-des-row .control-row-des {
  padding-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.the-quality-control-page .equipment-module {
  background: #f3f7f9;
  padding: 50px 0px 60px 0px;
}
.the-quality-control-page .equipment-module .equipment-swiper-box {
  margin-top: 40px;
  position: relative;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .swiper-wrapper .product-lf {
  width: 280px;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .swiper-wrapper .product-lf .equipment-img {
  max-width: 280px;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .swiper-wrapper .product-lf .equipment-img img {
  max-width: 280px;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .swiper-wrapper .product-lf .equipment-name {
  padding: 10px 10px 0px 10px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-left {
  top: 73px;
  left: -27px;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-left:hover {
  transform: rotate(180deg);
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-right {
  top: 73px;
  right: -27px;
  transform: rotate(180deg);
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-right:hover {
  transform: rotate(0deg);
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-left,
.the-quality-control-page .equipment-module .equipment-swiper-box .control-right {
  width: 42px;
  height: 42px;
  background: url("../images/quality-control/arrow-left-line.png") no-repeat center #fff;
  position: absolute;
  border-radius: 100%;
  z-index: 3;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}
.the-quality-control-page .equipment-module .equipment-swiper-box .control-left:hover,
.the-quality-control-page .equipment-module .equipment-swiper-box .control-right:hover {
  background: url("../images/quality-control/arrow-right-s-line.png") no-repeat center #fff;
}
.the-quality-control-page .manufacturing-standards {
  background: #f3f7f9;
  height: 1000px;
}
.the-quality-control-page .manufacturing-standards .standards-banner {
  background: url('../images/quality-control/Manufacturing-standards.png') no-repeat center;
  height: 350px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .title-box {
  padding-top: 50px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .title-box .item-title {
  color: #fff;
}
.the-quality-control-page .manufacturing-standards .standards-banner .title-box .item-des {
  color: #fff;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab {
  margin-top: 42px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab li {
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 232px;
  text-align: center;
  height: 60px;
  border-radius: 4px;
  background: #fff;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab li:hover {
  transition: all 0.3s;
  background: #009b4c;
  color: #fff;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab li:first-child {
  margin-left: 0px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-tab li.make-active {
  background: #009b4c;
  color: #fff;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box {
  margin-top: 20px;
  height: 700px;
  background: #fff;
  border-radius: 4px;
  padding: 40px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item {
  display: none;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common {
  float: left;
  max-width: 456px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common img {
  max-width: 456px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common:nth-child(2) {
  margin-left: 30px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .make-item-title {
  width: 600px;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .make-item-des {
  width: 600px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box {
  width: 600px;
  height: 515px;
  overflow-y: auto;
  margin-top: 10px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box::-webkit-scrollbar {
  width: 2px;
  background: #EFF0F3;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 4px;
  background: #878B90;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box .graphic-table {
  width: 100%;
  border-collapse: collapse;
  color: #666666;
  table-layout: fixed;
  font-size: 14px;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box .graphic-table th {
  text-align: left;
  border-bottom: 1px solid #000000;
  padding: 12px 0;
}
.the-quality-control-page .manufacturing-standards .standards-banner .make-region .make-box .make-item .make-item-common .arguments-box .graphic-table td {
  padding: 18px 0;
  border-bottom: 1px solid #cccccc;
  word-break: break-word;
}
.the-quality-control-page .quality-report .report-item {
  margin-top: 80px;
}
.the-quality-control-page .quality-report .report-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .quality-report .report-item .report-left {
  width: 520px;
  float: left;
}
.the-quality-control-page .quality-report .report-item .report-left .report-hint {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #009b4c;
}
.the-quality-control-page .quality-report .report-item .report-left .report-hint:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .quality-report .report-item .report-left .report-hint .report-logo {
  float: left;
  display: block;
  background: url('../images/quality-control/report-logo.png') no-repeat center;
  width: 16px;
  height: 20px;
  padding-top: 4px;
  margin-right: 8px;
}
.the-quality-control-page .quality-report .report-item .report-left .report-title {
  padding-top: 22px;
  font-size: 30px;
  font-weight: 700;
  color: #111111;
}
.the-quality-control-page .quality-report .report-item .report-left .report-des {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.the-quality-control-page .quality-report .report-item .report-left .cert-box {
  margin-top: 32px;
}
.the-quality-control-page .quality-report .report-item .report-left .cert-box dd {
  position: relative;
  background: url("../images/quality-control/report-draw.png") no-repeat left center;
  padding: 12px 0 12px 34px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.the-quality-control-page .quality-report .report-item .report-left .cert-box dd a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.the-quality-control-page .quality-report .report-item .report-right {
  float: right;
  max-width: 600px;
  opacity: 0.9;
}
.the-quality-control-page .quality-report .report-item .report-right img {
  max-width: 600px;
}
.the-quality-control-page .quality-report .report-item.quality {
  margin-top: 72px;
  margin-bottom: 76px;
}
.the-quality-control-page .quality-report .report-item.quality .report-left {
  float: right;
}
.the-quality-control-page .quality-report .report-item.quality .report-left .report-hint .report-logo {
  background: url('../images/quality-control/Authentication-icon.png') no-repeat center;
  width: 18px;
}
.the-quality-control-page .quality-report .report-item.quality .report-left .report-cert:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .quality-report .report-item.quality .report-left .report-cert .cert-box {
  float: left;
  width: 190px;
  cursor: default;
}
.the-quality-control-page .quality-report .report-item.quality .report-left .report-cert .cert-box dd {
  width: 190px;
}
.the-quality-control-page .quality-report .report-item.quality .report-left .report-cert .cert-box dd a {
  cursor: initial;
}
.the-quality-control-page .quality-report .report-item.quality .report-right {
  float: left;
}
.the-quality-control-page .quality-problem {
  background: #f3f7f9;
  padding: 70px 0px 60px 0px;
}
.the-quality-control-page .quality-problem .problem-region {
  margin-top: 36px;
}
.the-quality-control-page .quality-problem .problem-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .quality-problem .problem-region .problem-item {
  float: left;
  background: #fff;
  width: 584px;
  padding: 26px 40px 42px 30px;
}
.the-quality-control-page .quality-problem .problem-region .problem-item.problem-right {
  float: right;
}
.the-quality-control-page .quality-problem .problem-region .problem-item.problem-right .problem-item-des {
  padding-bottom: 24px;
}
.the-quality-control-page .quality-problem .problem-region .problem-item .problem-item-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .quality-problem .problem-region .problem-item .problem-item-des {
  padding-top: 14px;
  font-size: 16px;
  height: 86px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .quality-problem .problem-region .problem-item .cert-box {
  padding-top: 14px;
}
.the-quality-control-page .quality-problem .problem-region .problem-item .cert-box dd {
  position: relative;
  background: url('../images/quality-control/quality-logo.png') no-repeat left center;
  padding: 8px 0 8px 34px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  vertical-align: top;
}
.the-quality-control-page .control-process {
  background: url('../images/quality-control/Control-Process-banner.png') no-repeat center;
  height: 260px;
  background-attachment: fixed;
}
.the-quality-control-page .control-process .title-box {
  padding-top: 50px;
}
.the-quality-control-page .control-process .title-box .item-title {
  color: #fff;
}
.the-quality-control-page .control-process .title-box .item-des-box {
  width: 980px;
}
.the-quality-control-page .control-process .title-box .item-des-box .item-des {
  color: #fff;
}
.the-quality-control-page .control-process .get-quote-btn {
  margin-top: 32px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  padding: 0 31px;
  color: #fff;
  font-weight: 700;
  vertical-align: top;
  border-radius: 3px;
  font-size: 16px;
  background: #009b4c;
  transition: background-color 0.15s ease-out;
}
.the-quality-control-page .our-aterial-module {
  padding-top: 70px;
}
.the-quality-control-page .our-aterial-module .aterial-region {
  margin-top: 64px;
  position: relative;
  min-height: 470px;
}
.the-quality-control-page .our-aterial-module .aterial-region:before {
  position: absolute;
  top: 0;
  left: 326px;
  z-index: 1;
  width: 1px;
  height: calc(100% - 46px);
  background-color: #E2E4E5;
  content: '';
}
.the-quality-control-page .our-aterial-module .aterial-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left {
  width: 326px;
  float: left;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left .aterial-left-item {
  width: 300px;
  cursor: pointer;
  padding-top: 38px;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left .aterial-left-item:first-child {
  padding-top: 8px;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left .aterial-left-item .aterial-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left .aterial-left-item .aterial-des {
  padding-top: 4px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-left .aterial-left-item.aterial-active .aterial-title {
  color: #009b4c;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right {
  float: left;
  width: 874px;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item {
  margin-left: 38px;
  display: none;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-title {
  display: inline-block;
  padding: 0px 30px 0px 0px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  position: relative;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-title::after {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 14px;
  height: 2px;
  background: #666666;
  content: '';
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box {
  margin-top: 13px;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box .aterial-column {
  float: left;
  margin-left: -13px;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box .aterial-column li {
  float: left;
  margin-left: 13px;
  margin-top: 14px;
  cursor: pointer;
  width: 270px;
  height: 42px;
  line-height: 42px;
  padding-left: 14px;
  padding-right: 30px;
  background: #f3f7f9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box .aterial-column li a {
  width: 100%;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box .aterial-column li:hover {
  background: #009b4c;
  color: #fff;
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .aterial-item-box .aterial-column li:hover .control-logo {
  position: absolute;
  top: 16px;
  right: 17px;
  background: url('../images/quality-control/display-right-logo.png') no-repeat center;
  width: 16px;
  height: 10px;
  content: '';
}
.the-quality-control-page .our-aterial-module .aterial-region .aterial-right .aterial-item .more-btn {
  margin-top: 16px;
  position: relative;
  background: url('../images/quality-control/read-more.png') no-repeat left center;
  padding: 8px 0 8px 22px;
  font-size: 12px;
  font-weight: 400;
  color: #009b4c;
}
.the-quality-control-page .support-box {
  margin-top: 50px;
  background: url("../images/about/map-bg.png") no-repeat center;
  height: 760px;
  overflow: hidden;
}
.the-quality-control-page .support-box .page-wrap {
  position: relative;
}
.the-quality-control-page .support-box .support-tag {
  margin: 110px auto 0;
  display: flex;
  justify-content: center;
}
.the-quality-control-page .support-box .support-tag .text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 6px;
  background-color: #f2f4f6;
  color: #009b4c;
}
.the-quality-control-page .support-box .support-tag .text:before {
  display: block;
  content: '';
  background: url("../images/about/tag-icon.png") no-repeat center;
  width: 9px;
  height: 10px;
  margin-right: 4px;
}
.the-quality-control-page .support-box .support-title {
  margin-top: 20px;
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 24px;
  color: #111111;
  text-align: center;
}
.the-quality-control-page .support-box .support-person {
  background: url("../images/about/row-testimonial-img.png") no-repeat center;
  height: 186px;
  width: 1072px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 125px;
  z-index: 1;
  pointer-events: all;
}
.the-quality-control-page .support-box .support-person .piece-box.left:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #009b4c;
  position: absolute;
  top: 50px;
  left: -40px;
  z-index: 1;
}
.the-quality-control-page .support-box .support-person .piece-box.left:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 120px;
  left: -56px;
  z-index: 1;
}
.the-quality-control-page .support-box .support-person .piece-box.right:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: #009b4c;
  position: absolute;
  top: 50px;
  right: -40px;
  z-index: 1;
}
.the-quality-control-page .support-box .support-person .piece-box.right:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
}
.the-quality-control-page .support-box .support-mask {
  width: 630px;
  margin: 46px auto 0;
  position: relative;
}
.the-quality-control-page .support-box .support-mask .support-btn {
  width: 23px;
  height: 38px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.the-quality-control-page .support-box .support-mask .support-btn.prev-btn {
  background: url("../images/about/left-icon.png") no-repeat center;
  left: -50px;
}
.the-quality-control-page .support-box .support-mask .support-btn.next-btn {
  background: url("../images/about/right-icon.png") no-repeat center;
  right: -50px;
}
.the-quality-control-page .support-box .item {
  cursor: default;
}
.the-quality-control-page .support-box .icon-tag {
  background: url("../images/about/icon-tag.png") no-repeat center;
  width: 93px;
  height: 70px;
  display: block;
  margin: 0 auto;
}
.the-quality-control-page .support-box .item-text {
  font-size: 14px;
  font-style: italic;
  font-stretch: normal;
  line-height: 24px;
  color: #666666;
  width: 630px;
  margin: 70px auto 0;
  text-align: center;
  font-weight: 500;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.the-quality-control-page .support-box .stars-five {
  background: url("../images/about/xingxing.png") no-repeat center;
  width: 115px;
  height: 24px;
  margin: 20px auto 0;
}
.the-quality-control-page .support-box .i-title {
  text-align: center;
  margin-top: 14px;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
}
.the-quality-control-page .support-box .i-des {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.the-quality-control-page .support-box .sponsor-box {
  text-align: center;
  margin-top: 80px;
}
/*# sourceMappingURL=quality-control.css.map */