.pde-page-banner {
    width: 100%;
    height: 320px;
    background-image: url("../src/img_PDE/bg4.jpg");
    background-size: 1920px 320px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pde-page-search-title {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    color: #293A4C;
    line-height: 44px;
}

.pde-page-search {
    width: 850px;
    margin-top: 24px;
    display: flex;
    height: 60px;
    background-color: #fff;
    position: relative;
}

.pde-page-search-text {
    flex: 1;
    border-top: #D6D6D6 1px solid;
    border-left: #D6D6D6 1px solid;
    border-bottom: #D6D6D6 1px solid;
    border-right: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.pde-page-search-submit {
    width: 60px;
    height: 60px;
    background-color: #0C8A79;
    border-radius: 2px;
    flex: none;
    background-color: #0C8A79;
    background-image: url("../src/db_search.png");
    background-size: 21px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}


.pde-page-search-clear {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background-image: url("../src/clear.png");
    background-size: 16px 16px;
    top: 22px;
    right: 72px;
}

.service-db-key {
    height: 48px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 2px;
    display: flex;
    flex: none;
    margin-left: 30px;
    width: 300px;
}

.service-db-key a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service-db-key a:after {
    height: 24px;
    background: #E6E6E6;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    right: -1px;
}

.service-db-key a:last-child:after {
    display: none;
}

.service-db-key .service-db-key-ck {
    background: #0C8A79;
    border-radius: 1px;
    color: #fff;
}

.service-db-search-bottom a {
    color: #0C8A79;
}

.service-db-search-bottom a:hover {
    color: #0C8A79;
    text-decoration: underline;
}

.pde-page-search-text:focus {
    border-top: 1px solid #0C8A79;
    border-bottom: 1px solid #0C8A79;
    border-left: 1px solid #0C8A79;
}

.service-db-qa-title {
    font-size: 32px;
    font-weight: 600;
    color: #293A4C;
    line-height: 46px;
    text-align: center;
}

.service-db-qa {
    width: 1180px;
    margin: 0 auto;
}

.service-db-qa-container {
    /*background: #F6F7F7;*/
    padding: 80px 0;
    box-sizing: border-box;
}

.service-db-qa-list {
    width: 100%;
    margin-top: 24px;
}

.service-db-qa-item {
    width: 100%;
    border: #E6E6E6 1px solid;
    margin-top: 8px;
}

.service-db-qa-item:last-child {
    border-bottom: none;
}

.service-db-qa-item-q {
    padding: 20px;
    width: 100%;
    /*background-color: #fff;*/
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    cursor: pointer;
    background-color: #F6F7F7;
}

.service-db-qa-item-q:hover {
    /*background-color: #F2F5F7;*/
    /*color: #fff;*/
}

.service-db-qa-item-q-ck {
    background-color: #DAEBBB;
    /*color: #fff;*/
}

.service-db-qa-item-q-ck:hover {
    background-color: #DAEBBB;
    /*color: #fff;*/
}

.service-db-qa-item-q-ck:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.service-db-qa-item-q:hover:after {
    /*background-image: url("../src/more2.png");*/
}

.service-db-qa-item-q:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-image: url("../src/more.png");
    display: block;
    content: "";
    flex: none;
    margin-left: 30px;
}

.service-db-qa-item-a {
    padding: 20px;
    box-shadow: inset 0px -1px 0px 0px #E6E6E6;
    -webkit-box-shadow: inset 0px -1px 0px 0px #E6E6E6;
    width: 100%;
    background-color: #fff;
    min-height: 70px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #5B5C60;
    line-height: 20px;
}

.service-db-key-container .service-db-key-ck {

}

.service-db-page {
    display: flex;
    margin: 32px auto 0 auto;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    width: 1200px;
}

.service-db-left {
    flex: 1;
}

.service-db-right {
    width: 300px;
    margin-left: 60px;
}

.service-db-key-container {
    width: 100%;
    display: flex;
    margin-top: 16px;
}

.service-db-key-container a {
    /*flex: 1;*/
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    line-height: 32px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: 500;
    color: #767676;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
}

.service-db-key-container .service-db-key-ck {
    background-color: #0C8A79;
    border: 1px solid #0C8A79;
    color: #fff;
}

.service-db-data-list {
    width: 100%;
    margin: 6px -15px 0 -15px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative;
}

.service-db-data-item {
    padding: 0 15px;
    width: 33.33%;
    margin-top: 24px;
}

.service-db-data-tit {
    font-size: 16px;
    font-weight: bold;
    color: #0C8A79;
    line-height: 24px;
    font-style: italic;
    display: block;
    word-wrap: break-word;
}

.service-db-data-tit:hover {
    text-decoration: underline;
}

.service-db-data-cn {
    font-size: 14px;
    font-weight: 400;
    color: #293A4C;
    line-height: 20px;
    margin-top: 8px;
}

.service-db-data-cas {
    font-size: 14px;
    color: #959597;
    line-height: 20px;
    margin-top: 8px;
}

.service-db-about {
    width: 100%;
    min-height: 346px;
    background-image: url("../src/img_PDE/page_bg.png");
    background-size: 100% 100%;
    display: block;
    padding: 24px;
    box-sizing: border-box;
}

.service-db-about-tit {
    font-size: 20px;
    font-weight: 500;
    color: #293A4C;
    line-height: 28px;
}

.service-db-about-txt {
    font-size: 14px;
    font-weight: 400;
    color: #5B5C60;
    line-height: 24px;
    margin-top: 20px;
}

.service-db-about-bottom {
    font-size: 14px;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    margin-top: 24px;
}

.service-db-contact {
    width: 100%;
    margin-top: 32px;
}

.service-db-contact-tit {
    font-size: 20px;
    font-weight: 500;
    color: #293A4C;
    line-height: 28px;
    padding-bottom: 16px;
    border-bottom: #E6E6E6 1px solid;
    width: 100%;
}

.service-db-contact-txt {
    font-size: 16px;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
    margin-top: 20px;
}

.service-db-contact-item {
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: flex-end;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #293A4C;
}

.service-db-contact-phone {
    font-size: 20px;
    font-weight: bold;
    color: #0C8A79;
    line-height: 24px;
}

.service-db-contact-email {
    font-size: 14px;
    color: #5B5C60;
    line-height: 24px;
}

.service-db-contact-email:hover {
    text-decoration: underline;
}

.service-db-contact-btn {
    height: 32px;
    background: #0C8A79;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin-top: 15px;
    display: inline-flex;
}

textarea.contact-modal-text {
    height: 90px;
    resize: none;
}

.contact-modal-label span {
    font-size: 14px;
    font-weight: 500;
    color: #959597;
    line-height: 20px;
}

.contact-modal-form-top {
    width: 100%;
    background: #F2F5F7;
    border-radius: 2px;
    padding: 16px;
    box-sizing: border-box;
}

.contact-modal-form-top-tit {
    font-size: 16px;
    font-weight: normal;
    color: #0C8A79;
    line-height: 24px;
    font-style: italic;
    word-wrap: break-word;
}

.contact-modal-form-top-cn {
    font-size: 14px;
    font-weight: 400;
    color: #293A4C;
    line-height: 20px;
    margin-top: 8px;
}

.contact-modal-form-top-cas {
    font-size: 14px;
    margin-top: 8px;
    color: #959597;
    line-height: 20px;
}

.contact-modal-form-top-txt {
    font-size: 14px;
    font-weight: 400;
    color: #959597;
    line-height: 20px;
    margin-top: 24px;
    padding-bottom: 8px;
}

.contact-modal-form-top-tit2 {
    font-size: 16px;
    font-weight: 400;
    color: #293A4C;
    line-height: 24px;
}

.contact-modal-form-top-tit2 a:hover {
    text-decoration: underline;
}

#contact-modal .modal-dialog-main {
    padding-bottom: 0px;
}

.contact-modal-container {
    padding: 32px 48px;
    box-sizing: border-box;
    width: 496px;
}

.contact-modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #293A4C;
    line-height: 46px;
    padding-bottom: 24px;
}

.contact-modal-form {
    width: 100%;
    /*margin-top: 24px;*/
}

.contact-modal-label {
    font-size: 16px;
    font-weight: 500;
    color: #293A4C;
    line-height: 24px;
}

.contact-modal-label b {
    color: #D53838;
    font-size: 14px;
}

.contact-modal-text-box {
    margin-top: 8px;
    width: 100%;
}

.contact-modal-text {
    height: 44px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    width: 100%;
    font-size: 16px;
    line-height: 42px;
    padding: 0 10px;
}

.contact-modal-submit {
    width: 116px;
    height: 48px;
    background: #0C8A79;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-modal-box-err .contact-modal-text {
    border-color: #D53838 !important;
}

.contact-modal-text-err {
    font-size: 12px;
    font-weight: 400;
    color: #D53838;
    line-height: 16px;
    height: 16px;
    min-width: 1px;
}

.pages-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
    float: left;
}

.pages-box a {
    line-height: 30px;
    border: #D6D6D6 1px solid;
    padding: 0 12px;
    color: #666666;
    margin: 0 2px;
}

.pages-box span {
    line-height: 30px;
    color: #212121;
    margin: 0 5px;
}

.pages-box a:hover {
    color: #0C8A79;
    text-decoration: none;
    border-color: #0C8A79;
}

.pages-box .pages-box-btn-ck {
    background: #0C8A79;
    border: 1px #0C8A79 solid;
    color: #fff;
}

.pages-box .pages-box-btn-ck:hover {
    color: #fff;
}

.pages-box-btn-none {
    background: #F7F7F7;
}

.pages-box-btn-none:hover {
    color: #666666 !important;
    text-decoration: none;
    border-color: #D6D6D6 !important;
    cursor: auto;
}

.pages-box-tobtn {
    height: 30px;
    border: #E5E5E5 1px solid;
}

.pages-box-tobtn input[type=text] {
    line-height: 30px;
    border: none;
    width: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
}

.pages-box-tobtn a {
    line-height: 30px;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    border-left: 1px #E5E5E5 solid;
    display: block;
    float: left;
    margin: 0px;
}

.pages-box a:first-child .iconfont {
    font-size: 12px;
    line-height: 32px;
    /*display: block;*/
    float: left;
    display: none;
}

.pages-box a:last-child .iconfont {
    font-size: 12px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    line-height: 38px;
    /*display: block;*/
    float: right;
    padding-right: 0px;
    display: none;
}

.pages-box a:last-child, .pages-box a:first-child {
    white-space: nowrap;
}

.service-db-qa-content {
    width: 100%;
    background-image: linear-gradient(#EFF3F2 0%, #F7F9F8 49%, #EFF3F2 100%);
    background-image: -webkit-linear-gradient(#EFF3F2 0%, #F7F9F8 49%, #EFF3F2 100%);
    box-shadow: inset 8px 8px 16px 0px #D4E7E5, inset -8px -8px 16px 0px #FAFBFB;
    -webkit-box-shadow: inset 8px 8px 16px 0px #D4E7E5, inset -8px -8px 16px 0px #FAFBFB;
    border-radius: 4px;
    padding: 16px 32px 32px 32px;
    box-sizing: border-box;
    margin-top: 48px;
}

.service-db-qa-content-tit {
    font-weight: 500;
    font-size: 14px;
    color: #293A4C;
    line-height: 24px;
    margin-top: 16px;
}

.service-db-qa-content-txt {
    font-weight: 400;
    font-size: 14px;
    color: #293A4C;
    line-height: 24px;
    margin-top: 2px;
}


@media (max-width: 768px) {
    .pde-page-search {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .service-db-left {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .service-db-page {
        flex-direction: column;
        width: 100%;
    }

    .service-db-key-container {
        flex-wrap: wrap;
    }

    .service-db-key-container a {
        width: 8.33%;
        flex: none;
    }

    .service-db-data-item {
        width: 100%;
    }

    .service-db-right {
        width: 100%;
        margin-left: 0px;
        padding: 15px;
        box-sizing: border-box;
    }

    .service-db-qa {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }

    .service-db-qa-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pages-box a {
        line-height: 30px;
        padding: 0 5px;
        margin: 0 2px;
        font-size: 14px;
    }

    .pages-box span {
        line-height: 30px;
    }

    .pages-box a:last-child .iconfont, .pages-box a:first-child .iconfont {
        line-height: 28px;
        display: none;
    }
}