.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;
}

.container-wrap {
  padding-bottom: 40px;
}

.banner {
  width: 100%;
  height: 500px;
  background: url(../../images/paidService/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;
  outline: none;
}
.banner p button a {
  display: block;
  color: #ffffff;
}

.container-wrap .chose > button {
  cursor: default;
}

.main1 .total_title {
  width: 142px;
  background: url("../../images/paidService/total_title_bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main2 .total_title {
  width: 142px;
  background: url("../../images/paidService/total_title_bg2.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main3 .total_title {
  width: 142px;
  background: url("../../images/paidService/total_title_bg3.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.main1,
.main2 {
  display: flex;
  padding-top: 40px;
}
.main1 .total_title h5,
.main2 .total_title h5 {
  width: 30px;
  font-size: 32px;
  font-family: siyuanb;
  margin: 0 auto;
  color: #ffffff;
}
.main1 .total-list,
.main2 .total-list {
  width: 1040px;
  background-color: #ffffff;
  margin-left: 20px;
}
.main1 .total-list .line,
.main2 .total-list .line {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
}
.main1 .total-list .line:last-child,
.main2 .total-list .line:last-child {
  margin-bottom: 0;
}
.main1 .total-list .line .item_title,
.main2 .total-list .line .item_title {
  width: 67px;
  min-height: 234px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.main1 .total-list .line .item_title h5,
.main2 .total-list .line .item_title h5 {
  width: 30px;
  font-size: 20px;
  font-family: siyuanr;
  margin: 0 auto;
  text-align: center;
}
.main1 .total-list .line .item_list,
.main2 .total-list .line .item_list {
  padding-top: 13px;
}
.main1 .total-list .line .item_list .item-row,
.main2 .total-list .line .item_list .item-row {
  width: 100%;
  margin-bottom: 12px;
}
.main1 .total-list .line .item_list .item-row .chose,
.main2 .total-list .line .item_list .item-row .chose {
  display: flex;
  align-items: center;
}
.main1 .total-list .line .item_list .item-row .chose h3,
.main2 .total-list .line .item_list .item-row .chose h3 {
  font-size: 14px;
  font-family: siyuanb;
  margin-right: 10px;
  width: 187px;
  text-align: right;
}
.main1 .total-list .line .item_list .item-row .chose input,
.main2 .total-list .line .item_list .item-row .chose input {
  width: 80px;
  height: 24px;
  background-color: #d8d8d8;
  margin-right: 20px;
}
.main1 .total-list .line .item_list .item-row .chose p,
.main2 .total-list .line .item_list .item-row .chose p {
  font-size: 14px;
  font-family: siyuanb;
}
.main1 .total-list .line .item_list .item-row .chose button,
.main2 .total-list .line .item_list .item-row .chose button {
  padding: 0 10px;
  height: 24px;
  border: 1px solid #333333;
  margin-right: 20px;
  font-size: 14px;
  background-color: #ffffff;
}
.main1 .total-list .line .item_list .item-row .desc,
.main2 .total-list .line .item_list .item-row .desc {
  margin-top: 10px;
}
.main1 .total-list .line .item_list .item-row .desc p,
.main2 .total-list .line .item_list .item-row .desc p {
  padding-left: 196px;
  text-align: left;
  font-size: 12px;
  font-family: siyuanr;
  color: #999999;
  max-width: 700px;
}
.main1 .total-list .line .price,
.main2 .total-list .line .price {
  height: 120px;
  width: 150px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  right: 60px;
  border-left: 1px solid #eaeaea;
  padding-left: 50px;
}
.main1 .total-list .line .price h3,
.main2 .total-list .line .price h3 {
  width: 150px;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 10px 0;
}
.main1 .total-list .line .price h2,
.main2 .total-list .line .price h2 {
  width: 150px;
  font-size: 20px;
  font-family: siyuanr;
  color: #3b84ff;
  text-align: center;
}
.main1 .total-list .line .price h2 span,
.main2 .total-list .line .price h2 span {
  font-size: 18px;
}
.main1 .total-list .line-one .item_list,
.main1 .total-list .line-two .item_list,
.main1 .total-list .line-three .item_list,
.main1 .total-list .line-four .item_list,
.main2 .total-list .line-one .item_list,
.main2 .total-list .line-two .item_list,
.main2 .total-list .line-three .item_list,
.main2 .total-list .line-four .item_list {
  padding-top: 33px;
}
.main1 .total-list .line-one .item_list .item-row,
.main1 .total-list .line-two .item_list .item-row,
.main1 .total-list .line-three .item_list .item-row,
.main1 .total-list .line-four .item_list .item-row,
.main2 .total-list .line-one .item_list .item-row,
.main2 .total-list .line-two .item_list .item-row,
.main2 .total-list .line-three .item_list .item-row,
.main2 .total-list .line-four .item_list .item-row {
  margin-bottom: 32px;
}
.main1 .total-list .line-one .item_list .item-row .chose,
.main1 .total-list .line-two .item_list .item-row .chose,
.main1 .total-list .line-three .item_list .item-row .chose,
.main1 .total-list .line-four .item_list .item-row .chose,
.main2 .total-list .line-one .item_list .item-row .chose,
.main2 .total-list .line-two .item_list .item-row .chose,
.main2 .total-list .line-three .item_list .item-row .chose,
.main2 .total-list .line-four .item_list .item-row .chose {
  display: flex;
  align-items: center;
}
.main1 .total-list .line-one .item_list .item-row .chose h3,
.main1 .total-list .line-two .item_list .item-row .chose h3,
.main1 .total-list .line-three .item_list .item-row .chose h3,
.main1 .total-list .line-four .item_list .item-row .chose h3,
.main2 .total-list .line-one .item_list .item-row .chose h3,
.main2 .total-list .line-two .item_list .item-row .chose h3,
.main2 .total-list .line-three .item_list .item-row .chose h3,
.main2 .total-list .line-four .item_list .item-row .chose h3 {
  font-size: 14px;
  font-family: siyuanb;
  margin-right: 10px;
  width: 187px;
  text-align: right;
}
.main1 .total-list .line-one .item_list .item-row .chose input,
.main1 .total-list .line-two .item_list .item-row .chose input,
.main1 .total-list .line-three .item_list .item-row .chose input,
.main1 .total-list .line-four .item_list .item-row .chose input,
.main2 .total-list .line-one .item_list .item-row .chose input,
.main2 .total-list .line-two .item_list .item-row .chose input,
.main2 .total-list .line-three .item_list .item-row .chose input,
.main2 .total-list .line-four .item_list .item-row .chose input {
  width: 80px;
  height: 24px;
  background-color: #d8d8d8;
  margin-right: 20px;
}
.main1 .total-list .line-one .item_list .item-row .chose p,
.main1 .total-list .line-two .item_list .item-row .chose p,
.main1 .total-list .line-three .item_list .item-row .chose p,
.main1 .total-list .line-four .item_list .item-row .chose p,
.main2 .total-list .line-one .item_list .item-row .chose p,
.main2 .total-list .line-two .item_list .item-row .chose p,
.main2 .total-list .line-three .item_list .item-row .chose p,
.main2 .total-list .line-four .item_list .item-row .chose p {
  font-size: 14px;
  font-family: siyuanb;
}
.main1 .total-list .line-one .item_list .item-row .chose button,
.main1 .total-list .line-two .item_list .item-row .chose button,
.main1 .total-list .line-three .item_list .item-row .chose button,
.main1 .total-list .line-four .item_list .item-row .chose button,
.main2 .total-list .line-one .item_list .item-row .chose button,
.main2 .total-list .line-two .item_list .item-row .chose button,
.main2 .total-list .line-three .item_list .item-row .chose button,
.main2 .total-list .line-four .item_list .item-row .chose button {
  padding: 0 10px;
  height: 24px;
  border: 1px solid #333333;
  margin-right: 20px;
  font-size: 14px;
  background-color: #ffffff;
  outline: none;
}
.main1 .total-list .line-one .item_list .item-row .chose button:active,
.main1 .total-list .line-two .item_list .item-row .chose button:active,
.main1 .total-list .line-three .item_list .item-row .chose button:active,
.main1 .total-list .line-four .item_list .item-row .chose button:active,
.main2 .total-list .line-one .item_list .item-row .chose button:active,
.main2 .total-list .line-two .item_list .item-row .chose button:active,
.main2 .total-list .line-three .item_list .item-row .chose button:active,
.main2 .total-list .line-four .item_list .item-row .chose button:active {
  border: none;
}
.main1 .total-list .line-one .item_list .item-row .chose button.active,
.main1 .total-list .line-two .item_list .item-row .chose button.active,
.main1 .total-list .line-three .item_list .item-row .chose button.active,
.main1 .total-list .line-four .item_list .item-row .chose button.active,
.main2 .total-list .line-one .item_list .item-row .chose button.active,
.main2 .total-list .line-two .item_list .item-row .chose button.active,
.main2 .total-list .line-three .item_list .item-row .chose button.active,
.main2 .total-list .line-four .item_list .item-row .chose button.active {
  border: none;
  background-color: #3b84ff;
  color: #ffffff;
}
.main1 .total-list .line-one .item_list .item-row .desc,
.main1 .total-list .line-two .item_list .item-row .desc,
.main1 .total-list .line-three .item_list .item-row .desc,
.main1 .total-list .line-four .item_list .item-row .desc,
.main2 .total-list .line-one .item_list .item-row .desc,
.main2 .total-list .line-two .item_list .item-row .desc,
.main2 .total-list .line-three .item_list .item-row .desc,
.main2 .total-list .line-four .item_list .item-row .desc {
  margin-top: 10px;
}
.main1 .total-list .line-one .item_list .item-row .desc p,
.main1 .total-list .line-two .item_list .item-row .desc p,
.main1 .total-list .line-three .item_list .item-row .desc p,
.main1 .total-list .line-four .item_list .item-row .desc p,
.main2 .total-list .line-one .item_list .item-row .desc p,
.main2 .total-list .line-two .item_list .item-row .desc p,
.main2 .total-list .line-three .item_list .item-row .desc p,
.main2 .total-list .line-four .item_list .item-row .desc p {
  padding-left: 196px;
  text-align: left;
  font-size: 12px;
  font-family: siyuanr;
  color: #999999;
}
.main1 .total-list .line-one .item_list_only,
.main1 .total-list .line-two .item_list_only,
.main1 .total-list .line-three .item_list_only,
.main1 .total-list .line-four .item_list_only,
.main2 .total-list .line-one .item_list_only,
.main2 .total-list .line-two .item_list_only,
.main2 .total-list .line-three .item_list_only,
.main2 .total-list .line-four .item_list_only {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.total1 {
  height: 80px;
  line-height: 80px;
  background-color: #f5f5f5;
}
.total1 p {
  text-align: right;
  font-size: 20px;
}
.total1 p span {
  font-size: 48px;
  color: #e55656;
}

.contact-sales {
  position: fixed;
  width: 160px;
  height: 180px;
  top: 50%;
  margin-top: -90px;
  right: 100px;
  text-align: center;
  background: url(../../images/index/seall.png) no-repeat center center;
  background-size: contain;
}
.contact-sales img {
  width: 100px;
  height: 100px;
  margin-top: 14px;
}

.contact-sales-absolute {
  position: absolute;
  top: 70%;
}