@media screen and (min-width: 1000px) {
    .story{
        position:absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .container{
        width: 100%;
        height: 360px;
        position: relative;
    }
    .container .title{
        font-size: 36px;
        color: #fff;
        width: 955px;
        margin: 160px auto;
    }
    .card{
        width: 1010px;
        margin: 114px auto 100px;
    }
    .appear-container{
        width: 935px;
        margin: 0 auto;
    }
    .appear-container .title{
        padding: 114px 0 0;
        margin-bottom: 0;
    }
    .card .title, .appear-container .title{
        font-size: 32px;
        color: #333;
        text-align: center;
        margin-bottom: 50px;
    }
    .image-title{
        position: absolute;
        bottom: 52px;
        width: 100%;
        text-align: center;
        color: #333;
        font-size: 21px;
    }
    .image-flex{
        width: 336px;
        height: 341px;
        position: relative;
        background: #fff;
        margin: 0 5px;
        border-radius: 18px;
        box-shadow: #eee 10px 10px 30px 5px ;
    
    }
    .image-flex img{
        width: 100%;
        height: 232px;
    }
    .appear{
        background: #f5f5f5;
    }
    .appear-card{
        width: 33%;
        margin: 0 4px;
        border-radius: 15px;
        height: 302px;
    }
    .bg{
        background: #6596BD;
    
    }
    .bgs1{
        background: #6596BD;
    }
    .placeContent{
		color: #CCE8FF;
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
	 }
	 .place{
		color: #fff;
    	font-size: 22px;
	 }
	 .bg2{
		background: #8A8A8A;
	 }
	 .placeContent1{
		color: #3E3E3E;
		font-size: 15px;
		margin-top: 10px;
	 }
	 .place1{
		color: #333;
    	font-size: 22px;
	 }
    .apperr-title{
        color: #fff;
        font-size: 21px;
        margin: 137px 24px;
        text-align: center;
        line-height: 26px;
    }
    .titles{
        margin-top: 57px;
        font-size: 28px;
        color: #000;
        padding-bottom: 114px;
        text-align: center;
    }
    .pictrue{
        width: 946px;
        margin: 0 auto;
        text-align: center;
    }
    .big-title{
        font-size: 32px;
        color:#333;
        padding-top:114px;
    }
    .small-title{
        font-size: 16px;
        color: #333;
        margin: 35px 0;
    }
    .pictrue img{
        width: 100%;
        height: 450px;
        margin-bottom: 114px;
    }
    .grayBg{
        background: #f5f5f5;
    }
    
    .container img{
        width: 100%; 
        height: 100%;
    }
    .target-container{
		width: 1040px;
		margin: 50px auto;
		
	}
	.target{
		font-size: 32px;
		margin: 136px 0 40px;
        color: #333;
	}
	.targets{
		text-align: center;
		font-size: 32px;
		margin: 136px 0 90px;
        color: #333;
	}
	.target_list{
		width: 283px;
		position: relative;
		padding: 29px 25px 70px;
		border-radius: 15px;
		margin: 5px;
	}
	.bg1{
		background: #3c4bdb;
	}
	.target_list img{
		width: 72px;
		height: 72px;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.target_list:hover{
		position: relative;
		z-index: 100;
		animation: spread 0.5s;
		animation-fill-mode: forwards;
	}

	@keyframes spread{
		0%{
			transform:rotate(0deg) translateZ(0px);
		}
		100%{
			transform:rotate(-6deg) translateZ(0px);
		}
	}
	.flex1{
		display: flex;
		flex-wrap: wrap;
	}

    
    
}