body,html{
   width: 100%;
}
#homeHeader {
    width: 100%;
    height: 72px;
    line-height: 80px;
    font-size: 16px;
    background: #fff;
}
#home-main{
    width: 100%;
}
.index_title{
    width: 100%;
    height: 337px;
}
.index_title img{
    width: 100%;
    height: 100%;
}
.index_info{
    width: 100%;
    position: relative;
}
.info_left{
    position: absolute;
    left: 125px;
    top: 158px;
    z-index: 100;
}
.line_box{
    /* height: 200px; */
    border-left: 1px solid #d8d8d8;
    margin-top: 90px;
    height: 130px;
    padding: 10px 0;
}
.line_ul{
    width: 100%;
    height: 100%;
    position: relative;
}
.line_ul li{
     padding-left: 30px;
     margin-bottom: 24px;
     cursor: pointer;
}
.line_ul .circle{
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    background: #ffffff;
    border: 2px solid #2758ec;
    border-radius: 50%;
    left: -6px;
    top: 10px;
    transform: translateY(-50%);

}
.info_title{
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
}
.line_ul li.active .info_title{
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 20px;
}
.info_right{
    width: 100%;
    height: 2880px;
    /* overflow: hidden; */
}
.infoimg_ul{
   width: 100%;
}
.infoimg_ul li{
    width: 100%;
    height: 960px;
}
.infoimg_ul li img{
    width: 100%;
    height: 100%;
}
.infoimg_ul li:nth-child(1){
    display: block;
}
.index_detail{
    width: 100%;
    height: 382px;
    background: #eef1f5;
    position: relative;
    padding-top: 296px;
    box-sizing: border-box;
}
.detail_ul{
    position: absolute;
    top: -52px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.detail_ul li{
    width: 376px;
    height: 286px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 2px rgba(39,88,236,0.16); 
    margin:0 10px;
}
.detail_top{
    width: 376px;
    height: 172px;
    background: rgba(39,88,236,0.76);
    background-size: 100% 100%;
}
.detail_bg{
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}
.blue_box{
    width: 31px;
    height: 4px;
    background: #fff;
    border-radius: 1px;
    margin: 0px auto 4px;
}
.detail_bg p{
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 33px;
}
.deteil_bottom{
    width: 339px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 28px;
    margin: 20px auto 0;
}
.go_detail{
    display: block;
    width: 200px;
    height: 48px;
    background: #2758ec;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #fafbfd;
    line-height: 48px;
}
.link_box{
    width: 100%;
    height: 283px;
    display: flex;
}
.link_text{
    padding-left: 479px;
    padding-top: 38px;
    box-sizing: border-box;
}
.link_text h2{
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 33px;
}
.link_text h4{
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin: 10px 0 15px;
}
.good{
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.link_text p{
    font-size: 14px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 20px;
    margin-bottom: 12px;
}
.ask{
    width: 180px;
    height: 40px;
    background: #2758ec;
    border-radius: 2px;
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    display: block;
    margin-left: 400px;
    margin-top: 170px;
    cursor: pointer;
}
.posifooter{
    display: none;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51,51,51,.5);
  }
  .qrdiv{
    position: absolute;
    left: calc(50% - 176px);
    top: calc(50% - 200px);
    width: 352px;
    height: 330px;
    background: #ffffff;
    border-radius: 8px;
  }
  .qrcode{
    position: absolute;
    top: 64px;
    left: 98px;
    width: 156px;
    height: 156px;
  }
  .close{
    width: 16px;
    position: absolute;
    right: 28px;
    top: 28px;
    cursor: pointer;
  }
  .qrspec{
    position: absolute;
    top: 240px;
    width: 100%;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 22px;
  }