img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.header-top {
    height: 38px;

    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #616161;
    padding: 0 19%;
}

.header-top-left,
.header-top-right {
    display: flex;
}

.header-top-left li,
.header-top-right li {
    cursor: pointer;
}

.header-top-left li:hover,
.header-top-right li:hover {
    text-decoration: underline;
    color: #0c529e;
}

.title-logo-img:hover {
    cursor: pointer;
}



.title-logo {
    padding: 1.5% 19%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-search {
    width: 380px;
    height: 52px;
    border-radius: 4px;
    border: solid 2px #0c529e;
    font-size: 18px;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    align-items: center;
}

.title-search input {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    border: none;
}

.title-search img {
    /* position: absolute; */
    width: 25px;
    height: 25px;
    margin-left: 17px;
}

.title-search button {
    width: 87px;
    height: 52px;
    background-color: #0c529e;

    border: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    cursor: pointer;
}

.navigation-box {
    padding: 0 19%;
    height: 68px;
    background-color: #0c529e;
}

.navigation-list {


    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navigation-list li {
    cursor: pointer;

    /* width: 100%; */
    height: 100%;
    padding: 0 2%;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navigation-list li:hover {
    background-color: #276bb3;
}

/* 内容样式 */
.content-box {
    padding: 1.5% 19%;
    background-color: #ffffff;
    padding-top: 0;
}

.ncdt-box {
    /* border: 1px solid red; */
    /* height: 300px; */

    padding-top: 15px;
}

/* 面包屑 */
.mbx-list {
    display: flex;
}

.mbx-list li {
    margin-left: 10px;
}

.mbx-list li:nth-child(1) {
    margin-left: 0;
}

.ncdt-text-box {

    margin-top: 20px;

}

.ncdt-list-title {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 25px;
}

.ncdt-title-tool {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* height: 60px; */
    padding: 10px 0;

    font-size: 16px;
    border-bottom: 4px solid #b2d7ff;
}

.ncdt-title-tool-left {
    display: flex;
    align-items: center;
}

.ncdt-title-tool-left p:nth-child(2) {
    margin-left: 20px;
}

.ncdt-title-tool-right {
    display: flex;
    align-items: center;
}

.fontsize-d,
.fontsize-z,
.fontsize-x {
    cursor: pointer;
}

.ncdt-title-tool-right p:nth-child(2) {
    margin-left: 40px;
}

.ncdt-title-tool-right p:nth-child(2) span {
    margin-left: 10px;
}

.ncdt-list-box {

    margin-top: 20px;
}

.ncdt-list-box p {
    text-indent: 20px;
    letter-spacing: 2px;
    line-height: 35px;
    font-size: 16px;
}

.ncdt-bottom-tool {
    height: 37px;
    background-color: #e8e8e8;
    margin-top: 20px;
}

.ncdt-bottom-tool {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ncdt-bottom-tool div {
    display: flex;
    align-items: center;
}

.ncdt-bottom-tool div>p {
    margin-right: 20px;
}













/* 底部 */
.footr-box {

    height: 200px;
    background-color: #0c529e;
}

.foot-box-list {
    /* background-color: red; */
    width: 50%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-box-list-left,
.foot-box-list-right {
    width: 15%;
    /* border: 1px solid red; */
    height: 70%;
    text-align: center;

}

.foot-box-list-cnt {
    width: 50%;
    /* border: 1px solid red; */
    height: 70%;
}

.foot-box-list-cnt-top {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.foot-box-list-cnt-bottom {
    font-size: 16px;
    color: #ffffff;
}

.foot-box-list-cnt-bottom-item {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.foot-box-list-cnt-bottom-item:nth-child(3)>p:nth-child(1) {
    display: flex;
    align-items: center;
}



/* 手机端 */
@media only screen and (max-width:767px) {
    .header-top-left {
        display: none;
    }

    .header-top-right {
        padding-left: 10px;
    }


    .title-search {
        width: 250px;
        height: 30px;
        margin-top: 10px;
    }

    .title-search button {
        width: 85px;
        height: 30px;
        font-size: 4vw;
    }

    .navigation-box {
        height: auto;
    }

    .navigation-list {
        display: block;
        padding: 0;
        padding-bottom: 10px;
    }


    .navigation-list li {
        font-size: 5vw;
        margin-top: 10px;
        padding: 10px 0;
    }


    .title-search img {
        /* position: absolute; */
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .navigation-box,
    .header-top {
        padding: 0;
    }

    .content-box {
        padding: 2% 0;
        padding-top: 0;
        background-color: #ffffff !important;
    }

    /*中间内容  */

    .ncdt-title-tool-right {
        display: block;

    }

    .ncdt-title-tool-right p:nth-child(2) {
        margin: 0;
        margin-top: 15px;

    }
    .ncdt-title-tool-right{
        display: none !important;
    }








    /* 底部 */
    .footr-box {
        height: auto;
        padding-bottom: 20px;

    }

    .foot-box-list {
        width: 100%;
        position: relative;
    }

    .foot-box-list-cnt {
        width: 100%;
    }

    .foot-box-list-left,
    .foot-box-list-right {
        position: absolute;
    }

    .foot-box-list-cnt-bottom {
        text-align: center;
    }

    .foot-box-list-cnt-bottom-item {
        display: block;
    }

    .foot-box-list-cnt-bottom-item:nth-child(3)>p:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-box-list-cnt-bottom-item p {
        margin-top: 10px;
    }

    .foot-box-list-cnt-top {
        margin-top: 10px;
    }

    .foot-box-list-right {
        right: 3%;
        top: 25%;
    }

    .foot-box-list-left {
        left: 3%;
        top: 20%;
    }

    .foot-box-list-cnt-bottom {
        font-size: 4vw;
    }

    .foot-box-list-cnt-top {
        font-size: 4vw;
    }

    .title-search {
        font-size: 4vw;
    }

    .ncdt-title-tool {
        font-size: 4vw;
    }

    .ncdt-list-box p {
        font-size: 4vw;

    }

    .ncdt-bottom-tool {
        font-size: 4vw;
    }


}

/* 320小屏幕 */
@media screen and (max-width: 320px) {


    .title-logo {
        padding: 1.5% 15%;
    }

    .ncdt-title-tool-left {
        display: block;

    }

    .ncdt-title-tool-left p:nth-child(2) {
        margin: 0;
        margin-top: 10px;
    }

}

/* logo自适应样式 */
@media screen and (max-width: 900px) {
    .title-logo {
        display: block !important;
    }
}

@media screen and (max-width:1000px) {
    .ncdt-title-tool {
        display: block;
    }

    .ncdt-title-tool-right {
        margin-top: 15px;
    }

    .wechat-qcode {

        border: 1px solid #eee;
        position: absolute;
        z-index: 9;
        top: -205px;
        left: 290px;
        width: 200px;
        height: 192px;
        color: #666;
        font-size: 12px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 2px 10px #aaa;
        transition: all 200ms;
        -webkit-tansition: all 350ms;
        -moz-transition: all 350ms;
    }
}








/* 窗口内容自适应 */
@media screen and (min-width: 980px) and (max-width: 1460px) {
    .navigation-list li {
        font-size: 20px;
    }

    .navigation-box,
    .header-top {
        padding: 0% 8%;
    }

    .content-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }

}

/* 窗口内容自适应 */
@media only screen and (min-width: 820px) and (max-width: 980px) {
    .navigation-list li {
        font-size: 18px;
    }

    .navigation-box,
    .header-top {
        padding: 0 4%;
    }

    .content-box,
    .bottom-ipt-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }


}

@media only screen and (min-width: 767px) and (max-width: 820px) {
    .navigation-list li {
        font-size: 16px;
    }

    .navigation-box,
    .header-top {
        padding: 0 3%;
    }

    .content-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }



}


@media only screen and (min-width: 767px) and (max-width: 1500px) {
    .title-search {
        width: 280px;
        height: 40px;
        margin-top: 10px;
    }

    .title-search button {
        width: 75px;
        height: 40px;
    }


}


/* 底部自适应 */
@media screen and (min-width:1561px) and (max-width:1860px) {

    .foot-box-list {
        width: 60%;
    }
}

@media screen and (min-width:1331px) and (max-width:1560px) {

    .foot-box-list {
        width: 70%;
    }
}

@media screen and (min-width:1161px) and (max-width:1330px) {

    .foot-box-list {
        width: 80%;
    }
}

@media screen and (min-width:1021px) and (max-width:1160px) {

    .foot-box-list {
        width: 90%;
    }
}

@media screen and (min-width:941px) and (max-width:1020px) {

    .foot-box-list {
        width: 100%;
    }
}

@media screen and (min-width:767px) and (max-width:940px) {

    .foot-box-list {
        width: 100%;
    }

    .foot-box-list-left,
    .foot-box-list-right {
        width: 10%;
    }

    .foot-box-list-cnt {
        width: 70%;
    }
}


.wechat-qcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    right: -40px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.wechat-qcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.qcode {
    width: 105px !important;
    margin: 10px auto;
}

.help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    font-family: ''微软雅黑;
    font-size: 12px;
    margin: 0 !important;
}

.wechat-qcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
