﻿.indexcss
{

}
    .indexcss .swiper {
        width: 100%;
        height: 100%;
    }

    .indexcss .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .indexcss .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .indexcss .slistr {
        position: absolute;
        z-index: 9;
        top: 20%;
        color: #FFF;
    }
        .indexcss .slistr span{
            margin:0px 10px;
        }

        .indexcss .sstr {
            text-align: center;
            font-size: 40px;
            font-weight: bold;
            margin-top: 30px;
        }
.videoholder{
    width:100%;
}
.banVideo {
    width: 100%;
    max-height: 100%;
    object-fit: cover
}
.indexcss .spmain {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0px;
    width: 100%;
}
    .indexcss .sprel {
        position: relative;
        width: 100%;
        height: 17px;
    }
.indexcss .swiper-pagination {
    bottom: 0px !important;
    display:flex;
    justify-content:center;
    height:17px;
}
    .indexcss .swiper-pagination span{
        display:block;
        position:relative;
        margin:0 18px!important;
        opacity:1!important;
        width:17px;
        height:17px;
        box-sizing:border-box;
        border-radius:50%;
        background-color:unset!important;
        border:1px solid #FFF;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        .indexcss .swiper-pagination span s {
            display: block;
            text-decoration:none;
            width: 9px;
            height: 9px;
            background-color: #FFF;
            border-radius: 50%;
            box-sizing: border-box;
        }
.swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 8px;
    height: 1px;
    border-top:1px solid #FFF;
    box-sizing: border-box;
    left: -20px;
    width: 16px;
}
.swiper-pagination-bullet::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 8px;
    height: 1px;
    border-top: 1px solid #FFF;
    box-sizing: border-box;
    right: -20px;
    width: 16px;
}
.indexcss .swiper-pagination span:first-child::before {
    left: -1024px;
    width: 1020px;
}
.indexcss .swiper-pagination span:last-child::after {
    right: -1024px;
    width: 1020px;
}

.indexcss .swiper-pagination-bullet-active {
    border-color: #c71300!important
}
    .indexcss .swiper-pagination-bullet-active s {
        background-color: #c71300 !important
    }
    /****/
.indexcss .swiper-slide-active .sstr {
    animation: moveUpAndFadeIn 1s ease-out forwards;
}
@keyframes moveUpAndFadeIn {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/****/
    .indexcss .banico {
        position: absolute;
        z-index: 10;
        bottom: 160px;
        left: calc(50% - 62px);
    }
/*****/
.indexcss .swiper .gdabout {
    width: 160px;
    height: 32px;
    position: relative;
    margin-top: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
}

.indexcss .swiper .usico {
    width: 32px;
    height: 32px;
    position: relative;
    box-sizing: border-box;
    background-color: #276da2;
    display: block;
    border-radius: 16px;
    transition: 0.3s;
}

    .indexcss .swiper .usico:before, .indexcss .swiper .usico:after {
        content: '';
        width: 3px;
        height: 10px;
        background-color: #FFF;
        display: block;
        position: absolute;
        top: 8px;
        left: 16px;
        transform: rotate(-45deg);
    }

    .indexcss .swiper .usico:after {
        top: 14px;
        left: 16px;
        transform: rotate(45deg);
    }

.indexcss .swiper .usstr {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 40px;
}

.indexcss .swiper .gdabout:hover .usico {
    width: 160px;
}

.indexcss .swiper .gdabout:hover .usstr {
    color: #FFF
}

.indexcss .swiper .gdabout:hover .usico:before,
.indexcss .swiper .gdabout:hover .usico:after {
    animation: banff 1.2s linear infinite;
}

@keyframes banff {
    0% {
        left: 16px;
    }

    50% {
        left: 26px;
    }

    100% {
        left: 16px;
    }
}
/****/
.indexcss .busmain {
    width: 1480px;
    margin: 0px auto;
    margin-top:50px;

}
    .indexcss .busmain .busnm {
        text-align: center;
        font-size: 40px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .indexcss .busmain .busms {
        font-size: 18px;
        text-align: center;
        line-height: 34px;
        margin-top:20px;
    }
    .indexcss .busmain .buslist {
        display: flex;
        justify-content: space-between;
        margin-top:50px;
    }
    .indexcss .busmain .busitem {
        width: 32%;
        height: 400px;
        position: relative;
        color: #FFF;
        overflow: hidden;
        background-image: url(/img/pcimg/pjxs.jpg);
    }
    .indexcss .busmain .busdx {
        background-image: url(/img/pcimg/sbdx.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
    }
    .indexcss .busmain .busby {
        background-image: url(/img/pcimg/wxby.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 4px;
    }
    .indexcss .busmain .businm {
        position: absolute;
        z-index:3;
        left:20px;
        top:50px;
        right:20px;
        height:50px;
        line-height:50px;
        font-size:26px;
        font-weight:bold;
    }
    .indexcss .busmain .busims {
        position: absolute;
        z-index: 3;
        left: 20px;
        top: 120px;
        right: 20px;
        font-size: 18px;
        line-height: 40px;
    }
    .indexcss .busmain .busimore {
        position: absolute;
        z-index: 3;
        left: 20px;
        right: 20px;
        bottom: 50px;
        font-size:20px;
    }
.indexcss .buspj {
    position: absolute;
    z-index: 3;
    left: 20px;
    right: 20px;
    bottom: 50px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

    .indexcss .buspj a {
        display: block;
        color: #FFF !important;
        font-size: 16px;
        font-weight: bold;
    }
.indexcss .netico {
    background-image: url(/img/ico/net01.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 23px;
}
.indexcss .shopico {
    background-image: url(/img/ico/shopcart01.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 23px;
}
.indexcss .busmain .busizz {
    position: absolute;
    z-index: 1;
    background-color: #000;
    opacity: 0.6;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
    .indexcss .busmain .mrlink {
        display:block;
        width: 160px;
        height: 32px;
        position: relative;
        margin-top: 20px;
        padding: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .indexcss .busmain .mrico {
        width: 32px;
        height: 32px;
        position: relative;
        box-sizing: border-box;
        background-color: #FFF;
        display: block;
        border-radius: 16px;
        transition: 0.3s;
    }

        .indexcss .busmain .mrico:before,
        .indexcss .busmain .mrico:after {
            content: '';
            width: 3px;
            height: 10px;
            background-color: #ad1e37;
            display: block;
            position: absolute;
            top: 8px;
            left: 16px;
            transform: rotate(-45deg);
        }

        .indexcss .busmain .mrico:after {
            top: 14px;
            left: 16px;
            transform: rotate(45deg);
        }
    .indexcss .busmain .mrstr {
        font-size: 16px;
        color: #FFF;
        font-weight: bold;
        display: block;
        position: absolute;
        left: 40px;
    }

    .indexcss .busmain .mrlink:hover .mrico {
        width: 160px;
    }

    .indexcss .busmain .mrlink:hover .mrstr {
        color: #ad1e37
    }

    .indexcss .busmain .mrlink:hover .mrico:before,
    .indexcss .busmain .mrlink:hover .mrico:after {
        animation: busilink 1.2s linear infinite;
    }

@keyframes busilink {
    0% {
        left: 16px;
    }

    50% {
        left: 26px;
    }

    100% {
        left: 16px;
    }
}

/****/
.indexcss .abusholder {
    position:relative;
    padding-top:80px;
    padding-bottom:80px;
    margin-top:50px;
}
.indexcss .incobg {
    position:absolute;
    z-index:-1;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-image: url(/img/pcimg/abusbg.jpg);
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: center center;
    opacity: 0.15;
}
.indexcss .abusmain {
    width: 1480px;
    margin: 0 auto;
}

.indexcss .abusnm {
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 600;
}
.indexcss .abusms {
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
}
.indexcss .abussz {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
.indexcss .szitem {
    width: 20%;
    text-align: center;
}
.indexcss .numln {
    display: flex;
    justify-content: center;
}
.indexcss .num {
    display: block;
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3b3b3b;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
}
.indexcss .dw {
    height: 80px;
    box-sizing: border-box;
    padding-top: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-left: 5px;
}
.indexcss .msln {
    font-size: 18px;
    text-align: center;
}
.indexcss .abuslm {
    width: 1480px;
    margin: 0px auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.indexcss .lmitem {
    width: 32.5%;
    height: 380px;
    box-sizing: border-box;
    padding: 0px 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    position: relative;
    transition: width 0.6s ease;
    overflow: hidden;
    color: #FFF;
    border-radius: 3px;
    background-position: top center;
    background-repeat: no-repeat;
    user-select:none;
}
.indexcss .lmstr {
    color: #FFF;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing:border-box;
    padding:50px;
    padding-top:80px;
}
.indexcss .lmwh {
    background-image: url(/img/pcimg/iqywh2.jpg)
}
.indexcss .lmlc {
    background-image: url(/img/pcimg/ifzlc2.jpg)
}
.indexcss .lmsl {
    background-image: url(/img/pcimg/iqysl2.jpg)
}
.indexcss .lmitemon {
    width: 60%;
}
.indexcss .lmfg {
    width: 2%;
}
.indexcss .lmnm {
    font-size: 32px;
    font-weight: bold;
    color: #FFF;
    padding-bottom:40px;
}
.indexcss .lmms {
    font-size:23px;
    height:80px;
    line-height:40px;
}
.indexcss .lmbg {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}
.indexcss .lmzz {
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.4;
}

.comore{

}
.indexcss .colink {
    display: block;
    width: 160px;
    height: 32px;
    position: relative;
    margin-top: 20px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: left;
    align-items: center;
}

.indexcss .coico {
    width: 32px;
    height: 32px;
    position: relative;
    box-sizing: border-box;
    background-color: #FFF;
    display: block;
    border-radius: 16px;
    transition: 0.3s;
}

    .indexcss .coico:before,
    .indexcss .coico:after {
        content: '';
        width: 3px;
        height: 10px;
        background-color: #ad1e37;
        display: block;
        position: absolute;
        top: 8px;
        left: 16px;
        transform: rotate(-45deg);
    }

    .indexcss .coico:after {
        top: 14px;
        left: 16px;
        transform: rotate(45deg);
    }

.indexcss .costr {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 40px;
}

.indexcss .colink:hover .coico {
    width: 160px;
}

.indexcss .colink:hover .costr {
    color: #ad1e37
}

.indexcss .colink:hover .coico:before,
.indexcss .colink:hover .coico:after {
    animation: colinkkf 1.2s linear infinite;
}

@keyframes colinkkf {
    0% {
        left: 16px;
    }

    50% {
        left: 26px;
    }

    100% {
        left: 16px;
    }
}
/**.layui.groupitem**/
.groupinfolist {
    display: flex;
}
.groupitem {
    box-sizing: border-box;
    padding: 20px;
    border-right:1px solid #F0F0F0;
    width:380px;
}
.groupinfolist .groupitem:last-child {
    border-right:0px;
}
.groupitem .netimg {
    width: 100%;
    position: relative;
}
        .groupitem .netimg img {
            display: block;
            width: 100%;
        }
    .groupitem .netnm {
        position: absolute;
        z-index: 2;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px;
    }

.groupitem .netbg {
    position: absolute;
    z-index: 1;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 40px;
    background-color: #000;
    opacity: 0.6;
}
.groupitem .netcitys {
    padding: 10px 0px;
    line-height: 30px;
    font-size: 14px;
    color:#999;
}
.wldz {
    word-break: break-all;
    white-space: normal;
    box-sizing:border-box;
}
    .wldz s {
        margin:0px;
        padding:0px;
        text-decoration:none;
        display:inline-block;
        vertical-align:middle;
        height: 25px;
        line-height:25px;
        box-sizing:border-box;
        background-image: url(/img/ico/dizhi666.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        padding-left: 23px
    }
.groupitem .nettel {
    line-height: 30px;
    font-size: 14px;
}
    .groupitem .netdz {
        display: flex;
        justify-content: space-between
    }
    .groupitem .dzstr {
        height: 50px;
        line-height: 25px;
    }
    .groupitem .dzmap {
        padding-left: 20px;
    }
        .groupitem .dzmap a {
            display: block;
            background-color: #ae1e36;
            color: #FFF;
            width: 80px;
            text-align: center;
            height: 50px;
            line-height: 50px;
            color: #FFF;
            border-radius: 6px;
        }
            .groupitem .dzmap a:hover {
                color: #FFF
            }
/**newsmain**/
.indexcss .newsmain {
    width: 1480px;
    margin: 0 auto;
}
    .indexcss .newsmain .nsscnnm {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 200px;
    }
    .indexcss .newsmain .nsgolder {
        display: flex;
        justify-content: space-between
    }
    .indexcss .newsmain .imgnsul {
        width: 730px;
        display: flex;
        justify-content: space-between
    }
    .indexcss .newsmain .insitem {
        display: block;
        width: 355px;
        height: 460px;
        overflow: hidden;
        position: relative;
    }
    .indexcss .newsmain .insimg {
        width: 100%;
        height: 260px;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }
        .indexcss .newsmain .insimg img {
            height: 260px;
            border-radius: 3px 3px 0 0;
            /***/
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            transition: all .5s ease;
        }

    .indexcss .newsmain .insparm {
        height: 200px;
        background-color: #f7f7f7;
        box-sizing: border-box;
        padding: 20px 20px 0 20px;
        border-radius: 0 0 3px 3px;
    }
    .indexcss .newsmain .insbt {
        color: #333;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }
    .indexcss .newsmain .insdt {
        color: #666;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .indexcss .newsmain .insms {
        height: 75px;
        line-height: 25px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all;
        white-space: normal;
    }

    .indexcss .newsmain .goln {
        position: absolute;
        z-index: 1;
        background-color: #ad1e37;
        height: 1px;
        left: 50%; /*定位在线的中间 */
        bottom: 0px;
        width: 0;
        transition: all 0.3s;
    }
.indexcss .newsmain .insitem:hover .insimg img {
    transform: translate(-50%, -50%) scale(1.1);
}
    .indexcss .newsmain .insitem:hover .goln {
        width: 100%;
        left: 0%;
    }
    .indexcss .newsmain .insitem:hover .insbt {
        color: #ad1e37 !important
    }
    .indexcss .newsmain .strnsul {
        width: 730px;
    }
    .indexcss .newsmain .snsitem {
        display:block;
        height: 140px;
        margin-bottom: 20px;
        background-color: #f7f7f7;
        border: 1px solid #f7f7f7;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        border-radius: 3px;
    }
        .indexcss .newsmain .snsitem:last-child {
            margin-bottom: 0px;
        }
        .indexcss .newsmain .snsitem:hover{
            border:1px solid #CCC;
        }
        .indexcss .newsmain .snsdt {
            border-right: 1px solid #b5b5b5;
            padding-right: 20px;
            padding-left: 10px;
        }
    .indexcss .newsmain .snsitem:hover .snsbt {
        color: #ad1e37 !important
    }
    .indexcss .newsmain .dtday {
        color: #666;
        font-size: 30px;
        font-weight: bold;
        border-bottom: 1px solid #b5b5b5;
        padding-bottom: 10px;
    }
    .indexcss .newsmain .dtym {
        color: #666;
        font-size: 16px;
        margin-top: 20px;
    }
    .indexcss .newsmain .snsparm {
        flex: 1;
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .indexcss .newsmain .snsbt {
        color: #4d4b4b;
        font-size: 20px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
    }
    .indexcss .newsmain .snsms {
/*        margin-top: 0px;*/
        height: 50px;
        line-height: 25px;
        color: #666;
        font-size: 15px;
    }
    .indexcss .newsmain .nsmore {
        display: block;
        border: 1px solid #ae1e36;
        width: 180px;
        margin: 30px auto;
        text-align: center;
        line-height: 50px;
        border-radius: 4px;
        color: #ae1e36;
        font-size: 16px;
        margin-bottom: 50px;
    }