.header .header-nav {
  width: 100%;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .header-nav .header-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}
.header .header-nav .header-line .header-line-left .logo {
  left: 90px;
  display: block;
  width: 195px;
  height: 52px;
  margin-left: 90px;
}
.header .header-nav .header-line .header-line-left .logo img {
  max-width: 100%;
}
.header .header-nav .header-line .header-line-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 120px;
}
.header .header-nav .header-line .header-line-right .login {
  width: 100%;
  color: #ffffff;
  text-align: right;
  margin-bottom: 10px;
  overflow: hidden;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .header-nav .header-line .header-line-right .login .username {
  display: inline-block;
}
.header .header-nav .header-line .header-line-right .login button {
  width: 70px;
  height: 28px;
  color: #ffffff;
  background-color: #1b60d5;
  border-radius: 3px;
}
.header .header-nav .header-line .header-line-right .nav {
  width: 100%;
  top: 70px;
  right: 80px;
}
.header .header-nav .header-line .header-line-right .nav ul {
  width: 100%;
  text-align: right;
}
.header .header-nav .header-line .header-line-right .nav ul li {
  display: inline-block;
  margin-right: 60px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.header .header-nav .header-line .header-line-right .nav ul li:nth-child(4) {
  margin-right: 0;
}
.header .header-nav .header-line .header-line-right .nav ul li a {
  color: #ffffff;
  font-size: 20px;
}
.header .header-nav .nav-item {
  display: none;
  width: 600px;
  height: 320px;
  background: url("../../images/index/nav-item-bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 66px;
  right: 144px;
  z-index: 10;
}
.header .header-nav .nav-item ul {
  padding: 45px 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header-nav .nav-item ul li {
  width: 50%;
  margin-bottom: 30px;
}
.header .header-nav .nav-item ul li a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-nav .nav-item ul li a .left {
  margin-right: 10px;
}
.header .header-nav .nav-item ul li a .left img {
  width: 28px;
  height: 28px;
}
.header .header-nav .nav-item ul li a .right h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.header .header-nav .nav-item2 {
  display: none;
  width: 600px;
  height: 320px;
  background: url("../../images/index/nav-item-bg2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 66px;
  right: 144px;
  z-index: 10;
}
.header .header-nav .nav-item2 ul {
  padding: 45px 0 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header-nav .nav-item2 ul li {
  width: 50%;
  margin-bottom: 30px;
}
.header .header-nav .nav-item2 ul li a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-nav .nav-item2 ul li a .left {
  margin-right: 10px;
}
.header .header-nav .nav-item2 ul li a .left img {
  width: 28px;
  height: 28px;
}
.header .header-nav .nav-item2 ul li a .right h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.header .scroll {
  background-color: #333333;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #333333;
}
.header .scroll .header-line-right .login {
  height: 0px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sitemap {
  width: 100%;
}
.sitemap .sitemap-wrap {
  max-width: 1200px;
  height: 360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sitemap .sitemap-wrap .qr-code {
  width: 200px;
  text-align: center;
}
.sitemap .sitemap-wrap .qr-code .code-img img {
  width: 120px;
  height: 120px;
}
.sitemap .sitemap-wrap .qr-code .bottom-logo {
  margin: 0 0 32px 0;
  width: 195px;
  height: 52px;
}
.sitemap .sitemap-wrap .qr-code .bottom-logo img {
  max-width: 100%;
}
.sitemap .sitemap-wrap .qr-code p {
  margin-top: 10px;
}
.sitemap .sitemap-wrap .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sitemap .sitemap-wrap .sitemap-list dl {
  height: 240px;
}
.sitemap .sitemap-wrap .sitemap-list dl dt {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family: siyuanb;
  margin-bottom: 16px;
}
.sitemap .sitemap-wrap .sitemap-list dl dd {
  font-size: 14px;
  font-family: siyuanr;
  line-height: 32px;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd img {
  margin-right: 8px;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd span {
  display: inline-block;
  height: 24px;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd.email span {
  display: inline-block;
  height: 24px;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd.share {
  margin: 16px 0;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd.call-us p {
  font-size: 12px;
  font-family: siyuanr;
}
.sitemap .sitemap-wrap .sitemap-list dl.last dd.call-us h2 {
  font-size: 36px;
  font-weight: bold;
}

.copyright {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 26px;
  background-color: #f5f5f5;
}
.copyright .copyright-container {
  display: flex;
  text-align: center;
  justify-content: space-around;
  width: 660px;
  margin-right: 40px;
  color: #333333;
  font-size: 14px;
  font-family: siyuanr;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.login-model {
  position: fixed;
  z-index: 99;
  width: 480px;
  height: 390px;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -195px;
  background-color: #ffffff;
  color: #333333;
  display: none;
}
.login-model .name {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 52px;
  font-size: 24px;
  font-family: siyuanb;
}
.login-model .input-box .username {
  width: 320px;
  height: 48px;
  margin: 0 auto 24px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.login-model .input-box .username > .input-icon {
  margin-left: 20px;
  padding-right: 24px;
}
.login-model .input-box .username > .input-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #d8d8d8;
  position: absolute;
  top: 12px;
  left: 54px;
}
.login-model .input-box .username > .input-username {
  height: 46px;
  border: none;
  font-size: 16px;
  width: 72%;
}
.login-model .input-box .password {
  width: 320px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.login-model .input-box .password > .input-icon {
  margin-left: 20px;
  padding-right: 24px;
}
.login-model .input-box .password > .input-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background-color: #d8d8d8;
  position: absolute;
  top: 12px;
  left: 54px;
}
.login-model .input-box .password > .input-password {
  height: 46px;
  border: none;
  font-size: 16px;
  width: 72%;
}
.login-model .submit {
  width: 100%;
  text-align: center;
}
.login-model .submit button {
  width: 320px;
  height: 48px;
  background-color: #3b84ff;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
  border-radius: 5px;
  font-size: 20px;
  font-family: siyuanb;
}
.login-model .submit button .sub-span {
  display: inline-block;
  width: 14px;
}
.login-model .login-close {
  width: 16px;
  height: 16px;
  background: url("../../images/global/close.png") no-repeat center center;
  position: absolute;
  right: 15px;
  top: 15px;
}
.login-model .registered {
  text-align: center;
  margin-top: 14px;
}
.login-model .registered a {
  display: block;
  width: 148px;
  margin: 0 auto;
  color: #1b60d5;
  font-size: 14px;
}

.container-fluid {
  padding: 0;
}

.bg-gray {
  background-color: #f5f5f5;
}

.color-f5 {
  background-color: #f5f5f5;
}

video:focus {
  outline: none;
}

button {
  outline: none;
}

.banner {
  width: 100%;
  height: 500px;
  background: url(../../images/processingServices/banner.png) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
.banner h1 {
  width: 100%;
  height: 240px;
  text-align: center;
  font-size: 56px;
  font-family: siyuanb;
  padding-top: 160px;
}
.banner h3 {
  width: 100%;
  height: 60px;
  text-align: center;
  font-size: 20px;
}
.banner p {
  width: 100%;
  height: 30px;
  text-align: center;
}
.banner p button {
  width: 160px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background-color: #1b60d5;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
}

.main-container .interpretation-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.main-container .interpretation-list .interpretation-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 80px calc((100vw - 1020px) / 2);
  background-color: #eaeaea;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info {
  display: flex;
  flex-direction: column;
  width: 480px;
  margin: 0 20px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info .top-line {
  width: 72px;
  height: 6px;
  background-color: #1b60d5;
  margin-bottom: 20px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info > h3 {
  font-size: 28px;
  font-family: siyuanb;
  color: #333333;
  margin-bottom: 10px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info > div {
  margin-bottom: 6px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info > div > p {
  display: inline-block;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info > div > p.emphasize {
  font-family: siyuanb;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-info > div > p.label {
  width: 48px;
  text-align: justify;
  text-align-last: justify;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img {
  width: 480px;
  margin: 0 20px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img > img {
  width: 480px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper {
  height: 240px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper img {
  width: 480px;
  height: 240px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .before {
  position: relative;
  width: 50%;
  z-index: 2;
  overflow: hidden;
  user-select: none;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .after {
  position: relative;
  transform: translateY(-240px);
  user-select: none;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .scroller {
  position: relative;
  width: 50px;
  height: 50px;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -265px);
  z-index: 3;
  border: 5px solid #ccc;
  border-radius: 50%;
  pointer-events: auto;
  cursor: col-resize;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .scroller .scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .scroller::before {
  content: " ";
  display: block;
  width: 6px;
  height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
  top: calc(100% - 20px);
  background: #ccc;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .wrapper .scroller::after {
  content: " ";
  display: block;
  width: 6px;
  height: 120px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
  bottom: calc(100% - 20px);
  background: #ccc;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .timeline > img {
  width: 480px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .timeline .timeline-control {
  display: flex;
  justify-content: space-evenly;
  height: 10px;
  margin-top: 10px;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .timeline .timeline-control .timeline-control-item {
  width: 30px;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(187, 187, 187, 0.6);
  cursor: pointer;
}
.main-container .interpretation-list .interpretation-item-container .interpretation-img .timeline .timeline-control .timeline-control-item.active {
  background-color: #666666;
}
.main-container .interpretation-list .interpretation-item-container.container-even {
  flex-direction: row-reverse;
  background-color: #ffffff;
}