/*------------ 夏日专题 -------------*/
.sm_w{ width:990px; margin:0 auto; font:12px/24px "微软雅黑"; }
.fl{ float:left; }
.fr{ float:right; }
.cl{ clear:both;}
.pl10{ padding-left:10px;}
.pr10{ padding-right:10px;}
.pt10{ padding-top:10px;}
.pb10{ padding-bottom:10px;}

/*------------ sm_logo -------------*/
.sm_logo{ background:linear-gradient(#333, #111); padding:20px;}


/*------------ sm_top -------------*/
.sm_top{ background:url(../images/summer/ypsummer_bg_01.jpg) center top #fff; padding:47px 0;}
.sm_btn,.sm_btn:link,.sm_btn:visited{ display:block; width:160px; margin:10px auto; padding:10px; background:#C10508; 
color:#fff; text-align:center; border-radius:5px; text-decoration:none;}
.sm_btn:hover{ color:#fff; text-decoration:none; background:#B10002;}

/*------------ sm_p1 -------------*/
.sm_p1{ background:url(../images/summer/ypsummer_bg_02.jpg) center top;  padding:38px 0;}
.sm_link{  transition: border0.5s,transform 0.5s;}
.sm_link:hover{ transform: scale(1.05); border:solid 1px #80B3DD;}


/*------------ 手机端 -------------*/
@media (max-width: 768px) {
.sm_logo { display:none;}
.sm_top{ background:url(../images/summer/ypsummer_bg_01m.jpg) center top #fff;}
.sm_p1{ background:url(../images/summer/ypsummer_bg_02m.jpg) center top;}
.sm_w{ width:100%; }
.sm_fl{ width:100%; float:none;}
.sm_fr{ width:100%; float:none;}
.pl10,.pr10,.pt10,.pb10{ padding:0;}
.sm_w img{ width:80%; height:auto; margin:0 auto 10px; display:block;}
.sm_top .sm_w img{ width:50%; height:auto;}

}