@charset "utf-8";

/* CSS Document */
body {
  font-family: "Tahoma", "Source Han Sans CN", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  /* background: #F2F3F4; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*关闭ios链接半透明背景色*/
}

/*移动端通用-Start*/
.mobile_title h3,
.other_mobile_title h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.zuche_title_icon {
  background: url(../../images/second/icon/zuche_titie.png) center no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 2px;
  width: 64px;
}

.other_mobile_title h3 {
  margin: 60px 0 120px 0;
}

other_mobile_title {
  position: relative;
}

.other_mobile_title .other_mobile_title_img {
  position: absolute;
  bottom: -90px;
  left: 0;
}

.rent_icon {
  background: url(../../images/icon/mobile/rent_icon1.png) center no-repeat;
  background-size: 100%;
  display: block;
  width: 6px;
  height: 12px;
  margin: 0 auto;
}

/*移动端通用-End*/

/*移动端顶部-Start*/
/* .navbar-toggle{
  margin-right:-5px;
  margin-bottom:0;
}

.navbar-header img{
  width:16%;
  height:100%;
  object-fit:cover;
  margin:12px 0 0 10px;
}

.navbar-toggle .icon-bar+.icon-bar{
  margin-top:6px;
}

.nav_top{
  text-align:left;
  border-top:#00a3ee 1px solid;
}

.nav_top li{
  font-size:14px;
  line-height:50px;
  border-bottom:#5c5c5c 1px solid;
  padding:0 10px;
}

.nav_top a:last-child li{
  border-bottom:none;
}

.trade_list img{
    width:64%;
    height:100%;
    object-fit:cover;
}

.trade_list h3{
    font-size:14px;
    line-height:32px;
    margin:0;
} */

/* 顶部二级菜单*/
/* .index_nav_mob .dropdown {
    margin-left: 20px;
}
.index_nav_mob ul.more_list {
    margin-bottom: 0px;
}
.index_nav_mob ul.more_list li {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 0px dashed #5c5c5c;
    padding: 0px;
}
.index_nav_mob ul.more_list span {
    margin-left: 0px;
    color: #ffffff;
}
.index_nav_mob .dropdown-toggle {
    display: inline-block;
    width: 100%;
    border-bottom: 0px solid #5c5c5c ;
}
.index_nav_mob .dropdown-toggle i {
    display: block;
    margin-top: 15px;
    idth: 5px;
    float: right;
}
.index_nav_mob li a {
    display: block;
    font-size: 15px;
    line-height: 40px;
    padding: 0px;
    transition: all 500ms ease;
} */
/*移动端顶部-End*/

/*移动端banner-Start*/
.banner_box {
  padding: 0;
  height: 223px;
  position: relative;
}

.ck-slide ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ck-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /*banner容器高度*/
}

.ck-slide ul.ck-slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  /*banner容器宽度*/
  height: 100%;
  /*banner图高度*/
  overflow: hidden;
  resize: both;
}

.ck-slide-wrapper img {
  width: 100%;
  height: 100%;
  /*banner图高度*/
  object-fit: cover;
}

.ck-slide ul.ck-slide-wrapper li {
  position: absolute;
  margin-top: 0px;
  height: 100%;
  width: 100%;
}

.ck-slide ul.ck-slide-wrapper li a {
  /*a标签是行内元素，宽高对a标签不起作用，这里必须添加line-height:0px;display:black，否则垂直滚动<li>之间会出现间隔*/
  line-height: 0px;
  display: block;
}

.ck-slide .ck-prev,
.ck-slide .ck-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 35px;
  height: 70px;
  margin-top: -35px;
  border-radius: 3px;
  opacity: .15;
  background: red;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: opacity .3s linear 0s;
}

.ck-slide .ck-prev {
  left: 10%;
  background: url(../images/icon/arrow-left.png) #000 50% no-repeat;
}

.ck-slide .ck-next {
  right: 10%;
  background: url(../images/icon/arrow-right.png) #000 50% no-repeat;
}

.ck-slidebox {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 30;
}

.ck-slidebox ul {
  height: 20px;
  padding: 0 4px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}

.ck-slidebox ul li {
  float: left;
  height: 12px;
  margin: 4px 4px;
}

.ck-slidebox ul li em {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.ck-slidebox ul li.current em {
  background-color: #d66382;
}

.ck-slidebox ul li em:hover {
  background-color: #d66382;
}

/*移动端banner-End*/

/*我们提供哪些服务-Start*/
.serive_list_mobile {
  padding: 15px 60px 15px 15px;
  margin-bottom: 10px;
}

.serive_list_mobile:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.serive_list_after1:after {
  width: 40px;
  height: 34px;
  background-size: contain;
  background: url(../../Images/icon/mobile/serive_icon1.png) center right;
}

.serive_list_after2:after {
  width: 40px;
  height: 46px;
  background-size: contain;
  background: url(../../Images/icon/mobile/serive_icon2.png) center right;
}

.serive_list_after3:after {
  width: 40px;
  height: 44px;
  background-size: contain;
  background: url(../../Images/icon/mobile/serive_icon3.png) center right;
}

.serive_list_after4:after {
  width: 40px;
  height: 44px;
  background-size: contain;
  background: url(../../Images/icon/mobile/serive_icon4.png) center right;
}

.serive_list_mobile span {
  font-size: 15px;
  line-height: 20px;
}

.serive_list_mobile p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

/*我们提供哪些服务-End*/

/*合作案例-Start*/
.case_list_img_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case_list_text_mobile span {
  font-size: 12px;
  line-height: 12px;
}

.case_list_text_mobile span img {
  width: auto !important;
  height: auto !important;
}

.case_list_text_mobile h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 10px 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case_list_text_mobile p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case_list_mobile a {
  font-size: 12px;
  line-height: 36px;
  /* border:#00a3ee 1px solid; */
  border-radius: 50px;
  text-align: center;
}

/*合作案例-End*/


/*移动端页脚-Start*/
.mobile_index_footer h1 {
  font-size: 14px;
  line-height: 26px;
}

.mobile_index_footer p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.mobile_index_footer_img {
  padding: 20px 0;
}

.mobile_index_footer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile_index_footer_copy {
  margin-bottom: 16.5%;
}

.mobile_index_footer_copy p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

/*移动端页脚-End*/

/*浮动框-Start*/
.mobile_downloag_box {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.mobile_downloag {
  font-size: 14px;
  line-height: 42px;
  border-radius: 5px;
  background-color: #fff;
  color: #000;
}

.mobile_downloag_phone {
  font-size: 14px;
  line-height: 42px;
  border-radius: 5px;
  background-color: #80808094;
  color: #fff;
}

.mobile_downloag_wx {
  font-size: 14px;
  line-height: 42px;
  border-radius: 5px;
  background-color: #43c93e;
  color: #fff;
}

.mobile_downloag_zx {
  font-size: 14px;
  line-height: 42px;
  border-radius: 5px;
  background-color: #00a4f0;
  width: 100%;
  color: #fff;
}

.phone_icon {
  background: url(../../images/icon/tellPhone.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.seek_icon {
  background: url(../../images/icon/consult.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

/*浮动框-End*/

/*livechat-Start**/
.chat_mobile {
  /*background: #00a3ee;*/
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  padding: 5px;
  /*box-shadow:0px 0px 8px;*/
  color: #fff;
}

/*右下角*/
.chat_mobile.right_mobile_bottom {
  right: 8px;
  bottom: 65px;

  /*-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
		text-align: center;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 2px;
	letter-spacing:1px;
    width: 60px;
    height: 51px;*/
  object-fit: cover;
}

.chat_mobile_pic {
  position: relative;
  width: 70px;
  height: 70px;

}

/*livechat-end**/

/*--------------------- advantage -------------------*/
.advantage-content-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.advantage-content-box li {
  margin: 10px 0px 10px;
  width: 47%;
  height: 160px;
  /*height: 270px;*/
  float: left;
  text-align: center;
  background: #ffffff;
  border-left: 1px dashed #e8e8e8;
  border-right: 1px dashed #e8e8e8;
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  border-radius: 5px;
  border-radius: 5px;
  /*box-shadow: 0px -4px 5px 0px rgb(0 0 0 / 28%);*/
}

.advantage-content-box li.mg-l-2 {
  float: right;
}

.advantage-content-box:last-child {
  border-bottom: 0px;
}

.advantage-content-box li> :first-child {
  margin-top: 15px;
}

.advantage-content-box li p.h3 {
  line-height: 24px;
  font-size: 14px;
  color: #323232;
  margin: 0px;
}

.advantage-content-box li p.detail {
  margin: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #737373;
  text-align: center;
}

.advantage-content-box i {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px auto 10px;
}

.advantage-content-box i.advantage-1 {
  background: url("../../images/product/advantage_1.png") no-repeat 100% 100%
}

.advantage-content-box i.advantage-2 {
  background: url("../../images/product/advantage_2.png") no-repeat center center;
}

.advantage-content-box i.advantage-3 {
  background: url("../../images/product/advantage_3.png") no-repeat center center;
}

.advantage-content-box i.advantage-4 {
  background: url("../../images/product/advantage_4.png") no-repeat center center;
}

.advantage-content-box .advantage-11 {
  background: url("../../images/product/advantage_11.png") no-repeat center center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 5px;
}

.advantage-content-box .advantage-21 {
  background: url("../../images/product/advantage_21.png") no-repeat center center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 5px;
}

.advantage-content-box .advantage-31 {
  background: url("../../images/product/advantage_31.png") no-repeat center center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 5px;
}

.advantage-content-box .advantage-41 {
  background: url("../../images/product/advantage_41.png") no-repeat center center;
  display: block;
  width: 50px;
  height: 50px;
  margin: 10px auto 5px;
}

/*--------------------- customer-box -------------------*/
.customer-box {
  padding: 20px 0px 60px;
  background: #f4f7ff;
}

/*.customer-content-box { position: relative; overflow: hidden; width: 260px; margin: 0 auto;}*/
.customer-content-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 10px;
}

.customer-content-box li {
  margin: 0px;
  width: 48%;
  /*height: 100px; */
  float: left;
  text-align: center;
}

.customer-content-box li p.h3 {
  margin: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  padding-bottom: 16px;
}

.customer-content-box li p.detail {
  margin: 10px;
  height: 120px;
  line-height: 150%;
  font-size: 14px;
  color: #737373;
  text-align: left;
}

.customer-content-box i {
  display: inline-block;
  width: 46%;
  height: 100px;
  margin: 5px auto 10px;
}

.customer-content-box i.customer-1 {
  background: url("../../images/customer/cus_czjx.png") no-repeat center center;
  background-size: 100% 100%;
}

.customer-content-box i.customer-2 {
  background: url("../../images/customer/cus_sajx.png") no-repeat center center;
}

.customer-content-box i.customer-3 {
  background: url("../../images/customer/cus_lzjx.png") no-repeat center center;
}

.customer-content-box i.customer-4 {
  background: url("../../images/customer/cus_ryk.png") no-repeat center center;
}

.customer-content-box i.customer-5 {
  background: url("../../images/customer/cus_jjjx.png") no-repeat center center;
}

.customer-content-box i.customer-6 {
  background: url("../../images/customer/cus_txjx.png") no-repeat center center;
}

.customer-content-box i.customer-7 {
  background: url("../../images/customer/cus_jyjx.png") no-repeat center center;
}

.customer-content-box i.customer-8 {
  background: url("../../images/customer/cus_czkc.png") no-repeat center center;
}

.customer-content-box div.operate a {
  display: inline-block;
  width: 100px;
  height: 36px;
  background: #00A3EE;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-size: 14px;
}

.download_btn {
  display: inline-block;
  width: 200px;
  height: 50px;
  background-color: #0e51cf;
  border: #ffffff 1px solid;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto;
}

.privacy-box {
  color: #FFFFFF;
  padding-top: 20px;
}

.privacy-box p {
  padding: 5px;
}

.privacy-box a {
  color: #FFFFFF;
  text-decoration: underline !important;
}


.advantage-pro-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.advantage-pro-box li {
  margin: 10px 0px 10px;
  width: 47%;
  height: 160px;
  float: left;
  text-align: center;
  background: #ffffff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 5px;
  border-radius: 5px;
  /*box-shadow: 0px -4px 5px 0px rgb(0 0 0 / 28%);*/
  padding-top: 20px;
}

.advantage-pro-box li.mg-l-2 {
  float: right;
}

.advantage-pro-box:last-child {
  border-bottom: 0px;
}

.advantage-pro-box li> :first-child {
  margin-top: 15px;
}

.advantage-pro-box li p.h3 {
  line-height: 24px;
  font-size: 14px;
  color: #323232;
  margin: 0px;
}

.advantage-pro-box li p.detail {
  margin: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #737373;
  text-align: center;
}

.advantage-pro-box i {
  display: block;
  width: 35px;
  height: 35px;
  margin: 10px auto 10px;
}

.advantage-pro-box i.advantage-pro1 {
  background: url("../../images/product/advantage_1.png") no-repeat 100% 100%
}

.advantage-pro-box i.advantage-pro2 {
  background: url("../../images/product/advantage_2.png") no-repeat center center;
}

.advantage-pro-box i.advantage-pro3 {
  background: url("../../images/product/advantage_3.png") no-repeat center center;
}

.advantage-pro-box i.advantage-pro4 {
  background: url("../../images/product/advantage_4.png") no-repeat center center;
}



/*移动端顶部-Start-2024*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.navbar-bs .container {
  margin: 0px;
  padding-top: 20px;
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%
  }
}

.container .row {
  margin-left: 0;
  margin-right: 0;
}

.bg-036ff1 {
  color: #036ff1;
}

.bg-f8fbff {
  color: #f8fbff;
}

.navbar-bs {
  width: 100%;
  height: unset;
  padding: 0;
  z-index: 2;
  background: #fff;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0; */
  text-align: center;
  /* box-shadow: 0 1px 5px 0 rgba(0,0,0,0.14); */
  display: flex;
  align-items: center;
}

.site-title {
  margin-left: 10px;
  width: 40%;
}

.site-title img {
  width: 100%;
  height: auto;
  max-height: 90%;
  padding: 0px;
  margin: 0;
  float: left;
}

.side-nav {
  position: fixed;
  width: 260px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 。0rem 0 1rem 0;
}

.side-nav a {
  padding: 0 16px;
  display: block;
}

.side-nav a:hover {
  background: transparent;
}

.panel-control-right {
  float: right;
  font-size: 16px;
  line-height: 16px;
  line-height: 60px;
}

.panel-control-right .sidenav-control-right i {
  color: #fff;
  background: #036ff1;
  padding: 10px;
  background-image: url(../../images/mobile/navico.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  width: 20px;
  height: 20px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}

.panel-control-right ul {
  padding-top: 20px;
  padding: 10px 0;
}

.panel-control-right ul li {
  border-bottom: dotted 1px #eee;
}

.panel-control-right ul li a {
  font-size: 14px;
  font-weight: 400;
}

.panel-control-right .side-nav a li i {
  background: url("../../images/mobile/arrow.png") left center;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.panel-control-right .side-nav .collapsible-header {
  font-size: 14px;
}

.panel-control-right .side-nav .collapsible-header span i {
  float: right;
  text-align: right;
}

.panel-control-right .side-nav .collapsible-header:hover {
  background: transparent;
}

.panel-control-right .side-nav .collapsible-header.active {
  border-bottom: dotted 1px #ddd;
}

.panel-control-right .side-nav li.active {
  border-bottom: solid 1px #eee;
  background: transparent;
}

.panel-control-right .side-nav .collapsible-header i {
  text-align: left;
  background: url("../../images/mobile/arrow.png") left center;
  background-repeat: no-repeat;
  padding-right: 15px;
}

.panel-control-right .collapsible-body ul {
  padding: 0 0 0 0;
  margin: 0;
}

.panel-control-right .collapsible-body ul li a {
  padding-left: 45px;
  height: 40px;
  line-height: 40px;
}

.panel-control-right .categories-in li {
  line-height: 40px;
}

.panel-control-right .categories-in .collapsible-body ul li a {
  height: 36px;
  line-height: 36px;
}

.panel-control-right .categories-in .collapsible-header {
  padding-left: 40px;
}

.panel-control-right .categories-in .collapsible-body ul li a {
  padding-left: 60px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i {
  line-height: inherit;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) li {
  list-style-type: none;
}

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.fa-home:before {
  content: "\f015";
}

.side-nav li {
  float: none;
  line-height: 48px;
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

.fa-chevron-right {
  background-image: url("../../images/mobile/arrow.png");
  background-position: left;
  background-repeat: no-repeat;
}

.side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.navbar-bs .container .links {
  margin: 0px;
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* background-color: #fff; */
}

.navbar-bs .container .links .drop_links {
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border-bottom: 1px solid #ffffff; */
  padding-bottom: 0px;
}

.navbar-bs .container .links .drop_links li {
  display: flex;
  align-items: center;
}

.navbar-bs .container .links .drop_links .dropdown {
  padding: 0px 3px;
  text-align: center;
  color: #036FF2;
  font-weight: bold;
}

.navbar-bs .container .links .drop_links .dropdown a {
  color: #00a3ee;
  font-weight: bold;
}

.navbar-bs .container .links .drop_links .split span {
  color: #00a3ee;
  font-size: 10px;
}

.navbar-bs .container .links .drop_links .selected {
  border-bottom: 2px solid #00a3ee;
}

.navbar-bs .container .links .drop_links .selected a {
  color: #00a3ee;
}


.seperator {
  height: 1px;
  margin: 19px 0;
  background-color: #B4B4B4;
}

/*移动端顶部-End*/

/*banner-Start-2024*/
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-slick {
  position: relative;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-initialized .slick-slide {
  display: block;
}

.slider-slick .slider-entry {
  position: relative;
  /* height: 400px; */
}

@media (min-width: 768px) {
  .slider-slick .slider-entry {
    position: relative;
    height: auto;
  }
}

.slider-slick .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
}

.slider-slick img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slider-slick .caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00a4f0;
  z-index: 999;
  overflow-wrap: break-word;
  text-align: center;
  padding-top: 20px;
}

.slider-slick .caption h2 {
  color: #00a4f0;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
}

.slidercontainer {
  margin: 0;
  max-width: 1280px;
  width: 100%;
  padding-top: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: flex-start;
}

.slider-slick .caption p {
  margin-bottom: 18px !important;
  font-size: 16px;
  line-height: 25px;
}

.slider-slick .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
}

.slider-slick .slick-dots li {
  width: auto;
}

.slider-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.slider-slick .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.slider-slick .slick-dots li.slick-active button {
  background: #0073dc;
}

.slider-slick .slick-dots li button::before {
  font-size: 0;
  color: transparent;
}

.slick-slide img {
  display: block;
}

.button {
  border: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  overflow: visible;
  background: linear-gradient(to right, #2f54fe 0%, #2f54fe 25%, #4264fd 75%, #4264fd 100%);
  border-radius: 8px;
  margin-top: 10px;
}

.slidercontainer a {
  display: block;
  vertical-align: top;
  margin-top: 20px;
  width: 42%;
  line-height: 34px;
  background: linear-gradient(to right, #2f54fe 0%, #2f54fe 25%, #4264fd 75%, #4264fd 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 auto;
  color: #fff;
}

.app-pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../../images/mobile/banner-school-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* 或者你想要的宽度 */
}

.app-pages-school {
  flex-direction: column;
  justify-content: center;
  background-image: url(../../images/mobile/banner-sch.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  /* 或者你想要的宽度 */
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-next {
  right: -25px;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-dotted.slick-slider {
  margin-bottom: 25px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ontrial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fdfeff;
  z-index: 999;
  overflow-wrap: break-word;
  text-align: center;
  padding-top: 20px;
}

.ontrial .botton_ontrial {
  display: block;
  vertical-align: top;
  margin-top: 20px;
  width: 42%;
  line-height: 34px;
  background: #00a4f0;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 auto;
  color: #fff;
}

.headline {
  display: flex;
  /*  flex-direction: column; */
  align-items: center;
  justify-content: center;
  color: #fdfeff;
  z-index: 999;
  overflow-wrap: break-word;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button_headline {
  display: block;
  vertical-align: top;
  margin-top: 20px;
  width: 100%;
  line-height: 34px;
  background: #00a3ee;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  border-radius: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin: 0 15px 0 15px;
  color: #fff;
  padding: 0 15px 0 15px;
}

/*banner-End*/

/*资质-Start*/
.cer_list_img_mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cer_list_text_mobile span {
  font-size: 12px;
  line-height: 12px;
}

.cer_list_text_mobile span img {
  width: auto !important;
  height: auto !important;
}

.cer_list_text_mobile h3 {
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 10px 0;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cer_list_text_mobile p {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cer_list_mobile a {
  font-size: 12px;
  line-height: 36px;
  /* border:#00a3ee 1px solid; */
  border-radius: 50px;
  text-align: center;
}

.certificate-box {
  padding: 10px 0px 60px;
  background: #f4f7ff;
}

/*.customer-content-box { position: relative; overflow: hidden; width: 260px; margin: 0 auto;}*/
.certificate-content-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0px auto 10px;
  display: flex;
  flex-wrap: wrap;
}

.certificate-content-box li {
  margin: 0px;
  width: 33%;
  /*height: 100px; */
  float: left;
  text-align: center;
}

.certificate-content-box li p.h3 {
  margin: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #323232;
  padding-bottom: 16px;
}

.certificate-content-box li p.detail {
  margin: 10px;
  height: 120px;
  line-height: 150%;
  font-size: 14px;
  color: #737373;
  text-align: left;
}

.certificate-content-box i {
  display: inline-block;
  width: 46%;
  height: 100px;
  margin: 5px auto 10px;
}

/* .certificate-content-box i.customer-1 { background: url("../../Images/certificate/公安部软件测试报告.png") no-repeat center center; background-size: 100% 100%;}
.certificate-content-box i.customer-2 { background: url("../../Images/certificate/四川省交通运输厅技术接入函.png") no-repeat center center; }
.certificate-content-box i.customer-3 { background: url("../../images/customer/博软计时平台测试报告.png") no-repeat center center; }
.certificate-content-box i.customer-4 { background: url("../../images/customer/博软计时平台接入测试函复.png") no-repeat center center; }
.certificate-content-box i.customer-5 { background: url("../../images/customer/博软驾校管理软件.png") no-repeat center center; }
.certificate-content-box i.customer-6 { background: url("../../images/customer/博软计时培训平台移动端软件.png") no-repeat center center; }
.certificate-content-box i.customer-7 { background: url("../../images/customer/博软考训场管理系统.png") no-repeat center center; }
.certificate-content-box i.customer-8 { background: url("../../images/customer/博软软件.png") no-repeat center center; } 
.certificate-content-box i.customer-9 { background: url("../../images/customer/DPsite.png") no-repeat center center; }
.certificate-content-box i.customer-10 { background: url("../../images/customer/博软软件.png") no-repeat center center; }  */
.customer-content-box .customer-1 img {
  width: 100%;
}

.customer-content-box .customer-2 img {
  width: 100%;
}

.customer-content-box .customer-3 img {
  width: 100%;
}

.customer-content-box .customer-4 img {
  width: 100%;
}

.customer-content-box .customer-5 img {
  width: 100%;
}

.customer-content-box .customer-6 img {
  width: 100%;
}

.customer-content-box .customer-7 img {
  width: 100%;
}

.customer-content-box .customer-8 img {
  width: 100%;
}

.certificate-content-box img {
  width: 100%;
  height: 100%;
  padding: 8px;
}

.certificate-content-box div.operate a {
  display: inline-block;
  width: 100px;
  height: 36px;
  background: #00A3EE;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  font-size: 14px;
}

/*资质-End*/

/*驾校-Start*/
/*产品切换-Start*/
.teachbox {
  /* padding: 0px !important; */
  /* padding-top: 20px; */
  background-color: #fff;
  width: 100%;
}

.title {
  font-weight: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  /* margin-top: 1.10667rem; */
  text-align: center;
  margin-bottom: 0px;
}

.titledesc {
  color: #333;
  font-size: 16px;
  text-align: center;
}

.tabctrl-box {
  margin-top: 20px;
}

ul.tabctrl {
  margin: 0px auto;
  padding: 0px;
  display: flex;
  /* height: 48px;								 */
  align-items: center;
  border-bottom: 1px solid #ebedf0;
  /* border-radius: 24px; */
  /* background-color: #F5F9FF;*/
}

ul.tabctrl li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 145px;
  /* height: 40px; */
  line-height: 40px;
  /* border-radius: 20px; */
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
}

ul.tabctrl li {
  color: rgba(0, 0, 0, .85);
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}

ul.tabctrl li.selected {
  /* color: #24C27D; */
  color: #036FF1;
  /* background-color: #24C27D; */
  cursor: pointer;
  /* border-bottom: 4px solid #24C27D;				 */
}

ul.tabctrl li.selected:hover {
  /* background-color: #24C27D;	 */
  opacity: 0.8;
  /* border-bottom: 4px solid #24C27D; */
}

ul.tabctrl li:not(.selected):hover {
  /* color: #24C27D; */
  color: #036FF1;
  background-color: #F0F4FA;
}

ul.tabctrl li.selected div.botline {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #24C27D;
  background-color: #036FF1;
  border-radius: 4px 4px 0 0
}

/* 轮播 */
.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product_container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  width: 100%;
  /* background-color: #f8fbff; */
  background-color: #fff;
}

.product_container .box_icon img {
  width: 40px;
  height: auto;
}

.product_container .box_name {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  line-height: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product_container .box_desc {
  font-size: 15px;
  font-weight: 400;
  color: #959ead;
  /* line-height: .45333rem;
  margin-bottom: .37333rem; */
}

.product_container .carouse img {
  width: 100%;
  /* max-height: 250px; */
  overflow: hidden;
}

/*  */
.smart_container {
  background-color: #F3F9FF;
}

.smart_container .pro-box {
  /* width: 1200px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 50px;
}

.smart_container .pro-box>div {
  display: flex;
}

.smart_container .pro-box .pro_desc {
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.smart_container .pro-box .pro_desc .item_title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.smart_container .pro-box .pro_desc .item_middle {
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: justify;
}

.smart_container .pro-box .pro_desc .item_middle p {
  margin: 0;
}

.smart_container .pro-box .pro_img {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.smart_container .pro-box .pro_img.onleft {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.smart_container .pro-box .pro_img img {
  width: 100%;
  height: auto;
}

div.img-container {
  width: 100%;
  /* 或者其他宽度 */
  height: auto;
  /* 保持容器的高度自适应 */
}

.certificate-1 img {
  width: 100%;
}

div.img-container img {
  width: 100%;
  /* 图片宽度自适应容器 */
  height: auto;
  /* 图片高度自适应，保持宽高比 */
}


/* 驾校PasS平台schoolplatform_mobile.htm */
/* banner样式 */
.wrap-banner {
  position: relative;
}

.wrap-banner-title {
  position: absolute;
  top: 17.73vmin;
  padding-left: 4.8vmin;
}

.banner-title {
  width: 32vmin;
  height: 11.2vmin;
  font-size: 8vmin;
  font-weight: 600;
  color: #ffffff;
  line-height: 9.33vmin;
  margin-bottom: 2.67vmin;
  font-weight: bold;
}

.banner-info {
  font-size: 4vmin;
  font-weight: 400;
  color: #ffffff;
  line-height: 5.6vmin;
}

.wrap-banner img {
  width: 100%;
  height: 64vmin;
  vertical-align: top;
}

.wrap-banner-title img {
  width: 27.41vmin;
  height: 9.3vmin;
  display: block;
  margin-top: 6.67vmin;
}

@media screen and (orientation: landscape) {
  .wrap-banner img {
    height: auto;
  }
}

/* 公共title样式 */
.public-title {
  padding-top: 2.93vmin;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3.73vmin;
}

.public-title>p {
  position: relative;
  z-index: 3;
  font-size: 4.8vmin;
  line-height: 6.4vmin;
  text-align: center;
  font-weight: 700;
  color: #333333;
}

.title-top-icon {
  width: 2.93vmin;
  height: 2.93vmin;
  margin-right: 2.6vmin;
}

.title-bottom-bg {
  position: absolute;
  bottom: 0.5vmin;
  left: 50%;
  transform: translateX(-50%);
  height: 1.73vmin;
  background: #cee2fa;
  z-index: 2;
  border-radius: 7px;
}

.title-bottom-icon {
  height: 2.93vmin;
  width: 2.93vmin;
  margin-left: 2.6vmin;
  margin-top: 4vmin;
}

.info {
  text-align: center;
  font-size: 3.46vmin;
  font-weight: 400;
  color: #777777;
  line-height: 4.93vmin;
  margin-bottom: 5.33vmin;
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.know-more {
  font-weight: 400;
  color: #3097ff;
  text-align: center;
  /* width: 17.3vmin; */
  height: 4.93vmin;
  line-height: 4.93vmin;
  font-size: 3.46vmin;
  display: flex;
  justify-content: center;
  align-items: center;
}

.know-more img {
  margin-left: 1.26vmin;
  width: 1.6vmin;
  /* height: 2.66vmin; */
  vertical-align: middle;
  /* margin-top: -0.66vmin; */
}

.know-more-opacity img {
  width: 2vmin;
  height: 3.3vmin;
  margin-left: 2vmin;
}

.know-more-opacity {
  display: flex;
  align-items: center;
}

.know-more-opacity {
  padding-left: 4.4vmin;
  width: 29.6vmin;
  box-sizing: border-box;
  height: 8.26vmin;
  line-height: 9vmin;
  font-size: 3.73vmin;
  border-radius: 4.14vmin;
  opacity: 0.8;
  border: 1px solid #ffffff;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 6vmin;
  letter-spacing: 0.3vmin;
  margin-bottom: 12vmin;
  display: flex;
  align-items: center;

}

.free-apply-banner {
  height: 57.2vmin;
  width: 100%;
  position: relative;
  background: url(../images//home/free_apply_banner@3x.png) center no-repeat;
  background-size: cover;
}

@media only screen and (orientation: landscape) {
  .free-apply-banner {
    height: 114.13vmin;
  }
}

.free-apply-btn {
  position: absolute;
  left: 50%;
  bottom: 10.93vmin;
  transform: translateX(-50%);
  width: 30.93vmin;
  height: 10.53vmin;
  background: #ffffff;
  border-radius: 4.8vmin;
  /*TODO免费使用*/
  background: url(../images/home/free_btn@3x.png) center center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.contact {
  background: #171f30;
  padding-top: 8.93vmin;
  padding-bottom: 13vmin;
  position: relative;
}

.contact .title {
  font-size: 6.4vmin;
  font-weight: 600;
  color: #ffffff;
  line-height: 8.93vmin;
  text-align: center;
  margin-bottom: 8.53vmin;
}

.contact ul {
  list-style: none;
  padding: 0 9.6vmin;
  margin-bottom: 9.3vmin;
}

.contact li {
  font-size: 3.73vmin;
  color: rgba(255, 255, 255, 0.8);
  line-height: 5.33vmin;
  margin-bottom: 2.66vmin;

}

.contact li span {
  display: inline-block;
  width: 19vmin;
  white-space: nowrap;
}

.contact li div {
  margin-bottom: 2.6vmin;
  line-height: 5.3vmin;
}

.wrap-qrcode-img {
  padding: 0 15.86vmin;
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
}

@media screen and (orientation: landscape) {
  .wrap-qrcode-img {
    justify-content: space-around;
  }
}

.qrcode-img {
  display: flex;
  flex-direction: column;
  margin-bottom: 8.4vmin;
}

.qrcode-img img {
  width: 26.67vmin;
  height: 26.67vmin;
  margin-bottom: 2.67vmin;
}

.qrcode-img span {
  color: #fff;
  font-size: 3.73vmin;
  font-weight: 400;
  line-height: 5.3vmin;
  text-align: center;
}

.service-content {
  display: flex;
  justify-content: center;
  margin-bottom: 12vmin;
  align-items: center;
}

.service-about {
  text-align: center;
}

.service-content img {
  width: 20.93vmin;
  height: 20.93vmin;
  margin-right: 7.06vmin;
  vertical-align: middle;
}

.service-coperight {
  text-align: center;
  font-size: 2.6vmin;
  color: #fff;
  margin-bottom: 2.67vmin;
}

.service-number {
  font-size: 2.67vmin;
  text-align: center;
  color: #fff;
  margin-bottom: 5.3vmin;
}

.service-coperight a {
  color: #fff !important;
  text-decoration: none;
}


.advantange-title {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  /* margin-bottom: 30px;
  line-height: 29px; */
}

.advantange-title .img-reverse {
  transform: rotateY(180deg);
}

.advantange-title span {
  margin: 0 2.5vmin;
  /* font-size: 20px; */
  font-weight: bold;
}

.advantange-title img {
  height: 1vmin;
  width: 17%;
}

.public-title {
  padding-top: 2.7vmin;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 3.73vmin;
}

.public-title>p {
  position: relative;
  z-index: 3;
  font-size: 4.8vmin;
  line-height: 6.4vmin;
  text-align: center;
  font-weight: 700;
  color: #333333;
}

.title-top-icon {
  width: 2.93vmin;
  height: 2.93vmin;
  margin-right: 2.6vmin;
}

.title-bottom-bg {
  position: absolute;
  bottom: 0.6vmin;
  left: 50%;
  transform: translateX(-50%);
  height: 1.73vmin;
  background: #cee2fa;
  z-index: 2;
  border-radius: 7px;
}

.title-bottom-icon {
  height: 2.93vmin;
  width: 2.93vmin;
  margin-left: 2.6vmin;
  margin-top: 4vmin;
}

.title-bg1-width {
  width: 18.4vmin;
}

.title-bg2-width {
  width: 23.73vmin;
}

/* 头部 */
.top {
  height: 13.33vmin;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
}

.top-2 {
  height: 13.33vmin;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.top .logo {
  /* margin: 2.53vmin 0 0 2.93vmin; */
  /* width: 27.86vmin;
  height: 8.26vmin; */
  width: 21.3vmin;
  height: 8vmin;
  /* float: left; */
}

.top-2 .logo-2 {
  /* margin: 2.53vmin 0 0 2.93vmin; */
  width: 21.3vmin;
  height: 8vmin;
  /* float: left; */
}

.top .menuBox {
  float: right;
  width: 16vmin;
  height: 13.33vmin;
}

.top-2 .menuBox {
  float: right;
  width: 16vmin;
  height: 13.33vmin;
}

.top .menu {
  /* margin: 4.4vmin 3.2vmin 0 0; */
  width: 6vmin;
  height: 4.53vmin;
  /* float: right; */
}

.top-2 .menu-2 {
  /* margin: 4.4vmin 3.2vmin 0 0; */
  width: 4.26vmin;
  height: 4.26vmin;
  /* float: right; */
}

.top .close {
  margin: 4.53vmin 3.2vmin 0 0;
  width: 4.53vmin;
  height: 4.53vmin;
  float: right;
}

.top-2 .close {
  margin: 4.53vmin 3.2vmin 0 0;
  width: 4.53vmin;
  height: 4.53vmin;
  float: right;
}

.info {
  padding: 0 18.2vmin;
  margin-bottom: 5.3vmin;
}

.info p {
  font-size: 3.46vmin;
  font-weight: 400;
  color: #777777;
  line-height: 4.93vmin;
  text-align: center;
}

.prefect-system .public-title {
  padding-top: 5.6vmin;
  margin-bottom: 6.8vmin;
}

.prefect-system .wrap-system-kind .system {
  padding: 0 4vmin;
  padding-bottom: 2.93vmin;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prefect-system .wrap-system-kind .system li {
  width: 44vmin;
  /* height: 60vmin; */
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-top: 4.8vmin; */
  margin-bottom: 3.73vmin;
  box-sizing: border-box;
  padding: 4.8vmin 2vmin 2vmin 2vmin;
}

@media screen and (orientation: landscape) {
  .prefect-system .wrap-system-kind .system {
    display: block;
    overflow: hidden;
  }

  .prefect-system .wrap-system-kind .system li {
    width: 32%;
    margin-right: 2%;
    float: left;
  }

  .prefect-system .wrap-system-kind .system li:nth-of-type(3n) {
    margin-right: 0;
  }

  .prefect-system .wrap-system-kind .system .description {
    margin-right: auto;
  }

  .prefect-system .light-advantage ul {
    display: block !important;
    overflow: hidden;
  }

  .prefect-system .light-advantage li {
    float: left;
    margin-right: auto;
    width: 22% !important;
    margin-right: 4%;
  }

  .prefect-system .light-advantage li:nth-of-type(4n) {
    margin-right: 0;
  }
}

.prefect-system .wrap-system-kind .system .icon img {
  height: 8.8vmin;
  width: 8.8vmin;
}

.prefect-system .wrap-system-kind .system .title {
  font-size: 3.47vmin;
  color: #222222;
  font-weight: bold;
  line-height: 4.93vmin;
  /* margin-top: 3.47vmin; */
  margin: 1vmin 0 2vmin 0;
}

.prefect-system .wrap-system-kind .system .description {
  /* margin-top: 0.53vmin; */
  font-size: 3.2vmin;
  font-weight: 400;
  color: #777777;
  line-height: 4.8vmin;
  text-align: left;
  width: 100%;
  /* margin-left: auto; */
}

.prefect-system .type-project .public-title {
  margin-bottom: 5.47vmin;
}

.prefect-system .type-project {
  /* background: #f5f6f9;  */
  padding-bottom: 6.67vmin;
}

.prefect-system .type-project:nth-of-type(odd) {
  /* background: #F9FAFF; */
  background: #f5f6f9;
}

.prefect-system .content-example {
  display: flex;
  margin-bottom: 2.67vmin;
}

.prefect-system .content-example img {
  width: 12.6vmin;
  height: 12.6vmin;
  margin-right: 1.16vmin;
  flex-shrink: 0;
}

.prefect-system .content-example .example-desc {
  margin-top: 2vmin;
}

.prefect-system .content {
  padding: 0 7.7vmin;
}

.prefect-system .content .title {
  font-size: 3.46vmin;
  color: #222222;
  margin-bottom: 0.8vmin;
  font-weight: bold;
  line-height: 4.93vmin;
}

.prefect-system .content>img {
  margin-bottom: 6.93vmin;
}

.prefect-system .content p {
  font-size: 3.46vmin;
  font-weight: 400;
  color: #777777;
  line-height: 4.93vmin;
}

.prefect-system .open-video {
  width: 22.67vmin;
  height: 10.6vmin;
  background: #1890FF;
  border-radius: 5.3vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 3.46vmin;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 4.93vmin;
  margin-top: 6.67vmin;
}

.prefect-system .light-advantage {
  padding-bottom: 2.93vmin;
}

.prefect-system .light-advantage ul {
  padding: 0 7.3vmin;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prefect-system .light-advantage li {
  width: 40vmin;
  height: 26.67vmin;
  margin-bottom: 3.73vmin;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2.13vmin;
  -webkit-border-radius: 2.13vmin;
  -moz-border-radius: 2.13vmin;
  -ms-border-radius: 2.13vmin;
  -o-border-radius: 2.13vmin;
}

.prefect-system .light-advantage li img {
  width: 7.47vmin;
  height: 7.47vmin;
  margin-bottom: 2.93vmin;
}

.prefect-system .light-advantage li span {
  font-size: 3.47vmin;
  color: #222222;
  line-height: 4.93vmin;
}

.light-advantage .public-title {
  margin-bottom: 5.47vmin;
}

.video-content {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: -1000px;
  z-index: -1000;
}


.solution-cate {
  display: flex;
  justify-content: space-around;
}

.operate-list .wrap-operate-content {
  padding: 0 8.4vmin;
}

.prefect-system .type-project {
  padding-bottom: 8.67vmin;
}

.cooperate-box {
  background-color: #f5f6f9;
  height: 64vmin;
  padding: 0 2vmin;

}

.customer-box {
  height: 68vmin;
  padding: 0 2vmin;
}

.point-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5.33vmin;
  padding: 0 7.3vmin;
  margin-top: 4.93vmin
}

.point-btn .click-read {
  font-size: 3.46vmin;
  width: 26.67vmin;
  line-height: 8vmin;
  height: 8vmin;
  border: 1px solid #3097ff;
  color: #3097ff;
  border-radius: 4.8vmin;
  margin-bottom: 2.6vmin;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.2vmin;
}

.point-active {
  text-align: center;
  font-size: 3.46vmin;
  width: 26.6vmin;
  height: 8vmin;
  color: #ffffff !important;
  background: #3097ff;
  box-shadow: 0px 2px 6px 0px rgba(48, 151, 255, 0.6);
  border-radius: 4.8vmin;
}

.pagination-operate {
  position: absolute;
  z-index: 20;
  width: 100%;
  margin: 0;
  /* bottom: 4.6vmin; */
  text-align: center;
}

.pagination-operate .swiper-pagination-bullet,
.pagination-operate .swiper-pagination-switch {
  display: inline-block;
  width: 3.2vmin;
  height: 1.6vmin;
  background: #d6eaff;
  border-radius: 5px;
  opacity: 1;
  margin: 0 0.98vmin;
}

.pagination-operate .swiper-pagination-bullet-active,
.pagination-operate .swiper-active-switch {
  width: 5.6vmin;
  height: 1.6vmin;
  background: #3097ff;
  /* background: url("../images/home/icon_active.png"); */
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

padding-bottom: 13.3vmin;
}

*/ .operate-list img {
  width: 100%;
  display: block;
}

.operate-list .box {
  padding: 0 3vmin;
}

.operate-list span {
  display: inline-block;
  font-size: 4vmin;
  font-weight: bold;
  color: #333333;
  line-height: 5.6vmin;
  margin-top: 4vmin;
  margin-bottom: 4.53vmin;
}

.operate-list .wrap-operate-content {
  padding: 0 12.4vmin;
  /* height: 116vmin; */
  color: #666;
  font-size: 3.73vmin;
}

.wrap-operate-content-1 {
  padding: 5vmin 5vmin 10vmin 5vmin;
  /* height: 116vmin; */
  color: #666;
  font-size: 3.73vmin;
  text-align: left;
}

.operate .data-analysis-item {
  /* padding: 0 3vmin 5.33vmin 3vmin; */
}

.operate .data-analysis-item .item-img img {
  padding: 0 4.4vmin;
  width: 100%;
  box-sizing: border-box;
}

.operate .multi-terminal-item {
  background: #F9FAFF;
}

.operate .multi-terminal-item .item-img img {
  width: 100%;
}

.operate .multi-terminal-item .item-img {
  padding: 0.7vmin 1.73vmin 5.06vmin 1.73vmin;
}

.operate .multi-terminal-item .info {
  padding: 0 7.73vmin;
}


/* 书法教育页面 */
/* .policy-box{
  padding: 0 6vmin;
} */
.policy-box .policy-list {
  margin-bottom: 3vmin;
}

.policy-box .policy-list .policy-item {
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 5vmin 0;
  justify-content: space-between;

}

.policy-box .policy-list .policy-item:last-child {
  border-bottom: transparent;
}

.policy-list .sort-icon {
  background-color: #2074ff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.67vmin;
  height: 10.67vmin;
  border-radius: 2vmin;
  color: #ffffff;
  font-weight: bold;
}

.policy-list .item-desc {
  color: #777;
  width: 73vmin;
  font-size: 3.5vmin;
}

/* 优势 */
.advantage-list .advantage-item {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  width: 48%;
  border-radius: 3vmin;
  height: 50vmin;
  margin-bottom: 6vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vmin 0;
  text-align: center;
}

.advantage-list .item-title {
  font-size: 3.2vmin;
  font-weight: bold;
  margin: 3vmin 0 1vmin 0;
}

.advantage-list .item-desc {
  font-size: 2.7vmin;
}

.advantage-list .item-desc p {
  line-height: 5vmin;
}

.advantage-one img {
  width: 23.6vmin;
  height: 23.6vmin;
}

.advantage-two img {
  width: 31vmin;
  /* height: 23.6vmin; */
}

.advantage-list .advantage-three {
  width: 100%;
  padding: 5.5vmin;
}

.advantage-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.public-title {
  padding-top: 5.6vmin !important;
}

/* 三大考级 */
.advantage-list,
.exams-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 6vmin 0;
  padding: 0 3vmin;
}

.solid-content {
  padding: 0 3vmin;
}

.exams-list .exams-item {
  width: 48%;
  text-align: center;
}

.exams-list .top-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vmin;
}

.exams-list .exams-desc {
  font-size: 3.2vmin;
  margin-top: 2vmin;
}

.solid-title {
  text-align: center;
  margin-top: 3vmin;
}

.solid-img {
  position: relative;
  display: flex;
  /* justify-content: center; */
  /* height: 90vmin; */
  padding-bottom: 10vmin
}

.solid-img .solid-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70vmin;
}

.solid-img p {
  font-weight: bold;
  font-size: 4vmin;
}

/* 立体实训 */
.solid-box .desc-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2vmin;
  height: 80vmin;
}

.solid-box .desc-box .solid-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  text-align: center;
  width: 47%;
  height: 35vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vmin 0;
  box-sizing: border-box;
}

.solid-box .desc-box .solid-item .solid-icon {
  width: 10vmin;
  height: 10vmin;
}

.solid-box .desc-box .solid-item p {
  font-weight: bold;
  padding: 2vmin 0;
}

/* 三大考级 */
.three-exam,
.solid-box {
  background-color: #f5f6f9;
  padding: 4vmin 0;
}

/* 六大服务支持 */
.sixService-box {
  padding: 4vmin 0;
}

.sixservice-content .content-example {
  display: flex;
  margin-bottom: 2.67vmin;
}

.sixservice-content .content-example img {
  width: 12.6vmin;
  height: 12.6vmin;
  margin-right: 1.16vmin;
  flex-shrink: 0;
}

.sixservice-content .content-example .example-desc {
  margin-top: 2vmin;
}

.sixservice-content {
  padding: 0 7.7vmin;
}

.sixservice-content .title {
  font-size: 3.46vmin;
  color: #222222;
  margin-bottom: 0.8vmin;
  font-weight: bold;
  line-height: 4.93vmin;
}

.sixservice-content .content-example .example-desc p {
  color: #777;
  font-size: 3.46vmin;
  line-height: 5vmin;
}

.operate-list img {
  width: 100%;
  display: block;
}

.operate-list .box {
  padding: 0 3vmin;
}

.operate-list span {
  display: inline-block;
  font-size: 4vmin;
  font-weight: bold;
  color: #333333;
  line-height: 5.6vmin;
  margin-top: 4vmin;
  margin-bottom: 4.53vmin;
}

.operate-list .wrap-operate-content {
  padding: 0 12.4vmin;
  /* height: 116vmin; */
  color: #666;
  font-size: 3.73vmin;
}

.operate .data-analysis-item .item-img img {
  padding: 0 4.4vmin;
  width: 100%;
  box-sizing: border-box;
}

.operate .multi-terminal-item {
  background: #F9FAFF;
}

.operate .multi-terminal-item .item-img img {
  width: 100%;
}

.operate .multi-terminal-item .item-img {
  padding: 0.7vmin 1.73vmin 5.06vmin 1.73vmin;
}

.operate .multi-terminal-item .info {
  padding: 0 7.73vmin;
}

/*多端联动*/
.point-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.click-read {
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex: 1 1 calc(33.333% - 10px);
  /* 一排显示3个按钮 */
  text-align: center;
}

.click-read.active {
  background-color: #3097ff;
  border: 1px solid #3097ff;
  color: white;
}

.swiper-slide {
  display: none;
}

.swiper-slide.active {
  display: block;
  background: #f5f6f9;
}

/*平台优势*/
.technical-service-advantage {
  /* background: #F5F6F9; */
  padding: 0vmin 3.2vmin 8vmin 3.2vmin;
}

.technical-service-advantage .public-title {
  margin-bottom: 6.8vmin;
}

.title-top-icon {
  width: 2.93vmin;
  height: 2.93vmin;
  margin-right: 2.6vmin;
}

.title-bottom-bg {
  position: absolute;
  bottom: 0.5vmin;
  left: 50%;
  transform: translateX(-50%);
  height: 1.73vmin;
  background: #cee2fa;
  z-index: 2;
  border-radius: 7px;
}

.title-bottom-icon {
  height: 2.93vmin;
  width: 2.93vmin;
  margin-left: 2.6vmin;
  margin-top: 4vmin;
}

.service-advantage {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.6vmin;
  margin-bottom: 3.46vmin;
  padding: 3.2vmin 6.13vmin 4.8vmin 5.06vmin;
}

.service-advantage .icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.6vmin;
}

.service-advantage .icon-title img {
  width: 12.53vmin;
  height: 12.53vmin;
  margin-right: 4.26vmin;
}

.service-advantage .icon-title span {
  font-size: 4vmin;
  font-weight: bold;
  color: #333333;
  line-height: 5.6vmin;
}

.service-advantage .advantage-info {
  font-size: 3.46vmin;
  font-weight: 400;
  color: #333333;
  line-height: 7vmin;
  padding-left: 1.33vmin;
}

.bg-f5f6f9 {
  background: #f5f6f9;
}

.share-student {
  background: #fff;
  padding-top: 2.67vmin;
  padding-bottom: 6.8vmin;
}

.share-student:nth-of-type(odd) {
  background: #f5f6f9;
}

.share-student .share-img {
  padding: 0 4vmin;
}

.share-student .introduce {
  text-align: center;
  font-size: 3.46vmin;
  font-weight: 400;
  color: #666666;
  line-height: 4.93vmin;
  margin-top: 3.73vmin;
}

.share-student .open-video {
  width: 22.67vmin;
  height: 10.6vmin;
  background: #1890FF;
  border-radius: 5.3vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 3.46vmin;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 4.93vmin;
  margin-top: 4vmin;
}

.share-img img {
  width: 100%;
  display: block;
}

.img-info {
  text-align: center;
  font-size: 3.46vmin;
  font-weight: 400;
  color: #333;
  line-height: 7vmin;
  margin-top: 5vmin;
}