﻿.header .header-box a {
    color: #fff;
}
.header-style .header-box a {
    color: #808080;
}
.news-wrap .banner{
    width: 100%;
    min-width: 1200px;
    height: 580px;
    overflow: hidden;
    position: relative;
}

.news-wrap .banner .title>div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -250px;
    margin-right: 200px;
    opacity: 0;
}
.news-wrap .banner .title>div h1{
    color: #fff;
    font-size: 36px;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
}

.news-wrap .banner .title>div img{
    width: 30px;
    height: 26px;
    object-fit: contain;
}

.news-wrap .banner .title>h2{
    color: #122332;
    text-align: right;
    font-size: 24px;
    margin: 10px 240px 0 20px;
    opacity: 0;
}

.news-wrap .banner .bottom{
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.news-wrap .banner .bottom .news-title{
    width: 1000px;
    height: 250px;
    margin: 0 auto;
    padding: 0 0 0 100px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.news-wrap .banner .bottom h1{
    font-size: 15px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.news-wrap .banner .bottom h2{
    font-size: 25px;
    max-height: 200px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}

.news-wrap .banner .bottom span{
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #c92829;
}

.news-wrap .news-detail{
    width: 725px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.news-wrap .news-detail>div{
    width: 80px;
    margin-bottom: 30px;
}
.news-wrap .news-detail .swiper-wrap{
    width: 725px;
    height: 475px;
    margin-top: 10px;
}
.news-wrap .news-detail .swiper-wrap>div{
    width: 100%;
    height: 100%;
}
.news-wrap .news-detail>p{
    width: 725px;
    margin: 10px;
    font-size: 16px;
	text-align:justify;
    line-height: 30px;
    opacity: 0;
}
.news-wrap .news-detail>p.date{
    font-size: 12px;
    color: #333;
}
.news-wrap .next-bar{
    width: 100%;
    height: 170px;
    background-color: #f2f1f1;
}

.news-wrap .next-bar>div{
    width: 725px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.news-wrap .next-bar>div>div:first-of-type{
    color: #c9242a;
    font-size: 16px;
    margin-bottom: 15px;
}

.news-wrap .next-bar>div>div:last-of-type{
    color: #606060;
    font-size: 16px;
}

.swiper-button-next, .swiper-button-prev {
    width: 16px!important;
    background-size: 16px!important;
}

.news-detail .swiper-wrap .swiper-lazy{
    transition: transform .5s;
}
.news-detail .swiper-wrap .swiper-lazy:hover{
    transform: scale(1.2);
}
