
/* 最小宽度为320象素用以下样式 */
@media screen and (min-width:320px) {
.g_tpe h2{height: 85px;padding-top: 25px;}
.g_td h2{height: 65px; padding-top: 30px;}

}

/* 最小宽度为360象素用以下样式 */
@media screen and (min-width:360px) {
.g_tpe h2{height: 100px;padding-top: 29px;}
.g_td h2{height: 75px; padding-top: 34px;}

}

/* 最小宽度为480象素用以下样式 */
@media screen and (min-width:480px) {
.g_tpe h2{height: 128px;padding-top: 37px;}
.g_td h2{height: 97px; padding-top: 44px;}

}

/* 最小宽度为568象素用以下样式 */
@media screen and (min-width:568px) {
.g_tpe h2{height: 150px;padding-top: 43px;}
.g_td h2{height: 113px; padding-top: 51px;}



}

/* 最小宽度为639象素用以下样式 */
@media screen and (min-width:639px) {
.g_tpe h2{height: 171px;padding-top: 50px;}
.g_td h2{height: 130px; padding-top: 59px;}


}
