.animateArrowFn:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 10px;
  height: 9px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.diyBoardNumberFn .boards-nub-warp {
  padding: 15px 10px 20px 20px;
  box-sizing: border-box;
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  cursor: initial;
  color: #757575;
  border: 1px solid #9EA0A5;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  width: 350px;
  overflow: hidden;
  display: none;
}
.diyBoardNumberFn .boards-nub-warp ul {
  font-family: verdana;
}
.diyBoardNumberFn .boards-nub-warp ul li {
  width: 20%;
  line-height: 20px;
  float: left;
  margin-bottom: 8px;
}
.diyBoardNumberFn .boards-nub-warp ul li label {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.diyBoardNumberFn .boards-nub-warp ul li label input {
  backdrop-filter: unset;
}
.diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"] {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"]::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5BC000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -2.5px auto 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"]:checked {
  border-color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp ul li label input[type="radio"]:checked::before {
  opacity: 1;
}
.diyBoardNumberFn .boards-nub-warp ul li label:hover {
  color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp ul li label:hover input[type="radio"] {
  border-color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp ul li label:hover input[type="radio"]::before {
  opacity: 1;
}
.diyBoardNumberFn .boards-nub-warp ul li label:has(input[type="radio"]:checked) {
  color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp ul li label:has(input[type="radio"]:checked) * {
  color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.diyBoardNumberFn .boards-nub-warp ul li.free {
  width: 125px;
}
.diyBoardNumberFn .boards-nub-warp ul li.free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') 0 0;
  margin: 0 0 0 4px;
}
.diyBoardNumberFn .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.diyBoardNumberFn .boards-nub-warp ul li.receive-free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') -99px 0;
  margin: 0 0 0 4px;
}
.diyBoardNumberFn .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.diyBoardNumberFn .boards-nub-warp .custom {
  margin-top: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.diyBoardNumberFn .boards-nub-warp .custom .txtstyle {
  width: 110px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 2px;
  color: #CED0D1;
  padding-left: 12px;
  margin-right: 3px;
  background: transparent;
}
.diyBoardNumberFn .boards-nub-warp .custom button {
  width: 58px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  border: 0px;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 3px;
  color: #fff;
  background-color: #5BC000;
  display: none;
  transition: all 0.3s ease-in-out;
}
.diyBoardNumberFn .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.diyBoardNumberFn .boards-nub-warp .custom button.confirmbtn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.diySwitchSideFn .switch-side .switch {
  float: left;
  min-width: 50px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  background: rgba(55, 57, 67, 0.2);
  border: 1px solid rgba(91, 192, 0, 0.2);
  cursor: pointer;
  margin-left: 12px;
  color: #CACAE0;
  font-size: 12px;
  position: relative;
}
.diySwitchSideFn .switch-side .switch:first-child {
  margin-left: 0;
}
.diySwitchSideFn .switch-side .switch.active {
  border-color: #5BC000;
  color: #fff;
}
.diySwitchSideFn .switch-side .switch.active:after {
  display: block;
  content: '';
  background: url("../images/page-index_v3/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.diyFileBoxFn .file-box {
  float: left;
  width: 564px;
  height: 40px;
  box-sizing: border-box;
  line-height: 64px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid #9EA0A5;
  backdrop-filter: blur(10px);
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.diyFileBoxFn .file-box:hover {
  border: 1px dashed #5bc000;
}
.diyFileBoxFn .file-box:hover .file-uploading {
  color: #5bc000;
}
.diyFileBoxFn .file-box:hover .file-uploading::before {
  background: url("../images/page-index_v3/file-upload-icon-hover.png") no-repeat center;
}
.diyFileBoxFn .file-box .file-uploading {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.diyFileBoxFn .file-box .file-uploading::before {
  background: url('../images/page-index_v3/file-upload-icon.png') no-repeat center;
  width: 26px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transition: all 0.3s;
}
.diyFileBoxFn .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;
}
.diyFileBoxFn .file-box .file-uploading .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.diyFileBoxFn .file-box .file-delete {
  font-weight: 500;
  font-size: 14px;
  color: #A7A7CB;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.diyFileBoxFn .file-box .file-delete #uploadedFileName {
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.diyFileBoxFn .file-box .file-delete .del-btn {
  font-size: 15px;
  color: #5bc000;
  margin-left: 20px;
  cursor: pointer;
}
.diyFileBoxFn .file-box .file-delete .del-btn:before {
  background: url("../images/page-index_v3/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.banner-box {
  height: 600px;
  position: relative;
}
.banner-box .index-banner {
  height: inherit;
  position: relative;
  min-width: 1400px;
}
.banner-box .index-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .index-banner .video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 1;
}
.banner-box .page-wrap {
  width: 1400px;
  height: inherit;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 5;
  pointer-events: none;
}
.banner-box .page-wrap .swiper-pagination {
  pointer-events: all;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.banner-box .page-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 3px;
  background: rgba(207, 254, 168, 0.35);
  margin-left: 10px;
}
.banner-box .page-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5BC000;
}
.banner-box .flag-box {
  height: 82px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 70px;
  padding: 8px 10px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  pointer-events: all;
}
.banner-box .flag-box .flag {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: rgba(21, 21, 21, 0.2);
  float: left;
  margin-left: 5px;
  line-height: 66px;
  text-align: center;
}
.banner-box .flag-box .flag:first-child {
  margin-left: 0;
}
.banner-box .flag-box .flag:hover {
  background: rgba(21, 21, 21, 0.5);
}
.banner-box .banner-title {
  font-size: 50px;
  color: #fff;
  line-height: 52px;
  margin-top: 164px;
  font-weight: bolder;
  position: relative;
  z-index: 2;
}
.banner-box .change-quote-area {
  margin-top: 20px;
  pointer-events: all;
  float: left;
}
.banner-box .change-quote-area .quote-type {
  position: relative;
  z-index: 2;
}
.banner-box .change-quote-area .quote-type li {
  float: left;
  padding: 10px 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
}
.banner-box .change-quote-area .quote-type li:before {
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.banner-box .change-quote-area .quote-type li:first-of-type {
  border-top-left-radius: 4px;
}
.banner-box .change-quote-area .quote-type li:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:first-of-type:after {
  border-top-left-radius: 4px;
}
.banner-box .change-quote-area .quote-type li:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:last-of-type {
  border-top-right-radius: 4px;
}
.banner-box .change-quote-area .quote-type li:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:last-of-type:after {
  border-top-right-radius: 4px;
}
.banner-box .change-quote-area .quote-type li.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9px 21px 10px;
}
.banner-box .change-quote-area .quote-type li.active:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1-hover.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li.active:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2-hover.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li.active:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3-hover.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:hover {
  color: #ffffff;
}
.banner-box .change-quote-area .quote-type li:hover:first-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon1-hover.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:hover:nth-of-type(2):before {
  background: url("../images/page-index_v3/quote-mune-icon2-hover.png") no-repeat center;
}
.banner-box .change-quote-area .quote-type li:hover:last-of-type:before {
  background: url("../images/page-index_v3/quote-mune-icon3-hover.png") no-repeat center;
}
.banner-box .change-quote-area .view-quote-box {
  width: 780px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  margin-bottom: 40px;
  padding: 17px 22px 14px;
  box-sizing: border-box;
  position: relative;
  top: -1px;
  z-index: 1;
}
.banner-box .change-quote-area .view-quote-box .quote-area .area-remit .file-remit {
  float: left;
}
.banner-box .change-quote-area .view-quote-box .quote-area .area-remit .quote-title {
  display: inline-block;
  margin-bottom: unset;
}
.banner-box .change-quote-area .view-quote-box .quote-area .area-remit .down-files {
  font-size: 12px;
  color: #5BC000;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .view-quote-box .quote-area .area-remit .down-files:hover {
  text-decoration: underline;
}
.banner-box .change-quote-area .view-quote-box .quote-area .area-remit .quote-li {
  float: unset;
  font-weight: bold;
  margin-bottom: 6px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .input-num {
  float: left;
  margin-left: 20px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-title {
  font-weight: bold;
  margin-bottom: 6px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .input-num:has(.quote-content:hover) .quote-title {
  color: #ffffff;
}
.banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-content {
  float: unset;
  backdrop-filter: blur(10px);
  margin-left: unset;
}
.banner-box .change-quote-area .view-quote-box .quote-area .input-num .quote-content input {
  width: 150px;
  height: 40px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-li {
  float: left;
  margin-left: 34px;
  font-size: 0;
  position: relative;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-li:first-child {
  margin-left: 0;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-li:has(.quote-content:hover) .quote-title {
  color: #fff;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-title {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.banner-box .change-quote-area .view-quote-box .quote-area input {
  width: 134px;
  height: 26px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}
.banner-box .change-quote-area .view-quote-box .quote-area input.small {
  width: 100px;
}
.banner-box .change-quote-area .view-quote-box .quote-area input::placeholder {
  color: #fff;
  opacity: 0.3;
}
.banner-box .change-quote-area .view-quote-box .quote-area input.hand-shape {
  cursor: pointer;
}
.banner-box .change-quote-area .view-quote-box .quote-area .flag {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  background: rgba(17, 17, 19, 0.3);
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content {
  float: left;
  position: relative;
  font-size: 14px;
  transition: all 0.3s ease;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content:after {
  width: 100%;
  height: 4px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 26px;
  background: transparent;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content input:focus {
  box-shadow: unset;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row {
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  overflow: hidden;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row input {
  backdrop-filter: none;
  background: none;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row:after {
  clear: both;
  content: '';
  display: block;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row .small {
  float: left;
  border: none;
  border-radius: unset;
  height: 24px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content.merge-row .flag {
  height: 24px;
  line-height: 25px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .format {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch {
  float: left;
  min-width: 50px;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 3px;
  background: rgba(55, 57, 67, 0.2);
  border: 1px solid rgba(91, 192, 0, 0.2);
  cursor: pointer;
  margin-left: 12px;
  color: #CACAE0;
  font-size: 12px;
  position: relative;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch:first-child {
  margin-left: 0;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch.active {
  border-color: #5BC000;
  color: #fff;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .switch-side .switch.active:after {
  display: block;
  content: '';
  background: url("../images/page-index_v3/check-icon.png") no-repeat center;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner-box .change-quote-area .view-quote-box .quote-area .quote-content .down-icon {
  background: url("../images/page-index_v3/down-menu-icon.png") no-repeat center;
  width: 10px;
  height: 7px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3.5px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list {
  border-radius: 4px;
  border: 1px solid #9EA0A5;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  width: 134px;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
}
.banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list li {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}
.banner-box .change-quote-area .view-quote-box .quote-area .drop-down-list li:hover {
  background: rgba(0, 17, 0, 0.3);
  color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp {
  padding: 15px 10px 20px 20px;
  box-sizing: border-box;
  text-align: justify;
  font-weight: normal;
  font-size: 13px;
  cursor: initial;
  color: #757575;
  border: 1px solid #9EA0A5;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 4px;
  position: absolute;
  top: 28px;
  left: 0;
  z-index: 2;
  width: 350px;
  overflow: hidden;
  display: none;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul {
  font-family: verdana;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li {
  width: 20%;
  line-height: 20px;
  float: left;
  margin-bottom: 8px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label {
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input {
  backdrop-filter: unset;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"] {
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5BC000;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -2.5px auto 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked {
  border-color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label input[type="radio"]:checked::before {
  opacity: 1;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover {
  color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"] {
  border-color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:hover input[type="radio"]::before {
  opacity: 1;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) {
  color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li label:has(input[type="radio"]:checked) * {
  color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li a {
  display: block;
  color: #757575;
  overflow: hidden;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.free {
  width: 125px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 93px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') 0 0;
  margin: 0 0 0 4px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.receive-free {
  width: 155px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.receive-free .free-icon {
  display: inline-block;
  vertical-align: middle;
  width: 125px;
  height: 22px;
  background: url('../images/page-index_v3/free-proofing@icon.png') -99px 0;
  margin: 0 0 0 4px;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp ul li.receive-free:hover .free-icon {
  opacity: 0.9;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom {
  margin-top: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom .txtstyle {
  width: 110px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 2px;
  color: #CED0D1;
  padding-left: 12px;
  margin-right: 3px;
  background: transparent;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom button {
  width: 58px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  border: 0px;
  font-size: 12px;
  margin-left: 6px;
  border-radius: 3px;
  color: #fff;
  background-color: #5BC000;
  display: none;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom button.confirmbtn {
  background-color: #5BC000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .boards-nub-warp .custom button.confirmbtn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box {
  float: left;
  width: 564px;
  height: 40px;
  box-sizing: border-box;
  line-height: 64px;
  background: rgba(17, 17, 19, 0.5);
  border: 1px solid #9EA0A5;
  backdrop-filter: blur(10px);
  border-radius: 2px;
  position: relative;
  transition: all 0.3s;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover {
  border: 1px dashed #5bc000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover .file-uploading {
  color: #5bc000;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box:hover .file-uploading::before {
  background: url("../images/page-index_v3/file-upload-icon-hover.png") no-repeat center;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading {
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading::before {
  background: url('../images/page-index_v3/file-upload-icon.png') no-repeat center;
  width: 26px;
  height: 24px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  transition: all 0.3s;
}
.banner-box .change-quote-area .view-quote-box .quote-area .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;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-uploading .input-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete {
  font-weight: 500;
  font-size: 14px;
  color: #A7A7CB;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete #uploadedFileName {
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete .del-btn {
  font-size: 15px;
  color: #5bc000;
  margin-left: 20px;
  cursor: pointer;
}
.banner-box .change-quote-area .view-quote-box .quote-area .file-box .file-delete .del-btn:before {
  background: url("../images/page-index_v3/delete-files-icon.png") no-repeat center;
  width: 18px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 4px;
}
.banner-box .change-quote-area .view-quote-box .tips-files {
  position: absolute;
  left: 300px;
  bottom: -70px;
}
.banner-box .change-quote-area .view-quote-box .tips-files .tip-des {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #5BC000;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 4px;
}
.banner-box .change-quote-area .quote-btn {
  font-size: 16px;
  color: #FFFFFF;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5BC000;
  font-weight: bolder;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.banner-box .change-quote-area .quote-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.ads-swiper-box {
  height: 50px;
  background: #F6F8F9;
}
.ads-swiper-box .page-wrap {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ads-swiper-box .ads-l {
  height: inherit;
  display: flex;
  align-items: center;
}
.ads-swiper-box .ads-l .label {
  display: block;
  height: 22px;
  background: rgba(91, 192, 0, 0.2);
  border-radius: 11px;
  padding: 0 16px;
  font-size: 14px;
  color: #5BC000;
  min-width: 120px;
  box-sizing: border-box;
  text-align: center;
}
.ads-swiper-box .ads-l .ads-count {
  margin: 14px 0 14px 40px;
  box-sizing: border-box;
}
.ads-swiper-box .ads-l .ads-count .swiper-container {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.ads-swiper-box .ads-l .ads-count .swiper-container .swiper-slide {
  display: flex;
}
.ads-swiper-box .ads-l .ads-count .swiper-container .link {
  color: #666;
  transition: all 0.3s;
  font-size: 14px;
  width: 560px;
}
.ads-swiper-box .ads-l .ads-count .swiper-container .link:hover {
  color: #5BC000;
}
.ads-swiper-box .ads-l .ads-count .swiper-container .time {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}
.ads-swiper-box .ads-l .ads-count .swiper-container .text {
  max-width: 440px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.ads-swiper-box .ads-r {
  float: right;
}
.ads-swiper-box .ads-r .view-more {
  margin-top: 14px;
  font-size: 14px;
  color: #5BC000;
}
.ads-swiper-box .ads-r .view-more:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 10px;
  height: 9px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.ads-swiper-box .ads-r .view-more:after {
  transform: translateX(0);
}
.ads-swiper-box .ads-r .view-more:hover:after {
  transform: translateX(5px);
}
.service-box {
  margin-top: 80px;
}
.service-box .service-title {
  text-align: center;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: bolder;
}
.service-box .title-des {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  text-align: center;
  margin-top: 26px;
}
.service-box .service-view {
  margin-top: 50px;
}
.service-box .service-view .view-el {
  width: 264px;
  height: 400px;
  margin-left: 20px;
  display: block;
  float: left;
  position: relative;
  background: #F6F8F9;
  border-radius: 4px;
  padding: 174px 20px 18px;
  box-sizing: border-box;
  overflow: hidden;
}
.service-box .service-view .view-el img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.service-box .service-view .view-el .title {
  font-size: 17px;
  color: #333333;
  line-height: 23px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: bold;
}
.service-box .service-view .view-el .list {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
}
.service-box .service-view .view-el .list:before {
  display: block;
  content: '·';
  color: #666666;
  position: absolute;
  top: 10px;
  transform: translateY(-50%);
  left: 0;
}
.service-box .service-view .view-el:before {
  display: block;
  content: '';
  height: 5px;
  background: #5BC000;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  transition: all 0.3s;
}
.service-box .service-view .view-el:hover {
  background: linear-gradient(219deg, #F8FCFB 0%, #EEF7F5 100%);
}
.service-box .service-view .view-el:hover:before {
  top: 0;
}
.service-box .service-view .view-el:hover .jump-el {
  opacity: 1;
}
.service-box .service-view .view-el:hover .jump-el:after {
  transform: translateX(0);
}
.service-box .service-view .view-el:hover .jump-el .txt {
  transform: translateX(0);
}
.service-box .service-view .view-el:first-child {
  margin-left: 0;
}
.service-box .service-view .view-el .jump-el {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  font-size: 14px;
  color: #5BC000;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.service-box .service-view .view-el .jump-el:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 10px;
  height: 9px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.service-box .service-view .view-el .jump-el .txt {
  display: block;
  transform: translateX(-100px);
  transition: all 0.3s;
}
.service-box .service-view .view-el:nth-child(2) img {
  max-width: 100%;
}
.delivery-box {
  margin-top: 80px;
}
.delivery-box .delivery-title {
  text-align: center;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: bolder;
}
.delivery-box .title-des {
  font-size: 16px;
  color: #333333;
  line-height: 23px;
  margin-top: 26px;
  text-align: center;
}
.delivery-box .delivery-type {
  margin: 50px 0;
  font-size: 0;
  text-align: center;
}
.delivery-box .delivery-type .type-el {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
.delivery-box .delivery-type .type-el:before {
  content: '';
  background: #5BC000;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  transition: all 0.3s ease-in-out;
}
.delivery-box .delivery-type .type-el:hover:before {
  width: 100%;
}
.delivery-box .delivery-type .type-el.active:hover {
  color: #333333;
}
.delivery-box .delivery-type .type-el.active:before {
  width: 100%;
}
.delivery-box .delivery-view {
  background: #F6F8F9;
}
.delivery-box .delivery-view .page-wrap {
  height: inherit;
}
.delivery-box .delivery-view .delivery-info {
  height: inherit;
  display: none;
}
.delivery-box .delivery-view .delivery-info .info-text {
  float: left;
  width: 550px;
  height: 400px;
  padding: 40px 40px 40px 0;
  box-sizing: border-box;
  position: relative;
}
.delivery-box .delivery-view .delivery-info .info-text .text-title {
  font-size: 20px;
  color: #333333;
  line-height: 29px;
  font-weight: bolder;
  margin-bottom: 40px;
}
.delivery-box .delivery-view .delivery-info .info-text .text {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 2px;
}
.delivery-box .delivery-view .delivery-info .info-text .text dt {
  font-weight: bold;
}
.delivery-box .delivery-view .delivery-info .info-text .jump-more {
  position: absolute;
  bottom: 100px;
  color: #5BC000;
  font-size: 14px;
}
.delivery-box .delivery-view .delivery-info .info-text .jump-more:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 10px;
  height: 9px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.delivery-box .delivery-view .delivery-info .info-text .jump-more:after {
  transform: translateX(0);
}
.delivery-box .delivery-view .delivery-info .info-text .jump-more:hover:after {
  transform: translateX(5px);
}
.delivery-box .delivery-view .delivery-info .info-img {
  width: 650px;
  height: inherit;
  float: right;
}
.delivery-box .delivery-view .delivery-info .info-img img {
  width: 100%;
  height: 100%;
}
.industry-box {
  margin-top: 80px;
}
.industry-box .industry-title {
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bolder;
}
.industry-box .title-des {
  margin-top: 26px;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.industry-box .industry-graphic {
  margin-top: 50px;
  overflow: hidden;
}
.industry-box .industry-graphic .swiper-container {
  overflow: visible;
}
.industry-box .industry-graphic .gra-el {
  width: 400px;
  height: 400px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.industry-box .industry-graphic .gra-el img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.industry-box .industry-graphic .gra-el .gra-mask {
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  height: 50px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  background: rgba(91, 192, 0, 0.8);
  color: #fff;
  padding: 0 28px;
  box-sizing: border-box;
  will-change: inherit;
}
.industry-box .industry-graphic .gra-el .gra-mask:hover .gra-title:after {
  transform: rotate(-180deg);
}
.industry-box .industry-graphic .gra-el .gra-mask .gra-title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  position: relative;
}
.industry-box .industry-graphic .gra-el .gra-mask .gra-title:after {
  background: url("../images/page-index_v3/down-t-icon.png") no-repeat center;
  width: 10px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.industry-box .industry-graphic .gra-el .gra-mask .gra-title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 0;
}
.industry-box .industry-graphic .gra-el .gra-mask .des {
  margin-top: 4px;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  word-break: break-word;
}
.industry-box .industry-graphic .gra-el:hover .gra-title {
  margin-top: 24px;
}
.industry-box .industry-graphic .gra-el:hover .gra-mask {
  height: 313px;
}
.industry-box .swiper-control {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
  display: flex;
  justify-content: center;
}
.industry-box .swiper-control .prev-btn,
.industry-box .swiper-control .next-btn {
  height: 66px;
  width: 100px;
  cursor: pointer;
  background: #f3f3f3;
  position: relative;
}
.industry-box .swiper-control .prev-btn {
  border-radius: 39px 0 0 39px;
}
.industry-box .swiper-control .prev-btn:after {
  background: url("../images/page-index_v3/left-control-icon.png") no-repeat center;
  width: 36px;
  height: 26px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13px;
}
.industry-box .swiper-control .prev-btn:hover:after {
  background: url("../images/page-index_v3/left-control-icon-hover.png") no-repeat center;
}
.industry-box .swiper-control .next-btn {
  border-radius: 0 39px 39px 0;
}
.industry-box .swiper-control .next-btn:after {
  background: url("../images/page-index_v3/right-control-icon.png") no-repeat center;
  width: 36px;
  height: 26px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -13px;
}
.industry-box .swiper-control .next-btn:hover:after {
  background: url("../images/page-index_v3/right-control-icon-hover.png") no-repeat center;
}
.to-factory {
  margin-top: 80px;
}
.to-factory .factory-title {
  text-align: center;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: bolder;
}
.to-factory .title-des {
  margin-top: 26px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.to-factory .graphic-factory {
  margin-top: 50px;
  height: 500px;
  min-width: 1400px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.to-factory .graphic-factory:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.to-factory .graphic-factory:hover:after {
  transform: scale(1.05);
}
.to-factory .page-wrap {
  height: inherit;
  position: relative;
}
.to-factory .page-wrap .switch-type-row {
  width: 450px;
  height: 70px;
  background: linear-gradient(0deg, rgba(0, 17, 0, 0.5) 0%, rgba(0, 17, 0, 0) 100%);
  border-radius: 0px 0px 31px 31px;
  box-sizing: border-box;
  margin: 0 auto 0;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
}
.to-factory .page-wrap .switch-type-row:after {
  background: url("../images/page-index_v3/switch-bt-bg.png") no-repeat center;
  width: 379px;
  height: 1px;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
}
.to-factory .page-wrap .switch-type-row .type-menu {
  font-size: 16px;
  color: #333333;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  width: 150px;
  padding-left: 38px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
.to-factory .page-wrap .switch-type-row .type-menu:hover {
  background: rgba(91, 192, 0, 0.3);
}
.to-factory .page-wrap .switch-type-row .type-menu:hover .text {
  color: #5BC000;
}
.to-factory .page-wrap .switch-type-row .type-menu:hover .arrow-icon {
  transform: translateX(4px);
}
.to-factory .page-wrap .switch-type-row .type-menu:after {
  background: #5BC000;
  width: 1px;
  height: 28px;
  content: '';
  display: block;
  margin-left: 36px;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child .icon {
  background: url("../images/page-index_v3/video-icon-hover.png") no-repeat center;
  width: 42px;
  min-width: 42px;
  height: 28px;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child:after {
  margin-left: 29px;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child + .type-menu .icon {
  background: url("../images/page-index_v3/picture-icon-hover.png") no-repeat center;
  width: 35px;
  min-width: 35px;
  height: 28px;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child + .type-menu + .type-menu {
  margin-right: unset;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child + .type-menu + .type-menu:after {
  background: none;
  margin: 0;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child + .type-menu + .type-menu .icon {
  background: url("../images/page-index_v3/vr-icon-hover.png") no-repeat center;
  width: 42px;
  min-width: 42px;
  height: 28px;
}
.to-factory .page-wrap .switch-type-row .type-menu:first-child + .type-menu + .type-menu .icon:hover {
  background: url("../images/page-index_v3/vr-icon-hover.png") no-repeat center;
}
.to-factory .page-wrap .switch-type-row .type-menu .text {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-left: 8px;
}
.to-factory .page-wrap .switch-type-row .type-menu .icon {
  transition: all 0.3s ease-in-out;
}
.to-factory .page-wrap .switch-type-row .type-menu.active .text {
  color: #5BC000;
}
.to-factory .page-wrap .switch-type-row .type-menu.active:first-of-type .icon {
  background: url("../images/page-index_v3/video-icon-hover.png") no-repeat center;
}
.to-factory .page-wrap .switch-type-row .type-menu.active:nth-of-type(2) .icon {
  background: url("../images/page-index_v3/picture-icon-hover.png") no-repeat center;
}
.to-factory .page-wrap .switch-type-row .type-menu.active:nth-of-type(3) .icon {
  background: url("../images/page-index_v3/vr-icon-hover.png") no-repeat center;
}
.to-factory .page-wrap .factory-type,
.to-factory .page-wrap .video-type {
  width: 1200px;
  background: rgba(91, 192, 0, 0.2);
  height: 60px;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  z-index: 5;
  text-align: center;
}
.to-factory .page-wrap .factory-type:after,
.to-factory .page-wrap .video-type:after {
  clear: both;
  content: '';
  display: block;
}
.to-factory .page-wrap .factory-type .tag,
.to-factory .page-wrap .video-type .tag {
  position: relative;
}
.to-factory .page-wrap .factory-type:before,
.to-factory .page-wrap .video-type:before {
  background: #7B8572;
  width: 2px;
  height: 30px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -15px auto 0;
}
.to-factory .page-wrap .factory-type .type-el,
.to-factory .page-wrap .video-type .type-el {
  float: left;
  width: 50%;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.to-factory .page-wrap .factory-type .type-el:hover,
.to-factory .page-wrap .video-type .type-el:hover {
  color: #5BC000;
}
.to-factory .page-wrap .factory-type .type-el .tag,
.to-factory .page-wrap .video-type .type-el .tag {
  width: 240px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.to-factory .page-wrap .factory-type .type-el .tag:before,
.to-factory .page-wrap .video-type .type-el .tag:before {
  content: '';
  width: 0;
  height: 3px;
  background: #5BC000;
  border-radius: 3px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.to-factory .page-wrap .factory-type .type-el .tag:hover:before,
.to-factory .page-wrap .video-type .type-el .tag:hover:before {
  width: 100%;
}
.to-factory .page-wrap .factory-type .type-el:first-child,
.to-factory .page-wrap .video-type .type-el:first-child {
  float: left;
}
.to-factory .page-wrap .factory-type .type-el:first-child .tag,
.to-factory .page-wrap .video-type .type-el:first-child .tag {
  float: right;
}
.to-factory .page-wrap .factory-type .type-el:first-child.active:before,
.to-factory .page-wrap .video-type .type-el:first-child.active:before {
  right: 160px;
}
.to-factory .page-wrap .factory-type .type-el:first-child + .type-el,
.to-factory .page-wrap .video-type .type-el:first-child + .type-el {
  float: left;
}
.to-factory .page-wrap .factory-type .type-el:first-child + .type-el .tag,
.to-factory .page-wrap .video-type .type-el:first-child + .type-el .tag {
  float: left;
}
.to-factory .page-wrap .factory-type .type-el:first-child + .type-el.active:before,
.to-factory .page-wrap .video-type .type-el:first-child + .type-el.active:before {
  left: 160px;
}
.to-factory .page-wrap .factory-type .type-el.active .tag:after,
.to-factory .page-wrap .video-type .type-el.active .tag:after {
  display: block;
}
.to-factory .page-wrap .factory-type .type-el.active .tag:before,
.to-factory .page-wrap .video-type .type-el.active .tag:before {
  width: 100%;
}
.to-factory .graphic-view {
  height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.to-factory .graphic-view:before {
  width: 100%;
  min-width: 1400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 2;
  display: none;
}
.to-factory .graphic-view.active:before,
.to-factory .graphic-view.active .video-loading-icon {
  display: block;
}
.to-factory .graphic-view .video-play-pcb,
.to-factory .graphic-view .video-play-smt {
  height: inherit;
  min-width: 1400px;
}
.to-factory .graphic-view video {
  object-fit: cover;
  width: 100%;
  min-width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.to-factory .graphic-view .video-loading-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -30px auto 0;
  z-index: 2;
  display: none;
}
@keyframes loadingTime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.to-factory .graphic-view .video-loading-icon .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: calc(60px / 10) solid transparent;
}
.to-factory .graphic-view .video-loading-icon .circle.circle-1 {
  border-top-color: #ffffff;
  animation: loadingTime 1s infinite;
}
.to-factory .graphic-view .video-loading-icon .circle.circle-2 {
  border-bottom-color: #ffffff;
  animation: loadingTime 1s infinite alternate;
}
.why-us {
  margin-top: 80px;
  background: #fff;
}
.why-us .why-title {
  text-align: center;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  font-weight: bolder;
}
.why-us .title-des {
  margin-top: 26px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}
.why-us .view-map {
  background: #F6F8F9;
  margin: 50px auto 0;
}
.why-us .view-map .page-wrap {
  display: flex;
  align-items: center;
}
.why-us .view-map .page-wrap .words-map-module {
  height: 366px;
  position: relative;
  z-index: 1;
  margin: 24px auto;
}
@keyframes pulsing {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.why-us .view-map .page-wrap .words-map-module .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;
}
.why-us .view-map .page-wrap .words-map-module .ring:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.why-us .view-map .page-wrap .words-map-module .ring:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.why-us .view-map .page-wrap .words-map-module .ring:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.why-us .view-map .page-wrap .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;
}
.why-us .view-map .page-wrap .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);
}
.why-us .view-map .page-wrap .words-map-module .location .text {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 54%;
  margin-top: -12px;
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.company {
  left: 316px;
  top: 130px;
  background: url('../images/page-index_v3/coord-iocn.png') no-repeat center;
  width: 30px;
  height: 40px;
  background-size: cover;
  content: '';
  display: block;
  border-radius: 0;
  border: 0;
}
.why-us .view-map .page-wrap .words-map-module .location.company:before,
.why-us .view-map .page-wrap .words-map-module .location.company:after {
  display: none;
}
.why-us .view-map .page-wrap .words-map-module .location.company .text {
  left: -7px;
  top: -11px;
  text-align: center;
  line-height: 14px;
}
.why-us .view-map .page-wrap .words-map-module .location.jp {
  left: 394px;
  top: 114px;
}
.why-us .view-map .page-wrap .words-map-module .location.jp .text {
  left: -6px;
  top: -8px;
}
.why-us .view-map .page-wrap .words-map-module .location.jnd {
  left: 658px;
  top: 80px;
}
.why-us .view-map .page-wrap .words-map-module .location.jnd .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.mg {
  left: 690px;
  top: 114px;
}
.why-us .view-map .page-wrap .words-map-module .location.mg .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.mxg {
  left: 687px;
  top: 148px;
}
.why-us .view-map .page-wrap .words-map-module .location.mxg .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.bc {
  left: 786px;
  top: 284px;
}
.why-us .view-map .page-wrap .words-map-module .location.bc .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.xjp {
  left: 302px;
  top: 214px;
}
.why-us .view-map .page-wrap .words-map-module .location.xjp .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .location.yg {
  left: 80px;
  top: 78px;
}
.why-us .view-map .page-wrap .words-map-module .location.yg .text {
  left: 20px;
  top: 4px;
}
.why-us .view-map .page-wrap .words-map-module .location.xby {
  left: 53px;
  top: 110px;
}
.why-us .view-map .page-wrap .words-map-module .location.xby .text {
  left: -26px;
  top: 26px;
}
.why-us .view-map .page-wrap .words-map-module .location.adly {
  left: 352px;
  top: 294px;
}
.why-us .view-map .page-wrap .words-map-module .location.adly .text {
  left: 24px;
}
.why-us .view-map .page-wrap .words-map-module .map-box {
  position: relative;
  z-index: 2;
  background: url('../images/page-index_v3/word-bg.png') no-repeat center;
  width: 841px;
  height: 398px;
  margin: auto;
}
.why-us .map-info .view-cost {
  width: 480px;
}
.why-us .map-info .view-cost .cost {
  width: 50%;
  float: left;
  margin-bottom: 26px;
}
.why-us .map-info .view-cost .cost-icon {
  float: left;
  width: 35px;
  height: 35px;
  background: #EBEBEB;
  border-radius: 4px;
  margin-right: 8px;
  text-align: center;
  line-height: 35px;
}
.why-us .map-info .view-cost .cost-text {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
.why-us .map-info .view-cost .cost-text .name {
  font-weight: bolder;
  font-size: 18px;
}
.why-us .map-info .swiper-tag {
  margin-top: 22px;
  width: 530px;
  height: 66px;
  background: rgba(232, 232, 232, 0.6);
  border-radius: 56px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
  position: relative;
}
.why-us .map-info .swiper-tag:before {
  display: block;
  content: '';
  height: 70px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
}
.why-us .map-info .swiper-tag:after {
  display: block;
  content: '';
  height: 70px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  transform: rotate(180deg);
}
.why-us .map-info .each-tag .tag {
  display: inline-block;
  float: left;
  width: 52px;
  height: 52px;
  background: #A0A1A1;
  border-radius: 100%;
  margin: 7px 7px 0 0;
}
.news-links {
  margin-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.news-links .news-title {
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bolder;
}
.news-links .info-news {
  margin-top: 30px;
  background: #F6F8F9;
}
.news-links .info-pic {
  width: 530px;
  height: 400px;
  overflow: hidden;
  float: left;
  position: relative;
}
.news-links .info-pic:hover .info-bt {
  transform: translateY(0);
}
.news-links .info-pic .info-bt {
  color: #FFFFFF;
  width: 100%;
  padding: 15px 26px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  transform: translateY(56px);
}
.news-links .info-pic .info-bt dt {
  margin-bottom: 10px;
}
.news-links .info-pic .info-bt dt:after {
  clear: both;
  content: '';
  display: block;
}
.news-links .info-pic .info-bt dt .title {
  font-size: 16px;
  float: left;
  display: inline-block;
  margin-top: 2px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-links .info-pic .info-bt dt .time {
  font-size: 14px;
  float: right;
  margin-top: 4px;
}
.news-links .info-pic .info-bt dd {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.news-links .info-links {
  width: 870px;
  height: 400px;
  box-sizing: border-box;
  float: left;
  padding: 32px 60px 0;
}
.news-links .top-links {
  font-size: 14px;
  color: #666666;
  line-height: 19px;
  font-weight: bolder;
}
.news-links .top-links .more-el {
  float: right;
  font-size: 14px;
  color: #5BC000;
}
.news-links .top-links .more-el:after {
  display: inline-block;
  content: '';
  background: url("../images/page-index_v3/arrow-icon.png") no-repeat center;
  width: 10px;
  height: 9px;
  transition: all 0.3s;
  transform: translateX(-50px);
  transition-delay: 0.01s;
}
.news-links .top-links .more-el:after {
  transform: translateX(0);
}
.news-links .top-links .more-el:hover:after {
  transform: translateX(5px);
}
.news-links .jump-links .link {
  display: block;
  padding: 18px 0 12px;
  font-size: 14px;
  border-bottom: 1px solid #979797;
}
.news-links .jump-links .link:hover {
  color: #5BC000;
}
.news-links .jump-links .link .text {
  max-width: 533px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  display: block;
}
.news-links .jump-links .link .date {
  float: right;
  display: block;
}
.to-pcb {
  background: url("../images/page-index_v3/to-pcb-pic.png") no-repeat center;
  width: 100%;
  min-width: 1400px;
  background-size: cover;
  padding: 80px 0;
}
.to-pcb .page-wrap {
  margin: 0 auto;
  text-align: center;
}
.to-pcb .to-title {
  font-size: 32px;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  font-weight: bolder;
}
.to-pcb .to-btn {
  margin-top: 34px;
  padding: 0 72px;
  height: 60px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 60px;
  background: #5BC000;
  border-radius: 4px;
  text-align: center;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}
.to-pcb .to-btn:hover {
  background: #70d614;
  box-shadow: 0 10px 15px 0 rgba(0, 70, 54, 0.16);
}
.layui-layer-content video {
  object-fit: fill;
}
/*# sourceMappingURL=jdb-index_v3.css.map */