html,
body {
    width: 100%;
    height: 100%;
}

/* 特殊颜色文本 */
.ys0 {
    color: #a61843;
    font-weight: bold;
}



/* 导航栏 */

.ka-dhlbox {
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #a61843;
    background-color: rgb(243, 243, 243);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.dw-fu {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 2880px;

}

.ka-dhlfw {
    width: 100%;
    height: 40px;
    max-width: 2880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* log */
.ka-log {
    width: 300px;
    height: 100%;
}

.ka-log1 {
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.ka-log1 img {
    width: 100px;
}

.ka-log1 h1 {
    font-size: 22px;
    color:#5a5b6d ;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    white-space: nowrap;
    display: inline-block;
}


/* 菜单栏

/* 联系 */

.ka-cdllx {
    position: relative;
}

.ka-lxbox {
    display: flex;
    align-items: center;
}

/* 联系底色 */
.ka-lxdise {
    width: 190px;
    position: absolute;
    border-radius: 20px;
    height: 30px;
    background-color: #1e3b7a;
    z-index: -1;
    top: 22px;
    left: -10px;
}

/* 搜索框底色 */
.ka-sskdise {
    position: absolute;
    border-radius: 100px;
    border: 1px solid #aeaeae;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 228px;
    z-index: -1;
}

.ka-cdllx p {
    font-size: 24px;
    display: inline;
    white-space: nowrap;
    color: aliceblue;
}

.ka-cdllx img {
    width: 20px;
}



/* 搜索 */
.sstbbox {
    margin-left: 30px;
    margin-right: 20px;
    width: 20px;

}

.ka-ssk {

    border: #8a8a8a 1px solid;
    padding: 5px;
    border-radius: 50px;
    transition: all 0.5s;
}

.ka-ssk:hover {
    padding: 7px;
    background-color: #1e3b7a;
    transition: all 0.5s;
}

/* JS用 */
.biaoji {
    border-bottom: solid 2px #a61843;

}

/* 导航栏附属-产品中心


/* 搜索框面板 */
.ka-sskmb {
    width: 100%;
    max-width: 2880px;
    max-height: 0;
    margin: 0 auto;
    transition: max-height 0.5s ease;
    background:linear-gradient(#346edb,#34dbcb,#d4e9f7) ;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
}

.ka-sskbox {
    border-top: #a61843 1px solid;
    padding-left: 50px;
    padding-top: 100px;
    height: 600px;
    display: none;
}

.ka-ssk1 h3 {
    font-size: 72px;
    color: #fff;
}

.ka-ssk2 form {
    width: 70%;
    background-color: #242087;
    display: inline-block;
    display: flex;
    margin: 0 auto;

}

.ka-ssk2 form input {
    outline: none;
    width: 90%;
    height: 70px;
    font-size: 32px;
    color: #242087;

}

.ka-ssk2 form button {
    border: none;
    text-align: center;
    width: calc(100% - 90%);
    height: 70px;
    font-size: 32px;
    z-index: 2;
    color: #ffffff;
    background-color: transparent;
    white-space: nowrap;

}

/* 搜索框推荐产品 */
.ka-ssk3 {
    margin: 0 auto;
    width: 70%;
    padding-top: 10px;

}

.ka-ssk3 h3 {
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
}

.ka-ssk3 ul {
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.ka-ssk3 ul li {
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 20px;
    color: #616161;
    background-color: rgba(255, 255, 255, 0.2);
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* 二级导航栏 */
/* 二级导航栏盒子 */
.ka-TwoDHL {
    width: 100%;
    margin: 0 auto;
}

.TwoBox {
    padding: 5px 20px;
    background-color: #fff;

}

.TwoDhlul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.TwoDhlul li {
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.dhlFD-1,
.dhlFD-2 {
    position: absolute;
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);

}

.dhlFD-1 {
    background-color: rgb(237, 110, 39);
    z-index: 3;
}

.dhlFD-2 {
    opacity: 0;
    background-color: rgb(77, 133, 212, 0.5);
    z-index: 4;
    box-shadow: 0 0 5px #ffffffaa inset;
}

.HDKxg {
    transform: scale(0.9);
}


/* 下拉 */
.TuoXiaLabox {
    position: absolute;
    width: 100%;
    height: 0;
    top: 100px;
    left: 0;
    transition: all 0.3s;
    overflow: hidden;
}

.TuoXiaLa {
    position: relative;
    width: 100%;
    height: 100%;

}

/* li */
.xla {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 100;

}

/*  */
.ejDisplay {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #ed6e27;
    padding: 20px;
}

.ejDisplay>:first-child {
    margin-right: 5%;
}

.ejDisplay>:last-child {
    margin-left: 2%;
}

/* 下拉标题 */

.xlBT div {
    padding: 20px;
}

.xlBT h2 {
    border-top: #fff 1px solid;
    color: #2b5a6c;
}

.xlBT p {
    margin: 0 auto;
    padding: 0 10PX 2px 10PX;
    border: #2b5a6c 1px solid;
    background-color: #2b5a6c;
    color: #fff;
}

/* 下拉1 */
.xlBOX {
    padding: 0 5px 0 5px;
    border-right: #fff 1px solid;
}

.xlBOX ul {
    display: flex;
    flex-direction: column;
}

.xlBOX ul li {
    margin-top: 5px;
    padding: 0 10px 0 10px;
    transition: all 0.2s;
}

.xlBOX ul li a {
    color: #202f39;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.xlBOX ul li:hover {
    border-radius: 100px;
    transition: all 0.2s;
    background-color: #2b5a6c;
    cursor: pointer;
}

.xlBOX ul li:hover>a {
    color: #fff;
}

/* 下拉咨询 */
.xlZX p {
    font-size: 22px;
    background-color: #2b5a6c;
    border: solid 1px #202f39;
    padding: 2px 10px 2px 10px;
    border-radius: 100px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;

}





.TuoXiaLa:last-child::after {
    content: '';
    display: block;
    clear: both;
}




/* 尾页 ////////////////////////////////////////////////////////////////////////////////////////////////*/
.ka-wy {
    width: 100%;
    max-width: 2880px;
    margin: 0 auto;
    overflow: hidden;
}

.wybox {
    width: 100%;
    background-color: #000000;
    position: relative;
}

.wyBT {
    text-align: left;
    margin-left: 10%;
    padding-top: 20px;
    position: relative;

}

.wyBT h3 {
    font-size: 72px;
    color: #2ac4d3;
}

.wyBT span {
    color: #2ac4d3;
    position: absolute;
    top: 85px;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 6.5px;

}

/* log */
.IMGaTEXT {
    width: 90%;
    display: flex;
    margin-top: 15px;
    margin-left: 10%;
}

.wyIMG {
    display: inline-block;
    top: 0;
    flex: 0 0 20%;
    width: 20%;
}

.wyIMG img {
    width: 100%;
    max-width: 200px;
}


 /*  */
    .wytextbox {
        display: inline-block;
        flex: 0 0 75%;
        width: 70%;
    }

    .wytext {
        display: flex;
        justify-content: space-around;
    }

    .wytext li {
        text-align: left;
        margin-right: 5px;
        flex: 0 0 16%;
        width: 16%;
        position: relative;
    }

    .wytext li p {
        color: #c2c2c2;
        margin: 0 auto;
        padding-bottom: 15px;
        box-sizing: border-box;
    }

    .wytext li p a {
        color: #c2c2c2;
        pointer-events: none;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .wytext li p:hover a {
        color: #ed6e27;
        transition: all 0.5s;
    }


    /* 悬浮 */
    .kaXF {
        position: absolute;
        width: 170px;
        background-color: #fff;
        box-shadow: #2ac4d3 0 0 10px;
        overflow: hidden;
        border-radius: 0 0 30px 0;
        z-index: 10;

    }

    .kaXF h4 {
        font-size: 27px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 15px;
        background-color: #1e3b7a;
        color: #fff;
        border-bottom: 1px solid #ed6e27;
        border-radius: 0 0 30px 0;
    }

    .kaXF h5 {
        font-size: 14px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        padding-left: 20px;
    }

    .XF-m {
        padding-top: 5px;
        color: #003d74;
    }

    .XF-s {
        color: #a61843;

    }

    .kaXF img {
        width: 50px;
        margin-left: calc(50% - 25px);
        padding-top: 10px;
    }

    /* 产品咨询01定位 */
    .cpzx01 {
        top: 75px;
        left: 30%;
        height: 0;
        cursor: default;
        transition: all 0.1s;
    }

    .cpzx-01,
    .cpzx-02,
    .shfw-01,
    .shfw-02,
    .shfw-03 {
        cursor: default;
    }

    .cpzx-01:hover+.cpzx01 {
        height: 240px;
        transition: all 0.4s;
    }

    /* 产品咨询02定位 */
    .cpzx02 {
        top: 110px;
        left: 30%;
        height: 0;
        transition: all 0.1s;
    }

    .cpzx-02:hover+.cpzx02 {
        height: 240px;
        transition: all 0.4s;
    }

    /* 售后服务 */
    .shfw01 {
        top: 75px;
        left: 20%;
        height: 0;
    }

    .shfw02 {
        top: 110px;
        left: 20%;
        height: 0;
    }

    .shfw03 {
        top: 145px;
        left: 20%;
        height: 0;
    }

    .shfw-01:hover+.shfw01 {
        height: 240px;
        transition: all 0.4s;
    }

    .shfw-02:hover+.shfw02 {
        height: 240px;
        transition: all 0.4s;
    }

    .shfw-03:hover+.shfw03 {
        height: 240px;
        transition: all 0.4s;
    }



    /* 悬浮结束 */

    .wytext li h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wytext li h3::before {
        content: ">";
        font-size: 24px;
        color: #a61843;
    }

    .wytext li p {
        color: #dfdfdf;
        font-size: 14px;
        text-indent: 1em;
        margin-top: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    /*  */
    .wyLianLuo {
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
    }

    .wyXian {
        width: 100%;
        border-bottom: #2ac4d3 1px solid;
        margin: 30px auto;
    }

    .wyLLUL {
        display: flex;
        justify-content: space-around;
    }

    .wyLLUL :first-child {
        flex: 30%;
        color: #2ac4d3;
        text-align: right;
    }

    .wyLLUL li {
        flex: 60%;
    }

    .wyLLUL li img {
        width: 50px;
    }


    /* 网站备案信息 */
    .wyxx {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 70px;

    }

    .wytk {
        float: left;
        display: flex;
    }

    .wytk li {
        padding: 5px 10px;

    }

    .wytk li a {
        color: #c2c2c2;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }

    .wyba {
        float: right;
        display: flex;
    }

    .wyba li a {
        color: #c2c2c2;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        padding: 5px 10px;
        transition: all 0.5s;
    }

    /*  */
    .wyxx li a:hover {
        color: #ed6e27;
        transition: all 0.5s;


    }


