.banner{
    width: 100%;
    /* height: 487px; */
    /* background-image: url(../img/pcbanner.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pc{
    display: block;
}
.pc{
    width: 100%;
    display: block;
}
.mobile{
    display: none;
}
.nav_btn{
    display: none;
}
.navigation{
    width: 100%;
    background-color: #012C97;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
}
.navigation ul{
    width: 1200px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    margin: 0 auto;
}
.navigation ul li{
    padding: 0 10px;
    /* border-right: 2px solid #fff; */
}
.navigation ul li:last-child{
    border-right: 0;
}
.navigation ul li a{
    color: #fff;
    padding: 0 20px;
    font-weight: 300;
}

.common{
    width: 1200px;
    margin: 0 auto;
}
.back{
    margin-top: 50px;
}
.back hr{
    height: 2px;
    background-color: #012C97;
}
.back .tit{
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    background-color: #fff;
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.back p{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    text-indent: 36px;
}

.midtit{
    width: 100%;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 30px 0 15px 0;
}
.swiper-container{
    padding: 4px;
    width: 1200px;
    /* height: 380px; */
    box-sizing: border-box;
}
.swiper-container .swiper-slide img{
    width: 100%;
    /* height: 254px; */
}
.swiper-container .swiper-slide{
}
.swiper-container .swiper-slide .info{
    padding: 12px 16px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
    text-align: center;
    height: 95px;
}
.swiper-container .swiper-slide .info p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.swiper-container .swiper-slide .info p:nth-child(1){
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 40px;
}
.swiper-button-prev{
    background: none;
    left: -60px;
    font-size: 60px;
}
.swiper-button-next{
    background: none;
    right: -60px;
    font-size: 60px;
}
table{
    margin-top: 20px;
    border-color: #eee;
}
table tr:first-child td{
    background-color: #01329D;
    color: #fff;
    font-size: 20px;
}
table td{
    border-color: #999;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 10px;
}
.vid{
    width: 800px;
    /* height: 666px; */
    margin: 0 auto;
    position: relative;
}
.vid video{
    width: 100%;
    /* height: 675px; */
}
.newslist{
    margin-bottom: 30px;
}
.newslist .newsitem{
    display: flex;
    align-items: center;
}
.newslist .newsitem+.newsitem{
    margin-top: 20px;
}
.newslist .newsitem img{
    /* overflow: hidden; */
    width: 311px;
    height: 175px;
    box-shadow: 0px 2px 4px 0px rgba(138, 138, 138, 0.5);
    display: block;
}
/* .newslist .newsitem .imga img:hover{
    transform: scale(2);
} */
.newslist .newsitem .newsins{
    padding-left: 20px;
}
.newslist .newsitem .newsins .newstitle{
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 74px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newslist .newsitem .newsins .desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.more{
    width: 525px;
    height: 47px;
    border: 1px solid #012C97;
    font-size: 20px;
    font-weight: 400;
    color: #012C97;
    line-height: 47px;
    text-align: center;
    margin: 30px auto;
    cursor: pointer;
    user-select: none;
}
.totop{
    width: 50px;
    height: 50px;
    background-image: url(../img/totop.png);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 50;
    cursor: pointer;
}
.mw101{
    min-width: 120px;
}
/* .mw81{
    min-width: 76px;
} */
.padr120{
    padding-right: 140px;
}
.padr150{
    padding-right: 210px;
}
.play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 8;
    /* display: none; */
    user-select: none;
}
.video_shade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 7;
    /* display: none; */
    user-select: none;
}
.font_bold_800 {
    font-weight: 800;
}
.text_center {
    text-align: center;
}