.policy {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cloud/ynydzda_image/policyBJ.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.policy_main {
    width: 1200px;
}

.policy_main h2 {
    padding: 60px 0px 30px 0px;
    text-align: left;
}

.policy_main p.fbt {
    width: 645px;
    color: #00112b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
}

.policy_main2 {
    height: 463px;
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cloud/ynydzda_image/policy.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.policy_main_center{
    display: none;
}
.question {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cloud/ynydzda_image/question.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
}

.question h2 {
    padding: 60px 0px 40px 0px;
}

.question p.fbt {
    text-align: center;
    color: #00112b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
}

.question_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.question_main dl {
    width: 480px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 1px 1px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
}

.question_main dl dt {
    width: 36px;
    margin-right: 20px;
}

.question_main dl dd h3 {
    margin-bottom: 20px;
}

.question_main dl dd p {
    font-size: 14px;
    color: #3d485d;
    line-height: 24px;
    margin-bottom: 3px;
}

.panorama {
    background-color: #fff;
    padding-bottom: 60px;
}

.panorama h2 {
    padding: 60px 0px 40px 0px;
}

.panorama p.fbt {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    color: #00112b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
}

.lightspot {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cloud/ynydzda_image/lightspot.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}



.lightspot_main .lightspot_box {
    display: flex;
}
.current {
    position: relative;
}
.current span {
    position: absolute;
    right: -42px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.lightspot_main .lightspot_box_left ul li {
    width: 220px;
    height: 70px;
    line-height: 70px;
    background: #F5F7FA;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 10%);
    font-size: 16px;
    color: #1a253b;
    text-align: center;
    cursor: pointer;
    margin: 15px 0px;
}
.lightspot_main .lightspot_box_left ul li:nth-last-child(1){
    margin-bottom: 0px;
}
.lightspot_main .lightspot_box_left ul li:nth-child(1) {
    margin-top: 0px;
}

.lightspot_main .lightspot_box_left ul .current {
    background: #fff;
    color: #033793;
    font-weight: bold;
}

.lightspot_box_right {
    width: 838px;
    margin-left: 40px;
    padding: 30px 0px 0px 30px;
    background: #fff;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 10%);
}
.lightspot_box_right p{
    font-size: 14px;
    line-height: 24px;
    color: #191918;
    width: 350px;
    margin-bottom: 40px;
}
.lightspot_box_right img{
    width: 815px;
}

.lightspot_main .lightspot_box_right .li_content {
    display: none;
}

.lightspot_main .lightspot_box_right .li_content:nth-child(1) {
    display: block;
}

.enterprise {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Cloud/ynydzda_image/enterprise.png);
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.enterprise_main h2 {
    text-align: center;
    color: #ffffff;
}

.enterprise_main p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    padding: 0 0 30px 0px;
    width: 735px;
    margin: 0 auto;

}

.enterprise_main a {
    width: 138px;
    height: 40px;
    background: #f8f9fb;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgb(55 99 170 / 10%);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #00102B;
    line-height: 40px;
    display: block;
    margin: 0 auto;
}

.enterprise_main a:hover {
    color: #033793;
}

.reason {
    background-color: #FFFFFF;
    padding-bottom: 40px;
}

.reason h2 {
    padding: 60px 0px 40px 0px;
}

.reason p.fbt {
    text-align: center;
    color: #00112b;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 60px;
}

.reason_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reason_main dl {
    width: 293px;
    padding: 30px;
    margin-bottom: 20px;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 1px 1px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
}

.reason_main dl dt {
    width: 36px;
    margin-right: 20px;
}

.reason_main dl dd {
    width: 237px;
}

.reason_main dl dd h3 {
    margin-bottom: 20px;
}

.reason_main dl dd p {
    font-size: 14px;
    color: #3d485d;
    line-height: 24px;
    margin-bottom: 3px;
}

@media screen and (max-width: 1024px) {
    .policy {
        padding-bottom: 30PX;
    }

    .policy_main {
        width: 92%;
    }

    .policy_main p.fbt,
    .policy_main h2 {
        width: 100%;
    }

    .policy_main2 {
        margin: 0 auto;
        height: auto;
        width: 92%;
        background: none;
    }
    .policy_main_center{
        display: block;
    }
    .policy_main2 dl {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .policy_main2 dl dt span {
        font-size: 14px;

    }

    .policy_main2 dl dt p {
        font-size: 14px;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 1px 1px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset;
        line-height: 50px;
        text-align: center;
        color: #023794;
    }

    .policy_main2 dl dd p {
        font-size: 14px;
        line-height: 24px;
        margin-left: 10px;
    }

    .question,
    .reason {
        padding-bottom: 10px;
    }

    .question p.fbt,
    .panorama p.fbt,
    .reason p.fbt {
        width: 92%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .question_main dl,
    .reason_main dl {
        width: 90%;
        padding: 5%;
    }

    .question_main dl dd,
    .reason_main dl dd {
        width: 100%;
    }

    .panorama {

        padding-bottom: 30px;
    }

    .panorama h2,
    .reason h2 {
        padding: 30px 0px;
    }

    /* 企业电子会计档案全生命周期管理最佳实践白皮书 */
    .enterprise {
        padding-bottom: 30px;
    }

    .enterprise_main p {
        width: auto;
    }
    .lightspot{
    padding-bottom: 30px;
    }

    .lightspot_main .lightspot_box{
        display: block;
    }
    .lightspot_box_left{
        position: inherit;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .lightspot_box_left ul{
        display: flex;
    }

    .lightspot_main .lightspot_box_left ul li{
        width: auto;
        height: 30px;
        line-height: 30px;
        background: transparent;
        box-shadow:none;
        margin: 0px 5px;
        border:none
    }
    .lightspot_main .lightspot_box_left ul li:nth-child(1){
        margin-top: auto;
    }
    .lightspot_main .lightspot_box_left ul .current{
        background: transparent;
    }
    .lightspot_box_right {
        width: 90%;
        margin-left: auto;
        padding: 5%;margin-top: 30px;

    }
    .lightspot_box_right p{
        width: auto;
    }.lightspot_box_right img {
        width: auto;
    }
    .current span{
        display: none;
    }
}
