body,html {
    padding: 0;
    margin: 0;
    font-family: PingFangSC, PingFang SC ,微软雅黑;
}
body {
    background-color: #fff;
}
img {
    width: 100%;
}
/* banner */
.banner-wrap {
    position: relative;
    background-image: url("../images/banner.png");
}
.banner-wrap .banner {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-wrap .max-width {
    position: relative;
    z-index: 2;
    display: flex;
}
.banner-wrap .banner-left .logo {
    padding-top: 36px;
    width: 126px;
    margin-bottom: 88px;
}
.banner-wrap .banner-left h1 {
    font-size: 48px;
    font-weight: 500;
    color: #303033;
    line-height: 72px;
    margin-bottom: 24px;
    margin-top: 0;
}
.banner-wrap .banner-left h2 {
    font-size: 30px;
    font-weight: 400;
    color: #303033;
    line-height: 45px;
    margin-bottom: 12px;
    margin-top: 0;
}
.banner-wrap .banner-left p {
    font-size: 16px;
    font-weight: 400;
    color: #606166;
    line-height: 24px;
    margin-bottom: 48px;
}
.banner-wrap .banner-right {
    margin-left: 32px;
}

/* wrap-1 */
.wrap-1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrap-1 .list-wrap {
    display: flex;
    margin: 0 -20px;
}
.wrap-1 .list-wrap .list-item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 0 20px;
    background-color: #F5F6FA;
    background: linear-gradient(180deg, #F5F6FA 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 20px 0 rgba(77,136,255,0.1), -8px -8px 20px 0 rgba(255,255,255,0.5);
    border-radius: 12px;
    border: 2px solid #FFFFFF;
}
.wrap-1 .img-wrap {
    width: 48px;
    margin-right: 20px;
    flex: 0 0 48px;
}
.wrap-1 .text-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    color: #303033;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 0;
}
.wrap-1 .text-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #606166;
    line-height: 24px;
    margin-bottom: 0;
}

/* wrap-2 */
.wrap-2 {
    background-image: url("../images/bg.png");
}
.wrap-2 .max-width {
    display: flex;
}
.wrap-2 .number-wrap {
    flex: 1;
    padding: 40px 0;
}
.wrap-2 .number-wrap .num {
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}
.wrap-2 .number-wrap .num .counter {
    font-size: 48px;
}
.wrap-2 .number-wrap .num span {
    font-size: 24px;
}
.wrap-2 .number-wrap p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 16px;
}

/* wrap-3 */
.wrap-3 {
    padding-top: 80px;
}
.tab-wrap {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.tab-wrap .tab-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: #4D88FF;
    transition: left .3s;
}
.tab-item {
    text-align: center;
    cursor: pointer;
    width: 80px;
}
.tab-item-active p {
    color: #4D88FF;
}
.tab-item .img-wrap {
    display: inline-block;
    width: 48px;
}
.tab-item p {
    margin-bottom: 0;
    margin-top: 12px;
    padding-bottom: 22px;
}

/* wrap-4 */
.wrap-4 {
    display: none;
    background-color: #F5F6FA;
    padding: 40px 0;
}
.wrap-4.tab-show {
    display: block;
}
.wrap-4 .max-width {
    position: relative;
    padding: 40px 0;
}
.wrap-4 .img-1 {
    width: 660px;
}

.wrap-4 .img-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 660px;
    padding-left: 260px;
    padding-right: 40px;
    padding-top: 123px;
    padding-bottom: 123px;
    box-sizing: border-box;
    /*background-image: url("../images/mask1.png");*/
    height: 520px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.3);
}
.wrap-4 h3 {
    font-size: 20px;
    font-weight: 500;
    color: #303033;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 0;
}
.wrap-4 .icon-text {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 8px;
}
.wrap-4 .text-wrap > div {
    display: flex;
    margin-bottom: 16px;
}
.wrap-4 .text-wrap p {
    margin-top: 0;
    margin-bottom: 0;
}

/* wrap-5 */
.wrap-5 {
    padding: 80px 0;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
}

.flex-wrap .item {
    flex: 0 0 80px;
    text-align: center;
}

.flex-wrap .img-wrap {
    display: inline-block;
    width: 64px;
}
.flex-wrap p {
    font-size: 20px;
    font-weight: 500;
    color: #303033;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 0;
}

/* wrap-6 */
.wrap-6 {
    font-size: 0;
    background-image: url("../images/bg2.png");
    text-align: center;
    padding: 80px 0;
}
.wrap-6 h1 {
    font-size: 32px;
    font-weight: 500;
    color: #303033;
    line-height: 48px;
    margin-bottom: 12px;
    margin-top: 0;
}
.wrap-6 .box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.wrap-6 .box img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.wrap-6 .box span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #606166;
    line-height: 24px;
    margin-left: 4px;
}
.wrap-6 .input-wrap{
    display: flex;
    max-width: 520px;
    margin: 0 auto;
}
.wrap-6 .pre-span {
    flex: none;
    width: 20px;
}
.wrap-6 .input-wrap input {
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 0 16px;
}
.wrap-6 .input-wrap input:focus {
    outline: none;
}
.wrap-6 .input-wrap input::placeholder {
    color: #CCCED9;
}
.wrap-6 button {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #4D88FF;
    background-color: #4D88FF;
    cursor: pointer;
    height: 48px;
    flex: none;
    border-radius: 0px 4px 4px 0px;
}
.wrap-6 button:hover {
    background-color: #2763de;
}

/* footer */
.footer {
    padding: 24px 0;
    padding-bottom:32px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    color: #606166;
    line-height: 20px;
}
.footer_code{
    font-size: 12px;
    font-weight: 400;
    color: #606166;
    text-decoration: none;
}
    /* 通用 */
.max-width {
    max-width: 1200px;
    margin: 0 auto;
}
.p-button {
    padding: 12px 42px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #4D88FF;
    background-color: #4D88FF;
    border-radius: 24px;
    cursor: pointer;
}
.p-button:focus, .p-button:hover {
    background-color: #2763de;
}
.p-title {
    font-size: 32px;
    font-weight: 500;
    color: #303033;
    line-height: 48px;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 0;
}
.p-text {
    font-size: 16px;
    font-weight: 400;
    color: #606166;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.message-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 320px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 8px 20px 0 #EDEEF2;
    border-radius: 8px;
    padding: 20px;
    z-index: 100;
    box-sizing: border-box;
}
.message-wrap.is-show {
    display: block;
}
.message-box {
    display: flex;
}
.message-wrap img {
    width: 32px;
    height: 32px;
    flex: none;
    margin-right: 12px;
}
.message-wrap .message-wrap-text {
    flex: 1;
}
.message-wrap h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #303033;
    line-height: 32px;
}
.message-wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #303033;
    line-height: 20px;
}

header{
    height: 64px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: space-between;
    
}
.header-fixed{
    width:100%;
    background: #FFFFFF;
    position: fixed;
    top:0;
    left:0;
    height:64px;
    z-index:10;
}
 .logo {
    width: 118px;
}
.header_right{
    flex: 1;
    text-align: right;
}
.header_right span{
    width: 28px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4D88FF;
    line-height: 20px;
    cursor: pointer;
    padding:6px 16px;
}
.header_right span:hover{
     color:#A9D1FF;

}
.header_right .navitem2{
    background: linear-gradient(142deg, #A9D1FF 0%, #4D88FF 100%);
    border-radius: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.header_right .navitem2:hover{
    background: linear-gradient(142deg, #4D88FF 10%, #4D88FF 100%);
}
/* 固定框 */
.model{
    position:fixed;
    right:12px;
    top:45%;
    z-index:10;
    width: 72px;
    height: 234px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(77,136,255,0.2);
    border-radius: 8px;
    padding:0;
   
}
.model li{
    list-style: none;
    text-align:center;
    cursor: pointer;
    position: relative;
}
.model li .model_icon{
    width: 24px;
    display: inline-block;
    margin-top:23px;
    
}
.model li .model_title{
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #606166;
    line-height: 18px;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.model li .model_item1{
    width: 200px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(77,136,255,0.2);
    border-radius: 8px;
    position: absolute;
    left:-212px;
    top:-29px;
   display: none;;
}
.model li .model_item1 h3{
    width: 64px;
    height: 24px;
    font-size: 16px;
    display: block;
    width:100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #303033;
    line-height: 24px;
    text-align: center;
    margin-top:16px;
    margin-bottom:4px;
}
.model li .model_item1 .tel{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #4D88FF;
    line-height: 30px;
    padding-bottom:4px;
}
.model li .model_item1 p{
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #909199;
    line-height: 18px;
    background: #F5F6FA;
    border-radius: 0px 0px 8px 8px;
    padding:12px 16px;
}
.model li:nth-of-type(1):hover  .model_item1  {
   display: block;
}
.model li:nth-of-type(1):hover  .model_title {
    color: #4D88FF;
}

.model li .model_item2{
    width: 200px;
    height: 198px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 0px rgba(77,136,255,0.2);
    border-radius: 8px;
    position: absolute;
    left:-212px;
    top:-46px;
    display: none;
}
.model li .model_item2 h3{
    width: 168px;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #303033;
    width:100%;
    line-height: 20px;
    text-align: center;
    margin-top:16px;
    margin-bottom:4px;
}
.model li .model_item2 .des{
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #909199;
    line-height: 18px;
}
.model li .model_item2  .model_erweima{
    width: 100px;
    height: 100px;
    padding-top:16px;
}
.model li:nth-of-type(3):hover  .model_item2  {
    display: block;
 }
 .model li:nth-of-type(3):hover  .model_title {
     color: #4D88FF;
 }
  /* 预约演示 */
  .mask{
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    right:0;
    display: none;
    z-index: 10;
  }
 .pop{
    width: 480px;
    height: 376px;
    background: #FFFFFF;
    border-radius: 12px;
    position: fixed;
    top:25%;
    left:50%;
    margin-left:-240px;

 }
 /* 遮罩 */
 
.pop h5{
    font-size: 24px;
    font-weight: 600;
    color: #303033;
    text-align: center;
    line-height: 36px;
    margin-top:40px;
}
.pop .close{
    width:16px;
    height:16px;
     position: absolute;
     top:15px;
     right:15px;
     padding:5px;
     cursor: pointer;
}
.pop .input_inner{
    padding:0 40px;
    margin-bottom:20px;
}
.pop .input_inner .titles{
  width:80px;
  display: inline-block;
  font-size: 14px;
    font-weight: 400;
    color: #303033;
    line-height: 20px;
}
.pop .input_inner .titles i{
    color:red;
}
.pop input{
    width: 309px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #EDEEF2;
    padding-left:16px;
    box-sizing: border-box;
    font-size:14px;
}
.pop input::placeholder {
    color: #CCCED9;
}
.pop input:focus {
    outline: none;
}
.pop button{
    width: 310px;
    background: #4D88FF;
     border-radius: 4px;
     height: 40px;
     font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    border:none;
}
.tip{
    position: fixed;
    background: #000;
    color:#fff;
    font-size:14px;
    padding:10px;
    border-radius: 4px;
    top:50%;
    left:50%;
    z-index: 15;
    display: none;
}
.tips{
    margin-left:-60px;
}
.tips1{
    margin-left:-60px;
}
.section_footer , .modeler ,.modeler1{
    display: none;
}
.pcwidth{
    display: none;
}



@keyframes fade-in {
    0% {
        transform: translate3d(0,100px,0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}



@media only screen and (max-width: 1199.98px) {

    .max-width {
        padding: 0 24px;
    }
    /* banner */
    .banner-wrap {
        background-image: url("../images/xs-banner.png");
    }
    .banner-wrap .banner-left .logo {
        margin-bottom: 24px;
    }
    .banner-wrap .max-width {
        display: block;
    }
    .banner-wrap .banner-right {
        margin-left: 0;
        padding: 0 24px 24px;
    }
    .banner-wrap .banner-left h1 {
        font-size: 32px;
        line-height: 48px;
    }
    .banner-wrap .banner-left h2 {
        font-size: 20px;
        line-height: 30px;
    }

    /* wrap-1 */
    .wrap-1 {
        padding: 40px 0;
    }
    .wrap-1 .list-wrap {
        display: block;
    }
    .wrap-1 .list-wrap .list-item {
        margin-bottom: 20px;
    }
    /* wrap-2 */
    .wrap-2 {
        margin-bottom: 40px;
    }
    .wrap-2 .max-width {
        flex-wrap: wrap;
    }
    .wrap-2 .number-wrap {
        flex: 0 0 50%;
        width: 50%;
    }
    .wrap-2 .number-wrap .num {
        height: 48px;
    }
    /* wrap-3 */
    .wrap-3 {
        display: none;
    }
    /* wrap-4 */
    .wrap-4 {
        display: block;
        padding-top: 0;
    }
    .wrap-4 .img-2 {
        position: static;

    }
    .wrap-4 .max-width {
        padding: 0 24px;
    }
    .wrap-4 .img-1 {
        width: 100%;
    }
    .wrap-4 .img-2 {
        width: 100%;
        padding: 24px 0 0;
        height: auto;
    }

    /* wrap-5 */
    .wrap-5 {
        padding: 40px 0;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .flex-wrap .item {
        flex: 0 0 50%;
        margin-bottom: 40px;
    }

    /* wrap-6 */
    .wrap-6 {
        padding: 40px 0;
    }
    .wrap-6 .pre-span {
        width: 20px;
    }
    .wrap-6 .input-wrap {
        display: flex;
    }
    .wrap-6 .input-wrap input {
        width: 100%;
    }
    .wrap-6 .input-wrap button {
        flex: none;
    }
    .wrap-6 .box span{
        font-size: 12px;
    }
    .wrap-6 .box img {
        margin-left: 3px;
    }
 
    
}
@keyframes slideup {
    0% {
        bottom: -405px;
    }
    100% {
        bottom: 0;
    }
} 
@media only screen and (max-width: 576px) {
    .message-wrap {
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
    }
    .header_right .navitem{
        display: none;
    }
    .model{
        display: none;
    }
    .footer{
        margin-bottom:64px;
        background: #F5F6FA;
    }
    .section_footer{
           position:fixed;
           display: flex;
           justify-content: space-between;
           width: 100%;
           height: 64px;
           bottom:0;
           z-index:10;
           background: rgba(255,255,255,1);
           backdrop-filter: blur(10px);
    }
    .section_footer .image-text{
       flex:1;
       text-align: center;
       line-height: 64px;
       justify-content: center;
       align-items: center;
       font-size: 18px;
       color: #4D88FF;
    }
    .section_footer .thumbnail{
        width:24px;
        margin-left:-26px;
        position:relative;
        top:4px;
      
    }
    /* 产品演示 */
    .pop{
       width:100%;
       position:absolute;
       margin:0;
       bottom:0;
       left:0;
       top:auto;
       height:auto;
       border-radius: 12px 12px 0 0;
       animation:slideup 1s;
       /* animation-duration: 4s; */
    }
    .pop h5 {
        margin-top:24px;
    }
    .pop .input_inner{
        padding:0 24px;
        margin-bottom:16px;
    }
    .pop .input_inner .titles{
        width:auto;
        font-size: 16px;
        margin-bottom:8px;
    }
    .pop input{
        width:100%;
        height: 48px;
        background: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #EDEEF2;
        font-size:16px;
    }
    .pop button{
        width:100%;
        height:48px;  
        font-size: 18px;
        margin-bottom:48px;
    }
    .message-wrap {
        bottom:40px;
        top:auto;
    }
    .modeler{
        position:fixed;
        z-index:20;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top:0;
        display: none;
    }
    .models{
        width: 334px;
        height: 372px;
        background: #FFFFFF;
        border-radius: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .models h3{
        font-size: 18px;
        font-weight: 600;
        color: #303033;
        line-height: 28px;
        margin-top:24px;
        margin-bottom:8px;
    }
    .models  .des{
        font-size: 16px;
        font-weight: 400;
        color: #909199;
        line-height: 24px;
        margin-bottom:16px;
    }
    .models .model_erweima{
        width: 200px;
        height: 200px;
        margin-bottom:16px;
    }
    .model_close{
        height: 56px;
        background: #FFFFFF;
        box-shadow: inset 0px 1px 0px 0px #EDEEF2;
        border-radius: 0px 0px 12px 12px;
        font-size: 18px;
        font-weight: 400;
        color: #303033;
        line-height: 56px;
        cursor: pointer;
    }
    .modeler1{
        position:fixed;
        z-index:20;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        top:0;
        display: none;
    }
    .models1{
        width: 334px;
        height: 172px;
        background: #FFFFFF;
        border-radius: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      
    }
    .models1 h3{
        font-size: 18px;
        font-weight: 600;
        color: #303033;
        line-height: 28px;
        margin-top:24px;
        margin-bottom:16px;
    }
    .models1  .des{
        font-size: 16px;
        font-weight: 400;
        color: #303033;
        line-height: 24px;
        margin-bottom:24px;
    }
    .model_btn{
        display: flex;
        justify-content: space-between;
        height: 56px;
        background: #FFFFFF;
        box-shadow: inset 1px 1px 0px 0px #EDEEF2;
        border-radius: 0px 0px 12px 12px;
    }
    .model_btn span{
        flex:1;
        line-height: 56px;
        font-size: 18px;
        font-weight: 400;
        color: #909199;
    }
    .model_btn a{
        flex:1;
        line-height: 56px;
        font-size: 18px;
        font-weight: 400;
        color: #909199;
        font-weight: 500;
        color: #4D88FF;
        text-decoration: none;
    }
    .model_btn span:nth-of-type(1){
        border-right:1px solid #EDEEF2;
    }
    .input-wrap{
        margin-bottom:0 !important;
    }
    .wrap-6 .box{
        justify-content: space-between;
    }
    .wrap-6 .box span{
        font-size:12px;
    }
    .wrap-6 .input-wrap{
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .wrap-6 .input_bot{
      display: flex;
    }
    .wrap-6 .input-wrap input{
        padding:0 16px;
        box-sizing: border-box;
        margin-bottom:20px;
    }
    .wrap-6 .box span{
        margin-left:4px;
        flex:1;
        text-align: left;
    }
    .pcwidth{
        display: block;
    }
   
    
}