* { margin: 0; padding: 0; list-style: none; font-family: Microsoft YaHei; } a{ text-decoration: none; color: black; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); } .head { height: 13.33333vw; text-align: center; line-height: 13.33333vw; font-weight: 400; color: #333333; font-size: 5.33333vw; } .nav { height: 13.86666vw; background: #F2F5F8; } .nav>ul { height: 13.86666vw; display: flex; align-items: center; justify-content: space-evenly; } .nav>ul>li { font-size: 3.73333vw; } .nav>ul>li:nth-child(1){ font-size: 4.8vw; font-weight: bold; color: #2876CD; padding-bottom: 3px; border-bottom: 5px solid #2876CD; } .nav>ul>li>img { height: 16px; } .banner { height: 56vw; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } .swiper-slide>ul { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 5px; margin: 0 auto; height: 48vw; } .swiper-slide>ul>li { background-color: #fff; overflow: hidden; text-align: center; } .swiper-slide>ul>li>p{ width: 27vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .swiper-slide>ul>li>img { width: 60px; } .other>li { width: 26vw; } .other2 { justify-content: left !important; } .table>ul>li { border-bottom: 1px solid rgba(24, 17, 41, 0.2); padding: 20px 10px; } .table>ul>li>a>div { height: 5.33333vw; font-size: 3.73333vw; color: #2876CD; padding: 5px 13px; text-align: center; background-color: rgba(40, 118, 205, 0.15); display: inline-block; } .table>ul>li>a>p { text-align: justify; font-size: 4.26666vw; padding: 5px 0; } .table>ul>li>a>span { font-size: 3.2vw; color: #999999; } .btn{ height: 50px; text-align: center; line-height: 50px; background: #ECECEC; color: #666666; } .swiper-slide:nth-child(4) ul{ justify-content: left; }