.home-banner{
	width: 100%;
	overflow: hidden;
}
.home-banner img{
	width: 100%;
	animation: changeScale 1 2.5s;
}
.h-pc-banner{
	display: block;
}
.h-mobile-banner{
	display: none;
}

.home-content{
	padding: 0.8rem 0 1.14rem;
	background: #fff;
}
.home-title{
	font-size: 0.36rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	font-family: 'syhtB';
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}
.home-content p{
	font-size: 0.18rem;
	color: #555555;
	line-height: 2;
	text-indent: 0.36rem;
	margin-bottom: 0.3rem;
}
.home-content p:last-child{
	margin-bottom: 0;
}
@media only screen and (max-width: 1450px) {
    
}
@media only screen and (max-width: 1366px) {
    
}
@media only screen and (max-width: 1090px) {
    
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 540px) {
    .home-banner{
    	margin-top: 102px;
    }
    .h-pc-banner{
    	display: none;
    }
    .h-mobile-banner{
    	display: block;
    }
    .home-content{
    	padding: 30px 0 40px;
    }
    
    .home-title{
    	font-size: 18px;
    }
    .home-content p{
    	font-size: 14px;
    	line-height: 1.6;
    	text-indent: 28px;
    	/*text-align: justify;*/
    }
}
