body {
  background-color: #f3f4f9;
  overflow-x: hidden;
}
.page-banner {
  height: 410px;
  background-color: #f3f4f9;
}
.page-banner .banner-text {
  width: 88%;
  margin-top: 76px;
}
.page-banner .banner-text h3 {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
}
.page-banner .banner-text p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #4e5666;
}
.page-banner .banner-text .btns a {
  width: 120px;
  height: 42px;
  display: inline-block;
  background-color: #1a64f1;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.page-banner .banner-text .btns .more_btn {
  border: 0;
  background-color: transparent;
  color: #1a64f1;
}
.page-banner .banner-text .btns .more_btn:hover {
  transform: translateX(2px);
}
.page-banner .banner-img {
  margin-top: 18px;
  position: relative;
  width: 100%;
}
.page-banner .banner-img .item {
  position: absolute;
  right: 0px;
  top: 28px;
}
.page-banner .banner-img img {
  max-width: 100%;
  max-height: 330px;
}
.page-content {
  padding-bottom: 40px;
}
.case-border {
  border-bottom: 24px solid #f3f4f9;
}
.leo-tab .leo-tab-title {
  padding: 20px 0;
}
.leo-tab .leo-tab-title li {
  position: relative;
  display: inline-block;
  margin: 0 22px;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}
.leo-tab .leo-tab-title li:hover {
  color: #1a64f1;
}
.leo-tab .leo-tab-title .leo-this {
  color: #1a64f1;
  font-weight: bold;
}
.leo-tab .leo-tab-title .leo-this::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1a64f1;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.leo-tab .leo-tab-content {
  padding: 28px 0;
}
.leo-tab .leo-tab-content .leo-tab-item {
  display: none;
}
.case-list {
  position: relative;
}
.case-list li {
  width: 33.333%;
  float: left;
  padding: 0 13px;
  box-sizing: border-box;
  margin-bottom: 36px;
}
.case-list .case-page {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.case-list .case-page .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 4px;
  opacity: 0.5;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 4px;
  background-color: rgba(26, 100, 241, 0.4);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
}
.case-list .case-page .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background-color: #1a64f1;
}
.case-list .case-page .swiper-pagination-bullet-active:before {
  content: "";
  width: 100%;
  -webkit-animation: progressIn 5s linear both;
  -moz-animation: progressIn 5s linear both;
  -ms-animation: progressIn 5s linear both;
  -o-animation: progressIn 5s linear both;
  animation: progressIn 5s linear both;
}
.case-list .item {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(13, 58, 145, 0.1);
}
.case-list .item:hover .pop {
  top: 0;
}
.case-list .pic {
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.case-list .pic img {
  width: 100%;
  height: 18em;
  object-fit: cover;
}
.case-list .pic .pop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 100, 241, 0.8);
  color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.case-list .pic .pop i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 44px;
}
.case-list .info {
  padding: 26px;
}
.case-list .info h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list .info p {
  font-size: 14px;
  color: #4e5666;
  line-height: 22px;
  ext-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
  display: -webkit-box;
}
.case-list .info .tag {
  margin-bottom: 15px;
}
.case-list .info .tag span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 10px;
  background-color: #1a64f1;
  color: #fff;
}
.more_case_title {
  margin-bottom: 46px;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
}
.pages {
  margin-top: 12px;
  text-align: center;
}
.pages a {
  display: inline-block;
  height: 38px;
  padding: 0 14px;
  margin: 0px 2px;
  line-height: 38px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  color: #44433e;
  transition: all 0.3s ease 0s;
}
.pages a.cur {
  background-color: #1a64f1;
  color: #fff;
  border: 1px solid #1a64f1;
}
.pages a:hover {
  background-color: #1a64f1;
  color: #fff;
  border: 1px solid #1a64f1;
}
.pages .line {
  width: 48px;
  height: 1px;
  background-color: #dcdcdc;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 2px;
}
.leo-show {
  display: block!important;
}
.hasFixed {
  position: fixed;
}
.leo-breadcrumb {
  background-color: transparent;
}
.leo-breadcrumb li {
  color: #1a64f1;
  font-size: 14px;
}
.leo-breadcrumb li a {
  color: inherit;
}
.leo-breadcrumb > li + li:before {
  padding: 0 5px;
  color: #748199;
  content: ">";
}
.leo-breadcrumb .active {
  color: #748199;
}
.article_page {
  padding: 26px 0;
}
.article_page .floor {
  width: 270px;
  border: 1px solid #e6e6e6;
}
.article_page .floor li {
  position: relative;
  line-height: 50px;
  padding-left: 22px;
  color: #748199;
}
.article_page .floor li a {
  color: inherit;
  text-decoration: none;
}
.article_page .floor li.active {
  background-color: #f2f2f6;
  color: #272b33;
}
.article_page .floor li.active::after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #1a64f1;
  position: absolute;
  left: 0;
  right: 0;
}
.article_page .floorFixed {
  background-color: #fff;
  position: fixed;
  top: 76px;
  z-index: 20;
}
.article_page .article-content .article-title {
  margin-bottom: 24px;
  font-size: 34px;
  color: #272b33;
  font-weight: bold;
}
.article_page .article-content .article-title .download {
  width: 112px;
  height: 36px;
  display: block;
  margin-top: 6px;
  border-radius: 5px;
  background-color: #1a64f1;
  color: #fff;
  font-size: 14px;
  float: right;
  text-align: center;
  line-height: 36px;
}
.article_page .article-content .article-title .download .iconfont {
  margin-left: 4px;
}
.article_page .article-content .tags_groups {
  margin-bottom: 24px;
}
.article_page .article-content .tags_groups span {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: red;
  color: #fff;
}
.article_page .article-content .entry {
  padding-top: 30px;
}
.article_page .article-content .entry .sub_t {
  margin-bottom: 30px;
  font-size: 16px;
  color: #4e5666;
  line-height: 30px;
}
.article_page .article-content .entry .floor_title {
  position: relative;
  margin-bottom: 16px;
  font-size: 20px;
  color: #272b33;
  font-weight: bold;
  line-height: 1;
}
.article_page .article-content .entry .floor_title::after {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background-color: #1a64f1;
  position: absolute;
  left: -8px;
  top: 0;
  border-radius: 2px;
}
.article_page .article-content .entry .dec {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
.article_page .article-content .post-back {
  margin-top: 46px;
  border-top: 1px solid #dee0e3;
  padding-top: 40px;
}
.article_page .article-content .post-back .title {
  margin-bottom: 20px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.article_page .article-content .help_btn i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 4px;
}
.article_page .article-content .help_btn button {
  width: 124px;
  height: 40px;
  margin-right: 12px;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid #bbbfc4;
  color: #1f2329;
  font-size: 16px;
  line-height: 24px;
}
.article_page .article-content .tips {
  margin-top: 20px;
  color: #646a73;
}
.article_page .article-content .tips a {
  color: #3370ff;
}
.article_page .article-content .solution_tit {
  font-size: 20px;
  font-weight: bold;
  color: #272b33;
}
.article_page .article-content .solution_tit span {
  position: relative;
  z-index: 10;
}
.article_page .article-content .solution_tit .span {
  position: relative;
}
.article_page .article-content .solution_tit .span::after {
  content: '';
  display: block;
  width: 110%;
  height: 10px;
  background-color: #d1e0fc;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.article_page .article-content .solution_list {
  margin-bottom: 40px;
}
.article_page .article-content .solution_list li {
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}
.article_page .article-content .solution_list li::after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #1a64f1;
}
.article_page .article-content .solution_list li .a_t {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #272b33;
}
.article_page .article-content .solution_list li p {
  font-size: 14px;
  color: #4e5666;
}
.article_page .article-content .solution_case_list .item {
  width: 280px  ;
  border-radius: 8px;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
}
.article_page .article-content .solution_case_list .case_name {
  padding: 45px 0;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.article_page .article-content .solution_case_list .case_name img {
  width: 32px;
  margin-right: 5px;
}
.article_page .article-content .solution_case_list p {
  padding: 14px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 16px;
  color: #1a64f1;
  text-align: center;
}
.news_article .main {
  padding-bottom: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.news_article .post-loop-default {
  padding: 10px 28px;
  margin-bottom: 60px;
}
.news_article .post-loop-default .item {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.news_article .post-loop-default .item-img {
  position: relative;
  float: left;
  width: 250px;
  height: 168px;
  overflow: hidden;
  border-radius: 3px;
  transition: box-shadow 0.3s ease 0s;
}
.news_article .post-loop-default .item-img:before {
  content: "";
  display: block;
  padding-top: 67.5%;
}
.news_article .post-loop-default .item-img .item-img-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news_article .post-loop-default .item-img .item-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
}
.news_article .post-loop-default .item-content {
  margin-left: 30.82%;
}
.news_article .post-loop-default .item-title {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.4;
}
.news_article .post-loop-default .item-title:hover a {
  color: #1a64f1;
}
.news_article .post-loop-default .item-title a {
  color: #333;
  overflow: hidden;
  max-height: 56px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.news_article .post-loop-default .item-excerpt {
  line-height: 30px;
  color: #808080;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.news_article .post-loop-default .item-excerpt p {
  margin-bottom: 0;
}
.news_article .post-loop-default .item-meta {
  position: absolute;
  bottom: 20px;
  width: 69%;
  color: #999;
  font-size: 13px;
}
.news_article .post-loop-default .item-meta .more {
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #efb400;
}
.news_article .post-loop-default .item-meta .right-chid {
  position: absolute;
  right: 0;
}
.news_article .post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 30px;
}
.news_article .sidebar {
  border-left: 1px solid #e4e4e4;
  box-sizing: border-box;
  overflow: hidden;
}
.news_article .sidebar .widget {
  background: #fff;
}
.news_article .sidebar .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-left: 12px;
  margin-right: 12px;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #333333;
}
.news_article .sidebar .widget-title span {
  position: relative;
}
.news_article .sidebar .widget-title span::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a64f1;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.news_article .sidebar .widget-title a {
  float: right  ;
  font-size: 14px;
  color: #1a64f1;
}
.news_article .widget_post_thumb ul .item {
  margin: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 12px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
.news_article .widget_post_thumb ul .item:last-child {
  border-bottom: 0;
}
.news_article .widget_post_thumb .item-title {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  position: relative;
  padding-left: 20px;
}
.news_article .widget_post_thumb .item-title:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #1a64f1;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.news_article .widget_post_thumb .item-title a {
  color: #333;
}
.news_article .widget_post_thumb .date {
  margin-left: 24px;
  font-size: 14px;
  color: #748199;
}
.news_article .hentry {
  padding-right: 15px;
  background: #fff;
  padding-bottom: 0;
}
.news_article .entry .entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.4;
  color: #131313;
  font-weight: bold;
}
.news_article .entry .entry-info {
  padding-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
  color: #999999;
}
.news_article .entry .entry-info img {
  width: 18px;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}
.news_article .entry .entry-info span {
  margin-right: 28px;
  font-size: 14px;
}
.news_article .entry .dec {
  margin-top: 38px;
  padding: 16px 18px;
  background-color: #f7f8fa;
  font-size: 14px;
  color: #4e5666;
}
.news_article .entry .dec strong {
  font-weight: bold;
  color: #272b33;
}
.news_article .entry .entry-content {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  color: #4e5666;
}
.news_article .entry .entry-content p {
  margin-bottom: 10px;
  line-height: 1.8;
  word-wrap: break-word;
  color: #4e5666;
  font-size: 16px;
}
.news_article .entey-other-article {
  margin-top: 28px;
  margin-bottom: 0px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}
.news_article .entey-other-article .sel-other-article {
  width: 60%;
  float: left;
}
.news_article .entey-other-article p {
  margin-bottom: 0px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.news_article .entey-other-article p span {
  color: #748199;
}
.news_article .entey-other-article p a {
  color: #272b33;
}
.news_article .entey-other-article p a:hover {
  color: #515151;
}
.news_article .entey-other-article .share-right {
  float: right;
}
.news_article .entey-other-article .share-right .goList {
  margin-top: 20px;
  text-align: right;
}
.news_article .entey-other-article .share-right .goList a {
  font-size: 14px;
  color: #d81e06;
  text-decoration: underline;
}
.article_bottom {
  margin-top: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 48px;
  padding: 0 20px;
  font-size: 14px;
  color: #999999;
}
.article_bottom .iconfont {
  vertical-align: middle;
  margin-right: 4px;
}
.article_bottom a {
  color: inherit;
}
.article_bottom .left {
  float: left;
}
.article_bottom .left .iconfont {
  font-size: 20px;
}
.article_bottom .right {
  float: right;
}
.article_bottom .right .iconfont {
  font-size: 24px;
  margin: 0 10px;
}
.article_bottom .goTop {
  border-left: 1px solid #d9d9d9;
  padding-left: 20px;
  cursor: pointer;
}
.article_bottom .goTop .iconfont {
  margin: 0;
}
.item-section {
  padding-top: 80px;
}
.item-section .site_title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.use_list {
  margin-top: 44px;
}
.use_list .item {
  padding: 30px 28px;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.use_list .item:hover {
  border-color: #fff;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
}
.use_list .item .ico {
  margin-bottom: 15px;
}
.use_list .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.use_list .item p {
  font-size: 14px;
  color: #748199;
}
.scene_bg {
  position: relative;
  height: 561px;
}
.scene_bg .float_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.scene_bg .float_img2 {
  z-index: 3;
}
.scene_bg .float_img1 {
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.scene_bg .float_img3 {
  animation: upAnimate 1.3s ease-in-out 0s infinite alternate;
}
.scene_list {
  padding-top: 32px;
  position: relative;
  z-index: 10;
}
.scene_list li {
  position: absolute;
}
.scene_list li:nth-child(1) {
  width: 640px;
  left: 54%;
}
.scene_list li:nth-child(2) {
  top: 124px;
}
.scene_list li:nth-child(3) {
  left: 34%;
  top: 244px;
}
.scene_list li:nth-child(4) {
  top: 364px;
}
.scene_list .scene_role {
  width: 112px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.scene_list .avatar {
  width: 96px;
  height: 96px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background-color: #cce0ff;
  border: 2px solid #000;
}
.scene_list .avatar img {
  vertical-align: top;
}
.scene_list .role {
  width: 112px;
  height: 24px;
  margin-top: 10px  ;
  text-align: center;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  background-color: #666;
}
.scene_list .info {
  width: 468px;
  padding: 20px;
  margin: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #fff;
  border-color: #fff;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
  font-size: 16px;
  color: #272b33;
}
.scene_list li:nth-child(1) .info {
  animation: zy 3s ease-in-out 0.3s infinite alternate;
}
.scene_list li:nth-child(2) .info {
  animation: zy 2s ease-in-out 1.5s infinite alternate;
}
.scene_list li:nth-child(3) .info {
  animation: zy 1.5s ease-in-out 1s infinite alternate;
}
.scene_list li:nth-child(4) .info {
  animation: zy 4s ease-in-out 1.5s infinite alternate;
}
@-webkit-keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
@keyframes zy {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50%,
  100% {
    transform: rotate(0deg);
  }
}
.scene_list .rolebg1 .avatar {
  border-color: #fb7131;
}
.scene_list .rolebg1 .role {
  background-color: #fb7131;
}
.scene_list .rolebg2 .avatar {
  border-color: #1a64f1;
}
.scene_list .rolebg2 .role {
  background-color: #1a64f1;
}
.scene_list .rolebg3 .avatar {
  border-color: #d41314;
}
.scene_list .rolebg3 .role {
  background-color: #d41314;
}
.scene_list .rolebg4 .avatar {
  border-color: #00249c;
}
.scene_list .rolebg4 .role {
  background-color: #00249c;
}
.doc-section {
  padding-bottom: 80px;
  background: #f3f4f9;
}
.doc-section .process {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.doc-section .process li {
  flex: 1;
  text-align: center;
}
.doc-section .process .line {
  flex: 0 0 200px;
  width: 200px;
  position: relative;
  padding: 0 10px;
}
.doc-section .process .line:after {
  content: '';
  display: block;
  width: 85%;
  height: 2px;
  position: absolute;
  top: 96px;
  border-bottom: 2px dashed #cccccc;
  z-index: 1;
}
.doc-section .process .dots {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999999;
  box-sizing: border-box;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 88px;
  z-index: 2;
}
.doc-section .process .dots:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
.doc-section .process .num {
  position: relative;
  width: 199px;
  height: 199px;
  background-size: 100%;
  margin: 0 auto 20px;
  font-size: 100px;
  color: #1a64f1;
}
.doc-section .process .num img {
  width: 100%;
  animation: scale 3s linear 0s infinite;
}
.doc-section .process .num span {
  position: absolute;
  left: 54%;
  top: 24%;
}
.doc-section .process .process-title {
  font-size: 20px;
  font-weight: bold;
}
.doc-section .process p {
  font-size: 14px;
}
.doc-section .doc_btn {
  margin-top: 62px;
  text-align: center;
}
.doc-section .doc_btn a {
  display: inline-block;
  width: 145px;
  height: 48px;
  background-color: #1a64f1;
  color: #fff;
  border-radius: 5px;
  line-height: 45px;
  font-size: 16px;
  margin: 0 32px;
  text-decoration: none;
}
.doc-section .doc_btn .apply_btn {
  background-color: transparent;
  color: #1a64f1;
  border: 1px solid #1a64f1;
}
.success_case {
  margin-top: 54px;
}
.success_case .success-title {
  font-size: 20px;
  color: #272b33;
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.success_case .workstation {
  padding: 20px;
}
.success_case .workstation i {
  color: #1a64f1;
}
.success_case .workstation dd {
  margin: 4px 0;
  color: #748199;
  font-size: 14px;
}
.search_banner {
  height: 380px;
  background: url(../images/help/bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}
.search_banner .txt {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.search_banner .input-groups {
  width: 684px;
  position: relative;
  margin-top: 22px;
  display: inline-block;
}
.search_banner .input-groups input {
  padding-left: 60px;
  width: 684px;
  height: 62px;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
}
.search_banner .input-groups input::placeholder {
  color: #999999;
}
.search_banner .input-groups .search_btn {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  outline: none;
  width: 60px;
  height: 100%;
  text-align: center;
  background-color: transparent;
  color: #7d7d7d;
}
.search_banner .input-groups .search_btn .iconfont {
  font-size: 24px;
}
.search_banner .input-groups .example {
  position: absolute;
  color: #aaaaaa;
  font-size: 15px;
  left: 62px;
  top: 20px;
}
.search_banner .hotsearch {
  margin-top: 14px;
}
.search_banner .hotsearch span {
  font-size: 14px;
  color: #fff;
}
.search_banner .hotsearch .keys {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
}
.search_banner .hotsearch .keys a {
  margin-left: 25px;
  color: inherit;
}
.help-page {
  padding-bottom: 74px;
}
.leo-tab .help_tab_title {
  margin-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
}
.leo-tab .help_tab_title li:first-child {
  margin-left: 0;
}
.leo-tab .help-content {
  padding: 46px 38px 0;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.leo-tab .help-content .help_content_title {
  margin-bottom: 38px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #272b33;
  padding-left: 10px;
  border-left: 4px solid #1a64f1;
}
.leo-tab .help-content dl {
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.leo-tab .help-content dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.leo-tab .help-content dl dt {
  margin-bottom: 26px;
  padding-left: 10px;
  font-size: 16px;
  color: #272b33;
}
.leo-tab .help-content dl dd {
  margin-bottom: 20px;
  width: 50%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leo-tab .help-content dl dd:hover {
  background-color: #f5f6f7;
}
.leo-tab .help-content dl dd:hover a {
  color: #1a64f1;
}
.leo-tab .help-content dl dd i {
  margin-right: 6px;
  font-size: 24px;
  vertical-align: middle;
}
.leo-tab .help-content dl dd a {
  font-size: 16px;
  color: #272b33;
  text-decoration: none;
}
.post-loop-default .item {
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.post-loop-default .item-img {
  position: relative;
  float: left;
  width: 252px;
  height: 168px;
  overflow: hidden;
  border-radius: 0px;
  transition: box-shadow 0.3s ease 0s;
}
.post-loop-default .item-img:before {
  content: "";
  display: block;
  padding-top: 65 0.5%;
}
.post-loop-default .item-img .item-img-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.post-loop-default .item-img .item-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
}
.post-loop-default .item-content {
  width: calc(100% - 282px);
  float: right;
}
.post-loop-default .item-title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.4;
}
.post-loop-default .item-title:hover a {
  color: #1a64f1;
}
.post-loop-default .item-title a {
  color: #272b33;
  overflow: hidden;
  max-height: 56px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-decoration: none;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 18px;
  font-weight: bold;
}
.post-loop-default .item-excerpt {
  line-height: 22px;
  color: #4e5666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.post-loop-default .item-excerpt p {
  margin-bottom: 0;
}
.post-loop-default .item-meta {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 282px);
  color: #999;
  font-size: 13px;
}
.post-loop-default .item-meta .left_data {
  float: left;
  line-height: 30px;
  font-size: 14px;
}
.post-loop-default .item-meta .left_data span {
  margin-right: 10px;
}
.post-loop-default .item-meta .left_data i {
  display: inline-block;
  vertical-align: middle;
}
.post-loop-default .item-meta .left_data .iconliulan1 {
  font-size: 18px;
  margin-bottom: 2px;
}
.post-loop-default .item-meta .right-chid {
  position: absolute;
  right: 0;
}
.post-loop-default .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 30px;
  color: #1a64f1;
}
.news_content .pages {
  margin-top: 40px;
}
.solution_page {
  padding-top: 40px;
}
.join-banner .auto-container {
  height: 100%;
}
.join-banner .auto-container .row {
  height: 100%;
}
.join-banner .auto-container .row > * {
  height: 100%;
}
.join-banner .banner-text {
  width: 100%;
  margin-top: 124px;
}
.join_img {
  position: absolute;
  top: -15px;
  left: 0;
}
.join_img_l {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.join_img_l:hover {
  transform: translateY(-10px);
}
.join_img_r {
  right: 0;
  left: auto;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.join_img_r:hover {
  transform: translateY(-10px);
}
.join_img_c {
  top: auto;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.cooperation-system .intro {
  margin-top: 28px;
  text-align: center;
  font-size: 16px;
  color: #464d5c;
  line-height: 28px;
}
.cooperation-system .img {
  position: relative;
  height: 238px;
  margin-top: 36px;
  overflow: hidden;
}
.cooperation-system .img .bg {
  position: absolute;
  top: 0;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: upAnimate 3s ease-in-out 0s infinite alternate;
}
.cooperation-system .img .pt-logo {
  position: relative;
  z-index: 10;
  padding-top: 42px;
  text-align: center;
}
.cooperation-system .img .pt-logo img {
  display: inline-block;
  vertical-align: middle;
}
.cooperation-system .img .pt-logo span {
  color: #fff;
  margin: 0 10px;
}
.cooperation-system .img .pt-text {
  position: relative;
  z-index: 10;
  margin-top: 28px;
  text-align: center;
  color: #fff;
  font-family: 'AlibabaSans_Medium';
}
.cooperation-system .img .pt-text .t {
  font-size: 41px;
}
.cooperation-system .img .pt-text p {
  font-size: 14px;
  text-transform: uppercase;
}
.why-chhoose-us .choose-list {
  margin-bottom: 20px;
}
.why-chhoose-us .choose-list li {
  width: 50%;
  float: left;
  padding: 0 12px;
  margin-top: 60px;
  box-sizing: border-box;
}
.why-chhoose-us .choose-list li .box {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  cursor: pointer;
}
.why-chhoose-us .choose-list .ico {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.why-chhoose-us .choose-list .ico img {
  width: 100%;
}
.why-chhoose-us .choose-list .text {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
.why-chhoose-us .choose-list .text div {
  font-size: 18px;
  color: #272b33;
  font-weight: bold;
  line-height: 1;
}
.why-chhoose-us .choose-list .text p {
  margin-top: 12px;
  font-size: 14px;
  color: #748199;
}
.hzfs-us ul {
  margin-top: 54px;
  margin-bottom: 60px;
}
.hzfs-us ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.hzfs-us ul li img {
  max-width: 100%;
}
.hzfs-us ul li p {
  margin-top: 28px;
  font-size: 18px;
  color: #272b33;
}
.applyFor_us .process p {
  font-size: 20px;
  color: #272b33;
}
.applyFor_us .doc_btn a {
  width: 220px;
}
.about-banner {
  height: 440px;
  background: url(../images/about/banner.jpg) no-repeat center;
}
.about-banner .banner-text {
  width: 100%;
  color: #fff;
}
.about-banner .banner-text h3 {
  margin-bottom: 0;
  line-height: 440px;
}
.about_content {
  padding-bottom: 80px;
}
.about_content .about-title {
  margin-top: 40px;
  margin-bottom: 52px;
  font-size: 24px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
}
.about_content .about-title span {
  display: inline-block;
  padding-bottom: 18px;
  border-bottom: 2px solid #1a64f1;
}
.about_content .zby-intro .dec {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.about_content .zby-intro .img {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
}
.about_content .zby-intro .intro-text {
  width: calc(100% - 380px);
  display: inline-block;
  vertical-align: middle;
}
.about_content .zby-culture .list li {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
}
.about_content .zby-culture .list li:hover::after {
  background-color: rgba(7, 107, 242, 0.8);
}
.about_content .zby-culture .list li:hover .line {
  opacity: 0;
}
.about_content .zby-culture .list li:hover p {
  margin-top: 0;
}
.about_content .zby-culture .list li::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(19, 17, 31, 0.8);
  z-index: 1;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about_content .zby-culture .list li .info {
  padding-top: 116px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.about_content .zby-culture .list li .line {
  width: 47px;
  height: 3px;
  background-color: #e6e6e6;
  display: inline-block;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about_content .zby-culture .list li .title {
  font-size: 24px;
}
.about_content .zby-culture .list li p {
  width: 80%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  margin-top: 76px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.about_content .zby-culture .list li .bg {
  width: 100%;
}
.about_content .zby-culture .download {
  margin-top: 40px;
  text-align: center;
}
.about_content .zby-culture .download a {
  width: 410px;
  height: 60px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  background-color: rgba(19, 17, 31, 0.8);
  background: linear-gradient(to top right, #347ef9, #1864e4);
}
.about_content .zby-culture .download .iconfont {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.about_content .zby-serve .list > div {
  margin-bottom: 36px;
}
.about_content .zby-contact .img {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
}
.about_content .zby-contact .img i {
  font-size: 50px;
}
.about_content .zby-contact .info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
}
.about_content .zby-contact .info h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.about_content .zby-contact .info p {
  width: 196px;
  font-size: 16px;
  color: #666666;
}
.about_content .zby-contact .contact-row > div {
  margin-bottom: 22px;
  height: 76px;
}
.page-title {
  text-align: center;
}
.page-title .t {
  font-size: 40px;
  font-weight: bold;
  color: #272b33;
}
.page-title .st {
  margin-top: 15px;
  font-size: 18px;
  color: #748199;
}
.product-menu {
  background-color: #f3f4f9;
  padding-bottom: 60px;
  padding-top: 30px;
}
.product-menu .product-list {
  margin-top: 54px;
}
.product-menu .product-list .vip-types {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.product-menu .product-list .vip-types:hover {
  box-shadow: 0 0 10px 1px rgba(202, 202, 202, 0.5);
}
.product-menu .product-list .vip-title {
  background-color: #ddd;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product-menu .product-list .vip-title div {
  font-size: 24px;
  color: #5c6066;
}
.product-menu .product-list .vip-title p {
  padding: 0 10px;
}
.product-menu .product-list .category-text {
  height: 386px;
  padding: 24px 30px;
  box-sizing: border-box;
}
.product-menu .product-list .category-text .inner {
  position: relative;
  height: 100%;
}
.product-menu .product-list .category-text .vip-eight {
  margin-bottom: 24px;
  font-size: 14px;
  text-align: center;
  color: #272b33;
}
.product-menu .product-list .category-text ul li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #748199;
}
.product-menu .product-list .category-text ul li::after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #1a64f1;
}
.product-menu .product-list .category-text .category-button {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #272b33;
}
.product-menu .product-list .vip-types1 .vip-title {
  background: linear-gradient(to right, #dbe0ea 0, #a2acb9 100%);
  color: #2a3240;
}
.product-menu .product-list .vip-types1 .category-button {
  border: 0;
  background: linear-gradient(to right, #dbe0ea 0, #a2acb9 100%);
  color: #2a3240;
}
.product-menu .product-list .vip-types2 .vip-title {
  background: linear-gradient(to right, #eaeaea 0, #a3a3a4 100%);
  color: #2a3240;
}
.product-menu .product-list .vip-types2 .category-button {
  border: 0;
  background: linear-gradient(to right, #eaeaea 0, #a3a3a4 100%);
  color: #2a3240;
}
.product-menu .product-list .vip-types3 .vip-title {
  position: relative;
  background: linear-gradient(to right, #4f8cff 0, #1a64f1 100%);
  color: #fff;
}
.product-menu .product-list .vip-types3 .vip-title div {
  color: #fff;
}
.product-menu .product-list .vip-types3 .tips {
  display: inline-block;
  background: linear-gradient(to right, #ff7d56 0, #ff3934 100%);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  padding: 0 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.product-menu .product-list .vip-types3 .category-button {
  border: 0;
  background: linear-gradient(to right, #4f8cff 0, #1a64f1 100%);
  color: #fff;
}
.product-menu .product-list .vip-types4 .vip-title {
  background: linear-gradient(to right, #ead3a0 0, #ca914a 100%);
  color: #613e10;
}
.product-menu .product-list .vip-types4 .vip-title div {
  color: #613e10;
}
.product-menu .product-list .vip-types4 .category-button {
  border: 0;
  background: linear-gradient(to right, #ead3a0 0, #ca914a 100%);
  color: #613e10;
}
.vip-box {
  padding-top: 34px;
  padding-bottom: 114px;
}
.headline-bg{
  height: 680px;
    overflow: hidden;
    background: -webkit-linear-gradient(top,#0076d1,#5db8ff);
    background: -moz-linear-gradient(top,#0076d1,#5db8ff);
    background: -o-linear-gradient(top,#0076d1,#5db8ff);
    background: -ms-linear-gradient(top,#0076d1,#5db8ff);
}
.vip-box .vip-wrap {
  background: rgb(0 0 0 / 1%);
  position: relative;
}
.vip-box .fl {
  float: left;
}
.vip-box .vip-box_left {
  width: calc(100% - 760px);
}
.vip-box .vip-box_left .type-name {
  font-size: 16px;
  color: #748199;
  padding-left: 34px;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.vip-box .vip-box_left .vip-col_item {
  padding-left: 34px;
  font-size: 15px;
  color: #272b33;
  text-align: left;
}
.vip-box .vip-box_col {
  width: 190px;
}
.vip-box .type-name {
  font-size: 18px;
  color: #272b33;
  line-height: 64px;
  text-align: center;
  background-color: #fff;
}
.vip-box .type-head {
  background-color: #e8effe;
  line-height: 64px;
  font-size: 20px;
  padding-left: 34px;
  font-weight: bold;
  color: #272b33;
}
.vip-box .vip-col_item {
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  color: #748199;
  line-height: 35px;
  text-align: center;
}
.vip-box .selected {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #8999bd;
  border-radius: 50%;
  overflow: hidden;
}
.vip-box .line {
  color: #cadafc;
}
.vip-box .tab-foot {
  float: right;
  margin-top: 19px;
}
.vip-box .tab-foot p {
  float: left;
  text-align: center;
  color: #888888;
  font-size: 13px;
  border-left: solid 1px #D8D8D8;
  height: 13px;
  line-height: 13px;
  padding-left: 15px;
  margin-left: 15px;
}
.vip-box .tab-foot p:first-child {
  border: none;
}
.page-ai {
  height: 450px;
}
.ai_item {
  padding-top: 82px;
  padding-bottom: 50px;
}
.ai_item .zbk_tab {
  margin-top: 30px;
  margin-bottom: 28px;
  text-align: center;
}
.ai_item .zbk_tab div {
  width: 206px;
  height: 48px;
  border: 1px solid #e6e6e6;
  color: #666666;
  line-height: 48px;
  font-size: 18px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 -1px;
  background-color: #fff;
  cursor: pointer;
}
.ai_item .zbk_tab .zbk-this {
  background-color: #1a64f1;
  color: #fff;
}
.ai_item .zbk_content .item {
  display: none;
}
.ai_item .zbk_content .item-show {
  display: block;
}
.ai_item .zbk_content .text_box {
  position: absolute;
  width: 100%;
  left: 0;
}
.ai_item .zbk_content .text_box h4 {
  color: #3e4957;
}
.ai_item .zbk_content .text_box p {
  margin-top: 10px;
  line-height: 1.2;
  color: #111;
}
.ai_item .zbk_content .left_text > div {
  margin-top: 30px;
}
.ai_item .zbk_content .right_text > div {
  margin-top: 30px;
}
.ai_item .zbk_content .left_text {
  width: 30%;
  float: left;
  text-align: right;
}
.ai_item .zbk_content .left_text .text2 {
  margin-top: 50px;
}
.ai_item .zbk_content .right_text {
  width: 37%;
  float: right;
}
.ai_item .product_side {
  width: 222px;
  float: left;
}
.ai_item .product_side .t {
  margin-bottom: 26px;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}
.ai_item .product_side ul {
  border: 1px solid #e6e6e6;
}
.ai_item .product_side li {
  position: relative;
  line-height: 50px;
  padding-left: 22px;
  color: #748199;
}
.ai_item .product_side li a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.ai_item .product_side li.active {
  background-color: #f2f2f6;
  color: #272b33;
}
.ai_item .product_side li.active::after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #1a64f1;
  position: absolute;
  left: 0;
  right: 0;
}
.ai_item .product_list {
  width: calc(100% - 276px);
  float: right;
}
.ai_item .product_list .img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.ai_item .product_list .img img {
  width: 100%;
  /* height: 18em; */
  object-fit: cover;
}
.ai_item .product_list .info {
  margin-bottom: 28px;
}
.ai_item .product_list .info .t {
  margin-bottom: 8px;
}
.ai_item .product_list .info .t a {
  font-size: 16px;
  color: #272b33;
}
.ai_item .product_list .info p {
  font-size: 14px;
  color: #748199;
  height: 30px;
}
.ai_product {
  border-top: 1px solid #e6e6e6;
}
.zbk_box {
  background-color: #f3f4f9;
}
.zbk_box .zbk_tab_two {
  border-bottom: 1px solid #cccccc;
}
.zbk_box .zbk_tab_two div {
  width: auto;
  text-align: center;
  font-size: 16px;
  color: #272b33;
  background-color: transparent;
  border: none;
}
.zbk_box .zbk_tab_two div span {
  display: inline-block;
  line-height: 54px;
  cursor: pointer;
}
.zbk_box .zbk_tab_two .swiper-slide-thumb-active span {
  color: #1a64f1;
  background-color: transparent;
  border-bottom: 4px solid #1a64f1;
}
.zbk_box .gallery-inner-father {
  position: relative;
}
.zbk_box .gallery-inner-father .swiper-button-next,
.zbk_box .gallery-inner-father .swiper-button-prev {
  outline: none;
}
.zbk_box .gallery-inner-father .swiper-button-next::after,
.zbk_box .gallery-inner-father .swiper-button-prev::after {
  content: "";
  display: none;
}
.zbk_box .gallery-inner-father .swiper-button-next {
  right: -40px;
}
.zbk_box .gallery-inner-father .swiper-button-prev {
  left: -40px;
  transform: rotate(180deg);
}
.zbk_box .gallery-inner-father .swiper-button-disabled {
  opacity: 0;
}
.zbk_box .gallery-inner {
  margin-top: 40px;
}
.zbk_box .gallery-inner .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.zbk_box .gallery-inner .pic_show {
  position: relative;
  width: 50%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.zbk_box .gallery-inner .pic_show img {
  width: 100%;
}
.zbk_box .gallery-inner .pic_show .cur_link {
  position: absolute;
  bottom: -74px;
  width: 100%;
  z-index: 2;
}
.zbk_box .gallery-inner .pic_show .cur_link .iconfont {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 2px;
}
.zbk_box .gallery-inner .pic_show .cur_link a {
  font-size: 20px;
  float: left;
  color: #1a64f1;
  line-height: 70px;
  border: 1px solid #1a64f1;
  text-align: center;
  text-decoration: none;
}
.zbk_box .gallery-inner .pic_show .cur_link a:nth-child(1) {
  width: 238px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(230, 230, 230, 0.5);
}
.zbk_box .gallery-inner .pic_show .cur_link a:nth-child(2) {
  background-color: #1a64f1;
  width: calc(100% - 238px);
  color: #fff;
}
.zbk_box .gallery-inner .item-info-box {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  float: left;
}
.zbk_box .gallery-inner .item-info-box .t {
  margin-bottom: 28px;
  font-size: 34px;
  font-weight: bold;
  color: #272b33;
}
.zbk_box .gallery-inner .item-info-box .dec {
  margin-bottom: 60px;
  font-size: 16px;
  color: #272b33;
  line-height: 24px;
}
.zbk_box .gallery-inner .item-info-box .relate-product .relate-title {
  font-size: 14px;
  color: #748199;
}
.zbk_box .gallery-inner .item-info-box .relate-product .gallery-product .swiper-wrapper {
  display: block;
}
.zbk_box .gallery-inner .item-info-box .relate-product .gallery-product .swiper-slide {
  width: 200px;
  float: left;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-top: 14px ;
  margin-right: 11px  ;
  font-size: 14px;
  color: #272b33;
  cursor: pointer;
}
.zbk_box .gallery-inner .item-info-box .relate-product .gallery-product .swiper-slide a {
  color: inherit;
}
.zbk_box .gallery-inner .item-info-box .relate-product .gallery-product .swiper-slide-thumb-active {
  border-color: #1a64f1;
  color: #1a64f1;
}
.downLoad-btn {
  margin-top: 46px;
  text-align: center;
}
.downLoad-btn a {
  display: inline-block;
  text-align: center;
  margin: 0 37px;
  border: 1px solid #333333;
  border-radius: 5px;
  width: 152px;
  height: 48px;
  box-sizing: border-box;
  line-height: 48px;
  font-size: 18px;
  color: #272b33;
  text-decoration: none;
}
.downLoad-btn a i {
  font-size: 24px;
  vertical-align: middle;
}
.dowmload_img {
  margin-top: 68px;
  text-align: center;
}
.dowmload_img img {
  display: inline-block;
}
#mobileDownload .modal-dialog {
  width: 828px;
}
#mobileDownload .modal-header {
  border-bottom: 0;
}
#mobileDownload .modal-content {
  border: none;
  background: linear-gradient(to bottom, #e7f3fe 0, #feffff 100%);
}
#mobileDownload .modal-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 0;
  padding-bottom: 40px;
}
#mobileDownload .modal-body .t {
  margin-bottom: 30px;
  text-align: center;
  font-size: 34px;
  color: #272b33;
  font-weight: bold;
}
#mobileDownload .modal-body .teachbox {
  padding: 18px 14px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(28, 76, 186, 0.08) 0 0 16px;
}
#mobileDownload .modal-body .ewm {
  margin-top: 35px;
}
#mobileDownload .modal-body .for {
  margin-top: 20px;
  font-size: 14px;
  color: #a1a1a1;
}
#mobileDownload .modal-body .title {
  padding: 18px 0;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  color: #272b33;
  font-weight: bold;
}
.product_detail {
  padding-top: 94px;
  padding-bottom: 48px;
  display: inline-block;
}
.product_detail .product_img {
  width: 390px;
  height: 390px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  position: relative;
}
.product_detail .product_img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  /*width: 100%;*/
  object-fit: cover;
  height: 100%;
}
.product_detail .product_info {
  width: calc(100% - 448px);
  vertical-align: top;
  float: right;
}
.product_detail .product_info h1 {
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 28px;
  color: #333;
}
.product_detail .product_info .p {
  font-size: 16px;
  color: #666666;
}
.product_detail .product_info .price {
  background-color: #f3f4f8;
  font-size: 14px;
  color: #666666;
  line-height: 70px;
  padding: 0 16px;
  margin-top: 28px;
}
.product_detail .product_info .price span {
  margin-left: 26px;
  font-size: 30px;
  color: #f2351f;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.product_detail .product_info .sku-box {
  font-size: 14px;
  color: #666666;
  margin-top: 30px;
}
.product_detail .product_info .sku-box .sku {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
}
.product_detail .product_info .sku-box .sku li {
  display: inline-block;
  line-height: 38px;
  text-align: center;
  padding: 0 20px;
  color: #333333;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}
.product_detail .product_info .sku-box .sku .active {
  border-color: #fd7e42;
  background: url(../images/product/active_sku.png) no-repeat bottom right;
}
.product_detail .product_info .buy_control {
  margin-top: 20px;
}
.product_detail .product_info .quantity-form {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  margin-left: 18px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  line-height: 40px;
}
.product_detail .product_info .quantity-form .decrement,
.product_detail .product_info .quantity-form .increment {
  width: 40px;
  float: left;
  text-align: center;
  color: #77787b;
  font-size: 20px;
  text-decoration: none;
}
.product_detail .product_info .quantity-form .itxt {
  float: left;
  width: 83px;
  border: 0;
  outline: none;
  text-align: center;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  color: #333333;
}
.product_detail .product_info .productFlex {
	display: flex;
}
.product_detail .product_info .buy_btn {
  display: block;
  width: 200px;
  height: 50px;
  background-color: #076bf2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  margin-top: 24px;
  border-radius: 5px;
  margin-right: 15px;
}
.product_detail .product_info .ask_btn {
	border: 1px solid #1a64f1 !important;
  	background-color: #ffffff !important;
    color: #1a64f1 !important;
}



/* 我要推广按钮样式：水波纹 */
.extendBtn {
  width: 200px;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 0.75em 1em;
  color: #1a64f1;
  border: 1px solid #1a64f1;
  transition: 4s;
  background: #fff;
  margin-top: 24px;
  margin-right: 50px;
  border-radius: 5px;
}

.extendBtn:before,
.extendBtn:after {
  content: "";
  position: absolute;
  top: -1.5em;
  z-index: -1;
  width: 220%;
  aspect-ratio: 1;
  border: none;
  border-radius: 40%;
  background-color: rgb(26 100 241 / 46%);
  transition: 4s;
}

.extendBtn:before {
  left: -80%;
  transform: translate3d(0, 5em, 0) rotate(-340deg);
}

.extendBtn:after {
  right: -80%;
  transform: translate3d(0, 5em, 0) rotate(390deg);
}

.extendBtn:hover,
.extendBtn:focus {
  color: white;
}

.extendBtn:hover:before,
.extendBtn:hover:after,
.extendBtn:focus:before,
.extendBtn:focus:after {
  transform: none;
  background-color: rgb(26 100 241);
}
.extend_text {
  margin-top: 30px;
  color: #f2351f;
}
@media (max-width: 996px) {
  .product_detail .product_info .buy_btn {
    height: 40px;
    line-height: 40px;
    margin: 24px auto 0;
  }
}

.worpflex {
 	display: flex;
   flex-wrap: wrap-reverse;
 }
 .product-file {
   flex: 1;
   margin-right: 80px;
 }
 .product-video {
   flex: 1;
 }
 .worpflex .flex-title {
 	padding: 10px;
   font-family: '微软雅黑';
   font-size: 2rem;
   background-color: #f2f5f8;
   font-weight: bold;
 }
 .worpflex .product-item-list {
 	padding: 10px;
 }
 .worpflex .product-item-list .product-item {
 	margin-bottom: 10px;
   	margin-top: 5px;
 }
 .worpflex .product-item-list .product-item .item-name {
   	font-size: 16px;
  	font-weight: bold;
   	color: #4489ec;
 }
 .worpflex .product-item-list .product-item .item-time {
 	font-size: 14px;
   	color: #535353;
   	margin-top: 3px;
 }

.four_serve {
  border-top: 1px solid #e6e6e6;
  line-height: 88px;
}
.four_serve li {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}
.four_serve li img {
  margin-right: 8px;
}
.h_bg {
  height: 16px;
  background-color: #f3f4f9;
}
.main-wrap-product .tabbar {
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.main-wrap-product .tabbar span {
  margin-right: 78px;
  line-height: 78px;
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.main-wrap-product .tabbar .active {
  border-bottom: 5px solid #1a64f1;
}
.main-wrap-product .product-content .item {
  display: none;
}
.main-wrap-product .product-content .item img {
  max-width: 100%;
  height: auto;
}
.main-wrap-product .product-content .item-show {
  display: block;
}
#getFangan .modal-title {
  font-size: 20px;
  color: #1a64f1;
  text-align: center;
  font-weight: bold;
}
#getFangan button {
  background-color: #076bf2;
  font-size: 16px;
  color: #fff;
  border: none;
  outline: none;
}
#getFangan .tips {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.tabversion {
  position: absolute;
  top: 0px;
  width: 1140px;
  z-index: 30;
}
.fixedTab {
  position: fixed;
  top: 74px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}
