@charset "utf-8";
/* CSS Document */

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

body {
    font: 12px"Microsoft Yahei", "Arial Narrow", HELVETICA;
    background: #b8dbf8;
    -webkit-text-size-adjust: 100%;
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #341b00;
    text-decoration: none;
}

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word;
    color: #666;
}

.g-wp p {
    color: #000;
}

.hidden{
    display: none;
}

/*通用定义*/
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearer {
    clear: both;
    height: 0;
    display: block;
    font-size: 1px;
    overflow: hidden
}

.banner {
    position: relative;
    width: 100%;
    height: 1121px;
    background: url(banner.png) no-repeat center top;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 1121px;
}

.bg {
    background: url(bg4.png) no-repeat center top;
    padding-bottom: 100px;

}

.col {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.col .hd,
.col .hd img {
    display: block;
    margin: 0 auto;
}

.col .hd {
    margin-top: 140px;
}

.nav {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #fff;
}

.nav ul {
    display: flex;
    height: 80px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}

.nav li {
    position: relative;

    height: 50px;
    width: 200px;
    border-radius: 25px;
    font-size: 30px;
    font-weight: bold;
    text-indent: 1em;
    box-sizing: border-box;
}

.nav li::before {
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -23px;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(icon_nav.png);
    background-repeat: no-repeat;
}

.nav li::after {
    position: absolute;
    right: -16px;
    top: 50%;
    margin-top: -28px;
    content: '';
    width: 1px;
    height: 58px;
    background-image: url(nav-li.png);
    background-repeat: no-repeat;
}


.nav li:hover {
    background: linear-gradient(90deg, #7eb0fe, #2578ff);
}

.nav li:hover a {
    color: #fff;
}

.nav li:nth-child(1)::before {
    background-position: -50px 0px;
}

.nav li:hover:nth-child(1)::before {
    background-position: 0px 0px;
}

/* .nav li:nth-child(2)::before {
    background-position: -50px -50px;
}

.nav li:hover:nth-child(2)::before {
    background-position: 0px -50px;
} */

.nav li:nth-child(2)::before {
    background-position: -50px -100px;
}

.nav li:hover:nth-child(2)::before {
    background-position: 0 -100px;
}

.nav li:nth-child(3)::before {
    background-position: -50px -150px;
}

.nav li:hover:nth-child(3)::before {
    background-position: 0px -150px;
}

.nav li:nth-child(4)::before {
    background-position: -50px -200px;
}

.nav li:hover:nth-child(4)::before {
    background-position: 0px -200px;
}


.nav li:nth-child(4) {
    width: 258px;
}

.nav li a {
    color: #2076ff;
    line-height: 50px;
}

.col1 {
    width: 1280px;
}

.col1 .bd {
    position: relative;
    width: 1280px;
    height: 680px;
    margin-top: 80px;
    background: url(col1-bg.png) no-repeat center top;
    overflow: hidden;
}

.headlines {
    margin: 40px 0 0 143px;
    width: 1099px;
    height: 136px;
    color: #2076ff;
}

.headlines h2 {
    font: bold 44px/50px "Microsoft Yahei";
    /* text-align: center; */
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color: #2076ff;
}

.headlines a {
    color: #2076ff;
}

.headlines p {
    margin-top: 10px;
    font: 18px/30px "Microsoft Yahei";
    color: #666;
}

.col1-swiperwrap {
    position: relative;
    float: left;
    margin: 50px 0 0 40px;
    overflow: hidden;
}

.col1-swiper {
    position: relative;
    width: 640px;
    height: 360px;
}

.col1-swiper .swiper-slide {
    width: 640px;
    height: 360px;
}

.col1-swiper .swiper-slide img {
    width: 640px;
    height: 360px;
}

.col1-swiper .swiper-notification {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
}

.col1-swiper-prev,
.col1-swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    background-image: url(arrow1.png);
    cursor: pointer;
    outline: none;
    z-index: 3;
    font-size: 0;
}

.col1-swiper-prev {
    left: 0;
    background-position: 0 0
}

.col1-swiper-next {
    right: 0;
    background-position: 30px 0;
}

.col1-swiper p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 640px;
    height: 48px;
    background-color: rgba(61, 84, 225, 0.8);
    font-size: 20px;
    line-height: 48px;
    text-indent: 10px;
}

.col1-swiper a {
    color: #fff;
}

.col1 .swiper-pagination {
    position: absolute;
    width: 50px;
    bottom: 0px;
    left: inherit;
    right: 10px;
    font: 20px/48px "Microsoft Yahei";
    color: #fff;
}

.swiper-pagination-current {
    font-size: 26px;
    font-weight: bold;
    color: #ffdfa7;
}

.newslist {
    float: right;
    width: 520px;
    min-height: 355px;
    margin-top: 55px;
    margin-right: 40px;
    padding: 0;
    list-style: none;
}

.newslist li {
    position: relative;
    border-bottom: 1px solid #9bcdff;
    min-height: 70px;
    padding-left: 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.newslist li a {
    font: 20px "microsoft Yahei";
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.newslist li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(li1.png) no-repeat center top;
    background-size: contain;
}

.newslist li:hover a {
    color: #c00000;
    font-weight: bold;
}

a.more {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: linear-gradient(90deg, #7eb0fe, #2377ff);
    transition: opacity 0.2s ease;
    text-align: center;
    line-height: 30px;
}

a.more:hover {
    background: linear-gradient(90deg, #ffb463, #ff6f2e);
}

a.more::after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -8px;
    content: "";
    width: 8px;
    height: 15px;
    background: url(li2.png) no-repeat center top;
}

.col1 .more {
    margin: 30px 40px 0 0;
}

/* col2 */
.col2-swiper {
    width: 1200px;
    height: 676px;
    overflow: hidden;
    margin-top: 35px;
}

.col2-swiper .swiper-slide {
    width: 1200px;
    height: 676px;
    overflow: hidden;
}

.col2-swiper .simg {
    float: left;
    width: 380px;
    height: 676px;
    border-radius: 10px;
    margin-left: 40px;
}

.col2-swiper .simg img {
    width: 380px;
    height: 676px;
}

.col2-swiper .stext {
    float: right;
    width: 656px;
    margin-top: 133px;
}

.col2-swiper .stext h2 {
    font: bold 40px/50px "microsoft Yahei";
}

.col2-swiper .stext a {
    color: #fff;
}

.col2-swiper .stext p {
    font: 20px/36px "microsoft Yahei";
    margin-top: 15px;
    color: #fff;
}

.col2-swiper .col2-btn {
    display: inline-block;
    margin-top: 45px;
}

.col2-swiper-prev,
.col2-swiper-next {
    position: absolute;
    bottom: -80px;
    width: 80px;
    height: 40px;
    background-image: url(arrow2.png);
    cursor: pointer;
    outline: none;
    z-index: 3;
    font-size: 0;
}

.col2-swiper-prev {
    right: 286px;
    background-position: 0 0
}

.col2-swiper-next {
    right: 0;
    background-position: 80px 0;
}

/* col3 */
.col3 .bd {
    display: flex;
    width: 1200px;
    height: 540px;
    margin-top: 50px;
    overflow: hidden;
    background: linear-gradient(to bottom, white, #b6ebff);
    background: -webkit-linear-gradient(top, white, #b6ebff);
    background: -o-linear-gradient(bottom, white, #b6ebff);
    background: -moz-linear-gradient(bottom, white, #b6ebff);
    border-radius: 10px;
    padding: 40px 40px;
    box-sizing: border-box;
    justify-content: space-between;
}

.col3 .tbox {
    width: 323px;
}

.col3 .tbox h2 {
    font: bold 40px/50px "Microsoft Yahei";
}

.col3 .tbox p {
    font: 18px/26px "Microsoft Yahei";
    margin-top: 35px;
    color: #666;
    min-height: 175px;
}

.col3 .tbox a.btn {
    display: block;
    margin-top: 16px;
    width: 240px;
    height: 35px;
    background-color: #2076ff;
    border-radius: 17.5px;
    text-align: center;
    color: #fff;
    font: 18px/35px "Microsoft Yahei";
}

.col3 .imgbox {
    width: 760px;
    height: 422px;
}

.col3 .imgbox img {
    width: 760px;
    height: 422px;
}

.ulls li::after {
    right: -45px;
}

.ulls li:last-child:after {
    background: none;
}

.swiper-pagination2 {
    display: flex;
    position: absolute;
    right: 101px;
    bottom: -80px;
}

.swiper-pagination2 span {
    margin-left: 20px;
    display: block;
    width: 40px;
    height: 40px;
    font: 24px/40px "Microsoft Yahei";
    text-align: center;
    color: #fff;
}

/* col4 */
.col4 .bd {
    position: relative;
    margin-top: 50px;
}

.col4-swiper-wrap {
    position: relative;
}

.col4-swiper {
    width: 1200px;
    overflow: hidden;
}

.col4-swiper .swiper-slide {
    width: 360px;
    height: 312px;
    transition: all 0.3s ease;
}

.col4-swiper .swiper-slide:hover {
    transform: translateY(-5px);
}

.col4-swiper .swiper-slide:hover img {
    opacity: 0.9;
}

.col4-swiper .swiper-slide img {
    width: 360px;
    height: 202px;
}

.col4-swiper .swiper-slide p {
    width: 360px;
    height: 100px;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    font: 20px/30px "Microsoft Yahei";
}

.col4-swiper-prev,
.col4-swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 30px;
    height: 47px;
    background-image: url(arrow4.png);
    cursor: pointer;
    outline: none;
    z-index: 3;
    font-size: 0;
}

.col4-swiper-prev {
    left: -60px;
    background-position: 0 0
}

.col4-swiper-next {
    right: -50px;
    background-position: 30px 0;
}

.col4 .col4list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.col4 .col4list li {
    width: 580px;
    height: 65px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    background-color: #e4f3ff;
    border-radius: 10px;
    font: 20px/65px "Microsoft Yahei";
    transition: all 0.3s ease;
}

.col4 .col4list li:hover {
    transform: translateY(-5px);
}

.col5 {
    width: 100%;
    position: relative;
}

.col5 .bd {
    overflow: hidden;
}

.col5 .zhd {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 1920px;
    height: 451px;
    margin-left: -960px;
    z-index: 1;
}

.col5 .zbd {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 300px;
}

.col5 .yyzp,
.col5 .spzp,
.col5 .drzp,
.col5 .gzzp {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.col5 .spzp .zbd {
    margin-top: 230px;
    height: 581px;
    background: url(col4-box2-bg.png) no-repeat center top;
}

.col5 .zhd1 {
    background: url(col4-box1-hd-b.png) no-repeat center top;
}

.col5 .zhd2 {
    background: url(col4-box2-hd-b.png) no-repeat center top;
}

.col5 .zhd3 {
    background: url(col4-box3-hd-b.png) no-repeat center top;
}

.col5 .zhd4 {
    background: url(col4-box4-hd-b.png) no-repeat center top;
}

/* 音乐 */
.yyzp_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yyzp_item {
    width: calc(50% - 10px);
    margin-bottom: 30px;
    box-sizing: border-box;
    background-color: #fff;
    font: bold 24px/30px "Microsoft Yahei";
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}

.yyzp_item:hover {
    transform: translateY(-5px);
}

.yyzp_item .audio-container {
    margin-top: 15px;
}

.spzp .zbd {
    overflow: hidden;
}

.spzp-container1-2 {
    position: absolute;
    top: 60px;
    left: 120px;
    width: 740px;
}

.spzp-container1-2 .swiper-slide {
    width: 740px;
    height: 454px;
}

.spzp-container1-2 .swiper-slide img {
    width: 740px;
    height: 416px;
    position: relative;
}

.spzp-container1-2 .swiper-slide i{
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(col4-box2-icon1.png) no-repeat center top;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

.spzp-container1-1 {
    position: absolute;
    top: 58px;
    right: 20px;
    width: 178px;
    height: 470px;
    overflow: hidden;
}

.spzp-container1-1 .swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.spzp-container1-1 .swiper-slide {
    margin-bottom: 17px;
    width: 178px;
    height: 100px;
    border-radius: 10px;
    box-sizing: border-box;
}

.spzp-container1-1 .swiper-slide-thumb-active {
    border: 3px solid #fff;
}

.spzp-container1-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-sizing: border-box;
}

.spzp-container1-2 h3 {
    font: 20px/30px "Microsoft Yahei";
    color: #333;
    margin-top: 10px;
}


.spzp_prev,
.spzp_next {
    position: absolute;

    width: 48.63px;
    height: 30px;
    background-image: url(arrow3.png);
    cursor: pointer;
    outline: none;
    font-size: 0;
    z-index: 9;
}

.spzp_prev {
    top: 15px;
    right: 84px;
    background-position: 0 0
}

.spzp_next {
    bottom: 15px;
    right: 84px;
    background-position: 0 -30px;
}

.drzp_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.drzp_box {
    transition: all 0.3s ease;
}

.drzp_box:hover {
    transform: translateY(-5px);
}

.drzp_box img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: cover;
    z-index: 4;
    box-shadow: 0 0 20px 5px rgba(106, 165, 255, 0.5);
    backdrop-filter: blur(5px);
}

.drzp_box p {
    position: relative;
    top: -48px;
    width: 220px;
    height: 180px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 110px 110px 30px 30px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    z-index: 3;
    box-shadow: 0 0 20px 5px rgba(106, 165, 255, 0.5);
    backdrop-filter: blur(5px);
    text-align: center;
}


/* gzzp */
.gzzp_item_wrap {
    width: 580px;
}

.gzzp_box {
    height: 64px;
    padding: 0 18px;
    margin-bottom: 20px;
    background-color: #f6fbf9;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(34, 174, 178, 0.2)
}

.gzzp_box h3 {
    height: 60px;
    font: 20px/60px "Microsoft Yahei";
    color: #212121;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gzzp_box h3 a {
    color: #212121;
}

.gzzp_box p {
    display: none;
    font: 16px/28px "Microsoft Yahei";
    color: #999;
}

.gzzp_box.active {
    height: auto;
    padding: 12px 20px 24px;
    background-color: #fff;
}

.gzzp_box.active h3 {
    height: auto;
    margin-bottom: 20px;
    font: bold 24px/36px "Microsoft Yahei";
    white-space: normal;
}

.gzzp_box.active p {
    display: block;
}


@media (max-width: 1000px) {

    .banner,
    .banner img {
        min-width: 1300px;
        height: 1121px;
    }

    .bg {
        background-size: cover;
        min-width: 1300px;
        background: url(bg4.png) no-repeat center top;
        ;
    }

    .col {
        min-width: 1300px;
    }

    .col1 .bd {
        min-width: 1300px;
        background-size: cover;
    }

    .col .bd {
        min-width: 1300px;
    }

    .col2-swiper .stext {
        padding: 30px;
        box-sizing: border-box;
        border-radius: 30px;
        background: linear-gradient(90deg, #7eb0fe, #2578ff);

    }

    .col4 .col4list,
    .col4-swiper-wrap {
        min-width: 1300px;
        justify-content: center;
        overflow: hidden;
    }

    .col4-swiper {
        margin: 0 auto;
    }

    .col4-swiper-prev {
        left: 0px;
        background-position: 0 0
    }

    .col4-swiper-next {
        right: 20px;
        background-position: 30px 0;
    }

    a.more {
        margin-top: 20px;
    }


    .col5 .spzp .zbd {
        margin-top: 260px;
    }
}