* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  font-family: '微软雅黑', Arial, sans-serif;
  background: linear-gradient(to bottom, #e0f7fa 0%, #fff 100%);
  margin: 0;
  color: #333;
  background-color: #d8f2f3;
  min-height: 100vh;
  min-width: 1280px;
}

.banner {
  background: #fff;
  text-align: center;
  position: relative;
}

.banner img {
    display: block;
    width: 100%;
    height: auto;
}

.container {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.container > div{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.bg2 {
    background-image: url('../images/bg2.jpg');
    padding-top: 30px;
}
.bg3 {
    background-image: url('../images/bg3.jpg');
    padding-top: 100px;
}
.bg4 {
    background-image: url('../images/bg4.jpg');
    padding-top: 100px;
}
.bg5 {
    background-image: url('../images/bg5.jpg');
    padding-top: 100px;
}
.bg6 {
    background-image: url('../images/bg6.jpg');
    padding-top: 100px;
}
.project-intro {
    position: relative;
    height: 760px;
    background: url('../images/2.png') no-repeat;
    background-size: 100% 100%;
    padding: 120px 80px;
}

.intro-text {
    height: 260px;
    line-height: 1.75;
    overflow-y: auto;
}
.intro-text p {
    text-indent: 2em;
}
.intro-text p + p {
    margin-top: 12px;
}
.intro-content {
    position: relative;
    z-index: 2;
}
.project-intro .__link {
    background: url('../images/3.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 800px;
    height: 80px;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    padding: 0 60px;
}
.project-intro .__link img{
    width: 86px;
    height: auto;
    user-select: none;
}
.bk1 {
    padding: 20px 0;
}
.bk2 {
    text-align: right;
    margin-top: 20px;
}
.bk {
    user-select: none;
    -webkit-user-drag: none;
}
.bk img {
    width: 86px;
    height: auto;
}

.intro-qr {
    width: 120px;
    height: 120px;
    background: url('../images/7.png') no-repeat;
    background-size: 100% 100%;
    padding: 7px 7px 11px 12px;
}
.intro-qr img{
    display: block;
    width: 100%;
    height: 100%;
}

.play-list {
    position: relative;
    height: 850px;
    background: url('../images/8.png') no-repeat;
    background-size: 100% 100%;
    padding: 120px 80px;
}


.foundation-info {
    text-align: center;
    font-size: 14px;
    font-weight: 550;
    line-height: 1.75;
    padding: 40px 0;
    margin-top: 30px;
}
.foundation-info a {
    color: inherit;
    text-decoration: none;
}
.foundation-info a:hover {
    color: #e76da0;
    text-decoration: underline;
}

.swiper-container {
    padding-top: 70px;
}
.play-box img{
    display: block;
    width: 100%;
    height: auto;
}
.swiper-slide {
    border: 5px solid #59b6fc;
    border-radius: 12px;
}
.play-title {
    padding: 20px 0;
    text-align: center;
    border-top: 5px solid #59b6fc;
}
.play-list {
    position: relative;
    padding-bottom: 80px;
}
.swiper-pagination {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/9.png');
    width: 30px;
    height: 12px;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 12px;
}
.swiper-pagination-bullet-active {
    background-image: url('../images/10.png');
}
.activity {
    position: relative;
    height: 1000px;
    background: url('../images/11.png') no-repeat;
    background-size: 100% 100%;
    padding: 120px 80px 60px 80px;
}
.activity-tabs {
    display: flex;
    padding: 30px 0;
}
.activity-tabs-item {
    width: 146px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/14.png');
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: white;
    cursor: pointer;
    user-select: none;
    font-weight: 550;
    font-size: 18px;
}
.activity-tabs-item.__current {
    background-image: url('../images/15.png');
}
.activity-container {
    height: 696px;
    overflow-y: auto;
}
.activity-container img {
    display: block;
    width: 100%;
    height: auto;
}
.news-list {
    height: 800px;
    background: url('../images/16.png') no-repeat;
    background-size: 100% 100%;
    padding: 206px 80px 60px 80px;
}

.news-list ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 88px;
    padding-left: 80px;
    padding-right: 52px;
    margin-bottom: 20px;
}
.news-list ul {
    list-style: none;
    height: 440px;
}
.news-list ul a {
    color: inherit;
    text-decoration: none;
}
.news-list ul li .time {
    position: absolute;
    top: 20px;
    left: 0;
    width: 60px;
    line-height: 20px;
    color: #a0a0a0;
    text-align: center;
    font-size: 14px;
    padding-right: 12px;
    border-right: 1px solid #e6e6e6;
}
.news-list ul li .time span {
    display: block;
    font-size: 18px;
    padding-bottom: 8px;
    white-space: nowrap;
}
.news-list .text {
    line-height: 24px;
}
.news-list .text h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list .text p {
    height: 56px;
    font-size: 14px;
    line-height: 28px;
    color: #a0a0a0;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.news-list-btn {
    display: block;
    width: 172px;
    padding: 12px 0;
    margin: 20px auto 0;
    text-align: center;
    border: 2px solid #232323;
    border-radius: 50px 50px;
    cursor: pointer;
    color: #232323;
    user-select: none;
    text-decoration: none;
}
.fund-list {
    position: relative;
    height: 600px;
    background: url('../images/17.png') no-repeat;
    background-size: 100% 100%;
    padding: 176px 80px 60px 80px;
}
.fund-list-text {
    text-indent: 2em;
    line-height: 1.75;
}
.fund-list img {
    display: block;
    width: 240px;
    height: auto;
    margin: 0 auto;
}
.fund-list-text {
    height: 180px;
}

.fixed-icon {
    position: absolute;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    width: 120px;
    height: auto;
}
