html,
body {
    perspective: 1000px;
    position: relative;
    background: #fff;
}

.main {
    padding: 0 0.2rem 0.2rem;
    background: url(../images/m_bg.jpg) no-repeat center bottom/100%;
}

.ad {
    padding: 0.2rem 0 0;
}

.ad img {
    width: 100%;
}


/* 导航条1 */

.part-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem 0 0;
    border-bottom: 1px solid #ececec;
}

.part-title {
    position: relative;
    width: 1.8rem;
    text-align: center;
    background: #01843e;
    border-radius: 5px 5px 0 0;
}

.part-title span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #edf9f7;
}

.part-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: url(../images/three.png) no-repeat center 0/10px;
}

.part-more a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}


/* 导航条2 */

.part-line2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-nav ul {
    display: flex;
}

.part-nav ul li {
    padding-right: 0.3rem;
}

.part-nav ul span {
    display: block;
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #000;
    text-align: center;
}

.part-nav ul li.active span {
    color: #01843e;
    background: url(../images/line_g.png) no-repeat 0 bottom/100% 2px;
}

.part-more2 {
    position: relative;
    width: 1.2rem;
    height: 0.6rem;
    text-align: right;
}

.part-more2 a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 12px;
    line-height: 0.6rem;
    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;
}


/* 图文 */

.new-top {
    padding: 0.2rem 0 0;
}

.new-top a {
    display: flex;
    justify-content: space-between;
}

.new-img {
    flex-shrink: 0;
    width: 2.5rem;
    height: 1.72rem;
    overflow: hidden;
}

.new-img img {
    width: 100%;
}

.new-font {
    flex-grow: 1;
    margin-left: 0.15rem;
    overflow: hidden;
}

.new-title {
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-p {
    height: 0.9rem;
    overflow: hidden;
    margin: 0.05rem 0 0;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #666666;
}

.new-time {
    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;
}

.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;
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    left: auto;
    right: 0.5vw;
    bottom: 0;
    width: 50px;
}

#part1-page {
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #fff;
}

#part1-page span {
    padding: 0 3px;
}

#part1-page .swiper-pagination-current {
    color: #ff0101;
}

.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-title {
    padding-left: 0.3rem;
    background: #01843e url(../images/icon.png) no-repeat 0.18rem center/0.24rem;
}

.part1-right-title {
    height: 1.02rem;
    overflow: hidden;
    margin: 0.2rem 0.1rem;
    padding: 0 0 0.3rem;
    text-align: center;
    border-bottom: 1px dashed #000;
}

.part1-right-title a {
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
    text-align: center;
    color: #bf1627;
}

.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-left .new-list {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ececec;
}

.part2-right .new-list {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ececec;
}

.part2-ul {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0 0;
}

.part2-li:nth-child(1) {
    width: 2.2rem;
    background: #e75603;
}

.part2-li:nth-child(2) {
    width: 4.8rem;
    background: url(../images/part2_img2.jpg) no-repeat center center/cover;
}

.part2-li a {
    display: block;
    position: relative;
    height: 1.7rem;
    padding: 0.1rem 0 0 0.1rem;
    color: #fff;
}

.part2-li-ch {
    font-size: 0.3rem;
    line-height: 0.4rem;
}

.part2-li-en {
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.part2-li-icon {
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
}

.part2-li-icon img {
    width: 0.24rem;
}


/* .part3 */

.part3 {
    margin: 0.2rem 0 0;
}

.part3-left {
    margin: 0 0 0.2rem;
}

.part3-con {
    display: none;
    padding: 0 0.2rem 0.2rem;
    border: 1px solid #ececec;
}


/* part4 */

.part4 {
    margin: 0.2rem 0 0;
}

.part4-left {
    margin: 0 0 0.2rem;
}

.part4-con {
    display: none;
    padding: 0 0.2rem 0.2rem;
    border: 1px solid #ececec;
}


/* part5 */

.part5 {
    margin: 0.2rem 0;
}

.part5-title {
    display: flex;
    justify-content: center;
    padding: 0.1rem 0;
    background: url(../images/mpart5_line.jpg) no-repeat center center/cover;
}

.part5-title span {
    display: block;
    padding: 0 0 0 0.4rem;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: url(../images/total_icon1.png) no-repeat 0 center/0.3rem;
}


/* part6 */

.part6 {
    padding: 0 0.2rem 0.2rem;
    background: rgba(255, 255, 255, 0.95);
}

.part6-nav ul {
    display: flex;
}

.part6-nav ul li {
    padding-right: 30px;
}

.part6-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.72rem;
    color: #000;
}

#marquee {
    position: relative;
    height: 2rem;
    overflow: hidden;
}

#marquee ul {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

#marquee ul li {
    padding: 0 2px;
}

#marquee ul a {
    display: block;
    width: 2.65rem;
    overflow: hidden;
}

#marquee ul a img {
    width: 100%;
    height: 1.95rem;
}