body {
    background: #fff;
}


/*样式表*/

.banner {
    position: relative;
}

.banner i {
    display: block;
}

.banner i img {
    width: 100%;
}

.video-btn {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 1.6rem;
    width: 100%;
    text-align: center;
}

.video-btn img {
    width: 3.5rem;
}

.video-bg {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.alerts {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 10%;
    width: 100%;
    text-align: center;
}

.alerts img {
    width: 40px;
}

.video-bg div {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.videos {
    width: 100%;
}


/* 第1部分 */

.part1 {
    position: relative;
    padding: 1.4rem 0.2rem 1rem;
    background: url(../images/mpart1_bg.jpg) no-repeat center 0/cover;
}

.part1-main {
    padding: 0.2rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.1rem;
}

.part1-top {
    position: relative;
}

.part1-title {
    position: absolute;
    left: 0;
    top: -1.2rem;
    text-align: left;
}

.part1-title .en {
    font-weight: bold;
    font-size: 30px;
    line-height: 32px;
    color: #c8000a;
}

.part1-title .ch {
    padding: 0 0 6px;
    font-size: 16px;
    line-height: 20px;
    background: url(../images/part_xie.png) no-repeat 75px bottom/12px;
}

.part1-nav {
    position: relative;
    z-index: 50;
}

.part1-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 1.8rem;
}

.part1-nav ul li {
    width: 33.3%;
    padding: 3px 0 3px 6px;
}

.part1-nav ul li:nth-child(1) {
    margin-left: 33.3%;
}

.part1-nav ul a {
    display: block;
    font-size: 16px;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
}

.part1-nav ul a span {
    display: block;
    background: rgba(0, 0, 0, 0.5);
}

.part1-box {
    padding: 0.4rem 0;
}

.part1-p {
    height: 4.32rem;
    overflow: hidden;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #000;
}

.part1-more {
    width: 1.8rem;
    padding: 0.4rem 0 0;
}

.part1-more a {
    display: block;
    padding: 0 0.4rem 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #000;
    background: url(../images/part_arrow.png) no-repeat 1.2rem center/0.36rem;
    border: 1px solid #000;
    border-radius: 18px;
}


/* 第2部分 */

.part2 {
    position: relative;
    padding: 0 0.2rem;
    background: #fff url(../images/mpart2_bg.jpg) no-repeat center bottom/100%;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.part2-main {
    width: 100%;
    padding: 0 0.2rem 0.8rem;
}

.part2-map {
    text-align: center;
}

.part2-map img {
    width: 100%;
}

.part2-detail {
    padding: 0 0 0.5rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #000;
}

.part2-detail span {
    margin: 0 2px;
    padding: 0 2px;
    line-height: 0.28rem;
    color: #fff;
    background: #c8000a;
    border-radius: 5px;
}

.part2-title {
    display: flex;
    justify-content: center;
    padding: 0 0 0.5rem;
    font-size: 0.48rem;
    line-height: 0.5rem;
}

.part2-title .en {
    color: #d7d7d7;
}

.part2-title .ch {
    padding: 0 0.2rem 0.12rem;
    color: #c8000a;
    background: url(../images/part_xie.png) no-repeat right bottom/0.2rem;
}

#marquee {
    position: relative;
    height: 2.4rem;
    overflow: hidden;
}

.part2-ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part2-li {
    width: 4.7rem;
    padding: 0 0.1rem;
}

.part2-ul a {
    display: block;
    position: relative;
    overflow: hidden;
}

.part2-ul a i {
    display: block;
}

.part2-ul a i img {
    width: 100%;
}

.part2-ul a p {
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    padding: 0 0.2rem;
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #fff;
    text-align: center;
    background: #c8000a;
}


/* 第3部分 */

.part3 {
    position: relative;
    padding: 0 0.2rem 0.6rem;
    background: url(../images/mpart3_bg.jpg) no-repeat center 0/100%;
}

.part3-title {
    padding: 1.6rem 0.4rem 0.8rem 0;
    font-size: 0.48rem;
    line-height: 0.54rem;
    text-align: right;
}

.part3-title .en {
    color: #fff;
    opacity: 0.35;
}

.part3-title .ch {
    padding: 0 0.2rem 0.2rem 0;
    color: #fff;
    background: url(../images/part_xie.png) no-repeat right bottom/0.2rem;
}

.part3-main {
    padding: 0 0 0.5rem;
    background: #f4f4f4;
    border-bottom: 5px solid #c8000a;
}

.part3-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 0.5rem;
}

.part3-nav ul li {
    width: 2.3rem;
    padding: 0 0 0.1rem;
}

.part3-nav ul li:nth-child(1) {
    margin: 0 0 0 1.2rem;
}

.part3-nav ul li:nth-child(2) {
    margin: 0 1.2rem 0 0;
}

.part3-nav ul a {
    display: block;
    padding: 0 0 0 1.5vw;
    font-size: 0.3rem;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
    background: #c8000a;
}

.part3-ul {
    position: relative;
    height: 4.85rem;
    margin: 0 0.2rem;
    overflow: hidden;
}

.part3-ul ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

.part3-ul ul li {
    width: 4rem;
    padding: 0 0.1rem;
}

.part3-ul ul a {
    display: block;
}

.part3-ul ul i {
    display: block;
    overflow: hidden;
    border: 1px solid #fff;
}

.part3-ul ul i img {
    width: 100%;
}

.pic-li-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5vw;
    padding: 0 0.1rem;
    font-size: 0.24rem;
    line-height: 0.64rem;
    color: #fff;
    background: #c8000a;
}

.pic-li-name {
    width: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part3-more {
    width: 1.8rem;
    margin: 0 auto;
    padding: 0 0.1rem;
    border: 1px solid #000;
    border-radius: 0.3rem;
}

.part3-more a {
    display: block;
    padding-right: 0.3rem;
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #000;
    text-align: center;
    background: url(../images/arrow_w.png) no-repeat right center/0.4rem;
}


/* 第4部分 */

.part4 {
    position: relative;
    padding: 0.6rem 0;
    background: url(../images/mpart4_bg.jpg) no-repeat center bottom/ cover;
}

.part4-main {
    padding: 0 0.2rem;
}

.part4-title {
    text-align: right;
}

.part4-title .en {
    font-size: 0.48rem;
    line-height: 0.54rem;
    color: rgba(0, 0, 0, 0.4);
}

.part4-title .ch {
    padding: 0 0.24rem 0.12rem 0;
    font-size: 0.48rem;
    line-height: 0.54rem;
    color: #000;
    background: url(../images/part_xie.png) no-repeat right bottom/0.24rem;
}

.part4-title .ch span {
    display: block;
    background: url(../images/logo_icon.png) no-repeat 4.4rem center/0.36rem;
}

.part4-nav {
    display: block;
    padding: 0.5rem 0 0.3rem;
}

.part4-nav ul {
    display: flex;
    justify-content: space-between;
}

.part4-nav ul li {
    padding: 0;
}

.part4-nav ul a {
    display: block;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000;
}

.new-box a {
    display: block;
}

.new-img {
    overflow: hidden;
}

.new-img img {
    width: 100%;
}

.new-title {
    padding: 0.2rem 0;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #000;
    border-bottom: 1px solid #dcdcdc;
}

.new-p {
    height: 64px;
    margin: 0.2rem 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #2f2f2f;
}

.new-ul ul {
    padding: 0.5rem 0 0;
}

.new-ult ul li {
    padding: 0;
}

.new-ul ul a {
    display: flex;
    justify-content: space-between;
}

.new-li-time {
    width: 1.4rem;
    padding: 0.5rem 0;
    text-align: center;
    color: #fff;
    background: #a6030b url(../images/icon_r.png) no-repeat right bottom/0.6rem;
}

.new-li-day {
    padding: 0 0 0.4rem;
    font-size: 0.48rem;
    line-height: 0.64rem;
    text-align: center;
}

.new-li-year {
    font-size: 0.24rem;
    line-height: 0.3rem;
}

.new-li-font {
    width: 5.4rem;
}

.new-li-title {
    padding: 0 0 0.4rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
    color: #000;
}

.new-li-p {
    height: 1.5rem;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #000;
}