:root {
  --mainColor: #219AD9;
  --secondColor: #F19FC4;
  --thirdColor: #958C81;
  --hoverColor: #CD5D67;
  --titleColor: #222222;
  --textColor: #666666;
  --whiteColor: #ffffff;
  --black20: #cccccc;
  --black40: #999999;
  --black60: #666666;
  --black80: #333333;
  --black100: #000000;
}

@media screen and (min-width: 1360px) {
    .container {
        max-width: 1300px;
    }
}

@media screen and (min-width: 1440px) {
    .container {
        max-width: 1380px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}



.text-white {
    color: var(--whiteColor) !important;
}

.fundTitle{
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.fundTitle::before, .fundTitle::after{
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/titleBg.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fundTitle::before{
    left: -90px;
}

.fundTitle::after{
    right: -90px;
}

.fundTitle2{
    position: relative;
    display: inline-block;
    margin-bottom: 3rem;
}

.fundTitle2::before{
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/titleBg2.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
}

.fundBtn{
    display: inline-block;
    padding: .5rem 3.75rem;
    background: var(--secondColor);
    color: var(--whiteColor);
    border-radius: 50px;
    border: 1px solid var(--whiteColor);
}

.fundBtn:hover{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .fundTitle::before, .fundTitle::after, .fundTitle2::before{
        width: 43px;
        height: 50px;
    }

    .fundTitle::before, .fundTitle2::before{
        left: -65px;
    }

    .fundTitle::after{
        right: -65px;
    }
}

@media screen and (max-width: 580px) {
    .fundBtn{
        padding: .5rem 2.5rem;
    }
}


/* fundIndexBanner */
.bannerWrap{
    background: url(../images/bannerBg.png) bottom center no-repeat;
    padding: 50px 0 120px 0;
}

.bannerWrap .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.swiper-button-next, .banner-swiper-button-prev{
    width: 64px;
    height: 64px;
    border: 1px solid var(--thirdColor);
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 2rem;
}

.banner-swiper-button-prev{
    right: 2rem;
    bottom: 80px;
}

.banner-swiper-button-prev::after, .swiper-button-next::after{
    content: "";
    width: 60px;
    height: 60px;
    background: url(../images/arrowLeft.png) center no-repeat;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next::after{
    background: url(../images/arrowRight.png) center no-repeat;
}

.swiper-button-next:hover, .banner-swiper-button-prev:hover{
    background: var(--hoverColor);
    border-color: var(--hoverColor);
}

.banner-swiper-button-prev:hover::after, .swiper-button-next:hover::after{
    background: url(../images/arrowLeft_w.png) center no-repeat;
}

.swiper-button-next:hover::after{
    background: url(../images/arrowRight_w.png) center no-repeat;
}

.ban_imgBox{
    position: relative;
    z-index: 0;
    margin-left: -100px;
    max-width: 800px;
}

.ban_imgBox img{
    max-width: 100%;
}

.ban_imgBox::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bannerImgBg.png) top right no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: -25px;
    z-index: -2;
}

.ban_imgBox::after{
    content: "";
    width: 274px;
    height: 148px;
    background: url(../images/rainbow.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -36px;
    right: -100px;
    z-index: -1;
}

.contentWrap h1 {
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 2rem;
}

.contentWrap h1 span{
    color: var(--mainColor);
}

.bannerBtn{
    display: inline-block;
    padding: .5rem 3.75rem;
    background: var(--mainColor);
    color: var(--whiteColor);
    border-radius: 50px;
    border: 1px solid var(--whiteColor);
}

.bannerBtn:hover{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .ban_imgBox{
        max-width: 680px;
    }

    .ban_imgBox::after{
        width: 200px;
        height: 107px;
        top: -25px;
        right: -80px;
    }

    .ban_imgBox::before{
        top: 20px;
        right: -15px;
    }
}

@media screen and (max-width: 1199px) {
    .bannerWrap{
        background: url(../images/bannerBg.png) top center no-repeat;
    }

    .contentWrap h1 {
        line-height: 1.5;
        font-size: 2.25rem;
    }

    .ban_imgBox{
        max-width: 580px;
    }

    .ban_imgBox::after{
        top: -45px;
        right: -60px;
    }

    .bannerWrap .swiper{
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .bannerWrap {
        padding: 0;
    }

    .bannerWrap .swiper-slide{
        flex-wrap: wrap;
    }

    .contentWrap{
        width: 80%;
        order: 1;
        text-align: center;
        margin: 100px auto 0 auto;
    }

    .ban_imgBox{
        width: 100%;
        order: 0;
    }
}

@media screen and (max-width: 580px) {
    .bannerWrap{
        background: url(../images/bannerBg.png) bottom center no-repeat;
    }

    .contentWrap{
        margin: 60px auto 0 auto;
    }

    .ban_imgBox{
        max-width: 320px;
        margin: 0 auto;
    }

    .ban_imgBox::after{
        width: 100px;
        height: 53px;
        top: -16px;
        right: -25px;
    }
    
    .contentWrap h1 {
        line-height: 1.2;
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .bannerBtn{
        padding: .5rem 2.5rem;
    }

    .swiper-button-next, .banner-swiper-button-prev{
        width: 50px;
        height: 50px;
    }

    .banner-swiper-button-prev::after, .swiper-button-next::after{
        width: 50px;
        height: 50px;
        top: 55%;
    }

    .banner-swiper-button-prev {
        bottom: 68px;
    }
}

/* fundIndexAbout */
.aboWrap{
    position: relative;
    padding: 150px 0;
}

.aboWrap::before{
    content: "";
    width: 382px;
    height: 414px;
    background: url(../images/aboutBgLeft.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 1rem;
    bottom: 0;
}

.aboWrap::after{
    content: "";
    width: 427px;
    height: 325px;
    background: url(../images/aboutBgRight.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 1rem;
    bottom: 0;
}

.bear-container {
    position: relative;
    perspective: 1000px;
}

.flip-card {
    position: relative;
    top: -3rem;
    left: 10rem;
    width: 60%;
    height: 400px;
    transform-style: preserve-3d;
    animation: flipLoop 6s ease-in-out infinite;
}

@keyframes flipLoop {
    0%   { transform: rotateY(0deg); }
    40%  { transform: rotateY(0deg); }
    50%  { transform: rotateY(180deg); }
    90%  { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}

.bear,
.bear_translate {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.bear_translate {
    width: 90%;
}

.bear img,
.bear_translate img {
    width: 100%;
}

.bear_translate {
    transform: rotateY(180deg) translate(-0.5rem, 3rem);
}

@media screen and (max-width: 1440px) {
    .aboWrap::before{
        width: 280px;
        height: 300px;
    }

    .aboWrap::after{
        width: 280px;
        height: 213px;
    } 
}

@media screen and (max-width: 1199px) {
    .aboWrap::before{
        width: 200px;
        height: 220px;
    }

    .aboWrap::after{
        width: 200px;
        height: 145px;
    } 
}

@media screen and (min-width: 992px) {
    .aboWrap::before, .aboWrap::after{
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 992px) {
    .flip-card {
        top: 0;
        width: 55%;
    }
}

@media screen and (max-width: 580px) {
    .aboWrap::after{
        top: 0;
        bottom: auto;
        left: 1rem;
        right: auto;
    }

    .aboWrap::before{
        left: auto;
        right: 1rem;
    }

    .bear-container {
        height: 400px;
    }
    
    .flip-card {
        top: 1rem;
        left: 0;
        width: 100%;
    }
}


/* fundIndexNews */
.newsWrap{
    background: url(../images/fundBg1.png) top right no-repeat;
    padding: 150px 0;
    margin-bottom: 5rem;
}

.newsContent{
    position: relative;
    background: url(../images/newsBg.png) top center no-repeat;
    background-size: 100%;
    padding: 100px 120px 130px 100px;
}

.newsContent::before{
    content: "";
    width: 180px;
    height: 136px;
    background: url(../images/hat.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.newsContent::after{
    content: "";
    width: 250px;
    height: 155px;
    background: url(../images/book.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newBox{
    position: relative;
    display: block;
    padding: 1.5rem 200px 1.5rem 1.5rem;
}

.newBox + .newBox{
    border-top: 2px dotted var(--thirdColor);
}

.newTitle{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newBox p{
    margin-bottom: 0;
}

.newBtn{
    display: inline-block;
    padding: .25rem 2rem;
    background: var(--thirdColor);
    color: var(--whiteColor);
    border-radius: 50px;
    position: absolute;
    top: 1.5rem;
    right: 80px;
    font-size: 1rem;
}

.newBox:hover .newBtn{
    background: var(--hoverColor);
    color: var(--whiteColor);
    border-color: var(--hoverColor);
}

@media screen and (max-width: 1440px) {
    .newsContent{
        padding-top: 100px;
    }

    .newsContent::after{
        width: 250px;
        height: 155px;
        bottom: 2rem;
    }
}

@media screen and (max-width: 1199px) {
    .newsWrap{
        padding-top: 120px;
        margin-bottom: 2rem;
    }

    .newsContent{
        background: url(../images/newsBg_md.png) top center no-repeat;
        background-size: 100%;
    }

    .newBox{
        padding: 1.5rem 150px 1.5rem 1.5rem;
    }

    .newBtn{
        right: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .newsWrap{
        padding: 100px 0;
    }

    .newsContent{
        background: var(--whiteColor);
        border-radius: 25px;
        padding: 3rem 1rem;
    }

    .newsContent::before{
        width: 100px;
        height: 76px;
        top: -40px;
        left: -8px;
    }

    .newsContent::after{
        width: 280px;
        height: 174px;
    }

    .newsContent .fundTitle2{
        margin-bottom: 2rem;
    }

    .newBox{
        padding: 1rem;
    }

    .newBtn{
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        margin: 1rem auto 0 auto;
    }

    .newTitle{
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .newsContent::after{
        width: 160px;
        height: 100px;
        bottom: -16px;
    }
}

@media screen and (max-width: 580px) {
    .newBox:last-child{
        display: none;
    }
}


/* fundIndexJoin */
.joinWrap{
    position: relative;
    background: url(../images/fundBg2.png) top right no-repeat;
    padding: 170px 0;
}

.joinWrap::after{
    content: "";
    width: 125px;
    height: 150px;
    background: url(../images/flower.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 12%;
    top: 81%;
}

.joinImgBox{
    position: relative;
    z-index: 0;
    margin-top: 3rem;
}

.joinImgBox::before{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/dotted.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: -1;
}

.joinWrap .fundTitle{
    color: var(--whiteColor);
}

.joinWrap .fundTitle::before, .joinWrap .fundTitle::after{
    background: url(../images/titleBg_w.png) center no-repeat;
    background-size: 100%;
}

.joinWrap .item_title{
    margin-bottom: 1rem;
}

.joinWrap .item_title::before, .joinWrap .item_title::after, .joinBg .item_title::before, .joinBg .item_title::after{
    display: none;
}

@media screen and (max-width: 1440px) {
    .joinWrap{
        padding: 200px 0 210px 0;
    }
}

@media screen and (max-width: 1360px) {
    .joinWrap{
        padding: 220px 0;
    }
}

@media screen and (max-width: 1280px) {
    .joinWrap{
        padding: 240px 0;
    }
}

@media screen and (max-width: 1199px) {
    .joinWrap{
        background: url(../images/fundBg2_md.png) top right no-repeat;
        padding: 160px 0;
    }

    .joinWrap::after{
        width: 80px;
        height: 100px;
        position: absolute;
        right: 12%;
        top: 77%;
    }
}

@media screen and (max-width: 991px) {
    .joinLeft{
        order: 1;
    }

    .joinTxt{
        order: 0;
    }

    .joinWrap{
        padding-bottom: 0;
    }
}



/* fundIndexDownload & fundIndexActivity*/
.blockWrap{
    position: relative;
    padding: 150px 0 100px 0;
}

.blockBg{
    background: url(../images/fundBg3.png) center no-repeat;
    background-size: 100%;
    padding: 100px 90px 80px 90px;
}

.downloadWrap::before{
    content: "";
    width: 180px;
    height: 100px;
    background: url(../images/paperPlane.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.downloadWrap ul li a{
    position: relative;
    display: block;
    padding: 1.5rem;
}

.downloadWrap ul li:hover a{
    color: var(--hoverColor);
}

.goBtn{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    background: var(--thirdColor);
    border-radius: 50%;
    position: absolute;
    right: 1.5rem;
    top: 24px;
}

.goBtn img{
    width: 10px;
    height: 15px;
}

.downloadWrap ul li:hover .goBtn, .activityWrap:hover .goBtn{
    background: var(--hoverColor);
}

.downloadWrap ul li + li{
    border-top: 2px dotted var(--thirdColor);
}

.activityWrap{
    position: relative;
    display: block;
}

.activityWrap img{
    margin-bottom: 1rem;
}

.activityWrap p{
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.activityWrap p .goBtn{
    right: -60px;
    top: 0;
}

.activityWrap p .goBtn img{
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .blockRight{
        margin-top: 100px;
    }
}

@media screen and (max-width: 580px) {
    .blockBg{
        background: url(../images/fundBg3_sm.png) center no-repeat;
        background-size: 100%;
        padding: 2rem;
    }

    .downloadWrap::before{
        width: 108px;
        height: 60px;
        left: 1rem;
        bottom: -1.5rem;
    }

    .downloadWrap ul li a{
        padding: 1rem;
    }

    .activityWrap p .goBtn{
        top: 44px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .goBtn{
        top: 1rem;
    }
}


/* fundIndexContact */
.contentTxt{
    margin-left: 200px;
}

@media screen and (max-width: 1359px) {
    .contentTxt{
        margin-left: 120px;
    }
}

@media screen and (max-width: 1199px) {
    .contentTxt{
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .contentTxt{
        text-align: center;
    }

}

/* Page */
.pagebannerWrap{
    position: relative;
    background: #F5EEE4;
    background: url(../images/pageBannerWave.png) left bottom no-repeat, url(../images/pageBannerBg.jpg) left top;
    /* background-size: 100% auto, auto; */
}

@media screen and (max-width: 1199px) {
    .pagebannerWrap{
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 991px) {
    .pagebannerWrap{
        margin-top: 50px;
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 767px) {
    .pagebannerWrap{
        margin-top: 66px;
        padding-bottom: 180px;
    }
}

.pagebannerWrap.blueWave{
    background: url(../images/pageBannerWaveBlue.png) left bottom no-repeat, url(../images/pageBannerBg.jpg) left top;
}

.pageTitle{
    text-align: center;
    order: 0;
}

.pagebannerBox{
    order: 1;
}

.fundPageTitle{
    position: relative;
    display: inline-block;
    margin: 150px 0 3rem 0;
    padding-left: 120px;
    font-size: 3rem;
}

.fundPageTitle::before {
    content: "";
    width: 60px;
    height: 70px;
    background: url(../images/titleBg2.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sitemap{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 3rem;
}

@media screen and (max-width: 1199px) {
    .fundPageTitle{
        margin: 6rem 0 3rem 0;
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 991px) {
    .pageTitle{
        text-align: left;
    }

    .fundPageTitle{
        margin: 5rem 0 3rem 0;
        padding-left: 100px;
        font-size: 2rem;
    }

    .sitemap{
        bottom: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .pageTitle{
        text-align: center;
        order: 1;
    }

    .fundPageTitle{
        margin: 3rem 0;
    }

    .pagebannerBox{
        order: 0;
    }
}

.pagebannerWrap.blueWave .sitemap, .pagebannerWrap.blueWave .sitemap a{
    color: var(--whiteColor);
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent var(--thirdColor);
    margin: 0 1rem;
}

.pagebannerWrap.blueWave .triangle{
    border-color: transparent transparent transparent var(--whiteColor);
}

.pagebannerBox{
    text-align: right;
}

.pageWrap{
    padding: 100px 0;
}

@media screen and (max-width: 1199px) {
    .pageWrap{
        padding-top: 30px;
    }
}


/* About */
.aboBg{
    position: relative;
    background: url(../images/aboCloud.png) left bottom no-repeat, url(../images/blueBg.jpg) left top;
    min-height: 1280px;
}

/* @media screen and (max-width: 1199px) and (min-width: 992px){
    .aboBg{
        min-height: 880px;
    }
} */

@media screen and (max-width: 1199px){
    .aboBg{
        padding-bottom: 420px;
    }

    .aboBg .aboTxt{
        margin-top: 3rem;
    }
}

.aboBg .aboTxt, .aboBg2 .aboTxt{
    color: var(--whiteColor);
}

.aboCon{
    padding: 80px 0;
}

.listBox{
    display: flex;
    flex-wrap: wrap;
    margin: 3rem 0;
}

.listBody{
    display: flex;
    align-items: center;
    width: calc(100% / 4 - 2rem);
    margin: 1.5rem 1rem;
}

@media screen and (max-width: 1199px) {
    .listBody{
        width: calc(100% / 3 - 2rem);
    }
}

@media screen and (max-width: 991px) {
    .listBody{
        width: calc(100% / 2 - 2rem);
    }
}

@media screen and (max-width: 767px) {
    .listBody{
        width: 100%;
    }
}

.iconBox{
    width: 80px;
    height: 80px;
    line-height: 77px;
    border-radius: 16px;
    background: var(--mainColor);
    text-align: center;
    margin-right: 1rem;
}

.listBody:nth-child(2n) .iconBox{
    background: var(--secondColor);
}

.listBody p{
    width: calc(100% - 80px - 2rem);
    margin-bottom: 0;
}

.aboBg2{
    position: relative;
    background: url(../images/cloudDow.png) left top no-repeat, url(../images/blueBg.jpg) left top;
    padding: 320px 0 180px 0;
    animation: bgLoop 6s ease-in-out infinite;
}

@keyframes bgLoop {
    0% {
        background: url(../images/cloudDow.png) left top no-repeat, url(../images/blueBg.jpg) left top;
    }
    40% {
        background: url(../images/cloudDow.png) left top no-repeat, url(../images/blueBg.jpg) left top;
    }
    45% {
        background: url(../images/cloudDow.png) left top no-repeat, url("../images/pinkBg.jpg") left top;
    }
    90% {
        background: url(../images/cloudDow.png) left top no-repeat, url("../images/pinkBg.jpg") left top;
    }
    100% {
        background: url(../images/cloudDow.png) left top no-repeat, url(../images/blueBg.jpg) left top;
    }
}

@media screen and (max-width: 991px) {
    .aboBg2{
        margin-top: 2px;
    }
}

.aboBg2 .item_title::before, .aboBg2 .item_title::after{
    display: none;
}

.aboBg2 .aboTxt{
    position: relative;
}

.aboBg2 .aboTxt::before{
    content: "";
    width: 200px;
    height: 146px;
    background: url(../images/rainbow2.png)center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -160px;
    left: 0;
}

.hidden {
    display: none !important;
}


/* News */
.newsArea .nav{
    justify-content: center;
}

.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before, .nav-tabs .nav-link.active::after, .nav-tabs .nav-item.show .nav-link::after{
    display: none;
}

.newsArea .nav-tabs .nav-link{
    width: 315px;
    height: 120px;
    line-height: 90px;
    text-align: center;
    background: url(../images/tabBg1.png) center no-repeat;
    background-size: 100%;
    color: var(--mainColor);
}

.newsArea .nav-tabs .nav-link.active{
    background: url(../images/tabBg2.png) center no-repeat;
    background-size: 100%;
    color: var(--whiteColor);
}

@media screen and (max-width: 991px){
    .newsArea .nav-tabs{
        overflow: unset;
        margin: 0;
        padding: 0;
        flex-wrap: nowrap;
    }
    .newsArea .nav-tabs .nav-link{
        line-height: 95px;
    }
}

@media screen and (max-width: 767px){
    .newsArea .nav-tabs{
        flex-wrap: wrap;
    }
}

.newsBox{
    display: flex;
    position: relative;
    border-bottom: 1px dotted var(--black40);
    padding: 3rem 0;
}

@media screen and (max-width: 991px){
    .newsBox{
        flex-wrap: wrap;
    }
}

.newsBox .newsDate{
    width: 370px;
    height: 190px;
    line-height: 166px;
    font-size: 1.25rem;
    background: url(../images/newsDateBg1.png) center no-repeat;
    background-size: 100%;
    color: var(--whiteColor);
    text-align: center;
    margin-right: 3rem;
    padding: 2rem 2rem 2rem 3rem;
    flex-shrink: 0;
}

.newsBox:hover .newsDate{
    background: url(../images/newsDateBg2.png) center no-repeat;
    background-size: 100%;
}

.newsBox h4{
    font-weight: bold;
}

.newsBox:hover h4{
    color: var(--hoverColor);
}

.newsBox .newsCon{
    width: calc(100% - 370px);
    padding: 4rem 150px 0 0;
}

.newsBox .newsCon:hover{
    cursor: pointer;
}

.newsBox .newsCon p{
    margin-bottom: 0;
}

.newsBox .goBtn{
    width: 70px;
    height: 70px;
    line-height: 90px;
    background: #DCF1FF;
    top: 112px;
}

.newsBox:hover .goBtn{
    background: var(--hoverColor);
}

.newsBox .goBtn i, .moreBtn i{
    font-size: 2rem;
    color: var(--mainColor);
}

.newsBox:hover .goBtn i{
    color: var(--whiteColor);
}

.newsBox .card-body {
    margin-top: 2rem;
    cursor: auto;
}

.newsBox .card-body a {
    position: relative;
    display: block;
    margin-top: 2rem;
    padding-left: 3.5rem;
}

.newsBox .card-body a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 41px;
    background: url(../images/pen_blue.png) center no-repeat;
}

.newsBox .card-body .Img img {
    width: 300px;
    height: 300px;
    border: 2px solid #DCF1FF;
    border-radius: 50%;
    /* box-shadow: 10px 5px 0 rgba(33, 153, 217, 0.5); */
    box-shadow: 10px 5px 0 #DCF1FF;
    object-fit: cover;
}

.newsBox .swiper {
    padding: 0 0 6rem;
}

.newsBox .swiper .swiper-slide img {
    display: block;
    margin: 0 auto;
}

.newsBox .swiperBox {
    position: absolute;
    bottom: 0;
    left: 51%;
}

.newsBox .swiper-button-next,
.newsBox .swiper-button-prev {
    width: 64px;
    height: 64px;
    border: 1px solid var(--thirdColor);
    border-radius: 50%;
    top: auto;
    bottom: 0;
    left: 1rem;
}

.newsBox .swiper-button-prev {
    left: -6rem;
}

.newsBox .swiper-button-next:hover,
.newsBox .swiper-button-prev:hover {
    background: var(--hoverColor);
    border-color: var(--hoverColor);
}

.newsBox .swiper-button-prev:hover::after {
    background: url(../images/arrowLeft_w.png) center no-repeat;
}

.newsBox .swiper-button-next::after,
.newsBox .swiper-button-prev::after {
    content: "";
    width: 60px;
    height: 60px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newsBox .swiper-button-prev::after {
    background: url(../images/arrowLeft.png) center no-repeat;
}

@media screen and (max-width: 991px){
    .newsBox .newsCon{
        position: relative;
        width: 100%;
        padding: 2rem 2rem 0 2rem;
    }

    .newsBox .newsCon h4{
        padding-right: 80px;
    }

    .newsBox .goBtn{
        top: 40px;
    }

    .newsBox .swiper {
        padding: 0 0 6rem;
    }

    .newsBox .card-body .Img {
        text-align: center;
    }

    .newsBox .card-body .Img img {
        width: 190px;
        height: 190px;
        margin: 2rem auto 0;
    }

    .newsBox .swiper-button-next,
    .newsBox .swiper-button-prev {
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 768px){
    .newsBox .card-body .Img img {
        width: 220px;
        height: 220px;
    }

    .newsBox .swiper .swiper-slide img {
        width: 100%;
        height: 220px;
    }
}

@media screen and (max-width: 376px){
    .newsBox .newsDate {
        width: 100%;
    }
}

.moreBtn{
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 90px;
    text-align: center;
    background: #DCF1FF;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.moreBtn:hover{
    background: var(--hoverColor);
    cursor: pointer;
}

.moreBtn:hover i{
    color: var(--whiteColor);
}


/* Join */
.joinBg{
    position: relative;
    background: url(../images/cloud.png) left bottom no-repeat, url(../images/kite.png) 80% 85% no-repeat, url(../images/blueBg.jpg) left top;
    min-height: 980px;
}

.joinBg .joinTxt, .joinBg .joinTxt a{
    color: var(--whiteColor);
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .joinBg{
        min-height: 680px;
    }
}

@media screen and (max-width: 992px){
    .joinBg{
        padding-bottom: 420px;
    }

    .joinBg .joinTxt{
        margin-top: 3rem;
    }
}


/* Download */
.dowList{
    margin-top: 2rem;
}

.dowList li{
    position: relative;
    margin-bottom: 1rem;
    border-bottom: 1px dotted var(--thirdColor);
    padding-left: 4rem;
    padding-bottom: 2rem;
}

.dowList li::before{
    content: "";
    width: 36px;
    height: 41px;
    background: url(../images/pen_blue.png) center no-repeat;
    position: absolute;
    top: 2rem;
    left: 0;
}

.dowList li:hover::before{
    background: url(../images/pen_red.png) center no-repeat;
}

.dowList li .date{
    display: inline-block;
    background: var(--thirdColor);
    color: var(--whiteColor);
    border-radius: 50px;
    padding: .25rem 1.5rem;
}

@media screen and (min-width: 768px){
    .dowList li{
        padding-bottom: 0;
    }

    .dowList li::before{
        top: 50%;
        transform: translateY(-50%);
    }

    .dowList li .date{
        position: absolute;
        right: 1px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.dowList li a{
    display: block;
    width: 100%;
    padding: 1.5rem 150px 1.5rem 0;
}

.dowList li a:hover .date{
    background: var(--hoverColor);
}

@media screen and (max-width: 767px){
    .dowList li a{
        padding: 1.5rem 1.5rem 1.5rem 0;
    }
}


/* Contact */
.contactBg{
    background: url(../images/contactBg.png) 80% bottom no-repeat;
    min-height: 900px;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
    .contactBg{
        min-height: 800px;
        background-size: 100%;
    }
}

@media screen and (max-width: 991px){
    .pageWrap.contactBg{
        background: url(../images/contactBg.png) left bottom no-repeat;
        min-height: 800px;
        padding: 0;
    }
}

@media screen and (max-width: 767px){
    .pageWrap.contactBg{
        background: url(../images/contactBg.png) 80% bottom no-repeat;
        min-height: auto;
        padding-bottom: 250px;
    }
}


.heart{
    position: relative;
    background: url(../images/heart.png) center bottom no-repeat;
    width: 680px;
    min-height: 550px;
}

@media screen and (max-width: 1360px) {
    .heart{
        background-size: 100%;
    }
}

@media screen and (max-width: 767px){
    .heart{
        position: relative;
        background: none;
        width: 100%;
    }
}



.contactTxt{
    padding: 240px 2rem 0 140px;
}

.contactTxt, .contactTxt a{
    color: var(--whiteColor);
    font-size: 1.5rem;
}

.contactTxt a:hover{
    color: var(--hoverColor);
}

.contactTxt .item_title{
    color: var(--whiteColor);
}

.contactTxt .item_title::before, .contactTxt .item_title::after{
    display: none;
}

@media screen and (max-width: 767px){
    .contactTxt{
        padding: 165px 2rem 0 3rem;
    }

    .contactTxt .item_title {
        max-width: 100%;
    }
}

@media screen and (max-width: 520px){
    .contactTxt{
        padding: 2rem;
    }

    .contactTxt, .contactTxt a{
        color: var(--textColor);
    }

    .contactTxt .item_title{
        color: var(--textColor);
        line-height: 1.2;
    }
}

.contactTxt ul li{
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}

.contactTxt ul li::before{
    content: "";
    width: 24px;
    height: 36px;
    position: absolute;
    top: -2px;
    left: 0;
}

.contactTxt ul li.tel::before {
    background: url(../images/tel.svg) center no-repeat;
    background-size: 100%;
}

.contactTxt ul li.mail::before {
    background: url(../images/mail.svg) center no-repeat;
    background-size: 100%;
}

@media screen and (max-width: 520px){
    .contactTxt ul li.tel::before {
        background: url(../images/telBlue.svg) center no-repeat;
        background-size: 100%;
    }

    .contactTxt ul li.mail{
        word-wrap:break-word
    }

    .contactTxt ul li.mail::before {
        background: url(../images/mailBlue.svg) center no-repeat;
        background-size: 100%;
    }
}
