/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* @font-face {  
  src: url('../font/SourceHanSansCN-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-weight: 200;
  src: url('../font/SourceHanSansCN-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'heavy';
  src: url('../font/SourceHanSansCN-Heavy.otf');
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'pm';
  src: url('../font/pm.ttf');
}

@font-face {
  font-family: 'sourceHanSerifCN';
  src: url('../font/sourceHanSerifCN.otf');
  font-weight: normal;
  font-style: normal;
} 

.col-xs-2-half,
      .col-sm-2-half,
      .col-md-2-half,
      .col-lg-2-half {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
      }

      @media (min-width: 768px) {
        .col-sm-2-half {
          width: 20%;
          float: left;
        }
      }

      @media (min-width: 992px) {
        .col-md-2-half {
          width: 20%;
          float: left;
        }
      }

      @media (min-width: 1200px) {
        .col-lg-2-half {
          width: 20%;
          float: left;
        }
      }

body {
  font-family: '"Microsoft Yahei", "heiti","Source Sans Pro","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif';
  overflow-x: hidden;
}
.clearfix:after {
  content: " ";
  display: block;
  line-height: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.container {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    width: 1140px !important;
  }
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-brand {
  padding: 0 !important;
  margin-left: 15px;
  line-height: 54px;
  width: 142px;
  position: relative;
}
.navbar-brand .normalLogo{
  display: none !important;
}

.banner-center
{
	 width: 35%;
    margin: 0 auto;
}

.banner-centerbg
{
	width:100%;
	margin-top:30px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-inner > .item > img {
  min-width: 100%;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}
/* Featurettes
------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
.navbar {
  background: transparent !important;
  border-bottom: none !important;
  padding-top: 60px;
}

.login a{
  padding-right: 0 !important;
}
.login .avater{
  display: none;
  user-select: none;
  width: 30px;
  height: 30px;
  background: #163a8c;
  border-radius: 50%;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-top: 11px;
  padding-left: 1px;
}

.titleline
{
	width:50px;
	height:1px;
	background:#fff;

}

.titlelinebg
{
	width:100%;
	height:1px;
	/*background:#fff;*/
	display: grid; 
	place-items: center;
	margin-bottom:80px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
  border-color: none;
}
.collapse:not(.in) .navbar-nav > li {
  /* margin-right: 15px; */
  line-height: 54px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background: none !important;
  color:#fff !important;
}
.collapse:not(.in) .navbar-nav > li > a {
  padding: 0px 20px;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  font-weight: 200;
  line-height: 54px;
}
.collapse:not(.in) .navbar-nav > li > a:hover {
  color:#fff !important;  
}
.collapse:not(.in) .navbar-nav li.try-free{
  display: list-item;
}
.navbar-default .navbar-nav > .open > a {
  color: #0099e5 !important;
  background: none !important;
}
.navbar li.try-free a {
  display: inline-block;
  font-size: 18px;
  /*color: #2e64d1 !important;*/
  color: #333 !important;
  background-color: #fff !important;
  border-radius: 3px;
  height: 46px;
  width: 130px;
  text-align: center;
  line-height: 46px !important;
}
.collapse:not(.in) .navbar-nav > li.try-free > a:hover,
.collapse:not(.in) .navbar-nav > li.try-free > a:focus{
  color: #2e64d1 !important;
  background-color: #fff !important;
  opacity: 0.8;
  font-weight: 200;
}


li.try-free {
  padding-left: 15px;
  position: relative;
}
li.try-free span{
  position: absolute;
  right: 0;
  white-space: nowrap;
  background: rgba(255,255,255, 0.8);
  text-align: center;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  line-height: 36px;
  border-radius: 5px;
  bottom: -40px;
}
li.try-free span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(255,255,255, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
li.try-free:hover span {
  display: block !important;
  
}
.navbar li  {
  position: relative;
 }
 .navbar li:hover .dropdown-menu {
   display: block;
 }
 .navbar li img {
   position: absolute;
   right: 0;
   top:50%;
   transform: translateY(-50%);
   width: 14px;
 }
 .collapse .dropdown-menu a {
   font-size: 14px;
   text-decoration: none;
   
 }
 .collapse .dropdown-menu ul {
   list-style-type: none;
 }

@media (max-width: 760px) {
  .navbar{
    padding-top: 0;
    background: #fff !important;
  }
  .navbar .normalLogo{
    display: block !important;
  }
  .navbar .whiteLogo{
    display: none !important;
  }
  .navbar-default .navbar-nav > .active > a, 
  .navbar-default .navbar-nav > .active > a:hover, 
  .navbar-default .navbar-nav > .active > a:focus{
    background: none !important;
    color:#2e64d1 !important;
    font-weight: 400 !important;
  }
}
@media (min-width: 768px) {
  .navbar {
    transition: 0.3s;    
  }
  .navbar.shadow {
    box-shadow: 2px 2px 10px rgba(17,145,243,0.15);
    background: #fff !important;
    padding-top: 0;
  }
  .navbar.shadow .collapse:not(.in) .navbar-nav li.try-free a{
   /* background-color: #2e64d1 !important;*/
	background-color: #036f8a !important;
	
    color: #fff !important;
    height: 36px;
    line-height: 36px !important;
  }
  
  .navbar.shadow .normalLogo{
    display: block !important;
  }
  .navbar.shadow .whiteLogo{
    display: none !important;
  }
  .navbar.shadow .collapse:not(.in) .navbar-nav > li > a {
    padding: 0px 20px;
    font-size: 18px;
    color: #666 !important;
    transition: 0.3s;
    font-weight: 200;
    line-height: 54px;
  }
  .shadow .collapse:not(.in) .navbar-nav > li > a:hover {
    color:#2e64d1 !important;    
  }
  .navbar.shadow .navbar-nav > li.try-free > a:hover, 
  .navbar.shadow .navbar-nav > li.try-free > a:focus{
    background-color: #2e64d1 !important;
    color: #fff !important;
    opacity: 0.8;
  }
  .navbar-default.shadow .collapse:not(.in) .navbar-nav > .active > a, 
  .navbar-default.shadow .collapse:not(.in) .navbar-nav > .active > a:hover, 
  .navbar-default.shadow .collapse:not(.in) .navbar-nav > .active > a:focus{
    background: none !important;
    color:#2e64d1 !important;
    font-weight: 400 !important;
  }
  .dropdown {
    cursor: pointer;
  }
  .navbar .dropdown-menu {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);;
    padding: 16px;
  }
  .shadow .dropdown-menu.case-dropdown li a{
    color: #fff !important;
    
  }
  .navbar .dropdown-menu li img {
    width: 14px;
    left: 6px;
  }
  .navbar .dropdown-menu li .recommend {
    position: absolute;
    width: 40px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: rgba(234, 90, 88, 0.1);
    border-radius: 4px;
    font-size: 12px;
    color: #EA5A58;
    right: 3px;
    top: 50%;
    margin-top: -9px;
  }
  .navbar .dropdown-menu li a{
    color: #000 !important;
    padding-left: 30px;
    padding-right: 80px;
    line-height: 24px;
  }
  
  
 
  .collapse .dropdown-menu {
    left: -10px;
    text-align: center;
    /* min-width: 96px; */
    border: none;
    /* position: fixed;
    
    top: 54px;
    height: 265px;
    background: #1f1f1f; */
  }
  .collapse .dropdown-menu ul {
    list-style-type: disc;
  }
  .collapse .dropdown-menu .dropdown-header {
    padding: 3px 0;
    font-size: 16px;
    
    color: #fff;
  }
  .collapse .dropdown-menu ul {
    padding-left: 18px;
    color: #ccc;
    list-style-type: disc;
  }
  .collapse .dropdown-menu ul.img {
    list-style-type: none;
    padding: 0;
  }
  .collapse .dropdown-menu img {
    margin-right: 10px;
  }
  .collapse .dropdown-menu li {
    line-height: 38px;
  }
  .collapse .dropdown-menu li a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
  }
  .collapse .dropdown-menu li a:hover {
    color: #fff;
  }
  .collapse .navbar-nav > li {
    /* margin-right: 15px; */
    line-height: 54px;
  }
  .collapse .navbar-nav > li > a {
    padding: 0px 20px;
    font-size: 14px;
    color: #000;
    transition: 0.3s;
    
    line-height: 54px;
  }
}
/* footer */
footer.footer {
  padding: 50px 0 0px 0;
/*  background: #2e64d1;*/
  background: #036f8a;
  position: relative;
}
footer.footer h1{
  color: #fff;
  margin-bottom: 20px;
}
footer.footer h1 img{
  width: 42px;
  margin-top: -5px;
}
footer.footer h1 i.line {
  display: inline-block;
  width: 5px;
  height: 32px;
  background: #fff;
  margin: 0px 10px -4px;
}
footer.footer ul li {
  padding-left: 0;
}
footer.footer ul h4 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
footer.footer ul li {
  display: block;
  margin-bottom: 5px;
  line-height: 28px;
  white-space: nowrap;
}
footer.footer ul li::after {
  content: '';
  clear: both;
  display: table;
}
footer.footer ul.dot li a {
  float: left;
}
footer.footer ul {
  padding: 0;
  margin: 0;
}
footer.footer ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 200;
}
footer.footer ul li a:hover {
  color: #fff;
}
footer.footer .copyright {
  padding: 10px 0;
  font-size: 14px;
  background: #000;
  color:#fff;
  margin: 0;
  font-weight: 200;
  line-height: 32px;
  text-align: center;
  margin-top: 50px;
}
footer.footer .copyright a{
  color: #fff;
  text-decoration: underline !important;
  margin: 0 10px;
}
footer.footer .copyright p{
  margin: 0;
}
footer.footer .erweima {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}
footer.footer .erweima img {
  width: 100%;  
  margin-bottom: 10px;
}
footer.footer .icon {
  width: 18px;
  height: 18px;
  margin-right: 16px;
  margin-top: -2px;
}
footer.footer .links{
  margin: 12px auto 0;
}
footer.footer .links a{
  display: block;
  padding-top: 20px;
  position: relative;
  text-align: right;
}
footer.footer .links a .code{
  position: absolute;
  top: 40px;
  left: -20px;
  display: none;
}
footer.footer .links a:hover .code {
  display: block;
}
footer.footer .links img.icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
footer.footer .goTop {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: fixed;
  right: 80px;
  bottom: 260px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
footer.footer .goTop img{
  width: 20px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  footer.footer {
    padding: 50px 0 0px 0;
  }
  footer.footer h1 {
    font-size: 24px;
    text-align: center;
  }
}
@keyframes imageAnimation { 	
  0% {	    opacity: 1;	    animation-timing-function: ease-in;	}	
  20% {	    opacity: 1;	    transform: scale(1.05);	}	
  50% {	    opacity: 1;	    transform: scale(1.1);}	
  70% {	    opacity: 1;	    transform: scale(1.15);}	
  90% {	    opacity: 1;	    transform: scale(1.2);	animation-timing-function: ease-out;}	
  100% { opacity: 1; }
}
.home {
  overflow: hidden;
}
.home .home-banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  /* height: 950px; */
}
.home .banner-top .title{
  font-family: sourceHanSerifCN;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  /*margin-bottom: 40px;*/
  margin-bottom: 20px;
  text-align: center;
}
.home .banner-top p{
  font-size: 24px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 2px;
  line-height: 26px;
  text-align: center;
}
.home .banner-top .video-button{
  display: inline-block;
  font-size: 18px;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin: 60px 20px 0 auto;
  border-radius: 3px;
 /* background: #fff;*/
  color: #2e64d1;
  cursor: pointer;
}
.home .banner-top .qq{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.home .banner-top .qq svg{
  fill: #fff;
  width: 20px;
  height: 12px;
  transition: 0.3s;
}
.home .banner-top{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: 80% 75%;
  text-align: left;
  padding-top: 260px;
  text-align: center;
}
.home .home-banner i.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  background: #036f8a;
  opacity: 0.8;
  z-index: 2;
}
.home .home-banner .banner-bg {
  width: 100%;
  margin: 0 auto;
  /* animation: imageAnimation 10s linear infinite; */
}
video.banner-bg::-webkit-media-controls {
  overflow: hidden !important;
}
video.banner-bg::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}
.home .home-banner .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1 !important;
  background: #e6e6e6;
}
.home .home-banner .swiper-pagination-bullet-active{
  width: 45px;
  border-radius: 50px;
}
@media (max-width: 760px) {
  .home .home-banner{
    height: 450px;
    
  }
  .home .home-banner .banner-bg {
    height: 100%;
  }
  .home .banner-top{
    padding-top: 100px; 
    text-align: center;
  }
  .home .banner-top .title{
    font-size: 40px;
  }
  .home .banner-top{
    background-image: none !important;
  }
  .home .home-banner img.banner-bg{
    height: 100%;
  }
  .home .banner-top .video-button{
    display: block;
    margin: 20px auto;
  }
  .home .banner-top .qq {
    display: block;
    text-align: center;
  }
}

.home .home_float{
  /* width: 100px; */
  padding: 20px 20px 10px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0px 8px 0px rgba(17,145,243,0.15);
  position: fixed;
  right: 50px;
  top: 35%;
  z-index: 999;
  text-align: center;
  opacity: 0.8;
}
.home .home_float a{
  display: block;
  font-size: 14px; 
  color: #666;
  margin-bottom: 10px;
}
.home .home_float a:hover{
  color: #1255c8;
}
.home .home_float div {
  position: relative;
}
.home .home_float div a{
  float: left;
}
.home .home_float div img {
  width: 28px;
  float: right;
  margin-top: -5px;
}

.home .home_means {
  margin-top: -60px;
  position: relative;
  z-index: 10;
}
.home .home_means .row{
  text-align: center;
  margin: 0;
}
.home .home_means .row{
  text-align: center;
}
.home .home_means .box{
  position: relative;
  width: 200px;
  height: 120px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0px 8px 0px rgba(17,145,243,0.15);
  padding: 20px;
  text-align: left;
  float: left;
  margin-right: 22px;
  margin-bottom: 12px;
}
.home .home_means .box .title{
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 12px;
}
.home .home_means .box p{
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 12px;
}
.home .home_means .box a{
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  bottom: 12px;
}
.home .home_means .box a svg{
  fill: #b2b2b2;
}
.home .home_means .box:hover{
  background: #f5f7fa;
  transition: 0.3s;
}
.home .home_means .box:hover .title{
  color: #2e64d1;
  transition: 0.3s;
}
.home .home_means .box:hover a svg{
  fill: #2e64d1;
  transition: 0.3s;
}
@media (max-width: 760px) {
  .home .home_means {
    margin: 0;
    padding: 3% 0;
  }
  .home .home_means .box {
    width: 48%;
    margin-right: 2%;
  }
}

.home .home_0code{
  padding: 3% 0;
  background-image: linear-gradient(to right, #2e64d1, #082eb3);
  position: relative;
  overflow: hidden;
}
.home .home_0code i.ring{
  display: block;
  width: 500px;
  height: 500px;
  border: 60px #6293e7 solid;
  position: absolute;
  top: -160px;
  left: -250px;
  border-radius: 50%;
}
.home .home_0code .left{
  width: 520px;
  float: left;
  margin-left: 180px;
  position: absolute;
  z-index: 2;
  bottom: 170px;
  left: 0;
}
.home .home_0code .left i{
  display: block;
  width: 50px;
  height: 10px;
  background: #fff;  
}
.home .home_0code .left .title{
  margin: 40px 0;
  color: #fff;
  font-weight: 600;
}
.home .home_0code .left .title .head{
  font-size: 50px;
}
.home .home_0code .left .title .end{
  font-size: 50px;
}
.home .home_0code .left  p{
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
}
.home .home_0code .right {
  float: right;
  margin-right: -475px;
  position: relative;
  z-index: 1;
}
.home .home_0code .right .box {
  white-space: nowrap;
  margin-bottom: 30px;
}
.home .home_0code .right .box:nth-child(2) {
  margin-left: 240px;
}
.home .home_0code .right .box:nth-child(3) {
  margin-left: 480px;
}
.home .home_0code .right img{
  height: 240px;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .home .home_0code .left{
    position: relative;
    bottom: auto;
  }
  .home .home_0code .left .title{
    margin: 20px 0;
  }
}
@media (max-width: 760px) {
  .home .home_0code .left{
    position: relative;
    bottom: auto;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .home .home_0code .left .title{
    margin: 12px 0;
  }
  .home .home_0code .left .title .head{
    font-size: 40px;
  }
  .home .home_0code .left .title .end{
    font-size: 30px;
  }
  .home .home_0code .left i{
    margin: 0 auto;
  }
  .home .home_0code .left  p{
    font-size: 14px;
  }
  .home .home_0code .right{
    margin: 0;
    float: none;
  }
  .home .home_0code .right .box{
    margin: 0 !important;
    padding: 0 15px;
    white-space: normal;
  }
  .home .home_0code .right .box img{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: auto;
  }
}

.home .main-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
}
.home .home_function {
  padding: 3% 0;
  background:#fafbfc;
}
.home .home_function .nav-tabs{
  text-align: center;
  border:none;
}
.home .home_function .nav-tabs > li {
  display: inline-block;
  float:none;
  padding:0 60px;
  margin: 0;  
  margin-bottom: 15px;
}
.home .home_function .nav-tabs > li a{
  display: inline;
  font-size: 20px;
  color:#313747;
  border:none;
  position: relative;
  margin: 0;
  padding: 0 5px;
}
.home .home_function .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, 
.home .home_function .nav-tabs > li.active > a:focus{
  background: none !important;
  border:none !important;
}
.home .home_function .nav-tabs > li > a:hover {
  border:none !important;
}
.home .home_function .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none !important;
  background:none !important;
}
.home .home_function .nav-tabs > li.active a::after{
  content: '';
  width: 100%;
  height: 5px;
  border-radius: 100px;
  background: #1191f3;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.home .home_function .tab-content{
  margin-top: 3%;
  text-align: center;
}
.home .home_function .tab-content img{
  max-width: 100%;
}
.home .home_function .learn-more{
  font-size: 20px;
  color:#1191f3;
  display: block;
  text-align: center;
  margin-top: 3%;
}

.home .home_introduce{
  padding:3% 80px;
  overflow: hidden;
}
.home .home_introduce a {
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
 /* background: #3064d1;*/
  background: #036f8a;
  border-radius: 3px;
}
.home .home_introduce .left{
  width: 33%;
  float: right;
  margin-top: 280px;
}
.home .home_introduce .left .line{
  display: block;
  width: 50px;
  height: 10px;
 /* background: #2e64d1;*/
    background: #036f8a;
  margin-bottom: 40px;
}
.home .home_introduce .left .title{
  font-size: 50px;
  /*color: #2e64d1;*/
   color: #036f8a;
  font-weight: 600;
  margin-bottom: 40px;
  
}
.home .home_introduce .left p{
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 40px;
}
.home .home_introduce .right1{
  float: left;
  width: 33%;
  position: relative;  
}
@keyframes move {
  0% { transform: translateX(0%); }
  25% { transform: translateX(-30%); }
  50% { transform: translateX(-50%); }
  75% { transform: translateX(-30%); }
  100% { transform: translateX(0%); }
}
.move-squa::after{
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  border: 10px solid #eaeffa;  
  transform: rotate(45deg);  
}
.home .home_introduce .move-squa {
  position: absolute;
  bottom: 0;
  left: -50px;
  animation: move 8s linear 0s infinite normal;
}
.home .home_introduce .right2{
  float: left;
  width: 33%;
  margin-top: 50px;
  position: relative;
}
.home .home_introduce .right2 .rotate{
  position: absolute;
  top: -60px;
  right: -45px;
  z-index: 1;
}
.home .home_introduce .box{
  padding: 40px;
  background-color: #fafcff;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 0px 8px 0px rgba(17,145,243,0.15);
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: 95% 90%;
  position: relative;
  z-index: 2;
}
.home .home_introduce .box .title{
  font-size: 40px;
  font-weight: 600;
  /*color: #2e64d1;*/
  color: #036f8a;
  
  margin-bottom: 30px;
}
.home .home_introduce .box span{
  display: inline-block;
  font-size: 14px;
  font-weight: 200;
  margin: 0 20px 20px 0;
}
@media (max-width: 1024px) {
  .home .home_introduce .left{
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .home .home_introduce .left .line{
    margin: 0 auto;
  }
  .home .home_introduce .left .title{
    margin: 20px 0;
    font-size: 40px;
  }
  .home .home_introduce .left p{
    margin-bottom: 20px;
  }
  .home .home_introduce .right1,
  .home .home_introduce .right2{
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 514px) {
  .home .home_introduce .box .title{
    font-size: 20px;
  }
  .home .home_introduce{
    padding: 3% 15px;
  }
  .home .home_introduce .box{
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
  }
}

.home .home_feature{
  padding-bottom: 20px;
}
.home .home_feature .row{
  padding:20px 0 20px 8%;
}
.home .home_feature .col-lg-3 {
  text-align: left;
  margin-bottom: 20px;
}
.home .home_feature .col-lg-3 .img-warp{
  width: 70px;
  height: 70px;
  position: relative;
}
.home .home_feature .col-lg-3 .word-warp h2{
  font-size: 20px;
  color:#313747;
  margin-bottom: 20px;
}
.home .home_feature .col-lg-3 .word-warp p{
  font-size: 14px;
  color:#b8becc;
}
.home_honor{
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.home_honor .right{
  width: 50%;
  background: #0c59db;
  opacity: 0.9;
  float: right;
  padding-left: 230px;
  padding: 15% 0 15% 230px;
  position: relative;
  overflow: hidden;
}
.home .home_honor .right .rotate{
  position: absolute;
  width: 230px;
  height: 230px;
  right: -90px;
  bottom: -90px;
}
.home .home_honor .right .line{
  display: block;
  width: 50px;
  height: 10px;
  background: #fff;
  margin-bottom: 40px;
}
.home .home_honor .right .title{
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  
}
.home .home_honor .right p{
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 80px;
}

@media (max-width: 760px) {
  .home_honor{
    display: none;
  }
}

.home_agency {
  padding-top: 650px;
  background-position: center 0; 
  background-repeat: no-repeat;
  background-size: auto 650px; 
  position: relative;
  padding-bottom: 50px;
}
@keyframes warn {
  0% {
  transform: scale(1);
  opacity: 0.0;
  }
  
  25% {
  transform: scale(1.1);
  opacity: 0.1;
  }
  
  50% {
  transform: scale(1.2);
  opacity: 0.3;
  }
  
  75% {
  transform: scale(1.3);
  opacity: 0.5;
  }
  
  100% {
  transform: scale(1.4);
  opacity: 0.0;
  }
  }
  
  @keyframes warn1 {
  0% {
  transform: scale(1);
  opacity: 0.0;
  }
  
  25% {
  transform: scale(1.2);
  opacity: 0.1;
  }
  
  50% {
  transform: scale(1.4);
  opacity: 0.3;
  }
  
  75% {
  transform: scale(1.6);
  opacity: 0.5;
  }
  
  100% {
  transform: scale(1.9);
  opacity: 0.0;
  }
  }

  .home_agency .warp {
    position: absolute;
    width: 120px;
    height: 120px;
    top: 145px;
    right: 25%;    
  }
  /* 娣囨繃瀵旀径褍鐨稉宥呭綁閻ㄥ嫬鐨崷鍡楁箑 */
  .home_agency .dot {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
    border-radius: 50%; 
    z-index: 2;
    cursor: pointer;
  }
  /* 娴溠呮晸閸斻劎鏁鹃敍鍫濇倻婢舵牗澧块弫锝呭綁婢堆嶇礆閻ㄥ嫬娓鹃崷锟� 缁楊兛绔存稉顏勬妇 */
  .home_agency .pulse {
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -45px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn 2s linear;
  -moz-animation: warn 2s linear;
  animation: warn 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  }
  /* 娴溠呮晸閸斻劎鏁鹃敍鍫濇倻婢舵牗澧块弫锝呭綁婢堆嶇礆閻ㄥ嫬娓鹃崷锟� 缁楊兛绨╂稉顏勬妇 */
  .home_agency .pulse1 {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-animation: warn1 2s linear;
  -moz-animation: warn1 2s linear;
  animation: warn1 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  }
.home_agency .top-word {
  position: absolute;
  top: -400px;
  left: 0;
  color: #fff;
  width: 50%;
  padding-left: 100px;
  font-size: 14px;
  line-height: 28px;
}
.home_agency .top-word h4 {
  font-size: 50px;
}
.home_agency .top-word p {
  margin: 25px 0;
}
.home_agency .top-word i {
  display: block;
  width: 50px;
  height: 10px;
  background: #fff;
  margin-bottom: 40px;
 }
.home_agency .top-word a {
  display: block;
  width: 130px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 3px;
  background: #fff;
  color: #2e64d1;
  font-size: 18px;
}
.home_agency .inner-banner {
  margin: 0 auto;
  margin-top: -180px;
  width: 1400px;
  position: relative;
}
.home_agency .inner-banner .words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
.home_agency .inner-banner .words .title {
  color: #fff;
  font-weight: 600;
  font-size: 50px;  
  margin-bottom: 40px;
}
.home_agency .inner-banner .words p {
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px; 
}
.home_agency .inner-banner img{
  width: 100%;
}
.home_agency .list{
  overflow: hidden;
  margin-top: -140px;
  position: relative;
  z-index: 1;
}
.home_agency .list .card{
  float: left;  
  margin-bottom: 30px;
}
.home_agency .list .col-md-2 {
  width: 20%;
}
.home_agency .list .card img{
  width: 100%;
} 
.home_agency .list .text{
  background: #fff;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 200;
  box-shadow: 2px 2px 10px rgba(17,145,243,0.15);
}
.home_agency .list .text a{
  color: #000;
}
.home_agency .list .text img{
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 2px;
  float: left;
}
@media (max-width: 760px) {
  .home_agency .list .col-md-2 {
    width: 100%;
  }
  .home_agency{
    padding-bottom: 0;
  }
  .home_agency .list{
    padding: 0;
    margin-top: -275px;
  }
  .home_agency .inner-banner {
    display: none;
  }
  .home_agency .warp{
    left: 50%;
    margin-left: -60px;
  }
}

.home_customer{
  padding:3% 0 5%;  
  position: relative;
}
.home_customer .swiper-container{
  width:90%;
  height: 100%;
  padding: 10px;
}
.home_customer .swiper-slide img{
  max-width: 100%;
}
.home_customer .float{
  width: 1020px;
  height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 140px 0 0 150px;
  box-shadow: 2px 2px 10px rgba(17,145,243,0.15);
}
.home_customer .rotate{
  position: absolute;
  bottom: -60px;
  left: -45px;
  z-index: 1;
}
.home_customer img{
  max-width: 100%;
}
.home_customer .col-md-6{
  padding: 0 !important;
}
.home_customer .word i.line{
  display: block;
  width: 50px;
  height: 10px;
  background: #fff;  
}
.home_customer .word .title{
  margin: 40px 0 20px;
  color: #fff;
  font-weight: 600;
  font-size: 50px;  
}
.home_customer .word p{
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 20px;
}
.home_customer .word a{
  display: block;
  width: 130px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 3px;
  background: #fff;
  color: #2e64d1;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .home_customer .float{
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0;
    bottom: auto;
    right: auto;
    padding: 0;
    padding-top: 20%;
    text-align: center;
  }
  .home_customer .float .line{
    margin: 0 auto;
  }
  .home_customer .float .title{
    margin: 20px 0;
    font-size: 40px;
    
  }
}

.home_download{
  padding:80px 0 3%;
  background:#fafbfc;
  position: relative;
}
.home_download .main-title{
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center;
}
.home_download .arrow{
  width:0;
  height:0;
  border-left:50px solid transparent;
  border-right:50px solid transparent;
  border-top:50px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
.home_download .download-button{
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color:#fff;
  background: #1191f3;
  border-radius: 3px;
}
@media (max-width: 992px) {
  footer.footer ul{
    text-align: center;
  }
  footer.footer ul h4{
    margin-bottom: 0px !important;
  }
  footer.footer ul li a{
    float:none !important;
  }
  .home .main-title{
    margin-bottom: 15px;
    font-size: 28px;
  }
  .home .home_introduce .word-warp{
    padding-top: 0;
    text-align: center;
  }  
  .home .home_introduce .row{
    margin-bottom: 20px;
  }
  .home .home_feature .col-lg-3 .img-warp{
    width: 100%;
  }
  .home .home_feature .row{
    padding:0;
  }
  .home .home_feature .col-lg-3 {
    text-align: center;
  }
  .home .about .word-warp {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 5px;
  }
  .home .about .word-warp h3 {
    display: block !important;
    margin-bottom: 10px;
  }
  .home .advantages .word-warp {
    padding: 0;
    text-align: center !important;
  }
  .home .advantages .word-warp i {
    margin: 15px auto;
  }
  .page-banner .page-nav{
    height: 40px !important;
    line-height: 40px !important;
  }
  .page-banner .page-nav li{
    font-size: 16px !important;
    padding:0 20px !important;
  }
}
.page-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.page-banner .page-nav{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  line-height: 60px;
  background:rgba(0,0,0,0.5);
  padding:0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.page-banner .page-nav li{
  list-style: none;
  display: inline-block;
  font-size: 24px;
  color:#fff;
  padding:0 50px;
  position: relative;
}
.page-banner .page-nav li a{
  position: relative;
  color:#fff;
  z-index: 1;
}
.page-banner .page-nav li.active::after{
  content: '';
  width: 100%;
  height: 100%;
  background:rgba(151,151,151,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.page-banner .expland1-slogan {
  position: relative;
  padding-top: 10%;
}
.page-banner i.bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page-banner .expland1-slogan h1 {
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-weight: 200;
}
.page-banner .expland1-slogan h1 b {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
  display: block;
}
.page-banner .expland1-slogan h1 span {
  font-size: 32px;
}
.page-banner .expland1-slogan .btn.btn-primary {
  margin: 0 40px;
  border-radius: 0;
  border: none;
  background: #007dd2;
  color: #fff;
  transition: 0.5s;
}
.page-banner .expland1-slogan #quickbutton {
  padding-top: 30px;
}

.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
a {
  text-decoration: none !important;
  transition: 0.5s;
}
.case .main-warp {
  padding: 3% 0;
}
.case a font{
  color: #000;
  font-size: 14px;
  transition: 0.3s;
  
}
.case .col-md-3 {
  transition: 0.3s;
  border-radius: 5px;
  padding: 25px;
}
.case .col-md-3.col-sm-6 {
  position: relative;
}
.case .col-md-3.col-sm-6:hover .float{
  display: block;
}
.case .float{
  display: none;
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.case .float a{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.case .float a:hover{
  opacity: 0.5;
}
.case .col-md-3:hover {
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.case .col-md-3:hover img {
  transform: scale(1.1);
}
.case .col-md-3:hover a font{
  color: #1191f3 !important;
}
.case .img-box {
  display: block;
  height: 140px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.case .img-box a{
  display: block;
  width: 100%;
  height: 100%;
}
.case .img-box img {
  transition: 0.5s;
}
.case p {
  margin-top: 15px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .warp {
  display: block;
  width: 100%;
}
.case-show {
  background-color: #f7f8fa;
}
.case-show .pre_next{
  padding: 40px 0;
  border-top: 1px solid #e7e4e6;
  margin-top: 4%;
  overflow: hidden;  
}
.case-show .pre_next a{
  font-size: 14px;
  color: #000;
}
.case-show .pre_next .icon{
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-bottom: 20px;
}
.case-show .pre_next .icon img{
  width: 100%;
  height: 100%;
}
.case-show .pre_next .pre{
  float: left;
  width: 50%;
}
.case-show .pre_next .next{
  float: right;
  width: 50%;
  text-align: right;
}
.case-show .pre_next .next .icon{
  text-align: right;
}
.case-show .pre_next span{
  display: block;
}
.case-show .recommend {
  padding: 3% 0;
}
.case-show .recommend h5 {
  font-size: 16px;
  font-weight: 400;
  border-left: 4px solid #1191f3;
  padding-left: 10px;
  line-height: 20px;
  margin-bottom: 20px;
}
.case-show .recommend .row {
  list-style: none;
  padding-left: 15px;
}
.case-show .recommend .row a {
  padding: 0;
  margin-bottom: 10px;
}
.case-show .recommend .row a font{
  display: block;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 26px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-show .recommend .row a:hover font{
  color: #1191f3;
}
.case-show .recommend .row a font::before {
  content: '閳硷拷';
  font-size: 12px;
  margin-right: 10px;
}
.case-show .evaluate {
  margin: 2% 0;
}
.case-show .evaluate .quotes1 {
  background: url('../images/quotes1.jpg') no-repeat left;
  height: 80px;
}
.case-show .evaluate .quotes2 {
  background: url('../images/quotes2.jpg') no-repeat right;
  height: 80px;
}
.case-show .evaluate .warp {
  width: 80%;
  margin: 10px auto;
}
.case-show .evaluate .words {
  font-size: 20px;
  
  text-indent: 2em;
  line-height: 28px;
}
.case-show .evaluate .name {
  font-size: 20px;
  text-align: right;
  margin: 10px auto;
}
.case-show .article {
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 3%;
}
.case-show .list{
  list-style: none;
  padding: 3% 0 0 0;
}
.case-show .list .key {
  display: inline-block;
  width: 80px;
  text-align: right;
  font-size: 14px;
}
.case-show .list p{
  display: inline-block;
  margin-bottom: 15px;
}
.case-show .list p span{
  display: inline-block;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  background: #d9dfec;
  font-size: 14px;
  margin-right: 10px;
}
.case-show .article h2,
.case-show .article strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 3%;
  position: relative;
}
.case-show .article h2::before,
.case-show .article strong::before {
  content: '';
  width: 14px;
  height: 14px;
  background: #2e64d1;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -6px;
}
.case-show .article span.from {
  font-size: 12px;
  color: #8b8b8b;
  
}
.case-show .article p {
  font-size: 14px;
  
  line-height: 24px;
}
.case-show .article p.indent {
  text-indent: 2em;
}
.case-show .article img {
  display: block;
  margin: 15px auto;
  max-width:100%;
  width: auto !important;
  height: auto !important;
}
.case-show .page-banner {
  height: 395px;  
}
.case-show .page-banner i.bg{
  background: rgba(46, 100, 209, 0);
}
.case-show .page-banner p{
  text-align: center;
  font-size: 54px;
  color: #fff;
  font-family: pm;
  font-style: italic;
}
.case-show .page-banner .buttons{
  text-align: center;
  margin-top: 16px;
}
.case-show .page-banner .buttons a {
  display: inline-block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #2e64d1;
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  margin: 0 15px;
}
.service {
  overflow: hidden;
}
.service .nav-tabs{
  text-align: center;
  border-color: #ccc;
}
.service .download{
  display: block;
  float: right;
  padding: 0;
  margin-right: 95px;
  margin-left: -160px;
  width: 95px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #1191f3;
  color: #fff;
  margin-top: 22px;
  border-radius: 5px;
}
.service .nav-tabs > li {
  display: inline-block;
  float:none;
  
  margin:0 30px -2px;
}
.service .nav-tabs > li a{
  display: block;
  font-size: 16px;
  color:#313747;
  border:none;
  position: relative;
  margin: 0;
  padding:30px 0;
}
.service .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, 
.service .nav-tabs > li.active > a:focus{
  background: none !important;
  border:none !important;
}
.service .nav-tabs > li > a:hover {
  border:none !important;
}
.service .nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none !important;
  background:none !important;
}
.service .nav-tabs > li.active a{
  color:#1191f3;
}
.service .nav-tabs > li.active a::after{
  content: '';
  width: 100%;
  height: 1px;
  border-radius: 100px;
  background: #1191f3;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.service .after-sale .step3 {
  padding: 3% 0;
}
.service .after-sale .step3 p.title {
  font-size: 14px;
  
  line-height: 28px;
}
.service .technical-support span {
  display: block;
  font-size: 14px;
  margin: 15px 0;
  
}
.service .technical-support .row div {
  margin-bottom: 80px;
}
.service .technical-support a {
  display: inline-block;
  width: 175px;
  height: 45px;
  line-height: 43px;
  font-size: 16px;
  color: #0088cc;
  border: 1px solid #0088cc;
  border-radius: 4px;
}
.service .technical-support a:hover {
  background: #e5f7ff;
}
.service .technical-support .step2 {
  padding: 4% 0;
}
.service .technical-support .step2 a {
  margin-top: 20px;
}
.service .technical-support .step2 .row div {
  transition: 0.5s;
  padding: 50px 15px;
  margin-bottom: 0;
}
.service .technical-support .step2 .row div:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.service .technical-support h5 {
  font-size: 20px;
  margin-top: 25px;
}
.service .technical-support .step1 {
  padding: 4% 0 0 0;
  background: #f0f4f7;
}
.service .technical-support .step1 p {
  font-size: 16px;
  color: #0088cc;
  
}
.afterSale{
  padding:3% 0;
}
.afterSale .main-title p{
  color:#a3afcc;
}
.afterSale img{
  display: block;
  max-width: 100%;
  margin: 0 auto 5%;
}

.quote .page-banner{
  height: 750px;
  position: relative;
  overflow: hidden;
}
.quote .quote3{
  padding: 5% 0;
  background: #fafafa;
}
.quote .quote4{
  padding: 5% 0;
}
.quote .main-title .line{
  display: block;
  width: 50px;
  height: 10px;
  background: #2e64d1;
  margin: 0 auto;
}
.quote .main-title span{
  font-size: 18px;
  font-weight: 200;
}
.quote .main-title .title{
  font-size: 50px;
  font-weight: 600;
  color: #2e64d1;
  margin: 40px 0;
}
.quote .quote1{
  margin-top: -20%;
  position: relative;
  z-index: 5;
}
.quote i.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  background: #181e4e;
  z-index: 2;
}
.quote .expland1-slogan{
  padding-top: 15%;
  width: 100%;
  margin: 0 auto;
  padding: 14% 14% 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.quote .info-tip{
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
.quote .info-tip:hover span {
  display: block;
}
.quote .info-tip span {
  display: none;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: -35px;
  left: -5px;
  font-size: 12px;
  line-height: 28px;
  padding: 0 12px;
  background-color: #e6e6e6;
  color: #333;
  border-radius: 3px;
}
.quote .info-tip span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #e6e6e6 transparent;
  position: absolute;
  bottom: -5px;
  left: 7px;
}
.quote .info-tip img{
  width: 100%;
  height: 100%;
}
.quote .nav-tabs {
  border: none;
}
.quote .nav-tabs li{
  width: 33%;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.quote .nav-tabs li a{
  background: #171e50 !important;
  border-radius: 3px;
  border: none;
  color: #fff;
  border: 1px solid #171e50 !important;
  transition: none;
  line-height: 36px;
}
.quote .nav-tabs li.active a{
  background: #000043 !important;
  border-radius: 3px;
  border: none;
  color: #fff;
  border: 1px solid #4c4c4c !important;
}
.quote .nav-tabs li a:focus{
  border: none;
}
.quote .warp{
  padding:0 0 3%;
  /* background-size: cover; */
}
.quote a.button{
  display: block;
  width: 130px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  margin: 50px auto 0;
  background: #fff;
  color: #2e64d1;
  font-size: 18px;
  border-radius: 5px;
}
.quote .module{
  position: relative;
  padding-top: 5%;
  padding-bottom: 5%;
}
.quote .module .button {
  display: inline-block;
  margin-left: 20px;
}
.quote .module .button a{
  display: inline-block;
  width: 130px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  margin: 50px auto 0;
  background: #fff;
  color: #2e64d1;
  font-size: 18px;
  border-radius: 5px;
  vertical-align: 3px;
  font-weight: 400;
}
.quote .module i.title_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.quote .module i.title_bg img{
  width: 100%;
}
.quote .module.top-title {
  padding-bottom: 0;
}
.quote .module.top-title p {
  color: #fff;
  text-align: left;
  padding-left: 20px;
}
.quote .module h3 {
  display: inline-block;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  position: relative;
  margin-bottom: 5%;
}
.quote .title {
  text-align: center;
}
.quote .bottom h2 {
  font-size: 34px;
  font-weight: 400;
}
.quote .module h3::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
  margin-right: 30px;
  margin-top: -5px;
  position: absolute;
  left: -70px;
  top: 50%;
  margin-top: -2px;
}
.quote .module h3::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 4px;
  background: #fff;
  margin-right: 30px;
  margin-top: -5px;
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -2px;
}

.quote .standard {
  padding-top: 5%;
}
.quote .standard h4{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
.quote .standard h4::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #fff;
  margin-right: 30px;
  margin-top: -5px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}
.quote .standard dl {
  overflow: hidden;
  padding-left: 40px;
  padding-bottom: 10px;
}
.quote .standard dt{
  float: left;
  width: 30px;
  height: 26px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #202450;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.quote .standard dd {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding-left: 10px;
}
.quote .table-warp{
  padding: 30px;
  background: #000040;
}
.quote .table-warp h2 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 18px 30px;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
}
.quote .cloud .table-warp table span.hot {
  display: block;
  width: 120px;
  height: 24px;
  color: #fff;
  background: #ff4d4d;
  line-height: 24px;
  position: absolute;
  font-weight: 400;
  top: -15px;
  right: -45px;
  transform: rotate(30deg);
  font-size: 12px;
}
.quote .cloud .table-warp table th {
  overflow: hidden;
}
.quote .standard .table-warp table span.hot {
  display: block;
  width: 120px;
  height: 24px;
  color: #fff;
  background: #ff4d4d;
  line-height: 24px;
  position: absolute;
  font-weight: 400;
  top: 3px;
  left: -35px;
  transform: rotate(-30deg);
  font-size: 12px;
}
.quote .table-warp table{  
  width: 100%;
  border-right: 1px solid #4c4c4c;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-bottom: 1px solid #4c4c4c;
  border-spacing: 0;
  text-align: center; 
  background-color: #171e50; 
}
.quote .table-warp table th {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 8px;
  text-align: center;
}
.quote .table-warp table th {
  /* border: none; */
}
.quote .table-warp span.tips {
  display: inline-block;
  font-size: 12px;
  margin-left: 18px;
  color: #787a90;
}
.quote .table-warp span.tip {
  display: block;
  font-size: 12px;
}
.quote .cloud .table-warp table td {
  overflow: visible;
}
.quote .table-warp table td {
  color: #fff;
  font-size: 14px;
  padding: 20px 10px;
  /* border-right: 1px solid transparent; */
  position: relative;
  overflow: hidden;
}
.quote .standard .table-warp table td:first-child,
.quote .standard .table-warp table td:last-child{
  border-right: 1px solid #4c4c4c;
}
.quote .table-warp table a.info {
  color: #fff;
}
.quote .table-warp table a.info:hover {
  text-decoration: underline !important;
}
.quote .table-warp table a.link {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  font-size: 18px;
  color: #2e64d1;
  margin: 0 auto;
}
.quote .standard .link {
  text-align: center;
  margin-top: 20px;
}
.quote .standard .link .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.quote .standard .link a{
  color: #fff;
  text-decoration: underline !important;
}
.quote .cloud {
  padding-bottom: 0;
}
.quote .cloud p {
  padding-left: 20px;
  color: #fff;
}
.quote .cloud .buy a.link {
  display: inline-block;
}
.quote .cloud .buy em {
  font-style: normal;
}
.quote .standard p {
  padding-left: 20px;
  color: #fff;
}
.quote .table-head{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  /* border-radius: 5px;
  background: #171e50; */
  position: relative;
}
.quote .price {
  font-size: 24px;
  color: #ff0000;
  
  position: relative;
  
}
.quote .price span {
  position: relative;
  z-index: 2;
  font-weight: 600;
  text-shadow: #fff 1.5px 0 0, #fff 0 1.5px 0, #fff -1.5px 0 0, #fff 0 -1.5px 0;
}
.quote .price i {
  font-style: normal;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 1;
  white-space: nowrap;
}
.quote .price i:nth-child(2) {
  left: -1px;
}
.quote .price i:nth-child(3) {
  left: 0px;
  top: 0px;
}
.quote .price i:nth-child(4) {
  left: 0px;
  top: -0px;
}
.quote .vs {
  padding-top: 0;
}
.quote .vs .table-warp{
  padding: 30px;
  margin: 0 auto;
  padding-top: 0;
}
.quote .vs .table-warp table td {
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  border-right: 1px solid #4c4c4c;
}
.quote .vs .table-warp table tr td{
  width: 250px;
}
.quote .vs .table-warp table tr td:first-child {
  /* width: 100px; */
}
.quote .vs .table-warp table th {
  /* border: none; */
}
.bottom h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 1200px) {
  .download .rights ul li {
    width: 33%;
  }
  .download .rights p {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .quote .module h3 {
    font-size: 28px;
  }
  .quote .table-warp {
    padding: 15px;
    width: 100% !important;
  }
  .quote .standard dl {
    padding-left: 10px;
  }
  .download .rights p {
    text-align: center;
  }
  .download .rights ul li {
    width: 100%;
  }
  .quote .main-title span{
    font-size: 18px;
    font-weight: 200;
  }
  .quote .main-title .title{
    font-size: 40px;
    margin: 20px 0;
  }
}

.disclaimer .container{
  padding: 5% 0;
}
.disclaimer h1{
  font-size: 36px;
  font-weight: 600;
}
.disclaimer dl{
  margin-top: 45px;
}
.disclaimer dt{
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
} 
.disclaimer dt::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #2e64d1;
  margin-right: 15px;
}
.disclaimer dd{
  font-size: 14px;
  line-height: 28px;
  font-weight: 200;
} 
@media (max-width: 760px) {
  .disclaimer .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.feedback .feedbackList {
  overflow: hidden;
  position: relative;
}
.feedback .feedbackList h3 {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color: #0296ff transparent transparent transparent;
  left: 50%;
  top: 30px;
  margin-left: -17px;
}
.feedback .feedbackList .listBox {
  overflow: hidden;
  padding: 180px 0 0 0;
  position: relative;
}
.feedback .feedbackList .listBox::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 130px;
  background: #0296ff;
  top: 64px;
  left: 50%;
  margin-left: -2px;
}
.feedback .feedbackList .feedItem {
  width: 500px;
  padding-bottom: 5%;
  /*position: absolute;*/
  margin-top: -151px;
}
.feedback .feedbackList .feedItem i.img {
  display: block;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  position: relative;
}
.feedback .feedbackList .feedItem i.img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.feedback .feedbackList .feedItem span {
  display: block;
  width: 400px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 33px;
  
  color: #333;
}
.feedback .feedbackList .feedItem.left {
  background: url(../images/left_bg.png) bottom no-repeat;
  float: left;
  margin-left: 76px;
}
.feedback .feedbackList .feedItem.right {
  background: url(../images/right_bg.png) bottom no-repeat;
  float: right;
  margin-right: 77px;
}
@media screen and (max-width: 767px) {
  .afterSale img{
    width: 100%;
  }
  .feedback {
    width: 100%;
    box-sizing: border-box;
  }
  .feedback h3 {
    display: none;
  }
  .feedback .feedbackList .listBox::after,
  .feedback .feedbackList .listBox::before {
    display: none;
  }
  .feedback .feedbackList .listBox {
    position: static;
    padding: 15px 0;
  }
  .feedback .feedbackList .feedItem {
    width: 100%;
  }
  .feedback .feedbackList .feedItem.right {
    background: none;
    float: none;
    margin: 0 auto;
  }
  .feedback .feedbackList .feedItem.left {
    background: none;
    float: none;
    margin: 0 auto;
  }
  .feedback .feedbackList .feedItem i.img {
    width: 100%;
  }
  .feedback .feedbackList .feedItem span {
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
}
.about-us {
  padding: 3% 0 0 0;
}
.about-us .main-title{
  margin-bottom: 3%;
}
.about-us .main-title{
  font-size: 36px;
}
.about-us .main-title p{
  font-size: 14px;
  color:#a3afcc;
}
.about-us .cultural{
  width: 90%;
  margin: 0 auto;
}
.about-us .cultural .col-md-4 {
  padding:20px 30px;  
}
.about-us .cultural img {
  width: 50px;
  height: 50px;
}
.about-us .cultural span {
  display: block;
  font-size: 20px;
  color: #1a1a1a;
  
  margin: 15px 0;
}
.about-us .cultural p {
  font-size: 14px;
  color:#a3bacc;
}
.about-us .logo-word {
  border: 1px solid #0099d9;
  padding: 35px 20px;
  position: relative;
}
.about-us .logo-word::before {
  content: '';
  width: 70%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  right: 60px;
}
.about-us .logo-word::after {
  content: '';
  width: 70%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 60px;
}
.about-us .logo-word .word {
  padding-top: 3%;
}
.about-us .logo-word .word p {
  font-size: 14px;
  
  line-height: 28px;
  padding-left: 20px;
  background: url(../images/about-arrow.png) no-repeat left 9px;
  margin: 0;
}
.about-us .swiper-container{
  width: 80%;
}
.about-us .swiper-slide img{
  max-width: 100%;  
}
@media screen and (max-width: 992px) {
  .about-us .cultural{
    width: 100%;
  }
  .about-us .cultural .col-md-4 {
    padding:10px 0px;
    border:none !important;
    text-align: center;  
  }
  .about-us .logo-word {
    border: none;
  }
}
.join-us {
  overflow: hidden;
}
.join-us .download-btn {
  display: inline-block;
  width: 300px;
  height: 45px;
  color: #fff;
  background: #0099e5;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
  border-radius: 5px;
}
.join-us .download-btn:hover {
  opacity: 0.8;
}
.join-us .row {
  padding: 3% 0;
}
.join-us .list-group {
  padding-left: 0;
  margin-bottom: 30px;
}
.join-us .list-group-item.active {
  z-index: 2;
  color: #fff;
  background: url(../images/join_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  border: none;
}
.join-us .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.join-us .list-group-item.p {
  height: 200px;
  font-size: 14px;
  color: #666;
  
  line-height: 22px;
}
.join-us p {
  margin: 0;
  padding-left: 18px;
  padding-right: 20px;
  position: relative;
}
.join-us .list-group-item.p p:before {
  content: '閳硷拷';
  display: inline-block;
  position: absolute;
  margin-right: 8px;
  font-size: 12px;
  color: #ccc;
  left: 0;
}
.contact {
  padding: 3% 0;
}
.contact .map-warp {
  margin-top: 50px;
}
.contact .map-warp h3 {
  margin-bottom: 20px;
}
.contact .map-warp p {
  font-size: 14px;
  
  line-height: 19px;
  margin-bottom: 20px;
}
.contact .map-warp p img {
  margin-right: 15px;
}

.contact #map {
  width: 100%;
  height: 300px;
}
.contact .main-title{
  margin-bottom: 3%;
}
.contact .main-title h3{
  text-align: center;
  font-size: 36px;
}
.contact .way .shadow{
  padding:20px;
  margin-bottom: 30px;
}
.contact .way .shadow p{
  font-size: 20px;
  color:#b8d2e5;
  height: 40px;
  line-height: 40px;
  padding-left: 60px;
  position: relative;
}
.contact .way .shadow p img{
  position: absolute;
  left: 0;
  top: 0;
}
.contact .way .shadow a{
  font-size: 20px;
  color:#1191f3;
  display: block;
  padding-left: 60px;
}
.contact .agent p{
  line-height: 28px;
  font-size: 14px;
}
.contact .agent .col-md-6{
  margin-bottom: 30px;
}
/* .download {
  padding: 3%;
  overflow: hidden;
}
.download .item {
  width: 33.33333%;
  float: left;
  border: 1px solid #0099d9;
  border-left: none;
}
.download .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0 40px;
  position: relative;
  overflow: hidden;
}
.download .item a i.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 136, 204, 0.8);
  top: 0;
  left: 0;
  animation: fadeInDown 0.5s;
  display: none;
}
.download .item a span {
  position: absolute;
  width: 170px;
  height: 45px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  
  color: #0088cc;
  top: 50%;
  margin-left: -85px;
  left: 50%;
  margin-top: -27.5px;
  animation: fadeInUp 0.5s;
  display: none;
}
.download .item p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  color: #000;
}
.download .item:hover i.mask {
  display: block;
}
.download .item:hover span {
  display: block;
}
.download .item:first-child {
  border-left: 1px solid #0099d9;
} */
@media screen and (max-width: 992px) {
  .service .nav-tabs > li {
    display: block;
  }
  .service .download{
    float: none;
    margin: 0 auto;
  }
  /* .download .item {
    width: 100%;
    border: 1px solid #0099d9;
    border-top: none;
  }
  .download .item:first-child {
    border-top: 1px solid #0099d9;
  } */
}
.functions {
  padding: 3% 0;
}
.functions h3.title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 35px;
}
.functions ul.nav-tabs {
  width: 130px;
  border: none;
  background: #fff;
}
.functions ul.nav-tabs.affix {
  top: 60px;
  /* Set the top position of pinned element */
}
.functions li.active {
  border-right: 2px solid #0088cc;
}
.functions li {
  line-height: 36px;
  text-align: center;
}
.functions li.active a {
  border: none;
  color: #0088cc;
}
.functions li a {
  border: none !important;
  font-size: 14px;
  color: #808080;
}
.functions li a:hover {
  background: none !important;
  color: #0088cc;
}
.functions h4 {
  font-size: 18px;
  color: #0099d9;
  font-weight: 400;
  padding-left: 40px;
  background: url(../images/function1.jpg) no-repeat left;
  line-height: 24px;
}
.functions p {
  padding-left: 40px;
  font-size: 14px;
  
  line-height: 24px;
}
.functions img {
  max-width: 100%;
  margin-bottom: 20px;
}
.functions video {
  max-width: 100%;
  margin-bottom: 20px;
}
.FAQ {
  padding: 3% 0;
}
.FAQ .panel {
  border: none;
}
.FAQ .panel-heading {
  border: none;
  background: url(../../../uploads/allimg/join_bg.jpg) repeat-y;
  color: #fff;
}
.FAQ .panel-body {
  background-color: #f7f8f9;
}
.tryout {
  padding: 3% 0;
}
.tryout .download {
  display: block;
  line-height: 50px;
  padding: 0;
}
.tryout span {
  float: left;
  padding: 0 15px;
  font-size: 16px;
}
.tryout p {
  float: left;
  font-size: 16px;
  color: #666;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
  padding: 0;
  margin: 0;
}
.tryout i {
  float: right;
  margin-top: 13px;
  width: 60px;
  height: 26px;
  border: 1px solid #0099e5;
  background: #fff url(../../../images/down_ico.png) no-repeat center;
  margin-left: 20px;
  transition: 0.5s;
  line-height: 26px;
  border-radius: 5px;
}
.tryout .col-xs-12 {
  border-bottom: 1px solid #0099e5;
}
.tryout .col-xs-12:hover p {
  color: #0099e5;
}
.tryout .col-xs-12:hover i {
  background: #0099e5 url(../../../images/down_ico_h.png) no-repeat center;
}
.tryout .guide {
  display: inline-block;
  width: 300px;
  height: 45px;
  color: #fff;
  background: #0099e5;
  text-align: center;
  line-height: 45px;
  margin: 0 auto;
  border-radius: 5px;
}
.tryout .row:first-child {
  margin-bottom: 50px;
}
.tryout .guide:hover {
  opacity: 0.8;
}
.error {
  padding: 260px 0;
  background: #f5f5f5;
  color: #c6c6c6;
}
.error .default-icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: auto;
  background-size: 100%;
  background-image: url(../../../images/error.svg);
}
.error .error-msg {
  font-size: 16px;
  font-weight: 700;
  color: #c6c6c6;
}

.case-slide {
  cursor: pointer;
  position: relative;
}
.case-slide i.arrow {
  display: none;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #171e50;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -16px;
  opacity: 0.8;
}
.case-slide:hover i.arrow{
  display: block;
}
.shadow .case-slide .dropdown-menu{
  top: auto;
}
.case-slide .dropdown-menu{
  box-sizing: border-box;
  width: 100vw;
  left: 0vw;
  top: 130px;
  position: fixed;
  opacity: 1;
  background: transparent !important;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;  
}
.case-slide .container {
  padding: 30px;
  position: relative;
  position: relative;
  overflow: hidden;
}
.case-slide .container::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #171e50;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 4px;
}
.case-slide .dropdown-menu li{
  position: relative;
  text-align: left;
  z-index: 2;
}
.case-slide .dropdown-menu h2{
  font-size: 16px;
  color: #2e64d1;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  line-height: 40px;
}
.case-slide .dropdown-menu a{
  font-size: 16px !important;
  display: block !important;
  margin: 5px 0; 
  color: #fff !important;
  padding: 0 !important;
  background: none;
  white-space: normal;
  padding-left: 40px !important;
  position: relative;
}
.case-slide .dropdown-menu a i{
  position: absolute;
  display: inline-block !important;
  width: 24px;
  height: 24px;
  left: 0;
  background-color: #2e64d1;
  border-radius: 4px;
  top: 7px;
  text-align: center;
}
.case-slide .dropdown-menu a i img{
  width: 16px;
  height: 16px; 
  margin: 4px auto 0; 
}
.case-slide .dropdown-menu a:hover{
  color: #2e64d1 !important;
}
.case-slide .dropdown-menu .col-md-3 a{
  width: 50%;
  display: inline-block !important;
  float: none;
}

.case-slide .dropdown-menu .col-md-2{
  width: 14%;
}
.case-slide .dropdown-menu .col-md-3{
  width: 20%;
}

@media (max-width: 1024px) {
  .case-slide .dropdown-menu .col-md-2,
  .case-slide .dropdown-menu .col-md-3{
    width: 30%;
  }
}
@media (max-width: 514px) {
  .case-slide .dropdown-menu li{
    height: auto;
    float: none;
    overflow: hidden;
  }
  .case-slide .dropdown-menu .col-md-2,
  .case-slide .dropdown-menu .col-md-3{
    width: 100%;
  }
}

.download .page-banner {
  height: auto;
  padding: 240px 0 8%;
}
.download .page-banner i.bg{
  background: rgba(0, 0, 0, 0.1);
}
.download .page-banner b{
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.download .page-banner .expland1-slogan {
  padding: 0;
}
.download .page-banner .expland1-slogan h1 {
  color: #fff;
}
.download .page-banner .dowload-list {
  margin-top: 3%;  
}
.download .page-banner .dowload-list .box {
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(0,0,0 , 0.1);
  position: relative;
}
.download .page-banner .dowload-list .box .top{
  background: #f5f7fa;
  padding: 30px 0;
  padding-left: 60px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.download .page-banner .dowload-list .box .icon{
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 20px;
}
.download .page-banner .dowload-list .box .tip {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
}
.download .page-banner .dowload-list .box .en{
  font-size: 24px;
  font-weight: 600;
}
.download .page-banner .dowload-list .box .zh{
  font-size: 18px;
}
.download .page-banner .dowload-list .buttons{
  padding: 30px 0;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.download .page-banner .dowload-list .buttons a.link{
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  /*background: #3064d1;*/
  background: #036f8a;
  border-radius: 2px;
  margin: 10px auto;
}
.download .page-banner .dowload-list .btn-group {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #3064d1;
  border-radius: 2px;
  margin: 10px auto;
}
.download .page-banner .dowload-list .dropdown-menu a {
  
}

.download .safe{
  background-color: #036f8a;
  /*background-color: #3064d1;*/
}
.download .safe .container{
  padding: 5% 0 0;
  background-size: cover;
  background-position: center;
}
.download .safe .title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 5%;
}
.download .safe .list {
  overflow: hidden;
  color: #fff;
  margin-bottom: 5%;
}
.download .safe .list .num{
  font-size: 80px;
  font-family: pm;
  float: left;
  font-style: italic;
  margin-right: 20px;
  margin-top: -18px;
  height: 200px;
}
.download .safe .list .name {
  font-size: 30px;
  font-family: pm;
  font-style: italic;
  margin: 0;
}
.download .safe .list .content {
  font-size: 12px;
  line-height: 24px;
}

.download .platform{
  padding: 5% 0;
}
.download .platform .title h2 {
  font-size: 50px;
  color: #036f8a;/* #2e64d1;*/
  font-weight: 600;
  margin-bottom: 20px;
}
.download .platform .title p{
  font-size: 14px;
}
.download .platform .list {
  margin-top: 40px;
}
.download .platform .list span{
  display: inline-block;
  margin-right: 20px;
  width: 100px;
}
.download .platform .list img {
  margin-right: 15px;
}
.download .rights {
  padding: 5% 0;
  background-color: #fafcff;
}
.download .rights h3{
  font-size: 50px;
  color: #036f8a;
  /*color: #2e64d1;*/
  font-weight: 600;
  text-align: center;
  margin-bottom: 5%;
}
.download .rights ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.download .rights ul li {
  float: left;
  width: 14.2857%;
  list-style: none;
}
.download .rights .word {
  color: #036f8a; /*#2e64d1;*/
  padding-top: 26px;
  font-size: 14px;
  text-align: center;
  width: 106px;
  height: 91px;
  font-weight: 600;
  margin: 0 auto;
}
.download .rights p{
  font-size: 12px;
  color: #000;
  line-height: 24px;
  margin-top: 20px;
  padding: 0 10px 0;
}
.download .scene{
  padding: 5% 0;
}
.download .scene .title {
  margin-bottom: 5%;
}
.download .scene .title h2 {
  font-size: 50px;
  color: #036f8a;/*#2e64d1;*/
  font-weight: 600;
  margin-bottom: 20px;
}
.download .scene .title p{
  font-size: 14px;
}
.download .scene .list {
  min-height: 200px;
  position: relative; 
}
.download .scene .list img {
  width: 100%;
}
.download .scene .list span{
  position: absolute;
  height: 60px;
  line-height: 60px;
  background-color: #2e64d1;
  opacity: 0.8;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
}
.download .scene .float {
  display: none;  
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.download .scene .float i{
  background-color: #2e64d1;
  opacity: 0.76;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.download .scene .float a {
  display: block;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #2e64d1;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
}
.download .scene .list:hover .float{
  display: block;
}


.home .home_case {
  padding: 3% 0;
  overflow: hidden;
}
.home .home_case .wrap{
  position: relative;
  z-index: 2;
}
.home .home_case .wrap > .row {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 40px 0px;
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);
  overflow: hidden;
}
.home .home_case .rotate{
  position: absolute;
  top: -45px;
  left: -60px;
  z-index: 1;
}
.home .home_case .top-title {
  text-align: center;
}
.home .home_case .top-title .line{
  display: block;
  width: 50px;
  height: 10px;
  /*background: #2e64d1;*/
  background: #036f8a;
  margin: 0 auto 30px;
}
.home .home_case .top-title .title{
  font-size: 50px;
  /*color: #2e64d1;*/
   color: #036f8a;
  font-weight: 600;
  margin-bottom: 30px;
}
.home .home_case .top-title p{
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 40px;
}
.home .home_case .wrap {
  background: #fff;
  border-radius: 3px;  
}
.home .home_case .left .nav-tabs {
  border: none;
  position: relative;
  z-index: 2;
}
.home .home_case .left li {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid #eaeffa;
}
.home .home_case .left li a {
  border: none !important;  
  color: #333;
  border-radius: 3px !important;
  padding: 12px 15px;
}
.home .home_case .nav > li > a:hover, .home .home_case .nav > li > a:focus {
  text-decoration: none;
  background-color: #eaeffa;
}
.home .home_case .nav-tabs > li.active > a, 
.home .home_case .nav-tabs > li.active > a:hover, 
.home .home_case .nav-tabs > li.active > a:focus {
  /*color: #2e64d1 !important;*/
  color: #036f8a !important;
  
  cursor: pointer;
  background-color: #eaeffa !important;
  border-bottom-color: transparent;
}
.home .home_case .right {
  padding: 0 20px;
}
.home .home_case .right h2 {
  margin: 0;
  font-size: 30px;
}
.home .home_case .right p{
  font-size: 14px;
  line-height: 28px;
  margin: 8% 0;
}
.home .home_case .right img {
  max-width: 95%;
}
.home .home_case .right .col-md-6.right-wrap {
  text-align: center;
}
.home .home_case .right a{
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  border-radius: 3px;
 /* background: #3064d1;*/
  background: #036f8a;
  color: #fff;
}
.home .home_case .right .tips {
  margin-top: 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  padding-left: 70px;
  position: relative;
}
.home .home_case .right .tips i {
  font-style: normal;
  position: absolute;
  left: 0;
}
.home .home_case .right .tips span {
  display: inline-block;
  min-width: 95px;
  padding: 0 10px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  background: #f4f7fc;
  margin-bottom: 10px;
}

@media (max-width: 980px) {
  .home .home_case .right .col-md-6.right-wrap {
    margin-top: 10px;
  }
  .home .home_case .right {
    text-align: center;
  }
  .home .home_case .wrap {
    padding: 20px 0;
  }
  .home .home_case .right a {
    margin: 0 auto;
  }
  .home .home_case .left li {
    float: left;
    width: 50%;
  }
  .top-title .line {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-title .title{
    font-size: 36px;
    margin-bottom: 20px;
  }
  .top-title p{
    margin-bottom: 20px;
  }
}
.top-title {
  text-align: center;
}
.top-title .line{
  display: block;
  width: 50px;
  height: 10px;
  /*background: #2e64d1;*/
  background: #036f8a;
  margin: 0 auto 30px;
}
.top-title .title{
  font-size: 50px;
 /* color: #2e64d1;*/
  color: #036f8a;
  font-weight: 600;
  margin-bottom: 30px;
}
.top-title p{
  font-size: 14px;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 40px;
}


.home_scene {
  padding: 3% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.home_scene .top-title .title,
.home_scene .top-title p {
  color: #fff;
}
.home_scene .top-title .line {
  background: #fff;
}
.home_scene .nav-tabs {
  border: none;
}
.home_scene .nav-tabs > li {
  width: 25%;
  text-align: center;
  padding: 0 40px;
}
.home_scene .nav-tabs > li > a {
  font-size: 22px;
  color: #fff !important;
  border: none !important;
  background: none;
  cursor: pointer !important;
  position: relative;
}
.home_scene .nav-tabs > li.active > a::after {
  position: absolute;
  content: '';
  width: 80%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
}
.home_scene .tab-content {
  margin-top: 30px;
}
.home_scene .left{
  padding: 20px;
  text-align: center;
}
.home_scene .left img{
  max-width: 100%;
  max-height: 350px;
  box-shadow: 0px 0px 24px rgba(0,0,0,0.3);
}
.home_scene .right {
  padding-top: 80px;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
.home_scene .tab-content a{
  display: block;
  width: 148px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
 /* color: #2e64d1;*/
  color: #036f8a;
  border-radius: 3px;
  background: #fff;
  margin-top: 20px;
}

@media (max-width: 980px) {
  .home_scene .nav-tabs > li {
    width: 50%;
    padding: 0;
  }
  .home_scene .nav-tabs > li a{
    padding: 10px 5px;
  }
  .home_scene .left {
    padding: 10px;
  }
  .home_scene .right {
    padding: 10px;
  }
  .home_scene .tab-content a {
    margin: 20px auto 0;
  }
}

.home_problem {
  padding: 3% 0 5%;
  background-color: #f4f7fd;  
}
.home_problem .main {
  background-color: #fff;
  padding: 60px;
  background-size: 238px 169px;
  background-repeat: no-repeat;
  padding-left: 250px;
  background-position: 0 100%;
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);
  border-radius: 3px;
}
.home_problem .main .row div {
  margin: 12px 0;
}

@media (max-width: 780px) {
  .home_problem .main {
    padding: 20px;
  }
}

.home_omnipotence {
  padding: 3% 0 0%;
}
.home_omnipotence .main {  
  background: #fff;  
  position: relative;
}
.home_omnipotence .rotate {
  position: absolute;
  top: -45px;
  left: -60px;
  z-index: 1;
}
.home_omnipotence .main h4 {
  font-size: 20px;
  color: #313747;
  margin: 15px 0 15px;
}

.home_omnipotence .main p {
  font-size: 14px;
  font-weight: 200;
}
.home_omnipotence .main .row {
  padding: 8% 8% 3%;
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);
}
.home_omnipotence .main .row div {
  margin-bottom: 5%;
}
@media (max-width: 780px) {
  .home_omnipotence .main .row div {
    text-align: center;
  }
}

.home_design {
  padding: 3% 0 5%;
}
.home_design .img {
  width: 100%;
  padding: 12px;
  text-align: center;
}
.home_design .img img {
  max-width: 100%;
}
.home_design .main .row{
  margin-bottom: 5%;
}
.home_design .main .row .left > div {
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);

}
.home_design .main h4 {
  font-size: 26px;
  font-weight: 400;
  white-space: nowrap;
}
.home_design .main .right {
  padding-top: 50px;
}
.home_design .main i {
  display: block;
  width: 55px;
  height: 2px;
  background: #3064d1;
  margin-top: 20px;
}
.home_design .main a{
  display: block;
  width: 130px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
/*  background: #3064d1;*/
  background: #036f8a;
  border-radius: 3px;
}
.home_design .main p {
  font-size: 14px;
  font-weight: 200;
  line-height: 28px;
  padding: 20px 0 30px;
}


.footer_banner {
  padding: 5% 0;
  background: #f4f7fd;
  text-align: center;
  font-size: 34px;
}
.footer_banner span {
  display: inline-block;
  height: 46px;
}
.footer_banner a {
  display: inline-block;
  width: 130px;
  padding: 0;
  margin-left: 15px;
  text-align: center;
  font-size: 18px;
  /*color: #2e64d1;*/
  color: #036f8a;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);
  vertical-align: 5px;
  line-height: 46px;
}

.product {
  overflow: hidden;
}
.product .page-banner{
  height: 550px;
  position: relative;
}
.product .page-banner .expland1-slogan {
  position: relative;
  padding-top: 10%;
  z-index: 3;
}
.product .page-banner .expland1-slogan h1 {
  font-size: 24px;
}
.product .page-banner .expland1-slogan h1 b {
  font-size: 50px;
  font-family: sourceHanSerifCN;
}
.product i.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  background: #036f8a;
  /*background: #0c59db;*/
  opacity: 0.8;
  z-index: 2;
}
.product .design {
  padding: 3% 0 5%;
  background-size: 100%;
}
.product .design .home_design {
  padding: 0;
}
.product .design .home_design .top-title {
  display: none;
}
.product .design .design-banner {
  margin-bottom: 10%;
}
.product .design .design-banner .swiper-design {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}  
.product .design .design-banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 0;
  margin: 0 10px;
}
.product .design .design-banner .swiper-button-prev,
.product .design .design-banner .swiper-button-next {
  background: none;
  bottom: 0;
  top: auto;
  margin: 0;
  right: 150px;
}
.product .design .design-banner .swiper-button-prev {
  right: 210px;
  left: auto;
}
.product .design .design-banner .swiper-slide {
  text-align: center;
}
.product .design .design-banner .swiper-slide p{
  font-size: 14px;
  line-height: 28px;
}
.product .design .design-banner .tabs div {
  font-size: 18px;
  margin-bottom: 25px;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}
.product .design .design-banner .tabs div span {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #b8b8b8;
  color: #b8b8b8;
  text-align: center;
  line-height: 23px;
  font-size: 12px;
  font-weight: 200;
}
.product .design .design-banner .tabs div.active {
  font-weight: 600;
 /* color: #2e64d1;*/
  color: #036f8a;
}
.product .design .design-banner .tabs div.active span {
  border-color: #2e64d1;
  color: #2e64d1;
  font-weight: 200;
}
.product .design .row {
  padding-top: 100px;
  position: relative;
}
.product .design .row .line1 {
  position: absolute;
  width: 1px;
  height: 70px;
  left: 27px;
  top: 0;
  background: #dfe7f7;
}
.product .design .row .line2 {
  position: absolute;
  width: 1px;
  height: 100px;
  left: 27px;
  bottom: 11px;
  background: #dfe7f7;
}
.product .design .row .line3 {
  position: absolute;
  width: 400px;
  height: 1px;
  left: 27px;
  bottom: 11px;
  background: #dfe7f7;
}

.product .complete {
  padding: 3% 0 5%;
  background: #f7f8fc;
}
.product .complete h2 {
  font-size: 16px;
  font-weight: 600;
  height: 44px;
  line-height: 44px;
 /* background: #3265d1;*/
  background: #036f8a;
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}
.product .complete .left,
.product .complete .right {
  padding-right: 5px;
  padding-left: 5px;
}
.product .complete .row.tab {
  margin-right: -5px;
  margin-left: -5px;
}
.product .complete .left span {
  display: block;
  width: 100%;
  height: 98px;
  text-align: center;
  background: #fff;
  margin-bottom: 10px;
  writing-mode:vertical-lr;
  line-height: 52px;
  font-size: 16px;
  color: #999999;
}
.product .complete .right .list {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #6393e7;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.product .complete .right .list.active {
 /* background: #3265d1;*/
  background: #036f8a;
}
.product .complete .center {
  border-left: 1px solid #ccc;
  margin-left: 10px;
  min-height: 300px;
  padding-top: 10px;
}
.product .complete .center .item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.product .complete .center .item span{
  font-size: 16px;
  cursor: pointer;
}
.product .complete .center .item p {
  font-size: 12px;
  font-weight: 200;
  padding-top: 10px;
}
.product .complete .center .item.active span {
  /*color: #2e64d1;*/
  color: #036f8a;
}
.product .complete .center .item.active::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 40px;
  background: #2e64d1;
  left: -16px;
  top: -10px;
}
.product .complete .center .item.active::after {
  content: '';
  position: absolute;  
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #2e64d1;
  border-bottom: 5px solid transparent;
  left: 0px;
  top: 6px;
}

.product .value {
  padding: 3% 0 5%;
}
.product .value .main {
  padding: 60px 100px 30px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  border-radius: 3px;
  box-shadow: 0 0px 8px 0px rgb(17 145 243 / 15%);
}
.product .value .main .col-md-6 {
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .product .value .main {
    padding: 30px 10px 10px;
  }
}


.product .videos {
  padding: 3% 0;
}
.product .videos .main-title p{
  font-size: 14px;
  color:#a3bacc;
}
.product .videos .list{
  margin-bottom: 35px;
}
.product .videos .list .title{
  font-size: 24px;
  color:#1191f3;
  line-height: 50px;
}
.product .videos .list video{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.product .videos .list .title:before{
  content: '';
  display: block;
  float: left;
  width: 10px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50px;
  background: #1191f3;
}
.product .video-warp {
  padding-bottom: 3%;
  text-align: center;
}
.product .video-warp video {
  width: 100%;
  margin-bottom: 15px;
}
.product .video-warp .swiper-button-prev {
  background-image: url(../../../uploads/allimg/left_btn.pngg');
  width: 80px;
  height: 80px;
  background-size: 100%;
}
.product .video-warp .swiper-button-next {
  background-image: url(../../../uploads/allimg/right_btn.pngg');
  width: 80px;
  height: 80px;
  background-size: 100%;
}
.product .video-warp span.title {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 200;
  line-height: 28px;
}
.product .video-warp span.title::before {
  content: '閳ユ柡鈧拷';
  display: inline-block;
  margin-right: 20px;
}
.product .video-warp span.title::after {
  content: '閳ユ柡鈧拷';
  display: inline-block;
  margin-left: 20px;
}
.product .functions .main-title{
  margin-bottom: 10px;
}
.product .functions .main-title p{
  color:#a3afcc;
  padding: 0;
}
.product .functions img{
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .product .multiplex .col{
    width: 50%;
  }
  .page-banner {
    height: 260px;
  }
  .word-picture .word {
    text-align: center;
  }
  .expland1-slogan h1 {
    font-size: 18px !important;
    line-height: 32px !important;
    margin-top: 30px !important;
  }
  .expland1-slogan h1 b {
    font-size: 22px !important;
  }
  .product .pro_about {
    background: none !important;
    padding-bottom: 2%;
  }
  .case .col-md-3 {
    text-align: center;
    padding:0 0 10px !important;
  }
  .case p{
    height: 20px !important;
  }
}


/* 4.0 娑撴捇顣芥い锟� */
.workfine_v4 {
  background: #544edd;
  padding-bottom: 6%;
}
.workfine_v4 .page-banner {
  padding: 0;
  height: 1179px;
  background-position-y: 0;
  background-position-x: center;
  padding-top: 5%;
}
.workfine_v4 .main_text {
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}
.workfine_v4 .main_text img {
  max-width: 100%;  
}
.workfine_v4 .page-banner .dowload-list .box {
  box-shadow: none;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.workfine_v4 .page-banner .dowload-list .box .top {
  background: none;
  color: #fff;
  border-radius: none;
}
.workfine_v4 .page-banner .dowload-list .box .en {
  margin-bottom: 3px;
}
.workfine_v4 .page-banner .dowload-list .btn-group {
  background: none;
}
.workfine_v4 .page-banner .dowload-list .buttons {
  background: none;
  border-radius: 0 !important;
}
.workfine_v4 .page-banner .dowload-list .buttons a.link {
  background: #0D4BD0;
  border-radius: 50px;
  padding-top: 12px;
  box-shadow: 0px 0px 12px rgb(255 255 255 / 50%);
}
.workfine_v4 .page-banner .dowload-list .buttons a.link.dropdown-toggle {
  padding-top: 0;
}
.workfine_v4 .page-banner .dowload-list a.arrange {
  color: #5c9df9;
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.workfine_v4 .dropdown-menu {
  background: #0D4BD0;
  color: #fff;
  border: none;
}
.workfine_v4 .dropdown-menu a {
  color: #fff;
}
.workfine_v4 .box .tip {
  display: none;
}
.workfine_v4 .box:hover .tip {
  display: block;
}
.workfine_v4 .update-list {
  margin-left: 0;
  padding-left: 0;
}
.workfine_v4 .update-list li {
  list-style: none;
  margin-bottom: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.workfine_v4 .update-list li.pd {
  padding: 20px 40px;
}
.workfine_v4 .update-list li img {
  width: 100%;
}
.workfine_v4 .update-list li .title img {
  width: auto;
}
.workfine_v4 .update-list li .title {
  margin-bottom: 20px;
}
.workfine_v4 .update-list li p {
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 2;
  width: 70%;
}
.workfine_v4 .update-list li img.bg {
  width: auto;
  position: absolute;  
}



/* customer */
.wf-customer {
  background: #f5f6f7;  
}
.wf-customer .page-banner i.bg {
  background: rgba(0, 0, 0, 0.1);
}
.wf-customer .main-warp {
  padding: 3% 0;
}
.wf-customer .page-banner {
  height: 300px;
}
.wf-customer .page-banner .expland1-slogan {
  padding-top: 120px;
}
.wf-customer .page-banner .expland1-slogan h1 b {
  font-size: 50px;
  margin-bottom: -35px;
}
.wf-customer .wrap {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.25s;
}
.wf-customer .wrap:hover{
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 10px 0px;
}
.wf-customer .wrap .main-img {
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: -45px;
}		
.wf-customer .wrap .main-img img {
  width: 100%;
  transition: 0.5s;
}
.wf-customer .wrap .logo {
  position: absolute;
  right: 20px;
  top: 120px
}
.wf-customer .wrap .logo img {
  width: 80px;
}
.wf-customer .wrap .words {
  padding: 14px 20px 10px 20px;
}
.wf-customer .wrap .words .title {
  font-size: 20px;
  color: #036f8a;/*#2e64d1;*/
  padding-left: 2px;
  font-weight: 600;
}
.wf-customer .wrap .words .title .tag{
  display: inline-block;
  font-size: 12px;			
  color: #2e64d1;
  background: #eee;
  padding: 0 8px;
  margin-left: 8px;
  font-weight: 200;
  line-height: 22px;
}
.wf-customer .wrap .words .info {
  line-height: 24px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding-right: 30px;
  padding-left: 2px;
  color: #262626;
}
.wf-customer .wrap .keywords {
  border-top: 1px solid #eee;
  padding: 10px 4px 0px;
  font-size: 12px;
  color: #000;
}
.wf-customer .try {
  padding: 3% 0 5%;
  text-align: center;
}
.wf-customer .try a{
  display: inline-block;
  background: #2e64d1;
  color: #fff;
  width: 160px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  letter-spacing: 1.5px;
  font-size: 16px;
  border-radius: 5px;
  /* box-shadow */
}

.customer-show {
  background-color: #fff;  
}
.customer-show .page-banner .expland1-slogan h1 b {
  font-size: 40px;
  margin-bottom: -35px;
  /* font-family: pm; */
}
.customer-show .article {
  padding: 5% 0;
  line-height: 26px;
  font-size: 16px;
}
.customer-show .article img {
  max-width: 100%;
}
.customer-show .article h1 {
  margin: 3% 0 3%;
  text-align: center;
  line-height: 1.5;
  font-family: 'Source Han Serif SC';
}
.customer-show  h2 {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 10;
  margin-bottom: 18px;
  line-height: 1.3;
  white-space:nowrap;
}
.customer-show h2::after{
  content: '';
  display: block;
  width: 104px;
  height: 10px;
  background-color: #3064D1;
  margin-top: -5px;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  z-index: 1;
}
.customer-show .recommend h2 {
  margin-bottom: 30px;
}
.customer-show .recommend {
  border-top: 1px solid #e8e8e8;
  padding: 6% 0;
}
.customer-show .recommend a.more{
  display: block;
  width: 100%;
  text-align: center;
}

/* 閸掑棝銆� */
.wf-pagination {
  text-align: center;
}

.wf-pagination li {
  border-radius: 4px;
  display: inline-block;
  padding: 0 13px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  margin: 0 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  cursor: pointer;
}
.wf-pagination li a {
  display: block;
  color: inherit;
  transition: none !important;
}
.wf-pagination li.thisclass {
  background-color: #3064D1;
  color: #fff;
}
.wf-pagination li:hover{
  background-image: linear-gradient(to bottom right, #a7c5ff, #2e64d1);
  
}
.wf-pagination li:hover a,
.wf-pagination li:hover span{
  color: #fff !important;
}


/* 鏂规 */
.wf-solution {
  background-color: #fff;
}
.wf-solution .swiper {
  height: 450px;
  overflow: hidden;
  position: relative;
}
.wf-solution .swiper img {
  max-width: 100%;
}
.wf-solution .swiper .swiper-pagination {
  bottom: 20px
}
.wf-solution  .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.4;
}
.wf-solution  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 50px;
}

.wf-solution .page-banner {
  height: 300px;
}
.wf-solution .main-warp {
  padding: 3% 0;
}
.wf-solution h3 {
  margin-top: 0;
  margin-bottom: 20px;
}


.wf-solution-nav-bar {
  max-height: calc(100vh  - 200px);
  overflow: auto;
  position: sticky;
  top: 54px;
  background-color: #fff;
  z-index: 99;
  padding-top: 20px;
}

.wf-solution-nav,
.wf-solution-nav-sub {
  list-style: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.wf-solution-nav li {
  font-weight: bold;
  color: #000;
  transition: 0.5s;
  position: relative;
  margin-bottom: 8px;
}
.wf-solution-nav li .icon {
  position: absolute;
  top: 13px;
  left: 28px;
}

.wf-solution-nav li .icon img{
  width: 14px;
  height: 14px;
  
} 
.wf-solution-nav li .icon img:nth-child(2) {
  display: none;
}

.wf-solution-nav .arrow {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.wf-solution-nav > li:hover > a{
  /* background-color: #EDF0F8;
  color: #2e64d1 ; */
}
.wf-solution-nav > li.active > a {
  background-color: #EDF0F8;
  color: #2e64d1 ;
}.wf-solution-nav > li.active .arrow {
  transform: rotate(90deg);
}
.wf-solution-nav > li.active > a {
  color: #2e64d1 ;
}
.wf-solution-nav li.active .icon img:nth-child(1) {
  display: none;
}
.wf-solution-nav li.active .icon img:nth-child(2) {
  display: block;
}
.wf-solution-nav li a {
  display: block;
  color: rgba(33, 33, 33,0.5);
  height: 34px;
  line-height: 34px;
  float: left;
  
}
.wf-solution-nav > li.active .wf-solution-nav-sub {
  display: block;
  float: left;
}

.wf-solution-nav-sub {
  font-weight: normal;
  transition: 0.5s;
}
.wf-solution-nav-sub li {
  overflow: hidden;
  float: left;
}

.wf-solution-nav-sub li a{
  color: #000;
  font-weight: normal;
  margin-left: 30px;
  padding: 0 10px;
  transition: none !important;
}
.wf-solution-nav-sub > li:hover a {
  background: linear-gradient(to left,rgba(46,100,209,1) 0%,rgba(88,143,255,0.8) 100%);
  box-shadow: 0px 4px 4px rgba(46, 100, 209, 0.08);
  border-radius: 4px;
  color: #fff;
}
.wf-solution-nav-sub > li.active a {
  background: linear-gradient(to left,rgba(46,100,209,1) 0%,rgba(88,143,255,0.8) 100%);
  box-shadow: 0px 4px 4px rgba(46, 100, 209, 0.08);
  border-radius: 4px;
  color: #fff;
}

.wf-solution .list-wrap {
  padding-top: 40px;
}

.wf-solution .wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  transition: 0.25s;
  cursor: pointer;
}
.wf-solution .wrap:hover{
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 10px 0px;
}
.wf-solution .wrap .main-img {
  height: 146px;
  text-align: center;
  position: relative;
}		
.wf-solution .wrap .main-img img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.wf-solution .wrap .words {
  padding: 14px 20px 14px 50px;
  position: relative;
  min-height: 100px;
}
.wf-solution .wrap .words img.icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 20px;
}
.wf-solution .wrap .title {
  color: rgb(33, 33, 33);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  
}
.wf-solution .wrap .title .tag {
  display: inline-block;
  background: rgb(233, 239, 251);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  color: #2E64D1;
  
  width: 44px;
  text-align: center;
  margin-left: 6px;
}
.wf-solution .wrap .keywords {
  
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.wf-solution .input-group {
  background-color: #EDF0F8;
  margin-bottom: 12px;
  border-radius: 50px;
  overflow: hidden;
  padding-right: 8px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.wf-solution .input-group .search {
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  padding: 6px 10px 6px 20px;
  
}
.wf-solution .input-group .input-group-addon {
  background-color: transparent;
  border: none;
}
.wf-solution .input-group .input-group-addon img {
  width: 14px;
  height: 14px;
}

.wf-solution .boutique {
  padding: 38px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.25s;
  color: #fff;
}
.wf-solution .boutique:hover{
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 10px 0px;
}
.wf-solution .boutique h3{
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.wf-solution .boutique p {
  width: 50%;
  height: 40px;
  overflow: hidden;
}
.wf-solution .boutique a{
  display: block;
  width: 110px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 2px;
  background-color: #fff;
  border-radius: 4px;
  color:#2e64d1;
  margin-top: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wf-solution-title {
  padding-left: 15px;
}

@media (min-width: 1200px){
  .wf-solution .container {
    width: 1540px !important;
  }
  
}



@media screen and (max-width: 992px) {
  .wf-solution .boutique {
    background-position: unset;
    background-size: unset;
    padding: 16px;
  }
  .wf-solution .swiper {
    height: auto !important;
  }
}


.solution-pop {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  padding-top: 75px;
  background-color: #fff;
  z-index: 100;
  opacity: 1 !important;
  animation-duration: 0.33s !important;
  overflow: auto;
}
.solution-pop img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.solution-pop .head {
  min-height: 150px;
  background-image: url(../../../uploads/22_10_18_assets/solution_bg.pngg');
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  position: relative;
}
.solution-pop .head h3 {
  color: rgb(33, 33, 33);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 0px;
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-pop .head h3 .tag{
  display: inline-block;
  width: 42px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: rgb(233, 239, 251);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);;
  border-radius: 2px;
  font-size: 12px;
  color: #2E64D1;
  margin-left: 12px;
}
.solution-pop .head p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.solution-pop .head .gradient-button {
  width: 110px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  right: 80px;
  top: 50%;
  margin-top: -19px;
}
.solution-pop .head .close {
  opacity: 1 !important;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.solution-pop .head .close img {
  width: 14px;
  height: 14px;  
}

@media screen and (max-width: 992px) {
  .solution-pop .head .gradient-button {
    position: static;
    margin: 0;
    margin-bottom: 20px;
  }
}
