img{max-width: initial;}
.top-tit-wrap {
    width: 100%;
    height: .773333rem /* 58/75 */;
    line-height: .773333rem /* 58/75 */;
    text-align: right;
    padding-right: .4rem /* 30/75 */;
}
/* 轮播 */
.banner-swiper .swiper-container {
    width: 100%;
}
.banner-swiper .swiper-slide img{
    width: 100%;
}
.banner-swiper .swiper-pagination-bullet {
    width: .533333rem;
    height: .133333rem;
    border-radius: .266667rem;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
    background: #f3eeec;
    opacity: 1;
}
/* 启动项 */
.startup-wrapper {
    width: 8.666667rem /* 650/75 */;
    margin: 0 auto;
    padding-top: .133333rem /* 10/75 */;
    padding-bottom: .4rem /* 30/75 */;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.startup-item {
    width: 1.733333rem /* 130/75 */;
    height: 1.866667rem /* 140/75 */;
    margin-top: .266667rem /* 20/75 */;
}
.startup-item span {
    display: block;
}
.startup-item-img {
    width: 1.173333rem /* 88/75 */;
    height: 1.173333rem /* 88/75 */;
    margin: 0 auto;
}
.startup-item-img img {
    width: 100%;
    height: 100%;
}
.startup-title {
    width: 100%;
    height: .453333rem /* 34/75 */;
    line-height: .453333rem /* 34/75 */;
    text-align: center;
    margin-top: .24rem /* 18/75 */;
    font-size: .32rem /* 24/75 */;
    overflow: hidden;
}
/* 标题栏目 */
.list-type-wrapper {
    width: 9.2rem /* 690/75 */;
    height: .56rem /* 42/75 */;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-type-title {
    padding-left: .373333rem /* 28/75 */;
    font-size: .373333rem /* 28/75 */;
}
.list-type-more {
    color: #38f;
}
.type-tit1 {
    background: url(../../images/www/icon_tit1.png) no-repeat left center;
    background-size: .106667rem .426667rem;
}
.type-tit2 {
    background: url(../../images/www/icon_tit2.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit3 {
    background: url(../../images/www/icon_tit3.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit4 {
    background: url(../../images/www/icon_tit4.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit5 {
    background: url(../../images/www/icon_tit5.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit6 {
    background: url(../../images/www/icon_tit6.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit7 {
    background: url(../../images/www/icon_tit7.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
.type-tit8 {
    background: url(../../images/www/icon_tit8.png) no-repeat left center;
    background-size: .106667rem /* 8/75 */ .426667rem /* 32/75 */;
}
/* 图片展示 */
.picture-wrapper {
    width: 9.2rem /* 690/75 */;
    height: 3.146667rem /* 236/75 */;
    margin: .266667rem /* 20/75 */ auto;
}
.picture-items {
    width: 3.52rem;
    height: 3.146667rem;
    overflow: hidden;
    position: relative;
}
.picture-items img {
    position: absolute;
    top: 50%;
    left: 50%;
}
.picture-items-txt {
    display: block;
    width: 100%;
    height: .773333rem /* 58/75 */;
    line-height: .773333rem /* 58/75 */;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    text-indent: .133333rem /* 10/75 */;
    font-size: .32rem /* 24/75 */;
}
/* 栏目展示 */
.comuln-wrapper {
    width: 9.2rem /* 690/75 */;
    margin: 0 auto;
}
.comuln-wrapper li {
    width: 100%;
    height: .8rem /* 60/75 */;
    line-height: .8rem /* 60/75 */;
    border-bottom: 1px dashed #dddddd;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}