html,
body {
    position: relative;
}

.wrap {
    display: flex;
    position: relative;
    z-index: 6;
    width: 100%;
    height: 100%;
    padding: 80px 0 0;
}


/* 新闻 */

.news {}

.news ul {
    display: block;
    padding: 4px 0;
}

.news ul li {
    padding: 2px 0;
}

.news ul a {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    line-height: 24px;
    background: url(../images/circle_b.png) no-repeat 0 center;
}

.news ul a p {
    width: 4.6rem;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul a span {
    font-size: 12px;
    color: #999999;
}

.news ul a:hover {
    background-image: url(../images/circle_l.png);
}

.news ul a:hover p {
    color: #0265bb;
}

.news ul a:hover span {
    color: #0265bb;
}


/* 第1部分 */

.part1 {
    padding: 0.2rem;
}

.part1-banner .swiper-slide {
    box-sizing: content-box;
    margin-left: -1px;
    padding-right: 1px;
    overflow: hidden;
    transform-origin: 0 0;
}

.part1-banner a {
    display: block;
   
}

.part1-banner i {
    display: block;
}

.part1-banner i img {
    margin-left: 1px;
    width: 100%;
}

.part1-banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 84px 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8);
}

#part1-page {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 20;
    left: auto;
    right: 10px;
    bottom: 0;
    width: 72px;
}

#part1-page .swiper-pagination-bullet {
    width: 10px;
    height: 36px;
    margin: 0 1px;
    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-right {
    padding: 0.2rem 0 0;
}

.part1-title {
    display: flex;
    justify-content: space-between;
    border: 1px solid #0265bb;
}

.part1-title p {
    width: 142px;
    padding-left: 12px;
    background: url(../images/shape.png) no-repeat 0 center;
}

.part1-title p span {
    display: block;
    padding-left: 16px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background: url(../images/shu_w.png) no-repeat 0 center;
}

.part1-title a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #000;
}

.part1-title a:hover {
    color: #0265bb;
}

.part1-right ul {
    padding: 4px 10px;
    border: 1px solid #e2e2e0;
}

.ad {}

.ad a {
    display: block;
}

.ad a img {
    width: 100%;
}


/* 第2部分 */

.part2 {
    padding: 0.2rem;
}

.part2-left {}

.part2-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e2e2e0;
}

.part2-title {
    display: flex;
}

.part2-title span {
    width: 100px;
    font-size: 16px;
    line-height: 36px;
    color: #000;
    text-align: center;
}

.part2-title span.active {
    color: #fff;
    background: url(../images/part_title.png) no-repeat center 0/100% 100%;
}

.part2-more {
    display: flex;
}

.part2-more a {
    display: none;
    padding: 0 10px;
    font-size: 14px;
    line-height: 36px;
    color: #000;
}

.part2-left-ul {
    display: block;
    height: 290px;
    overflow: hidden;
}

.part2-left-li {
    display: none;
}

.new-top {
    background: #f6f6f6;
}

.new-top a {
    position: relative;
    display: flex;
}

.new-top-img {
    width: 3.6rem;
}

.new-top-img img {
    width: 100%;
}

.new-top-font {
    width: 3.5rem;
    padding: 0.2rem;
}

.new-top-title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new-top-p {
    height: 48px;
    margin: 5px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.new-top-time {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.new-top-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    padding: 0 0 1px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: url(../images/plus.png) no-repeat center center/100% 100%;
}

.part2-left ul {
    padding: 0.2rem 0;
}

.part2-banner {
    position: relative;
}

.part2-prev {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    margin-top: -21px;
}

.part2-next {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    margin-top: -21px;
}

.part2-prev img,
.part2-next img {
    width: 24px;
}
.part2-banner .swiper-slide {
    box-sizing: content-box;
    margin-left: -1px;
    padding-right: 1px;
}
.part2-banner a {
    display: block;
    margin-left: 1px;
}

.part2-banner i {
    display: block;
}

.part2-banner i img {
    width: 100%;
}

.part2-banner p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
}

.part2-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    margin: 16px 0 0;
    padding: 0 20px;
    background: url(../images/part2_more.png) no-repeat 0 center/100% 100%;
}

.part2-r p {
    padding-left: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: url(../images/video_icon.png) no-repeat 0 center/20px;
}

.part2-r span {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}

.ad2 {}

.ad2 a {
    display: block;
}

.ad2 a img {
    width: 100%;
}


/* 第3部分 */

.part3 {
    padding: 0.2rem;
}

.part3-top {
    display: flex;
    justify-content: flex-end;
    height: 1.84rem;
    padding: 0.8rem 0.6rem 0;
    background: url(../images/mpart3_title.jpg) no-repeat center 0/100%;
}

.part3-title {
    height: 24px;
    padding-left: 0.3rem;
    font-size: 18px;
    line-height: 24px;
    color: #0286ce;
    background: url(../images/heng_blue.png) no-repeat 0 center/0.24rem;
}

.part3-title span {
    color: #000;
}

.part3-box {
    position: relative;
    padding: 0 0.6rem;
    background: url(../images/mpart3.jpg) no-repeat center 0/cover;
}

.part3-li:nth-child(1) {
    border: 0;
}

.part3-li {
    padding: 0.8rem 0;
    border-top: 1px solid #ffffff;
}

.part3-li a {
    display: block;
}

.part3-li-font {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.part3-li-name {
    display: block;
}

.part3-li-name .ch {
    font-size: 18px;
    line-height: 24px;
}

.part3-li-name .en {
    font-size: 14px;
    line-height: 18px;
}

.part3-li-plus img {
    width: 0.5rem;
}

.part3-li.active a {
    background: url(../images/part3_li_bg.png) no-repeat center 0/100% 100%, url(../images/part3_line2.png) no-repeat center -50px/1px 12.5vw, url(../images/part3_line2.png) no-repeat center bottom/1px 12.5vw;
}

.part3-li.active .part3-li-name {
    padding: 0;
    background: none;
    transform: translate3d(0, -50px, 0);
}