body{background-color: #e5e5e5;min-height:1080px}
.zt-main{width:100%;padding: 40px 0;height: 100%;}
.bg-pink{background-color: #e5e5e5;}
.bg-white{background-color:#fff;}
.w1200{width:1200px;margin:0 auto;overflow:hidden}
.banner {background: url(/uiFramework/commonResource/image/2025072414461417057.png) no-repeat;width: 100%;min-width: 1920px;height: 300px;background-size: 100% 100%;}
.tit{display:none;}
/*tab切换*/
.superTab{width: 100%;}
.superTab .superTabMenu {height: 45px;position:relative;margin-bottom: 15px;}
.superTab .superTabMenu ul {float:left;}
.superTab .superTabMenu ul li {display: block;height: 45px;float:left;line-height: 45px;cursor:pointer;text-align: center;margin-right: 10px;}
.superTab .superTabMenu ul li a {font-size: 19px;height: 45px;display:block;padding: 5px 25px;background: #1644df;color: #fff;border-radius: 10px;font-family: "Microsoft YaHei UI", "微软雅黑", \5FAE\8F6F\96C5\9ED1;}
.superTab .superTabMenu ul li.on a {background: #062db0;color: #fff;}

/*tab List */
.tabList {overflow:hidden;width: auto;padding: 25px 0;}
.tabList li {height: auto;float: left;box-shadow: 1px 1px 2px #d4d4d4;width: 170px;overflow: hidden;background: #fff;margin: 10px 20px 20px;padding: 30px 0 15px;margin-left: 0;margin-right: 30px;}
.tabList li a {width: 100%;display:block;overflow:hidden;font-size: 16px;text-align: center;text-decoration: none;}
.tabList li a img{width: 100px;height: 100px;display: block;margin: 0 auto;border-radius: 100%;}
.tabList span {font-size: 15px;text-align: center;margin-top: 10px;color: #000;font-family: "Microsoft YaHei UI", "微软雅黑", \5FAE\8F6F\96C5\9ED1;display: block;width: 95%;margin: 15px auto 0;height: 35px;overflow: hidden;}

/*手机端 */
@media screen and (max-width:700px) {
.banner{min-width:100%;height: 150px;background: url(/uiFramework/commonResource/image/2023040710034015213.jpg) no-repeat;background-size: 100% 100%;}
.tit{display:block;top: 20px;position: relative;}
.titimg{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 auto 5px;
    border: 2px solid #ccc;
}
.titimg img{
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.p1 {
    font-size: 20px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: white;
    font-family: "Microsoft Yahei";
    font-weight: bold;
}
.p2 {
    font-size:14px;
    font-weight:200;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: white;
    font-family: "Microsoft Yahei";
}
.w1200{width: 95%;}
.zt-main{padding-top:20px;}
.superTab .superTabMenu ul li a {font-size: 16px;height: 30px;padding: 5px 15px;line-height: 30px;}
.superTab .superTabMenu{margin-bottom:5px;}
.tabList{padding-top:0px;}

.tabList li{width: 22.1%;margin: 10px 5px 5px;padding: 5px 0;}
.superTab .superTabMenu ul li{margin-right: 10px;}
.tabList li a img {width: 45px;height: 45px;display: block;margin: 0 auto;border-radius: 100%;margin-top: 10px;}
.tabList span{font-size:13px;margin-top: 10px;}
}


/*手机端 */
@media screen and (max-width:360px) {
.tit{display:block;}
.tabList li{width: 22%;margin: 10px 5px 5px;padding: 5px 0;}
}