html,
body {
    perspective: 1000px;
    position: relative;
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
    transform-origin: 0 0;
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    left: auto;
    right: 0.1rem;
    bottom: 0;
    width: 2.2rem;
}

#part1-page .swiper-pagination-bullet {
    width: 0.6rem;
    height: auto;
    margin: 0 1px;
    padding-top: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
    background: none;
    border-radius: 0;
    opacity: 1;
}

#part1-page .swiper-pagination-bullet-active {
    background: #cb0927;
}

.banner-bg {
    position: relative;
    padding: 0.25rem;
    background: url(../images/bg.jpg) 0 0;
}

.btn-prev {
    position: absolute;
    z-index: 60;
    left: 0.1rem;
    top: 50%;
    margin-top: -0.2rem;
    cursor: pointer;
}

.btn-next {
    position: absolute;
    z-index: 60;
    right: 0.1rem;
    top: 50%;
    margin-top: -0.2rem;
    cursor: pointer;
}

.btn-prev img,
.btn-next img {
    width: 0.6rem;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner img {
    width: 100%;
}

.main {
    padding: 0 0.2rem;
}

.ad {
    padding: 0.2rem 0 0;
}

.ad img {
    width: 100%;
}




/* 导航 */

.part-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-line ul {
    display: flex;
}

.part-line ul li {
    padding-right: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.9rem;
    color: #000;
}

.part-line ul li.active {
    color: #cb0927;
}


/* 导航2 */

.part-line2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/part_line2_bg.jpg) no-repeat 0 0/100% 100%;
    border-top: 2px solid #bf1627;
}

.part-line2 ul {
    display: flex;
}

.part-line2 ul li {
    padding: 0 0.4rem;
    font-size: 0.3rem;
    line-height: 0.9rem;
    color: #000;
}

.part-line2 ul li.active {
    color: #cb0927;
}

.part-more {
    height: 20px;
}

.part-more a {
    display: none;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}


/* 新闻列表 */

.new-list {
    padding: 0;
}

.new-list ul li {
    padding: 1px 0;
}

.new-list ul a {
    display: flex;
    justify-content: space-between;
    padding-left: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    background: url(../images/new_icon.png) no-repeat 0 center;
}

.new-list ul p {
    width: 4.5rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list ul span {
    color: #999999;
}


/* 新闻2 */

.new-list2 {
    padding: 0.1rem 0 0;
}

.new-list2 ul li {
    padding: 1px 0;
    border-bottom: 1px dashed #d3d3d3;
}

.new-list2 ul a {
    display: flex;
    justify-content: space-between;
    padding-left: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    background: url(../images/new_icon.png) no-repeat 0 center;
}

.new-list2 ul p {
    width: 4.5rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-list2 ul span {
    color: #999999;
}


/* 图文 */

.new-top {
    padding: 0.2rem 0 0;
}

.new-top a {
    display: block;
}

.new-top-a {
    display: flex;
    justify-content: space-between;
}

.new-img {
    width: 2.5rem;
    height: 1.72rem;
    overflow: hidden;
}

.new-img img {
    width: 100%;
}

.new-font {
    width: 4.4rem;
}

.new-title {
    height: 0.6rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #000000;
}

.new-p {
    height: 0.9rem;
    overflow: hidden;
    margin: 0.12rem 0 0;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #999999;
}


/* 第1部分 */

.part1 {
    display: block;
    padding: 0.2rem 0 0;
}

.part1-banner {
    position: relative;
    height: auto;
}

.part1-page {
    position: absolute;
    right: 0;
    bottom: 0;
}

.part1-banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part1-banner i {
    display: block;
}

.part1-banner i img {
    width: 100%;
}

.part1-banner p {
    position: absolute;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 2.4rem 0 0.2rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
}

.part1-box {
    padding: 0.3rem;
    border: 1px solid #999999;
}

.part1 .part-more a:nth-child(1) {
    display: inline;
}

.part1-title {
    height: 1.02rem;
    overflow: hidden;
    margin: 0 0.1rem 0.2rem;

    border-bottom: 1px dashed #bf1627;
}

.part1-title p {
    display: none;
    padding: 0 0 0.3rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;

}
.part1-title a{
    display: block;
    height: 0.72rem;
    overflow: hidden;
    color: #bf1627; 
}
.part1-title p:nth-child(1) {
    display: block;
}

.part1-title .qwgk {
   background: url(../images/mad_qwgk.jpg) no-repeat center center/cover;
}

.part1 .new-list {
    height: 4.3rem;
    overflow: hidden;
}

.part1 .new-list ul {
    display: none;
}

.part1 .new-list ul:nth-child(1) {
    display: block;
}


/* 第2部分 */

.part2 {
    padding: 0.2rem 0 0;
}

.part2 .new-top a {
    display: none;
}

.part2 .new-top a:nth-child(1) {
    display: block;
}

.part2 .new-list2 {
    height: 3.4rem;
    overflow: hidden;
}

.part2 .new-list2 ul {
    display: none;
}

.part2 .new-list2 ul:nth-child(1) {
    display: block;
}


/* part4 */

.part4 .new-top a {
    display: none;
}

.part4 .new-top a:nth-child(1) {
    display: block;
}

.part4 .new-list2 {
    height: 3.4rem;
    overflow: hidden;
}

.part4 .new-list2 ul {
    display: none;
}

.part4 .new-list2 ul:nth-child(1) {
    display: block;
}


/* 第3部分 */

.part3 {
    margin: 0.2rem 0 0;
    padding: 0.2rem;
    border: 1px solid #999999;
}

#marquee {
    position: relative;
    height: 1.95rem;
    overflow: hidden;
}

#marquee ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

#marquee ul li {
    padding: 0 5px;
}

#marquee ul a {
    display: block;
    width: 2.65rem;
    overflow: hidden;
}

#marquee ul a img {
    width: 100%;
    height: 1.95rem;
}

.public {
    padding-top: 0.4rem;
}