:root{
  --color-default: #1D2129;
  --color-blue: #3370FF;
}
body{
  font-family: PingFang SC;
  /* font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial; */
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-default);
    word-break: normal;
}
.none{
  display: none!important;
}
.container{
  width: 1200px;
  margin: 0 auto
}
header{
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 78px;
  z-index: 99999999;
  background: #fff
}
.header {
  width: 100%;
  height: 78px;
  position: relative;
  background: #fff

}
.header_s {
  width: 100%;
  background: rgba(255,255,255,.5);
  position: fixed;
  top: -1px;
  z-index: 951;
  margin-bottom: -60px
}

.header_s.has-shadow {
  box-shadow: 0 2px 4px -4px rgba(31,35,41,.02),0 4px 8px rgba(31,35,41,.02),0 4px 16px 4px rgba(31,35,41,.03);
  background-color: #fff
}

.header_s.has-height {
  margin-bottom: 0
}

.header_s.disable-watch-sticky {
  position: relative
}

.header_s .header_d {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  flex: 1
}

.header_s .logo-link {
  height: 24px;
  margin-right: 20px
}

.header_s .logo-default {
  height: 100%
}

.header_s .nav-menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1
}

.header_s .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.header_s .header_tel {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.header_s .header-menuItem {
  position: relative;
  max-width: 140px;
  height: 100%;
  padding-left: 20px;
  padding-right: 10px
}
.dropdown-menu.hard-menu{
  position: absolute;
  left: 0;
  top:77px;
  width: 100%;
  z-index: 9999999;
  background-color: #fff;
  display: none;
}
.dropdown-menu.hard-menu .row{
  max-height: calc(100vh - 100px);
    height: auto;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.dropdown-menu.hard-menu .row .hard-menu-left{
  display: flex;
    flex-direction: column;
    height: 100%;
    width: calc(50% - 600px + 178px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    flex-shrink: 0;
    padding-left: 0;
    min-width: 178px;
    align-items: flex-end
}
.dropdown-menu.hard-menu .row .hard-menu-left a {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.dropdown-menu.hard-menu .row .hard-menu-left a.active {
  background-color: #f0f4ff;
  color: #245bdb;
  font-weight: 500;
  border-radius: 4px;
}
.dropdown-menu.hard-menu .row .hard-menu-right {
  height: 100%;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  max-width: 100%;
  flex: 1;
  margin-right: 0px;


}

.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  /* overflow-y: scroll; */
  overflow-y: overlay;
  margin-left: 62px;
    align-content: flex-start;
    max-width: calc(1200px - 178px);
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product.hide{
  display: none;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a {
  background-color: transparent;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a {
  display: block;
  width: 260px;
  height: 72px;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a:before {
  content: '';
  display: block;
  position: absolute;
  width: 260px;
  height: 100%;
  border-radius: 4px;
}

.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a img {
  position: absolute;
  top: 14px;
  left: 16px;
  width: 20px;
  height: 20px;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a .menu_title {
  position: absolute;
  left: 44px;
  top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #0f1114;
  height: 22px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a .sub_title {
  position: absolute;
    left: 44px;
    top: 38px;
    font-size: 14px;
    line-height: 20px;
    color: #676879;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a:hover::before,.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a.active::before {
  background-color: #F4F7FE;
}
.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a:hover .menu_title,.dropdown-menu.hard-menu .row .hard-menu-right .pureHeader_menuItem-product a.active .menu_title{
  color: var(--color-blue);
}


.pureHeader_menuItem-product-title{
  width: 290px;
  height: 24px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-blue);

}



.dropdown-menu.simple-menu{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:77px;
  width: 140px;
  background-color: #fff;
  display: none;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);

}
.header_s .header-menuItem:hover .dropdown-menu{
  display: block;
}
.dropdown-menu.simple-menu>div{
  margin: 10px auto;
  width: 136px;
  height: 40px;
  text-align: left;
}
.dropdown-menu.simple-menu>div a{
  padding: 0 10px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  color: #000;
  overflow: hidden;
}
.dropdown-menu.simple-menu>div a:hover{

  color: var(--color-blue);
  background: rgba(51, 112, 255, 0.1);
}

.header_s .header-menuItem-text {
  font-size: 16px;
  font-weight: 500;
  flex-shrink: 0
}

.header_s .header_b {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 77px;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1
}

.header_s .header_b.is-expand {
  box-shadow: 0 2px 4px -4px rgba(31,35,41,.02),0 4px 8px rgba(31,35,41,.02),0 4px 16px 4px rgba(31,35,41,.03);
  background-color: #fff!important
}

.header_s .header-menuItem-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  color: var(--color-default)
}

.header_s .header-menuItem-arrow {
  font-size: 10px;
  margin-left: 4px
}

.header_s .header_btn {
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.header_s .shiyong {
  margin-left: 8px;
  /* width: 100px; */
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120.64deg, #4E83FD 0%, var(--color-blue) 100.06%);
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

.header_s .shiyong:hover {
  background: linear-gradient(90deg,#3f76f8 0,#1456f0 100%)
}

.header_s .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px
}

@media screen and (min-width: 905px) and (max-width:1239px) {
  .header_s .tel {
      margin:0 2px
  }

  .header_s .tel.has-prefix span {
      display: none
  }
}

.header_s .header_tel_img {
  width: 24px;
  height: 24px;
  margin-right: 7px
}

.header_s .header_tel_text {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-default);
  flex-shrink: 0
}

.header_s .login {
  margin-left: 8px;
  border-radius: 4px;
  /* width: 100px; */
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-blue);
  font-weight: 500;
  font-size: 14px;
  color: var(--color-blue);
  
}

.header_s .login:hover {
  border: 1px solid #3f76f8
}

.header_s .header_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}

.btn{
  border:1px solid rgba(78, 131, 253, 1);
  border-radius: 4px;
  color: rgba(78, 131, 253, 1);
  text-align: center;
}
.btn.green{
    background: linear-gradient(rgba(78, 131, 253, 1), rgba(51, 112, 255, 1));
    color: #fff
}
/*banner*/
.banner{
  position: relative;
  height: 620px;
}
.banner .slide{
  background: url(../images/banner.png) center top no-repeat;
  height: 620px;
  background-size: 100% 100%;
  padding-top: 80px;
}
.banner .my-baner1{
  width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.banner .slide-txt h2{
  width: 720px;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  /* identical to box height, or 56px */

  color: var(--color-default);


}
.banner .slide-txt p{

  margin: 20px 0 40px;
  width: 750px;
  font-size: 18px;
  line-height: 1.5;
  /* identical to box height, or 18px */

  color: var(--color-default);

}
.banner .slide-txt .slide-btn{
  display: flex;
}
.banner .slide-txt .slide-btn a{
  width: 160px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin-right: 20px;
  font-size: 14px;
}
.slide-pagination{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 48px;
  z-index: 99999;
}
.slide-pagination .swiper-pagination-clickable .swiper-pagination-bullet{
  width: 64px;
  height: 4px;
  border-radius: 0px;
  margin-right: 5px;
  background: rgba(51, 112, 255, 1)
}
.slide-pagination .swiper-pagination-clickable .swiper-pagination-bullet-active{
  background: rgba(51, 112, 255, 1)
}

/**/
.block-title{
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  color: var(--color-default);
  text-align: center;

}
.index-block-1{
  padding: 80px 0;
  background-color: #fff;
}
.index-block-1 .item-content{
  margin-top: 30px
}
.block-top-nav{
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  gap:20px
}

.block-top-nav li{
  flex: 0 1 auto;
  height: 65px;
  min-width: 140px;
  text-align: center;
  font-size: 24px;
  line-height: 65px;
  font-weight:bold;
  color: #000;

}
.block-top-nav li.active{
  position: relative;
  color: var(--color-blue);
}
.block-top-nav li.active:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform:translateX(-50%);
  width: 40px;
  height: 3px;
  background: rgba(0, 114, 221, 1);
}

.block-top-content{
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.block-content-left{
  flex: 0 0 40%;
  
}
.block-content-left ul li{
  width: 400px;
  font-style: normal;
  padding-top: 20px;
  padding: 20px 24px;
  margin-bottom: 14px;
}

.block-content-left .p1{
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  cursor: pointer;

}
.block-content-left .p1 img{
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.block-content-left .p1 img.hide{
  fill: #000;
  display: none;
}
.block-content-text{
  display: none;
}
.block-content-text p{
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */

  color: var(--color-default);
  overflow: hidden;
  max-height: 46px;
}
.block-content-text .a1{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  height: 24px;
  line-height: 24px;

}
.block-content-text .a1 a{
  display: flex;
  height: 24px;
  align-items: center;
  margin-top: 5px;
  color: var(--color-default);
}

.block-content-left ul li.active{

  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 20px 24px;
  gap: 8px;

  width: 400px;
  min-height: 128px;

  background: #FFFFFF;
  /* 大投影 */
  box-shadow: 0px 10px 30px rgba(155, 169, 204, 0.15);
  border-radius: 8px;

}
.block-content-left ul li.active .p1,.block-content-left ul li:hover .p1{
  color: var(--color-blue);
}
.block-content-left ul li.active .p1  img.show,.block-content-left ul li:hover .p1  img.show{
  fill: var(--color-blue);
  display: none;
}
.block-content-left ul li.active .p1  img.hide,.block-content-left ul li:hover .p1  img.hide{
  fill: var(--color-blue);
  display: inline;
}
.block-content-left ul li.active .block-content-text{
  display: block;
}


.block-content-right img{
  width: 700px;
  /* height: 480px; */
  background: #FFFFFF;
  /* 大投影 */
  box-shadow: 0px 10px 30px rgba(155, 169, 204, 0.15);
  border-radius: 8px;

}


/*index-block-2*/
.index-block-2{
  height: 642px;
  background-color: #F4F7FE;

}
.index-block-2 .container{
  padding: 70px 0 0;
  background-image: url("../images/image-2.png");
  background-position: 920px 15px;
  background-repeat: no-repeat;
}
.index-block-2 .item-content{
  margin-top: 56px;

}
.index-block-2 .item-content ul{
  display: flex;
  gap: 38px;
}
.index-block-2 .item-content ul li{
  position: relative;
  width: 375px;
  height: 400px;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
}
.index-block-2 .item-content ul li .img{
  height: calc(100% - 50px);
  overflow: hidden;
}
.index-block-2 .item-content ul li .img img{
  width: 100%;
}
.index-block-2 .item-content ul li:hover .item-content-body{
  /* transform: translateY(-50px); */
  top: 135px;
  /* height: 265px; */
}
.index-block-2 .item-content ul li .item-content-body{
  position: absolute;
  top: 185px;
  left: 0;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #FFFFFF 40%);
  backdrop-filter: blur(8px);
  border-radius: 12px 12px 0px 0px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  transition: all 0.3s ease;
}
.index-block-2 .item-content ul li .item-content-body h3{
  height: 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  /* identical to box height, or 100% */

  color: var(--color-default);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-block-2 .item-content ul li .item-content-body p{

  position: absolute;
  height: 44px;
  left: 32px;
  right: 32px;
  top: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* or 157% */

  color: #4E5969;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* white-space: nowrap; */
  text-overflow: ellipsis;



}
.index-block-2 .item-content ul li .item-content-body a{

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 4px;

  position: absolute;
  height: 22px;
  left: 32px;
  bottom: 24px;

  border-radius: 4px;
  color: var(--color-blue);

}


/*.index-block-3*/
.index-block-3{
  height: 632px;
  padding: 80px 0;
  background-color: #fbfbfd;
}
.index-block-3 .item-content{
  position: relative;
  width: 1000px;
  margin: 57px auto;
}

.index-block-3 .item-content .swiper-slide{
  position: relative;
  
}
.index-block-3 .item-content .img{
  height: 160px;
  border-radius: 8px 8px 0 0 ;
  overflow: hidden;
}
.index-block-3 .item-content .img img{
  width: 100%;
}
.index-block-3 .item-content .item-content-body{

  position: relative;
  height: 200px;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, #FFFFFF 40%);
  backdrop-filter: blur(8px); */
  background-image: url("../images/index-case-bg1.png");
  background-position: right bottom;
  background-repeat: no-repeat;

  border-radius: 0px 0px 8px 8px;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
}
.index-block-3 .item-content .item-content-body h3{

  height: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */

  color: var(--color-default);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;


}
.index-block-3 .item-content .item-content-body p{

  height: 44px;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #4E5969;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  /* white-space: nowrap; */
  text-overflow: ellipsis;

}
.index-block-3 .item-content .item-content-body a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
  gap: 4px;
  position: absolute;
  height: 40px;
  left: 24px;
  bottom: 24px;
  border: 1px solid var(--color-blue);
  border-radius: 4px;
}
.index-block-3 .item-content .swiper-slide:hover .item-content-body a{
  background-color: var(--color-blue);
  color: #fff;
}


.index-block-3 .swiper-wrapper{
  margin-top: 10px;
  padding-bottom: 10px;
}
.index-block-3 .swiper-slide{
  /* width: calc(33.33% - (40px * 2 / 3)); */
  background: #F4F7FC;
  border: 1px solid #E5E6EB;
  box-shadow: 0px 3px 12px rgba(124, 135, 163, 0.16);
  border-radius: 8px;

}
.index-block-3 .swiper-slide:hover{
  box-shadow: inset 0 0 30px rgba(51, 112, 255, .1), 0 4px 8px rgba(31, 35, 41, .03), 0 3px 6px -6px rgba(31, 35, 41, .05), 0 6px 18px 6px rgba(31, 35, 41, .03);
  z-index: 09999;
}
.index-block-3 .swiper-slide.swiper-slide-active{
  margin-top:-10px 
}
.index-block-3 .swiper-slide.swiper-slide-active  .item-content-body{
  height: 220px;
  background-image: url("../images/index-case-bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.index-block-3 .swiper-button-prev{
  position: absolute;
  left: -100px;
  width: 40px;
  height: 40px;
  background-image: url("../images/left.svg");
  background-size: 40px;
}
.index-block-3 .swiper-button-next{
  right: -100px;
  width: 40px;
  height: 40px;
  background-image: url("../images/left.svg");
  background-size: 40px;
  transform: scaleX(-1);
}

/**/
/*.index-block-4*/
.index-block-4{
  height: 640px;
  padding: 64px 0;
  background-image: url(/skin/images/bg-4.png);
  background-position: center 10px;
  background-repeat: no-repeat;
  /* 从左到右背景渐变 */
  /* background-image: url(/skin/images/bg-4.png) linear-gradient(to right, #e3f0fa, #e3f0fa 50%, #fff 50%); */
  background-color: #e3f0fa;
}
.index-block-4 .container{
  width: 1300px;
}
.index-block-4 .item-content{
  position: relative;
  margin: 57px auto;
}
.customer-logo-container{
  text-align: center;
}
.customer-logo-item {
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 160px;
  height: 80px;
  margin-right: 26px;
  margin-bottom: 26px;
  box-shadow: 0 3.87234px 7.74468px -7.74468px rgba(31, 35, 41, .06), 0 5.80851px 11.617px rgba(31, 35, 41, .04), 0 7.74468px 23.234px 7.74468px rgba(31, 35, 41, .04);
  border-radius: 8px;
}
.customer-logo-container>div.customer-logo-item {
  margin-bottom: 26px;
  box-shadow: 0 4px 4px rgba(176, 191, 231, .1);
  background: #fff 80%;
  overflow: hidden;
}
.customer-logo-item.placeholder {
  box-shadow: none;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
.customer-logo-item:nth-child(7n){
  margin-right: 0;
}
.customer-logo-img {
  transition: opacity .2s ease-in-out;
  width: 100%;
  height: 100%;
}
.customer-logo-link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}
.customer-logo-container>div.customer-logo-item .customer-logo-link {
  background: #fff 80%;
}
.customer-logo-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
}
.customer-logo-link span {
  color: #646a73;
}

/*index-block-5*/
.index-block-5{
  height: 260px;
  background-image: url(../images/bg-5.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #3370ff;
}
.index-block-5 .container{
  position: relative;
}
.index-block-5 h3{

  position: absolute;
  height: 36px;
  left: 0;
  top: 56px;

  font-weight: 600;
  font-size: 36px;
  line-height: 36px;

  color: #FFFFFF;
}
.index-block-5 p{
  position: absolute;
  height: 24px;
  left: 0;
  top: 108px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);


}
.index-block-5 a{
  /* Frame 8 */

position: absolute;
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
left: calc(50% - 120px/2 - 540px);
top: 164px;

background: #FFFFFF;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
border-radius: 4px;
color: #0072DD;
}





/*list*/
.list_banner{
  position: relative;
  height: 300px;
  background-color: #c7c2c2;
  background-image: url(../images/list-banner.png);
  background-position: center;
  background-repeat: no-repeat;
}
.list_banner h1{
  /* 冠服云新闻动态 */

  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  /* identical to box height, or 100% */
  text-align: center;

  color: var(--color-default);


}
.list_banner p{

  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;

  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  text-align: center;

  color: var(--color-default);


}

.news_nav{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-top: 30px;
  gap: 24px;
}

.news_nav li{
  /* flex: 0 0 140px; */
  height: 65px;
  line-height: 65px;
  text-align: center;
  min-width: 140px;
}
.news_nav li a{
  font-size: 20px;
  line-height: 24px;
  color: var(--color-default);
  font-weight: 600;
}
.news_nav li.active{
  position: relative;
  color: var(--color-blue);
}
.news_nav li.active:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform:translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--color-blue);
}
.news_nav li.active a{
  color: var(--color-blue);
}

/* 设置新闻列表样式 */
.news-list {
  list-style-type: none;
  padding: 0;
}

/* 设置新闻项样式 */
.news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 0px;
  gap: 32px;
  width: 100%;
  height: 300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.news-item:hover {
  transform: translate(-3px, -3px);
}
/* 设置图片样式 */
.news-item .img {
  flex: 0 0 400px;
  width: 400px;
  height: 200px;
}
.news-item .img img{
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  border-radius: 8px;

}

/* 设置文字部分样式 */
.news-item .news-right {
  flex: 1;
  padding-top: 20px;
}

/* 设置标题样式 */
.news-item .title {
  margin: 0;
  padding: 0;
  height: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-default);
}

/* 设置简介样式 */
.news-item .description {
  margin: 25px 0 0;
  padding: 0;
  height: 92px;
  font-size: 16px;
  line-height: 24px;
  color: #4E5969;

}

/* 设置时间样式 */
.news-item .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #4E5969;
}

/* 设置图标样式 */
.news-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}



.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0;
}
.pagination li {
  display: inline;
}
.pagination li > a, .pagination li > span {
  position: relative;
  float: left;
  text-decoration: none;
  color: #7E8299;

  margin-left: 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;

}
.pagination li.active > a, .pagination li.active > span,.pagination li > a:hover{
  color:var(--color-blue);
  border-color: var(--color-blue);
}


/*news-show*/
.show_main{
  padding-top: 78px;
  padding-bottom: 50px;
  background-image: url(../images/news-show.png);
  background-position: left top;
  background-repeat: no-repeat;
}
/* 设置新闻详情页面样式 */
.news-detail {
  margin-top: 50px;
  padding: 20px;
  width: 880px;
  margin: 50px auto 0;
}

/* 设置标题样式 */
.news-detail h2 {

  margin: 0;
  padding: 0;
  min-height: 36px;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-default);


}
.news-detail h1 {

  margin: 0;
  padding: 0;
  height: 36px;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: var(--color-default);


}

/* 设置简介样式 */
.web-info{
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 20px;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}
.web-info .author{
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(120.64deg, #4E83FD 0%, var(--color-blue) 100.06%);
  border-radius: 4px;
  color: #fff;
  margin-right: 10px;
}
/* 设置时间样式 */
.news-detail .time {
  font-size: 16px;
  line-height: 26px;
  color: #4E5969;
}

/* 设置内容样式 */
.news-detail .content {
  font-size: 16px;
  margin: 10px 0;
  padding: 0;
}

.news-detail .content img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 设置返回按钮样式 */
.news-detail .back-btn {
  height: 22px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 4px;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */

  color: #4E5969;

}


/*product-show*/
.product_banner{
  height: 500px;
}
.product_banner .slide{
  background-image: url(../images/banner_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size:100% 500px;
  background-color: #dceaff;
  height: 500px;
  padding-top: 80px;
}
.product_banner .my-baner1{
  position: relative;
  width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.product_banner .slide-txt h1{

  margin-top: 20px;
  color: var(--color-default);


}
.product_banner .slide-txt h2{

  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 100%;
  /* identical to box height, or 56px */

  color: var(--color-default);


}
.product_banner .slide-txt p{

  margin: 20px 0 40px;
  width: 720px;
  font-size: 18px;
  line-height: 1.5;
  /* identical to box height, or 18px */

  color: var(--color-default);

}
.product_banner .slide-txt .slide-btn{
  display: flex;
}
.product_banner .slide-txt .slide-btn a{
  width: 160px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin-right: 20px;
  font-size: 14px;
}
.product_banner .slide-img{
  position: absolute;
  width: 480px;
  height: 300px;
  right: 0px;
  bottom: 0px;

  background: #FF0000;
  border: 8px solid rgba(255, 255, 255, 1);
  /* 大投影 */
  box-shadow: 0px 10px 30px rgba(155, 169, 204, 0.15);
  border-radius: 5px 5px 0 0 ;
}

.product-detail ul li {
  display: flex;
  flex-direction: row;
  padding: 80px;
  margin: 80px 0;
  gap: 64px;
  width: 100%;
  min-height: 400px;
  background-color: #F4F7FE;
  border-radius: 24px;
}
.product-detail ul li .img {
  flex: 0 0 540px;
  width: 540px;
  /* min-height: 400px; */
  order: 2;
}
.product-detail ul li .img img{
  width: 100%;
  /* min-height: 400px; */
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  margin-top: 80px;
}
.product-detail ul li:nth-child(2n) .img{
  order: 0;
}
.product-detail ul li .desc-content {
  flex: 1;
  padding-top: 20px;
  order: 1;
}
.product-detail ul li .title {
  margin: 0;
  padding: 0;
  min-height: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-default);
}
.product-detail ul li .description {
  margin: 25px 0 0;
  padding: 0;
  min-height: 92px;
  font-size: 16px;
  line-height: 24px;
  color: #4E5969;

}

/*case detail*/
.case-title{
  display: block;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  color: var(--color-default);
  text-align: center;
  font-weight: bold;
}
.case-block-1{
  padding: 80px 0;
}
.case-block-1 .description{
  /* 重要会议指出，要用好政策空间、找准发力方向，扎实推动经济高质量发展。要精准有力实施宏观调控，加强逆周期调节和政策储备。要继续实施积极的财政政策和稳健的货币政策，延续、优化、完善并落实好减税降费政策，发挥总量和结构性货币政策工具作用，大力支持科技创新、实体经济和中小微企业发展。要保持人民币汇率在合理均衡水平上的基本稳定。要活跃资本市场，提振投资者信心。 */
margin-top: 56px;
font-size: 16px;
line-height: 26px;
/* or 162% */
text-align: center;

color: #4E5969;


}
.case-block-2{
  padding: 80px 0;
}
.case-block-2 ul{
  display: flex;
  gap: 30px;
  margin-top: 56px;
}
.case-block-2 ul li{
  position: relative;
  flex: 0 0 33%;
  /* height: 320px; */
  background-color: #FFF7E8;
  padding: 32px;
  border-radius: 8px;
  overflow: hidden;
}
.case-block-2 ul li:nth-child(3n+2){
  background-color: #FFECE8;
}
.case-block-2 ul li:nth-child(3n){
  background-color: #F5E8FF;
}
.case-block-2 ul li h3{
  position: relative;
  font-size: 20px;
  color: #FF9A2E;
  font-weight: bold;
  padding-bottom: 32px;

}
.case-block-2 ul li h3:after{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.case-block-2 ul li p{
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* height: 160px; */
  overflow: hidden;
  /* or 162% */

  color: var(--color-default);
}

.case-block-3{
  padding: 80px 0;
  background-image: url(../images/case-3-bg.png);
  background-position: 960px top;
  background-repeat: no-repeat;
}
.case-block-3 .case-content>ul{

  gap: 30px;
  margin-top: 56px;
}
.case-block-3 .case-content>ul>li{
  position: relative;
  padding: 32px 0;
}

.case-block-3 .case-content>ul>li h3{
  position: relative;
  font-size: 20px;
  color: #FF9A2E;
  font-weight: bold;

}
.case-block-3 .case-content>ul>li h4{
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);
}
.case-block-3 .case-content>ul>li p{
  margin-top: 32px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  color: var(--color-default);
}
.case-block-3 .case-content>ul>li>ul{
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.case-block-3 .case-content>ul>li>ul>li{
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  color: var(--color-default);


}
.case-block-3 .case-content>ul>li img{
  width: 100%;
  border-radius: 8px;
}


/*solution detail*/
.solution-title{
  display: block;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  color: var(--color-default);
  text-align: center;
  font-weight: bold;
}


.solution-block-1{
  padding: 80px 0;
}
.solution-block-1 ul{
  display: flex;
  gap: 30px;
  margin-top: 56px;
}
.solution-block-1 ul li{
  position: relative;
  flex: 1;
  /* height: 394px; */
  background-color: #FFF7E8;
  padding: 32px;
  /* border: 0px solid #fff; */
  border-radius: 8px;
}
.solution-block-1 ul li:hover{
  /* border: 0px solid rgba(0, 114, 221, .1); */
  box-shadow: 0px 0px 10px 5px rgba(0, 114, 221, .1);
}
.solution-block-1 ul li:nth-child(3n+2){
  background-color: #FFECE8;
}
.solution-block-1 ul li:nth-child(3n){
  background-color: #F5E8FF;
}
.solution-block-1 ul li h3{
  position: relative;
  font-size: 20px;
  color: #FF9A2E;
  font-weight: bold;
  padding-bottom: 22px;

}
.solution-block-1 ul li h3:after{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
}
.solution-block-1 ul li div.description{
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* height: 279px; */
  overflow: hidden;
  /* or 162% */

  color: var(--color-default);
}
.solution-block-1 ul li div.description p{
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}
.solution-block-1 ul li div.description span{
  display: block;
  line-height: 22px;
  font-size: 16px;
}

.solution-block-2{
  padding: 80px 0;
  background-image: url(../images/case-3-bg.png);
  background-position: 960px top;
  background-repeat: no-repeat;
}
.solution-block-2 .item-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  width: 100%;
  min-height: 400px;
  gap: 64px;
}
.solution-block-2 .item-block .img {
  flex: 0 0 720px;
  width: 720px;
  max-height: 470px;
  /* min-height: 400px; */
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  overflow: hidden;
  order: 2;
}
.solution-block-2 .item-block .img img{
  width: 100%;
  height: 100%;
  
}
.solution-block-2 .item-block .desc-content {
  flex: 1;
  transform: translateY(-80px);
}
.solution-block-2 .item-block .title {
  margin: 0;
  padding: 0;
  min-height: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-default);
}
.solution-block-2 .item-block .description {
  margin: 20px 0 0;
  padding: 0;
  height: 92px;
  font-size: 16px;
  line-height: 24px;
  color: #4E5969;

}






.solution-block-3{
  padding: 80px 0;
  background: linear-gradient(180deg, #EBF4FF 0%, rgba(237, 244, 255, 0) 40%);
}
.solution-block-3 .solution-number{

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  padding: 0px;

  width: 100%;
  height: 200px;

  background: #FFFFFF;
  box-shadow: 0px 36px 72px rgba(23, 26, 29, 0.04), 0px 24px 48px rgba(23, 26, 29, 0.02);
  border-radius: 24px;

}
.solution-number-item{
  position: relative;
  flex: 1;
  text-align: center;
  font-weight: bold;
}
.solution-number-item:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  width: 1px;
  background-color: rgba(0, 0, 0, .1);
}
.solution-number-item-number{

  width: 100%;
  height: 36px;
  overflow: hidden;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;

  text-align: center;
  color: var(--color-blue);

}
.solution-number-item-title{
  margin-top: 16px;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  text-align: center;

  color: var(--color-default);


}
.solution-number-item:first-child:after{
  display: none;
}

.solution-content{
  margin-top: 56px;
}

.solution-content>ul{

  gap: 30px;
  
}
.solution-content>ul>li{
  position: relative;
  padding: 32px 0;
}
.solution-content>ul>li h4{
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);
}
.solution-content>ul>li p{
  margin-top: 32px;
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  color: var(--color-default);
}
.solution-content>ul>li>ul{
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.solution-content>ul>li>ul>li{
  list-style: disc;
  font-size: 16px;
  line-height: 26px;
  /* or 162% */

  color: var(--color-default);


}
.solution-content>ul>li img{
  width: 100%;
  border-radius: 8px;
}

/*page-about*/

.about-main{

background: linear-gradient(180deg, rgba(237, 244, 255, 0) 0%, #E2EFFF 100%);
}

.about-banner{
  height: 500px;
}
.about-banner .slide{
  background-image: url(../images/about-banner.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size:100% 500px;
  background-color: #dceaff;
  height: 500px;
  padding-top: 80px;
}
.about-banner .my-baner1{
  position: relative;
  width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.about-banner .slide-txt h1{

  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  /* identical to box height, or 56px */

  color: var(--color-default);


}
.about-banner .slide-txt p{

  margin: 20px 0 40px;
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  /* identical to box height, or 18px */

  color: var(--color-default);

}
.about-banner .slide-txt .slide-btn{
  display: flex;
}
.about-banner .slide-txt .slide-btn a{
  width: 160px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin-right: 20px;
  font-size: 14px;
}
.about-banner .slide-img{
  position: absolute;
  width: 480px;
  height: 300px;
  right: 0px;
  bottom: 0px;

  background: #FF0000;
  border: 8px solid rgba(255, 255, 255, 1);
  /* 大投影 */
  box-shadow: 0px 10px 30px rgba(155, 169, 204, 0.15);
  border-radius: 5px 5px 0 0 ;
}



.about-block-1{
  padding: 80px 0;
}
.about-block-1 .description{
  /* 重要会议指出，要用好政策空间、找准发力方向，扎实推动经济高质量发展。要精准有力实施宏观调控，加强逆周期调节和政策储备。要继续实施积极的财政政策和稳健的货币政策，延续、优化、完善并落实好减税降费政策，发挥总量和结构性货币政策工具作用，大力支持科技创新、实体经济和中小微企业发展。要保持人民币汇率在合理均衡水平上的基本稳定。要活跃资本市场，提振投资者信心。 */
margin-top: 56px;
font-size: 16px;
line-height: 26px;
/* or 162% */
text-align: left;

color: #4E5969;


}
.history-nav {
  margin-top: 56px;
  margin-bottom: 24px;
}
.history-nav ul{
  display: flex;
}
.history-nav ul li{
  flex: 0 0 33.33%;
  border-top: 1px solid #E5E5E5;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;

  color: var(--color-default);
}
.history-nav ul li.active{
  border-color: var(--color-blue);
  color: var(--color-blue);
}

.history-content{
  margin-left: calc((100% - 1200px) / 2);
}
.history-item{
  width: 320px;
}
.history-item .img img{
  width: 320px;
  height: 180px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.item-content-time{

  height: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;

  color: var(--color-default);


}
.item-content-time span{

height: 16px;

font-family: 'PingFang SC';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 16px;

}
.history-item .item-content-body h3{
  margin-top: 16px;
  height: 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;

  color: var(--color-default);
}
.history-item  .item-content-body p{
  margin-top: 16px;
  width: 320px;
  height: 72px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #4E5969;

}

.about-brand{
  padding: 80px 0;
}
.about-brand ul{
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
.about-brand ul li{
  flex: 1;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 24px;

  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);

}
.about-brand .about-brand-content{
  margin-top: 56px;
  font-size: 18px;
  text-align: left;
}

.about-gs{
  padding: 80px 0 0;
}
.about-gs ul{
  display: flex;
  margin: 0 auto;
  width: 80%;
  gap: 20px;
  margin-top: 56px;
}
.about-gs ul li{
  flex: 1;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);
 
}
.about-gs ul li .img{
  display: block;
  width: 480px;
  height: 270px;
  background-color: #fff;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  overflow: hidden;
}
.about-gs ul li .img img{
  width: 100%;
  height: 270px;
}
.about-gs ul li p{
  margin-top: 24px;
  height: 24px;

  font-weight: 400;
  font-size: 24px;
  line-height: 24px;

  color: var(--color-default);

}




.about-gs1{
  padding: 80px 0 0;
}
.about-gs1 ul{
  display: flex;
  margin: 0 auto;
  width: 100%;
  gap: 40px;
  margin-top: 56px;
}
.about-gs1 ul li{
  flex: 1;
  /* max-width: 20%; */
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);
 
}
.about-gs1 ul li .img{
  display: block;
  width: 100%;
  height: 270px;
  background-color: #fff;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  overflow: hidden;
}
.about-gs1 ul li .img img{
  width: 100%;
  height: 270px;
}
.about-gs1 ul li p{
  margin-top: 24px;
  height: 24px;

  font-weight: 400;
  font-size: 24px;
  line-height: 24px;

  color: var(--color-default);

}



.about-knowleage{
  padding: 80px 0;
}
.about-knowleage ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
  gap: 40px 20px;
  margin-top: 56px;
}
.about-knowleage ul li{
  flex: 0 0 calc(100% / 4 - 20px);
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: var(--color-default);
  width: 220px;
  height: 318px;
 
}
.about-knowleage ul li .img{
  display: block;
  width: 100%;
  height: 270px;
  background-color: #fff;
  border: 1px solid #E5E6EB;
  border-radius: 8px;
  overflow: hidden;
}
.about-knowleage ul li .img img{
  width: 100%;
  height: 270px;
}
.about-knowleage ul li p{
  margin-top: 24px;
  height: 24px;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: var(--color-default);

}


/*contact*/

.contact-main ul{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 80px 0;
}
.contact-main ul li{
  position: relative;
  flex: 0 0 calc(50% - 20px);
  display: flex;
  gap: 104px;
  align-items: center;

  height: 200px;

  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(28, 76, 186, 0.1);
  border-radius: 8px;


}
.contact-main ul li:nth-child(3){
  flex: 0 0 100%;
}
.contact-main ul li .icon{
  margin-left: 56px;
}
.contact-main ul li h2{

  height: 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.contact-main ul li p{
  margin: 16px 0 22px;
  height: 24px;

  font-size: 16px;
  line-height: 24px;
  color: #000000;

}
.txt-info{

display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 12px;

height: 28px;
font-weight: bold;
font-size: 20px;
line-height: 28px;

color: var(--color-blue);



}

/*apply*/
.apply-main{
  display: flex;
  min-width: 1440;
  height: 100vh;
}
.apply-main .apply-left{
  position: relative;
  flex: 0 0 40%;
  min-width: 520px;
  max-width: 650px;
  background-image: url(../images/apply-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F1F4FB;
}
.apply-left-logo,.apply-left-content,.apply-left-bottom{
  left: 15%;
}
.apply-left-logo{
  position: absolute;
  width: 288px;
  height: 78px;
  top: 42px;

}
.apply-left-logo img{
  max-height: 24px;
}
.apply-left-content{
  position: absolute;
  padding-right: 20px;
  top: 200px;
}
.apply-left-title{

height: 24px;

font-weight: 600;
font-size: 24px;
line-height: 24px;
/* identical to box height, or 100% */

color: var(--color-default);


}
.apply-left-content ul{
  margin-top: 40px;
}
.apply-left-content ul li{
  margin-bottom: 24px;

  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 8px;


  height: 20px;




    font-weight: 600;
    font-size: 16px;
    line-height: 16px;


    color: var(--color-default);


}

.apply-left-bottom{
  position: absolute;
  bottom: 46px;
  padding-right: 20px;
}
.apply-left-bottom p{

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 16px;
  padding: 0px;
  gap: 8px;
  font-size: 14px;
  line-height: 16px;
  color: #4E5969;



}


.apply-main .apply-right{
  flex: 0 0 60%;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-box {
  width: 436px;
  /* min-height: 556px; */
  padding: 40px 32px 32px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0.6095238327980042, 0.6614718437194824, 0.800000011920929, 0.15000000596046448);
  overflow: hidden;
}

.apply-title {
  margin-bottom: 42px;
  width: 100%;
  color: rgba(29,33,41,1);
  font-weight: bold;
  font-size: 20px;
  opacity: 1;
  text-align: center;
}


.input-box {
  margin-bottom: 16px;
  width: 100%;
  height: 48px;
  border:1px solid rgba(134,144,156,1);
  opacity: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

.input-box input{
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.input-box select{
  width: 100%;
  height: 100%;
  background: unset;
  border: none;
  padding: 0 14px;
}
select:focus{
  outline: none;
  border: none;
}

.check-info {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
}
.check-info input{
  width: 16px;
  height: 16px;
  background-color: #f00;
  -webkit-appearance:auto
}

.check-info span {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  line-height: 22px;
  color: var(--color-default);
}
.check-info span a{
  color: var(--color-blue);
}
.apply-btn {
  margin-top: 32px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: linear-gradient(rgba(78,131,253,1), rgba(51,112,255,1));
  padding: 10px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}



footer {
  background-color: #1F2329;
  font-size: 16px
}

.footer {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding:40px 0px
}
.footer-content{
  display: flex;
}

/* footer导航 */
.footer .footer-nav {
  flex: 0 0 80%;
  gap: 16px;
  width: 80%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  height: 100%
}

.footer .footer-nav-item {
  width: 100%;
  max-width: 200px;
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start
}
.footer .footer-nav-item.tow_column{
  width: 400px;
  max-width: 400px;
  flex: 0 0 400px;
}
.footer .footer-nav-item.tow_column .footer-nav-sub-item{
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.footer .footer-nav-item.tow_column .footer-nav-sub-item .row-column{
  flex: 0 0 45%;
}
.footer .footer-nav-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #dee0e3
}

.footer .footer-nav-sub-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1
}

.footer .footer-nav-sub-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  display: flex;
  color: #bbbfc4;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
}

.footer .footer-nav-sub-item a span {
  line-height: 22px;
}

.footer .footer-nav-sub-item a:hover span {
  text-decoration: underline;
  text-decoration-color: #bbbfc4
}

/* footer右侧 */
.footer-right{
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-right .footer-logo{
  margin: 10px 0 5px;
  height: 24px;
}


/* 语言选择 */
.universe-icon {
  display: inline-block;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.language-content{
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 0;
}


.language-content:hover .language-list{
  display: block;
}
.language-content .language-icon {
  color: #fff;
  font-size: 16px
}
.language-content .lang-txt {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px
}

.language-content .lang-down{
  color: #fff;
  font-size: 12px
}

.language-list{
  position: absolute;
  right: 0;
  top: 50px;
  width: 115px;
  background-color: #fff;
  display: none;
}
.language-list>li {
  margin: 10px auto;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  text-align: center;
}
.language-list>li a {
  font-size: 14px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 4px;
  color: #000;
}
.language-list>li a:hover,.language-list>li a.active{
  color: var(--color-blue);
  background: rgba(51, 112, 255, 0.1);
}

/*footer line*/
.footer .bottom-line {
  margin-top: 49px;
  margin-bottom: 26px;
  background-color: #646a73;
  height: 1px
}

/*友情连接*/
.footer .footer-link {
  display:none !important;
  display: flex;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
  color: #bbbfc4;
  line-height: 1.6;
}
.footer .footer-link b{
  margin-right: 24px;
  font-size: 16px;
}
.footer .footer-link a{
  font-size: 14px;
  color: #bbbfc4;
  margin-right: 24px;
}

/* 版权 */
.cropright{
  height: 60px;
  line-height: 60px;
  background-color: #242933;
  text-align: center;
  color: #bbbfc4;
}




/**/
#linkchat {
  position: fixed;
  z-index: 95
}

.linkchat-container {
  position: fixed;
  top: calc(50% + 96px);
  transform: translateY(-50%);
  right: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}


.linkchat-item {
  position: relative
}

.linkchat-popover {
  transition: transform .15s ease-in-out;
  transition-property: transform, opacity, visibility;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 96px;
  top: 50%;
  transform: translateY(-50%) translateX(10px) scale(.9);
  background: #fff;
  border-radius: 4px;
  /* box-shadow: 0 6px 18px 6px rgba(36, 91, 219, .04), 0 4px 8px rgba(36, 91, 219, .06), 0 3px 6px -6px rgba(36, 91, 219, .14); */
  background: linear-gradient(180deg, #E4EBFD 0%, #FFFFFF 100%);
  box-shadow: 0px 10px 30px rgba(155, 169, 204, 0.4);
}

.linkchat-popover>svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  width: 8px;
  height: auto
}

.linkchat-item:hover>.linkchat-popover,
.linkchat-show>.linkchat-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0) scale(1)
}

.fixed-bar .base-layout-box {
  opacity: 0
}

.fixed-bar .item-box-1-1 {
  width: 72px;
  height: 85px;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
  background-image: url(../images/apply-fixed-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.fixed-bar .apply-layout-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%
}

.fixed-bar .apply-layout-box-txt {
  transform: translateY(-45%);
  color: #fff;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: #4E83FD;
  padding: 0 5px;
  border-radius: 4px;
  /* margin-top: 4px;
  width: 16px;
  user-select: none */
}

.fixed-bar .tanchu-layout-box {
  width: 270px;
  padding: 16px;
  overflow: hidden
}

.fixed-bar .tanchu-layout-box .p1 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--color-default);
}

.fixed-bar .tanchu-layout-box .p2 {

  /* white-space: nowrap; */
  font-weight: 400;
  font-size: 14px;
  color: #4E5969;

}

.fixed-bar .item-box-1-2 {
  box-shadow: 0 4px 8px -4px rgba(36, 91, 219, .16), 0 6px 12px 0 rgba(36, 91, 219, .08), 0 8px 24px 8px rgba(36, 91, 219, .06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
  width: 70px;
  height: 143px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
  position: relative;
  border:1px solid var(--color-blue);
}

.fixed-bar .item-box-1-2.hide {
  display: none
}

.fixed-bar .item-box-1-2:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-1px);
  left: 0;
  background-color: var(--color-blue);
}

.fixed-bar .mobile-info,.fixed-bar .email-info {
  position: relative
}

.fixed-bar .mobile-layout-box,.fixed-bar .email-layout-box {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%
}

.fixed-bar .mobile-layout-box-txt,.fixed-bar .email-layout-box-txt {
  margin-top: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  color: #4E5969;
  transform: scale(.83, .83);
  white-space: nowrap
}

.fixed-bar .mobile-icon,.fixed-bar .email-icon {
  fill: #646A73
}

.fixed-bar .tanchu-mobile,.fixed-bar .tanchu-email {
  width: 270px;
  padding: 16px;
  overflow: hidden
}

.fixed-bar .tanchu-mobile .p1,.fixed-bar .tanchu-email .p1 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: var(--color-default);
}

.fixed-bar .tanchu-mobile .p2,.fixed-bar .tanchu-email .p2 {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  color: #4E5969;
}

empty{
  display: block;
  text-align: center;
  padding: 50px;
  min-height: 200px;
}

.product_banner h1,.news-detail h1{
  display: none;
}
