.row .title {
    margin: 48px 0 40px;
}

.title-block {
    text-align: center;
}

.title-block div {
    text-transform: uppercase
}

.touchpoint .swiper {
    padding-bottom: 60px;
}

.touchpoint .title-block div {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    color: #D6DDE6;
}

.touchpoint .title-block h2, .touchpoint .title-block .h2 {
    font-weight: 600;
    font-size: 32px;
    color: #262626;
    margin-top: 8px;
}

.touchpoint .title-block h2:after,.touchpoint .title-block .h2:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 8px;
    background: #2144A4;
    /*border-bottom: 3px solid #333373*/
}

#xyjj {
    font-size: 1rem;
    height: 632px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

#xyjj .col-12{
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(87,106,152,0.15);
    padding: 32px 27px;
}

#xyjj .swiper-slide {
    display: flex;
    justify-content: center;
}

#xyjj .swiper .swiper-pagination-bullet, #jymx .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #C3C9D2;
    border-radius: 50%;
}

#xyjj .swiper-pagination span:hover {
    background-color: #C3C9D2 !important;
}

#xyjj .swiper .swiper-pagination-bullet-active, #jymx .swiper .swiper-pagination-bullet-active {
    width: 40px;
    height: 12px;
    background: #0F66C7;
    border-radius: 6px;
}

/*#xyjj .swiper-slide {*/
/*    width: 100% !important;*/
/*    margin: 0 !important;*/
/*}*/

/*#xyjj .thumb {*/
/*    width: 100% !important;*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;*/
/*    place-items: center;*/
/*}*/

#xyjj .thumb{
    width: 176px;
    height: 80px;
    text-align: center;
}

#xyjj .thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#xyjj .bg_image {
    width: 100%;
    height: 430px;
}

#xyjj .container {
    position: absolute;
    top: 0;

}
#xyjj .text {
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin: 60px 0;

}

#xyjj .text .icons {
    display: flex;
    justify-content: center;
}

#xyjj .text .icon{
    border-right: 1px #ffffff50 solid;
    text-align: center;
    width: 260px;
}

#xyjj .text .icon img{
    margin-top: 25px;
    display: inline-block;
}

#xyjj .text .icon h6 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 12px;
}

#xyjj .text .icon p {
    margin-top: 12px;
    font-weight: bold;
    font-size: 52px;
}

#xyjj .text .icon p span {
    font-weight: 500;
    font-size: 32px;
    position: absolute;
}

#xyjj .text .icon p .bai {
    margin-left: 25px;
    position: unset;
}

#xyjj .text .first{
    width: 512px;
    padding-right: 40px;
    border-right: 1px #ffffff50 solid
}

#xyjj .text .title {
    font-weight: 500;
    font-size: 44px;

}

#xyjj .text .content {
    font-weight: 400;
}

#xqhz .swiper {
    padding-bottom: 0;
}

#xqhz .swiper .swiper-slide {
    padding: 17px;
}

#xqhz .xqhz-item .thumb img {
    width: 352px;
    height: 234px;
    object-fit: cover;
}

#xqhz .xqhz-item {
    width: 400px;
    height: 500px;
    box-shadow: 0px 4px 24px 0px rgba(87,106,152,0.15);
    padding: 32px 24px 40px;
}

.item-intro h5 {
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    margin-top: 24px;
}
.item-intro p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    color: #595959;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.item-intro .more {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}


.item-intro .more a{
color: #0F66C7;
}

#jymx .jymx-item img {
    object-fit: cover;
    height: 100%;
    transition: .3s;
}

#jymx .jymx-item:hover img {
    transform: scale(1.05);
}

#jymx .jymx-item:hover .desc {
    height: 100%;
    padding-top: 70%;
    background: linear-gradient( 180deg, rgba(48,49,113,0) 0%, rgba(48,49,113,0.85) 100%);
}

#jymx .jymx-item:hover .desc p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

#jymx .jymx-item {
    width: 232px;
    height: 258px;
    position: relative;
    cursor: pointer;
}

#jymx .jymx-item img {
    object-fit: cover;
    height: 100%;
}

#jymx .desc {
    background: rgba(48,49,113,0.85);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    transition: .3s;
}

#jymx .desc h5 {
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

#jymx .desc h5 .pro {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

#jymx .desc p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: none;
}

#jymx .swiper-slide {
    /*height: 530px !important;*/
}

#jyvideo {
    background-image: url("/assets/assets/images/bg_image2.png");
}

#jyvideo .video-container {
    position: relative;
}

#jyvideo .video-container img {
    position: absolute;
    top: calc(50% - 46px);
    left: calc(50% - 46px);
    cursor: pointer;
    z-index: 1;
}

#jyvideo .jy-media {
    display: flex;
}

#jyvideo .jy-media video {
    width: 720px;
    height: 480px;
    object-fit: cover;
}
#jyvideo .jy-media ul li .item div:first-child {
    display: flex;
    align-items: center;
}

#jyvideo .jy-media ul li .item {
    width: 552px;
    height: 160px;
    display: flex;
    padding: 16px;
    cursor: pointer;
}
#jyvideo .jy-media ul {
    margin-left: 28px;
}
#jyvideo .jy-media ul li  {
    background-color: #fff;
}

#jyvideo .jy-media ul li:hover  {
    background: #303171;
    color: #fff;
}

#jyvideo .jy-media ul li:hover h3, #jyvideo .jy-media ul li:hover p  {
    color: #fff;
}


#jyvideo .jy-media ul li .desc {
    width: 306px;
}

#jyvideo .jy-media ul li img {
    width: 198px;
    height: 128px;
    object-fit: cover;
}

#jyvideo .jy-media ul li h3 {
    font-weight: 600;
    font-size: 18px;
    color: #262626;
    margin: 12px 16px 17px;
}

#jyvideo .jy-media ul li p {
    font-weight: 400;
    font-size: 16px;
    color: #8C8C8C;
    margin: 12px 16px 17px;
}

#jyfeed .item {
    width: 624px;
    height: 152px;
    display: flex;
    margin: 0 51px 40px 0;
}

#jyfeed .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#jyfeed .item .thumb {
    width: 228px;
    height: 152px;
}

#jyfeed .item .thumb img{
    width: 228px;
    height: 152px;
    object-fit: cover;
}


#jyfeed .item .desc {
    margin: 8px 16px;
    width: 380px;
}

#jyfeed .item h3 {
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    margin-bottom: 8px;
}

#jyfeed .item p {
    font-weight: 400;
    font-size: 14px;
    color: #595959;
}

#pub_copy_box {
    margin: 0;
}

#sxsx {
    background: #EEF2FF;
    opacity: 0.8;
    height: 892px;
    margin-bottom: 0;
}
#sxsx .container {
    margin-top: 88px;
}


#sxsx .swiper .swiper-pagination-bullet-active, #jyvideo .swiper .swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    background: #0F66C7 !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
    border-radius: 0;
}

#sxsx .swiper .swiper-pagination-bullet, #jyvideo .swiper .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.15);
}

#sxsx .swiper-button-prev {
    left: -40px;
    width: 45px;
    height: 45px;
    background: url(/assets/images/left_btn_disable.png) no-repeat;
    background-size: 100%;
}

#sxsx .swiper-button-prev:hover {
    background: url(/assets/images/left_btn_normal.png) no-repeat;
    background-position: -17px;
}

#sxsx .swiper-button-next {
    right: -40px;
    width: 45px;
    height: 45px;
    background: url(/assets/images/right_btn_disable.png) no-repeat;
    background-size: 100%;
}

#sxsx .swiper-button-next:hover{
    background: url(/assets/images/right_btn_normal.png) no-repeat;
    background-position: -17px;
}

#sxsx img {
    object-fit: cover;
    border-radius: 5px;
}




.video-mask{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 10000000; background: rgba(0,0,0,0.8);}
.video-sm{ position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 80%;}
.video-mask.active{ display: block;}
.video-close{ position:absolute;right:50px;top:50px;width:80px;height:80px; text-align: center; cursor:pointer;color:#ccc;}

@media (max-width: 1023px) {
    .video-close{ width:40px;height:40px;}
    .video-close img { width:100%;}
}
@media (max-width: 768px) {
    .video-close{ right: 30px; top: 30px; width:30px;height:30px;}
}

@media only screen and (max-width:768px){

#xyjj .text .title {
    font-size: 34px;
}

#xyjj .text .icons {
    margin-top: 24px;
}

    #xyjj .bg_image {
        display: none;
    }
    #xyjj {
        background-color: #262676;
        height: 720px;
    }
    #xyjj .text {
        flex-direction: column;
        margin: 30px 0;
    }

    #xyjj .text .first {
        width: 100%;
        border: 0;
        padding-right: 0;
    }

    #xyjj .icons {
        display: flex;
    }

    #xyjj .text .icon p span {
        font-size: 16px;
    }

    #xyjj .text .icon p .bai {
        margin-left: 14px;
    }

    #xyjj .text .icon p {
        font-size: 24px;
    }

    #xyjj .text .icon {
        padding: 0 7px;
        width: auto;
    }

    #xyjj .text .icon:last-child {
        border: 0;
        padding-right: 0;
    }

    #xyjj .col-12 {
        border-radius: 5px;
    }

    .touchpoint #xyjj .swiper {
        padding-bottom: 30px;
    }

    #xyjj .swiper-pagination {
        padding: 10px;
    }



    #xqhz .xqhz-item {
        width: auto;
        height: auto;
        max-width: 400px;
        padding: 32px 24px;
    }


#jymx .swiper-slide {
    display: flex;
    justify-content: center;
}


    #jyvideo .jy-media {
        flex-direction: column;
    }

    #jyvideo .jy-media ul {
        margin: 10px 0 0;
        width: 100%;
    }

    #jyvideo .jy-media ul li h3, #jyvideo .jy-media ul li p {
        margin: 12px 0;
    }

    #jyvideo .jy-media ul li .item {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 16px 0 0;
        align-items: center;
        text-align: center;
    }


    #jyfeed .content {
        display: flex;
        flex-direction: column;
    }

    #jyfeed .content .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        margin: 0 0 40px;
    }

    #jyfeed .item .desc {
        width: 100%;
        margin: 18px 0 0;
    }

    #jyfeed .item .desc p a:after{
        content: "...";
        font-size: 14px;
    }

#sxsx {
height: auto;
}

#sxsx .swiper-pagination {
display: none;
}

#sxsx .swiper-button-prev {
    left: 6px;
}

#sxsx .swiper-button-next {
    right: 6px;
}


.touchpoint .title-block h2:after,.touchpoint .title-block .h2:after {
    bottom: 5px;
}


}