@charset "utf-8";
/* CSS Document */
.p1765m407f70e699f7dd3a, .p1765m11fc1047ca204189{
	 animation: ghostUpdown 1s infinite alternate;
     -webkit-animation: ghostUpdown 1s infinite alternate;}
	 
@keyframes ghostUpdown {
            from {
                margin-top: 100px;
            }
            to {
                margin-top: 70px;
            }
        }     
@-webkit-keyframes ghostUpdown {
            from {
                margin-top: 100px;
            }
            to {
                margin-top: 70px;
            }
        }


.swiper-pagination-switch{
    width: 36px;
    height: 5px;
    border-radius: 100px;
    background-color: #ffffff;
    display: block;
    float: left;
    opacity: 0.2;
    margin: 0 5px;
}

.swiper-active-switch{
	opacity:1;
	background-color:#FFFFFF;}
	



	
/*WEB开始*/
.p1765mf6810464836a0da5 img{
	width:100%;
	height:100vh!important;}
	
	
	
/*---------------新闻开始---------------------*/
.p1765m442e827fe7bd375a img, .p1765m44a6a2fb1b40ebd1 img, .p1765m7579d97b21f229f4 img{
	transition:all 2s;/*图片放大过程的时间*/}
	
.p1765m442e827fe7bd375a img:hover, .p1765m44a6a2fb1b40ebd1 img:hover, .p1765m7579d97b21f229f4 img:hover{
	transform: scale(1.2);  /*以y轴为中心旋转*/}
