.bg-input {
    height: 450px;
    background: url(../img2025/banner-kc.jpg) no-repeat center;
    padding-top: 60px;
       min-width: 1200px;
        box-sizing: border-box;
}

.bg-input-text,
.descrip {
    text-align: center;
}



.descrip {
    font-size: 24px;
    line-height: 50px;
    margin: 10px auto;
    color: white;
}

.hot-line {
    text-align: center;
    width: 380px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 50px;
    background: rgba(54, 87, 153, 1);
    margin: 10px auto;
    color: white;
    margin-bottom: 30px;
}

.banner-input1 {
    width: 610px;
    height: 64px;
    background: rgba(255, 141, 26, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    margin: 0 auto;
}

.input {
    width: 634px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 2px;
}

.submit1 {
    width: 156px;
    height: 50px;
    opacity: 1;
    background: rgba(255, 141, 26, 1);
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}


/* 创新服务 */

.about-tit {
    font-size: 34px;
    text-align: center;
    padding: 30px 0 20px 0;
}

.about-tit+p {
    text-align: center;
    padding-bottom: 40px;
}

.rel {
    position: relative;
    height: 1020px;
}

.serive .bg1 {
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    height: 408px;
    background-image: url(../img2025/product-bg1.jpg);
}

.serive>div:hover {
    transition: 0.7s;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
     cursor:pointer ;
}

.serive .bg2 {
    height: 910px;
    background-image: url(../img2025/product-bg2.jpg);
}

.serive-wrap {
    width: 100%;
    position: absolute;
}

.serive1 {
    height: 308px;
    background-image: url(../img2025/producte-serivebg.jpg);
    background-repeat: no-repeat;
    padding: 50px 40px;
    box-sizing: border-box;
}
.zldh {
    padding: 20px 15px;
    width: 550px;
}
.serive h3 {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-left: 8px;
}

.serive img {
    vertical-align: middle;
}

.serive1 p {
    width: 468px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(69, 69, 69, 1);
    margin-top: 10px;
    padding-left: 60px;
}

.serive2,
.serive3 {
    display: flex;
    justify-content: space-between;
}

.serive2>div {
    margin-top: 20px;
    width: 394px;
    height: 305px;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 0px 0px rgba(204, 184, 161, 1);
}

.serive .item {
    width: 100%;
    margin-top: 20px;
}

.serive .item span {
    font-size: 12px;
    color: rgba(69, 69, 69, 1);
    margin: 2px;
    min-width: 80px;
    border-radius: 20px;
    background: rgba(235, 240, 250, 1);
    padding: 8px 14px;
    line-height: 46px;
}

.serive3>div {
    margin-top: 20px;
    width: 595px;
    height: 300px;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 0px 0px rgba(204, 184, 161, 1);
}

.item>span:hover {
    background-color: white;
    border: 1px solid rgba(209, 213, 222, 1);
    cursor:pointer ;
}


/* 服务优势 */

.advantages {
    height: 845px;
    background: url(../img2025/advantages-bg.png) no-repeat center;
    padding-top: 40px;
}


/* 弹窗 */

.mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}



.mask .box {
    background-color: #ffffff;
    position: absolute;
    width: 540px;
    left: 50%;
    margin-left: -244px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0;
}

.mask .box .close {
    position: absolute;
    cursor: pointer;
    right: 14px;
    top: 11px;
    width: 15px;
    height: 15px;
}

.mask .box h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #a8a9b0;
    margin-left: 39px;
    height: 80px;
}

.mask .box h3 img {
    margin: 0 10px;
}

.mask .box h3 span {
    color: #000;
    opacity: 0.8;
    font-size: 22px;
    cursor: default;
    font-weight: 700;
}

.mask .box .form {
    width: 355px;
    margin: 0 auto;
}

.mask .box .form p {
    height: 50px;
    border: 1px solid #e1e4f7;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.mask .box .form p span {
    font-size: 14px;
    color: #000;
    opacity: 0.86;
    white-space: nowrap;
    width: 80px;
    text-align: right;
}

.mask .box .form p .input {
    box-sizing: border-box;
    padding-left: 15px;
    height: 48px;
    width: 275px;
    border: none;
    font-size: 14px;
}

.mask .box .form p select.input {
    outline: none;
    color: #707070;
    cursor: pointer;
}

.mask .box .form p .getCode {
    position: absolute;
    cursor: pointer;
    color: #2071b5;
    font-weight: 700;
    font-size: 14px;
    border: none;
    right: 0;
    height: 48px;
    top: 1px;
    background: none;
}

.mask .box .form .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 141, 26, 1);
    font-size: 18px;
    height: 50px;
    width: 100%;
    margin: 40px auto;
}
