.box1 {
    width: 100%;
    height: 95vh;
    margin: 0 auto;
}
.bg_sp {
    z-index: 1;
    width: 100%;
    position: relative;
}
.Video {
    width: 100%;
    height: 95vh;
    background: url(https://ykimg.wentianlvyou.com/20250220FgmmC-AxbOsKFcQtZ285YmR8FYWU.jpg) no-repeat center;
    background-size: cover;
}
video {
    min-width: 100%;
    /* height: auto; */
    object-fit: unset;
}
.Video video{
    height: 95vh;
    position: absolute;
}
.indexnavbox{
    width: 72px;
    position: absolute;
    z-index: 1000;
    right: 70px;
    top: 200px;
}
/*首页视频右侧按钮*/
.indexnav{
    padding: 20px 0;
    display: block;
    text-align: center;
    margin-top: 15px;
}
.indexnav *{
    display: block;
    color: #09E2F9;
    cursor: pointer;
}

.indexnav div{
    width: 92px;
    height: 92px;
    position: relative;
    background-image: url(https://ykimg.wentianlvyou.com/20250319Fgwz-qVuoyGO9sYUvtoySkE3K3B9.png);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.indexnav span{
    margin-top: 20px;
    height: 28px;
    width: 28px;
    background-size: cover;
    display: inline-block;
}
.indexnav h3{
    font-size: 15px;
    margin: 0;
    width: 100%;
    padding-top: 5px;
}
.wapbox .indexnav span::before,.wapbox .indexnav span::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    content: "";
}
.wapbox .indexnav span::before{
     background-image: url(../img/bg-2010212241-a.png);
    -webkit-animation: turn-clockwise 9s linear infinite;
    -moz-animation: turn-clockwise 9s linear infinite;
    animation: turn-clockwise 9s linear infinite;
}
.wapbox .indexnav span::after{
    background-image: url(../img/bg-2010212241-b.png);
    -webkit-animation: turn-anticlockwise 12s linear infinite;
    -moz-animation: turn-anticlockwise 12s linear infinite;
    animation: turn-anticlockwise 12s linear infinite;
}

.wapbox .indexnav:hover span::before{
    opacity: 1;
    background-image: url(../img/bg-2010212232-a.png), url(../img/bg-2010212232-c.png);
}
.wapbox .indexnav:hover span::after{
    opacity: 1;
    background-image: url(../img/bg-2010212232-b.png);
}

.indexnav:hover div{
    background-color: #2163E1;
}
.aaaaabox{
    position: fixed;
    bottom: 0;
    width: 250px;
    z-index: 99;
    padding-left: 5px;
}
.aaaaabox img{
    width: 100%;
}
@-webkit-keyframes turn-clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes turn-clockwise {
    0% {
        -moz-transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(90deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(270deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@keyframes turn-clockwise {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes turn-anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(90deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes turn-anticlockwise {
    0% {
        -moz-transform: rotate(360deg);
    }
    25% {
        -moz-transform: rotate(270deg);
    }
    50% {
        -moz-transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(90deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}
@keyframes turn-anticlockwise {
    0% {
        transform: rotate(360deg);
    }
    25% {
        transform: rotate(270deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.out_zlink {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    z-index: 100;
    position: absolute;
    bottom: 40px;
    display: grid;
}
.out_zlink_bg{
    position: absolute;
    width: 100%;
    height: 100%;
}
.out_zlink_bg img{
    width: 100%;
    height: 100%;
}
.out_zlink .zlink1 {
    width: 970px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}
.out_zlink .zlink1 a {
    float: left;
    margin: 3px 0 0 0;
    color: #09E2F9;
    font-weight: 600;
    width: 240px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.out_zlink .zlink1 a:hover {
    color:#3079e9;
}
.out_zlink .zlink1 a span{
    margin: 0 15px;
}
.out_zlink .zlink1 a i {
    
}
.out_zlink .zlink1 .tubiao{
    width: 28px;
    height: 28px;
}
.zlink2 {
    height: 80px;
    overflow: hidden;
    margin: 30px auto;
    padding-left: 50px;
    position: relative;
    background: #3D7FFF;
    font-size: 18px;
    display: flex;
    padding: 6px;
}
.zlink2 .tongzhi-left{
    color: #fff;
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15px;
}

.zlink2 i{
    margin-right: 5px;
    font-size: 30px;
}
.zlink2 .notice_active {
    float: left;
    background: #F1F6FF;
    width: 100%;
    padding: 0 10px;
}
.zlink2 .notice_active_ch {
    line-height: 68px;
}

.zlink2 ul,.zlink2 li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.index-content{
    padding-bottom: 10px;
}
.index-center{
     background: url('https://ykimg.wentianlvyou.com/20250320Fus_TMIx3nfONfzkIphUSXg4V4mi.jpg') no-repeat center 0;
}
.carousel-focus .item .carousel-img {
    background-size: cover;
    width: 100%;
    height: 180px;
    background-position: center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#channel-focus .item .carousel-img {
    height: 280px;
    width: 100%;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.mokuai-name{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    height: 44px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D7FFF
}
.mokuai-name img{
    height: 100%;
    width: auto;
    max-width: 100%;
    position: absolute;
}
.wapbox{
    background: url('https://ykimg.wentianlvyou.com/20250224FrdgzHtwSKBvUaRF1gdiK_vYFHSl.png') no-repeat 100%;
    padding: 38px 10px 0 10px;
    border-top-left-radius: 20px;
    position: relative;
    z-index: 9;
}
.wapbox .tzgg {
    background: #ffffff;
    height: 48px;
    line-height: 30px;
    width: 95%;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
    border-radius: 14px;
    position: relative;
}
.tzgg i {display: block;position: absolute;background: url("https://ykimg.wentianlvyou.com/20250224Fr_7sXbOAlUn7RgLW2pJq6-k3xuM.gif") no-repeat;left: 7px;top: 13px;width: 20px;height: 20px;background-size: 100%;}
.tempWrap {height:30px !important;overflow:hidden;position:relative;}
.tzgg_slide a{
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ed560b;
}
.kouhao{
    font-size: 24px;
    letter-spacing: 22px;
}
.news-item .channel-name{
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #cac9c9;
    padding-left: 10px;
}
.news-item .channel-name:before {
    position: absolute;
    top: 2px;
    left: 0px;
    content: ' ';
    width: 5px;
    height: 85%;
    background: #3D7FFF;
    display: inline-block;
    border-radius: 3px;
}
.news-item .channel-name span{
    float: right;
}
.news-item .channel-name a{
    color: #6b6b6b;
}
.news-item ul{
    list-style: initial;
    padding-left: 30px;
    margin: 9px 0;
}
.news-item li{
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #4a5261;
}
.news-item li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-item li .date{
    float: right;
    color: #A3A3A3;
}
a.index-btns{
    padding: 20px 0;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    display:block;
    background-image: url(https://ykimg.wentianlvyou.com/20250320FkGfGHAEC19riUxeqxxPVvO5bvvr.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
    width: 300px;
    border-radius: 5px;
}
.index-btns i{
    font-size: 25px;
    margin-right: 10px;
}
.index-xuzhi{
    padding: 10px 0;
    background-image: url(https://ykimg.wentianlvyou.com/20250320Fldsp5lIHBONlgk_nQBJm0Fb7h69.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.index-changguan{
    padding: 10px 0;
}
.fastgjt{
    display: block;
    position:relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fastgjt img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.fastgjt .des{
    position: absolute;
    left: 10px;
    bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 69px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.fastgjt:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.index-rongyu{
    background-image: url(https://ykimg.wentianlvyou.com/20250320Fldsp5lIHBONlgk_nQBJm0Fb7h69.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 10px;
}
.index_active .slidewrp {
    display: block;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-left: 0;
}
.index_active{
    margin-top: 20px;
    margin-bottom: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 5px;
}
.swiper-container-fade .swiper-slide{
    pointer-events: auto;
}
.index_active .ui_img{
    position: relative;
    overflow: hidden;
    height: 235px;
}
.index_active .ui_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.index_active .swiper-slide:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.index_active .ui_txt {
    padding: 10px 10px 0;
    position: relative;
    z-index: 10;
    bottom: 20px;
    margin-top: -50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ui_clamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: -o-ellipsis-lastline;
}
.index_active .p2 {
    font-size: 18px;
    color: #fff;
    -webkit-line-clamp: 1;
}
.index_active .p3 {
    height: 35px;
    color: #666;
    margin: 10px auto 20px;
}
.index_active a:hover,.index_active a:active{
    color: inherit;
    text-decoration: none;
}
.com-prev1 {
    left: 0;
    border-radius: 0 25px 25px 0;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,.2);
}
.com-next1 {
    right: 0;
    border-radius: 25px 0 0 25px;
    box-shadow: -5px 0 5px 0 rgba(0,0,0,.2);
}
.com-prev1, .com-next1 {
    width: 30px;
    height: 50px;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -25px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
}
.swp5-prev {
    left: 0;
}
.swp5-next {
    right: 0;
}
.com-prev1:after, .com-next1:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}
.com-next1:after {
    background: url(../img/ico13.png) no-repeat 15px center;
}
.com-prev1:after {
    left: -20px;
    background: url(../img/ico13-2.png) no-repeat 29px center;
}
.index-daolanimg .des{
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    line-height: 30px;
    padding: 0 5px;
    bottom: 0;
    font-size: 16px;
}

@media (max-width: 780px){
    .box1,.Video,.Video video{
        height: 300px;
    }
    .kouhao{
        font-size: 22px;
        letter-spacing: 10px;
    }
    .index-center {
        background: #fff;
    }
    .indexnavbox{
        width: 100%;
        position: static;
        min-height: 128.5px;
    }
    .indexnav *{
        color: #007bff;
    }
    .indexnav div {
        width: 52px;
        height: 52px;
        background: #007bff;
    }
    .indexnav span {
        margin-top: 16px;
    }
    .indexnav i{
        color: #fff;
    }
    .wapbox .indexnav span::before{
        opacity: 1;
        background-image: url(../img/bg-2010212232-a.png);
    }
    .wapbox .indexnav span::after{
        opacity: 1;
        background-image: url(../img/bg-2010212232-b.png);
    }
    .index-content{
        margin-top: 0;
    }
    #channel-focus{
        margin-bottom: 20px;
    }
    .mokuai-name{
        font-size: 18px;
    }
    .news-item .channel-name{
        border-bottom: 0;
    }
    .mokuai-name i{
        font-size: 18px;
    }
    .index-changguan .mokuai-name i{
        font-size: 22px;
    }
    .index-daolanimg .fastgjt{
        margin-top: 5px;
    }
    .footer{
        margin-top: 0;
        padding-top: 10px;
    }
}
@media screen and (min-width: 768px){
    .carousel-caption {
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        padding: 0;
        bottom: 0;
        text-shadow: none;
    }
    .carousel-indicators {
        bottom: 3px;
        right: 15px;
        width: auto;
        left: inherit;
        opacity: 0.6;
    }
    .carousel-caption h3 {
        margin: 0;
        font-size: 14px;
        padding: 15px;
        text-align: left;
    }
}