/*
	你的代码写在这里
	style.css是style.less生成的，不要直接改动style.css的内容，不然会被style.less覆盖
*/
.article img {padding-top: 10px;}

.traveler-page .realscene .swiper-slide .tit {
	background:none;
	color:#333;
}



/*
	大于1200
*/
@media only screen and (min-width: 1200px){
	.main .section3 .number{ 
	    margin-top:65px;		    
	}
	.main .section3 .title{
        font-weight:bold;
	}
	
}

.news-list .swiper-slide .tit, .news-list li .tit{
    text-align:center;
}

.about-page .aboutus .introduction .pic::after{
    background:#fff
}


/*
	小于1400
*/
@media only screen and (max-width: 1400px){
	.culture-list li .tit{ 
	    font-size:1.4rem;		    
	}
	.culture-list li .txt{
        font-size:1.2rem;
	}
	
}

.footer .link-list .tit{font-size:1.4rem;}


@media only screen and (max-width: 1200px){
.manufacture-page .menutab a {
      font-size:1.2rem;
    }
}