@font-face {
  font-family: 'iconfont';
  src: url('./iconfont1/iconfont.woff2?t=1728466647999') format('woff2'),
  url('./iconfont1/iconfont.woff?t=1728466647999') format('woff'),
  url('./iconfont1/iconfont.ttf?t=1728466647999') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.project-guide-tip{
  width: 48px;
  height: 22px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  background: linear-gradient(315deg, #FFB341 0%, #F77F40 37%, #F05139 100%);
}
.project-guide-end-tip{
  background: linear-gradient(315deg, #999999 0%, #999999 37%, #999999 100%);
}

.mySwiperRes {
  width: 100%;
  height: 402px;
}

.mySwiperRes .swiper-button-prev:after{
  content:''
}

.mySwiperRes .swiper-button-prev {
  top: 200px !important;
}

.mySwiperRes .swiper-button-next,.swiper-button-prev {
  padding: 30px;
}

.mySwiperRes .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiperRes .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-news-con{
  width: 1600px;
  margin: 0 auto;
}

.nav-tabs-con{
  display: flex;
  max-width: 1320px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  height: 58px;
  padding: 10px 10px 0;
}

.tabs-item{
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  text-rendering: optimizeLegibility;
  font-family: MicrosoftYaHei, Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
}
.tabs-item a {
  color: #333333;
}

.active-text{
  color:#33539B;
  font-weight: bold;
}

.active-line{
  background-color: rgba(51, 83, 155, 1);
  border-radius: 1px;
  width: 21px;
  margin-top: 3px;
  height: 3px;
}

.secondary-page-con{
  width: 1360px;
  margin: 0 auto;

}


.reg-main-con{
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

.get-code-btn{
  width: 112px;
  margin-left: 7px;
  display: inline-block;
  text-align: center;
  background: #5771A9;
  border-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}


.reg-main-con .reg-btn{
  width: 156px !important;
  height: 36px !important;
  background: linear-gradient(270deg, #6389B1 0%, #405688 100%);
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin-top: 60px;
  border-radius: 4px;
  cursor: pointer;
}

.reg-main-con .title{
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 31px;
  margin: 24px 0;
}
.reg-main-con .process-con{
  margin-bottom: 50px;
  display: flex;
}

.reg-main-con .process-con .process-item{
  width: 320px;
  height: 50px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 50px;
  background-image: url(../images/web/img/reg-bg.png);
  background-size: cover;
}

.process-active{
  color: #fff !important;
  background-image: url(../images/web/img/reg-bg-active.png) !important;
}

.first-step{
  padding: 0 230px 0 150px;
}

.second-setp{
  position: relative;
  padding: 0 44px;
}
.second-setp .el-form .el-row{
  flex-wrap: wrap;
}
.second-setp .el-form .el-form-item {
  width: 100%;
  display: flex;
}
.second-setp .el-form .el-form-item .el-form-item__content {
  flex: 1;
}
.second-setp .el-form .el-form-item .el-form-item__content .el-select,
.second-setp .el-form .el-form-item .el-form-item__content .el-input,
.second-setp .el-form .el-form-item .el-form-item__content .el-cascader{
  width: 100%;
}
.second-setp .second-form-item{
  /* display: flex;
  justify-content: center; */
}

.second-form-input{
  width: 320px !important;
}

.third-setp {
  text-align: center;
  margin-top: 80px;
}
.third-setp .icon-text img{
  width: 90px;
  height: 90px;
}
.third-setp .icon-text div:nth-child(2){
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.third-setp .icon-text div:nth-child(3){
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 19px;
}

.reg-main-con .main-con{
  
}

.reg-main-con .reg-main{
  position: relative;
  width: 1200px;
  min-height: 556px;
  background: #FFFFFF;
  margin-bottom: 40px;
  padding: 40px 120px;
}

.res-mask{
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* swiper 无缝轮播图跑马灯效果 */
.swiper-pro-con{
  width: 100%;
  padding:50px 0;
}

.swiper-pro-con .swiper {
  width: 100%;
  height:100px;
  /* border: 1px solid #000; */

}

.swiper-pro-con .swiper-slide {
  overflow: hidden;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: aqua; */
  color: #fff;
}

.swiper-pro-con .swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  align-items: center
}

.swiper-pro-con .swiper-slide img{
  display: inline-block;
  width: 100%;
  height: 65px;
  object-fit: scale-down;
}

 
.swiper-pro-con .swiper-wrapper {  
  /* 这里是改变其动画效果为匀速形式，不加此样式的话会造成滚动卡顿，看起来效果不平滑 */
  /* 样式做了各种浏览器的兼容 */
  transition-timing-function:linear !important;
  -webkit-transition-timing-function: linear !important;   
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.right-box-con{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 0px;
}
.right-box-con .section_35 .box_64 {
  align-items: center;
}
.right-box-con .section_35 .box_64 .text_21{
  font-weight: 400;
}
.right-box-con .section_35 .box_64 .text_21:hover,
.right-box-con .section_35 .homePageActive .text_21
{
  font-weight: 600;
}
.right-box-con .section_35 .homePageActive .text_21
{
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}
.header-seletop{
  text-align: center;
}

.header-seletop:hover{
  background: #33539B;
}

.header-seletop a{
  color: #333!important;
}

.header-seletop:hover a{
  color: #fff!important;
}

.header-login-menu{
  background: #fff!important;
}

.header-chi-eng-menu{
  background: #fff !important;
  color: #333 !important;
}

.header-chi-eng-menu:hover{
  background: #33539B!important;
  color: #fff!important;
}

.chi-eng{
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  margin: 0px 16px 0 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.chi-eng img{
  width: 10px;
  height: 6px;
  margin-left: 6px;
}

.chi-eng:hover .chi-eng-menu{
  display: block;
}

.chi-eng-menu:hover{
  background: rgb(255, 255, 255,0.4);
}

.chi-eng-menu{
  display: none;
  position: absolute;
  top: 47px;
  left: -30px;
  width: 108px;
  line-height: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
  
}

.index-logo{
  width: 563px;
  height: 80px;
}


/* Chrome、Safari等WebKit内核浏览器 */
:-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85); /* 设置为红色 */
}
input::placeholder {
  color: rgba(255, 255, 255, 0.85); /* 设置为红色 */
}

.footer-logo{
  width: 553px;
  /* height: 70px; */
}

.two-index-logo{
  width: 502px;
  height: 69px;
}

.tip-con{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index:9;
  justify-content: center;
  align-items: center;
}

.model-con{
  width: 460px;
  height: 289px;
  box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.2);
  border-radius: 12px;
  background: #fff;
}

.tip-con .title{
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  width: 460px;
  height: 56px;
  background: linear-gradient(270deg, #6389B1 0%, #405688 100%);
  border-radius: 12px 12px 0px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
}

.tip-con .title .tip-title{

}

.tip-con .title .title-close{
  cursor: pointer;
}

.tip-con .title .title-close img{
  width:12px;
  height: 12px;
}



.tip-con .tip-text{
  font-size: 14px;
  color: #333333;
  height: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tip-con .tip-text img{
  width: 54px;
  height: 54px;
}
.tip-con .tip-text .tip-info{
  margin-top: 10px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
}

.tip-con .footer{
  padding: 16px 0;
  border-top:1px solid #E5E5E5;
  display: flex;
  justify-content: flex-end;
}

.tip-con .footer .confirm-btn{
  width: 72px;
  height: 36px;
  background: linear-gradient(270deg, #6389B1 0%, #405688 100%);
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

/* 滚动条样式 */
 ::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(144,147,153,.3);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
  border-radius: 999px;
  border: 5px solid transparent;
}

::-webkit-scrollbar-thumb {

}

::-webkit-scrollbar-corner {
  background: transparent
}

.login-index-name{
  display: flex;
  margin-left: 21px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  /*padding-bottom: 10px;*/
  height: 44px;
  line-height: 44px;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 20px;
  font-family: PingFangSC-Regular;
  /*margin: 6px 0 0 -50px;*/
  cursor: pointer;
  max-width: 500px;
  margin-top: -2px;
  /*margin-top: 1px;*/
}
.login-index-name .name{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-menu{
  display: none;
  /* position: absolute;
  left: -26px;
  top: 40px; */
  position: absolute;
  top: 43px;
  width: 108px;
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
  border-radius: 4px;
}

.login-index-name:hover .login-menu{
  display: block;
}



/* 登录弹框 */
.login-iframe-box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  background: rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

.login-iframe-con{
  position: relative;
  width: 540px;
  height: 580px;
  z-index: 12;
  border-radius: 10px;
  overflow: hidden;
}

.login-out:hover{
  color: #fff !important;
  background-color: #33539B;
}


.login-out{
  color: #333;
  background-color: #fff;
  text-align: center;
}

.login-out:hover a{
  color: #fff !important;
}

.login-iframe-box iframe{
  width: 100%;
  height: 100%;
}

.login-iframe-box .close-login{
  position: absolute;
  right: 62px;
  top: 80px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.login-iframe-box .close-login img{
  width: 100%;
  height: 100%;
}

/* 轮播缩略图  start */
.swiper-con{
  width: 750px;
  height: 120px;
  margin-left: 213px;
}

.swiper-con .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-con .swiper-slide-zz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-con .swiper {
  width: 750px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-con .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-con .mySwiper2 {
  position: relative;
  width: 750px;
  height: 0px;
  box-sizing: border-box;
  padding: 10px 0;
  z-index: 2;
}

.swiper-con .mySwiper {
  height: 120px;
  width: 750px;
  box-sizing: border-box;
  padding: 10px 0;
}

.swiper-con .mySwiper .swiper-slide {
  width: 25%;
  /* height: 100%; */
  height:103px;
  position: relative;
  cursor: pointer;
  padding: 9px;
  /* opacity: 0.4; */
}

.swiper-con .swiper-slide .img-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}


.swiper-con .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-con .swiper-slide .main-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.swiper-con .swiper-slide .img-con{
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(11px 0, calc(100% - 15px) 0, 100% 0px,  100% calc(100% - 11px), calc(100% - 11px) 100%, 0px 100%, 0 calc(100% - 15px), 0 11px);
}
.swiper-con .swiper-slide .img-con img{
  width: 100%;
  height: 100%;
}

.swiper-con .swiper-slide .img-bg{
  position: absolute;
  width: 80%;
  height: 80%;
  right: 3px;
  bottom: 3px;
}

.swiper-con .swiper-slide .img-border{
  position: absolute;
  width: 91%;
  height: 84%;
  left: 8px;
  top: 8px;
}


/* 前进后退按钮 */
.swiper-con .swiper-button-prev:after,.swiper-button-next:after{
  content:'';
}

.swiper-con .swiper-button-next, .swiper-button-prev{
  top:80px;
}

.swiper-con .swiper-button-next{
  right: -50px;
} 

.swiper-con .swiper-button-prev{
  left: -50px;
}

/* 小圆点 */
.swiper-con .swiper-pagination{
  text-align: center;
  width: 118px !important;
}

.swiper-con .swiper-pagination-bullet{
  width: 5px;
  height: 5px;
  background: #808080;
  opacity: 1;
}

.swiper-con .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -150px;
  left: -9px;
}

.swiper-con .swiper-pagination-bullet-active{
  background: #fff;
} 

/* 轮播缩略图  end */

.page {
  background-color: rgba(255, 255, 255, 1);
  position        : relative;
  /* width           : 1920px; */
  width           : 100%;
  height          : 100%;
  overflow        : hidden;
}

.group_1 {
  /* background-image: url(../images/web/img/2d952115ac4d4c3398e4befa9dc1149e_mergeImage.png); */
  position        : relative;
  width           : 100%;
  height          : 950px;
  /* height          : 1080px; */
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% 100%;
}

.group-mask{
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 1; */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.group-img-bg{
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title-des{

}

.detail-btn{
  width: 120px;
  height: 45px;
  background: linear-gradient(270deg, #C3C9D0 0%, #34424F 100%);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
  margin-top: 60px;
}

.detail-btn a{
  color: #FFFFFF;
}

.detail-btn a:hover{
  color: #FFFFFF;
  text-decoration: none;
}

.box_62 {
  position: relative;
  /*width : 87%;*/
  height: 66px;
  /*margin: 55px 0 0 122px;*/
  margin:30px 0 0 40px
}

.image_42 {

  width: 80px;
  height: 79px;
}

.text-wrapper_28 {
  width : 396px;
  height: 50px;
  margin: 8px 0 0 10px;
}

.text_134 {

  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 36px;
  letter-spacing: 0.4000000059604645px;
  font-family   : SimSunBold;
  font-weight   : 600;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 34px;
}

.text_135 {
  overflow-wrap : break-word;
  color         : rgba(161, 167, 197, 1);
  font-size     : 15.7px;
  letter-spacing: 0.27000001072883606px;
  /* word-spacing: 12px; */
  font-family   : SimHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 15px;
  margin        : 7px 0 0 1px;
}

.section_1 {
  background-color: rgba(0, 0, 0, 0.024);
  border-radius   : 31px;
  width           : 347px;
  height          : 40px;
  border          : 1px solid rgba(197, 192, 202, 0.3);
  /* margin          : 9px 0 0 580px; */
}

.text_3 {
  width        : 263px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 28px;
  margin       : 6px 0 0 30px;
}

.text_3:focus {
  outline: none;
}

.label_1 {
  width : 18px;
  height: 18px;
  margin: 11px 0px 0 11px;
  cursor: pointer;
}
.abx{
  display: none;
  position: absolute;
  top: 32px;
  left: -21px;
  width: 108px;
  /*height: 120px;*/
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #FFFFFF;
}
.seletop{
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.seletop a{
  color: #fff;
  text-decoration: none;
      display: block;
}
.seletop a:hover{
  text-decoration:none;
  background: rgb(255, 255, 255,0.2);
  background-size: 128px 44px;
}
.seletop:hover{
  background: rgb(255, 255, 255,0.2);
  background-size: 128px 44px;
}

.text_zc .zc,
.text_zc .dl {
  text-decoration: none;
  position: absolute;
  margin-left: 20px;
}
.text_zc .zc:hover .abx{
    display: block;
}

.dl{
  right:0
}

.text_zc{
  position: relative;
  width: 143px;
  height: 44px;
  line-height: 44px;
  color        : rgba(255, 255, 255, 1) !important;
  font-size    : 20px;
  font-family  : PingFangSC-Regular;
  /* margin: 6px 0 0 55px; */
  cursor: pointer;
}

.box_63 {
  width   : 60%;
  height  : 381px;
  margin  : 220px 0 0 157px;
  position: relative;
}

.text-group_58 {
  width          : 100%;
  height         : 200px;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  display        : none;
}

.text-group_5811 {
  display: flex;
}

.text_5 {
  /* height: 123px; */
  max-height: 128px;
  width: 900px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  font-family: Helvetica;
  font-weight: NaN;
  text-align: left;
  line-height: 64px;
}
.ellipsis-line{
  overflow     : hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.ellipsis-one{
  overflow     : hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.ellipsis-three{
  overflow     : hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.ellipsis-four{
  overflow     : hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

.ellipsis-five{
  overflow     : hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}

.text_6 {
  max-height       : 157px;
  width: 900px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Medium;
  text-align   : left;
  line-height  : 40px;
  margin-top   : 30px;
  overflow     : hidden;
}

.section_35 {
  /*width     : 400px;*/
  /*height    : 394px;*/
  /*margin-top: 39px;*/
  /*position  : absolute;*/
  /*right     : 1%;*/
  /*top       : 22%;*/
}

.box_64 {
  cursor: pointer;
  /*height: 47px;*/
  /*margin: 12px;*/
  /*line-height: 47px;*/
}

.box_64:hover {
  /*background         : url(../images/web/img/SketchPng97d14e468bd43a9b27451134a3db2d8d605c4d12037818174a1494d4722ddedd.png) 100% no-repeat;*/
  /*background-position: 43px 44px;*/
}
.box_64 .text_21 {
  margin-right: 0px;
  padding: 20px;
}


.text_20 {
  width      : 180px;
  height     : 22px;
  font-size  : 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color      : rgba(161, 167, 197, 1);
  line-height: 22px;
  text-align : right;
  white-space: nowrap;
  line-height: 22px;
  margin-top : 8px;
}

.thumbnail_8 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_21 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  /*width        : 104px;*/
  /*height       : 37px;*/
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 20px;
  font-family  : PingFangSC-Regular;
  /*font-weight  : NaN;*/
  text-align   : left;
  white-space  : nowrap;
  /*line-height  : 37px;*/
  margin-right  : 30px;
  cursor: pointer;
}
.text_21 a{
  color: #fff;
}
.text_21 a:hover,.text_21 a:focus{
  text-decoration: none;
  color: #fff;
}
.newicon{
  position: relative;
  right: 1%;
  width: 24px;
  height: 28px;
  margin: -3px 0 0 2px;
}
.newicon>img{
  width: 24px;
  height: 28px;
}
.ckxqtxta:hover{
  color:rgba(255, 255, 255, 1);
  text-decoration: none;
}
.box_65 {
  width : 18px;
  height: 26px;
  margin: 6px 0 0 9px;
}

.section_7 {
  width          : 18px;
  height         : 18px;
  background     : url(../images/web/img/SketchPng81492683dd65dceab2e3b5c1fad5d59d50c57968107d0530cf54c257ebe506f8.png) -3px 2px no-repeat;
  background-size: 24px 24px;
}

.section_71 {
  width          : 18px;
  height         : 18px;
  background     : url(../images/web/img/SketchPng9713c0fe6277b98a17a6214207bfc8e96f770bd1df9740b706eddf12bab96b69.png) -3px 2px no-repeat;
  background-size: 24px 24px;
}

.section_7s {
  width          : 18px;
  height         : 18px;
  background     : url(../images/web/img/SketchPngafb91b5bf522bf266370402a7c8d4078c104af65aa602d5d430a3b3ff0f26294.png) -3px 2px no-repeat;
  background-size: 24px 24px;
}

.group_13 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  width          : 16px;
  margin         : 1px 0 0 1px;
}

.box_6 {
  background-color: rgba(78, 211, 238, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}

.box_66 {
  width : 292px;
  height: 37px;
  margin: 32px 0 0 1px;
}

.text_7 {
  width        : 139px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(229, 216, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : right;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 8px;
}

.thumbnail_1 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_8 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  width        : 104px;
  height       : 37px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 26px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 37px;
}

.box_1 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  margin-top     : 25px;
  width          : 16px;
}

.group_4 {
  background-color: rgba(211, 176, 255, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}

.thumbnail_2 {
  width : 17px;
  height: 17px;
  margin: 6px 0 0 -16px;
}

.box_67 {
  width     : 292px;
  height    : 37px;
  margin-top: 32px;
}

.text_9 {
  width        : 140px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 8px;
}

.thumbnail_3 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_10 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  width        : 104px;
  height       : 37px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 26px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 37px;
  margin-left  : 12px;
}

.section_3 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  width          : 16px;
  margin         : 27px 0 0 11px;
}

.box_2 {
  background-color: rgba(255, 175, 151, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}

.box_68 {
  width : 266px;
  height: 37px;
  margin: 23px 0 0 26px;
}

.text_11 {
  width        : 114px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 8px;
}

.thumbnail_4 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_12 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  width        : 104px;
  height       : 37px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 26px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 37px;
}

.section_4 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  margin-top     : 25px;
  width          : 16px;
}

.section_5 {
  background-color: rgba(84, 255, 240, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}

.group_8 {
  width          : 18px;
  height         : 18px;
  background     : url(../images/web/img/SketchPng7b0872f2705e90a717db087c077420821c103520c2afbf45a9b4bf6d8f067f72.png) -5px 0px no-repeat;
  background-size: 24px 24px;
}

.box_69 {
  width    : 60%;
  height   : 60px;
  position : absolute;
  bottom   : 40px;
  left     : 0;
}

.text-wrapper_2 {
  height         : 44px;
  background     : url(../images/web/img/SketchPngeb1dafe5926ff269fc257327d1e65ce92d39f98e316cadc918925d592df3b09c.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top     : 16px;
  width          : 120px;
}

.text_17 {
  width        : 72px;
  height       : 18px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 18px;
  margin       : 13px 0 0 13px;
}

.text_13 {
  width        : 152px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 8px;
}

.thumbnail_5 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_14 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  width        : 104px;
  height       : 37px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 26px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 37px;
}

.box_3 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  margin-top     : 25px;
  width          : 16px;
}

.box_4 {
  background-color: rgba(255, 120, 159, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}


.thumbnail_6 {
  width : 1px;
  height: 12px;
  margin: 13px 0 0 8px;
}

.text_16 {
  text-shadow  : 0px 0px 8px rgba(144, 144, 144, 1);
  width        : 104px;
  height       : 37px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 26px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 37px;
}

.group_11 {
  height         : 7px;
  border         : 1px solid rgba(115, 81, 197, 1);
  background     : url(../images/web/img/SketchPng4884f746d9a1a69ee4110b68b5535cfc828a363f4e388a3a97be2c1376adff36.png) -1px -1px no-repeat;
  background-size: 18px 11px;
  width          : 16px;
}

.group_12 {
  background-color: rgba(253, 222, 101, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 2px;
  margin          : 2px 0 0 5px;
}

.block_4 {
  width          : 18px;
  height         : 18px;
  background     : url(../images/web/img/SketchPng66673fc964748ab773a6bba7f1350970b81c335b39b5248c7a808e1592f22037.png) -2px 2px no-repeat;
  background-size: 24px 26px;
}

.box_71 {
  width : 868px;
  height: 96px;
  margin: 138px 0 0 157px;
}

.label_2 {
  width : 30px;
  height: 23px;
  margin: 37px 20px 0 0;
  cursor: pointer;
}

.listtzindex {
  overflow: hidden;
  width   : 762px;
  height  : 100px;
}

.list_5 {
  width          : 752px;
  height         : 96px;
  justify-content: space-between;
  margin-left    : -181px
}

.list-items_1-0 {
  height       : 95px;
  width        : 169px;
  margin       : 1px 25px 0 0;
  background   : rgba(64, 66, 77, 0.12);
}

.list-items_1-0 ::before {
  content         : "";
  width           : 20px;
  height          : 20px;
  right           : -50px;
  top             : -50px;
  z-index         : 100;
  background-color: #ffffff;
  transform       : rotateZ(45deg);
}

.ewewwff {
  position: relative;
}

.ewewwff::before {
  position        : absolute;
  content         : "";
  width           : 20px;
  height          : 20px;
  right           : -50px;
  top             : -50px;
  z-index         : 100;
  background-color: #ffffff;
  transform       : rotateZ(45deg);
}


.ion {
  width : 63px;
  height: 62px;
}

.iont {
  width:36px;
  height: 36px;
  /*margin: -33px 0 0 156px;*/
}

.iont2 {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 26px;
  color: #F6F1BA;
  line-height: 38px;
  font-style: normal;
}

.ionl {
  width : 169px;
  height: 95px;
}

.group_14-0 {
  width              : 170px;
  height             : 96px;
  cursor             : pointer;
}

.list-items_1-1 {
  height    : 95px;
  border    : 1px solid rgba(220, 221, 232, 0.264);
  width     : 169px;
  margin    : 1px 25px 0 0;
  background: rgba(48, 48, 48, 0.5);
}

.group_14-1 {
  box-shadow      : 0px 0px 14px 0px rgba(200, 208, 211, 0.6);
  background-image: url(../images/web/img/e60ef4f00344405797944f4798cf3b25_mergeImage.png);
  width           : 169px;
  height          : 95px;
  border          : 1.4px solid rgba(239, 239, 237, 1);
  background      : url(../images/web/img/2f31b83a7579491a9b0ab250111e2307_mergeImage.png);
}

.list-items_1-2 {
  height    : 95px;
  border    : 1px solid rgba(220, 221, 232, 0.264);
  width     : 169px;
  margin    : 1px 25px 0 0;
  background: rgba(48, 48, 48, 0.5);
}

.group_14-2 {
  box-shadow      : 0px 0px 14px 0px rgba(200, 208, 211, 0.6);
  background-image: url(../images/web/img/e60ef4f00344405797944f4798cf3b25_mergeImage.png);
  width           : 169px;
  height          : 95px;
  border          : 1.4px solid rgba(239, 239, 237, 1);
  background      : url(../images/web/img/4de4368b6f77441db1dda6e809411d5d_mergeImage.png);
}

.list-items_1-3 {
  height    : 95px;
  border    : 1px solid rgba(220, 221, 232, 0.264);
  width     : 169px;
  margin    : 1px 25px 0 0;
  background: rgba(48, 48, 48, 0.5);
}

.group_14-3 {
  box-shadow      : 0px 0px 14px 0px rgba(200, 208, 211, 0.6);
  background-image: url(../images/web/img/e60ef4f00344405797944f4798cf3b25_mergeImage.png);
  width           : 169px;
  height          : 95px;
  border          : 1.4px solid rgba(239, 239, 237, 1);
  background      : url(../images/web/img/c61013c734dc4f01a840e562b239c99f_mergeImage.png);
}

.label_3 {
  width : 30px;
  height: 23px;
  margin: 37px 0 0 20px;
  cursor: pointer;
}

.box_72 {
  width : 85px;
  height: 5px;
  margin: 47px 0 63px 217px;
}

.group_15 {
  background-color: rgba(128, 128, 128, 1);
  border-radius   : 50%;
  width           : 5px;
  height          : 5px;
}

.group_16 {
  background-color: rgba(249, 249, 255, 1);
  border-radius   : 50%;
  width           : 5px;
  height          : 5px;
  margin-left     : 15px;
}

.group_17 {
  background-color: rgba(128, 128, 128, 1);
  border-radius   : 50%;
  width           : 5px;
  height          : 5px;
  margin-left     : 15px;
}

.group_18 {
  background-color: rgba(128, 128, 128, 1);
  border-radius   : 50%;
  width           : 5px;
  height          : 5px;
  margin-left     : 15px;
}

.group_19 {
  background-color: rgba(128, 128, 128, 1);
  border-radius   : 50%;
  width           : 5px;
  height          : 5px;
  margin-left     : 15px;
}

.image_2 {
  position: absolute;
  left    : 329px;
  bottom  : 65px;
  width   : 1592px;
  height  : 1px;
}

.image_3 {
  position: absolute;
  left    : -19px;
  bottom  : 65px;
  width   : 214px;
  height  : 1px;
}

.box_73 {
  position: relative;
  width   : 100%;
  height  : 100%;
}

.box_7 {
  background     : url(../images/web/img/SketchPnge87246e30e85869f172e2ed901fab99533771c5dd46f544838c88fbff35b3aa4.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-top     : 582px;
  width          : 100%;
}
.app-con{
  width: 1600px;
  margin: 0 auto;
}
.text-wrapper_29 {
  width : 446px;
  height: 70px;
  margin: 14px 0 0 0px;
}

.text_22 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 200px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_23 {
  width        : 224px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin-top   : 33px;
  position: relative;
  z-index: 1;
}

.group_69 {
  width    : 1600px;
  margin   : 30px auto 0px auto;
  position : relative;
}

.image-text_67 {
  width      : 800px;
  height     : 35px;
  line-height: 35px;
  float      : left;
  margin     : 10px 0;
}

.text-wrapper_4 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
  float          : left;
}

.text_24 {
  width          : 90px;
  height         : 22px;
  overflow-wrap  : break-word;
  color          : rgba(255, 255, 255, 0.85);
  font-size      : 16px;
  font-family    : PingFangSC-Regular;
  font-weight    : NaN;
  text-align     : left;
  white-space    : nowrap;
  line-height    : 22px;
  margin         : 7px 0 0 12px;
}
.bt_morewrappertext_17{
  color:#929eae;
  font-size: 16px;
  text-decoration: none !important;
  position: relative;
  bottom: -12px;  
}

.bt_morewrappertext_17:hover{
  color:#929eae;
  font-size: 16px;
}

.text-group_2:hover{
  color        : rgba(255, 255, 255, 1);
text-decoration: none;
}
  .text-group_2 {
  width        : 560px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin-top   : 2px;
  float        : left;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.image-text_68 {
  width : 530px;
  height: 35px;
}

.text-wrapper_5 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
}

.text_25 {
  width        : 90px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 7px 0 0 12px;
}

.text-group_3 {
  width        : 396px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
  margin-top   : 5px;
}

.image-wrapper_24 {
  width   : 94.4%;
  height  : 1px;
  margin  : -20px 0 0 0;
  position: absolute;
  top     : 132px;
}

.image_6 {
  width : 744px;
  height: 1px;
}

.image_7 {
  width : 710px;
  height: 1px;
}

.image-wrapper_23 {
  width   : 94.4%;
  height  : 1px;
  margin  : 1px 0 0 0;
  position: absolute;
  top     : 55px;
}

.image_4 {
  width : 744px;
  height: 1px;
}

.image_5 {
  width : 710px;
  height: 1px;
}

.group_70 {
  width : 1605px;
  height: 35px;
  margin: 20px 0 0 157px;
}

.image-text_69 {
  width : 724px;
  height: 35px;
}

.text-wrapper_6 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
}

.text_26 {
  width        : 93px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 7px 0 0 12px;
}

.text-group_4 {
  width        : 591px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
  margin-top   : 5px;
}

.image-text_70 {
  width : 748px;
  height: 35px;
}

.text-wrapper_7 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
}

.text_27 {
  width        : 90px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 7px 0 0 12px;
}

.text-group_5 {
  width        : 614px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
  margin-top   : 5px;
}



.group_71 {
  width : 1603px;
  height: 35px;
  margin: 20px 0 71px 157px;
}

.image-text_71 {
  width : 475px;
  height: 35px;
}

.text-wrapper_8 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
}

.text_28 {
  width        : 93px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 6px 0 0 12px;
}

.text-group_6 {
  width        : 342px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
  margin-top   : 4px;
}

.image-text_72 {
  width : 746px;
  height: 35px;
}

.text-wrapper_9 {
  height         : 35px;
  background     : url(../images/web/img/SketchPng3b783a4deb143cb00ccc057b68b4c1d3c2d249fe06244535085c635901c98cab.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 125px;
}

.text_29 {
  width        : 93px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 6px 0 0 12px;
}

.text-group_7 {
  width        : 612px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
  margin-top   : 4px;
}

.text_30 {
  width        : 160px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(0, 0, 0, 0.85);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : 1567px 0 1258px 880px;
}

.box_8 {
  background-color: rgba(7, 16, 28, 1);
  height          : 340px;
  width           : 100%;
}

.section_36 {

  margin-top: 60px;
  position  : absolute;
  right     : 60px;
  top       : 22%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.section_36 a,  .section_36 a:hover, .section_36 a:focus{
  text-decoration: none;
}

.group_21 {
  display: inline-block;
  background: linear-gradient( 336deg, #415D8B 0%, #92B6E2 100%);
  border-radius: 8px;
  padding: 17px 28px;
  margin-bottom: 24px;
}
.group_21:last-child {
  margin-bottom: 0px;
}
  /*.group_21:hover{*/
/*  text-decoration: none;*/
/*}*/

.text_31 {
  text-shadow  : 0px 0px 10px rgba(255, 145, 0, 0.7);
  width        : 169px;
  height       : 52px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : YouSheBiaoTiHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 52px;
  margin       : 0 0 0 110px;
}

.text_32 {
  background-image: linear-gradient(180deg,
      rgba(253, 166, 64, 0) 0,
      rgba(253, 166, 65, 0.4) 100%);
  width                  : 169px;
  height                 : 52px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 40px;
  font-family            : YouSheBiaoTiHei;
  font-weight            : NaN;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 52px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin                 : -40px 0 0 110px;
}

.image_8 {
  width : 59px;
  height: 8px;
  margin: -14px 0 0 160px;
}

.text_33:hover {
  color        : rgba(255, 255, 255, 0.85);
}
  .text_33 {
  width        : 64px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin: 20px 0 20px 156px;
}

.box_16 {
  position       : absolute;
  left           : 0;
  top            : 314px;
  width          : 512px;
  height         : 512px;
  background     : url(../images/web/img/SketchPng34033e41fc52d7277e6f5cfe2362c3ec12131763fd83f26e4ceb8ba56bffddf3.png) 0px -84px no-repeat;
  background-size: 596px 680px;
}

.box_17 {
  height         : 679px;
  background     : url(../images/web/img/SketchPngffd0668379ff0122e43d0c9c0866a4045415ebe1275aca02e6493bcf24c60047.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 100%;
  position       : absolute;
  left           : 0;
  top            : 0;
}

.group_26 {
  height         : 679px;
  background     : url(../images/web/img/SketchPngbc119082194707bf0d94a8d8bb380c895d97f408c446cdcd1af3945438f9e192.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 100%;
}

.section_10 {
  background-image: url(../images/web/img/4faf6024bb374cb99553bacfc6f3f35d_mergeImage.png);
  background-size: 100% 100%;
  height          : 545px;
  width           : 1600px;
  margin          : 40px auto 0 auto;
}

.section_11 {
  background-color: rgba(0, 0, 0, 0.4);
  width           : 838px;
  height          : 476px;
  margin          : 28px 0 0 724px;
}

.text-group_59 {
  width : 710px;
  height: 306px;
  margin: 55px 0 0 64px;
}

.text_43 {
  background-image: linear-gradient(180deg,
      rgba(255, 255, 255, 1) 0,
      rgba(184, 184, 195, 1) 100%);
  width                  : 200px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_44 {
  width        : 710px;
  max-height       : 195px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 20px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 38px;
  margin-top   : 33px;
  overflow     : hidden;
}

.text_45 {
  width        : 250px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : -272px 0 0 284px;
}

.group_27 {
  width          : 137px;
  height         : 44px;
  background     : url(../images/web/img/SketchPng503015701267c8de73777f0fe330139fc1e255196cc91a1b3508b20a79897744.png) 100% no-repeat;
  background-size: 100% 100%;
  margin         : 267px 0 46px 64px;
}

.image-text_73 {
  width : 108px;
  height: 26px;
  margin: 9px 0 0 18px;
}

.text-group_9 {
  width          : 72px;
  height         : 25px;
  overflow-wrap  : break-word;
  color          : rgba(255, 255, 255, 1);
  font-size      : 18px;
  font-family    : PingFangSC-Medium;
  font-weight    : 500;
  text-align     : left;
  white-space    : nowrap;
  line-height    : 25px;
  text-decoration: none;
}

.image-wrapper_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 50%;
  height          : 26px;
  width           : 26px;
}

.thumbnail_9 {
  width : 7px;
  height: 12px;
  margin: 7px 0 0 10px;
}

.group_28 {
  height         : 100%;
  background     : url(../images/web/img/20640a36dcf5460a844f1231a89eb197_mergeImage.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 100%;
  position       : relative;
}

.image-wrapper_25 {
  width : 20px;
  height: 20px;
  margin: 30px auto 0 auto;
}

.thumbnail_10 {
  width : 20px;
  height: 20px;
}

.group_72 {
  position: relative;
  width      : 230px;
  height     : 70px;
  margin: 0px auto 0 auto;
}

.text_46 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 200px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.thumbnail_11 {
  width : 12px;
  height: 12px;
  margin: 10px 0 0 6px;
}

.thumbnail_12 {
  width : 12px;
  height: 12px;
}

.text-wrapper_30 {
  width      : 215px;
  height     : 30px;
  margin: 20px auto 0 auto;
}

.text_47 {
  width        : 215px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.group_73 {
  width : 100%;
  height: 402px;
  margin: 70px 0 0 0px;
}

.group_73_box {
  margin-left: -629px;
}

.group_73_boxs {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.box_19 {
  width : 534px;
  height: 400px;
  /* border: 1px solid rgba(255, 255, 255, 0.29); */
  /* margin: 1px 0 0 97px; */
  float : left;
}

.box_19img {
  width : 534px;
  height: 400px;
}

.group_74 {
  width : 1600px;
  height: 166px;
  margin: 46px auto 0 auto;
}

.list_6 {
  width          : 100%;
  height         : 166px;
  justify-content: space-between;
}

.list-items_2-0 {
  width          : 506px;
  height         : 166px;
  background-size: contain !important;
  margin-right   : 40px;
  background     : url(../images/web/img/SketchPngc1e84f7d4ea4c67ac80731e91eb8069d94c804bc91ba56a9ddd38d42e5b1510b.png) no-repeat;
}

.block_15-0 {
  border-radius: 59px;
  width        : 118px;
  height       : 118px;
  margin       : 24px 0 0 30px;
  overflow     : hidden;
}

.block_15_img {
  width : 118px;
  height: 118px;
}

.text-group_60-0 {
  width : 309px;
  height: 113px;
  margin: 29px 53px 0 30px;
}

.text_50-0 {
  width        : 300px;
  height       : 68px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  line-height  : 34px;
  overflow     : hidden;
}

.text_51-0 {
  width        : 118px;
  height       : 34px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.5);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 34px;
  margin-top   : 11px;
}

.group_75 {
  width     : 100%;
  height    : 4px;
  margin-top: 90px;
}

.box_20 {
  width          : 100%;
  height         : 4px;
  background     : url(../images/web/img/SketchPng50feedfe37e98fd4cce03abfa4a6a84ad6d7a0423f1dab3b98da76fb38e1aa1e.png) 100% no-repeat;
  background-size: 100% 100%;
}

.section_17 {
  float          : left;
  width          : 537px;
  height         : 402px;
  background     : url(../images/web/img/SketchPng1a8e00f424d0aa289a9f2b1bc3b160f0baea07c5539ef0253de58c117546eb2f.png) 100% no-repeat;
  background-size: 100% 100%;
}

.text-group_61 {
  width : 452px;
  height: 313px;
  margin: 55px 0 0 41px;
}

.text_52 {
  width        : 441px;
  height       : 76px;
  overflow-wrap: break-word;
  color        : rgba(0, 0, 0, 0.85);
  font-size    : 24px;
  font-family  : PingFangSC-Medium;
  font-weight  : bold;
  text-align   : left;
  line-height  : 38px;
}

.text_53 {
  width        : 452px;
  max-height       : 136px;
  overflow-wrap: break-word;
  color        : rgba(0, 0, 0, 0.5);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 34px;
  margin-top   : 30px;
  overflow     : hidden;
}

.text_54 {
  width        : 428px;
  height       : 34px;
  overflow-wrap: break-word;
  color        : rgba(0, 0, 0, 0.5);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 34px;
  /* margin-top   : 37px; */
}

.image-wrapper_5 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 50%;
  height          : 60px;
  width           : 60px;
  position        : absolute;
  left            : 1566px;
  top             : 466px;
  cursor          : pointer;
}

.image_12 {
  width : 17px;
  height: 34px;
  margin: 13px 0 0 22px;
}

.image-wrapper_6 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 50%;
  height          : 60px;
  width           : 60px;
  position        : absolute;
  left            : 399px;
  top             : 466px;
  cursor          : pointer;
}

.image_13 {
  width : 17px;
  height: 34px;
  margin: 13px 0 0 21px;
}

.image_14 {
  position: absolute;
  left    : -12px;
  top     : 0;
  width   : 250px;
  height  : 139px;
}

@keyframes movedim {
  0% {
    transform: translateX(-157px);
  }

  /* 25% {
    transform: translateX(0px);
  } */

  50% {
    transform: translateX(-40px);
  }

  /* 75% {
    transform: translateX(157px);
  } */

  100% {
    transform: translateX(-220px);
  }
}



.box_74 {
  width : 100%;
  height: 240px;
}

.box_75 {
  width        : 100%;
  height       : 99px;
  margin-top   : 80px;
}

.image-wrapper_7 {
  background-color   : rgba(255, 255, 255, 1);
  height             : 99px;
  border             : 1px solid rgba(226, 226, 226, 1);
  width              : 314px;
  /* animation          : movedim 5s linear 0s infinite alternate; */
  
  transform: translateX(-157px);
  animation-direction: alternate;
  margin-left        : 40px;
}

.arrow-img{
  width: 8px;
  height: 8px;
}

.footer-hover-text{
  margin:0 5px;
  cursor: pointer;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 30px;
}

.image_15 {
  margin: 17px 0 0 31px;
}

.group_30 {
  background-image: url(../images/web/img/c90befc7cd9d476293eb8c6a305aed88_mergeImage.png);
  position        : relative;
  width           : 100%;
  /*min-width       : 1360px;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height          : 292px; */
}

.box_76 {
  width : 1320px;
  /* height: 174px; */
  margin: 37px auto 0 auto;

}

.text-wrapper_32 {
  width     : 553px;
  height    : 70px;
  margin-top: 53px;
}

.text_55 {
  width         : 553px;
  height        : 42px;
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 40px;
  letter-spacing: 0.4000000059604645px;
  font-family   : SimSunBold;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 48px;
}

.text_56 {
  width         : 551px;
  height        : 19px;
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 17.9px;
  letter-spacing: 0.05999999865889549px;
  font-family   : SimHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
  margin        : 9px 0 0 2px;
}

.image_21 {
  width : 1px;
  height: 153px;
  margin: 10px 0 0 54px;
}

.group_76 {
  /*width      : 650px;*/
  /* height     : 174px; */
  width: 700px;
  margin-left: 54px;
}

.box_77 {
  width      : 413px;
  height     : 47px;
  /* margin-left: 4px; */
}

.image-text_74 {
  width : 145px;
  height: 40px;
}

.label_4 {
  width     : 21px;
  height    : 21px;
  margin-top: 10px;
}

.text-group_12 {
  width        : 116px;
  height       : 40px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 40px;
}

.image-text_75 {
  width : 211px;
  height: 40px;
}

.image_22 {
  width     : 17px;
  height    : 21px;
  margin-top: 10px;
}

.text-group_13 {
  width        : 186px;
  height       : 40px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 40px;
}

.image_23 {
  width : 749px;
  height: 1px;
  margin: 18px 0;
}

.text-wrapper_33 {
  width     : 748px;
  height    : 90px;
  margin-top: 25px;
}

.paragraph_1 {
  width        : 168px;
  height       : 90px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  text-align   : left;
  line-height  : 30px;
  margin-right: 10px;
}

.paragraph_2 {
  width        : 168px;
  height       : 90px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 30px;
  margin-left  : 110px;
}

.paragraph_3 {
  width        : 192px;
  height       : 90px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 30px;
  margin-left  : 110px;
}

.text_57 {
  width        : 100%;
  height       : 60px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 14px;
  text-align   : center;
  white-space  : nowrap;
  margin-top: 45px;
  border-top: 1px solid rgba(255,255,255,0.33);;
  line-height  : 60px;
}

.beiannew {
  background: url('../images/beiannew.png') left center no-repeat;
  background-size: 18px auto;
  padding-left: 25px;
  display: inline-block;
  margin-left: 10px;
}
.beiannew a, .beiannew a:hover, .beiannew a:active{
  text-decoration: none !important;
  color: #fff !important;
}

.image-wrapper_13 {
  height         : 100%;
  background     : url(../images/web/img/SketchPng7fdbb6d8a93437e4f0d321ed2dd1dee7b8e72403076615e7c193eb203bf3b598.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 483px;
  position       : absolute;
  left           : 0;
  top            : 0;
}

.image_24 {
  width : 87px;
  height: 86px;
  margin: 82px 0 0 199px;
}

.image_25 {
  position: absolute;
  left    : 0;
  top     : 242px;
  width   : 1903px;
  height  : 1px;
}

.group_32 {
  width          : 100%;
  background     : url(../images/web/img/SketchPng962f891fe0b35418a3e2e1f9e9b4b9b1a66f4996fccb3a7fb3ca8e223701b557.png) 0px -15px no-repeat;
  background-size: 100% 2217px;
}

.group_32bk {
  height    : 527px;
  width     : 602px;
  position  : absolute;
  background: url(../images/web/img/649a2e5c8f2b431486f221a3a32abcc4_mergeImage.png) 100% no-repeat;
}

.text-group_62 {
  position: relative;
  width   : 200px;
  height  : 98px;
  margin  : 30px auto 0 auto;
}

.text_58 {
  width        : 187px;
  height       : 30px;
  overflow-wrap: break-word;
  /* color        : rgba(0, 0, 0, 1); */
  /* color        : #51759f; */
  font-size    : 22px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : center;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : 68px 0 0 7px;
}

.text_59 {
  position     : absolute;
  left         : 0;
  top          : 0;
  width        : 200px;
  height       : 70px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  /* color        : #51759f; */
  font-size    : 50px;
  font-family  : PingFangSC-Semibold;
  font-weight  : 600;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 70px;
}

.box_78 {
  width        : 1600px;
  margin       : 40px auto 0 auto;
  float        : left;
  position     : relative;
}

.block_35 {
  width     : 55%;
  max-height: 668px;
  float     : left;
}

.block_17 {
  width          : 400px;
  height         : 116px;
  background     : url(../images/web/img/SketchPngdcefed19468f644367bc4ed8607c912c3766828361bb44ad7f5203b223816152.png) 100% no-repeat;
  background-size: 100% 100%;
}

.box_79 {
  position: relative;
  width   : 107px;
  height  : 72px;
  margin  : 22px 0 0 20px;
}

.text_60 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin-left  : 10px;
}

.text_61 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 48px 49px 0 -47px;
}

.group_35 {
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 107px;
  height  : 72px;
  border  : 1px solid;
}

.box_80 {
  width : 207px;
  height: 96px;
  margin: 0 34px 0 32px;
}

.box_24 {
  width          : 42px;
  height         : 50px;
  background     : url(../images/web/img/SketchPng8e7e2e0261da1b374ff7fab067b61fb6b41dbaeb8fc301598b849402fc53787c.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 165px;
}

.text_62 {
  width        : 207px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
  margin-top   : 18px;
}

.block_18 {
  box-shadow      : 0px 0px 15px 0px rgba(230, 235, 247, 0.42);
  background-color: rgba(255, 255, 255, 1);
  width           : 400px;
  height          : 198px;
}

.text_63 {
  width        : 349px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : 27px 0 0 30px;
}

.text_64 {
  width        : 339px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin       : 10px 0 0 31px;
}

.image-text_76 {
  width : 97px;
  height: 28px;
  margin: 27px 0 20px 273px;
}

.text-group_15 {
  width        : 57px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(189, 185, 194, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.image_26 {
  width     : 30px;
  height    : 12px;
  margin-top: 8px;
}

.grid_5 {
  width     : 840px;
  height    : 314px;
  margin-top: 40px;
  flex-wrap : wrap;
}

.box_25 {
  width          : 400px;
  height         : 116px;
  background     : url(../images/web/img/SketchPngdcefed19468f644367bc4ed8607c912c3766828361bb44ad7f5203b223816152.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-right   : 40px;
}

.box_81 {
  position: relative;
  width   : 107px;
  height  : 72px;
  margin  : 22px 0 0 20px;
}

.text_65 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin-left  : 10px;
}

.text_66 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 48px 49px 0 -47px;
}

.block_19 {
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 107px;
  height  : 72px;
  border  : 1px solid;
}

.box_82 {
  width : 214px;
  height: 96px;
  margin: 0 34px 0 25px;
}

.group_39 {
  width          : 42px;
  height         : 50px;
  background     : url(../images/web/img/SketchPnga9c4726e0ba4b26e7704d6de2ccbb5796e65abd3e9f246aa3a23a1a6fefaf923.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 172px;
}

.text_67 {
  width        : 214px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
  margin-top   : 18px;
}

.box_26 {
  position       : relative;
  width          : 400px;
  height         : 116px;
  background     : url(../images/web/img/SketchPngdcefed19468f644367bc4ed8607c912c3766828361bb44ad7f5203b223816152.png) 100% no-repeat;
  background-size: 100% 100%;
}

.text_68 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : 22px 0 0 30px;
}

.text_69 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 70px 0 0 -47px;
}

.image-text_77 {
  width : 172px;
  height: 96px;
  margin: 0 34px 0 116px;
}

.box_27 {
  width          : 42px;
  height         : 50px;
  background     : url(../images/web/img/SketchPnga9c4726e0ba4b26e7704d6de2ccbb5796e65abd3e9f246aa3a23a1a6fefaf923.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 130px;
}

.text-group_16 {
  width        : 172px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
  margin-top   : 18px;
}

.group_40 {
  position: absolute;
  left    : 20px;
  top     : 22px;
  width   : 107px;
  height  : 72px;
  border  : 1px solid;
}

.box_28 {
  box-shadow      : 0px 0px 15px 0px rgba(230, 235, 247, 0.42);
  background-color: rgba(255, 255, 255, 1);
  width           : 400px;
  height          : 198px;
  margin-right    : 40px;
}

.text_70 {
  width        : 349px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : 27px 0 0 30px;
}

.text_71 {
  width        : 339px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin       : 10px 0 0 31px;
}

.image-text_78 {
  width : 97px;
  height: 28px;
  margin: 26px 0 21px 269px;
}

.text-group_17 {
  width        : 57px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(189, 185, 194, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.image_27 {
  width     : 30px;
  height    : 10px;
  margin-top: 9px;
}

.box_29 {
  box-shadow      : 0px 0px 15px 0px rgba(230, 235, 247, 0.42);
  background-color: rgba(255, 255, 255, 1);
  width           : 400px;
  height          : 198px;
}

.text_72 {
  width        : 349px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : 27px 0 0 30px;
}

.text_73 {
  width        : 339px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin       : 10px 0 0 31px;
}

.image-text_79 {
  width : 97px;
  height: 28px;
  margin: 26px 0 21px 273px;
}

.text-group_18 {
  width        : 57px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(189, 185, 194, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.image_28 {
  width     : 30px;
  height    : 12px;
  margin-top: 8px;
}

.box_30 {
  box-shadow      : 0px 0px 15px 0px rgba(230, 235, 247, 0.42);
  background-color: rgba(255, 255, 255, 1);
  width           : 45%;
  float           : left;
  margin-left: -10px;
}

.group_77 {
  width : 661px;
  height: 70px;
  margin: 23px 0 0 42px;
  margin: 20px 0 0 42px;
}

.image-text_80 {
  width : 612px;
  height: 70px;
}

.box_31 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  /*background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;*/
  /*background-size: 100% 100%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_31 img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.box_31_text{
  border: 1px solid #fff;
  height: 60px;
  width: 60px;
}

.text_74 {
  width        : 100%;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  margin-top: -7px;
  text-align: center;
}

.text_75 {
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  margin-top: -12px;
  text-align: center;
}

.block_20 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_63 {
  width     : 528px;
  height    : 61px;
  margin-top: 7px;
  overflow  : hidden;
}

.text_76 {
  max-height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_77 {
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 0.6);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_14 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_13 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.image_29 {
  width : 661px;
  height: 1px;
  margin: 20px 0 0 42px;
}

.group_78 {
  width : 661px;
  height: 70px;
  margin: 20px 0 0 30px;
}

.image-text_81 {
  width : 612px;
  height: 70px;
}

.section_18 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.text_78 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : -1px 0 0 11px;
}

.text_79 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 47px 11px 0 -47px;
}

.group_43 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_64 {
  width     : 522px;
  height    : 61px;
  margin-top: 7px;
}

.text_80 {
  width        : 522px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_81 {
  width        : 172px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_15 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_14 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.image_30 {
  width : 661px;
  height: 1px;
  margin: 20px 0 0 30px;
}

.group_79 {
  width : 661px;
  height: 70px;
  margin: 20px 0 0 30px;
}

.image-text_82 {
  width : 612px;
  height: 70px;
}

.section_19 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.text_82 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : -1px 0 0 11px;
}

.text_83 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 47px 11px 0 -47px;
}

.group_45 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_65 {
  width     : 522px;
  height    : 61px;
  margin-top: 7px;
}

.text_84 {
  width        : 522px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_85 {
  width        : 172px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_16 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_15 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.image_31 {
  width : 661px;
  height: 1px;
  margin: 20px 0 0 30px;
}

.group_80 {
  width : 661px;
  height: 70px;
  margin: 20px 0 0 30px;
}

.image-text_83 {
  width : 612px;
  height: 70px;
}

.box_32 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.text_86 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : -1px 0 0 11px;
}

.text_87 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 47px 11px 0 -47px;
}

.group_47 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_66 {
  width     : 522px;
  height    : 61px;
  margin-top: 7px;
}

.text_88 {
  width        : 522px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_89 {
  width        : 200px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_17 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_16 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.image_32 {
  width : 661px;
  height: 1px;
  margin: 20px 0 0 30px;
}

.group_81 {
  width : 661px;
  height: 70px;
  margin: 20px 0 0 30px;
}

.image-text_84 {
  width : 612px;
  height: 70px;
}

.group_49 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.text_90 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : -1px 0 0 11px;
}

.text_91 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 47px 11px 0 -47px;
}

.box_33 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_67 {
  width     : 522px;
  height    : 61px;
  margin-top: 7px;
}

.text_92 {
  width        : 522px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_93 {
  width        : 172px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_18 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_17 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.image_33 {
  width : 661px;
  height: 1px;
  margin: 20px 0 0 30px;
}

.group_82 {
  width : 661px;
  height: 70px;
  margin: 20px 0 20px 30px;
}

.image-text_85 {
  width : 612px;
  height: 70px;
}

.section_20 {
  position       : relative;
  width          : 70px;
  height         : 70px;
  background     : url(../images/web/img/SketchPng826e97d76dd9a71fa4913584129b15f9ad710943dd0cb77b4e83292bdd051c6b.png) 100% no-repeat;
  background-size: 100% 100%;
  justify-content: flex-center;
}

.text_94 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : -1px 0 0 11px;
}

.text_95 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 47px 11px 0 -47px;
}

.section_21 {
  position: absolute;
  left    : 4px;
  top     : 4px;
  width   : 62px;
  height  : 62px;
  border  : 1px solid rgba(255, 255, 255, 0.29);
}

.text-group_68 {
  width     : 522px;
  height    : 61px;
  margin-top: 7px;
}

.text_96 {
  width        : 522px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
}

.text_97 {
  width        : 172px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(89, 89, 89, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  margin-top   : 3px;
}

.image-wrapper_19 {
  background-color: rgba(246, 247, 248, 1);
  height          : 70px;
  width           : 25px;
}

.thumbnail_18 {
  width : 10px;
  height: 16px;
  margin: 27px 0 0 8px;
}

.group_51 {
  position       : relative;
  width          : 100%;
  height         : 658px;
  background     : url(../images/web/img/SketchPng365121dc5dbdb4022c459884c64c70666c8c2eadd54be5199a49bbf33eba228a.png) 100% no-repeat;
  background-size: 100% 100%;
  margin         : 58px 0 280px 0;
}

.text-group_69 {
  width : 200px;
  /* height: 93px; */
  margin: 30px auto 50px auto;
}

.text_98 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 200px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_99 {
  width        : 157px;
  height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  margin       : -7px 0 0 22px;
}

.box_34 {
  background-image: url(../images/web/img/d9c0d5dc0d074ec793cab7411029da33_mergeImage.png);
  /* position        : absolute; */
  /* left            : 160px;
  top             : 232px; */
  width           : 1600px;
  height          : 686px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.group_83 {
  width : 633px;
  height: 567px;
  margin: 42px 0 0 81px;
}

.ionxw {
  width : 633px;
  height: 422px;
}

.group_52 {
  border-radius   : 10px;
  background-image: url(../images/web/img/7d01df8f913e46abb4797e1e270975af_mergeImage.png);
  width           : 633px;
  height          : 422px;
}

.text-group_70 {
  width     : 633px;
  height    : 115px;
  margin-top: 30px;
}

.text_100 {
  width        : 500px;
  max-height       : 33px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 24px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 33px;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.text_101 {
  width        : 633px;
  max-height       : 100px;
  overflow-wrap: break-word;
  color        : #a1a7c5;
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 34px;
  margin-top   : 14px;
}

.text_102 {
  width        : 90px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : -109px 0 87px 518px;
}

.group_84 {
  width : 757px;
  height: 604px;
  margin: 23px 79px 0 50px;
}

.box_39 {
  border-radius   : 20px;
  height          : 193px;
  background      : url(../images/web/img/xwbk.png) 100% 100% no-repeat;
  background-size : 757px 193px;
  margin-top      : 15px;
  width           : 757px;
}

.group_53 {
  width          : 738px;
  height         : 171px;
  background     : url(../images/web/img/SketchPngd35f3bf7446d0cb27fad453cb8567df844474b211bfa3e712b29e1ea5f662eb7.png) -18px -18px no-repeat;
  background-size: 774px 207px;
  margin         : 11px 0 0 9px;
}

.text_103 {
  width        : 48px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(172, 183, 201, 1);
  font-size    : 40px;
  font-family  : Helvetica;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 48px;
  margin       : 60px 0 0 30px;
}

.image_34 {
  width : 14px;
  height: 34px;
  margin: 70px 0 0 5px;
}

.text-group_71 {
  width : 39px;
  height: 44px;
  margin: 65px 0 0 5px;
}

.text_104 {
  width        : 39px;
  height       : 25px;
  overflow-wrap: break-word;
  color        : rgba(172, 183, 201, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 25px;
}

.text_105 {
  width        : 39px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(172, 183, 201, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : -3px;
}

.text-group_72 {
  width : 539px;
  height: 60px;
  margin: 38px 30px 0 28px;
}

.text_106 {
  width        : 528px;
  max-height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  overflow     : hidden;
}

.text_107 {
  overflow     : hidden;
  width        : 539px;
  max-height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(161, 167, 197, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 28px;
  /* margin-top   : 11px; */
  overflow     : hidden;
}

.group_54 {
  width: 55%;
  float: left;
}

.group_545 {
  width : 400px;
  margin: 0 40px 43px 0;
  float : left;
}

.group_55 {
  width          : 400px;
  height         : 116px;
  background     : url(../images/web/img/SketchPngdcefed19468f644367bc4ed8607c912c3766828361bb44ad7f5203b223816152.png) 100% no-repeat;
  background-size: 100% 100%;
}

.direction_title_link{
  color: #fff;
  text-decoration: none;
}
.direction_title_link:hover,.direction_title_link:focus{
  text-decoration: none;
  color: #fff;
}

.text_118 {
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : Helvetica;
  text-align   : left;
  line-height: 28px;
  white-space  : nowrap;
  margin       : 18px 0 0 30px;
}
.text_group_space{
  justify-content: space-between;
}
.text_119 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 70px 0 0 -47px;
}

.image-text_86 {
  width : 172px;
  height: 96px;
  margin: 0 34px 0 116px;
}

.box_42 {
  width          : 42px;
  height         : 50px;
  background     : url(../images/web/img/SketchPnga9c4726e0ba4b26e7704d6de2ccbb5796e65abd3e9f246aa3a23a1a6fefaf923.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 130px;
}

.text-group_33 {
  width: 168px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  text-align   : right;
  line-height  : 28px;
  margin-top   : 18px;
  margin-right: 34px;
  text-overflow: ellipsis;
  overflow     : hidden;
}

.block_21 {
  position: absolute;
  left    : 20px;
  top     : 22px;
  width   : 107px;
  height  : 72px;
  /* border  : 1px solid; */
}

.group_56 {
  box-shadow      : 0px 0px 15px 0px rgba(230, 235, 247, 0.42);
  background-color: rgba(255, 255, 255, 1);
  width           : 400px;
  height          : 198px;
}

.text_120 {
  width        : 340px;
  height       : 60px;
  overflow-wrap: break-word;
  color        : #fff;
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  line-height  : 30px;
  margin       : 28px 30px 0px 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text_121 {
  width        : 339px;
  height       : 56px;
  overflow-wrap: break-word;
  color        : rgba(152, 152, 152, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  text-align   : left;
  line-height  : 28px;
  margin       : 10px 0 0 31px;
  overflow     : hidden;
}

.image-text_87 {
  width : 97px;
  height: 28px;
  margin: 27px 0 20px 269px;
}

.text-group_34 {
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(189, 185, 194, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.image_37 {
  width : 30px;
  height: 12px;
}

.group_57 {
  background-image: url(../images/web/img/7fa1b53f68b046e3bf883f9b518b7acf_mergeImage.png);
  height          : 100%;
  width           : 100%;
}

.section_38 {
  width : 1600px;
  height: 337px;
  margin: 36px auto 0 auto;
}

.box_43 {
  width          : 160px;
  height         : 247px;
  background     : url(../images/web/img/kp.png) -12px -12px no-repeat;
  background-size: cover;
  margin-top     : 88px;
}

.group_85 {
  width : 206px;
  height: 209px;
  margin: 69px 0 0 22px;
}

.text_122 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 204px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  margin-left            : 2px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-group_77 {
  width : 206px;
  height: 139px;
}

.text_123 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 157px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  margin-left            : 49px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_4 {
  width        : 210px;
  height       : 66px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 24px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 33px;
  margin-top   : 3px;
}

.image_38 {
  width : 2px;
  height: 227px;
  margin: 64px 0 0 40px;
}

.box_45 {
  width          : 1130px;
  height         : 365px;
  background     : url(../images/web/img/SketchPngbad416470c724a2166c91830e31e4a6d6ae53dcf0f454349dbed356a1fffe59e.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 39px;
}

.box_45_n {
  margin : 0;
  padding: 0;
}

.text-wrapper_34 {
  width : 1030px;
  height: 30px;
  margin: 46px 0 0 80px;
}

.text_124 {
  width        : 900px;
  max-height       : 30px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 30px;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.text_125 {
  width        : 90px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 3px;
}

.image_39 {
  width : 1030px;
  height: 1px;
  margin: 26px 0 0 74px;
}

.section_39 {
  width   : 1600px;
  height  : 460px;
  margin  : 60px auto 40px auto;
  position: relative;
}

.block_22 {
  height         : 125px;
  background     : url(../images/web/img/SketchPng19dd2071741544a86e586d97ff5a6904563e6346a1525baa85ea54e952b6a5d7.png) -5px 3px no-repeat;
  background-size: 135px 120px;
  margin-top     : 175px;
  width          : 125px;
}

.section_22 {
  width          : 125px;
  height         : 125px;
  background     : url(../images/web/img/SketchPng4016bfe2c275129148d5306b171553dfbebe322fd274bb4b3731f01d8e1bda3d.png) -22px -14px no-repeat;
  background-size: 167px 152px;
}

.section_40 {
  width : 203px;
  height: 144px;
  margin: 157px 0 0 14px;
}

.text-wrapper_37 {
  width : 203px;
  height: 70px;
}

.text_130 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 100px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_131 {
  text-shadow: inset 0px 1px 0px rgba(255, 255, 255, 1);
  background-image: linear-gradient(301deg,
      rgba(255, 255, 255, 1) 0,
      rgba(188, 188, 188, 1) 23.046807%,
      rgba(255, 255, 255, 1) 52.528098%,
      rgba(185, 185, 185, 1) 76.734765%,
      rgba(255, 255, 255, 1) 99.91818%);
  width                  : 100px;
  height                 : 70px;
  overflow-wrap          : break-word;
  color                  : rgba(255, 255, 255, 1);
  font-size              : 50px;
  font-family            : PingFangSC-Semibold;
  font-weight            : 600;
  text-align             : left;
  white-space            : nowrap;
  line-height            : 70px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.paragraph_5 {
  width        : 140px;
  height       : 66px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 24px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 33px;
  margin       : 8px 0 0 68px;
}

.image_41 {
  width : 2px;
  height: 227px;
  margin: 116px 0 0 86px;
}

.grid_6 {
  width      : 1106px;
  height     : 460px;
  margin-left: 62px;
  flex-wrap  : wrap;
}

.list-items_3-0 {
  width          : 553px;
  height         : 215px;
  background-size: 100% 100%;
  /* background     : url(../images/web/img/SketchPng261b8f509d8c8170aca9a9f9233454648c434ea3733e959b055de049acb5dee8.png) 100% no-repeat; */
}

.list-items_3-0:nth-child(1){
  background: linear-gradient(161deg, rgba(25,27,30,.6) 0%, rgba(88,88,102,0.6) 100%);
}

.list-items_3-0:nth-child(2){
  background: rgba(25,27,28,.6);
}


.list-items_3-0:nth-child(3){
  background: rgba(25,27,28,.6);
}


.list-items_3-0:nth-child(4){
  background: linear-gradient(161deg,  rgba(88,88,102,0.6) 0%,  rgba(25,27,30,.6) 100%);
}


.box_46-0 {
  border-radius      : 20px;
  width              : 140px;
  height             : 140px;
  margin: 35px 20px 0 40px;
}

.text-group_78-0 {
  width : 309px;
  height: 128px;
  margin: 39px 70px 0 0;
}

.text_132-0 {
  width        : 309px;
  max-height       : 72px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 22px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  line-height  : 36px;
  overflow     : hidden;
}

.text_133-0 {
  width        : 90px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin-top   : 34px;
}

.group_60 {
  position       : absolute;
  left           : 120px;
  top            : 301px;
  width          : 108px;
  height         : 108px;
  background     : url(../images/web/img/SketchPng3084a31b166a8097f14ef683d36a4d43e18282b4aea2ee6901c09d942309e3ec.png) -27px -27px no-repeat;
  background-size: 160px 162px;
}

.list {
  float: left;
  width: 650px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.33);
}
.detail-con {
  width: 1320px;
  margin: 0 auto;
}
.lz {
  /*width:162px;*/
  width: 140px;
  float: left;
  white-space: nowrap;
}

.headedhr {
  position       : relative;
  width          : 100%;
  /*min-width      : 1360px;*/
  height         : 184px;
  display        : flex;
  flex-direction : row;
}

.wrapper_top {
  display: flex;
  justify-content: center;
  position       : absolute;
  width          : 100%;
  height         : 133px;
  background     : url(../images/web/img/SketchPngb526fc267bfe2e55eeb2f062d7adb7a3c99281f01ea5e1e3e189b48a7280e76a.png) 0px 0px no-repeat;
  background-size: 100% 100%;
}

.image_h {
  width : 67px;
  height: 66px;
  margin: 28px 0 0 710px;
  float : left;
}

.text-wrapper_h {
  /*width : 422px;*/
  /*height: 56px;*/
  margin: 25px 0 0 0px;
  float : left;
}

.text_5h5 {
  width         : 396px;
  height        : 30px;
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 30px;
  letter-spacing: 0.4000000059604645px;
  font-family   : SimSunBold;
  font-weight   : 600;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 34px;
}

.text_5h6 {
  width         : 393px;
  height        : 13px;
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 13px;
  letter-spacing: 0.27000001072883606px;
  font-family   : SimHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 15px;
  margin        : 0;
}


.section_h {
  background-color: rgba(0, 0, 0, 0.024);
  border-radius   : 31px;
  width           : 260px;
  height          : 40px;
  border          : 1px solid rgba(197, 192, 202, 0.3);
  margin          : 33px 20px 0 0;
  float           : right;
}

.text_ss {
  width        : 193px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 0.85);
  font-size    : 16px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  margin       : 10px 0 0 20px;
}

.text_ss:focus {
  outline: none;
}

.label_ss {
  width : 20px;
  height: 20px;
  margin: 10px 8px 0 8px;
  cursor: pointer;
}

.text_dlzc {
  position: relative;
  width        : 104px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
  /* margin       : 43px 81px 0 20px; */
  /*margin-top: 4px;*/
  float        : right;
}

.hzc,
.hdl {
  color: rgba(255, 255, 255, 1);
}

.wrapper {
  width          : 100%;
  height         : 133px;
  margin-top     : 51px;
  padding-top    : 70px;
  background     : url(../images/web/img/SketchPng9a5ccebabc941d99048642099b44cf35b6c6dfa929fee56bc450b55f037e1e18.png) 0px 0px no-repeat;
  background-size: 1920px 133px;
}

.al_ul {
  height     : 60px;
  line-height: 60px;
}

.al_li {
  text-align: center;
}

.wnula {
  width      : 80px;
  height     : 26px;
  font-size  : 20px;
  font-family: MicrosoftYaHei;
  color      : #333333;
  line-height: 26px;
  margin     : auto 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headzcer {
  position      : relative;
  width         : 100%;
  min-height        : 120px;
  background     : url(../images/web/img/a463f37826ea476f8aa3a0ce2df4d878_mergeImage.png) 0px 0px no-repeat;
  background-size: 100% 100%;
  display       : flex;
  flex-direction: row;
}

.headzcer_top {
  /* position       : absolute; */
  width          : 100%;
  min-height         : 120px;
}


.box_zc3 {
  width     : 100%;
  min-height: 676px;
  background: linear-gradient(180deg, #E8E9E9 0%, #F4F6F9 100%);
}

.textzc_6 {
  position: absolute;
  width         : 148px;
  height        : 31px;
  overflow-wrap : break-word;
  color         : rgba(51, 51, 51, 1);
  font-size     : 24px;
  letter-spacing: 0.5142857432365417px;
  font-family   : MicrosoftYaHei-Bold;
  font-weight   : 700;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 31px;
  margin: 30px 0;
}

.register-page,
#app {
  width   : 100%;
  height  : 100%;
  /* overflow: hidden; */
background: linear-gradient(180deg, #E8E9E9 0%, #F4F6F9 100%);
}

.groupzc_1 {
  background-color: rgba(255, 255, 255, 1);
  width           : 1200px;
  height          : 556px;
  margin: 90px 0;
}

.boxzc_4 {
  width : 940px;
  height: 50px;
  margin: 40px 0 0 130px;
}

.text-wrapperzc_2 {
  height         : 50px;
  background     : url(../images/web/img/SketchPng2a984b7a30a39ad7a11ff2050272606e260ca6f2aaf6d30517b8a841ebf482bf.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 320px;
}

.textzc_7 {
  width         : 99px;
  height        : 22px;
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
  margin        : 14px 0 0 111px;
}

.text-wrapperzc_3 {
  height         : 50px;
  background     : url(../images/web/img/SketchPng4d4f020ffad15eff998d4c4c2d5968a60006a8bfeb31e93c4aedc67214d1dc4d.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : -10px;
  width          : 320px;
}

.textzc_8 {
  width         : 99px;
  height        : 22px;
  overflow-wrap : break-word;
  color         : rgba(153, 153, 153, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
  margin        : 14px 0 0 111px;
}

.text-wrapperzc_4 {
  height         : 50px;
  background     : url(../images/web/img/SketchPng4d4f020ffad15eff998d4c4c2d5968a60006a8bfeb31e93c4aedc67214d1dc4d.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : -10px;
  width          : 320px;
}

.textzc_9 {
  width         : 66px;
  height        : 22px;
  overflow-wrap : break-word;
  color         : rgba(153, 153, 153, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
  margin        : 14px 0 0 127px;
}

.boxzc_5 {
  width   : 490px;
  height  : 36px;
  margin  : 34px 0 0 359px;
  position: relative;
}

.boxzc_52 {
  width   : 390px;
  height  : 36px;
  margin  : 22px 0 0 59px;
  display : flex;
  position: relative;
  float   : left;
}

.textzc_10 {
  width         : 7px;
  height        : 20px;
  overflow-wrap : break-word;
  color         : rgba(255, 0, 0, 1);
  font-size     : 14px;
  letter-spacing: 0.30000001192092896px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 20px;
  margin-top    : 8px;
}

.textzc_11 {
  width        : 57px;
  height       : 20px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 20px;
  margin       : 8px 8px 0 4px;
  float        : left;
}

.text-wrapperzc_8 {
  background-color: rgba(87, 113, 169, 1);
  border-radius   : 4px;
  height          : 36px;
  width           : 120px;
  position        : absolute;
  right           : 0;
}

.textzc_19 {
  width        : 84px;
  height       : 16px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 16px;
  margin-bottom: 10px;
}

.textzc_12 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 4px;
  height          : 36px;
  border          : 1px solid rgba(215, 219, 231, 1);
  margin-left     : 13px;
  width           : 400px;
}

.textzc_1zm {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 4px;
  height          : 36px;
  border          : 1px solid rgba(215, 219, 231, 1);
  margin-left     : 13px;
  width           : 100px;
  color           : #fff;
  border          : none;
}

.textzc_122 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 4px;
  height          : 36px;
  border          : 1px solid rgba(215, 219, 231, 1);
  margin-left     : 13px;
  width           : 320px;
}

.textzc_12yzm {
  width: 264px;
}

.text-wrapperzc_11 {
  height         : 36px;
  background     : url(../images/web/img/SketchPng24c55eaaebf3c372a490be8bbb3ccd5912f1b66d34a2a595210ac2d26fc1b5ea.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 156px;
  margin-left    : 20px;
}

.textzc_2s {
  width        : 360px;
  height       : 20px;
  overflow-wrap: break-word;
  color        : rgba(153, 153, 153, 1);
  font-size    : 12px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 20px;
  margin       : 7px 0 0 0px;
}

.textzc_23 {
  width         : 7px;
  height        : 20px;
  overflow-wrap : break-word;
  color         : rgba(255, 0, 0, 1);
  font-size     : 14px;
  letter-spacing: 0.30000001192092896px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 20px;
  margin-top    : 8px;
  float         : left;
}


.imagezm_5 {
  width : 49px;
  height: 19px;
  margin: 8px 0 0 31px;
}

.thumbnail_3zm {
  width     : 15px;
  height    : 14px;
  margin-top: 3px;
}

.imagezm_52 {
  border-radius  : 4px;
  width          : 110px;
  height         : 36px;
  border         : 1px solid rgba(215, 219, 231, 1);
  /* margin-left    : 14px; */
  justify-content: center;
  padding-top    : 7px;
}

.text-group_1zm {
  width        : 28px;
  height       : 19px;
  overflow-wrap: break-word;
  color        : rgba(51, 83, 155, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 19px;
  margin-left  : 5px;
}

.group_zc3 {
  width : 219px;
  height: 165px;
  margin: 80px 0 0 491px;
}

.image-text_zc5 {
  width : 219px;
  height: 165px;
}

.image_zc2 {
  width      : 90px;
  height     : 90px;
  margin-left: 64px;
}

.text-group_zc5 {
  width     : 219px;
  height    : 55px;
  margin-top: 20px;
}

.text_10zc {
  width        : 100px;
  height       : 26px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 20px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 26px;
  margin-left  : 59px;
}

.text_11zc {
  width        : 219px;
  height       : 19px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 19px;
  margin-top   : 10px;
}

.dwzc,
.zjzc,
.qdl {
  overflow-wrap : break-word;
  color         : rgba(255, 255, 255, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 21px;
  margin-right  : 40px;
}

.list_box_5 {
  width     : 100%;
  min-height: 580px;
}

.cgzs_box {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*flex-wrap: wrap;*/
  position: relative;
  width: calc(100% - 294px);
}
#cgzsBox{
  width: 100%;
  position: relative;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
#cgzsBox > div{
  margin-bottom: 45px;
  margin-right: 50px;
}
#cgzsBox > div:nth-child(3n){
  margin-right: 0;
}

.cgzs_pagination {
  width   : 100%;
  height  : 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cgzs_image-text_4 {
  width     : 95px;
  height    : 28px;
  margin-top: 6px;
  float     : left;
}

.cgzs_rbbox {
  width : 100px;
  float : right;
  margin: 6px 0px 0 auto;
}

.cgzs_text-group_4 {
  width        : 57px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(51, 83, 155, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.cgzs_image_2 {
  width     : 30px;
  height    : 12px;
  margin-left: 3px;
}

.cgzs_text_13 {
  width        : 22px;
  height       : 24px;
  overflow-wrap: break-word;
  color        : rgba(100, 121, 163, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 24px;
}

.cgzs_thumbnail_2 {
  width : 4px;
  height: 11px;
  margin: 10px 0 0 0px;
}

.cgzs_text_14 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(153, 153, 153, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 7px 0 0 0px;
}

.list_text_12 {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  height        : 42px;
  overflow-wrap : break-word;
  color         : rgba(51, 51, 51, 1);
  font-size     : 32px;
  letter-spacing: 0.6857143044471741px;
  font-family   : MicrosoftYaHei-Bold;
  font-weight   : 700;
  white-space   : nowrap;
  line-height   : 42px;
  /* margin        : 40px 0 0 886px; */
}

.project-guide{
  margin: 0 auto;
  width : 1320px;
}
.list_image_2{
  width : 1320px;
  height: 22px;
  margin: 24px 0 0 0px;
}

.list_section_1 {
  width : 1320px;
  height: 22px;
  margin: 20px 0 0 0px;
}

.list_box_6 {
  background-color: rgba(51, 83, 155, 1);
  border-radius   : 50%;
  width           : 6px;
  height          : 6px;
  margin-top      : 9px;
}

.list_text_13 {
  width         : 278px;
  height        : 22px;
  overflow-wrap : break-word;
  color         : rgba(51, 51, 51, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
  margin-left   : 16px;
}

.list_text_14 {
  width        : 82px;
  height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(102, 102, 102, 1);
  font-size    : 16px;
  font-family  : ArialMT;
  font-weight  : NaN;
  text-align   : right;
  white-space  : nowrap;
  line-height  : 22px;
  margin-left  : 938px;
}

.list_text_76 {
  width         : 1000px;
  height        : 22px;
  overflow-wrap : break-word;
  color         : rgba(51, 51, 51, 1);
  font-size     : 16px;
  letter-spacing: 0.34285715222358704px;
  font-family   : MicrosoftYaHei;
  font-weight   : NaN;
  text-align    : left;
  white-space   : nowrap;
  line-height   : 22px;
}

.list_image_2 {
  width : 1318px;
  height: 1px;
  margin: 24px 0 0 0px;
}


.list_section_15 {
  width : 333px;
  height: 32px;
  margin: 30px 0 51px 793px;
}

.list_thumbnail_2 {
  width     : 6px;
  height    : 11px;
  margin-top: 11px;
}

.list_thumbnail_3 {
  width     : 6px;
  height    : 11px;
  margin-top: 11px;
}

.list_thumbnail_4 {
  width : 6px;
  height: 11px;
  margin: 11px 0 0 30px;
}

.list_thumbnail_5 {
  width : 6px;
  height: 11px;
  margin: 11px 0 0 32px;
}

.list_thumbnail_6 {
  width : 6px;
  height: 11px;
  margin: 11px 0 0 30px;
}

.list_thumbnail_7 {
  width     : 6px;
  height    : 11px;
  margin-top: 11px;
}

.list_text-wrapper_3 {
  height         : 32px;
  background     : url(../images/web/img/SketchPngfd1dbbbeffd72c487557bfa3e70f99afd0f3d3029a4b0e0f9658572bef5c46ff.png) 100% no-repeat;
  background-size: 100% 100%;
  margin-left    : 20px;
  width          : 32px;
}

.list_text_26 {
  width        : 9px;
  height       : 19px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : center;
  white-space  : nowrap;
  line-height  : 19px;
  margin       : 6px 0 0 12px;
}

.dreamer-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.dreamer-ul{
  line-height: 1.6;
}

.dreamer-ul li {
  float      : left;
  margin:0 6px;
}

.dreamer-ul .active a {
  color: #fff;
}

.dreamer-ul .active {
  width          : 32px;
  height         : 32px;
  line-height    : 32px;
  background     : url(../images/web/img/SketchPngfd1dbbbeffd72c487557bfa3e70f99afd0f3d3029a4b0e0f9658572bef5c46ff.png) 100% no-repeat;
  background-size: 100% 100%;
  /* margin-left    : 20px; */
  text-align     : center;
  margin-top     : -5px;
}


.list_text_1yy3 {
  width        : 1320px;
  /* height       : 160px; */
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 16px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 32px;
  margin: 0 auto;
  /* margin       : 40px 0 0 300px; */
}


.jsdtimg {
  background-image: url(../images/web/img/c946f3fa7aba4e1e834b5dff2c87c2d7_mergeImage.png);
  width           : 100%;
  min-width: 1320px;
  height          : 280px;
  margin-top      : 40px;
}

.app-dynamics{
  margin: 0 auto;
  width: 1320px;
}

.jsdt_text_14 {
  width         : 100%;
  height        : 42px;
  overflow-wrap : break-word;
  color         : rgba(51, 51, 51, 1);
  font-size     : 32px;
  letter-spacing: 0.6857143044471741px;
  font-family   : MicrosoftYaHei-Bold;
  font-weight   : 700;
  text-align    : center;
  white-space   : nowrap;
  line-height   : 42px;
  margin:40px 0;
  /* margin        : 50px 0 0 886px; */
}

.jsdt_group_3 {
  width : 1320px;
  height: 120px;
  margin: 24px 0 0 0px;
}

.jsdt_text_15 {
  width        : 44px;
  height       : 50px;
  overflow-wrap: break-word;
  color        : rgba(100, 121, 163, 1);
  font-size    : 36px;
  font-family  : PingFangSC-Semibold;
  font-weight  : 600;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 50px;
  margin-top   : 35px;
}

.jsdt_image_2 {
  width : 14px;
  height: 34px;
  margin: 43px 0 0 8px;
}

.jsdt_text-group_1 {
  width : 34px;
  height: 39px;
  margin: 41px 0 0 8px;
}

.jsdt_text_16 {
  width        : 33px;
  height       : 21px;
  overflow-wrap: break-word;
  color        : rgba(153, 153, 153, 1);
  font-size    : 15px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : center;
  white-space  : nowrap;
  line-height  : 21px;
  margin-left  : 1px;
}

.jsdt_text_17 {
  width        : 34px;
  height       : 20px;
  overflow-wrap: break-word;
  color        : rgba(153, 153, 153, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : center;
  white-space  : nowrap;
  line-height  : 20px;
  margin-top   : -2px;
}

.jsdt_box_7 {
  background-color: rgba(215, 219, 231, 1);
  width           : 1px;
  height          : 76px;
  margin          : 22px 0 0 50px;
}

.jsdt_text-group_2 {
  width : 861px;
  height: 80px;
  margin: 6px 0 0 50px;
}

.jsdt_text_18 {
  width        : 405px;
  max-height       : 22px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 16px;
  font-family  : MicrosoftYaHei;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 22px;
}

.jsdt_text_19 {
  width        : 861px;
  max-height       : 44px;
  overflow-wrap: break-word;
  color        : rgba(102, 102, 102, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 22px;
  margin-top   : 14px;
  overflow     : hidden;
  text-overflow: ellipsis;
}

.jsdt_box_8 {
  border-radius   : 10px;
  background-image: url(../images/web/img/dba789bed9f34c7299d1b84186088ad3_mergeImage.png);
  width           : 200px;
  height          : 120px;
  margin-left     : 50px;
}

.jsdt_box_8_img {
  border-radius: 10px;
  width        : 200px;
  height       : 120px;
  margin-left  : 50px;
  margin-top  : -10px;
}

.jsdt_image_3 {
  width : 1318px;
  height: 1px;
  margin: 24px 0 0 0px;
}

.news-reporting{
  /*width: 1320px;*/
  /*margin: 0 auto;*/
  position: relative;
  width: calc(100% - 294px);
}
#xwbdBox {
  width: 100%;
  position: relative;
}

.xwbd_group_2 {
  /*width : 1320px;*/
  width: 100%;
  height: 180px;
  margin: 39px 0 0 0px;
}
.xwbd_group_2:first-child {
  margin-top: 0px;
}

.xwbd_section_1 {
  border-radius   : 10px;
  background-image: url(../images/web/img/76d55094172f46269b4c4f46f9647314_mergeImage.png);
  width           : 320px;
  height          : 180px;
}

.xwbd_section_img {
  border-radius: 10px;
  width        : 320px;
  height       : 180px;
}

.xwbd_section_2 {
  /*width : 840px;*/
  width: 578px;
  height: 156px;
  margin: 12px 0 0 0px;
}

.xwbd_text_13 {
  /*width        : 780px;*/
  width: 100%;
  max-height       : 21px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 16px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 21px;
}

.xwbd_text_14 {
  /*width        : 840px;*/
  width: 100%;
  max-height       : 66px;
  overflow-wrap: break-word;
  color        : rgba(102, 102, 102, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 22px;
  margin-top   : 16px;
}

.xwbd_image-text_1 {
  width     : 95px;
  height    : 28px;
  margin-top: 25px;
}

.xwbd_text-group_1 {
  width        : 57px;
  height       : 28px;
  overflow-wrap: break-word;
  color        : rgba(51, 83, 155, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : right;
  line-height  : 28px;
}

.xwbd_image_2 {
  width     : 30px;
  height    : 12px;
  margin-left: 3px;
}

.xwbd_text-wrapper_3 {
  background-color: rgba(255, 255, 255, 1);
  border-radius   : 0px 0px 6px 6px;
  height          : 52px;
  border          : 1px solid rgba(215, 219, 231, 1);
  width           : 68px;
  text-align: center;
  line-height: 50px;
}

.xwbd_text_15 {
  width        : 39px;
  height       : 40px;
  overflow-wrap: break-word;
  color        : rgba(100, 121, 163, 1);
  font-size    : 32px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
}

.xwbd_image_3 {
  /*width : 1320px;*/
  width: 100%;
  height: 1px;
  margin: 40px auto 0 auto;

}

.xwbd_text-wrapper_13 {
  height         : 28px;
  line-height         : 28px;
  background     : url(../images/web/img/SketchPng4c8181976dedcf4f1d44b9581d680d13fa664a094a651c3f4dc22da422a4f3fb.png) 100% no-repeat;
  background-size: 100% 100%;
  width          : 68px;
  text-align: center;
}

.xwbd_text_39 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 12px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
}

.cgzs_group_2 {
  border-radius: 10px;
  width        : 322px;
  height       : 200px;
}

.cgzs_text-group_1 {
  width        : 322px;
  min-height       : 48px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 16px;
  font-family  : MicrosoftYaHei;
  text-align   : left;
  line-height  : 24px;
  margin-top   : 19px;
}

.kxcb_box {
  
  position   : relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 1360px;
}

.kxcb_group_3 {
  width : 600px;
  height: 120px;
  margin: 30px 0 0 0;
}

.kxcb_group_4img {
  border-radius: 10px;
  width        : 160px;
  height       : 120px;
}

.kxcb_group_5 {
  width : 256px;
  height: 90px;
  margin: 15px 0 0 26px;
}

.kxcb_text_13 {
  width        : 410px;
  min-height       : 44px;
  overflow-wrap: break-word;
  color        : rgba(51, 51, 51, 1);
  font-size    : 16px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  line-height  : 22px;
}

.kxcb_pagination {
  width   : 100%;
  /* position: absolute;
  bottom  : -30px;
  left    : 27%; */
}

.kxcb_section_1 {
  width     : 85px;
  height    : 24px;
  margin-top: 20px;
}

.kxcb_text_14 {
  width        : 22px;
  height       : 24px;
  overflow-wrap: break-word;
  color        : rgba(100, 121, 163, 1);
  font-size    : 18px;
  font-family  : PingFangSC-Medium;
  font-weight  : 500;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 24px;
}

.kxcb_thumbnail_2 {
  width : 4px;
  height: 11px;
  margin: 7px 0 0 6px;
}

.kxcb_text_15 {
  width        : 47px;
  height       : 17px;
  overflow-wrap: break-word;
  color        : rgba(153, 153, 153, 1);
  font-size    : 14px;
  font-family  : PingFangSC-Regular;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 17px;
  margin       : 4px 0 0 6px;
}

.kxcb_image-wrapper_1 {
  height: 1px;
  margin: 30px 0px 0 0;
}

.kxcb_image_2 {
  width : 640px;
  height: 1px;
}

.kxcb_image_3 {
  width : 638px;
  height: 1px;
}


.kxws_grid_1 {
  width    : 1362px;
  height   : 630px;
  flex-wrap: wrap;
  display: flex;
    justify-content: space-between;
  /* margin   : 40px 0 0 275px; */
  position : relative;
  overflow : hidden;
}

.kxws_list-items_1-0 {
  border-radius      : 10px;
  width              : 414px;
  height             : 240px;
  /* margin             : 0 40px 40px 0; */
  float              : left;
  position           : relative;
}

.kxws_list-items_1-0img {
  border-radius: 10px;
  width        : 414px;
  height       : 240px;
  float        : left;
  position     : absolute;
}

.kxws_image_10-0 {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.kxws_text-wrapper_4-0 {
  height         : 44px;
  background-size: 100% 100%;
  margin-top     : 41px;
  width          : 414px;
  background     : url(../images/web/img/SketchPng134f6786560b0943f0685322d7ed7373c69198b88d64b74883bbfd7062cc5469.png) 100% no-repeat;
  z-index        : 9;
}

.kxws_text_43-0 {
  width        : 321px;
  height       : 24px;
  overflow-wrap: break-word;
  color        : rgba(255, 255, 255, 1);
  font-size    : 14px;
  font-family  : MicrosoftYaHei;
  font-weight  : NaN;
  text-align   : left;
  white-space  : nowrap;
  line-height  : 24px;
  margin       : 10px 0 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kxws_pagination {
  width   : 100%;
  height  : 30px;
  position: absolute;
  bottom  : 70px;
  /* left    : 27%; */
}
.moreLinkBox{
  float: left;
}

/* .el-form-item__content {
  margin-left: 13px !important;
  width      : 400px;
} */
#footerHover{
  float: left;
}
#footerHover a,
.lz a {
  text-decoration: none !important;
}
#footerHover a:hover,
.lz a:hover {
  color: #fff !important;
}
.colorfff {
  color: #fff;
}
.colorfff:hover {
  color: #fff;
}
.color4f6281 {
  color: #4f6281;
}
.color4f6281:hover {
  color: #4f6281;
}
.height100 {
  height: 100%;
}
.font18 {
  font-size: 18px;
}
.font18:hover {
  font-size: 18px;
  text-decoration: underline !important;
  text-underline-offset: 12px; /* 设置下划线与文本的距离 */
}
.posRelative {
  position: relative;
}
.infoTitle {
  position: relative;
  left: -20px;
  font-size: 16px;
  font-weight: bold;
  color: #405688;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.infoTitle::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 15px;
  background: #405688 ;
}
@media (max-width: 996px){
  .box_62 {
  }
}
@media (max-width: 1650px){
  .image_2 {
    width: 80%;
  }
  .image_3 {
    width: 10%;
  }
}



@media (min-width: 1700px){
  .navBarBox{
    display: flex !important;
  }
  .navBarBox_icon{
    display: none !important;
  }
}
@media (max-width: 1700px){
  .index {
    min-width: 1600px;
    overflow: scroll;
  }
  #mediaFooter {
    /*overflow: scroll;*/
  }
  .box_7, .group_28, .group_32, .group_51, .group_26, .group_57, .group-mask, .flex-swipper{
    /*width: 1600px;*/
  }
  .page {
    background-color: rgba(255, 255, 255, 1);
    position        : relative;
    /* width           : 1920px; */
    width           : 100%;
    height          : 100%;
  }
  .navBarBox_icon{
    display: block !important;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 40px;
  }
  .navBarBox_icon img {
    width: 100%;
    height: 100%;
  }
  .navBarBox{
    display: none !important;
  }
}




/*隐藏菜单盒子*/
.menu__wrapper_box{
  width:340px;
  height: 100vh;
  position: absolute;
  right: -340px;
  top: 0px;
  background: linear-gradient( 180deg, #000000 0%, #0F1B33 100%);
  transition: all .2s linear;
  display: none;
  z-index: -1;
}
.menu__wrapper_box.showMenu{
  right: 0;
  display: block;
  z-index: 999;
}
.close_menu_box{
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.menu_nav-item:hover{
  background: rgba(255,255,255,0.12);
  font-weight: bold;
}
.menu_nav-item:hover a,.menu_nav-item:focus a, .menu_nav-item:focus span,.menu_nav-item:hover span{
  color: #fff !important;
  text-decoration: none !important;
}
.menu_nav-item{
  padding-left: 50px;
  cursor: pointer;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
  color: #fff;
}
.menu_nav-item a, .menu_nav-item span{
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.menu_nav-item.homePageActive{
  background: rgba(255,255,255,0.12);
  font-weight: bold;
}
.menu_nav-item.homePageActive a{
  color: #fff !important;
  text-decoration: none !important;
}
.htmlOverFlowHidden{
  overflow: hidden;
}