/**** 关键词 ****/

/* 样式复写 */
.nav{
    background: #4326ff;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08); 
}

.moduleTitleBox {
    position: relative;
    text-align: left;
    height: 140px;
    margin-bottom: 48px;
}
.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{
    margin: 0 auto 48px;
    font-size: 0;
    text-align: right;
}

.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;
}

.guestItem{
    margin-bottom: 48px;
    font-size: 0;
}
.guestImg,.guestInFoBox{
    display: inline-block;
    vertical-align: top;
}
.guestImg{
    width: 88px;
    height: 88px;
    margin-right: 36px;
}
.guestInFoBox{
    width: calc(100% - 124px);
    padding-bottom: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #C3D2D9; 
}
.guestInFo{
    margin-bottom: 24px;
}
.guestName{
    font-size: 20px;
    color: #221380;
    font-weight: bold;
}
.guestJob{
    margin-left: 20px;
    font-size: 16px;
    color: #999999;
}
.guestSpeech{
    font-size: 16px;
    color: #252525;
    line-height: 32px;
}
.fontW{
    font-weight: bold;
}
@media screen and (max-width: 1300px) {
    .closeIcon{
        right: 0;
    }
    .keywordItem[data-index="1"] .closeIcon{
        top: -40px;
    }
}
@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;
    }
    .moduleTitle.fontSize_1 {
        font-size: .4rem;
        line-height: .6rem;
    }
    .tagsBox {
        margin: 0 auto 0.48rem;
        text-align: center;
    }
    .seeLinkBtn {
        width: 3.3rem;
        height: 0.68rem;
        margin-right: 0.3rem;
        font-size: .32rem;
        line-height: .68rem;
    }
    .seeLinkBtnBg_1 {
        background: url(img/keyword/mSeeLinkBtnBg_1.png) center center no-repeat;
        background-size: contain;
    }
    .seeLinkBtnBg_2 {
        background: url(img/keyword/mSeeLinkBtnBg_2.png) center center no-repeat;
        background-size: contain;
    }
    .guestItem {
        position: relative;
        margin-bottom: 0.48rem;
    }
    .guestImg {
        position: absolute;
        top: 0;
        left: 0;
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 0.34rem;
    }
    .guestInFoBox {
        width: 100%;
        padding-bottom: 0.48rem;
    }
    .guestInFo {
        margin-bottom: 0;
        padding-left: 1.44rem;
        box-sizing: border-box;
    }
    .guestName {
        display: block;
        font-size: .4rem;
        line-height: .6rem;
        word-break: break-all;
    }
    .guestJob {
        display: block;
        margin-top: .28rem;
        margin-left: 0;
        font-size: .28rem;
    }
    .guestSpeech {
        margin-top: .32rem;
        font-size: .28rem;
        line-height: .52rem;
    }
    .moduleTitleCn.setTop_3 {
        top: 0;
    }
    .keywordItem[data-index="1"],.keywordItem[data-index="2"],.keywordItem[data-index="3"]{
        padding-top: 0.28rem;
        box-sizing: border-box;
    }
    .keywordItem[data-index="1"] .closeIcon,.keywordItem[data-index="2"] .closeIcon,.keywordItem[data-index="3"] .closeIcon{
        top: -0.52rem;
    }
    .icon_2.setTop_3 {
        top: -0.2rem;
    }
}