@charset "utf-8";
/* CSS Document */
.f_ad{background:url(../imges2/f_ad.jpg) center center no-repeat;background-size:cover; height:270px; text-align: center;  }
.f_ad .ft-wrap{max-width:1400px;margin:0 auto;overflow:hidden;width:100%; text-align:center; font-size:36px; color:#FFF; padding-top:70px; padding-bottom:20px;}
.f_ad img{text-align:center; margin:auto; display: grid; align-items: center;justify-items: center; }
@media only screen and (max-width:959px){}
@media only screen and (max-width:767px){
	.f_ad{background:url(../imges2/f_ad3.jpg) center center no-repeat;background-size:cover; height:170px;}
	.f_ad .ft-wrap{margin:0 auto;overflow:hidden;width:100%; text-align:center; font-size:24px; color:#FFF; padding-top:30px; padding-bottom:20px;}
	.f_ad img{ width:50%; height:50%}
	}
