.bannerhead span {
    width: 50%;
    line-height: 36px;
    font-size: 18px !important;
}

.bannerhead .text_box h6 {
    /*font-size: .3rem;*/
        font-size: .5625rem;
        font-weight: bold !important;
}

.bannerhead .text_box h4 {
    font-size: 1rem;
}

.bannerhead h6 {
    margin: .25rem 0 .375rem 0;
    font-weight: 500;
}


.bannerhead h4 {
    line-height: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.liangdian img {
    display: block;
    margin: 0 0 0 20%;
    width: 80%;
}

.liangdian dl dd:hover {
    color: #1D57A5;
      transition: all 0.6s;
}

.liangdian dl dd img {
    display: block;
     margin: 0 .625rem .25rem 0;
    width: 55px;
    height: auto;
}

.liangdian .p_box {
    position: relative;
}

.liangdian .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.liangdian dl dt {
    margin: 0 0 1rem 0;
    color: #1c1c1c !important;
}

.liangdian dl dd h5 {
       color: #1c1c1c !important; 
}

.liangdian dl dd {
    display: flex;
    align-items: center;
    padding: .5rem 0 0 0;
    box-sizing: border-box;
    /* border-bottom: 1px solid #D8D8D8; */
    width: 40%;
}

.liangdian dl dd div::after {
    content: " ";
    display: block;
    margin: .25rem 0 0 0;
    width: 6.8rem;
    height: 1px;
    background-color: #D8D8D8;
}

.liangdian dl dd:last-child div::after {
    background-color: rgba(255, 255, 255, 0);
}

.correlation_box {
    padding: 1rem 0;
    box-sizing: border-box;
    background: #F7F8FA;
}

.correlation h4 {
    margin: 0 0 .75rem 0;
    color: #000;
}

/* .bannercorrelation a {
    display: block;
    padding: .625rem .75rem;
    box-sizing: border-box;
    border-radius: 5px 0 5px 0; */
    /* background-color: #dcdfe0; */
    /* background-image: url(../image/应用/应用内容/产品.png); */
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
/* } */

/* .bannercorrelation a img {
    display: block;
    width: 100%;
} */

.bannercorrelation .p_box>img {
    display: block;
    width: 100%;
}

.bannercorrelation a:hover .p_box .ppp {
    transform: scale(1.1);
    transition: all 0.6s;
}

/*.bannercorrelation a:hover .text_box p img {*/
/*    transform: none;*/
/*}*/

.bannercorrelation .p_box {
    position: relative;
    overflow: hidden;
}

.bannercorrelation a .text_box h5 {
    font-size: .25rem !important; 
    color: #474747 !important;
}


.bannercorrelation a .text_box {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: .1875rem 0 0 0;
    padding: 0 .25rem .25rem .25rem;
    box-sizing: border-box;
}

.bannercorrelation a .text_box p {
    display: flex;
    align-items: center;
    color: #1D57A5;
}


.bannercorrelation a .text_box h6 {
    margin: 2px 0 5px 0;
    font-weight: bolder;
    font-size: .35rem;
    color: #1c1c1c;
}

.bannercorrelation a .text_box p {
    font-weight: bolder;
}

.bannercorrelation a .text_box p i {
    margin: 0 0 0 .125rem;
}

.bannercorrelation a .text_box p img {
    display: block;
    margin: 0 0 0 .125rem;
    width: 42px;
height: 32px;
}

.bannercorrelation a:hover .text_box p img {
    /*margin: 0 0 0 25px;*/
        width: 50px;
    transition: all 0.6s;
}

.bannercorrelation {
    margin: 1rem 0 0 0;
}

.swiper-button-prevcorrelation,
.swiper-button-nextcorrelation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 2px solid #808080;
    border-radius: 50px;
    font-size: 30px;
    cursor: pointer;
}

.swiper-button-prevcorrelation i,
.swiper-button-nextcorrelation i {
    display: block;
    margin: 0 0 2px 0;
}

.swiper-button-prevcorrelation:hover,
.swiper-button-nextcorrelation:hover {
    background: #1D57A5;
    color: #fff;
    border: 2px solid #1D57A5;
    transition: all 0.6s;
}

.swiper-paginationcorrelation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 1px;
    z-index: 1;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .bannerhead span {
        display: none;
    }

    .liangdian .text_box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        padding: 0 5%;
    }

    .liangdian dl dd img {
        width: 45px;
        height: auto;
    }

    .swiper-paginationcorrelation {
        width: 60%;
    }

    .liangdian dl dd div {
        width: 85%;
    }

    .liangdian dl dd {
        padding: 10px 0;
        border-bottom: 1px solid #D8D8D8;
    }
    
    .liangdian dl dd div::after {
        display: none;
    }
}


@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}