* {
  box-sizing: border-box;
}
.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-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
a {
  color: inherit;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.ecms-nav {
  height: 60px;
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.3s ease;
}
.ecms-nav.collapsed {
  background: #fff;
}
.ecms-nav.collapsed .nav-left .ecms-title {
  font-size: 24px;
  color: #333333;
}
.ecms-nav.collapsed .nav-left .ecms-menu li a.name {
  color: #333333;
}
.ecms-nav .wcontainer {
  position: relative;
  background: transparent;
}
.ecms-nav .nav-box {
  position: relative;
  height: 60px;
}
.ecms-nav .nav-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left {
  float: left;
  position: relative;
  font-size: 14px;
}
.ecms-nav .nav-left .ecms-title {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-right: 28px;
}
.ecms-nav .nav-left .ecms-title .logo-name {
  vertical-align: middle;
}
.ecms-nav .nav-left .ecms-menu {
  height: 60px;
  display: inline-block;
  vertical-align: top;
}
.ecms-nav .nav-left .ecms-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .ecms-menu li {
  float: left;
  height: 100%;
  padding: 0 16px 0 16px;
}
.ecms-nav .nav-left .ecms-menu li:hover a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .ecms-menu li.opended .sub-menus {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ecms-nav .nav-left .ecms-menu li a.name {
  display: block;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.ecms-nav .nav-left .ecms-menu li a.name:before {
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  transition: all 0.3s;
}
.ecms-nav .nav-left .ecms-menu .disabled a {
  color: #999999;
}
.ecms-nav .nav-left .ecms-menu .disabled:hover:before {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.ecms-nav .nav-left .ecms-menu .active a.name:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.ecms-nav .nav-left .sub-menus {
  position: absolute;
  top: 100%;
  left: 174px;
  z-index: 1;
  line-height: normal;
  opacity: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  transform: translateY(-16px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.ecms-nav .nav-left .sub-menus .single-dropdown {
  margin-top: 8px;
  background: #fff;
  width: 510px;
  height: 308px;
}
.ecms-nav .nav-left .sub-menus .single-dropdown:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-left .sub-menus .sub-ads {
  float: left;
  width: 230px;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ecms-nav .nav-left .sub-menus .sub-nav {
  padding: 20px;
  float: left;
  width: 280px;
}
.ecms-nav .nav-left .sub-menus .link-cell {
  display: block;
  padding: 6px 14px;
  font-size: 14px;
  color: #333333;
}
.ecms-nav .nav-left .sub-menus .link-cell.active {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-left .sub-menus .link-cell:hover {
  color: #5252f2;
  background: #ededfc;
}
.ecms-nav .nav-right {
  float: right;
  height: 100%;
}
.ecms-nav .nav-right:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-nav .nav-right .the-quote {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #5252f2;
  float: left;
  margin: 15px 0 0 20px;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.ecms-nav .nav-right .the-quote:hover {
  background: #2d208c;
}
.ecms-main {
  position: relative;
}
.footer_left_top a:hover {
  text-decoration: underline;
  color: #A7A7A7;
}
.ecms-btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  min-width: 148px;
  background: #5252f2;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in;
}
.ecms-btn:hover {
  background: #2d208c;
}
.ecms-main.quality-control .appearance-banner {
  background: url("../img/quality-control/quality-banner.png") no-repeat center center;
  background-size: cover;
}
.ecms-main.quality-control .appearance-banner .wcontainer {
  background-image: none;
  background-color: transparent;
}
.ecms-main.quality-control .appearance-banner .ecms-btn {
  margin: 40px 0 0 0;
  height: 48px;
  line-height: 48px;
  width: 180px;
  font-size: 18px;
  font-weight: 700;
}
.ecms-main.quality-control .ultimate-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main.quality-control .ultimate-box .ultimate-l {
  float: left;
  width: 470px;
}
.ecms-main.quality-control .ultimate-box .ultimate-l .ultimate-title {
  color: #333333;
  font-size: 34px;
  background: #f8f8f8;
  width: 420px;
  margin: 0 auto;
  padding: 50px 0 0 30px;
}
.ecms-main.quality-control .ultimate-box .ultimate-l .ultimate-title .title-bold {
  font-weight: 700;
}
.ecms-main.quality-control .ultimate-box .ultimate-l .ultimate-des {
  width: 420px;
  margin: 0 auto;
  background: #f8f8f8;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 20px 12px 20px 30px;
}
.ecms-main.quality-control .ultimate-box .ultimate-r {
  float: right;
  width: 704px;
  margin-top: 40px;
  position: relative;
}
.ecms-main.quality-control .ultimate-box .ultimate-r:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main.quality-control .ultimate-box .ultimate-r:before {
  display: block;
  content: '';
  height: 100%;
  border-left: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}
.ecms-main.quality-control .ultimate-box .control {
  height: 280px;
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.ecms-main.quality-control .ultimate-box .control img {
  transition: all 0.3s linear;
}
.ecms-main.quality-control .ultimate-box .control:hover img {
  transform: translateX(8px);
}
.ecms-main.quality-control .ultimate-box .control:first-child {
  border-bottom: 1px solid #ebebeb;
}
.ecms-main.quality-control .ultimate-box .control:nth-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.ecms-main.quality-control .ultimate-box .icon-title {
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  font-weight: 700;
  margin-top: 12px;
}
.ecms-main.quality-control .ultimate-box .title-des {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-top: 12px;
}
.ecms-main.quality-control .ultimate-box .read-btn {
  color: #5252f2;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  margin-top: 12px;
}
.ecms-main.quality-control .ultimate-box .read-btn:hover {
  text-decoration: underline;
}
.ecms-main.quality-control .section-manu-title {
  margin-top: 80px;
  font-size: 30px;
  color: #333333;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.ecms-main.quality-control .manu-title-des {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  width: 820px;
  margin: 17px auto 0;
}
.ecms-main.quality-control .standards-nav {
  width: 968px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ecms-main.quality-control .standards-nav:after {
  display: block;
  content: '';
  width: 100%;
  background: #f3f5f7;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 1;
}
.ecms-main.quality-control .standards-nav .nav {
  width: 320px;
  height: 68px;
  background: #f3f5f7;
  position: relative;
  cursor: pointer;
}
.ecms-main.quality-control .standards-nav .nav .text {
  font-size: 18px;
  color: #333333;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.ecms-main.quality-control .standards-nav .nav .text .icon-arrowdown {
  position: absolute;
  left: 50%;
  bottom: 4px;
  z-index: 1;
  margin-left: -8px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
}
.ecms-main.quality-control .standards-nav .nav:hover .text {
  color: #5252f2;
}
.ecms-main.quality-control .standards-nav .nav:before {
  display: none;
  content: '';
  height: 72px;
  border-right: 2px solid #f3f5f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.ecms-main.quality-control .standards-nav .nav.active {
  background: transparent;
  border-top: 2px solid #5252f2;
}
.ecms-main.quality-control .standards-nav .nav.active .text {
  color: #5252f2;
}
.ecms-main.quality-control .standards-nav .nav.active .text .icon-arrowdown {
  visibility: visible;
  opacity: 1;
}
.ecms-main.quality-control .standards-nav .nav.active .text:before {
  display: block;
  content: '';
  height: 72px;
  border-left: 2px solid #f3f5f7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.ecms-main.quality-control .standards-nav .nav.active:before {
  display: block;
}
.ecms-main.quality-control .standards-nav .nav.active:after {
  background: #fff;
}
.ecms-main.quality-control .standards-nav .nav:after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -6px;
  z-index: 2;
}
.ecms-main.quality-control .manu-row {
  margin: 40px 0 50px;
}
.ecms-main.quality-control .manu-row-title {
  font-size: 24px;
  font-weight: 500;
}
.ecms-main.quality-control .row-title-des {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 500;
}
.ecms-main .appearance-banner {
  height: 600px;
  background: #222323;
  color: #fff;
  overflow: hidden;
}
.ecms-main .appearance-banner .wcontainer {
  background: url("../img/quality-control/assurance-banner.png") no-repeat right bottom #262626;
  height: inherit;
  padding-top: 60px;
  position: relative;
}
.ecms-main .appearance-banner .appearance-type {
  font-size: 24px;
  margin-top: 70px;
  font-weight: 500;
}
.ecms-main .appearance-banner .appearance-banner-title {
  font-size: 48px;
  margin-top: 20px;
  font-weight: 700;
}
.ecms-main .appearance-banner .banner-des {
  margin-top: 50px;
  font-size: 18px;
  line-height: 30px;
  width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.ecms-main .pcb-standards:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .pcb-standards .standards-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  color: #666666;
  table-layout: fixed;
}
.ecms-main .pcb-standards .standards-table th {
  border-bottom: 1px solid #000;
  padding: 16px 0;
}
.ecms-main .pcb-standards .standards-table th:first-child {
  font-weight: 500;
  width: 170px;
}
.ecms-main .pcb-standards .standards-table th:first-child + th {
  width: 190px;
}
.ecms-main .pcb-standards .standards-table th:last-child {
  padding-left: 20px;
  width: 240px;
}
.ecms-main .pcb-standards .standards-table td {
  line-height: 22px;
  vertical-align: top;
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  word-break: break-word;
}
.ecms-main .pcb-standards .standards-table td:first-child {
  font-weight: 500;
  width: 170px;
}
.ecms-main .pcb-standards .standards-table td:first-child .jump-anchor {
  color: #5252f2;
  cursor: pointer;
}
.ecms-main .pcb-standards .standards-table td:first-child + td {
  width: 190px;
}
.ecms-main .pcb-standards .standards-table td:last-child {
  padding-left: 20px;
  width: 240px;
}
.ecms-main .pcb-standards .standard-l {
  float: left;
  width: 600px;
}
.ecms-main .pcb-standards .standard-r {
  float: right;
  width: 500px;
  height: 30px;
  margin-top: 44px;
}
.ecms-main .pcb-standards .standard-r img {
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}
.ecms-main .cnc-machine-box {
  margin: 0 0 50px;
}
.ecms-main .cnc-machine-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .cnc-machine-box.print .graphic-table {
  margin-top: 20px;
  table-layout: fixed;
}
.ecms-main .cnc-machine-box.print .graphic-table th:first-child + th {
  width: auto;
}
.ecms-main .cnc-machine-box.print .machine-r {
  padding-left: 120px;
}
.ecms-main .cnc-machine-box.print .machine-r .graphic {
  margin-top: 60px;
}
.ecms-main .cnc-machine-box .graphic {
  max-width: 100%;
  display: block;
  margin-top: 46px;
}
.ecms-main .cnc-machine-box .graphic-title {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.ecms-main .cnc-machine-box .graphic-text {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 500;
}
.ecms-main .cnc-machine-box .graphic-table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  color: #666666;
  table-layout: fixed;
  font-size: 14px;
}
.ecms-main .cnc-machine-box .graphic-table th {
  border-bottom: 1px solid #000;
  padding: 12px 0;
}
.ecms-main .cnc-machine-box .graphic-table th:first-child {
  width: 220px;
}
.ecms-main .cnc-machine-box .graphic-table th:first-child + th {
  width: 220px;
}
.ecms-main .cnc-machine-box .graphic-table td {
  padding: 18px 0;
  border-bottom: 1px solid #cccccc;
  word-break: break-word;
}
.ecms-main .cnc-machine-box .graphic-table td:first-child {
  font-weight: 500;
}
.ecms-main .cnc-machine-box .machine-l {
  float: left;
  width: 50%;
}
.ecms-main .cnc-machine-box .machine-l img {
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
}
.ecms-main .cnc-machine-box .machine-r {
  float: left;
  width: 50%;
}
.ecms-main .control-process-section {
  background: url("../img/quality-control/control-process-bg.png") no-repeat center top #f5f5f6;
  min-height: 500px;
}
.ecms-main .control-process-section .process-top {
  color: #fff;
  margin-top: 58px;
}
.ecms-main .control-process-section .process-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .control-process-section .process-top .top-l {
  float: left;
  width: 360px;
}
.ecms-main .control-process-section .process-top .perfect-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.ecms-main .control-process-section .process-top .perfect-title:before {
  display: block;
  content: '';
  background: url("../img/quality-control/pentagram-icon.png") no-repeat center;
  width: 21px;
  height: 20px;
  margin-right: 8px;
}
.ecms-main .control-process-section .process-top .control-title {
  font-size: 34px;
  font-weight: 500;
  margin-top: 22px;
  position: relative;
}
.ecms-main .control-process-section .process-top .control-title:after {
  display: block;
  content: '';
  background: url("../img/quality-control/split-line.png") no-repeat center;
  width: 58px;
  height: 4px;
  margin-top: 30px;
}
.ecms-main .control-process-section .process-top .top-r {
  float: left;
  margin-left: 70px;
  font-size: 16px;
  line-height: 26px;
  color: #babdcb;
  max-width: 640px;
}
.ecms-main .control-process-section .process-nav {
  margin-top: 70px;
}
.ecms-main .control-process-section .process-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .control-process-section .process-nav dd {
  width: 320px;
  height: 76px;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  margin-right: 20px;
  color: #333333;
  float: left;
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 26px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-nav dd:before {
  display: block;
  content: '';
  margin-right: 18px;
  margin-left: 18px;
}
.ecms-main .control-process-section .process-nav dd:first-child:before {
  background: url("../img/quality-control/nav1-icon.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-nav dd:nth-child(2):before {
  background: url("../img/quality-control/nav2-icon.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-nav dd:nth-child(3):before {
  background: url("../img/quality-control/nav3-icon.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-nav dd.active {
  background-color: #5252f2;
  color: #fff;
}
.ecms-main .control-process-section .process-nav dd.active:first-child:before {
  background: url("../img/quality-control/nav1-iconed.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-nav dd.active:nth-child(2):before {
  background: url("../img/quality-control/nav2-iconed.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-nav dd.active:nth-child(3):before {
  background: url("../img/quality-control/nav3-iconed.png") no-repeat center;
  width: 58px;
  height: 64px;
}
.ecms-main .control-process-section .process-body {
  background: #f5f5f6;
  padding: 20px 20px;
  position: relative;
}
.ecms-main .control-process-section .process-body .kinds {
  display: none;
}
.ecms-main .control-process-section .process-body .kinds.active {
  display: block;
}
.ecms-main .control-process-section .process-body .section-catalogue:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-l {
  float: left;
  width: 764px;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r {
  float: right;
  width: 360px;
  margin-bottom: 14px;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .img-graphic {
  position: relative;
  margin-bottom: 12px;
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .img-graphic:hover img {
  transform: scale(1.05);
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .img-graphic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .img-graphic .name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 4px 0;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .view-line {
  display: block;
  color: #5252f2;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .catalogue-btn {
  background: url("../img/quality-control/top-icon-equipment.png") no-repeat center;
  width: 160px;
  height: 32px;
  margin: 0px auto 12px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .catalogue-btn.btn-bottom {
  transform: rotate(180deg);
  margin: 12px auto 0px;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-r .catalogue-btn:hover {
  background: url("../img/quality-control/top-iconed-equipment.png") no-repeat center;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-swiper-box {
  position: relative;
  height: 748px;
}
.ecms-main .control-process-section .process-body .section-catalogue .catalogue-swiper-box .swiper-container {
  height: inherit;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .cell-row {
  background: #fff;
  border-radius: 10px;
  padding: 0 20px 0 15px;
  margin-bottom: 20px;
}
.ecms-main .control-process-section .process-body .cell-row .view-raw {
  color: #5252f2;
  font-size: 16px;
  margin-top: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.ecms-main .control-process-section .process-body .cell-row .view-raw:hover:after {
  transform: translateX(5px);
}
.ecms-main .control-process-section .process-body .cell-row .view-raw:after {
  display: block;
  content: '';
  background: url("../img/quality-control/view-icon.png") no-repeat center;
  width: 17px;
  height: 11px;
  margin-left: 10px;
  transition: all 0.3s linear;
}
.ecms-main .control-process-section .process-body .cell-row .list-tumor {
  margin-top: 10px;
}
.ecms-main .control-process-section .process-body .cell-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0;
  font-weight: 500;
  font-size: 20px;
}
.ecms-main .control-process-section .process-body .cell-title .index-name {
  font-weight: 500;
  font-size: 20px;
}
.ecms-main .control-process-section .process-body .cell-title .index-name .index {
  color: #5252f2;
}
.ecms-main .control-process-section .process-body .cell-title .index-btn {
  background: url("../img/quality-control/more-icon.png") no-repeat center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .cell-title .index-btn.active {
  background: url("../img/quality-control/more-iconed.png") no-repeat center;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .cell-body {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 0 34px 20px 20px;
  margin-top: -6px;
}
.ecms-main .control-process-section .process-body .cell-body .test-link {
  color: #5252f2;
  text-decoration: underline;
}
.ecms-main .control-process-section .process-body .surface-box {
  font-size: 16px;
  color: #666666;
  padding: 40px 40px 50px;
  line-height: 26px;
  position: relative;
}
.ecms-main .control-process-section .process-body .surface-box:before {
  display: block;
  content: '';
  background: url("../img/quality-control/tag-icon.png") no-repeat center;
  width: 27px;
  height: 24px;
  position: absolute;
  top: 20px;
  left: 4px;
  z-index: 1;
}
.ecms-main .control-process-section .process-body .cell-row.cell-shipment {
  padding: 0;
}
.ecms-main .control-process-section .process-body .cell-row.cell-shipment .cell-title {
  margin: 0 20px 0 15px;
}
.ecms-main .control-process-section .process-body .cell-row.cell-shipment .text {
  padding: 0 20px 0 34px;
}
.ecms-main .control-process-section .process-body .cell-row.cell-shipment .cell-body {
  padding: 0;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box {
  margin-top: 70px;
  height: 370px;
  position: relative;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .swiper-shipment-mask {
  width: 1164px;
  height: 370px;
  background: #eef0ff;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .swiper-shipment-mask:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info {
  height: 370px;
  position: absolute;
  top: 0;
  float: left;
  width: 222px;
  padding: 34px;
  color: #fff;
  opacity: 0;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .slide-index {
  font-size: 100px;
  color: #fff;
  line-height: normal;
  text-align: center;
  font-weight: 500;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .sample-box {
  position: absolute;
  top: -34px;
  left: 34px;
  z-index: 1;
  width: 320px;
  height: 356px;
  display: none;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .the-sample {
  width: 100%;
  height: 100%;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .slide-name {
  font-size: 20px;
  position: relative;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-width: 500;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .slide-des {
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  padding-top: 26px;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .slide-des:before {
  display: block;
  content: '';
  width: 30px;
  border-top: 1px solid #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info .words-info {
  color: #fff;
  padding-left: 0;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .slide-info.active {
  z-index: 2;
  opacity: 1;
  transition: all 0.3s;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box {
  width: 938px;
  height: 370px;
  float: left;
  position: relative;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .slide-info {
  width: 938px;
  background: #3d3de8;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .words-info {
  padding-left: 554px;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .sample-box {
  width: 520px;
  height: 356px;
  margin-left: 10px;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .slide-index {
  display: none;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .sample-box {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .slide-name {
  font-size: 20px;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .slide-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  padding-top: 20px;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .big-swiper-box .slide-des:before {
  display: block;
  content: '';
  width: 30px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .small-swiper-box {
  width: 222px;
  height: 370px;
  float: left;
  position: relative;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .small-swiper-box .slide-info {
  opacity: 1;
  background: #eef0ff;
  padding: 24px 30px 24px 34px;
  z-index: 1;
  display: none;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .small-swiper-box .slide-info.active {
  z-index: 2;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .swiper-shipment .small-swiper-box .slide-des {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .shipment-prev {
  background: url("../img/quality-control/top-icon.png") no-repeat center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 3;
  margin-top: -30px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .shipment-prev:hover {
  background: url("../img/quality-control/top-iconed.png") no-repeat center;
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .shipment-next {
  background: url("../img/quality-control/top-icon.png") no-repeat center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: 192px;
  z-index: 3;
  margin-top: -30px;
  cursor: pointer;
  transform: rotate(180deg);
}
.ecms-main .control-process-section .process-body .shipment-swiper-box .shipment-next:hover {
  background: url("../img/quality-control/top-iconed.png") no-repeat center;
}
.ecms-main .control-process-section .process-body .assembly-table-box {
  margin-top: 56px;
  margin-bottom: 20px;
}
.ecms-main .control-process-section .process-body .assembly-table-box .most-title {
  text-align: left;
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}
.ecms-main .control-process-section .process-body .assembly-table-box .most-title:after {
  display: block;
  content: '';
  width: 60px;
  height: 3px;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
  font-size: 0;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly th {
  border-bottom: 1px solid #000;
  padding: 16px 0;
  width: 50%;
  font-size: 14px;
  color: #666666;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly th .img-h {
  display: inline-block;
  width: 230px;
  margin-right: 15px;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly th .des-h {
  display: inline-block;
  width: 230px;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td {
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
  word-break: break-word;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td:hover img {
  transform: scale(1.05);
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td .des-pic {
  display: inline-block;
  width: 230px;
  margin-right: 12px;
  vertical-align: top;
  overflow: hidden;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td .des-pic img {
  max-width: 100%;
  display: block;
  transition: all 0.3s;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td .des-info {
  display: inline-block;
  width: 336px;
  font-size: 14px;
  vertical-align: top;
  padding-right: 16px;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td .des-info .des-name {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  margin-right: 16px;
  vertical-align: top;
}
.ecms-main .control-process-section .process-body .assembly-table-box .table-assembly td .des-info .des-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.ecms-main .control-process-section .process-body .most-advanced-box .most-title {
  text-align: left;
  font-size: 20px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}
.ecms-main .control-process-section .process-body .most-advanced-box .most-title:after {
  display: block;
  content: '';
  width: 54px;
  height: 3px;
  background: #5252f2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ecms-main .control-process-section .process-body .most-swiper-box {
  margin-top: 24px;
  cursor: pointer;
}
.ecms-main .control-process-section .process-body .most-swiper-box .most-btn {
  background: url("../img/quality-control/most-icon.png") no-repeat center;
  width: 34px;
  height: 34px;
}
.ecms-main .control-process-section .process-body .most-swiper-box .most-btn:hover {
  background: url("../img/quality-control/most-iconed.png") no-repeat center;
}
.ecms-main .control-process-section .process-body .most-swiper-box .most-btn.most-prev {
  position: absolute;
  top: 34%;
  left: 0;
  z-index: 9;
}
.ecms-main .control-process-section .process-body .most-swiper-box .most-btn.most-next {
  transform: rotate(180deg);
  position: absolute;
  top: 34%;
  right: 0;
  z-index: 9;
}
.ecms-main .control-process-section .process-body .most-swiper-box .graphic-img {
  width: 270px;
  height: 180px;
  overflow: hidden;
}
.ecms-main .control-process-section .process-body .most-swiper-box .graphic-img:hover img {
  transform: scale(1.05);
}
.ecms-main .control-process-section .process-body .most-swiper-box .graphic-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ecms-main .control-process-section .process-body .most-swiper-box .graphic-name {
  height: 40px;
  line-height: 16px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.ecms-main .quality-reports-box {
  padding: 50px 0 20px;
  background: #fff;
}
.ecms-main .quality-reports-box .report-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding-right: 46px;
  padding-left: 40px;
  font-weight: 500;
  margin: 20px auto 0px;
}
.ecms-main .quality-reports-box .reports-title {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
.ecms-main .quality-reports-box .reports-title-des {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  text-align: center;
}
.ecms-main .quality-reports-box .reports-tab {
  border-bottom: 1px solid #e1e1e1;
  display: flex;
  width: 1188px;
  margin-top: 30px;
}
.ecms-main .quality-reports-box .reports-tab .reports-item {
  cursor: pointer;
  width: 50%;
  text-align: center;
  font-size: 18px;
  color: #666666;
  position: relative;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecms-main .quality-reports-box .reports-tab .reports-item:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: #5252f2;
  content: '';
  display: block;
}
.ecms-main .quality-reports-box .reports-tab .reports-item.active {
  color: #5252f2;
  font-weight: 700;
}
.ecms-main .quality-reports-box .reports-tab .reports-item.active:after {
  width: 100%;
  transition: all 0.3s;
}
.ecms-main .quality-reports-box .reports-cell-box {
  margin-top: 50px;
  min-height: 260px;
}
.ecms-main .quality-reports-box .reports-cell-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .quality-reports-box .reports-publicsrc {
    margin-top: 24px;
    min-height: 260px;
}
.ecms-main .quality-reports-box .reports-list {
  float: left;
  width: 32%;
}
.ecms-main .quality-reports-box .reports-list:first-child + .reports-list {
  width: 36%;
  padding-left: 25px;
}
.ecms-main .quality-reports-box .cell-item {
  width: 370px;
  background: #F7F7F7;
  cursor: pointer;
  margin-bottom: 20px;
}
.ecms-main .quality-reports-box .cell-item:hover .icon-arrowdown-report {
  background: url("../img/quality-control/down-link-report-hover.png") no-repeat center right;
}
.ecms-main .quality-reports-box .cell-item:hover .iconfont {
  transform: rotate(180deg);
}
.ecms-main .quality-reports-box .item-head {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
  width: 370px;
  padding: 0 20px;
}
.ecms-main .quality-reports-box .item-head:hover .icon-arrowdown-report {
  background: url("../img/quality-control/down-link-report-hover.png") no-repeat center right;
}
.ecms-main .quality-reports-box .name-head {
  width: 300px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.ecms-main .quality-reports-box .icon-arrowdown {
  float: right;
  height: 20px;
  line-height: 20px;
  transition: all 0.3s;
}
.ecms-main .quality-reports-box .icon-arrowdown-report {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: url("../img/quality-control/down-link-report.png") no-repeat center right;
  display: inline-block;
  vertical-align: middle;
}
.ecms-main .quality-reports-box .item-body {
  padding: 16px 20px;
  display: none;
}
.ecms-main .quality-reports-box .it-li {
  margin-bottom: 26px;
  font-size: 14px;
  color: #666666;
}
.ecms-main .quality-reports-box .it-title {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 8px;
}
.ecms-main .certifications-section {
  background: #fff;
  padding: 12px 0 40px;
}
.ecms-main .certifications-section .ins-cap-title {
  font-size: 30px;
  font-weight: 500;
}
.ecms-main .certifications-section .ins-cap-des {
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  width: 650px;
  margin-top: 12px;
}
.ecms-main .certifications-section .wcontainer {
  padding: 36px 0 20px;
  background: url("../img/quality-control/cap-flag.png") no-repeat right center;
}
.ecms-main .certifications-section .cert-box-parent .cert-des {
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  margin-top: 20px;
  max-width: 856px;
}
.ecms-main .certifications-section .cert-box-parent .cert-btn {
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 12px;
  background: #00a63f;
  color: #fff;
  margin-top: 10px;
  font-size: 14px;
}
.ecms-main .certifications-section .cert-box-parent .cert-btn:hover {
  background: #212121;
}
.ecms-main .certifications-section .cert-box {
  width: 766px;
  margin-top: 20px;
}
.ecms-main .certifications-section .cert-box dd {
  position: relative;
  background: url("../img/quality-control/el-icon.png") no-repeat left center;
  padding: 8px 0 8px 34px;
  font-size: 16px;
  font-weight: 500;
  width: 320px;
  display: inline-block;
  vertical-align: top;
}
.ecms-main .certifications-section .cert-box dd:hover a {
  text-decoration: underline;
}
.ecms-main .certifications-section .cert-box dd a {
  color: #00a63f;
}
.ecms-main .certifications-section .cert-box dt {
  font-size: 14px;
  margin-top: 12px;
  color: #00a63f;
}
.ecms-main .certifications-section .cert-box dt:hover a {
  text-decoration: underline;
}
.ecms-main .issues-section {
  background: #f4f5f7;
  padding: 50px 0;
}
.ecms-main .issues-section .issues-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.ecms-main .issues-section .issues-tes {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  width: 980px;
  margin: 14px auto 0;
  text-align: center;
}
.ecms-main .issues-section .issues-list {
  margin: 20px auto 0;
  width: 880px;
  background: #fff;
  position: relative;
  padding: 50px 80px;
  color: #666666;
  font-size: 16px;
}
.ecms-main .issues-section .issues-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.ecms-main .issues-section .issues-list:before {
  display: block;
  content: '';
  width: 94%;
  height: 3px;
  background: #5252f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
}
.ecms-main .issues-section .issues-list .issues-l {
  float: left;
  width: 50%;
}
.ecms-main .issues-section .issues-list .issues-r {
  float: left;
  width: 50%;
}
.ecms-main .issues-section .issues-list .iss {
  line-height: 36px;
  position: relative;
  display: flex;
  align-items: center;
}
.ecms-main .issues-section .issues-list .iss:before {
  display: block;
  content: '';
  background: url("../img/quality-control/check-circle.png") no-repeat center;
  width: 22px;
  height: 22px;
  margin-right: 16px;
}
.ecms-main .base-materials-section {
  background: url("../img/quality-control/base-mater-bg.jpg") no-repeat center top #fff;
  color: #fff;
}
.ecms-main .base-materials-section .base-title {
  text-align: center;
  font-size: 30px;
  margin: 60px auto 0;
}
.ecms-main .base-materials-section .base-des {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.ecms-main .base-materials-section .base-des span {
  color: #5252f2;
  font-size: 18px;
  font-weight: 700;
}
.ecms-main .base-materials-section .base-change-box {
  width: 1150px;
  margin: 60px auto 0;
  background: #fff;
  padding: 28px 15px;
}
.ecms-main .base-materials-section .base-change-box .base-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecms-main .base-materials-section .base-change-box .base-nav .nav {
  background: #b4b4cf;
  border-radius: 5px;
  width: 186px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
  cursor: pointer;
}
.ecms-main .base-materials-section .base-change-box .base-nav .nav:hover {
  background: #5252f2;
}
.ecms-main .base-materials-section .base-change-box .base-nav .nav.active {
  background: #5252f2;
}
.ecms-main .base-materials-section .base-change-box .base-body-parent {
  padding-top: 18px;
}
.ecms-main .base-materials-section .base-change-box .base-item {
  background: #f3f6fd;
  border-radius: 5px;
  padding: 20px 4px 20px 20px;
  width: 1120px;
  margin: 0 auto;
}
.ecms-main .base-materials-section .base-change-box .base-body {
  display: flex;
  justify-content: space-between;
  color: #666666;
  flex-wrap: wrap;
  align-content: baseline;
  overflow-y: auto;
  height: 406px;
  padding-right: 16px;
}
.ecms-main .base-materials-section .base-change-box .base-body::-webkit-scrollbar {
  background: #5252f2;
  width: 7px;
  border-radius: 7px;
}
.ecms-main .base-materials-section .base-change-box .base-body::-webkit-scrollbar-track {
  background: #DAE2E4;
  width: 6px;
  border-radius: 6px;
}
.ecms-main .base-materials-section .base-change-box .base-body::-webkit-scrollbar-thumb {
  background: #5252f2;
  width: 7px;
  border-radius: 7px;
}
.ecms-main .base-materials-section .base-change-box .base-body .base-row {
  width: 520px;
  background: #fff;
  height: 42px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  margin-bottom: 10px;
}
.ecms-main .base-materials-section .base-change-box .base-body .base-row:hover {
  cursor: default;
  background: #eceeff;
}
.ecms-main .base-materials-section .base-change-box .base-body .base-row:hover .down-btn {
  background: url("../img/quality-control/down-link.png") no-repeat 99% center;
}
.ecms-main .base-materials-section .base-change-box .base-body .base-row .text {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 92%;
}
.ecms-main .base-materials-section .base-change-box .base-body .base-row .down-btn {
  display: flex;
  height: 42px;
  align-items: center;
  width: 100%;
  flex: 1;
}
.ecms-main .base-materials-section .base-change-box .base-body .three-list {
  width: 258px;
  padding: 0 8px;
}
.ecms-main .base-materials-section .base-change-box .base-body .three-list:hover {
  cursor: default;
  background: #eceeff;
}
.ecms-main .base-materials-section .base-change-box .base-body .three-list:hover .down-btn {
  background: url("../img/quality-control/view-icon.png") no-repeat 99% center;
}
.ecms-main .awards-section {
  margin-top: 50px;
}
.ecms-main .awards-section .awards-title {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.ecms-main .awards-section .awards-des {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}
.ecms-main .awards-section .change-awards-box {
  height: 330px;
}
.ecms-main .awards-section .change-awards-box .swiper-container {
  width: 270px;
  height: 140px;
  margin: 30px auto 0;
}
.ecms-main .awards-section .change-awards-box .swiper-container:before {
  display: block;
  content: '';
  background: url("../img/quality-control/symbol.png") no-repeat center;
  width: 30px;
  height: 25px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 8;
  margin-left: -15px;
}
.ecms-main .awards-section .change-awards-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  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;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.6;
}
.ecms-main .awards-section .change-awards-box .swiper-slide img {
  border-radius: 100%;
  width: 106px;
  height: 106px;
}
.ecms-main .awards-section .change-awards-box .swiper-slide-active,
.ecms-main .awards-section .change-awards-box .swiper-slide-duplicate-active {
  transform: scale(1);
  z-index: 6;
  opacity: 1;
}
.ecms-main .awards-section .change-awards-box .swiper-slide-active img,
.ecms-main .awards-section .change-awards-box .swiper-slide-duplicate-active img {
  border: 2px solid #5252f2;
  border-radius: 100%;
  z-index: 6;
}
.ecms-main .awards-section .change-awards-box .bio-box-parent {
  width: 900px;
  margin: 20px auto 0;
  position: relative;
}
.ecms-main .awards-section .change-awards-box .bio-box-parent .bio-btn-left {
  background: url("../img/quality-control/bio-icon.png") no-repeat center;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.ecms-main .awards-section .change-awards-box .bio-box-parent .bio-btn-left:hover {
  background: url("../img/quality-control/bio-iconed.png") no-repeat center;
}
.ecms-main .awards-section .change-awards-box .bio-box-parent .bio-btn-right {
  background: url("../img/quality-control/bio-icon.png") no-repeat center;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
}
.ecms-main .awards-section .change-awards-box .bio-box-parent .bio-btn-right:hover {
  background: url("../img/quality-control/bio-iconed.png") no-repeat center;
}
.ecms-main .awards-section .change-awards-box .bio-box .bio {
  text-align: center;
  display: none;
}
.ecms-main .awards-section .change-awards-box .bio-box .name {
  margin-top: 26px;
  font-size: 14px;
  color: #2f2f7d;
  font-weight: 500;
}
.ecms-main .awards-section .change-awards-box .bio-box .tag {
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}
.ecms-main .awards-section .change-awards-box .bio-box .des {
  font-size: 14px;
  color: #666666;
  width: 620px;
  margin: 0 auto;
  line-height: 20px;
  text-align: center;
}
.ecms-main .sponsors-section {
  background: #f4f5f7;
  height: 112px;
  margin-top: 30px;
}
.ecms-main .sponsors-section .friends-box {
  display: flex;
  align-items: center;
  height: 112px;
  justify-content: space-between;
}
.ecms-main .sponsors-section .friend {
  width: 160px;
  display: flex;
  height: inherit;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ecms-main .sponsors-section .friend .name {
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
  text-align: center;
}
#img-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
#img-popup .img-popup-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#img-popup .close {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  background: url("../img/quality-control/close-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
}
#img-popup .container {
  box-sizing: border-box;
  width: 1440px;
  min-height: 100px;
  padding: 0 10px;
  background: url("../img/quality-control/loading-all.gif") no-repeat center;
  max-width: 100%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#img-popup .container img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.24s ease;
  position: relative;
  z-index: 3;
}
/*# sourceMappingURL=quality-control.css.map */