* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

a:active, a:hover, a:link, a:visited {
  color: #333;
  text-decoration: none;
}

body, html {
  overflow-x: hidden;
}

.main-content {
  width: 1280px;
  margin: 0 auto;
}

.link-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.overflow_symbol {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-more {
  background: #242a37;
}

.page-more .main-content {
  height: 260px;
  padding-top: 80px;
  background-image: url(/site/assets/images/more/bg_icon-7e35df0b67.png);
  background-size: 490px 233px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.page-more .main-content .title-text {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 36px;
}

.page-more .main-content .more-link {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 6.65%, rgba(181, 193, 253, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 11px 34px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.page-more .main-content .more-link .link-content {
  display: none;
  width: 268px;
  height: 70px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 160px;
  top: -5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 17px;
}

.page-more .main-content .more-link .link-content .link-title {
  width: 100px;
}

.page-more .main-content .more-link .link-content .link-phone {
  font-size: 14px;
  color: #666;
  padding-left: 28px;
  margin-top: 4px;
}

.page-more .main-content .more-link:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(181, 193, 253, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.page-more .main-content .more-link:hover .link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-more .main-content .more-link:active {
  opacity: 0.9;
}

.contact-block {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 6px #e0e0e0;
  box-shadow: 0 0 6px #e0e0e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f6f8), to(#fff));
  background: linear-gradient(180deg, #f3f6f8 0, #fff 100%);
  border: 1px solid #fff;
}

.component-contact, .component-contact .contact-info .contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component-contact {
  height: 80px;
  width: 80px;
  position: fixed;
  z-index: 9999;
  right: 30px;
  cursor: pointer;
  bottom: 80px;
  padding-top: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component-contact .contact-icon {
  height: 24px;
  width: 24px;
  margin-bottom: 14px;
}

.component-contact .contact-text {
  font-size: 14px;
  line-height: 14px;
  color: #ed7700;
  font-weight: 500;
}

.component-contact .contact-info {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component-contact .contact-info .contact-content {
  height: 100%;
  width: 240px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-contact .contact-info .contact-content .contact-num {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #ed7700;
  margin-bottom: 14px;
}

.component-contact .contact-info .contact-content .contact-time {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #666;
}

.component-contact:hover .contact-info {
  display: block;
}

.page-footer {
  width: 100%;
  background: #2f3746;
}

.page-footer .footer-content .footer-top {
  padding: 40px 0;
  margin: 0 auto;
  font-size: 0;
}

.page-footer .footer-content .footer-top .item-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.page-footer .footer-content .footer-top .default-text {
  color: rgba(255, 255, 255, 0.65);
}

.page-footer .footer-content .footer-top .mb30 {
  margin-bottom: 30px;
}

.page-footer .footer-content .footer-top .icon-bg {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 6.65%, rgba(181, 193, 253, 0.25));
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 68px;
  width: 68px;
  padding: 9px;
  border-radius: 12px;
}

.page-footer .footer-content .footer-top .icon-bg.large {
  height: 100px;
  width: 100px;
  border-radius: 8px;
}

.page-footer .footer-content .footer-top .icon-bg .icon-pic {
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.page-footer .footer-content .footer-top .info-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}

.page-footer .footer-content .footer-top .info-item .item-link {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.65);
  width: 150px;
  margin-bottom: 20px;
}

.page-footer .footer-content .footer-top .info-item .item-link:last-child {
  margin-bottom: 0;
}

.page-footer .footer-content .footer-top .info-item.item-large {
  width: 420px;
}

.page-footer .footer-content .footer-top .info-item:last-child {
  margin-right: 0;
}

.page-footer .footer-content .footer-top .info-item .default-text {
  font-size: 16px;
}

.page-footer .footer-content .footer-top .info-item .icon-list .item-row {
  margin-bottom: 30px;
}

.page-footer .footer-content .footer-top .info-item .icon-list .item-row:last-child {
  margin: 0;
}

.page-footer .footer-content .footer-top .info-item .icon-list .item-row > div {
  display: inline-block;
  vertical-align: middle;
}

.page-footer .footer-content .footer-top .info-item .icon-list .item-row .icon-bg {
  margin-right: 20px;
}

.page-footer .footer-content .footer-top .info-item .icon-list .item-row .default-text {
  font-size: 14px;
  line-height: 14px;
}

.page-footer .footer-content .footer-top .info-item .code-group {
  font-size: 0;
  margin-bottom: 30px;
}

.page-footer .footer-content .footer-top .info-item .code-group .item-code {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.page-footer .footer-content .footer-top .info-item .code-group .item-code:last-child {
  margin-right: 0;
}

.page-footer .footer-content .footer-top .info-item .code-group .item-code .default-text {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
}

.page-footer .footer-content .footer-top .info-item .contact-group .contact-item {
  font-size: 14px;
}

.page-footer .footer-content .footer-top .info-item .contact-group .contact-item .item-label {
  color: rgba(255, 255, 255, 0.65);
  margin-right: 12px;
}

.page-footer .footer-content .footer-top .info-item .contact-group .contact-item .item-value {
  color: rgba(255, 255, 255, 0.85);
}

.page-footer .footer-content .footer-bottom {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.page-footer .footer-content .footer-bottom .footer-link {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
}

.page-footer .footer-content .footer-bottom .footer-link .badge-icon {
  height: 26px;
  width: 26px;
  margin-right: 7px;
  vertical-align: top;
}

.page-footer .footer-content .footer-bottom .footer-link .item-text {
  line-height: 26px;
}

.page-footer .footer-content .footer-bottom .item-text {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}