.abd-company-info .cont dd, .program-wrap li .position span, .program-wrap li .name, .category-tree .cat-title span, .category-tree h3 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.workaddr-wrap .addr-wrap, .product-introduce-index .pc-phone-wrap, .top-panel .inner {
  *zoom: 1;
}
.workaddr-wrap .addr-wrap:after, .product-introduce-index .pc-phone-wrap:after, .top-panel .inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.popup-contact, .popup-official, .fixed-bar-right .opt-popup-contact {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 20px 0 rgba(170, 175, 187, 0.3);
}
.popup-contact, .popup-official, .fixed-bar-right .opt-popup-contact {
  border: 1px solid #dee4ee;
}
html:root .popup-contact, html:root .popup-official, html:root .fixed-bar-right .opt-popup-contact {
  border: 0 none;
}

body {
  margin: 0;
  font: 14px/1.6 Arial;
  color: #1a2535;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
}

html:root body {
  font-family: "Pingfang SC", "Microsoft Yahei", Arial;
  -webkit-font-smoothing: subpixel-antialiased;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  html:root body {
    -webkit-font-smoothing: antialiased;
  }
}
form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #1a2535;
  outline: none;
}
a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
}
button i {
  font-size: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

.button {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: white;
  border: 1px solid #ff8c20;
  border-radius: 4px;
  background: #ff8c20;
}
.button:hover {
  text-decoration: none;
  border-color: #ff8411;
  background: #ff8411;
}

.btn-blue {
  border-color: #3982FF;
  background: #3982FF;
}
.btn-blue:hover {
  border-color: #2a78ff;
  background: #2a78ff;
}

.btn-green {
  border-color: #55B791;
  background: #55B791;
}
.btn-green:hover {
  border-color: #4bb28a;
  background: #4bb28a;
}

[class*=btn-linear]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 4px;
}
[class*=btn-linear] span {
  position: relative;
  z-index: 1;
}
[class*=btn-linear]:hover:before {
  opacity: 1;
  transition: opacity 0.3s;
}

.btn-linear-orange {
  background: linear-gradient(225deg, #FE982F 0%, #FF812E 100%);
  font-weight: 500;
}
.btn-linear-orange:before {
  background-color: #ff8c20;
}
.btn-linear-orange:hover {
  background-color: #ff8c20;
  border-color: #ff8c20;
}

.btn-linear-blue {
  border-color: #3982FF;
  background: linear-gradient(225deg, #2AA3FE 0%, #0092FF 100%);
}
.btn-linear-blue:before {
  background-color: #3982FF;
}
.btn-linear-blue:hover {
  border-color: #3982FF;
  background-color: #3982FF;
}

.btn-gray {
  color: #666;
  background: #f3f4f6;
  border-color: #ccc;
}
.btn-gray:hover {
  color: #666;
  border-color: #ccc;
  background: #edeff2;
}

.btn-line {
  color: rgba(26, 37, 53, 0.8);
  border: 1px solid rgba(26, 37, 53, 0.3984);
  background: white;
}
.btn-line:hover {
  color: #1a2535;
  border-color: #ccc;
  background: #f9f9f9;
}
.btn-line s {
  background-position-y: -16px !important;
}

.btn-light {
  border-color: transparent;
  background: transparent;
  color: #666;
}
.btn-light:hover, .btn-light.hover {
  border-color: transparent;
  background: #ebebeb;
}

.select-wrap {
  float: left;
  position: relative;
  height: 36px;
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #E2E4E8;
  background: #fff;
}
.select-wrap:hover {
  border-color: #d4d7dd;
}
.select-wrap:hover:before {
  background-position-y: -14px;
}
.select-wrap:before {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  background-image: url(../images/icon_direction_14.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon_direction_14.png?v=1.02) 1x, url(../images/icon_direction_14@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  background-position: -28px 0;
  content: "";
}
.select-wrap:last-child {
  margin-right: 0;
}
.select-wrap select {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 8px;
  padding-right: 30px;
  font-size: 14px;
  color: #1a2535;
  border: 0 none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 0\9;
  vertical-align: top;
}
.select-wrap select::-ms-expand {
  display: none;
  display: block\9;
}

.input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #D7DAE0;
  border-radius: 4px;
}
.input::-webkit-input-placeholder {
  color: #afb3b9;
}
.input::-moz-placeholder {
  color: #afb3b9;
}
.input:-ms-input-placeholder {
  color: #afb3b9;
}
.input::-ms-input-placeholder {
  color: #afb3b9;
}
.input::placeholder {
  color: #afb3b9;
}
.input.input-error {
  border: 1px solid #E74C3C;
}
.input:focus {
  border: 1px solid #8c929a;
}

.tip-error {
  color: #E74C3C;
  font-size: 14px;
  line-height: 40px;
}

.tip-normal {
  color: #999;
  font-size: 14px;
  line-height: 40px;
}

.input-error-tip {
  position: absolute;
  bottom: 100%;
  left: 4px;
  padding: 3px 6px;
  border-radius: 4px 4px 0 0;
  background: #E74C3C;
  color: #fff;
  font-size: 12px;
}

.dl-normal dl {
  position: relative;
  min-height: 36px;
  padding-left: 132px;
}
.dl-normal dl.dl-required dt span:before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 1px;
  font-size: 14px;
  line-height: 20px;
  color: #FF4B30;
}
.dl-normal dl:not(:last-child) {
  margin-bottom: 16px;
}
.dl-normal dt {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 120px;
  text-align: right;
}
.dl-normal dt span {
  position: relative;
  font-size: 14px;
  line-height: 36px;
  color: #1a2535;
}
.dl-normal dd {
  position: relative;
}

.dl-normal-headline {
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 30px;
}
.dl-normal-headline strong {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 500;
  vertical-align: top;
}
.dl-normal-headline strong:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 14px;
  margin-top: -7px;
  background: #ff8c20;
  content: "";
}

.panel-back {
  float: left;
  width: 43px;
  height: 55px;
  border-right: 1px solid #e1e1e1;
}
.panel-back a {
  display: block;
  position: relative;
  height: 100%;
}
.panel-back a em {
  display: none;
}
.panel-back a s, .panel-back a i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  margin: -10px 0 0 -10px;
  overflow: hidden;
  font-size: 0;
  background-image: url(../images/icon_more_back.svg?v=1.02);
  background-repeat: no-repeat;
  background-position: -19px 0;
  opacity: 0.7;
}
.panel-back a:hover s, .panel-back a:hover i {
  opacity: 1;
}

.container-empty {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  color: #8c929a;
  font-size: 13px;
  line-height: 18px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.container-empty .icon-empty {
  flex-shrink: 0;
  display: block;
  width: 95px;
  height: 154px;
  margin-bottom: 24px;
  background-image: url(../images/empty_default.png?v=1.02);
  background-image: -webkit-image-set(url(../images/empty_default.png?v=1.02) 1x, url(../images/empty_default@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  background-size: contain;
}
.container-empty p {
  letter-spacing: 14px;
  text-indent: 14px;
}
.container-empty span {
  letter-spacing: 2px;
  text-indent: 2px;
}

.top-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 72px;
  min-width: 1100px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 4px 10px 0 rgba(31, 45, 61, 0.1);
}
.top-panel .inner {
  display: flex;
  justify-content: space-between;
  width: 1090px;
  margin: 0 auto;
}
.top-panel .logo {
  flex-shrink: 0;
  margin-right: 20px;
}
.top-panel .nav,
.top-panel .panel-btn {
  flex-shrink: 0;
}

.logo {
  display: flex;
  align-items: center;
  padding: 19px 0;
}
.logo i {
  display: block;
  float: left;
  width: 55px;
  height: 33px;
  background-image: url(../images/logo.svg?v=1.02);
  background-repeat: no-repeat;
}
.logo span {
  padding-left: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #ff8c20;
}

.nav li {
  float: left;
  white-space: nowrap;
  margin-right: 35px;
}
.nav li a {
  position: relative;
  display: block;
  padding: 25px 5px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(26, 37, 53, 0.8);
}
.nav li a.current {
  font-weight: 600;
  color: #ff8c20;
}
.nav li a.current::after {
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 2px;
  display: block;
  background: #ff8c20;
}
.nav li a:hover {
  color: #ff8c20;
}

.panel-btn {
  display: flex;
  padding: 19px 0;
  font-size: 14px;
}
.panel-btn .button {
  width: 94px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  text-align: center;
}
.panel-btn .button + .button {
  margin-left: 10px;
}
.panel-btn .btn-log {
  margin-right: 20px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #8c929a;
}
.panel-btn .btn-log:hover {
  color: #ff8c20;
}

main {
  padding-top: 72px;
}

.section-banner {
  position: relative;
  width: 100%;
  height: 708px;
  margin: 0 auto;
  overflow: hidden;
}
.section-banner.banner-agent .banner .banner-bg {
  background-image: url(../images/banner_agent.jpg?v=1.02);
  background-image: -webkit-image-set(url(../images/banner_agent.jpg?v=1.02) 1x, url(../images/banner_agent@2x.jpg?v=1.02) 2x);
  background-repeat: no-repeat;
}
.section-banner.banner-application {
  height: 400px;
}
.section-banner.banner-application .banner .banner-bg {
  background-image: url(../images/banner_application.jpg?v=1.02);
  background-image: -webkit-image-set(url(../images/banner_application.jpg?v=1.02) 1x, url(../images/banner_application@2x.jpg?v=1.02) 2x);
  background-repeat: no-repeat;
}
.section-banner.banner-help {
  height: 400px;
}
.section-banner.banner-help .banner .banner-bg {
  background-image: url(../images/banner_help.jpg?v=1.02);
  background-image: -webkit-image-set(url(../images/banner_help.jpg?v=1.02) 1x, url(../images/banner_help@2x.jpg?v=1.02) 2x);
  background-repeat: no-repeat;
}
.section-banner.banner-aboutus {
  height: 400px;
}
.section-banner.banner-aboutus .banner .banner-bg {
  background-image: url(../images/banner_aboutus.jpg?v=1.02);
  background-image: -webkit-image-set(url(../images/banner_aboutus.jpg?v=1.02) 1x, url(../images/banner_aboutus@2x.jpg?v=1.02) 2x);
  background-repeat: no-repeat;
}
.section-banner.banner-aboutus .banner .banner-bg:before {
  display: none;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
}
.banner .banner-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto auto;
}
.banner .banner-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 37, 53, 0.3);
}
.banner .banner-bg.banner-index {
  background-image: url(../images/banner1.jpg?v=1.02);
  background-image: -webkit-image-set(url(../images/banner1.jpg?v=1.02) 1x, url(../images/banner1@2x.jpg?v=1.02) 2x);
  background-repeat: no-repeat;
}
.banner .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 1090px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.banner .inner h1 {
  font-size: 60px;
  line-height: 84px;
  color: #fff;
  font-weight: 500;
}
.banner .inner .banner-p {
  padding: 20px 0 40px;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
.banner .inner .banner-btn a {
  border-radius: 4px;
  width: 172px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.banner .inner .banner-btn a:before {
  border-radius: 4px;
}
.banner .inner .banner-btn a + a {
  margin-left: 28px;
}

.banner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
}
.banner-wrap .banner {
  float: left;
  position: relative;
  width: calc(100% / 2);
  min-width: auto;
}
.banner-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  z-index: 1;
}
.banner-wrap .play .icon-play {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_play.svg?v=1.02);
  background-repeat: no-repeat;
  background-size: contain;
}
.banner-wrap .banner-bg.bi-0 {
  background-image: url(../images/banner_ad.jpg?v=1.02);
  background-repeat: no-repeat;
}
.banner-wrap .banner-bg.bi-1 {
  background-image: url(../images/banner1.jpg?v=1.02);
  background-repeat: no-repeat;
}

.banner-mv-opt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
}
.banner-mv-opt .circle-bar {
  position: absolute;
  left: 50%;
  bottom: 33px;
  font-size: 0;
  transform: translateX(-50%);
  z-index: 3;
}
.banner-mv-opt .circle-bar i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
.banner-mv-opt .circle-bar i:hover, .banner-mv-opt .circle-bar i.current {
  background: #fff;
  border-color: #fff;
}
.banner-mv-opt .circle-bar i + i {
  margin-left: 16px;
}
.banner-mv-opt .left-wrap, .banner-mv-opt .right-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  opacity: 0.6;
  z-index: 3;
}
.banner-mv-opt .left-wrap a, .banner-mv-opt .right-wrap a {
  display: block;
  padding: 10px;
  transition: transform 0.3s ease;
}
.banner-mv-opt .left-wrap a:hover, .banner-mv-opt .right-wrap a:hover {
  transform: scale(1.1);
}
.banner-mv-opt .left-wrap i, .banner-mv-opt .right-wrap i {
  display: block;
  width: 16px;
  height: 29px;
  background-image: url(../images/icon_banner_opt.svg?v=1.02);
  background-repeat: no-repeat;
}
.banner-mv-opt .left-wrap {
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.banner-mv-opt .right-wrap {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.banner-mv-opt .right-wrap i {
  transform: rotate(180deg);
}

.footer {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 10px;
  background-color: #1a2535;
  background-position: bottom center;
  z-index: 1;
}
.footer .footer-inner {
  display: flex;
  width: 1090px;
  margin: 0 auto;
  padding: 60px 0 20px;
  border-bottom: 1px solid rgba(228, 234, 239, 0.2);
}
.footer .footer-inner .footer-info {
  flex: 1;
}
.footer .footer-inner .footer-contact, .footer .footer-inner .footer-btn {
  flex-shrink: 0;
}
.footer .f-title {
  padding-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
}
.footer .footer-p {
  padding: 18px 0 40px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
}
.footer .footer-p a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-p a:hover {
  color: #fff;
}

.footer-info {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.footer-info .cell {
  flex: 1;
}
.footer-info .cell + .cell {
  padding-left: 10px;
}
.footer-info ul {
  margin-top: -3px;
}
.footer-info li a {
  display: block;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-info li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-contact {
  padding: 0 20px;
}
.footer-contact .f-title {
  padding-bottom: 10px;
}
.footer-contact .contact-manner {
  font-size: 0;
}
.footer-contact .contact-manner li {
  position: relative;
  display: inline-block;
  padding-top: 10px;
}
.footer-contact .contact-manner li + li {
  margin-left: 20px;
}
.footer-contact .contact-manner li:hover .icon-contact-footer {
  background-position-y: -28px;
}
.footer-contact .contact-manner li:hover .popup-contact {
  display: block;
}
.footer-contact .contact-manner li a {
  display: block;
  width: 28px;
  height: 28px;
}
.footer-contact .contact-manner li .popup-contact {
  display: none;
  left: -85px;
  bottom: 32px;
}
.footer-contact .contact-tel {
  padding-top: 20px;
  color: #fff;
}
.footer-contact .contact-tel .title {
  padding-bottom: 5px;
}
.footer-contact .contact-tel .tel {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.footer-btn {
  padding: 12px 60px 0;
}
.footer-btn a {
  display: block;
  width: 158px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.footer-btn a + a {
  margin-top: 20px;
}

.footer-customer {
  position: relative;
  padding: 2px 0 0;
  text-align: center;
}
.footer-customer .title {
  font-size: 40px;
  line-height: 57px;
  color: #fff;
}
.footer-customer .info {
  padding: 20px 0 54px;
  font-size: 20px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-customer .input-wrap {
  display: flex;
  justify-content: center;
}
.footer-customer .input-wrap .cell {
  display: flex;
  width: 330px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.footer-customer .input-wrap .cell input {
  flex: 1;
  width: 0;
  padding: 14px 16px 14px 20px;
  font-size: 16px;
  line-height: 22px;
  background-color: transparent;
  border: 0;
  outline: none;
  color: white;
}
.footer-customer .input-wrap .cell input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5014);
}
.footer-customer .input-wrap .cell input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5014);
}
.footer-customer .input-wrap .cell input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5014);
}
.footer-customer .input-wrap .cell input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5014);
}
.footer-customer .input-wrap .cell input::placeholder {
  color: rgba(255, 255, 255, 0.5014);
}
.footer-customer .input-wrap .cell .submit {
  position: relative;
  flex-shrink: 0;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.footer-customer .input-wrap .cell .submit:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 24px;
  margin-top: -12px;
  background-color: #979797;
}
.footer-customer .input-wrap .cell + .cell {
  margin-left: 22px;
}

.fixed-bar-right {
  position: fixed;
  top: 70%;
  right: 0;
  z-index: 12;
  width: 90px;
  border-radius: 4px 0 0 4px;
  background: #F4F5F6;
}
.fixed-bar-right .item {
  display: block;
  width: 90px;
  padding: 18px 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #1a2535;
}
.fixed-bar-right .item .icon-bar-right {
  margin: 0 auto 6px;
}
.fixed-bar-right > .item {
  position: relative;
  border-radius: 4px 0 0 0;
}
.fixed-bar-right > .item:hover {
  color: #fff;
  background: #ff8c20;
}
.fixed-bar-right > .item:hover .icon-bar-right {
  background-position-y: -28px;
}
.fixed-bar-right > .item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #e4eaef;
}
.fixed-bar-right .opt-item {
  position: relative;
  margin-left: -10px;
  padding-left: 10px;
}
.fixed-bar-right .opt-item > .item {
  border-radius: 0 0 0 4px;
}
.fixed-bar-right .opt-item:hover > .item {
  color: #fff;
  background: #ff8c20;
}
.fixed-bar-right .opt-item:hover > .item .icon-bar-right {
  background-position-y: -28px;
}
.fixed-bar-right .opt-item:hover .opt-popup-contact {
  display: block;
}
.fixed-bar-right .opt-popup-contact {
  display: none;
  position: absolute;
  top: 0;
  right: 100px;
  white-space: nowrap;
}
.fixed-bar-right .opt-popup-contact .item {
  display: inline-block;
}
.fixed-bar-right .opt-popup-contact .item:hover {
  color: #ff8c20;
}
.fixed-bar-right .opt-popup-contact .item:hover .icon-bar-right {
  background-position-y: -56px;
}

.pagination {
  padding: 10px;
  color: #999;
  font-size: 14px;
  text-align: right;
  line-height: 30px;
}
.pagination .con {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.pagination .vice {
  float: left;
  padding: 0 10px;
  font-size: 0;
}
.pagination .vice a {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  border: 0 none;
  background: none;
  color: #446399;
  font-size: 14px;
  line-height: 32px;
}
.pagination .vice a:hover {
  background: none;
}
.pagination .vice a + a {
  padding-left: 14px;
}
.pagination .vice a + a:after {
  position: absolute;
  left: 7px;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  border-left: 1px solid #ddd;
  content: "";
}
.pagination .page-amount {
  float: left;
}
.pagination .page-amount + .page-links {
  margin-left: 15px;
}
.pagination .page-links {
  float: left;
  font-size: 0;
}
.pagination a, .pagination span, .pagination input[type=text] {
  display: inline-block;
  position: relative;
  min-width: 14px;
  height: 28px;
  padding: 0 8px;
  border: 1px solid #D7DAE0;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
}
.pagination a + *, .pagination span + *, .pagination input[type=text] + * {
  margin-left: -1px;
}
.pagination a:hover {
  text-decoration: none;
  background: #F4F6FB;
}
.pagination span {
  cursor: default;
}
.pagination input[type=text] {
  width: 40px;
  padding: 0 3px;
}
.pagination input[type=text]:hover, .pagination input[type=text]:focus {
  border-color: #ddd;
  z-index: 1;
}
.pagination .prev, .pagination .next {
  padding: 0;
  width: 48px;
  font-size: 0;
}
.pagination .prev:before, .pagination .next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  font-size: 0;
  color: transparent;
  background-image: url(../images/arrow_pagination.png?v=1.02);
  background-image: -webkit-image-set(url(../images/arrow_pagination.png?v=1.02) 1x, url(../images/arrow_pagination@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  content: "";
}
.pagination .prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination .prev:before {
  background-position: 0 0;
}
.pagination .next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pagination .next:before {
  background-position: -12px 0;
}
.pagination span.prev, .pagination span.next {
  color: #ccc;
  cursor: default;
}
.pagination span.prev:hover, .pagination span.next:hover {
  background: none;
}
.pagination span.prev:before, .pagination span.next:before {
  opacity: 0.5;
}
.pagination .current {
  z-index: 1;
  border-color: #4f74aa;
  background: #4f74aa;
  color: #fff;
  cursor: default;
}
.pagination .current:hover {
  background: #4f74aa;
}

.category-tree .cat-title, .category-tree h3 {
  position: relative;
  height: 36px;
}
.category-tree .cat-title a, .category-tree h3 a {
  display: block;
  position: relative;
  height: 36px;
  padding-left: 47px;
  padding-right: 20px;
  color: #8c929a;
  font-size: 14px;
  line-height: 36px;
  white-space: nowrap;
}
.category-tree .cat-title a:hover, .category-tree h3 a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.06);
}
.category-tree .cat-title a:hover:before, .category-tree h3 a:hover:before {
  content: "";
}
.category-tree .cat-title a:hover .icon-arrow, .category-tree h3 a:hover .icon-arrow {
  visibility: visible;
}
.category-tree .cat-title a:before, .category-tree h3 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1000px;
  height: 36px;
  background: rgba(0, 0, 0, 0.06);
}
.category-tree .cat-title a:after, .category-tree h3 a:after {
  display: none;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 20px;
  background: #ff8c20;
  content: "";
}
.category-tree .cat-title s, .category-tree h3 s {
  position: absolute;
  top: 7px;
  left: 11px;
  z-index: 1;
  width: 22px;
  height: 22px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/icon_category_expand.svg?v=1.02);
  background-repeat: no-repeat;
}
.category-tree .cat-title s:hover, .category-tree h3 s:hover {
  background-position-x: -22px;
}
.category-tree .cat-title span, .category-tree h3 span {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
}
.category-tree .cat-title em, .category-tree h3 em {
  margin-left: 3px;
  color: #8c929a;
}
.category-tree .cat-title .icon-arrow, .category-tree h3 .icon-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 11px 2px 0 5px;
  background-image: url(../images/icon_direction_14.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon_direction_14.png?v=1.02) 1x, url(../images/icon_direction_14@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  background-position: -28px 0;
  vertical-align: top;
  visibility: hidden;
}
.category-tree .cat-title .icon-arrow:hover, .category-tree h3 .icon-arrow:hover {
  background-position-y: -14px;
}
.category-tree .cat-title .cat-star, .category-tree h3 .cat-star {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  background-color: #fff;
  background-image: url(../images/icon_star.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon_star.png?v=1.02) 1x, url(../images/icon_star@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  pointer-events: none;
}
.category-tree .cat-title .cat-setop, .category-tree h3 .cat-setop {
  position: absolute;
  top: 8px;
  left: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-image: url(../images/icon_setop.svg?v=1.02);
  background-repeat: no-repeat;
  background-position-y: -18px;
  pointer-events: none;
}
.category-tree .cat-title .opt-side, .category-tree h3 .opt-side {
  position: absolute;
  top: 6px;
  left: 140px;
}
.category-tree .cat-title .opt-side .button, .category-tree h3 .opt-side .button {
  height: 22px;
  padding: 0 5px;
  color: #8c929a;
  line-height: 22px;
}
.category-tree .cat-title .opt-side .button:hover, .category-tree h3 .opt-side .button:hover {
  color: #1a2535;
  background: #fafafa;
}
.category-tree .cat-title .opt-side .button:before, .category-tree h3 .opt-side .button:before {
  display: none;
}
.category-tree .cat-title .opt-side .button span, .category-tree h3 .opt-side .button span {
  font-size: 12px;
}
.category-tree .cat-title .opt-side .button .ibco-sort, .category-tree h3 .opt-side .button .ibco-sort {
  width: 15px;
  height: 15px;
  margin: -2px -2px 0 0;
  background-image: url(../images/icon_sort.svg?v=1.02);
  background-repeat: no-repeat;
}
.category-tree .current.cat-title a, .category-tree h3.current a {
  color: #ff8c20;
  font-weight: 500;
  cursor: default;
}
.category-tree .current.cat-title a:hover, .category-tree h3.current a:hover {
  background: none;
}
.category-tree .current.cat-title a:hover:before, .category-tree h3.current a:hover:before {
  display: none;
}
.category-tree h3 {
  font-weight: normal;
}
.category-tree h3.current a {
  color: #ff8c20;
}
.category-tree h3 a {
  padding-left: 10px;
}
.category-tree h3 a:hover {
  background: none;
}
.category-tree h3 a:hover:before {
  display: none;
}
.category-tree .cat-title {
  background-image: url(../images/icon_category_horiz.svg?v=1.02);
  background-repeat: no-repeat;
  background-position: 23px -1px;
}
.category-tree li {
  position: relative;
  background-image: url(../images/icon_category_verti.svg?v=1.02);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: 4px 0px;
}
.category-tree li > ul {
  display: none;
  padding-left: 27px;
}
.category-tree li:last-child {
  background-repeat: no-repeat;
  background-position-y: -18px;
}
.category-tree > ul > li:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 17px;
  background: #F4F6FB;
  content: "";
}
.category-tree .open > ul {
  display: block;
}
.category-tree .open > .cat-title:before {
  position: absolute;
  top: 28px;
  left: 48px;
  width: 1px;
  height: 10px;
  background-image: url(../images/icon_category_verti.svg?v=1.02);
  background-repeat: no-repeat;
  background-position: -17px 0;
  content: "";
}
.category-tree .open > .cat-title s {
  background-position: 0 -22px;
}
.category-tree li > ul .cat-title a:after {
  left: -27px;
}
.category-tree li > ul ul .cat-title a:after {
  left: -54px;
}
.category-tree li > ul ul ul .cat-title a:after {
  left: -81px;
}
.category-tree li > ul ul ul ul .cat-title a:after {
  left: -108px;
}
.category-tree li > ul ul ul ul ul .cat-title a:after {
  left: -135px;
}

.content-title {
  position: relative;
  padding: 80px 0 20px;
  font-size: 40px;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  color: #1a2535;
}
.content-title.have-bot {
  padding: 100px 0 46px;
  margin-bottom: 80px;
}
.content-title.have-bot::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  background: #1a2535;
}
.content-title .desc {
  padding-top: 6px;
  font-size: 20px;
  line-height: 28px;
  color: #8c929a;
}

.content-title-side {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.content-title-side span {
  color: #4f74aa;
}
.content-title-side i {
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background-image: url(../images/icon_circle_right.svg?v=1.02);
  background-repeat: no-repeat;
}

.content-info {
  padding-bottom: 80px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #3B4B62;
}

.tab-nav {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e4eaef;
}
.tab-nav a {
  position: relative;
  display: inline-block;
  padding: 38px 10px 19px;
  color: #1a2535;
}
.tab-nav a + a {
  margin-left: 40px;
}
.tab-nav a:hover {
  color: #ff8c20;
}
.tab-nav a.current {
  font-weight: 600;
  color: #ff8c20;
}
.tab-nav a.current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 14px;
  height: 3px;
  margin-left: -7px;
  background: #ff8c20;
}
.tab-nav a span {
  font-size: 18px;
  line-height: 25px;
}

.nav-path-wrap {
  padding: 20px 0 0;
  height: 60px;
  background: #fff;
}
.nav-path-wrap .path-cell {
  display: flex;
  align-items: center;
  width: 1000px;
  padding: 10px 0;
  margin: 0 auto;
}
.nav-path-wrap .path-cell a {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #ff8c20;
}
.nav-path-wrap .path-cell a.current {
  color: #1a2535;
  cursor: default;
}
.nav-path-wrap .path-cell i {
  position: relative;
  top: -2px;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_down.svg?v=1.02);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.arrow-position {
  position: absolute;
  top: -12px;
}
.arrow-position .arrow {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  overflow: hidden;
  border-style: solid;
  border-width: 6px;
  pointer-events: none;
}
.arrow-position i.arrow {
  top: 0;
  border-color: transparent transparent #eee transparent;
}
.arrow-position s.arrow {
  top: 1px;
  border-color: transparent transparent #fff transparent;
}
.arrow-position.ap-bottom {
  top: auto;
  bottom: 0;
}
.arrow-position.ap-bottom i.arrow {
  border-color: #eee transparent transparent transparent;
}
.arrow-position.ap-bottom s.arrow {
  top: -1px;
  border-color: #fff transparent transparent transparent;
}

.popup-official {
  position: absolute;
  z-index: 1000;
}
.popup-official .cell a {
  display: block;
  padding: 14px 24px;
  color: #1a2535;
}
.popup-official .cell a:hover, .popup-official .cell a.current {
  color: #fff;
  background: #ff8c20;
}

.popup-contact {
  position: absolute;
  z-index: 10000;
}
.popup-contact ul {
  display: flex;
}
.popup-contact li {
  padding: 30px 20px 10px;
}
.popup-contact li .qrcode {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.popup-contact li .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
}
.popup-contact li .info {
  padding-top: 10px;
  font-size: 14px;
  text-align: center;
  color: #5e6671;
  white-space: nowrap;
}

.popup-gray {
  position: absolute;
  min-width: 100px;
  padding: 14px 16px 14px;
  color: #fff;
  z-index: 10010;
  background: rgba(59, 75, 98, 0.9);
  border-radius: 4px;
  box-shadow: 2px 4px 40px 0 rgba(0, 0, 0, 0.1);
}
.popup-gray .arrow {
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom-color: rgba(59, 75, 98, 0.9);
}
.popup-gray p {
  font-size: 14px;
  line-height: 23px;
}
.popup-gray.bt-arrow .arrow {
  top: auto;
  bottom: -12px;
  border-top-color: rgba(59, 75, 98, 0.9);
  border-bottom-color: transparent;
}

.icon-contact-footer {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_contact_footer.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-contact-footer.icf-wx {
  background-position-x: 0px;
}
.icon-contact-footer.icf-qq {
  background-position-x: -28px;
}
.icon-contact-footer.icf-sina {
  background-position-x: -56px;
}

.icon-bar-right {
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_bar_right.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-bar-right.ibr-product {
  background-position-x: 0px;
}
.icon-bar-right.ibr-contact {
  background-position-x: -28px;
}
.icon-bar-right.ibr-chat {
  background-position-x: -56px;
}
.icon-bar-right.ibr-write {
  background-position-x: -84px;
}

.icon-program-check {
  display: block;
  width: 140px;
  height: 140px;
  background-image: url(../images/icon_program_check.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-program-check.ipc-project {
  background-position-x: 0px;
}
.icon-program-check.ipc-retail {
  background-position-x: -140px;
}
.icon-program-check.ipc-people {
  background-position-x: -280px;
}
.icon-program-check.ipc-company {
  background-position-x: -420px;
}

.icon-program-challenge {
  display: block;
  width: 142px;
  height: 118px;
  background-image: url(../images/icon_program_challenge.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-program-challenge.ipc-progress {
  background-position-x: 0px;
}
.icon-program-challenge.ipc-manage {
  background-position-x: -142px;
}
.icon-program-challenge.ipc-results {
  background-position-x: -284px;
}
.icon-program-challenge.ipc-client {
  background-position-x: -426px;
}
.icon-program-challenge.ipc-transform {
  background-position-x: -568px;
}
.icon-program-challenge.ipc-assets {
  background-position-x: -710px;
}
.icon-program-challenge.ipc-job {
  background-position-x: -852px;
}
.icon-program-challenge.ipc-attendance {
  background-position-x: -994px;
}
.icon-program-challenge.ipc-all {
  background-position-x: -1136px;
}
.icon-program-challenge.ipc-file {
  background-position-x: -1278px;
}
.icon-program-challenge.ipc-model {
  background-position-x: -1420px;
}
.icon-program-challenge.ipc-chat {
  background-position-x: -1562px;
}

.icon-comint-check {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/icon_comint_check.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-comint-check.icc-develop {
  background-position-x: 0px;
}
.icon-comint-check.icc-honor {
  background-position-x: -100px;
}
.icon-comint-check.icc-patent {
  background-position-x: -200px;
}
.icon-comint-check.icc-feature {
  background-position-x: -300px;
}

.icon-safe {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  width: 85px;
  height: 85px;
  margin-top: -43px;
  background-image: url(../images/icon_safe.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon_safe.png?v=1.02) 1x, url(../images/icon_safe@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}
.icon-safe.isafe-csip {
  background-position-x: 0px;
}
.icon-safe.isafe-csa {
  background-position-x: -85px;
}
.icon-safe.isafe-iso {
  background-position-x: -170px;
}
.icon-safe.isafe-cloud {
  background-position-x: -255px;
}
.icon-safe.isafe-djcp {
  background-position-x: -340px;
}

.icon-joinadv {
  position: relative;
  background-image: url(../images/icon_joinadv.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-joinadv.ija-root {
  background-position-x: 0px;
}
.icon-joinadv.ija-datasafe {
  background-position-x: -72px;
}
.icon-joinadv.ija-optsim {
  background-position-x: -144px;
}
.icon-joinadv.ija-scewide {
  background-position-x: -216px;
}
.icon-joinadv.ija-workfoot {
  background-position-x: -288px;
}
.icon-joinadv.ija-crossplat {
  background-position-x: -360px;
}
.icon-joinadv.ija-market {
  background-position-x: -432px;
}
.icon-joinadv.ija-bigreturn {
  background-position-x: -504px;
}
.icon-joinadv.ija-norisk {
  background-position-x: -576px;
}
.icon-joinadv.ija-threshold {
  background-position-x: -648px;
}
.icon-joinadv.ija-server {
  background-position-x: -720px;
}
.icon-joinadv.ija-brand {
  background-position-x: -792px;
}

.icon-qrcode {
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/icon-qrcode.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon-qrcode.png?v=1.02) 1x, url(../images/icon-qrcode@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}

.icon-download {
  display: block;
  background-image: url(../images/icon-download.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon-download.png?v=1.02) 1x, url(../images/icon-download@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}
.icon-download.icon-window {
  width: 90px;
  height: 90px;
  background-position: 0 0;
}
.icon-download.icon-mac {
  width: 79px;
  height: 90px;
  background-position: -95px 0;
}

.download-item:hover .icon-download.icon-window {
  background-position: 0 -94px;
}
.download-item:hover .icon-download.icon-mac {
  background-position: -95px -94px;
}

main {
  position: relative;
  max-width: 100%;
  min-height: calc(100vh - 393px);
  overflow: hidden;
}

.section-inner {
  width: 1100px;
  margin: 0 auto;
}

.highlights-wrap {
  display: flex;
}
.highlights-wrap li {
  flex: 1;
  text-align: center;
}
.highlights-wrap li .pic {
  width: 308px;
  height: 228px;
  margin: 0 auto;
}
.highlights-wrap li .name {
  padding: 26px 0 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}
.highlights-wrap li .info {
  font-size: 16px;
  line-height: 22px;
  color: #3B4B62;
}
.highlights-wrap .hlpic-money {
  background-image: url(../images/highlight0.png?v=1.02);
  background-image: -webkit-image-set(url(../images/highlight0.png?v=1.02) 1x, url(../images/highlight0@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}
.highlights-wrap .hlpic-people {
  background-image: url(../images/highlight1.png?v=1.02);
  background-image: -webkit-image-set(url(../images/highlight1.png?v=1.02) 1x, url(../images/highlight1@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}
.highlights-wrap .hlpic-things {
  background-image: url(../images/highlight2.png?v=1.02);
  background-image: -webkit-image-set(url(../images/highlight2.png?v=1.02) 1x, url(../images/highlight2@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}

.product-introduce-index .content-title {
  margin-bottom: 0;
}
.product-introduce-index .proint-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1090px;
  height: 640px;
  margin: 0 auto;
}
.product-introduce-index .proint-item:nth-child(2n - 1) {
  flex-direction: row-reverse;
}
.product-introduce-index .proint-item:nth-child(2n - 1) .pc-phone-wrap {
  right: 41px;
}
.product-introduce-index .proint-item.proint-reviewres .pc-phone-wrap .pc {
  box-shadow: none;
}
.product-introduce-index .introduce-details .icon-proint-index {
  display: block;
  width: 70px;
  height: 70px;
}
.product-introduce-index .introduce-details .title {
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  color: #1a2535;
}
.product-introduce-index .introduce-details .info {
  padding-top: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #3B4B62;
}
.product-introduce-index .pc-phone-wrap {
  position: relative;
}
.product-introduce-index .pc-phone-wrap .pc {
  position: relative;
  width: 436px;
  height: 286px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(170, 175, 187, 0.3);
}
.product-introduce-index .pc-phone-wrap .phone {
  position: absolute;
  right: -60px;
  bottom: -92px;
  width: 134px;
  height: 288px;
  box-shadow: 0 5px 40px 0 rgba(26, 37, 53, 0.2);
  border-radius: 4px;
}
.product-introduce-index .pc-phone-wrap .pc img, .product-introduce-index .pc-phone-wrap .phone img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.product-introduce-index.pro-service .pc-phone-wrap .pc {
  width: 450px;
  height: 320px;
}
.product-introduce-index.pro-coop {
  position: relative;
}
.product-introduce-index.pro-coop:after {
  content: "";
  position: absolute;
  top: 750px;
  left: 50%;
  bottom: 300px;
  width: 208px;
  height: 1555px;
  margin-left: -143px;
  background-image: url(../images/icon_path_dashed.svg?v=1.02);
  background-repeat: no-repeat;
}
.product-introduce-index.pro-coop .proint-item {
  position: relative;
  width: 1100px;
  height: 600px;
  z-index: 1;
}
.product-introduce-index.pro-coop .pc-phone-wrap .pc {
  width: 450px;
  height: 300px;
  box-shadow: none;
}
.product-introduce-index.pro-review .proint-item {
  height: 600px;
}

.icon-proint-index {
  background-image: url(../images/icon_proint_index.svg?v=1.02);
  background-repeat: no-repeat;
}
.icon-proint-index.ipi-groupchat {
  background-position-x: 0px;
}
.icon-proint-index.ipi-work {
  background-position-x: -70px;
}
.icon-proint-index.ipi-mine {
  background-position-x: -140px;
}
.icon-proint-index.ipi-hr {
  background-position-x: -210px;
}
.icon-proint-index.ipi-progress {
  background-position-x: -280px;
}
.icon-proint-index.ipi-manage {
  background-position-x: -350px;
}
.icon-proint-index.ipi-results {
  background-position-x: -420px;
}
.icon-proint-index.ipi-client {
  background-position-x: -490px;
}
.icon-proint-index.ipi-transform {
  background-position-x: -560px;
}
.icon-proint-index.ipi-assets {
  background-position-x: -630px;
}
.icon-proint-index.ipi-attendance {
  background-position-x: -700px;
}
.icon-proint-index.ipi-all {
  background-position-x: -770px;
}
.icon-proint-index.ipi-file {
  background-position-x: -840px;
}
.icon-proint-index.ipi-model {
  background-position-x: -910px;
}
.icon-proint-index.ipi-chat {
  background-position-x: -980px;
}
.icon-proint-index.ipi-online {
  background-position-x: -1050px;
}
.icon-proint-index.ipi-remotely {
  background-position-x: -1120px;
}
.icon-proint-index.ipi-visit {
  background-position-x: -1190px;
}
.icon-proint-index.ipi-account {
  background-position-x: -1260px;
}
.icon-proint-index.ipi-reldata {
  background-position-x: -1330px;
}
.icon-proint-index.ipi-reviewres {
  background-position-x: -1400px;
}
.icon-proint-index.ipi-union {
  background-position-x: -1470px;
}
.icon-proint-index.ipi-share {
  background-position-x: -1540px;
}
.icon-proint-index.ipi-money {
  background-position-x: -1610px;
}
.icon-proint-index.ipi-withdraw {
  background-position-x: -1680px;
}

.product-program .section-inner {
  position: relative;
}
.product-program .content-title {
  font-size: 36px;
}
.product-program .content-title-side {
  position: absolute;
  top: 120px;
  right: 0;
}
.product-program .program-wrap {
  margin-bottom: -10px;
}

.program-wrap {
  font-size: 0;
}
.program-wrap li {
  display: inline-block;
  width: 340px;
  margin-bottom: 100px;
}
.program-wrap li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.program-wrap li a {
  display: block;
}
.program-wrap li .pic {
  width: 340px;
  height: 226px;
  border-radius: 4px;
  overflow: hidden;
}
.program-wrap li .pic img {
  display: block;
  width: 340px;
  height: 226px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.5s ease;
}
.program-wrap li .pic:hover img {
  transform: scale(1.1);
}
.program-wrap li .desc {
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(59, 75, 98, 0.6);
}
.program-wrap li .info {
  padding-top: 5px;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.program-wrap li .name {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.program-wrap li .position {
  display: flex;
  padding-top: 5px;
  font-size: 0;
}
.program-wrap li .position img {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  border-radius: 50%;
}
.program-wrap li .position span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #5e6671;
}

.program-check-wrap {
  display: flex;
  padding-bottom: 75px;
}
.program-check-wrap li {
  flex: 1;
}
.program-check-wrap a {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.program-check-wrap a i {
  margin: 0 auto;
}
.program-check-wrap a span {
  display: block;
  padding-top: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 42px;
}
.program-check-wrap a:hover i, .program-check-wrap a.current i {
  background-position-y: -140px;
}

.program-challenge-wrap {
  display: flex;
  padding-bottom: 40px;
}
.program-challenge-wrap li {
  flex: 1;
}
.program-challenge-wrap li i {
  margin: 0 auto;
}
.program-challenge-wrap li span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.application-price .content-title {
  padding-bottom: 30px;
}

.price-openoffice {
  position: relative;
  padding: 60px 0;
  text-align: center;
  background: #1A2535;
}
.price-openoffice:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.price-openoffice .title {
  font-size: 32px;
  line-height: 45px;
  color: #fff;
}
.price-openoffice .cont {
  padding: 30px 0;
  color: #fff;
}
.price-openoffice .cont .price-box span {
  font-size: 60px;
  line-height: 84px;
}
.price-openoffice .cont .price-box strong {
  padding: 0 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 84px;
}
.price-openoffice .cont .price-box s {
  font-size: 20px;
  line-height: 28px;
}
.price-openoffice .info {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}
.price-openoffice .action {
  margin-top: 50px;
}
.price-openoffice .action .button {
  width: 198px;
  height: 48px;
  line-height: 48px;
}
.price-openoffice .action .button span {
  font-size: 18px;
}

.price-textwrap {
  padding: 95px 0 65px;
}
.price-textwrap .cell {
  padding: 45px 0;
}
.price-textwrap .headline {
  position: relative;
  padding-left: 21px;
  font-size: 40px;
  line-height: 62px;
}
.price-textwrap .headline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 28px;
  margin-top: -14px;
  background: #ff8c20;
}
.price-textwrap ul {
  padding: 20px 0;
  font-size: 0;
}
.price-textwrap li {
  position: relative;
  display: inline-block;
  width: calc(50% - 20px);
  padding: 10px 0 10px 20px;
  font-size: 18px;
  line-height: 25px;
  color: #5e6671;
}
.price-textwrap li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background: #ff8c20;
}

.application-brand .program-wrap {
  padding: 80px 0 0;
  margin-bottom: -50px;
}
.application-brand .pagination {
  padding-bottom: 80px;
  text-align: center;
}

.application-brand-detail {
  padding-bottom: 100px;
  background: #F4F6FB;
}

.abd-company-info {
  display: flex;
  width: 900px;
  padding: 60px 50px;
  margin: 0 auto;
}
.abd-company-info img {
  flex-shrink: 0;
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.abd-company-info .cont {
  flex: 1;
  min-width: 0;
  padding-left: 30px;
}
.abd-company-info .cont .dl-group {
  font-size: 0;
}
.abd-company-info .cont .dl-group dl {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 90px);
}
.abd-company-info .cont dl {
  position: relative;
  padding-left: 90px;
  margin: 5px 0;
  font-size: 16px;
  line-height: 28px;
}
.abd-company-info .cont dt {
  position: absolute;
  top: 0;
  left: 0;
  color: #8c929a;
  width: 80px;
}
.abd-box {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(170, 175, 187, 0.3);
}
.abd-box + .abd-box {
  margin-top: 60px;
}

.chairman-quota {
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}
.chairman-quota .cont {
  position: relative;
  width: 520px;
  padding: 30px 34px;
  font-size: 16px;
  line-height: 36px;
  color: #5e6671;
}
.chairman-quota .cont:before, .chairman-quota .cont:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  background-image: url(../images/icon_quota.svg?v=1.02);
  background-repeat: no-repeat;
}
.chairman-quota .cont:before {
  top: 0;
  left: 0;
}
.chairman-quota .cont:after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.chairman-quota .head-cell {
  text-align: center;
  margin-left: 60px;
}
.chairman-quota .head-cell img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.chairman-quota .head-cell .name {
  padding-top: 34px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.chairman-quota .head-cell .position {
  padding-top: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #8c929a;
}

.abd-effect-table table {
  width: 100%;
}
.abd-effect-table table th, .abd-effect-table table td {
  width: calc(100% / 3);
  font-size: 16px;
}
.abd-effect-table table th:not(:last-child), .abd-effect-table table td:not(:last-child) {
  border-right: 1px solid #e4eaef;
}
.abd-effect-table table th {
  padding: 20px 20px;
}
.abd-effect-table table td {
  padding: 33px 20px;
  text-align: center;
  border-top: 1px solid #e4eaef;
}
.abd-effect-table table .abd-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.abd-effect-table table .abd-title span {
  position: relative;
  padding-left: 8px;
}
.abd-effect-table table .abd-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  background: #ff8c20;
}

.help-mv {
  padding: 40px 0;
}
.help-mv .cell {
  width: 814px;
  margin: 0 auto;
}
.help-mv .title {
  display: flex;
  align-items: center;
}
.help-mv .title i {
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_mv_manner.svg?v=1.02);
  background-repeat: no-repeat;
}
.help-mv .title i.mv-mobile {
  background-position-x: 0;
}
.help-mv .title i.mv-web {
  background-position-x: -28px;
}
.help-mv .title span {
  padding-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.help-mv .video-list {
  margin-top: -6px;
  margin-bottom: 18px;
  font-size: 0;
}
.help-mv .video-list li {
  display: inline-block;
  padding: 22px 0;
}
.help-mv .video-list li:not(:nth-child(3n)) {
  margin-right: 46px;
}
.help-mv .video-list a {
  display: block;
  position: relative;
  width: 240px;
  height: 154px;
  overflow: hidden;
  border-radius: 6px;
}
.help-mv .video-list [class^=icon-preview] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.help-mv .video-list [class^=icon-preview]:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  background-image: url(../images/icon_product_video.svg?v=1.02);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.help-mv .video-list strong {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 11px 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  text-align: center;
  word-wrap: break-word;
}
.help-mv .mvl-office [class^=icon-preview] {
  background-color: #10B6C8;
}
.help-mv .mvl-office [class^=icon-preview]:after {
  background-position-x: 0px;
}
.help-mv .mvl-task [class^=icon-preview] {
  background-color: #0ABA8E;
}
.help-mv .mvl-task [class^=icon-preview]:after {
  background-position-x: -32px;
}
.help-mv .mvl-chat [class^=icon-preview] {
  background-color: #4375AF;
}
.help-mv .mvl-chat [class^=icon-preview]:after {
  background-position-x: -64px;
}
.help-mv .mvl-schedule [class^=icon-preview] {
  background-color: #F7B216;
}
.help-mv .mvl-schedule [class^=icon-preview]:after {
  background-position-x: -96px;
}
.help-mv .mvl-circle [class^=icon-preview] {
  background-color: #4EAABA;
}
.help-mv .mvl-circle [class^=icon-preview]:after {
  background-position-x: -128px;
}
.help-mv .mvl-file [class^=icon-preview] {
  background-color: #668AEF;
}
.help-mv .mvl-file [class^=icon-preview]:after {
  background-position-x: -160px;
}
.help-mv .mvl-tag [class^=icon-preview] {
  background-color: #8278F2;
}
.help-mv .mvl-tag [class^=icon-preview]:after {
  background-position-x: -192px;
}
.help-mv .mvl-manage [class^=icon-preview] {
  background-color: #7D88A0;
}
.help-mv .mvl-manage [class^=icon-preview]:after {
  background-position-x: -224px;
}
.help-mv .mvl-office-web [class^=icon-preview] {
  background-color: #F28255;
}
.help-mv .mvl-office-web [class^=icon-preview]:after {
  background-position-x: -256px;
}
.help-mv .mvl-file-web [class^=icon-preview] {
  background-color: #57B7E6;
}
.help-mv .mvl-file-web [class^=icon-preview]:after {
  background-position-x: -288px;
}

.help-question {
  padding: 40px 0 60px;
}
.help-question .section-inner {
  display: flex;
}
.help-question .hq-left {
  width: 223px;
  padding: 14px 0 0;
  height: 676px;
  flex-shrink: 0;
  background: #F4F6FB;
  border: 1px solid #e4eaef;
  border-radius: 4px;
}
.help-question .hq-left .category-tree {
  margin-top: 5px;
  padding: 0 10px;
  height: calc(100% - 26px);
  overflow: auto;
}
.help-question .hq-left .category-tree > ul {
  float: left;
  min-width: 100%;
}
.help-question .hq-left .category-tree > ul > li > .cat-title a {
  font-size: 16px;
  color: #1a2535;
}
.help-question .hq-left .category-tree > ul > li > .cat-title.current a {
  color: #ff8c20;
}
.help-question .hq-wrap {
  flex: 1;
  margin-left: 70px;
}
.help-question .hq-wrap .hq-list {
  min-height: 630px;
}
.help-question .hq-wrap .pagination {
  padding: 60px 0 0;
  text-align: left;
}

.hq-title {
  padding: 0 10px;
  font-size: 0;
}
.hq-title .icon-hot {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 16px;
  background-image: url(../images/icon_hot.svg?v=1.02);
  background-repeat: no-repeat;
}
.hq-title span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.hq-path {
  display: flex;
  align-items: center;
}
.hq-path a, .hq-path span {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ff8c20;
}
.hq-path a.current, .hq-path span.current {
  cursor: default;
  color: #1a2535;
}
.hq-path i {
  margin: 0 5px;
  font-weight: 600;
}

.hq-list li {
  padding: 18px 0;
  border-bottom: 1px solid #e4eaef;
}
.hq-list li .question {
  font-size: 16px;
  line-height: 22px;
  color: #5e6671;
}
.hq-list li .question a {
  color: #5e6671;
}
.hq-list li .info {
  padding-top: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #8c929a;
}
.hq-list li:hover .question a {
  color: #ff8c20;
}

.help-customer {
  padding: 100px 0;
}
.help-customer .section-inner {
  display: flex;
  justify-content: center;
}
.help-customer .hcst-manner + .hcst-manner {
  margin-left: 100px;
}

.hcst-manner {
  width: 304px;
  padding: 96px 58px 50px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 25px 0 rgba(170, 175, 187, 0.3);
}
.hcst-manner.hm-tel {
  border-top: 4px solid #2777F8;
}
.hcst-manner.hm-chat {
  position: relative;
  border-top: 4px solid #1FA5FE;
}
.hcst-manner.hm-chat .button {
  pointer-events: all;
  cursor: pointer;
}
.hcst-manner.hm-chat .feedback-history-enter {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #ff8c20;
}
.hcst-manner.hm-chat .feedback-history-enter:hover {
  color: #f08400;
}
.hcst-manner.hm-email {
  border-top: 4px solid #00B6C9;
}
.hcst-manner.hm-person {
  border-top: 4px solid #7194BC;
}
.hcst-manner .icon-hcst {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/icon_hcst.svg?v=1.02);
  background-repeat: no-repeat;
  border-radius: 50%;
}
.hcst-manner .icon-hcst.ihcst-chat {
  background-position-x: -60px;
}
.hcst-manner .icon-hcst.ihcst-email {
  background-position-x: -120px;
}
.hcst-manner .icon-hcst.ihcst-person {
  background-image: url(../images/icon_hcst_ljf.jpg?v=1.02);
  background-repeat: no-repeat;
  background-size: contain;
}
.hcst-manner .title {
  font-size: 20px;
  line-height: 28px;
  padding: 18px 0 23px;
}
.hcst-manner .info {
  padding-bottom: 46px;
  min-height: 44px;
  font-size: 16px;
  line-height: 22px;
  color: #8c929a;
}
.hcst-manner .button {
  display: block;
  height: 46px;
  line-height: 46px;
  pointer-events: none;
  cursor: default;
}
.hcst-manner .button span {
  font-size: 17px;
}

.company-introduce-check .comint-check-wrap {
  display: flex;
  justify-content: center;
  padding: 52px 0;
}
.company-introduce-check .comint-check-wrap li + li {
  margin-left: 44px;
}
.company-introduce-check .comint-check-wrap a {
  position: relative;
  display: block;
  width: 240px;
  padding: 40px 0 49px;
  text-align: center;
  border-radius: 4px;
}
.company-introduce-check .comint-check-wrap a:hover, .company-introduce-check .comint-check-wrap a.current {
  background: #F4F6FB;
}
.company-introduce-check .comint-check-wrap a:hover span, .company-introduce-check .comint-check-wrap a.current span {
  font-weight: 600;
  color: #ff8c20;
}
.company-introduce-check .comint-check-wrap a:hover:after, .company-introduce-check .comint-check-wrap a.current:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  border-top: 10px solid #F4F6FB;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.company-introduce-check .comint-check-wrap a i {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
}
.company-introduce-check .comint-check-wrap a span {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  line-height: 26px;
  color: #5e6671;
}

.develop-progress .section-inner {
  width: 1135px;
}

.develop-wrap {
  padding: 0 0 50px;
}
.develop-wrap li {
  position: relative;
  box-sizing: border-box;
  width: 50%;
}
.develop-wrap li:before {
  content: "";
  position: absolute;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3B4B62;
  box-shadow: 0 1px 6px 0 rgba(255, 140, 32, 0.26);
}
.develop-wrap li:nth-child(odd) {
  border-right: 1px solid #D8E1ED;
  padding-right: 50px;
  text-align: right;
}
.develop-wrap li:nth-child(odd):before {
  right: -4px;
}
.develop-wrap li:nth-child(even) {
  margin-left: calc(50% - 1px);
  border-left: 1px solid #D8E1ED;
  padding-left: 53px;
  text-align: left;
}
.develop-wrap li:nth-child(even):before {
  left: -4px;
}
.develop-wrap li:first-child:before {
  top: 5px;
  right: -19px;
  width: 20px;
  height: 18px;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  background-image: url(../images/icon_flag.svg?v=1.02);
  background-repeat: no-repeat;
}
.develop-wrap li:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 10px;
  top: 18px;
  background-color: #fff;
}
.develop-wrap .year {
  font-size: 22px;
  font-weight: bold;
  font-family: HelveticaNeue;
  line-height: 28px;
  color: #1a2535;
}
.develop-wrap .cont {
  padding: 7px 0 36px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #3B4B62;
  word-wrap: break-word;
  word-break: break-all;
}

.team-honor .team-wrap {
  padding: 0 0 40px;
}
.team-honor .team-text {
  margin: 0 25px;
}
.team-honor .team-text p {
  padding-top: 30px;
}
.team-honor .team-text p em {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.team-honor .team-text p span {
  font-size: 16px;
  line-height: 30px;
  color: #5e6671;
  letter-spacing: 1px;
}
.team-honor .team-pic {
  width: 1046px;
  height: 690px;
  margin: 40px auto 0;
  background-image: url(../images/honor_medal.png?v=1.02);
  background-image: -webkit-image-set(url(../images/honor_medal.png?v=1.02) 1x, url(../images/honor_medal@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
  background-size: contain;
}

.aboutus-patent .acount {
  margin-left: 60px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.aboutus-patent .acount em {
  color: #ea4f3f;
}
.aboutus-patent ul {
  display: flex;
  align-items: center;
  padding: 15px 0;
  min-height: 50px;
}
.aboutus-patent ul li {
  flex: 1;
  padding: 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
.aboutus-patent ul li a {
  color: #4f74aa;
}
.aboutus-patent ul .apply-num {
  padding-left: 60px;
}
.aboutus-patent ul .name {
  flex: 1.3;
}
.aboutus-patent ul .opt {
  flex: 0.7;
}
.aboutus-patent .patent-wrap .pagination {
  padding: 60px 0;
  text-align: center;
}
.aboutus-patent .patent-list ul:nth-child(2n - 1) {
  background: #F4F6FB;
}

.corporate-curture .content-title {
  padding: 50px 0;
  font-size: 30px;
  line-height: 42px;
}

.corpcur-wrap {
  padding: 0 0 50px;
}
.corpcur-wrap ul {
  display: flex;
  justify-content: center;
}
.corpcur-wrap li {
  position: relative;
  flex-shrink: 0;
  width: 276px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 20px 0 rgba(170, 175, 187, 0.3);
}
.corpcur-wrap li:before {
  content: "";
  display: block;
  width: 276px;
  height: 195px;
  border-radius: 6px 6px 0 0;
  background-image: url(../images/icon_curture.png?v=1.02);
  background-image: -webkit-image-set(url(../images/icon_curture.png?v=1.02) 1x, url(../images/icon_curture@2x.png?v=1.02) 2x);
  background-repeat: no-repeat;
}
.corpcur-wrap li + li {
  margin-left: 24px;
}
.corpcur-wrap li .corpcur-details {
  padding: 15px 18px;
}
.corpcur-wrap li .corpcur-details strong, .corpcur-wrap li .corpcur-details span {
  display: block;
}
.corpcur-wrap li .corpcur-details strong {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #1a2535;
}
.corpcur-wrap li .corpcur-details span {
  font-size: 16px;
  line-height: 22px;
}
.corpcur-wrap li .corpcur-details .info {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #8c929a;
}
.corpcur-wrap li:nth-child(1):before {
  background-position-x: 0px;
}
.corpcur-wrap li:nth-child(2):before {
  background-position-x: -276px;
}
.corpcur-wrap li:nth-child(3):before {
  background-position-x: -552px;
}
.corpcur-wrap li:nth-child(4):before {
  background-position-x: -828px;
}
.corpcur-wrap li:nth-child(5):before {
  background-position-x: -1104px;
}

.aboutus-brand .us-brand-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 556px;
  margin: 0 auto;
}
.aboutus-brand .us-brand-cell:nth-child(2n) {
  flex-direction: row-reverse;
}
.aboutus-brand .pic-wrap {
  width: 432px;
  height: 320px;
}
.aboutus-brand .pic-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus-brand .word strong {
  font-size: 30px;
  font-family: Helvetica;
  line-height: 36px;
  font-weight: bold;
}
.aboutus-brand .word .info {
  padding: 16px 0 28px;
  font-size: 16px;
  line-height: 28px;
  color: #3B4B62;
}
.aboutus-brand .word .button {
  width: 198px;
  height: 46px;
  line-height: 46px;
}
.aboutus-brand .word .button span {
  font-size: 18px;
}

.aboutus-contact {
  padding: 0 0 50px;
}
.aboutus-contact .content-title {
  padding: 50px 0;
  font-size: 30px;
}
.aboutus-contact .section-inner {
  display: flex;
}
.aboutus-contact .hcst-manner {
  width: 250px;
  padding: 56px 45px 30px;
}
.aboutus-contact .hcst-manner + .hcst-manner {
  margin-left: 40px;
}
.aboutus-contact .hcst-manner .title {
  padding: 20px 0 16px;
  font-size: 18px;
  line-height: 25px;
}
.aboutus-contact .hcst-manner .info {
  min-height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.work-addr .section-inner {
  width: 1090px;
}
.work-addr .content-title {
  padding: 50px 0 17px;
  font-size: 30px;
  line-height: 62px;
}
.work-addr .content-info {
  font-size: 20px;
  line-height: 28px;
}

.workaddr-wrap {
  padding-bottom: 45px;
}
.workaddr-wrap .map-wrap {
  position: relative;
  height: 263px;
}
.workaddr-wrap .map-wrap .addr-popup {
  width: 221px;
  padding: 14px 30px 14px 17px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(26, 37, 53, 0.12);
  cursor: pointer;
}
.workaddr-wrap .map-wrap .addr-popup .name {
  font-size: 18px;
  line-height: 25px;
  color: #1a2535;
}
.workaddr-wrap .map-wrap .addr-popup .info {
  padding-top: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #3B4B62;
  word-wrap: break-word;
  word-break: break-all;
}
.workaddr-wrap .map-wrap .addr-popup .arrow {
  position: absolute;
  left: 87px;
  bottom: -15px;
  border-top: 16px solid #fff;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  transform: rotate(3deg);
}
.workaddr-wrap .map-wrap .addr-popup u.arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: block;
}
.workaddr-wrap .map-wrap .addr-popup u.arrow-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-right: 1px solid #AAAFBB;
  border-bottom: 1px solid #AAAFBB;
  transform: rotate(-45deg);
}
.workaddr-wrap .map-wrap .addr-popup u.arrow-right:hover:after {
  border-color: #1a2535;
}
.workaddr-wrap .map-location {
  position: absolute;
}
.workaddr-wrap .map-location .addr-popup {
  position: relative;
  margin-bottom: 10px;
  left: -90px;
}
.workaddr-wrap .addr-wrap {
  margin: 55px 45px 0;
  counter-reset: addr-list;
}
.workaddr-wrap .icon-coordinate {
  display: block;
  padding: 10px;
  margin-left: -17px;
}
.workaddr-wrap .icon-coordinate i {
  display: block;
  width: 15px;
  height: 25px;
  background-image: url(../images/icon_coordinate.svg?v=1.02);
  background-repeat: no-repeat;
}
.workaddr-wrap .addr-item {
  position: relative;
  display: block;
  float: left;
  box-sizing: border-box;
  width: calc((100% + 38px) / 3 - 38px);
  height: 97px;
  padding: 12px 6px 10px 44px;
  border: 1px solid #D8E1ED;
  border-radius: 4px;
  counter-increment: addr-list;
}
.workaddr-wrap .addr-item i {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 19px;
  height: 23px;
  background-image: url(../images/icon_addr_list.svg?v=1.02);
  background-repeat: no-repeat;
}
.workaddr-wrap .addr-item i:before {
  content: counter(addr-list);
  display: block;
  text-align: center;
  color: #fff;
  transform: translateY(-1px) scale(0.8);
}
.workaddr-wrap .addr-item .name {
  font-size: 18px;
  line-height: 25px;
  color: #1a2535;
}
.workaddr-wrap .addr-item .info {
  padding-top: 6px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(26, 37, 53, 0.8);
}
.workaddr-wrap .addr-item:hover, .workaddr-wrap .addr-item.current {
  padding: 11px 5px 9px 43px;
  border: 2px solid #3B4B62;
  background-color: rgba(67, 117, 175, 0.04);
}
.workaddr-wrap .addr-item:hover i, .workaddr-wrap .addr-item.current i {
  top: 11px;
  left: 11px;
}
.workaddr-wrap .addr-item:hover .name, .workaddr-wrap .addr-item.current .name {
  font-weight: 500;
}
.workaddr-wrap .addr-item:not(:nth-child(3n)) {
  margin-right: 38px;
}
.workaddr-wrap .addr-item:not(:nth-child(-n + 3)) {
  margin-top: 40px;
}

.join-qua-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 600px;
}
.join-qua-cell:nth-child(2n) {
  flex-direction: row-reverse;
}
.join-qua-cell.jqc-member .pic {
  width: 450px;
  height: 300px;
}
.join-qua-cell .pic {
  width: 556px;
  height: 370px;
}
.join-qua-cell .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.join-qua-cell .word i {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../images/icon_join_tick.svg?v=1.02);
  background-repeat: no-repeat;
  background-size: contain;
}
.join-qua-cell .word strong {
  display: block;
  padding-top: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.buscoop-form {
  width: 660px;
  margin: -5px auto 0;
}
.buscoop-form dl + dl {
  margin-top: 15px;
}
.buscoop-form dl.dl-required dt {
  padding-left: 10px;
}
.buscoop-form dl.dl-required dt span:before {
  content: "*";
  position: absolute;
  left: -2px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #FF4B30;
}
.buscoop-form dt {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  line-height: 22px;
}
.buscoop-form .input {
  padding: 12px 10px;
  font-size: 16px;
  line-height: 22px;
}
.buscoop-form .input:focus {
  border-color: #ff8c20;
}
.buscoop-form .select-wrap {
  float: none;
  height: 46px;
}
.buscoop-form .select-wrap select {
  padding-left: 11px;
  font-size: 16px;
}
.buscoop-form .button {
  display: block;
  width: 318px;
  height: 48px;
  line-height: 48px;
  margin: 80px auto;
}
.buscoop-form .button span {
  font-size: 17px;
}
.buscoop-form .tel-wrap {
  display: flex;
  border: 1px solid #D7DAE0;
  border-radius: 4px;
}
.buscoop-form .tel-wrap .tel-abbr {
  flex-shrink: 0;
  min-width: 60px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #8c929a;
  background: #F4F6FB;
  border-radius: 4px 0 0 4px;
}
.buscoop-form .tel-wrap .input {
  flex: 1;
  border-color: transparent;
}
.buscoop-form .tel-wrap .check-country {
  min-width: 92px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #8c929a;
  background: #F4F6FB;
  border-radius: 0 4px 4px 0;
}
.buscoop-form .tel-wrap .check-country .icon-down {
  position: relative;
  top: 13px;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_down.svg?v=1.02);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.buscoop-form .tel-wrap .check-country:hover {
  color: #1a2535;
}
.buscoop-form .tel-wrap .check-country:hover .icon-down {
  background-position-y: -40px;
}
.buscoop-form .tel-wrap .getcode {
  min-width: 152px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #8c929a;
  background: #F4F6FB;
  border-radius: 0 4px 4px 0;
}
.buscoop-form .tel-wrap .getcode:hover {
  color: #1a2535;
}

.buscoop-form-result {
  padding: 80px 0 130px;
  text-align: center;
}
.buscoop-form-result i {
  display: block;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  background-image: url(../images/icon_dialog_hint.svg?v=1.02);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.buscoop-form-result i.hint-suc {
  background-position-x: -115px;
}
.buscoop-form-result .title {
  padding-top: 40px;
  font-size: 40px;
  line-height: 62px;
}
.buscoop-form-result .info {
  font-size: 20px;
  line-height: 36px;
}
.buscoop-form-result .info em {
  color: #ff8c20;
}
.buscoop-form-result .action {
  margin-top: 40px;
}
.buscoop-form-result .action .button {
  display: block;
  width: 318px;
  height: 48px;
  line-height: 48px;
  margin: 80px auto;
}
.buscoop-form-result .action .button span {
  font-size: 17px;
}

.download-types {
  display: flex;
  width: 952px;
  margin: 50px auto;
  justify-content: space-between;
}
.download-types a {
  position: relative;
  width: 148px;
  height: 148px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 24px rgba(170, 175, 187, 0.2);
  color: #49515E;
  font-size: 16px;
  text-align: center;
}
.download-types a:hover .normal {
  opacity: 0;
}
.download-types a:hover .hover {
  opacity: 1;
}
.download-types a .img-qrcode {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}
.download-types a [class^=icon-download-types] {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  background-image: url(../images/icon_download_types.svg?v=1.02);
  background-repeat: no-repeat;
}
.download-types a [class^=icon-download-types][class$=ios] {
  background-position-x: 0;
}
.download-types a [class^=icon-download-types][class$=android] {
  background-position-x: -60px;
}
.download-types a [class^=icon-download-types][class$=mac] {
  background-position-x: -120px;
}
.download-types a [class^=icon-download-types][class$=windows] {
  background-position-x: -180px;
}
.download-types a [class^=icon-download-types][class$=down] {
  background-position-x: -240px;
}
.download-types a .normal,
.download-types a .hover {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: opacity 0.1s;
}
.download-types a .hover {
  opacity: 0;
}

.download-history {
  width: 952px;
  position: relative;
  margin: 50px auto;
  background: #fff;
  border: 1px solid #E4EAEF;
}

.header-download-history {
  display: flex;
  padding: 0 30px;
  background: #F4F6FB;
  line-height: 52px;
  justify-content: space-between;
}
.header-download-history strong {
  font-size: 16px;
  font-weight: normal;
}
.header-download-history .side a {
  color: #8c929a;
  font-size: 16px;
}
.header-download-history .side a:hover, .header-download-history .side a.current {
  color: #1a2535;
}
.header-download-history .side a.current {
  font-weight: 500;
}
.header-download-history .side a:not(:first-child) {
  margin-left: 40px;
}

.container-download-history {
  max-height: calc(100vh - 200px);
  padding: 30px 30px 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.container-download-history li.unfold .sub-history {
  display: block;
}
.container-download-history li.unfold .headline:before {
  background: #ff8c20;
}
.container-download-history li.unfold .headline strong:after {
  transform: rotate(180deg);
}
.container-download-history li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4EAEF;
}
.container-download-history .headline {
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
}
.container-download-history .headline:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #1a2535;
  pointer-events: none;
  content: "";
}
.container-download-history .headline a {
  display: block;
  font-size: 18px;
  line-height: 25px;
}
.container-download-history .headline strong {
  display: inline-block;
  position: relative;
  font-weight: 500;
  vertical-align: top;
}
.container-download-history .headline strong:after {
  position: absolute;
  top: 50%;
  right: -19px;
  width: 10px;
  height: 6px;
  margin-top: -4px;
  background-image: url(../images/icon_down_solid.svg?v=1.02);
  background-repeat: no-repeat;
  pointer-events: none;
  content: "";
}
.container-download-history .sub-history {
  display: none;
  margin-top: -20px;
}
.container-download-history .sub-history dl {
  padding: 20px 0 20px 27px;
}
.container-download-history .sub-history dl:not(:last-child) {
  border-bottom: 1px solid #E4EAEF;
}
.container-download-history .sub-history dl.unfold dt a:after {
  transform: rotate(180deg);
}
.container-download-history .sub-history dl.unfold dd {
  display: block;
}
.container-download-history .sub-history dt a {
  display: block;
  position: relative;
  line-height: 22px;
}
.container-download-history .sub-history dt a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  background-image: url(../images/icon_down_solid.svg?v=1.02);
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.5;
  content: "";
}
.container-download-history .sub-history dt a strong {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
.container-download-history .sub-history dt .icon-history-new {
  display: inline-block;
  position: relative;
  margin: 1px 0 1px 5px;
  padding: 0 6px;
  border-radius: 4px;
  background: #F88C20;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}
.container-download-history .sub-history dt .icon-history-new:before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px;
  margin-top: -3px;
  border-color: transparent #F88C20 transparent transparent;
  content: "";
}
.container-download-history .sub-history dt .btn-quick-download {
  display: inline-block;
  margin-left: 5px;
  color: #F88C20;
  font-size: 16px;
  vertical-align: top;
}
.container-download-history .sub-history dt .time {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  color: #8c929a;
}
.container-download-history .sub-history dd {
  display: none;
  margin-top: 14px;
}
.container-download-history .sub-history dd .content-version {
  font-size: 14px;
  line-height: 24px;
  line-height: 2;
}

.download-history-navigation {
  position: absolute;
  top: 60px;
  left: 100%;
  white-space: nowrap;
  font-size: 16px;
  z-index: 101;
}
.download-history-navigation.dhn-fixed {
  position: fixed;
}
.download-history-navigation .headline {
  padding: 0 15px;
}
.download-history-navigation .items a {
  display: block;
  position: relative;
  margin: 20px 0;
  padding: 0 15px;
  color: rgba(26, 37, 53, 0.6);
  line-height: 20px;
}
.download-history-navigation .items a:hover, .download-history-navigation .items a.current {
  color: #F88C20;
}
.download-history-navigation .items a.current {
  font-weight: 500;
}
.download-history-navigation .items a.current:before {
  display: block;
}
.download-history-navigation .items a:before {
  display: none;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 3px;
  height: 14px;
  margin-top: -7px;
  border-radius: 3px;
  background: #F88C20;
  content: "";
}

@media only screen and (min-width: 1440px) {
  .banner .banner-bg,
.join-us {
    background-size: 100% auto;
  }
}
@media (max-width: 1100px) {
  body {
    overflow: auto;
    width: 1100px;
  }

  .top-panel {
    width: auto;
    min-width: auto;
    right: 0;
  }
  .top-panel .inner {
    width: auto;
  }
}
@media (max-width: 950px) {
  .nav li {
    margin-right: 20px;
  }
}
@media (max-width: 850px) {
  .nav li {
    margin-right: 10px;
  }
}
@media (max-width: 780px) {
  .top-panel {
    width: 780px;
  }
  .top-panel .inner {
    width: 780px;
  }
}
.popup-video-player {
  z-index: 11111;
}

@media (max-height: 640px) {
  .popup-video-player .player-container {
    width: 888px;
    height: 600px;
    margin: -300px 0 0 -444px;
  }
  .popup-video-player .player-stage {
    height: 500px;
  }
}