
/* 最小宽度为320象素用以下样式 */
@media screen and (min-width:320px) {
.g_fw .u_lst2 li{width: 71px;height: 52px;padding-top: 10px; background-size: 71px 62px;}
.m_ys1 h2,.m_ys2 h2,.m_ys3 h2,.m_ys4 h2{height: 62px; padding-top: 20px;}

}

/* 最小宽度为360象素用以下样式 */
@media screen and (min-width:360px) {
.g_fw .u_lst2 li{width: 80px;height: 58px;padding-top: 12px; background-size: 80px 70px;}
.m_ys1 h2,.m_ys2 h2,.m_ys3 h2,.m_ys4 h2{height: 70px; padding-top: 22px;}

}

/* 最小宽度为480象素用以下样式 */
@media screen and (min-width:480px) {
.g_fw .u_lst2 li{width: 106px;height: 78px;padding-top: 16px; background-size: 106px 94px;}
.m_ys1 h2,.m_ys2 h2,.m_ys3 h2,.m_ys4 h2{height: 94px; padding-top: 30px;}

}

/* 最小宽度为568象素用以下样式 */
@media screen and (min-width:568px) {
.g_fw .u_lst2 li{width: 126px;height: 92px;padding-top: 18px; background-size: 126px 110px;}
.m_ys1 h2,.m_ys2 h2,.m_ys3 h2,.m_ys4 h2{height: 110px; padding-top: 36px;}



}

/* 最小宽度为639象素用以下样式 */
@media screen and (min-width:639px) {
.g_fw .u_lst2 li{width: 142px;height: 104px;padding-top: 20px; background-size: 142px 124px;}
.m_ys1 h2,.m_ys2 h2,.m_ys3 h2,.m_ys4 h2{height: 124px; padding-top: 40px;}


}
