.w14 {
    max-width: 1400px;
    margin: 0 auto;
}

.groupbk {
    position: relative;
}

.groupbk::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #005375;
    height: 360px;
    z-index: 1;
}

.groupbk::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 360px;
    bottom: 0;
    background: url(../images/adblick-bbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.xmzs {
    position: relative;
    padding-top: 54px;
    z-index: 9;
}

.xmzs .infonews14_15_tit .infonews14_15_titc h3 b{
    color:#fff;
}
.xmzs .infonews14_15_tit .infonews14_15_titc h3 span{
    color:#fff;
}
.xmzs .infonews14_15_tit .infonews14_15_titc p{color: #096287;}

.xmzs .infonews14_15_tit .infonews14_15_more a{
    color:#fff;
}



.xmzs-c .slick-list {
    padding-bottom: 50px;
    padding-top: 20px;
}

.xmzs-c ul li a {
    display: block;
    margin: 0 15px;
    transition: all 0.5s;
}

.xmzs-c ul li a .modulepic {
    padding-top: 75%;
}

.xmzs-c ul li a .info {
    padding: 0 30px 70px 30px;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 62, 111, 0.16);
    transition: background-color 0.5s;
}

.xmzs-c ul li a .info span {
    display: block;
    border-radius: 8px;
    opacity: 1;
    background: #005375;
    width: 100%;
    height: 46px;
    font-weight: bold;
    max-width: 100%;
    font-size: 20px;
    /* font-weight: 300; */
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    transform: translateY(-50%);
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 1; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.xmzs-c ul li a .info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}

.xmzs-c ul li a .info p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
    margin-top: 20px;
}

.xmzs-c ul li a:hover {
    transform: translateY(-20px);
}

.xmzs-c ul li a:hover .info {
    background: #005375 url(../images/xmzs-itembg.png) no-repeat;
    background-position: center 70%;
    background-size: 47%;
}

.xmzs-c ul li a:hover .info span {
    color: #FFFFFF;
    background: #BC9955;
}

.xmzs-c ul li a:hover .info h3 {
    color: #FFFFFF;
}

.xmzs-c ul li a:hover .info p {
    color: #FFFFFF;
}

.xmzs-c .slick-prev, .xmzs-c .slick-next {
    border: 1px solid #005375;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
}

.xmzs-c .slick-prev {
    background: #fff url(../images/xmzs-prev.png) no-repeat;
    background-position: center center;
    background-size: 22px auto;
    margin-left: -50px;
}

.xmzs-c .slick-prev:hover {
    background: #005375 url(../images/xmzs-prev-h.png) no-repeat;
    background-position: center center;
    background-size: 22px auto;
}

.xmzs-c .slick-next {
    background: #fff url(../images/xmzs-next.png) no-repeat;
    background-position: center center;
    background-size: 22px auto;
    margin-right: -50px;
}

.xmzs-c .slick-next:hover {
    background: #005375 url(../images/xmzs-next-h.png) no-repeat;
    background-position: center center;
    background-size: 22px auto;
}

.gzzn {
    position: relative;
    z-index: 9;
    padding-bottom: 80px;
}

.gzzn-c {
    margin-top: 43px;
}

.gzzn-c ul li a {
    display: block;
    padding-top: 6px;
}

.gzzn-c ul li a .icon {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(142deg, rgba(194, 219, 244, 0.8) 4%, rgba(255, 255, 255, 0.8) 96%);
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.gzzn-c ul li a .icon::before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    background: url(../images/gzzn-itembor.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s;
}

.gzzn-c ul li a .icon::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    background: url(../images/gzzn-itemlogo.png) no-repeat;
    background-position: center center;
    background-size: 90% auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.gzzn-c ul li a .icon img {
    max-width: 60%;
    max-height: 60%;
    position: relative;
    z-index: 9;
}

.gzzn-c ul li a p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 22px;
    color: #333333;
    margin-top: 30px;
}

.gzzn-c ul li a .icon:hover::before {
    opacity: 1;
}

.gzzn-c ul li a .icon:hover::after {
    opacity: 1;
}

.gzzn-c .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    position: static;
    margin-top: 55px;
}

.gzzn-c .slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #D8D8D8;
    margin: 0 12px;
    transform: scale(.6);
    transition: all 0.5s;
}

.gzzn-c .slick-dots li.slick-active {
    transform: scale(1);
    background: #005375;
}



@media screen and (max-width:1600px) {
    .xmzs-c {
        padding: 0 50px;
    }
}

@media screen and (max-width:1400px) {
    .w14 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gzzn-c ul li a .icon {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width:1024px) {
.cont_sub_1400_005_8A7D3C3E .contsub14_5_position h3{font-size: 19px;}
.cont_sub_1400_005_8A7D3C3E .contsub14_5_position div a{    font-size: 13px;}
.cont_sub_1400_005_8A7D3C3E .contsub14_5_position div span{    font-size: 13px;}
.foot-info {

    padding: 0 10px;
}
    .gzzn-c .slick-dots{
        margin-top:25px;
    }
    .gzzn{
        padding-bottom:30px;]
    }
    .gzzn-c ul li a p {
        font-size: 16px;
        margin-top: 15px;
    }

    .gzzn-c .slick-dots li {
        margin: 0 5px;
        width: 12px;
        height: 12px;
    }

    .xmzs-c {
        padding: 0 30px;
    }
.xmzs-c .slick-list{
    padding-bottom:25px;
}
    .xmzs-c ul li a {
        margin: 0 5px;
    }

    .xmzs-c .slick-prev, .xmzs-c .slick-next {
        width: 35px;
        height: 35px;
    }
    .xmzs-c .slick-prev{
        margin-left:-35px;
    }
    .xmzs-c .slick-next{
        margin-right:-35px;
        
    }
    .xmzs-c ul li a .info{
        padding: 0 15px 25px 15px;
    }
    .xmzs-c ul li a .info span{
        font-size: 14px;
        width: 120px;
        height: 36px;
        line-height: 36px;
    }
    .xmzs-c ul li a .info h3{
        font-size: 16px;
    }
    .xmzs-c ul li a .info p{
        font-size:14px;
        margin-top:10px
    }
    .gzzn-c ul li a .icon{
        width: 100px;
        height: 100px;
    }
}