.mw1920{
  min-width: 1920px;
}
#app{
  overflow-x: hidden;
  background: linear-gradient(360deg, #FFFFFF 87.9%, #ABC7F0 100%);

}
.index_box1 {
  width: 100%;
  min-height: 868px;
  display: flex;
  justify-content: center;
  /* background-image: url(../img/index_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
}
.index_box1.bgw{
  background: #fff;
}
.index_box1 .box1_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 162px;
  width: 1200px;
  position: relative;
}
.index_box1 .box1_content .title{
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: #1F2329;
}
.index_box1 .box1_content .subTitle{
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: #1F2329;
  margin-top: 12px;
}
.index_box1 .box1_content .types{
  margin-top: 68px;
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.index_box1 .box1_content .types img{
  height: 124px;
}
.index_box1 .box1_content .price{
  margin-top: 68px;
  width: 100%;
}

.index_box1 .box1_content .absBtn1{
  position: absolute;
  top: 223px;
  left: 337px;
  width: 90px;
  height: 28px;
  cursor: pointer;
}
.index_box1 .box1_content .absBtn2{
  position: absolute;
  top: 223px;
  left: 556px;
  width: 90px;
  height: 28px;
  cursor: pointer;
}
.index_box1 .box1_content .absBtn3{
  position: absolute;
  top: 223px;
  left: 775px;
  width: 90px;
  height: 28px;
  cursor: pointer;
}
.index_box1 .box1_content .absBtn4{
  position: absolute;
  top: 223px;
  left: 993px;
  width: 90px;
  height: 28px;
  cursor: pointer;
}

.index_box1 .box1_content .jisuanBox{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F8FAFD;
  gap: 36px;
  min-height: 346px;
  padding: 48px 40px;
  box-sizing: border-box;
}
.index_box1 .box1_content .jisuanBox .jsLine{
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  color: #000000;
}
.index_box1 .box1_content .jisuanBox .jsLine .total{
  font-size: 36px;
  color: #467CF3;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox{
  width: 202px;
  height: 82px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  box-sizing: border-box;
  gap: 14px;
  border: 1px solid #D5DADE;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
}
.el-radio__label{
  display: none;
}
.el-radio{
  margin: 0;
}
.numInp{
  width: 102px;
}
.el-radio__inner{
  height: 16px;
  width: 16px;
}
.el-input__inner{
  border-color: #D5DADE;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  height: 44px;
  color: #2E2F30;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info{
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #467CF3;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info .bottom{
  padding: 0 8px;
  box-sizing: border-box;
  background: #F1F2F4;
  border-radius: 2px;
  display: flex;
  height: 26px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1F2329;
}
.index_box1 .box1_content .jisuanBox .jsLine .pradioBox .right_info.yellow{
  color: #FBA332;
}
.index_box1 .box1_content .minxiBox{
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 116px;
}
.index_box1 .box1_content .minxiBox .mxItem{
  width: 1200px;
  padding: 20px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #1F2329;
  background: #F8FAFD;
  border-radius: 8px;
}
.index_box1 .box1_content .minxiBox .mxItem .title{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #1F2329;
}

.index_box2 {
  /* background-image: url(../img/index_bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; */
  background: #fff;
  width: 100%;
  min-height: 808px;
  display: flex;
  justify-content: center;
  padding-top: 239px;
  padding-bottom: 114px;
  box-sizing: border-box;
}
.index_box2 .box2_content {
  align-items: center;
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.index_box2 .box2_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 500;
  color: #1F2329;
  line-height: 22px;
}
.index_box2 .box2_title .title {
  font-size: 42px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #1F2329;
  line-height: 61px;
}
.index_box2 .box2_navBar {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -18px;
}
.index_box2 .box2_navBar .nav_item {
  width: 224px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-weight: 400;
  
  color: #000000;
  background: #F4F6F9;
  box-sizing: border-box;
  cursor: pointer;
}
.index_box2 .box2_navBar .nav_item .icon {
  width: 64px;
  height: 64px;
}
.index_box2 .box2_navBar .is_act {
  font-weight: 500;
  color: #FFFFFF;
  background: #467CF3;
}
.index_box2 .box2_navContent {
  width: 1200px;
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
}
.index_box2 .box2_navContent .left_labels {
  display: flex;
  flex-direction: column;
  gap: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #28313C;
  line-height: 24px;
}
.index_box2 .box2_navContent .left_labels .title {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #131B25;
  line-height: 33px;
}
.index_box2 .box2_navContent .left_labels .label {
  display: flex;
  gap: 12px;
}
.index_box2 .box2_navContent .left_labels .label .img_box {
  height: 24px;
  display: flex;
  align-items: center;
}
.index_box2 .box2_navContent .left_labels .label img {
  /* width: 18px; */
  height: 18px;
  flex-shrink: 0;
}
.index_box2 .box2_navContent .right_img {
  height: 459px;
}

.index_box3 {
  width: 100%;
  min-height: 584px;
  display: flex;
  justify-content: center;
  padding-top: 168px;
  background: #F4F7FC;
  box-sizing: border-box;
}
.index_box3 .box3_content {
  align-items: center;
  width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.index_box3 .box3_content .title {
  font-size: 42px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #1F2329;
  line-height: 59px;
}
.index_box3 .box3_content .box3_bottom {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.b3bRes{
  display: flex;
  padding: 0 32px;
  padding-right: 36px;
  padding-top: 38px;
  height: 387px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: #FFFFFF;
}
.b3bTitle{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1F2329;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}
.b3bTxt{
  color: #999;
  width: 319px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; /* 175% */
  
}
.b3Bd{
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.index_box4 {
  background-image: url(../img/index_bg4.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 478px;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  box-sizing: border-box;
}
.index_box4 .box4_content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.index_box4 .box4_content .title {
  font-size: 36px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #131B25;
  line-height: 50px;
}
.index_box4 .box4_content .box4_label {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #4E5969;
  line-height: 26px;
}
.index_box4 .box4_content .support_box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.index_box4 .box4_content .support_box .sup_item {
  width: 288px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}
.index_box4 .box4_content .support_box .sup_item .top_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #131B25;
  line-height: 22px;
}
.index_box4 .box4_content .support_box .sup_item .top_img img {
  width: 91px;
  height: 99px;
}
.index_box4 .box4_content .support_box .sup_item .box4_icon {
  width: 20px;
  height: 4px;
}
.index_box4 .box4_content .support_box .sup_item .bottom_label {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 400;
  color: #4E5969;
  line-height: 22px;
  text-align: center;
}

.index_box5 {
  background: #F4F7FC;
  width: 100%;
  min-height: 640px;
  display: flex;
  justify-content: center;
  padding-top: 168px;
  box-sizing: border-box;
  padding-bottom: 98px;
}
.index_box5 .box5_content {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.index_box5 .box5_content .title {
  font-size: 42px;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  font-weight: 500;
  color: #1F2329;
  line-height: 59px;
}
.index_box5 .box5_content .box5_label {
  margin-top: 16px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  font-weight: 500;
  color: #1F2329;
  line-height: 22px;
  text-align: center;
  width: 729px;
}
.index_box5 .box5_content .exp_box {
  margin-top: 32px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.index_box5 .box5_content .exp_box .exp_item {
  display: flex;
  gap: 24px;
  width: 1200px;
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s;
  padding: 20px;
  box-sizing: border-box;
}
.expTopInfo{
  position: absolute;
  left: 0;
  padding-left: 30px;
  padding-right: 58px;
  bottom: 177px;
  width: 375px;
  min-height: 67px;
  box-sizing: border-box;
  padding-bottom: 25px;
  padding-top: 25px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.epxTagLine{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}
.index_box5 .box5_content .exp_box .exp_item .tag {
  display: flex;
  padding: 4px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4D6AFF;
  border-radius: 4px;
  background: rgba(125, 166, 255, 0.30);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.yellowTag{
  color: #FF9D2B;
  background: rgba(245, 230, 96, 0.30);
}
.index_box5 .box5_content .exp_box .exp_item .item_img {
  width: 552px;
  height: 338px;
  border-radius: 4px;
  flex-shrink: 0;
  z-index: 0;
}
.index_box5 .box5_content .exp_box .exp_item .exp_link {
  position: absolute;
  left: 16px;
  bottom: 28px;
  width: 19px;
  height: 10px;
}
.index_box5 .box5_content .exp_box .exp_item .exp_bottom {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.index_box5 .box5_content .exp_box .exp_item .exp_bottom .exp_logo {
  margin-top: 14px;
  height: 43px;
  width: fit-content;
}
.index_box5 .box5_content .exp_box .exp_item .exp_bottom .exp_label {
  color: #1F2329;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
}
/* .index_box5 .box5_content .exp_box .exp_item:hover {
  box-shadow: 0px 4px 15px 0px rgba(192, 203, 215, 0.5);
  transform: translate(0, -10px);
} */
.index_box5 .box5_content .exp_box .exp_item .expItemRight{
  display: flex;
  flex-direction: column;
}
.index_box5 .box5_content .exp_box .exp_item .expItemRight .exp_logo{
  height: 80px;
  width: auto;
}
.index_box5 .box5_content .exp_box .exp_item .expItemRight .exp_label{
  width: 584px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #999999;
  margin-top: 8px;
  margin-bottom: 4px;
}
.index_box5 .box5_content .exp_box .exp_item .expItemRight .exp_label .bf{
  font-weight: 600;
}
.index_box5 .box5_content .exp_box .exp_item .expItemRight .expBtn{
  height: 49px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #467CF3;
  margin-top: 12px;
}
.index_box6 {
  background: #F4F7FC;
  width: 100%;
  padding-bottom: 134px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
/*# sourceMappingURL=index.css.map */

.index_newB{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-100px);
  width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.1);


  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}
.index_newB .nbContent{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index_newB .nbItem{
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  flex: 1;
}
.index_newB .nbItem img{
  height: 69px;
}
.index_newB .nbItem .right_label{
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 22px;
}
.index_newB .nbItem .right_label span{
  color: #333;
  font-family: PingFang SC,sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.index_newB .nbItem .right_label .rlt{
  color: #000;
  font-family: PingFang SC,sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.index_nb2{
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 123px;
  background: #F4F7FC;
}
.index_nb2 .nb2_title{
  color: #1F2329;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
}
.index_nb2 .nb2_subt{
  margin-top: 12px;
  color: #1F2329;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.nb2_body{
  width: 1200px;
  /* height: 560px; */
  gap: 88px;
  padding: 48px 60px;
  border-radius: 8px;
  padding-right: 0;
  background: linear-gradient(359.52deg, #FFFFFF 76.73%, #C6DAFF 110.36%);
  margin-top: 72px;
  box-sizing: border-box;
  display: flex;
}
.nb2_body .nb2L{
  display: flex;
  flex-direction: column;
  width: 312px;
}
.nb2_body .tt_box{
  color: #FFF;
  font-size: 34px;
  font-weight: 500;
  line-height: 47.6px;
  display: flex;
  color: #1F2329;
  flex-direction: column;
}
.whiteh{
  margin-top: 12px;
  width: 91px;
  height: 4px;
  background: #467CF3;
}
.nb2_body .nb2L .mLabel{
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 71.5px;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #666666;
}
.nb2_body .nb2L .shiyongBtn{
  margin-top: 120px;
  display: flex;
  width: 144px;
  height: 48px;
  background: #467CF3;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.nb2_body .nb2R{
  height: 445px;
}
.b5exp_menu{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  width: 729px;
  margin: 0 auto;
}
.b5exp_mitem{
  display: flex;
  height: 58px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-bottom: 2px solid transparent;
  transition: all .3s;
  color: #1F2329;
  font-size: 16px;
  font-weight: 400;
}
.nowb5Menu{
  border-bottom: 2px solid #467CF3;
}
.ppqBox{
  width: 1920px;
  min-width: 1920px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 147px;
  padding-right: 165px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 17px;
}
.ppqCkItem{
  width: 185.5px;
  height: 105px;
  cursor: pointer;
  /* background: aqua; */
  z-index: 1;
}
.pingpaiqiang{
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: -3px;
  top: -12px;
  z-index: 0;
}
.kmBox{
  min-height: 768px;
  padding-top: 99px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center
}
.kmBoxContainer{
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kmbTitle{
  color: #1F2329;
  font-size: 42px;
  font-weight: 500;
  line-height: 59px;
}
.kmBBtn{
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #467CF3;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  cursor: pointer;
}
.kmBbot{
  margin-top: 88px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
}
.kmBwz{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  cursor: pointer;
}
.wzDate{
  display: flex;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 8px;
  flex-direction: column;
  align-items: center;
  color: #467CF3;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #467CF3;
}
.wzDate .day{
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.wzDetail{
  display: flex;
  flex-direction: column;
  gap: 12px;

  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 478px;
}
.wzdTitle{
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.wzdTb{
  width: 32px;
  height: 1px;
  background: #467CF3;
}

.private_box{
  height: 722px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.private_box .private_content{
  width: 1200px;
  padding-top: 139px;
  display: flex;
  gap: 34px;
}
.private_box .private_content .pcL{
  display: flex;
  flex-direction: column;
  padding-top: 63px;
}
.private_box .private_content .pcL .line1{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #333333;
}
.private_box .private_content .pcL .line1 span{
  margin-right: 8px;
}
.private_box .private_content .pcL .title{
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: #1F2329;
  margin: 12px 0;
}
.private_box .private_content .pcL .label{
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #1F2329;
}
.private_box .private_content .pcL .btn{
  margin-top: 32px;
  display: flex;
  width: 144px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #467CF3;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.private_box .private_content .pImg{
  width: 437px;
  height: 441px;
}