*{
    margin: 0;
    padding: 0;
	font-family: Microsoft Yahei, 微软雅黑, Arial;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: black;
}
.warpper{
    width: 100%;
    height: auto;
}
.wrapper *{
    box-sizing: border-box;
}
.banner-box{
    background: url(../imgs/banner-before.jpg) no-repeat top center;
    width: 100%;
    height: auto;
}
.banner-box .pc-banner{
    display: block;
    margin: 0 auto;
}
.banner-box .phone-banner{
    display: none;
}
.tit{
    display: block;
    margin: 0 auto;
}
.wb1200{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.box-one{
    width: 100%;
    height: auto;
    background: url(../imgs/bg1.jpg) no-repeat top center;
    padding-top: 135px;
}
.box-one .bigbox{
    margin-top: 22px;
    height: 502px;
    position: relative;
}
.box-one .swiper-box{
    width: 760px;
    height: 502px;
    /* border: 1px solid red; */
    padding: 36px 0;
    position: absolute;
    left: 0;
}
.box-one .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30px;
}
.box-one .swiper .swiper-slide .big-img{
    width: 100%;
    height: 100%;
}
.box-one .swiper .swiper-slide{
    position: relative;
}
.box-one .swiper .swiper-slide .swiper-floor{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background-image: linear-gradient(to top,rgb(0, 0, 0, 0.5),transparent);
}
.box-one .swiper .swiper-slide .swiper-floor a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 180px 200px 0 38px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-one .swiper-pagination{
    position: absolute;
    bottom: 58px;
    right: 37px;
}
/* swiper分页器 */
/* 通用pagination */
.box-one .swiper-pagination-bullet{
    margin: 0 3px;
    background: white;
    width: 20px;
    height: 20px;
    color: black;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
/* 高亮pagination */
.box-one .swiper-pagination-bullet-active{
    background-color: #ed741b;
}
.box-one  .newsItem-box{
    width: 466px;
    height: 502px;
    position: absolute;
    right: 0;
    padding: 36px 16px 36px 45px;
    background-image: linear-gradient(to right, rgb(131, 131, 131, 0.2),transparent 30%);
}
.box-one ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    background: url(../imgs/dashed.png) no-repeat top;
}
.box-one li{
    display: block;
    flex: 1;
    background: url(../imgs/dashed.png) no-repeat bottom;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 10px;
}
.box-one li a{
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-two{
    padding-top: 81px;
    width: 100%;
    background: url(../imgs/bg2.jpg) no-repeat top center;
    height: 1386px;
}
.box-two .ImgNews{
    margin-top: 59px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.box-two .ImgNews .NewsItem{
    width: 370px;
    height: 370px;
    background-color: white;
    padding: 20px 20px 0 20px;
}
.box-two .ImgNews .NewsItem img{
    display: block;
    width: 100%;
    height: 186px;
    border-radius: 14px;
}
.box-two .ImgNews .NewsItem div{
    width: 100%;
    margin-top: 15px;
}
.box-two .ImgNews .NewsItem h2{
    line-height: 26px;
    display: block;
    height: 56px;
}
.box-two .ImgNews .NewsItem h2 a{
    font-size: 18px;
    font-weight: bold;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-two .ImgNews .NewsItem p{
    font-size: 14px;
    line-height: 22px;
    color: #969696;
    display: block;
    height: 44px;
    margin-top: 10px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-two .TextNews{
    margin-top: 45px;
    height: 174px;
    background-color: white;
    padding: 20px 36px;
}
.box-two .TextNews ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.box-two .TextNews li{
    width: 310px;
    position: relative;
}
.box-two .TextNews li::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: absolute;
    left: -11px;
    top: 13px;
}
.box-two .TextNews li h2{
    line-height: 28px;
    font-weight: 400;
}
.box-two .TextNews li h2 a{
    font-size: 18px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.box-three{
    width: 100%;
    background: url(../imgs/bg3.jpg) no-repeat center top;
}
.box-three .posterBox{
    width: 1411px;
    height: 489px;
    margin: 0 auto;
    margin-top: 59px;
    position: relative;
    
}
.box-three .posterBox .swiper{
    height: 100%;
    overflow: hidden;
}
.box-three .posterBox .swiper-slide{
    padding: 0 10px 10px 0;
}
.box-three .posterBox .swiper-slide .slide-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px 10px 0 10px;
    background-color: white;
    box-shadow: 7px 9px 10px #e8e9c2;
}
.box-three .posterBox .swiper-slide img{
    width: 100%;
    height: 424px;
}
.box-three .posterBox .swiper-slide h2{
    line-height: 34px;
    text-align: center;
}
.box-three .posterBox .swiper-slide h2 a{
    font-size: 20px;
    font-weight: 400;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-three .swiper-next,.box-three .swiper-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.box-three .swiper-next{
    right: 0;
    background: url(../imgs/right.png) no-repeat;
    background-size: 100%;
}
.box-three .swiper-prev{
    left: 0;
    background: url(../imgs/left.png) no-repeat;
    background-size: 100%;
}
.box-four{
    width: 100%;
    height: auto;
    background: url(../imgs/bg4.jpg) no-repeat top center;
    padding-top: 206px;
}
.box-four .video-box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 58px;
}
.box-four .video-box .video-img{
    width: 100%;
    height: 100%;
}
.box-four .Headlines-video,.box-four .other-video{
    width: 587px;
    height: 330px;
}
.box-four .Headlines-video{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.box-four .Headlines-video h2{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.8),transparent);
    padding: 0 50px;
    line-height: 30px;
}
.box-four .Headlines-video h2 a{
    width: 100%;
    height: 100%;
    display: block;
    color: white;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-top: 295px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-four .other-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.box-four .other-video .video-item{
    width: 280px;
    height: 157px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.box-four .other-video h2{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.box-four .other-video h2 a{
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(0, 0, 0, 0.8),transparent);
    font-size: 20px;
    color: white;
    font-weight: 400;
    display: block;
    padding: 0 20px;
    padding-top: 127px; 
    text-align: center;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.box-four .play{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    transform: translate(-50%,-50%);
}
.box-five{
    height: 1182px;
    background: url(../imgs/bg5.jpg) no-repeat top center;
    padding-top: 266px;
}
.box-five .h5box{
    position: relative;
    border-radius: 20px;
    height: 375px;
    /* box-shadow: 0 0 20px rgb(0,0,0,0.7); */
    position: relative;
    margin-top: 69px;
}
.box-five .h5box .img-box{
    position: absolute;
    width: 668px;
    height: 375px;
    padding: 6px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    background-color: white;
    transition: 1s;
}
.box-five .h5box .img-box .thisimg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.box-five .h5box .img-box img{
    height: 100%;
    width: 656px;
}
.box-five .h5box .img-box h2{
    display: block;
    width: 656px;
    padding: 20px 35px;
    padding-top: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    background-image: linear-gradient(to top,rgba(0,0,0,0.6),transparent);
    font-size: 20px;
    text-align: center;
}
.phone-swi{
    display: none;
}