.newsTopNav{
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}
.newsTopNav-box{
    width: 1200px;
    padding-top: 40px;
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
    z-index: 100;
}
.newsIndex-bannerText-top{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.newsIndex-bannerText-top h5{
    font-size: 26px;
    color: #fff;
}
.newsIndex-bannerText-drop-down{
    height: 26px;
    position: relative;
}
.newsIndex-bannerText-drop-down-icon{
    vertical-align: top;
    font-size: 18px;
}
.newsIndex-bannerText-drop-down-icon::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
}
.newsIndex-bannerText-drop-down.active .newsIndex-bannerText-drop-down-icon::after{
    position: relative;
    top: -6px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.newsIndex-bannerText-drop-down-icon span{
    font-weight: bold;
    color: #fff;
    vertical-align: top;
}
.newsIndex-bannerText-drop-down-Box{
    position: absolute;
    right: 0;
    top: 25px;
    width: 130px;
    display: none;
    background: #fff;
    padding: 25px 0;
    z-index: 1000;
    box-shadow: 0px 7px 8.28px 0.72px rgba(135, 127, 127, 0.2);
}
.newsIndex-bannerText-drop-down-Box li{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}
.newsIndex-bannerText-drop-down-Box li:hover{
    background: #fab07e;
}
.newsIndex-bannerText-drop-down-Box li a{
    color: #333;
}
.newsIndex-bannerText-nav{
    display: flex;
    align-items: center;
    justify-content: end;
}
.newsIndex-bannerText-nav-right{
    margin-left: 30px;
}
.newsIndex-bannerText-nav-ul{
    display: flex;
    gap: 0 35px;
}
.newsIndex-bannerText-nav-a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box{
    width: 240px;
    padding: 0;
    /* top: 25px; */
    background: none;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li{
 height: 49px;
	    line-height: 49px;
	    margin-bottom: 1px;
	    padding: 0 20px;
	    text-align: left;
	    display: flex;
	    font-weight: bold;
	    color: #fff;
	    justify-content: space-between;
	    background: url(./newsIndexnav-bg.png);
	    background-size: cover;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.newsIndex-bannerText-nav-ul .newsIndex-bannerText-drop-down-Box li:hover{
     background: #ff9e5c;
}
.newsIndex-bannerText-nav-right input{
    width: 90px;
    height: 30px;
    border: none;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 16px;
}
.newsIndex-bannerText-nav-right button{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: none;
    background: url(./newsIndexSearch.png) center #fff no-repeat;
}

/* 轮播 */
.newsTopNav-swiper{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
}
.newsTopNav-swiper .swiper-wrapper{
    height: auto;
}
.newsTopNav-swiper a,
.newsTopNav-swiper a img{
    display: block;
    width: 100%;    
    height: auto;
}


.newsIndex-video{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 10;
}



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

}