
* {
  margin: 0;
  padding: 0;
 
}
.index-banner {
  height: 450px;
  position: relative;
  min-width: 1400px;
}

.pcba-tab-item{
  min-width: 1400px;
}
.smt-module-item{

  min-width: 1400px;
}
.smt-module-items{
  min-width: 1400px;
}
.smt-module-item-abi{
  min-width: 1400px;
}
.get-process-el{
  min-width: 1400px;
}
.smt-module-item-user{
  min-width: 1400px;
}
.intro-title{
  min-width: 1400px;
}
.smt-disclaimer{
  min-width: 1400px;
}
.index-banner .page-wrap {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
}
.index-banner .page-wrap .swiper-pagination {
  right: 0;
}
.index-banner .page-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background: rgba(207, 254, 168, 0.35);
  margin-left: 10px;
}
.index-banner .page-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5BC000;
}


.smt-module-item {
  background: #fff;
  overflow: hidden;

  display: flex;
  justify-content: center;

}
.smt-module-item .smt-module-title {
  font-size: 34px;
  line-height: 28px;
  color: #fff;
  margin-top: 49px;
  text-align: center;
  font-weight: bold;
}
.smt-module-item .smt-module-title-des {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.smt-module-item .diversified {
  padding: 40px 0 0;
  margin-left: -24px;
}
.smt-module-item .diversified:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item .diversified dd {
  float: left;
  margin-left: 24px;
  width: 301px;
  height: 126px;
  background-color: #ffffff;
  box-shadow: 1px 4px 18px 0px rgba(128, 128, 128, 0.2);
  padding: 0 0 0 10px;
  transition: 0.3s;
}

.smt-module-item .diversified dd:hover {
  transform: translate(0,-6px);
}
.smt-module-item .diversified dd:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item .diversified dd .ver-img {
  float: left;
  margin-top: 10px;
  margin-right: 4px;
}
.smt-module-item .diversified dd .ver-info {
  float: left;
  margin-top: 24px;
  max-width: 172px;
}
.smt-module-item .diversified dd .ver-info .ver-name {
  font-size: 18px;
  color: #333333;
}
.smt-module-item .diversified dd .ver-info .ver-text {
  font-size: 14px;
  color: #757575;
  margin-top: 8px;
}
.smt-module-item .ver-title {
  font-size: 34px;
  color: #333333;
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
}
.smt-module-item .ver-title-des {
  margin-top: 16px;
  font-size: 18px;
  color: #757575;
  line-height: 28px;
  text-align: center;
}
.smt-module-item .multi-parent {

  margin-top: 50px;


}

.smt-module-item .multi-parent .multi-nav{
  margin: 0px auto;
  width: 870px;
}
.smt-module-item .multi-parent .multi-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item .multi-parent .multi-nav dd {
  width: 212px;
  height: 85px;
  font-size: 18px;
  line-height: 85px;
  color: #333333;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.smt-module-item .multi-parent .multi-nav dd.active {
  background-image: linear-gradient(
          180deg,
          rgba(196, 0, 1, 1) 0,
          rgba(239, 144, 1, 1) 100%
  );
  color: #fff;
  font-weight: bold;
}
.smt-module-item .multi-parent .multi-body {
  margin-top: 18px;
  height: 431px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 3;
  padding: 50px 0 0 38px;
}
.smt-module-item .multi-parent .multi-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item .multi-parent .multi-body .multi-img {
  width: 475px;
  height: 300px;
  float: left;
}
.smt-module-item .multi-parent .multi-body .multi-img img {
  width: 100%;
  height: 100%;
}
.smt-module-item .multi-parent .multi-body .multi-info {
  float: left;
  margin-left: 42px;
  font-size: 22px;
  color: #333333;
  width: 440px;
}
.smt-module-item .multi-parent .multi-body .info-title {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.smt-module-item .multi-parent .multi-body .info-title-des {
  margin-top: 10px;
  font-size: 16px;
  color: #757575;
}
.smt-module-item .multi-parent .multi-body .multi-rules {
  margin-top: 30px;
}
.smt-module-item .multi-parent .multi-body .multi-rules dd {
  font-size: 16px;
  color: #333333;
  background: url("../images/multi-icon.png") no-repeat 0 3px;
  padding-left: 26px;
  line-height: 24px;
  margin-bottom: 6px;
}
.smt-module-item .multi-parent .multi-body .jump-link {
  display: block;
  float: left;
  height: 55px;
  line-height: 55px;
  text-align: center;
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.15);
  border-radius: 28px;
  border: solid 1px #fd8039;
  margin-top: 20px;
  background: #fd6a3c;
  overflow: hidden;
  background-size: 300% 100%;
}

.smt-module-item .multi-parent .multi-body .jump-link:hover{
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.3);
}
.smt-module-item .multi-parent .multi-body .jump-link:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item .multi-parent .multi-body .jump-link .jump-price {
  display: block;
  width: 150px;
  float: left;
  height: 53px;
  line-height: 53px;
  font-size: 38px;
  color: #fd8039;
  text-align: center;
  background: #fff;
  border-radius: 53px 0 0 53px;
  font-weight: bold;
}
.smt-module-item .multi-parent .multi-body .jump-link .jump-price em {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}
.smt-module-item .multi-parent .multi-body .jump-link .jump-price i {
  font-style: normal;
  display: inline-block;
  font-size: 18px;
  margin-left: -10px;
  font-weight: normal;
}
.smt-module-item .multi-parent .multi-body .jump-link .jump-text {
  float: left;
  display: block;
  padding: 0 40px;
  height: 53px;
  line-height: 53px;
  border-radius: 0 55px 55px 0;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(249deg, rgba(254, 134, 61, 0.9) 0%, rgba(241, 60, 58, 0.9) 100%), linear-gradient(#ff8b10, #ff8b10);
  background-blend-mode: normal,
  normal;
  font-size: 20px;
}
.smt-module-item .multi-parent .multi-mask {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 378px;
  height: 471px;
  background-color: #ff8b10;
  color: #fff;
}
.smt-module-item .multi-parent .mask-title {
  font-size: 24px;
  color: #fff;
  padding: 32px 0 0 52px;
}
.smt-module-item .multi-parent .certification {
  margin: 36px 0 0 160px;
}
.smt-module-item .multi-parent .certification dt {
  margin-bottom: 20px;
}
.smt-module-item .multi-parent .certification dd {
  width: 190px;
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 10px;
}
.smt-module-item .multi-parent .certification dd .cer-name {
  color: #ff8b10;
  width: 83px;
  height: 35px;
  display: block;
  float: left;
  text-align: center;
  background-color: #f5f5f5;
}
.smt-module-item .multi-parent .certification dd .car-val {
  display: block;
  float: left;
  padding-left: 10px;
  color: #fff;
  width: 105px;
}
.smt-module-item .multi-parent .cer-tips {
  margin: 27px 0 0 160px;
  font-size: 14px;
}

.smt-module-items.patch-weld {
  background: url("../pcbaImage/patch-weld-bg.jpg") no-repeat center;
  height: 680px;
  margin-top: 55px;
}

.smt-module-items.patch-weld .path-box {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.smt-module-items.patch-weld .path-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-items.patch-weld .path-item {
  float: left;
  width: 626px;
  height: 250px;
  background-image: linear-gradient(249deg, rgba(247, 91, 27, 0.9) 0%, rgba(247, 119, 27, 0.9) 100%), linear-gradient(#ff8b10, #ff8b10);
  background-blend-mode: normal, normal;
  margin-left: 28px;
}

.smt-module-items.patch-weld .path-item:first-child {
  margin-left: 0;
}
.smt-module-items.patch-weld .path-item .path-img {
  margin: -20px 0 0 30px;
  float: left;
}
.smt-module-items.patch-weld .path-item .path-info {
  float: left;
  margin-left: 24px;
  color: #fff;
  padding-top: 28px;
  width: 256px;
}
.smt-module-items.patch-weld .path-item .path-title {
  display: block;
  width: 242px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border-radius: 15px 0 15px 0;
  overflow: hidden;
}
.smt-module-items.patch-weld .path-item .path-title .name {
  font-size: 20px;
  color: #f7651b;
  width: 185px;
  display: inline-block;
  padding-left: 20px;
  font-weight: bold;
}
.smt-module-items.patch-weld .path-item .path-title .point {
  float: right;
  width: 57px;
  height: 38px;
  background: url("../images/patch-icon.png") no-repeat center #f2f2f2;
}

.smt-module-items.patch-weld .path-item .path-title:hover .point{
  background: url("../images/patch-icon.png") no-repeat center #e8e8e8;
}

.smt-module-items.patch-weld .path-item .path-des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
}
.smt-module-items.patch-weld .path-tips-text {
  font-size: 16px;
  line-height: 28px;

  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /*width: 700px;*/
  margin-top: 36px;
  color: #fff;
}
.smt-module-items.patch-weld .path-product {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  margin-left: -19px;
}
.smt-module-items.patch-weld .path-product dd {
  float: left;
  width: 306px;
  height: 210px;
  margin-left: 18px;
  overflow: hidden;
}
.smt-module-items.patch-weld .path-product dd:hover img {
  transform: scale(1.04);
}
.smt-module-items.patch-weld .path-product dd img {
  transition: all 0.3s linear;
}

.smt-module-items .smt-module-title {
  font-size: 34px;

  line-height: 120px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.smt-module-items .smt-module-title-des {
  font-size: 16px;

  text-align: center;
  color: #fff;
}
.smt-module-item-abi.ability-to {
  background: url("../pcbaImage/ability-to-bg.jpg") no-repeat center #fff;
  height: 862px;
}


.smt-module-item-abi .smt-module-title {
  font-size: 34px;

  line-height: 120px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.smt-module-item-abi .smt-module-title-des {
  font-size: 16px;

  text-align: center;
  color: #fff;
}
.smt-module-item-abi.ability-to .smt-module-title {
  font-size: 30px;
  color: #333333;
}
.smt-module-item-abi.ability-to .smt-module-title-des {
  color: #757575;
}


.smt-module-item-abi.ability-to .ability-rules {
  background: url("../pcbaImage/ability-rules-bg.png") no-repeat center;
  width: 1240px;
  height: 506px;
  margin: 0px auto;
  padding: 46px 0 0 56px;
  position: relative;
  z-index: 2;
}
.smt-module-item-abi.ability-to .ability-rules .ability-img {
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 1;
}
.smt-module-item-abi.ability-to .ability-rules dl:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item-abi.ability-to .ability-rules dl:first-child + dl {
  margin-top: 34px;
}
.smt-module-item-abi.ability-to .ability-rules dd {
  width: 24%;
  float: left;
}
.smt-module-item-abi.ability-to .ability-rules dd:last-child {
  width: auto;
}
.smt-module-item-abi.ability-to .ability-rules .title {
  font-size: 18px;
  color: #fd8039;
  font-weight: bold;
}
.smt-module-item-abi.ability-to .ability-rules .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  height: 70px;
}
.smt-module-item-abi.originality-el {
  padding-bottom: 66px;
  border: 1px solid red;

}

.index-banner .swiper-container {
  height: inherit;
  font-size: 68px;
  line-height: 540px;
  text-align: center;
}
.index-banner .swiper-container .swiper-slide {
  color: #fff;
}
.index-banner .swiper-container .swiper-slide a.link {
  height: inherit;
  width: inherit;
  background-repeat: no-repeat;
  background-position: center;
}
.synthesis-section {
  min-width: 1400px;
  background: linear-gradient(88deg, #FFFFFF 0%, #F6F6FA 45%, #FFFFFF 100%);
}
.synthesis-section .quote-form-section {
  background: linear-gradient(90deg, #FFFEFF 0%, #FFFFFF 45%, #FEFEFF 100%);
}
.synthesis-section .quote-form-section .page-wrap {
  padding-bottom: 18px;
  position: relative;
}

.get-process-el {
  width: 1280px;
  height: 171px;
  background: url("../pcbaImage/process-el-bg.png") no-repeat 280px center #fff;
  box-shadow: 1px 4px 18px 0px rgba(128, 128, 128, 0.1);
  margin: -106px auto 20px;
}
.get-process-el .process-jump {
  width: 280px;
  height: 171px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.get-process-el .process-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: bold;
}
.get-process-el .jump-link {
  display: block;
  width: 166px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(to right, #f0383c, #ff883c, #f0383c, #ff883c);
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.3);
  border-radius: 22px;
  margin: 0 auto;
  background-size: 300% 100%;
}

.get-process-el .jump-link:hover{
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.5);
}
.synthesis-section .quote-form-box {
  position: relative;
  top: -20px;
  z-index: 3;
  width: 100%;
  padding: 10px 9px 2px;
  box-sizing: border-box;
}
.synthesis-section .quote-form-box::before {
  background: url('../pcbaImage/quote-nav-bg.png') no-repeat center;
  width: 1400px;
  height: 190px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -54px;
  z-index: -1;
  pointer-events: none;
}
.synthesis-section .quote-form-box .quote-tabs {
  position: absolute;
  top: -45px;
  z-index: 2;
  border-bottom: 0;
  padding: 9px 10px 0 11px;
  left: -2px;
  font-size: 0;
  box-sizing: border-box;
}
.synthesis-section .quote-form-box .quote-tabs dd {
  width: 137px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #A8A8CC;
  transition: background-color 0.3s;
  position: relative;
}
.synthesis-section .quote-form-box .quote-tabs dd .free-mark {
  position: absolute;
  top: -16px;
  right: 6px;
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  background: #FF7B0F;
  border-radius: 3px;
  height: 16px;
  line-height: 16px;
  min-width: 52px;
  padding: 0 5px;
  display: inline-block;
}
.synthesis-section .quote-form-box .quote-tabs dd .free-mark::after {
  background: url("../images/mark-icon.png") no-repeat center;
  width: 6px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.synthesis-section .quote-form-box .quote-tabs dd:hover {
  color: rgba(239, 144, 1, 1);

}
.synthesis-section .quote-form-box .quote-tabs dd.active {
  background: #FFFFFF;
  border-radius: 8px;
  color: rgba(239, 144, 1, 1);
  font-weight: 800;
  box-shadow: 0px 0px 38px 0px rgba(0, 17, 0, 0.12);
}
.synthesis-section .quote-form-box .quote-form-item {
  background: #fff;
  border-radius: 8px;
  padding: 20px 0;
  font-size: 0;
  box-shadow: 0px 0px 38px 0px rgba(0, 17, 0, 0.12);
  margin-top: 6px;
}
.synthesis-section .quote-form-box .quote-form-item .form-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 276px;
  height: 54px;
  position: relative;
  padding: 0 30px;
}
.synthesis-section .quote-form-box .quote-form-item .form-item:after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 54px;
  background: linear-gradient(0deg, #FFFFFF 0%, #CACAE0 49%, #FFFFFF 100%);
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  bottom: 0;
  margin-top: -27px;
}
.synthesis-section .quote-form-box .quote-form-item .form-item:nth-of-type(4):after {
  display: none;
}
.synthesis-section .quote-form-box .quote-form-item .quote-btn {
  width: 150px;
  color: #fff;
  background-image: linear-gradient(
          180deg,
          rgba(196, 0, 1, 1) 0,
          rgba(239, 144, 1, 1) 100%
  );
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  float: right;
  margin-right: 60px;
}
.synthesis-section .quote-form-box .quote-form-item .quote-btn:hover {
  background-image: linear-gradient(
          180deg,
          rgba(196, 0, 1, 1) 0,
          rgba(239, 144, 1, 1) 100%
  );
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.synthesis-section .quote-form-box .quote-form-item .input-row {
  margin-top: 9px;
}
.synthesis-section .quote-form-box .quote-form-item .input-row .flag {
  display: inline-block;
  width: 24px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  vertical-align: top;
  margin-right: 24px;
}
.synthesis-section .quote-form-box .quote-form-item .input-row .input-text {
  width: 80px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
}
.synthesis-section .quote-form-box .quote-form-item .input-row .input-text::placeholder {
  color: #CACAE0;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row {
  cursor: pointer;
  position: relative;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row.show .drop-down-list {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s linear;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .set-input .input-text {
  width: 90%;
  vertical-align: top;
  cursor: pointer;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .set-input:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: url("../images/menu-icon.png") no-repeat center;
  width: 20px;
  height: 22px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .drop-down-list {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 24px;
  left: -14px;
  z-index: 3;
  width: 230px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .drop-down-list li {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .drop-down-list li:hover {
  background: #F5F6F6;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp {
  top: 30px;
  left: -1px;
  z-index: 99;
  padding: 15px 10px 20px 20px;
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  cursor: initial;
  color: #757575;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 24px;
  left: -14px;
  z-index: 4;
  width: 350px;
  overflow: hidden;
  display: none;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul {
  font-family: verdana;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li {
  width: 20%;
  float: left;
  margin-bottom: 5px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li label {
  cursor: pointer;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li input {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 2px 0 0;
  cursor: pointer;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.free {
  width: 125px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.free:hover .free-icon {
  opacity: 0.9;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 22px;
  background: url(../images/free-proofing@icon.png);
  margin: -1px 0 0 4px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.receive-free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 22px;
  background: url(../images/free-proofing@icon.png) -99px 0;
  margin: 0 0 0 4px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp .custom {
  margin-top: 12px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp .custom .txtstyle {
  width: 110px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  color: #6E6E6E;
  padding-left: 3px;
  margin-right: 3px;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp .custom button {
  width: 60px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  border: 0px;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 2px;
  color: #fff;
  background-color: #5BC000;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.synthesis-section .quote-form-box .quote-form-item .drop-down-row .boards-nub-warp .custom button.cancelbtn {
  background-color: #888;
}
.synthesis-section .quote-form-box .quote-form-item .switch-side:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .quote-form-box .quote-form-item .switch-side .switch {
  float: left;
  min-width: 50px;
  padding: 0 13px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #FFF;
  border-radius: 2px;
  border: 1px solid #CBCBE1;
  cursor: pointer;
  margin-left: 12px;
  color: #CBCBE1;
  font-size: 12px;
  position: relative;
}
.synthesis-section .quote-form-box .quote-form-item .switch-side .switch:first-child {
  margin-left: 0;
}
.synthesis-section .quote-form-box .quote-form-item .switch-side .switch.active {
  border-color: rgba(239, 144, 1, 1);
  color: rgba(239, 144, 1, 1);
}
.synthesis-section .quote-form-box .quote-form-item .switch-side .switch.active:after {
  display: block;
  content: '';
  background: url("../images/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item {
  width: 180px;
  padding: 0 26px;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item.width-length {
  width: 221px;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item.width-length .flag {
  margin-right: 4px;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item.width-length .input-text {
  width: 66px;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item.materiel {
  width: 163px;
}
.synthesis-section .quote-form-box .quote-form-item.smt .form-item.side:after {
  display: none;
}
.synthesis-section .quote-form-box .quote-form-item.gw .form-item:first-child {
  width: 263px;
}
.synthesis-section .quote-form-box .quote-form-item.gw .form-item:nth-child(2) {
  width: 338px;
}
.synthesis-section .quote-form-box .quote-form-item.gw .form-item:nth-child(3) {
  width: 503px;
}
.synthesis-section .quote-form-box .quote-form-item.gw .form-item:nth-child(3):after {
  display: none;
}
.synthesis-section .quote-form-box .quote-form-item.bom {
  padding: 11px 0;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload {
  padding: 0 30px;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-l {
  float: left;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-l:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-info {
  float: left;
  margin-top: 12px;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-info .file-title {
  color: #001100;
  font-size: 15px;
  font-weight: 500;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-info .file-des {
  color: #A7A7CB;
  font-weight: 500;
  font-size: 14px;
  margin-top: 8px;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box {
  float: left;
  width: 850px;
  height: 72px;
  line-height: 72px;
  background: #F6F6FA;
  border-radius: 8px;
  border: 1px dashed #CBCBE1;
  margin-left: 44px;
  position: relative;
  transition: all 0.3s;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box:hover {
  background-color: #fafff5;
  border: 1px dashed #5bc000;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box:hover .file-uploading {
  color: #5bc000;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box:hover .file-uploading::before {
  background: url("../images/file-upload-icon-hover.png") no-repeat center;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-uploading {
  font-weight: 500;
  font-size: 13px;
  color: #CACAE0;
  text-align: center;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-uploading::before {
  background: url('../images/file-upload-icon.png') no-repeat center;
  width: 38px;
  height: 35px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transition: all 0.3s;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-uploading .file-btn {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  background: #A7A7CB;
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  padding: 0 21px;
  display: inline-block;
  margin-left: 20px;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-uploading .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-delete {
  font-weight: 500;
  font-size: 14px;
  color: #A7A7CB;
  text-align: center;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-delete .del-btn {
  font-size: 15px;
  color: #001100;
  margin-left: 20px;
  cursor: pointer;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .file-box .file-delete .del-btn::before {
  background: url("../images/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.synthesis-section .quote-form-box .quote-form-item.bom .bom-files-upload .quote-btn {
  margin-top: 9px;
  float: right;
  margin-right: 30px;
}
.synthesis-section .notice-box {
  position: relative;
  height: 40px;
  padding-right: 40px;
}
.synthesis-section .notice-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .notice-box:before {
  display: block;
  content: '';
  height: 34px;
  border-radius: 34px;
  background: linear-gradient(to right, #EBFFDA 0%, rgba(255, 250, 249, 0.19) 30%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -17px;
  width: 100%;
  right: 0;
}
.synthesis-section .notice-box .bell {
  background: url("../images/bell-icon.png") no-repeat center rgba(235, 255, 218, 0.2);
  border-radius: 50%;
  border: 1px solid rgba(91, 192, 0, 0.2);
  width: 33px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
}
.synthesis-section .notice-box .tips {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.synthesis-section .notice-box .notice-l {
  display: inline-block;
  height: inherit;
  position: relative;
  z-index: 2;
  padding: 3px 0;
  font-size: 14px;
  color: #353535;
}
.synthesis-section .notice-box .notice-l .swiper-container {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.synthesis-section .notice-box .notice-l .swiper-container .link {
  color: inherit;
  transition: all 0.3s;
}
.synthesis-section .notice-box .notice-l .swiper-container .link:hover {
  color: #5BC000;
}
.synthesis-section .notice-box .notice-l .swiper-container .time {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.synthesis-section .notice-box .notice-l .swiper-container .text {
  max-width: 800px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.synthesis-section .notice-box .notice-r {
  height: inherit;
  float: right;
  position: relative;
  z-index: 2;
  padding: 3px 0;
}
.synthesis-section .notice-box .notice-r .jump-more {
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  color: #353535;
}
.synthesis-section .notice-box .notice-r .jump-more:hover:after {
  transform: rotate(-90deg) translateY(3px);
}
.synthesis-section .notice-box .notice-r .jump-more:after {
  display: inline-block;
  content: '';
  background: url("../images/down-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.synthesis-section .layer-info-section {
  margin-top: 25px;
}
.synthesis-section .layer-info-section .layer-type-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item {
  width: 338px;
  height: 170px;
  background: #FCFCFF;
  box-shadow: 0px 5px 18px 0px rgba(0, 17, 0, 0.04);
  border-radius: 8px 8px 36px 8px;
  transition: all 0.3s linear;
  float: left;
  overflow: hidden;
  position: relative;
  margin-left: 16px;
  padding: 22px 28px 0px;
  border: 1px solid #F6F6FA;
  cursor: pointer;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:first-child {
  margin-left: 0;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:before {
  display: block;
  content: '';
  background: linear-gradient(90deg, #EEEEF1 0%, #E9E9E9 45%, #EFEFF1 100%);
  height: 7px;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:hover {
  box-shadow: 0px 5px 73px 0px rgba(0, 17, 0, 0.16);
  border-color: #5BC000;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:hover:before {
  background: linear-gradient(90deg, #5BC000 0%, #5BC000 45%, #5BC000 100%);
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:hover .item-t {
  color: #001010;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:hover .tips {
  color: #001010;
  background: linear-gradient(90deg, #5BC000 0%, #FFFFFF 100%);
}
.synthesis-section .layer-info-section .layer-type-row .layer-item:hover .text {
  color: #001010;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item.active {
  box-shadow: 0px 5px 73px 0px rgba(0, 17, 0, 0.16);
  border-color: #5BC000;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item.active:before {
  background: linear-gradient(90deg, #5BC000 0%, #5BC000 45%, #5BC000 100%);
}
.synthesis-section .layer-info-section .layer-type-row .layer-item.active .item-t {
  color: #001010;
}
.synthesis-section .layer-info-section .layer-type-row .layer-item.active .tips {
  color: #001010;
  background: linear-gradient(90deg, #5BC000 0%, #FFFFFF 100%);
}
.synthesis-section .layer-info-section .layer-type-row .layer-item.active .text {
  color: #001010;
}
.synthesis-section .layer-info-section .layer-type-row .item-t {
  font-size: 26px;
  color: #353535;
}
.synthesis-section .layer-info-section .layer-type-row .tips {
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  background: linear-gradient(87deg, #EFEFF2 0%, rgba(197, 197, 197, 0) 100%);
  border-radius: 2px;
  font-size: 13px;
  padding-left: 10px;
  color: #666666;
}
.synthesis-section .layer-info-section .layer-type-row .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item {
  margin-top: 16px;
  height: 410px;
  background: #fff;
  box-shadow: 0px 5px 87px 0px rgba(0, 17, 0, 0.08);
  border-radius: 8px;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item:first-child .example-l .title {
  font-size: 34px;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item:first-child .example-l .title::before {
  position: absolute;
  top: -26px;
  left: 0;
  background: url("../images/hot-icon.png") no-repeat center;
  width: 66px;
  height: 30px;
  content: '';
  display: block;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item:first-child .special-info .title {
  font-size: 34px;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .graphic-info .title {
  font-size: 26px;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .price-info .price {
  color: #FFCD09;
  font-size: 24px;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .price-info .price::before {
  content: unset;
  background: none;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .price-info .link-btn {
  color: #fff;
  border: 1px solid #FFCD09;
  background: #FFCD09;
  margin-top: 0;
  cursor: pointer;
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .price-info .link-btn:hover {
  background: #FFD909;
  border-color: #FFD909;
  box-shadow: 0px 10px 15px 0px rgba(255, 195, 28, 0.28);
}
.synthesis-section .layer-info-section .example-layer-row .example-layer-item.soon .special-row .price {
  display: inline-block;
  margin-bottom: 4px;
}
.synthesis-section .layer-info-section .example-layer-row .price-info .price {
  height: 46px;
  line-height: 46px;
  font-size: 40px;
  color: #353535;
  font-weight: bold;
  position: relative;
}
.synthesis-section .layer-info-section .example-layer-row .price-info .price:before {
  display: block;
  content: '';
  border-top: 2px solid #353535;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 110%;
  margin-left: -55%;
  margin-top: -3px;
}
.synthesis-section .layer-info-section .example-layer-row .price-info .link-btn {
  background: #5BC000;
  color: #fff;
  font-size: 18px;
  height: 46px;
  width: 128px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s;
}
.synthesis-section .layer-info-section .example-layer-row .price-info .link-btn:hover {
  background: #70d614;
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.synthesis-section .layer-info-section .example-layer-row .example-l {
  float: left;
  height: inherit;
  width: 50%;
  padding: 42px 40px;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .example-img {
  float: left;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .graphic-info {
  float: left;
  margin-left: 64px;
  width: 282px;
  height: 260px;
  position: relative;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #353535;
  margin-top: 30px;
  position: relative;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .params {
  line-height: 28px;
  margin-top: 16px;
  color: #353535;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .params dd {
  font-size: 18px;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .price-info {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 100%;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .price-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .price-info .link-btn {
  float: right;
}
.synthesis-section .layer-info-section .example-layer-row .graphic-box .price {
  float: left;
}
.synthesis-section .layer-info-section .example-layer-row .advantage-box {
  height: 42px;
  margin-top: 15px;
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F6FA 45%, #FFFFFF 100%);
}
.synthesis-section .layer-info-section .example-layer-row .advantage-box .ad-item {
  display: inline-block;
  vertical-align: top;
  height: inherit;
  line-height: 42px;
  margin-left: 44px;
  color: #999999;
  font-size: 17px;
}
.synthesis-section .layer-info-section .example-layer-row .advantage-box .ad-item:before {
  display: inline-block;
  content: '';
  background: url("../images/state-icon.png") no-repeat center;
  width: 30px;
  height: 42px;
  vertical-align: bottom;
  margin-right: 4px;
}
.synthesis-section .layer-info-section .example-layer-row .advantage-box .ad-item:first-child {
  margin-left: 0;
}
.synthesis-section .layer-info-section .example-layer-row .example-r {
  float: right;
  height: inherit;
  border-left: 1px solid #dfdfdf;
  width: 50%;
}
.synthesis-section .layer-info-section .example-layer-row .example-r:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .layer-info-section .example-layer-row .special-row {
  height: 205px;
  padding: 32px;
  position: relative;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .special-img {
  display: inline-block;
  width: 158px;
  height: 150px;
  line-height: 150px;
}
.synthesis-section .layer-info-section .example-layer-row .special-row:first-child {
  border-bottom: 1px solid #dfdfdf;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .special-img {
  vertical-align: middle;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .special-info {
  margin-left: 44px;
  display: inline-block;
  vertical-align: top;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .special-info .title {
  font-size: 24px;
  color: #353535;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .special-info .scale {
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 26px;
  line-height: 26px;
  background: linear-gradient(28deg, #FFD435 0%, #FFC51E 100%);
  border-radius: 13px 13px 13px 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 4px;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .params {
  margin-top: 16px;
  max-width: 420px;
  color: #353535;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .params dd {
  font-size: 15px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .params dd .tag {
  margin-left: 6px;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .price-info {
  text-align: center;
  float: right;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .price-info .price {
  font-size: 32px;
  font-weight: 800;
}
.synthesis-section .layer-info-section .example-layer-row .special-row .price-info .link-btn {
  display: block;
  margin-top: 6px;
}
.synthesis-section .step-diagram {
  padding: 30px 0;
}
.synthesis-section .step-diagram:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.synthesis-section .step-diagram .step {
  font-size: 14px;
  float: left;
  margin-left: 18px;
}
.synthesis-section .step-diagram .step:last-child .name:after {
  display: none;
}
.synthesis-section .step-diagram .step:first-child .icon {
  margin-right: 12px;
}
.synthesis-section .step-diagram .step:first-child .name:after {
  margin: 0;
  width: 90px;
  border-top: 1px dashed #353535;
}
.synthesis-section .step-diagram .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 4px;
}
.synthesis-section .step-diagram .name {
  vertical-align: middle;
  color: initial;
}
.synthesis-section .step-diagram .name a.jump {
  color: initial;
  position: relative;
}
.synthesis-section .step-diagram .name a.jump:after {
  display: none;
  content: '';
  height: 1px;
  background: #001010;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.synthesis-section .step-diagram .name a.jump:hover {
  color: #5BC000;
}
.synthesis-section .step-diagram .name a.jump:hover:after {
  display: block;
  background-color: #5BC000;
}
.synthesis-section .step-diagram .name:after {
  content: '';
  display: inline-block;
  width: 44px;
  border-top: 1px dashed #dfdfdf;
  vertical-align: middle;
  margin: 0 8px 0 16px;
}
.synthesis-section .step-diagram .arrow {
  background: url("../images/arrow-pic.png") no-repeat center;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: text-top;
  margin-left: -4px;
}
.section-item {
  background: linear-gradient(93deg, #FFFFFF 0%, #FFFFFF 45%, #FFFFFF 100%);
  padding: 56px 0 0;
}
.section-item .common-title {
  text-align: center;
}
.section-item .common-title .shade-title {
  font-weight: 800;
  font-size: 26px;
  color: rgba(53, 53, 53, 0.08);
}
.section-item .common-title .main-title {
  font-weight: 800;
  font-size: 36px;
  color: #001010;
  margin-top: -22px;
}
.section-item .common-title .main-title .good-rep {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  vertical-align: middle;
  margin-bottom: 6px;
}
.section-item .common-title .main-title .good-rep:hover {
  color: #5BC000;
  border-color: #5BC000;
}
.section-item .common-title .main-title .good-rep::before {
  background: url("../images/all-right-icon.png") no-repeat center;
  width: 17px;
  height: 17px;
  content: '';
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
}
.section-item .common-title .main-title .more-info {
  font-weight: bold;
  font-size: 14px;
  color: #353535;
  border: 1px solid #001010;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 19px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  vertical-align: middle;
  margin-bottom: 6px;
  transition: all 0.3s;
}
.section-item .common-title .main-title .more-info:hover {
  background-color: #5BC000;
  border: 1px solid #5BC000;
  color: #fff;
}
.section-item .common-title .common-des {
  font-weight: 500;
  font-size: 15px;
  color: #6C6C6D;
}
.section-item.special {
  background: url("../images/special-bg.png") no-repeat center;
  height: 724px;
  min-width: 1400px;
  background-size: cover;
}
.section-item .accordion-box {
  margin-top: 50px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.section-item .accordion-box .acc-item {
  width: 161px;
  height: 480px;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
  margin-left: 16px;
  transition: width 0.3s ease;
  border: 2px solid #5BC000;
  padding: 0 16px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.section-item .accordion-box .acc-item:before {
  transition: all 0.3s;
}
.section-item .accordion-box .acc-item:hover:before {
  opacity: 0;
  visibility: hidden;
}
.section-item .accordion-box .acc-item:first-child {
  background: url("../images/board-img-1-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:first-child:before {
  content: '';
  background: url("../images/board-img-1.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item:nth-child(2) {
  background: url("../images/board-img-2-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:nth-child(2):before {
  content: '';
  background: url("../images/board-img-2.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item:nth-child(3) {
  background: url("../images/board-img-3-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:nth-child(3):before {
  content: '';
  background: url("../images/board-img-3.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item:nth-child(4) {
  background: url("../images/board-img-4-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:nth-child(4):before {
  content: '';
  background: url("../images/board-img-4.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item:nth-child(5) {
  background: url("../images/board-img-5-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:nth-child(5):before {
  content: '';
  background: url("../images/board-img-5.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item:nth-child(6) {
  background: url("../images/board-img-6-hover.png") no-repeat center;
}
.section-item .accordion-box .acc-item:nth-child(6):before {
  content: '';
  background: url("../images/board-img-6.png") no-repeat center;
  position: absolute;
  width: 161px;
  height: 480px;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-item .accordion-box .acc-item .craft-tag {
  background: url("../images/craft-icon.png") no-repeat center;
  width: 78px;
  height: 86px;
  margin: 20px 0 0 24px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.section-item .accordion-box .acc-item .craft-name {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 14px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.section-item .accordion-box .acc-item .mask-info {
  background: url("../images/mask-text-bg.png") no-repeat center;
  border-radius: 8px;
  padding: 22px 26px;
  height: 224px;
  box-sizing: border-box;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 1;
  right: 16px;
  margin: auto;
  opacity: 0;
  width: 483px;
  visibility: hidden;
  transition: opacity 0.3s;
}
.section-item .accordion-box .acc-item .mask-info .link-btn {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  width: 128px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px;
  background: #5BC000;
  position: absolute;
  top: 20px;
  right: 26px;
  z-index: 1;
  transition: all 0.3s;
}
.section-item .accordion-box .acc-item .mask-info .link-btn:hover {
  background: #70d614;
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.section-item .accordion-box .acc-item .mask-info .info-title {
  font-size: 20px;
  color: #001010;
  font-weight: bold;
}
.section-item .accordion-box .acc-item .mask-info .params-des {
  font-size: 14px;
  color: #00393C;
  word-break: break-word;
  white-space: initial;
  margin-top: 24px;
  line-height: 22px;
}
.section-item .accordion-box .acc-item.active {
  width: 517px;
}
.section-item .accordion-box .acc-item.active:before {
  opacity: 0;
  visibility: hidden;
}
.section-item .accordion-box .acc-item.active .craft-name {
  opacity: 0;
  visibility: hidden;
}
.section-item .accordion-box .acc-item.active .mask-info {
  opacity: 1;
  visibility: visible;
}
.section-item .accordion-box .acc-item:first-child {
  margin-left: 0;
}
.section-item.industry {
  height: 740px;
  background: #F6F6FA;
}
.section-item.business-module {
  margin-bottom: 22px;
}
.section-item .fade-enter-active,
.section-item .fade-leave-active {
  transition: opacity 0.5s;
}
.section-item .fade-enter,
.section-item .fade-leave-to {
  opacity: 0;
}
.section-item .industry-body {
  margin-top: 48px;
}
.section-item .industry-body:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.section-item .industry-body .indus-l {
  float: left;
  width: 329px;
  height: 510px;
  background: url("../images/indes-bg.png") no-repeat center;
  border-radius: 8px;
  padding: 22px 40px;
}
.section-item .industry-body .indus-l .ind-item {
  width: 220px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  height: 60px;
  padding: 14px 0 14px 54px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
}
.section-item .industry-body .indus-l .ind-item:after {
  display: block;
  content: '';
  background: url("../images/indus-arrow.png") no-repeat center;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 1;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: all 0.3s;
}
.section-item .industry-body .indus-l .ind-item .ind-title {
  line-height: normal;
  transition: all 0.3s;
}
.section-item .industry-body .indus-l .ind-item .ind-title .tag {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 30px;
  height: 32px;
  text-align: center;
}
.section-item .industry-body .indus-l .ind-item .ind-title .type {
  vertical-align: middle;
}
.section-item .industry-body .indus-l .ind-item.active {
  background: linear-gradient(90deg, #5BC000 0%, #5BC000 45%, #242F43 100%);
  border-radius: 30px;
  color: #fff;
}
.section-item .industry-body .indus-l .ind-item.active .ind-title {
  transform: translateX(-6px);
  font-weight: bold;
}
.section-item .industry-body .indus-l .ind-item.active:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}
.section-item .industry-body .indus-l .ind-item.active:hover {
  background: linear-gradient(90deg, #70d614 0%, #70d614 45%, #242F43 100%);
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.section-item .industry-body .indus-r {
  float: left;
  margin-left: 10px;
  position: relative;
  margin-top: -3px;
}
.section-item .industry-body .indus-will {
  width: 303px;
  height: 404px;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 50%;
  margin-top: -222px;
  z-index: 1;
  overflow: hidden;
}
.section-item .industry-body .indus-will:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.section-item .industry-body .indus-will img {
  height: 100%;
  background-size: cover;
}
.section-item .industry-body .indus-example {
  width: 959px;
  height: 510px;
  border-radius: 8px;
  background: url("../images/indus-info-bg.png");
  margin-left: 102px;
  position: relative;
  z-index: 3;
  padding: 60px 44px;
}
.section-item .industry-body .indus-example:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.section-item .industry-body .indus-example .example-l {
  float: left;
}
.section-item .industry-body .indus-example .example-l .indus-title {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: left;
}
.section-item .industry-body .indus-example .example-l .indus-title .tag {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
.section-item .industry-body .indus-example .example-l .indus-title .tag img {
  display: block;
}
.section-item .industry-body .indus-example .example-l .text {
  width: 400px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 16px;
}
.section-item .industry-body .indus-example .example-l .tips {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  left: 44px;
  bottom: 100px;
}
.section-item .industry-body .indus-example .example-l .tips:after {
  display: inline-block;
  content: '';
  background: url("../images/tips-arrow.png") no-repeat center;
  width: 21px;
  height: 6px;
  margin-left: 10px;
}
.section-item .industry-body .indus-example .example-r {
  float: right;
  width: 351px;
  height: 343px;
  margin-right: 40px;
  border-radius: 8px;
  border: 2px solid #5BC000;
  overflow: hidden;
}
.section-item .industry-body .indus-example .example-r img {
  width: 100%;
  height: 100%;
}
.realize-module {
  padding-bottom: 36px;
}
.realize-module .raw-material-module {
  position: relative;
  margin-top: 40px;
}
.realize-module .raw-material-module .real-mes {
  width: 1199px;
  height: 330px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 38px;
  box-sizing: border-box;
}
.realize-module .raw-material-module .real-mes.swiper-slide-active .real-mall {
  opacity: 1;
}
.realize-module .raw-material-module .real-mall {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 400px;
  opacity: 0;
}
.realize-module .raw-material-module .real-title {
  font-weight: 800;
  font-size: 26px;
  color: #fff;
  margin-top: 6px;
}
.realize-module .raw-material-module .real-des {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin-top: 10px;
}
.realize-module .raw-material-module .sail-cut-btn .cut-icon {
  position: absolute;
  top: 33px;
  width: 94px;
  height: 264px;
  display: block;
  z-index: 6;
  cursor: pointer;
  outline: none;
}
.realize-module .raw-material-module .sail-cut-btn .cut-icon.swiper-left {
  left: 0;
}
.realize-module .raw-material-module .sail-cut-btn .cut-icon.swiper-right {
  right: 0;
}
.realize-module .swiper-container .swiper-slide-next {
  transform: translateX(-979px) scale(0.8) !important;
}
.realize-module .swiper-container .swiper-slide-prev {
  transform: translateX(979px) scale(0.8) !important;
}
.realize-module .words-map-module {
  height: 600px;
  position: relative;
  z-index: 6;
  margin: 24px auto;
}
@keyframes heartbeat {
  0% {
    transform: scale(0.5);
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes pointRadar {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  80% {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: scale(5);
  }
}
.realize-module .words-map-module .location {
  position: absolute;
  z-index: 66;
  top: 0;
  width: 15px;
  height: 15px;
  background: rgba(91, 192, 0, 0.2);
  border-radius: 50%;
  vertical-align: middle;
}
.realize-module .words-map-module .location:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #5BC000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.realize-module .words-map-module .location .text {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 54%;
  margin-top: -12px;
  left: 24px;
}
.realize-module .words-map-module .location.company {
  left: 532px;
  top: 196px;
  background: url('../images/coord-iocn.png') no-repeat center;
  width: 55px;
  height: 57px;
  content: '';
  display: block;
  border-radius: 0;
  border: 0;
}
.realize-module .words-map-module .location.company:before,
.realize-module .words-map-module .location.company:after {
  display: none;
}
.realize-module .words-map-module .location.company .text {
  left: 48px;
  margin-top: -14px;
}
.realize-module .words-map-module .location.jp {
  left: 640px;
  top: 186px;
}
.realize-module .words-map-module .location.jp .text {
  left: 24px;
}
.realize-module .words-map-module .location.jnd {
  left: 1086px;
  top: 137px;
}
.realize-module .words-map-module .location.jnd .text {
  left: 24px;
}
.realize-module .words-map-module .location.mg {
  left: 1125px;
  top: 186px;
}
.realize-module .words-map-module .location.mg .text {
  left: 24px;
}
.realize-module .words-map-module .location.mxg {
  left: 1076px;
  top: 234px;
}
.realize-module .words-map-module .location.mxg .text {
  left: 24px;
}
.realize-module .words-map-module .location.bc {
  left: 1274px;
  top: 398px;
}
.realize-module .words-map-module .location.bc .text {
  left: 24px;
}
.realize-module .words-map-module .location.xjp {
  left: 516px;
  top: 330px;
}
.realize-module .words-map-module .location.xjp .text {
  left: 24px;
}
.realize-module .words-map-module .location.yg {
  left: 120px;
  top: 106px;
}
.realize-module .words-map-module .location.yg .text {
  left: 24px;
}
.realize-module .words-map-module .location.xby {
  left: 116px;
  top: 160px;
}
.realize-module .words-map-module .location.xby .text {
  left: 24px;
}
.realize-module .words-map-module .location.adly {
  left: 634px;
  top: 455px;
}
.realize-module .words-map-module .location.adly .text {
  left: 24px;
}
.realize-module .words-map-module .map-box {
  position: relative;
  z-index: 2;
  background: url('../images/word-bg.png') no-repeat center;
  width: 1327px;
  margin: auto;
}
.realize-module .partner-logo-module {
  height: 78px;
  overflow: hidden;
  position: relative;
}
.realize-module .partner-logo-module:hover .partner-logo-box {
  animation-play-state: paused !important;
}
@keyframes svgmoveone_3LsCY {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
@keyframes svgmovetwo_1_6cc {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0) translateZ(0);
  }
}
.realize-module .partner-logo-module .partner-logo-box {
  position: absolute;
  top: 0;
  left: 0;
}
.realize-module .partner-logo-module .partner-logo-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.realize-module .partner-logo-module .partner-logo-box.run-one {
  animation: svgmoveone_3LsCY 45s infinite linear;
}
.realize-module .partner-logo-module .partner-logo-box.run-two {
  left: -1px;
  animation: svgmovetwo_1_6cc 45s infinite linear;
}
.realize-module .partner-logo-module .logo-list {
  background: url("../images/partner-bg.png") no-repeat center;
  width: 152px;
  height: 78px;
  float: left;
  position: relative;
  margin-left: 4px;
}
.realize-module .partner-logo-module .logo-list:first-child {
  margin-left: 0;
}
.realize-module .partner-logo-module .logo-list img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.business-module .bus-region {
  margin-top: 40px;
}
.business-module .bus-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.business-module .bus-region .bus-detail {
  float: left;
  width: 480px;
}
.business-module .bus-region .bus-detail .bus-nav {
  height: 80px;
  padding: 13px 16px;
  background: #F6F6FA;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: flex;
}
.business-module .bus-region .bus-detail .bus-nav .nav-menu {
  height: 54px;
  line-height: 54px;
  flex: 1;
  text-align: center;
  float: left;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #353535;
  transition: all 0.3s;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.business-module .bus-region .bus-detail .bus-nav .nav-menu:hover {
  color: #5BC000;
}
.business-module .bus-region .bus-detail .bus-nav .nav-menu.active {
  color: #FFFFFF;
  font-weight: bold;
  background: #5BC000;
}
.business-module .bus-region .bus-detail .bus-nav .nav-menu.active:hover {
  background: #70d614;
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.business-module .bus-region .bus-detail .bus-mes-item {
  background: #F6F6FA;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  min-height: 293px;
  margin-top: 16px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region {
  min-height: 260px;
  padding: 30px 16px 7px;
  box-sizing: border-box;
  background-color: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-t {
  display: flex;
  align-items: center;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-title {
  font-weight: bold;
  font-size: 26px;
  color: #001010;
  display: inline-block;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-des {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 17px 0 10px;
  font-size: 14px;
  color: #6FCE52;
  border: 1px solid #4DC428;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-left: 14px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-des::after {
  background: url("../images/lig-icon.png") no-repeat center;
  width: 12px;
  height: 15px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-top;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-logo {
  margin-top: 34px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-logo img {
  margin-right: 30px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val-box {
  overflow: hidden;
  height: 120px;
  margin-top: 12px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list {
  float: left;
  width: 33.3%;
  height: 120px;
  padding-left: 26px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list::after {
  background: url("../images/mes-line-bg.png") no-repeat center;
  width: 1px;
  height: 120px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list:first-child {
  padding-left: 0;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list:nth-child(3)::after {
  background: none;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list:nth-child(4) {
  padding-left: 0;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list:nth-child(6)::after {
  background: none;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list .val-title {
  font-weight: 500;
  font-size: 14px;
  color: #999999;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list .val-num {
  font-weight: 700;
  font-size: 28px;
  color: #202B40;
  margin-top: 6px;
}
.business-module .bus-region .bus-detail .bus-mes-item .mes-region .mes-val .val-list .val-num .info {
  font-size: 18px;
  font-weight: normal;
}
.business-module .bus-region .bus-publicity {
  float: right;
  width: 875px;
  height: 390px;
}
.business-module .bus-region .bus-publicity .base-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.business-module .bus-region .bus-publicity .base-item .swiper-pagination-bullet-active {
  background: #5BC000;
}
.business-module .bus-region .bus-publicity .base-item img {
  transition: all 0.3s;
}
.business-module .bus-region .bus-publicity .base-item:nth-child(2) {
  border: 2px solid #5BC000;
  border-radius: 36px;
}
.business-module .bus-region .bus-publicity .base-item:nth-child(2) .swiper-slide-active:hover img {
  transform: scale(1.05);
}
.business-module .bus-region .bus-publicity .base-item:last-child {
  border: 2px solid #5BC000;
  border-radius: 36px 36px 36px 36px;
}
.business-module .bus-region .bus-publicity .base-item:last-child:hover img {
  transform: scale(1.05);
}
.business-module .bus-region .bus-publicity .base-pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.business-module .bus-region .bus-publicity .base-pic.view-base {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.business-module .bus-region .bus-publicity .base-pic.view-base .view-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.business-module .bus-region .bus-publicity .base-pic .eye-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.business-module .bus-region .bus-publicity .base-pic .view-base,
.business-module .bus-region .bus-publicity .base-pic .view-bg {
  transition: all 0.3s;
}
.business-module .bus-region .bus-publicity .base-pic:hover .view-bg {
  transform: scale(1.05);
}
.business-module .bus-region .bus-publicity .vr-icon {
  background: url("../images/vr-icon.png") no-repeat center;
  width: 111px;
  height: 141px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.business-module .bus-region .bus-publicity .video-btn {
  background: url("../images/video-btn-icon.png") no-repeat center;
  width: 285px;
  height: 114px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  margin: auto;
}
.customer-reviews-module {
  min-width: 1400px;
  box-sizing: border-box;
}
.customer-reviews-module .customer-reviews-box {
  position: relative;
  background-color: #fbfaff;
  padding: 66px 0 16px;
}
.customer-reviews-module .customer-reviews-box::after {
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background: url('../images/user-bg.png') no-repeat center;
  height: 660px;
  content: '';
  display: block;
}
.customer-reviews-module .user-posting-module {
  position: relative;
  z-index: 2;
}
.customer-reviews-module .user-posting-module .user-posting-box {
  margin-top: 40px;
  overflow: hidden;
  width: 1412px;
  padding-left: 6px;
  border-radius: 18px;
}
.customer-reviews-module .user-posting-module .user-posting-box .swiper-container {
  overflow: visible;
  border-radius: 8px;
  width: 1400px;
}
.customer-reviews-module .user-posting-module .evaluate-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .swiper-slide {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  width: 338px;
  height: 400px;
  float: left;
  margin: 8px 0 8px 0;
}
.customer-reviews-module .user-posting-module .swiper-slide:first-child {
  margin-left: 0;
}
.customer-reviews-module .user-posting-module .swiper-slide {
  width: 338px;
  height: 400px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .photo-pic {
  float: left;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .head-pic {
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: block;
  float: left;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .head-pic:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .head-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .user-name {
  font-weight: bold;
  font-size: 15px;
  color: #353535;
  display: block;
  margin-left: 8px;
  float: left;
  line-height: 38px;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .leave-box {
  float: right;
  margin-top: 8px;
}
.customer-reviews-module .user-posting-module .swiper-slide .head-t .stars {
  background: url("../images/star-hover-icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-top {
  margin-top: 10px;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-top .label {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding: 0 13px;
  font-weight: bold;
  font-size: 12px;
  color: #001010;
  background: #FFDD3F;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin-right: 8px;
  float: left;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-top .tips {
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #666666;
  margin-left: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 174px;
  float: left;
}
.customer-reviews-module .user-posting-module .swiper-slide .show-pic {
  height: 200px;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #7F7F7F;
  margin-top: 14px;
}
.customer-reviews-module .user-posting-module .swiper-slide .show-pic .user-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.customer-reviews-module .user-posting-module .swiper-slide .show-pic:hover .user-pic {
  transform: scale(1.04);
}
.customer-reviews-module .user-posting-module .swiper-slide .info-des {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  min-height: 40px;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-des a {
  color: #353535;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.customer-reviews-module .user-posting-module .swiper-slide .info-des a:hover {
  color: #5BC000;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar {
  margin-top: 10px;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar .view-num {
  font-weight: 500;
  font-size: 14px;
  color: #353535;
  float: left;
  margin-right: 16px;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar .leave-word-icon {
  background: url("../images/leave-word-icon.png") no-repeat center;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2px;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar .like-icon {
  background: url("../images/like-icon.png") no-repeat center;
  width: 14px;
  height: 15px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 2px;
}
.customer-reviews-module .user-posting-module .swiper-slide .view-bar .time-num {
  float: right;
  font-weight: 500;
  font-size: 14px;
  color: #001010;
}
.customer-reviews-module .user-posting-module .control-btn {
  margin-top: 10px;
  padding: 0 8px;
}
.customer-reviews-module .user-posting-module .control-btn:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .user-posting-module .control-btn .print-out-num {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  background-color: #5BC000;
  box-shadow: 1px 1px 18px 0px rgba(26, 55, 0, 0.09);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 25px;
  float: left;
  transition: all 0.3s;
}
.customer-reviews-module .user-posting-module .control-btn .print-out-num:hover {
  background: #70d614;
  box-shadow: 0px 10px 15px 0px rgba(0, 70, 54, 0.16);
}
.customer-reviews-module .user-posting-module .control-btn .swiper-btn {
  float: right;
}
.customer-reviews-module .user-posting-module .control-btn .swiper-btn span {
  background: url('../images/user-arrow-icon.png') no-repeat center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  margin-left: 14px;
  display: inline-block;
  margin-top: 8px;
}
.customer-reviews-module .user-posting-module .control-btn .swiper-btn span.prev-icon {
  transform: rotate(180deg);
}
.customer-reviews-module .news-module {
  position: relative;
  z-index: 3;
  margin-top: 100px;
}
.customer-reviews-module .news-module .common-title .shade-title {
  color: #FFFFFF;
  opacity: 0.2;
}
.customer-reviews-module .news-module .common-title .main-title {
  color: #FEFEFE;
}
.customer-reviews-module .news-module .common-title .common-des {
  color: #FEFEFE;
}
.customer-reviews-module .news-module .news-region {
  margin-top: 44px;
}
.customer-reviews-module .news-module .news-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .news-module .news-region .news-item {
  width: 456px;
  height: 380px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  float: left;
}
.customer-reviews-module .news-module .news-region .news-item:nth-child(2) {
  margin: 0 16px;
}
.customer-reviews-module .news-module .news-region .show-pic {
  height: 260px;
  overflow: hidden;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.customer-reviews-module .news-module .news-region .show-pic .news-pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.customer-reviews-module .news-module .news-region .show-pic .news-pic:hover {
  transform: scale(1.04);
}
.customer-reviews-module .news-module .news-region .news-info {
  color: #353535;
  margin-top: 12px;
  height: 20px;
  line-height: 20px;
}
.customer-reviews-module .news-module .news-region .news-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.customer-reviews-module .news-module .news-region .news-info .news-title {
  font-weight: bold;
  font-size: 15px;
  float: left;
  color: #353535;
  transition: all 0.2s;
  max-width: 320px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.customer-reviews-module .news-module .news-region .news-info .news-title:hover {
  color: #5BC000;
}
.customer-reviews-module .news-module .news-region .news-info .news-time {
  float: right;
  font-weight: 500;
  font-size: 14px;
}
.customer-reviews-module .news-module .news-region .news-des {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #353535;
  line-height: 20px;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.customer-reviews-module .news-module .more-look {
  text-align: right;
  margin-top: 16px;
}
.customer-reviews-module .news-module .more-look a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #353535;
  transition: all 0.2s;
}
.customer-reviews-module .news-module .more-look a::after {
  background: url('../images/more-look.png') no-repeat center;
  width: 9px;
  height: 14px;
  content: '';
  display: inline-block;
  margin-left: 4px;
}
.quality-certification-module {
  background: #fbfaff;
  padding-bottom: 80px;
}
.quality-certification-module .group-cer-mask {
  height: 170px;
  margin-top: 46px;
  overflow: hidden;
  position: relative;
}
.quality-certification-module .group-cer-box {
  height: 170px;
  padding-top: 10px;
}
.quality-certification-module .group-cer-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.quality-certification-module .group-cer-box .cer-item {
  width: 220px;
  height: 150px;
  box-sizing: border-box;
  background: #FEFEFE;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  float: left;
  margin-right: 14px;
  transition: all 0.3s;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.02);
}
.quality-certification-module .group-cer-box .cer-item:hover {
  transform: translateY(-6px);
}
.quality-certification-module .group-cer-box .cer-item a {
  display: inline-block;
  padding: 26px 16px 18px;
}
.quality-certification-module .group-cer-box .cer-item .cer-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.quality-certification-module .group-cer-box .cer-item .cer-des {
  font-weight: bold;
  font-size: 14px;
  color: #1B263C;
  height: 19px;
  margin-top: 8px;
}
@keyframes pulsing {
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
.ring {
  position: absolute;
  background-color: inherit;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-animation: pulsing 2.6s ease-out infinite;
  animation: pulsing 2.6s ease-out infinite;
}
.ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.the-affiche-el {
  position: relative;
  background: url("../images/affiche-pic.png") no-repeat center;
  height: 80px;
  min-width: 1400px;
  display: none;
}
.the-affiche-el .page-wrap {
  position: relative;
}
.the-affiche-el .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
  background: url("../images/head-close@icon.png") no-repeat center;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: all 0.3s;
}
.the-affiche-el .close-btn:hover {
  opacity: 1;
}

.smt-module-item-user .smt-module-titles {
  font-size: 35px;
  text-align: center;
  color: #ffffff;
  line-height: 120px;
  font-weight: bold;

}


.smt-module-item-user.user-instructions {

  background: url("../pcbaImage/instructions-bg.jpg") no-repeat center;
  height: 699px;
}
.smt-module-item-user.user-instructions .ins-rules {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 -25px;
}
.smt-module-item-user.user-instructions .ins-rules:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-module-item-user.user-instructions .ins-rules dd {
  float: left;
  width: 410px;
  height: 507px;
  background-color: #ffffff;
  margin-left: 25px;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-index {
  width: 410px;
  height: 153px;
  color: #fff;
  font-size: 20px;
  line-height: 153px;
  padding-left: 30px;
  font-weight: bold;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-index .ins-icon {
  margin-right: 6px;
  vertical-align: middle;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-text {
  width: 330px;
  margin: 25px auto 0;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-text .list {
  background: url("../pcbaImage/the-check.png") no-repeat left center;
  margin-bottom: 15px;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-text .text {
  padding-left: 25px;
  font-size: 14px;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-text .info-img {
  height: 150px;
}
.smt-module-item-user.user-instructions .ins-rules dd .ins-text .info-img img {
  max-width: 100%;
}
.smt-module-item-user.user-instructions .ins-rules dd:first-child .ins-index {
  background: url("../pcbaImage/ins-index1.png") no-repeat center;
}
.smt-module-item-user.user-instructions .ins-rules dd:first-child + dd .ins-index {
  background: url("../pcbaImage/ins-index2.png") no-repeat center;
}
.smt-module-item-user.user-instructions .ins-rules dd:first-child + dd + dd .ins-index {
  background: url("../pcbaImage/ins-index3.png") no-repeat center;
}
.get-process-el {
  width: 1280px;
  height: 171px;
  background: url("../pcbaImage/process-el-bg.png") no-repeat 280px center #fff;
  box-shadow: 1px 4px 18px 0px rgba(128, 128, 128, 0.1);
  margin: -106px auto 20px;
}
.get-process-el .process-jump {
  width: 280px;
  height: 171px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.get-process-el .process-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 14px;
  font-weight: bold;
}
.get-process-el .jump-link {
  display: block;
  width: 166px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-image: linear-gradient(to right, #f0383c, #ff883c, #f0383c, #ff883c);
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.3);
  border-radius: 22px;
  margin: 0 auto;
  background-size: 300% 100%;
}

.get-process-el .jump-link:hover{
  box-shadow: 2px 5px 15px 0px rgba(245, 80, 53, 0.5);
}
.smt-disclaimer {
  height: 231px;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  background-color: #fdebd6;
}
.smt-disclaimer:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.smt-disclaimer .smt-disclaimer-left {
  float: left;
}
.smt-disclaimer .smt-disclaimer-left .disclaimer-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.smt-disclaimer .smt-disclaimer-right {
  float: left;
  margin-left: 35px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}