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: 1980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* 媒体查询大于800px的样式 */
@media screen and (min-width:1100px) {

    /* log */
    .ka-log {
        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: 1980px;
        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 {
        border: 1px solid #242087;
        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;
        opacity: 0;
    }

    .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-lbt {
        width: 100%;
        max-width: 1920px;
        margin: 100px auto 0 auto;
    }

    .ka-lbtbox {
        width: 100%;
        max-width: 1920px;
        height: 880px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

    /* 对于轮播的图片的处理 */
    .kalbtA {
        height: 100%;
    }

    .img-list {
        display: flex;
        position: relative;
        left: 0;
        width: 100%;
        transition: 0.5s ease;
    }


    .img-list img {
        width: 100%;
        cursor: pointer;
    }

    /* 轮播箭头样式 */
    .kalbtB a {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 40px;
        height: 70px;
        color: #ffffff;
        user-select: none;
        font-size: 30px;
        text-align: center;
        line-height: 70px;
        text-decoration: none;
    }

    .kalbtB a:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .jiantou-left {
        left: 0;
        border-radius: 0 10px 10px 0;
    }

    .jiantou-right {
        right: 0;
        border-radius: 10px 0 0 10px;
    }

    /* 轮播小圆点 */
    .kalbtC {
        display: flex;
        justify-content: space-around;
        position: absolute;
        top: 50px;
        right: 50%;
        transform: translate(50%, 0);
        width: 540px;
        height: 20px;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        border: #fff 2px solid;
        padding: 5px;
    }

    .kalbtC>.xiaoyuandian {
        margin: 0 5px;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border-radius: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
        user-select: none;
    }

    .kalbtC>.xiaoyuandian.aaaa {
        background-color: #ff7e00;
        color: #fff;
    }

    /* 轮播图文字内容 */
    .kalbtD {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 25px;
        z-index: 10;
        top: 30%;
        min-width: 390px;
        padding: 20px;
        left: 15%;
        width: 30%;
    }

    .lbtBT h3 {
        font-size: 72px;
        text-align: left;
        color: #0294df;
    }

    .lbtFBT h3 {
        font-size: 30px;
        text-align: left;
        color: #ffffff;
    }

    .lbtWB p {
        font-size: 16px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: left;
        color: #ffffff;
    }

    /* shanghaikaang介绍页 */
    .ka-wenan {
        max-width: 1920px;
        margin: 0 auto;
        background: linear-gradient(45deg,#accbee,#e7f0fd);
    }

    .ka-wabox {
        width: 100%;
        height: 1020px;
        position: relative;

    }

    /*xiugaiOP  */
    .jsbox {
        width: 80%;
        height: 75%;
        padding: 100px 100px 0 100px;
        margin: 0 auto;
        display: flex;

    }

        .jsJUSE{
        width: 100%;
        height: 100px;
        background-color: #ff7e00;
    }

    .jsJUSE div{
        clip-path: polygon(0 0,50% 0,30% 100%,0% 100%);
        background-color: #123c86;
        width: 100%;
        height: 100%;
    }

    .jsBT {
        width: 40%;
        height: 100%;
        text-align: left;
        position: relative;

    }

    .jsBT img {
        width: 150px;
    }

    .jsBT h2 {
        font-size: 102px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .jsBT h3 {
        font-size: 38px;
        font-family: 'Courier New', Courier, monospace;
        color: #4a4a4a;
    }

    .jsBT div {
        width: 70px;
        border: #4a4a4a 1px solid;
    }

    @keyframes jianbiandonghua {
        0% {
            background-position: 0%50%;
        }

        50% {
            background-position: 100%50%;
        }

        100% {
            background-position: 0%50%;
        }
    }

    .jsBT p {
        margin-top: 70px;
        font-size: 20px;
        text-transform: uppercase;
        background: linear-gradient(45deg, #e0f2c1, #56ced9, #0a6193, #1b6294, #023195, #082659);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        display: inline-block;
        background-size: 200% 200%;
        animation: jianbiandonghua 3s ease infinite;
    }

    .jsBT span {
        font-size: 18px;
        padding: 15px;
        background-color: #123c86;
        position: absolute;
        bottom: 80px;
        left: 0;
        cursor: pointer;
        user-select: none;
        transition: all 0.2s;
    }

    .jsBT span:hover a{
        color: #ff7e00;
        transition: all 0.2s;
    }

    .jsBT span a{
        color: #fff;
    }

    .jsWB {
        width: 60%;
        height: 100%;
        position: relative;
    }

    .jsNR{
        margin: 70px 35px;
        margin-bottom: 40px;
        width: 100%;
        text-align: left;
        
    }

    .jsNR h3{
        width: 80%;
        padding-left: 50px;
        font-size: 24px;
        color: #123c86;
        font-family:Verdana, Geneva, Tahoma, sans-serif
    }

    .jsNR span{
        height: 300px;
        border: 2px solid #ff7e00;
        border-radius: 10px;
        position: absolute;
        left: 70px;
        top: 80px;
    }

    .waIMGdw {
        position: relative;
        width: 300px;
        height: 300px;
        margin-left: 100px;

    }


    /* 定义动画 */
    @keyframes xuanzhuan {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .xuanzhuan {
        position: absolute;
        top: calc(50% - 130px);
        left: calc(50% - 130px);
        width: 260px;
        height: 260px;
        border-radius: 50%;
        overflow: hidden;
        animation: xuanzhuan 30s linear infinite;
    }

    .kajtIMG {
        position: absolute;
        top: calc(50% - 65px);
        left: calc(50% - 65px);
        width: 130px;
        height: 130px;
        border-radius: 50%;
        overflow: hidden;
    }

    .waIMGdw img{
        width: 100%;
    }

    /* liebiao */
    .jsXQ{
        width: 85%;
        margin-left: 35px;
        padding-left: 50px;
        
    }

    .jsXQ ul{
        display: flex;
        
    }

    .jsXQ ul li:first-child{
        background-color: #123c86;
        color: #fff;
    }



    .jsXQ ul li{
        background-color: #f4f4f4;
        padding: 10px ;
        text-indent: 2em;
        font-family: Arial, Helvetica, sans-serif;
        position: relative;
        transition: all 0.3s;
        user-select: none;
        z-index: 5;
        
    }

    .jsXQ ul li:hover{
        background-color: #ff7e00;
        box-shadow: 0 0 15px #ff7e00;
        color: #123c86;
        padding: 10px 20px;
        transition: all 0.3s;
    }





    /* xiugaiLAST */

    /* 服务展示 */
    .ka-fwzs {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
    }

    .fwzsbox {
        height: 600px;
        background-color: #edf1fa;
        position: relative;
    }

    .fwzsbox ul{
        width: 75%;
        height: 100%;
        display: flex;
        margin: 0 auto;
    }

    .fwzsbox ul li{
        flex: 1;
        overflow: hidden;
        transition: all 0.5s;
        position: relative;

    }

    .fwzsbox ul li img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(90%);
    }

    .fwzsbox ul li:hover{
        flex-basis: 30%;
    }

    .fwBTbox{
        transition: all 0.5s;
        width: 200px;
        height: 200px;
        position: absolute;
        left: calc(50% - 100px);
        top: 30%;
        border-radius: 200px;
        background-color: #fff;
        box-shadow: 0 0 5px #ff7e00;
    }

    .fwBTbox h2{
        padding-top:40px ;
        font-size: 24px;
    }

    .fwBTbox p{
        font-size: 18px;
        color: #848484;
    }

    .fwzsbox ul li:hover>.fwBTbox{
        top: -50%;
        transition: all 0.5s;
    }

    .fwWBbox{
        background-color: rgba(18,60,134,0.8);
        padding: 10px;
        transition: all 0.5s;
        width: 300px;
        height: 500px;
        position: absolute;
        left: calc(50% - 150px);
        top: 150%;
    }

    .fwWBbox p{
        font-size: 18px;
        text-indent: 2em;
        color: #fff;
        text-align: left;
        margin: 0;
    }

    .fwzsbox ul li:hover>.fwWBbox{
        top: 20%;
        transition: all 0.5s;
    }








    /* 技术信息 */
    .ka-zlbox {
        padding-top: 100px;
        overflow: hidden;
        background-color: #f8f8f8;
    }

    .zlBT {
        width: 90%;
        margin: 0 auto;
        border-bottom: #ff7e00 2px solid;
        text-align: left;
    }

    .zlBT h3 {
        display: inline-block;
        font-size: 42px;
        color: #123c86;
    }

    .zlBT h4 {
        float: right;
        color: #aeaeae;
        transition: all 0.6S;
    }

    .zlBT h4:hover {
        color: #a61843;
        border-bottom: #a61843 1px solid;
        cursor: pointer;
        transition: all 0.6S;
    }

    /*  */
    .zlxqbox {
        width: 90%;
        margin: 100px auto;
        background-color: #fff;
    }

    .zlhe1 {
        width: 90%;
        padding-top: 20px;
        margin: 10px auto;
        display: flex;
        justify-content: space-around;
    }

    .zlhe1 div {
        flex: 0 0 45%;
        height: 400px;
        position: relative;
    }

    .zlWB h3 {
        color: #28c5da;
        font-size: 38px;
        font-family: "syhei";
        position: absolute;
        top: 45%;
        left: 10%;
        text-transform: uppercase;
        background: linear-gradient(45deg, #e0f2c1, #56ced9, #0a6193, #1b6294, #023195, #082659);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        display: inline-block;
        background-size: 200% 200%;
        animation: jianbiandonghua 3s ease infinite;
    }

    .zlWB p {
        color: #6fbbc5;
        position: absolute;
        top: 60%;
        left: 10%;
        transition: all 0.6S;
    }

    .zlWB p:hover {
        color: #a61843;
        border-bottom: #a61843 1px solid;
        cursor: pointer;
        transition: all 0.6S;
    }

    .zlIMG img {
        background-color: #0a6193;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /*  */
    .zlhe2 {
        width: 90%;
        margin: 70px auto;
        padding-bottom: 20px;
        display: flex;
        justify-content: space-around;
    }

    .zlhe2 li {
        flex: 0 0 25%;
        align-items: flex-start;
        flex-wrap: nowrap;
        position: relative;
        display: flex;
    }

    .zlhe2 li img {
        width: 50%;
        height: 120px;
        background-color: #0294df;
        object-fit: cover;
    }

    .zlhe2 li span {
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
    }

    .zlhe2 li span p {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #616161;
        transition: all 0.6S;
    }

    .zlhe2 li span p:hover {
        color: #a61843;
        border-bottom: #a61843 1px solid;
        cursor: pointer;
        transition: all 0.6S;
    }

    /* 产品类容 */
    .ka-cpbox {
        background-color: #f3f8ff;
        padding-top: 20px;
        overflow: hidden;

    }

    .cpBT {
        width: 90%;
        margin: 0 auto;
        padding-top: 70px;
        border-bottom: #ff7e00 2px solid;
        text-align: left;
    }

    .cpBT h3 {
        font-size: 42px;
        color: #123c86;
        display: inline-block;
    }

    .cpBT h4 {
        float: right;
        color: #aeaeae;
        transition: all 0.6s;
    }

    .cpBT h4:hover {
        color: #a61843;
        border-bottom: #a61843 solid 1px;
        transition: all 0.6s;
        cursor: pointer;

    }

    /*  */
    .cpul {
        margin: 20px auto;
        width: 90%;
        padding: 10px;
        display: flex;
        justify-content: space-around;
    }

    .cpul li {
        flex: 0 0 20%;
        box-shadow: #d8d8d8 0 0 10px;
        transition: all 0.8s;
        position: relative;
    }

    .cpul li:hover {
        box-shadow: #a61843 0 0 5px;
        transition: all 0.8s;
    }

    .cpul li:hover h3 {
        color: #0a6193;
        transition: all 0.8s;
    }

    .cpul li img {
        width: 100%;
        height: 35%;
        min-height: 180px;
        object-fit: cover;
    }

    .cpul li h3 {
        font-size: 24px;
        margin-top: 20px;
        transition: all 0.8s;
    }

    .cpul li p {
        padding: 0 20px;
        text-indent: 2em;
        color: #404040;
    }

    .cpul li a {
        color: #fff;
        background-color: #082659;
        font-size: 22px;
        padding: 10px 20px;
        border-radius: 100px;
        display: inline-block;
        margin: 30px auto;
        transition: all 0.5s;
    }

    .cpul li a:hover {
        color: #a61843;
        padding: 10px 30px;
        transition: all 0.5s;

    }


    /* 尾页 ////////////////////////////////////////////////////////////////////////////////////////////////*/
    .ka-wy {
        width: 100%;
        max-width: 1920px;
        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;


    }





}