html,
body {
    position: relative;
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

.main {
    width: 100%;
}

.m-banner {
    padding: 10px 10px 20px;
}

.banner {
    position: relative;
}

.banner-prev {
    position: absolute;
    z-index: 60;
    left: 0.1rem;
    top: 2.4rem;
}

.banner-next {
    position: absolute;
    z-index: 60;
    right: 0.1rem;
    top: 2.4rem;
}

.banner-prev img,
.banner-next img {
    width: 0.4rem;
}

.banner .swiper-slide img {
    width: 100%;
}


/* part-nav */

.part-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
}

.part-line ul {
    display: flex;
}

.part-line ul li {
    margin-right: 2px;
    display: block;
    width: 1.8rem;
    font-size: 0.3rem;
    line-height: 30px;
    text-align: center;
    color: #333;
}

.part-line ul li.active {
    color: #fff;
    background: #d60918;
}

.part-more a {
    display: none;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.ad {
    padding: 0 10px 10px;
}

.ad img {
    width: 100%;
}

.new-ul {
    padding: 0.1rem 0 0;
}

.new-ul ul {
    display: block;
}

.new-ul li {
    padding: 0;
}

.new-ul ul li:last-child a {
    border-bottom: 0;
}

.new-ul li a {
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
    background: url(../images/circle_g.png) no-repeat 0 center;
    border-bottom: 1px solid #ebebeb;
}

.new-ul li a p {
    width: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}

.new-ul li a span {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}


/* part1 */

.part1 {
    display: block;
    padding: 0 10px 10px;
}

.part1-left {
    padding: 0 0 10px;
}

.part1-banner {
    position: relative;
}

.part1-banner a {
    display: block;
}

.part1-banner i {
    display: block;
}

.part1-banner i img {
    width: 100%;
}

.part1-banner a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 80px 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.5);
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 55;
    right: 10px;
    bottom: 10px;
    width: auto;
}

#part1-page .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 2px;
    background: url(../images/page_icon.png) no-repeat center center;
    opacity: 1;
}

#part1-page .swiper-pagination-bullet-active {
    background: url(../images/page_icona.png) no-repeat center center;
}

.part1 .part-more a:nth-child(1) {
    display: inline;
}

.part1-content {
    height: 248px;
}

.part1-content ul {
    display: none;
    padding: 10px 0 0;
}

.part1-content ul li {
    padding: 2px 0;
}

.part1-content ul a {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: url(../images/arrow_g.png) no-repeat 0 center/6px;
}

.part1-content ul a p {
    width: 5.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part2 {
    margin: 10px;
    border: 1px solid #ebebeb;
}

.part2 .part-line {
    border-bottom: 0;
}

.part2 .part-more a:nth-child(1) {
    display: inline;
}

.part2-tab {
    padding: 10px 0.1rem 0;
}

.part2-tab .new-ul {
    height: 305px;
}

.part2-tab ul {
    display: none;
}


/* part3 */

.part3 {
    padding: 0 10px 10px;
}

.part3-box {
    padding: 0.2rem 0.2rem 0.1rem;
    border: 1px solid #ebebeb;
}

#marquee {
    position: relative;
    height: 2.45rem;
    overflow: hidden;
}

#marquee ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

#marquee ul li {
    padding: 0 0.1rem;
}

#marquee ul a {
    display: block;
    width: 2.45rem;
}

#marquee ul a i {
    display: block;
    height: 1.85rem;
    overflow: hidden;
}

#marquee ul a img {
    width: 100%;
}

#marquee ul p {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #000;
    text-align: center;
}