
/* 禁止换行,超出省略号 */
.noWrapEllipsis{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/* 文字两端对齐 */
.text-justify{
    text-align:justify;
    text-justify:inter-ideograph;
}
/* 定义盒模型为 flex布局兼容写法并让内容水平垂直居中 */
.flex{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
/*flex-v：盒模型垂直布局*/
.flex-v{
    -webkit-box-orient:vertical;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
/* flex-1：子元素占据剩余的空间*/
.flex-1{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
/*flex-align-center：子元素垂直居中*/
.flex-align-center{
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
/*flex-pack-center：子元素水平居中*/
.flex-pack-center{
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
/*flex-pack-justify：子元素两端对齐*/
.flex-pack-justify{
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
/* 超出自动换行 */
.row-wrap{
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.dw{
    width: 100%;
    height: 86px;
}
.www{
    width: 228px;
    line-height: 40px;
    background: #2C69FD;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.d_header_fixed{
    position: fixed;
    width: 100%;
    height: 86px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    z-index: 10;
}
.dh_content{
    width: 1280px;
    height: 86px;
    margin: 0 auto;
}
.dh_nav_list .da{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-left: 30px;
    line-height: 36px;
    cursor: pointer;
    position: relative;
}
.dh_nav_list .da:hover{
    color: #2C69FD;
}
.dh_nav_list .da span{
    font-size: 22px;
    vertical-align: middle;
    margin-top: -2px;
}
.has_rline{
    padding-right: 30px;
    border-right: 1px solid #DADEE0;
}
.dh_child_nav{
    position: absolute;
    width: 200px;
    border-radius: 5px;
    left: 50%;
    top: 35px;
    display: none;
    padding-top: 26px;
}
.dhn_1{
    border-radius: 4px;
    padding-bottom: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, transparent 0%, #fff 5%, #fff 100%);
}
.dhn_1 a{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    opacity: 1;
    color: #333;
    font-size: 16px;
}
.dhn_1 a:hover{
    background: rgba(109,181,255,0.4902);
    color: #005EFF;
}
.dh_nav_list .da:hover .dh_child_nav{
    display: block;
}
body{
    background: #F5F5FA;
    font-family: "Microsoft YaHei", sans-serif;
}
.d-content{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
.bgj_s div{
    border: 1px solid #000;
    transform: rotateZ(45deg);
    position: absolute;
}
.dz-title{
    font-size: 30px;
    font-weight: 700;
    color: #271B55;
    line-height: 36px;
    margin-top: 56px;
    margin-bottom: 50px;
}
.dz-title span{
    color: #3D61FF;
}
.dz-title i{
    font-family: 'fangsong', '宋体';
    font-style: normal;
}
.dz_item{
    width: 300px;
    height: 282px;
    border-radius: 6px;
    border: 2px solid #FFFFFF;
    transition: all 0.3s;
    box-sizing: border-box;
    padding:30px 14px 24px;
    box-shadow: 0px 2px 5px 0px rgba(44,105,253,0.2);
    background-color: #F6FAFF;
}
.dz_item.is_act{
    border-color: #2C69FD;
    box-shadow: 0 0 10px #999;
}
.dz_item .dot span{
    width: 10px;
    height: 10px;
    background: #A64B4C;
    opacity: 1;
    margin-top: -20px;
    border-radius: 20px;
    margin-right: 4px;
}
.dz_item .dot span:nth-child(2){
    background-color: #CF9A68;
}
.dz_item .dot span:nth-child(3){
    background-color: #3E8E5F;
}
.dz_item .dz_card{
    width: 268px;
    height: 228px;
    border-radius: 6px;
    text-align: center;
    background-image: url(../img/digital/dzg_b1.png);
}
.dz_item:nth-child(2) .dz_card{
    background-image: url(../img/digital/dzg_b2.png);
}
.dz_item:nth-child(3) .dz_card{
    background-image: url(../img/digital/dzg_b3.png);
}
.dz_item:nth-child(4) .dz_card{
    background-image: url(../img/digital/dzg_b4.png);
}
.dz_card p{
    font-size: 16px;
    font-weight: 500;
    color: #5E5E5E;
    line-height: 22px;
}
.dz_card p.p1{
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 35px;
    padding-top: 20px;
    margin-bottom: 64px;
}
.dz_card a{
    background: #2C69FD;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 14px;
    width: 90px;
    box-sizing: border-box;
}
.dz_card a:hover{
    color: #FFFFFF;
}
.dz_list_content{
    margin-top: 38px;
}
.lc_item{
    display: none;
    background: #FFFFFF linear-gradient(34deg, rgba(220,242,253,0) 0%, #92D9FF 100%) no-repeat right center;
    box-shadow: 0 0 10px rgba(3,21,64,0.3);
    border-radius: 20px;
    border: 2px solid #2C69FD;
    position: relative;
    z-index: 1;
    padding: 40px 48px 24px 40px;
}
.lc_item:after{
    content: '';
    background-image: url(../img/digital/bg4.png);
    right: 0;
    width: 370px;
    height: 260px;
    top: 50%;
    margin-top: -130px;
    position: absolute;
    z-index: -1;
}
.lc_item .fa-paper-plane{
    position: absolute;
    display: block;
    left: 20px;
    width: 26px;
    height: 26px;
    background: linear-gradient(216deg, #0069F1 0%, #3DE8B3 99%);
    top: -13px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    transform: rotateY(180deg);
    line-height: 26px;
    font-size: 14px;
}
.lc_item:first-child{display: flex}
.lc_item:nth-child(even){
    background: #FFFFFF linear-gradient(34deg, rgba(220,242,253,0) 0%, #ADFBE4 100%);}
.lc_item .lci_left{
    box-sizing: border-box;
}
.lc_item p{
    font-size: 16px;
    font-weight: 400;
    color: #2C69FD;
    line-height: 23px;
}
.lc_item p i{
    display: inline-block;
    margin-right: 4px;
    transform: scale(1.5);
}
.lc_item p.p1{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.lc_item p.p2{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.lc_item p.p3{
    font-size: 18px;
    margin-bottom: 14px;
}

.excellent_digital{
    margin-top: 65px;
}
.excellent_digital .book_cover{
    background: url(../img/digital/book_shadow.png) no-repeat center center;
    width: 300px;
    height: 420px;
}
.ed_title{
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    line-height: 36px;
    text-align: center;
    margin-bottom: 36px;
}
.eg_list p{
    margin-bottom: 13px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
}
.eg_list p.p1{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
}
.eg_list p.p3{
    font-size: 12px;
    color: #666666;
    line-height: 14px;
}
.friendship_link{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    padding-top: 40px;
    margin-bottom: 45px;
}
.friendship_link a{
    font-size: 16px;
    font-weight: 500;
    color: #2C69FD;
    line-height: 19px;
    margin-right: 42px;
    text-decoration: underline;
}
.bottom_l .bl_item{
    margin-right: 62px;
}
.bottom_l a{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 19px;
    display: block;
    margin-bottom: 27px;
}
.bottom_l a:nth-child(1){
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
}
.bottom_r img{
    width: 158px;
}
.bottom_r p{
    color: #fff;
    opacity: 0.3;
    text-align: center;
    margin-top: 10px;
}

/**
doc 操作说明
 */

.op_left{
    width: 188px;
    height: 800px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    margin-right: 20px;
    overflow: hidden;
}
.op_left a{
    display: block;
    height: 60px;
    opacity: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.op_item_p {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.op_item_p.h_auto{
    max-height: 300px;
    transition: max-height 0.3s ease-in;
}
.op_item_p .fa-angle-down{
    font-size: 18px;
    transition: all 0.3s;
}
.op_item_p.h_auto >a{
    color: #2C69FD;
}
.op_item_p.h_auto .fa-angle-down{
    transform: rotateZ(-180deg);
}
.op_item_c{
    background: rgba(246,246,246, 0.50);
}
.op_item_p a.act{
    background-color: #DDE7FE;
    color: #2C69FD;
}
.dqm{
    opacity: 0.48;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 17px;
    top: 23px;
}

/*doc*/
.submit_button{
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #2C69FD;
    line-height: 32px;
    font-size: 14px;
    color: #2C69FD;
    text-align: center;
    display: inline-block;
    padding:0 20px;
    margin-top: 26px;
    margin-bottom: 20px;
    cursor: pointer;
}
.quan_n span{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    border-radius: 50px;
    background-color: #2C69FD;
    font-size: 14px;
}
.quan_n i{
    color: #2C69FD;
    vertical-align: middle;
    margin-right: 17px;
}
.ps_title{
    font-size: 26px;
    font-weight: 400;
    color: #333333;
    padding: 50px 0 40px;
    text-align: center;
}
.ps_item{
    width: 372px;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
    border-radius: 20px;
    height: 480px;
}
.ps_item:nth-child(2) .psi_top{
    background-image: url(../img/digital/ps_b2.png);
}
.ps_item:nth-child(3) .psi_top{
    background-image: url(../img/digital/ps_b3.png);
}
.ps_item:nth-child(2) .psi_pli i{
    color: #008BF7;
}
.ps_item:nth-child(3) .psi_pli i{
    color: #FF952B;
}
.psi_top{
    background: url(../img/digital/ps_b1.png) no-repeat center;
    height: 150px;
    padding: 24px 28px;
    box-sizing: border-box;
}
.psi_top .p1{
    font-size: 34px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 49px;
    margin-bottom: 22px;
}
.psi_top p{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
.psi_pli{
    margin-top: 40px;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
}
.psi_pli span{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    margin-left: 32px;
    display: inline-block;
    margin-top: 22px;
}
.psi_pli i{
    font-size: 24px;
    margin-right: 8px;
    color: #8599B5;
}
.icon-yuan{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #8599B5;
    border-radius: 50px;
    margin-right: 12px!important;
    margin-left: 8px;
}
.ps_item:nth-child(2) .icon-yuan{
    background-color: #008BF7;
}
.ps_item:nth-child(3) .icon-yuan{
    background-color: #FF952B;
}