/**** 关键词 ****/

/* 样式复写 */
.nav{
    background: #4326ff;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08); 
}

.moduleTitleBox {
    position: relative;
    text-align: left;
}
.moduleTitleBox.marginBottom{
    margin-bottom: 68px;
}
.contentBox{
    padding: 80px 0 160px;
    box-sizing: border-box;
}

.moduleTitle.fontSize_1{
    font-size: 40px;
    line-height: 60px;
}

.moduleTitleCn,.moduleTitleEn{
    color: #221380;
}
.moduleTitleEn {
    letter-spacing: 0px;
}

.moduleTitleCn.setTop_3{
    top: 40px;
}

/* 内容 */
.keywordBox{
    width: 100%;
    padding: 100px 0 0;
}
.keywordBox.keyword_bg1{
    background: url(img/keyword/keyword_bg1.png) #EDF1FA center center no-repeat;
}

.keywordBox.keyword_bg2{
    background: url(img/keyword/keyword_bg2.png) #EDF1FA center center no-repeat;
}
.keywordBox.keyword_bg1,.keywordBox.keyword_bg2{
    background-attachment: fixed;
    background-position-y: 90%;
}
.keywordItem{
    display: none;
}
.keywordItem.active{
    display: block;
}
.wordColor_2{
    color: #DDA96B;
}
.icon_1{
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 100px;
    height: 100px;
    background: url(img/keyword/titleIcon_1.png) center center no-repeat;
}
.icon_2{
    display: block;
    position: absolute;
    top: 20px;
    left: -20px;
    width: 140px;
    height: 140px;
    background: url(img/keyword/titleIcon_2.png) center center no-repeat;
}
.icon_2.setTop_1{
    top: -10px;
}
.icon_2.setTop_2{
    top: -10px;
}
.icon_2.setTop_3{
    top: -20px;
}
.closeIcon{
    position: absolute;
    right: -60px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(img/keyword/closeIcon_1.png) center center no-repeat;
}
.textItem{
    font-size: 16px;
    color: #252525;
    line-height: 32px;
    margin-bottom: 32px;
}
.textItem:last-child{
    margin-bottom: 0;
}
.tagsBox{
    position: relative;
    margin: -30px auto 48px;
    font-size: 0;
    text-align: right;
    z-index: 20;
}

.seeLinkBtn{
    display: inline-block;
    vertical-align: middle;
    width: 183px;
    height: 48px;
    margin-right: 32px;
    font-size: 20px;
    line-height: 48px;
}
.seeLinkBtnBg_1{
    background: url(img/keyword/seeLinkBtnBg_1.png) center center no-repeat;
}
.seeLinkBtnBg_2{
    color: #221380;
    background: url(img/keyword/seeLinkBtnBg_2.png) center center no-repeat;
}
.seeLinkBtn:last-child{
    margin-right: 0;
}

.contentText {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contentItem {
    width: 386px;
    height: 460px;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #4326FF;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.contentItem:hover{
    box-shadow: -20px 20px 30px 0px rgba(0,0,0,0.16); 
}

.contentItem:nth-child(3n){
    margin-right: 0;
}
.contentItem a {
    display: initial;
}
.followTitle {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.followDesc {
    min-height: 120px;
    margin: 20px auto 40px;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: .8;
    -webkit-line-clamp: 5;
}
.articlelabel {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.articleList .articleItemLink {
    display: inline-block;
    margin-bottom: 20px;
}
.articleItem {
    padding-left: 32px;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    background: url(img/articleIcon_1.svg) left top 4px no-repeat;
}

.addressModule{
    margin-bottom: 80px;
}

.playIcon_4 {
    padding-right: 28px;
    box-sizing: border-box;
    background: url(img/playIcon_4.png) right center no-repeat;
}

.videoItem {
    width: 386px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #4326ff;
}
.videoItem:hover{
    background-color: #dda96b;
}
.videoItem:nth-child(3n){
    margin-right: 0;
}
.coverImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.duration {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: 48px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    opacity: 0.6;
    background: #000000;
}
.videoCoverBox{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 192px;
    margin-bottom: 20px;
}
.videoMask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 10;
}
.videoMask.playIcon_5{
    background: url(img/playIcon_5.png) center center no-repeat;
}
.videoItemDesc {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    min-height: 64px;
    -webkit-line-clamp: 2;
}
.videoMask:hover ~ .coverImg {
    transform: scale(1.2);
    transition: all .8s;
}
.articleItem:hover{
    color: #dda96b;
}
@media screen and (max-width: 1300px) {
    .closeIcon{
        right: 0;
    }
}
@media screen and (max-width: 750px) {
    .nav{
        display: none;
    }
    .keywordBox {
        width: 100%;
        padding: 0 0;
    }
    .contentBox {
        padding: 0.64rem .3rem 1.28rem;
    }
    .closeIcon {
        top: -0.24rem;
        right: 0;
        width: 0.48rem;
        height: 0.48rem;
        background-size: cover;
    }
    .icon_1 {
        right: -0.25rem;
        width: 1rem;
        height: 1rem;
        background-size: cover;
    }
    .icon_2 {
        top: 0.2rem;
        left: 0;
        width: 1.4rem;
        height: 1.4rem;
        background-size: cover;
    }
    .moduleTitle,.moduleTitleEn{
        padding-left: .2rem;
        box-sizing: border-box;
    }
    .moduleTitleBox {
        height: auto;
        margin-bottom: .7rem;
    }
    .moduleTitleBox.marginBottom {
        margin-bottom: 0.7rem;
    }
    .textItem {
        font-size: .28rem;
        color: #000;
        line-height: .52rem;
        margin-bottom: 0.48rem;
    }
    .keywordBox.keyword_bg1,.keywordBox.keyword_bg2 {
        background-size: contain;
        background-image: none;
    }
    .moduleTitle.fontSize_1 {
        font-size: .4rem;
        line-height: .6rem;
    }
    .tagsBox {
        margin: 0 auto 0.48rem;
        text-align: center;
    }
    .flexBox{
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .flexBox::-webkit-scrollbar{
        display: none;
    }
    .flexBox .seeLinkBtn{
        flex-grow: 0;
        flex-shrink: 0;
    }
    .seeLinkBtn {
        width: 2.6rem;
        height: 0.68rem;
        margin-right: 0.3rem;
        font-size: .32rem;
        line-height: .68rem;
    }
    .seeLinkBtnBg_1 {
        background: url(img/keyword/mSeeLinkBtnBg_3.png) center center no-repeat;
        background-size: contain;
    }
    .seeLinkBtnBg_2 {
        background: url(img/keyword/mSeeLinkBtnBg_4.png) center center no-repeat;
        background-size: contain;
    }
    .icon_2.setTop_3 {
        top: -0.2rem;
    }
    .contentItem {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: .3rem;
        padding: 0.4rem 0.24rem;
        background-size: contain;
    }
    .followTitle {
        font-size: .58rem;
        color: #fff;
        font-weight: bold;
    }
    .followDesc {
        min-height: 2rem;
        margin: 0.28rem auto 0.48rem;
        font-size: .24rem;
        line-height: .4rem;
        opacity: .8;
    }
    .articlelabel {
        margin-bottom: 0.28rem;
        font-size: .32rem;
    }
    .articleList {
        font-size: 0;
        text-align: left;
    }
    .articleList .articleItemLink {
        margin-bottom: 0.24rem;
    }
    .articleItem {
        padding-left: 0.44rem;
        font-size: .24rem;
        line-height: .36rem;
        background: url(img/articleIcon_1.svg) left top 0.04rem no-repeat;
        background-size: 0.28rem;
    }
    .addressModule {
        margin-bottom: 0.8rem;
    }
    .videoListBox{
        position: relative;
    }
    .videoListBox .tagsBox {
        position: absolute;
        top: 0.32rem;
        right: 0;
        margin-bottom: 0;
    }
    .videoListBox .seeLinkBtn {
        width: 2.1rem;
        height: .68rem;
        line-height: .68rem;
    }
    .videoListBox .seeLinkBtnBg_1 {
        background: url(img/keyword/mSeeLinkBtnBg_5.png) center center no-repeat;
        background-size: cover;
    }
    .videoBox .videoItem {
        width: 3.35rem;
        margin-right: 0.2rem;
        padding: 0.12rem;
        margin-bottom: 0.2rem;
    }
    .videoBox .videoCoverBox {
        width: 100%;
        height: 1.72rem;
        margin-bottom: 0.2rem;
    }
    .duration {
        bottom: 0.08rem;
        left: 0.08rem;
        width: 0.96rem;
        height: 0.4rem;
        line-height: .4rem;
        font-size: .24rem;
    }
    .videoItemDesc {
        font-size: .24rem;
        line-height: .36rem;
        min-height: 0.72rem;
    }
    .videoBox .videoItemDesc.ellipsis {
        -webkit-line-clamp: 2;
    }
    .videoBox .videoItem:nth-child(2n) {
        margin-right: 0;
    }
    .videoMask:hover ~ .coverImg {
        transform: none;
        transition: none;
    }
    .videoMask.playIcon_5 {
        background-size: .56rem;
    }
    .articleItem:hover{
        color: #fff;
    }
    .videoItem:hover{
        background-color: #4326ff;
    }
}