
/* 最小宽度为320象素用以下样式 */
@media screen and (min-width:320px) {
.g_wt .wt1,.g_wt .wt2,.g_wt .wt3,.g_wt .wt4{height: 69px;padding-top: 10px;}
.g_ys3 h2{height: 101px;padding-top: 20px;}

}

/* 最小宽度为360象素用以下样式 */
@media screen and (min-width:360px) {
.g_wt .wt1,.g_wt .wt2,.g_wt .wt3,.g_wt .wt4{height: 77px;padding-top: 12px;}
.g_ys3 h2{height: 113px;padding-top: 22px;}

}

/* 最小宽度为480象素用以下样式 */
@media screen and (min-width:480px) {
.g_wt .wt1,.g_wt .wt2,.g_wt .wt3,.g_wt .wt4{height: 103px;padding-top: 15px;}
.g_ys3 h2{height: 152px;padding-top: 30px;}

}

/* 最小宽度为568象素用以下样式 */
@media screen and (min-width:568px) {
.g_wt .wt1,.g_wt .wt2,.g_wt .wt3,.g_wt .wt4{height: 122px;padding-top: 17px;}
.g_ys3 h2{height: 180px;padding-top: 35px;}



}

/* 最小宽度为639象素用以下样式 */
@media screen and (min-width:639px) {
.g_wt .wt1,.g_wt .wt2,.g_wt .wt3,.g_wt .wt4{height: 138px;padding-top: 20px;}
.g_ys3 h2{height: 203px;padding-top: 40px;}


}
