/* 全局字体样式设置 */
html, body {
    font-size: 16px;
    background: #F5F5F5;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif !important;
    font-weight: 400;
}

.clear {
    clear: both;
}

input, button {
    border: 0;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
    display: flow-root;
}

#header {
    height: 32px;
    border-bottom: 1px solid #d4d4d4;
    line-height: 32px
}

#header dl {
    float: right;
}

#header dl dt {
    margin-right: 5px;
    float: left;
}

#header dl dd {
    float: left;
    padding-left: 10px;
    font-size: 14px;
}

#header dl dd a {
    color: #3e3a39;
    font-size: 14px;
}

.banner .banner-text .title {
    /*font-family: Prompt-Bold, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
}

.logo {
    height: 64px;
    font-size: 14px;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: #666666;
}

.logo .s_top {
    line-height: 64px;
}

.logo .align-items {
    display: flow-root;
}

.logo .hd-info {
    float: right;
    margin-right: 34px;
}

.logo .hd-info .tag2 {
    margin-left: 20px;
}

.logo .hd-info span a {
    padding-left: 10px;
}

.logo .hd-search {
    float: right;
}

.logo .c-btn--secondary {
    width: 64px;
    height: 40px;
    background: #2A78BA;
    border-radius: 0px 8px 8px 0px;
    cursor: pointer;
}

.logo #searchipt {
    width: 360px;
    height: 40px;
    background: #EBEBEB;
    padding-left: 20px;
}

.move_nav {
    display: none;
}

/**导航**/
.moble_nav {
    display: none;
}

/*移动导航*/

.nav {
    background: #2A78BA;
}

.nav ul.index_nav {
    position: relative;
}

.nav ul li {
    height: 56px;
    line-height: 56px;
    position: relative;
    font-size: 16px;
}

/*.nav ul li:hover {*/
/*    cursor: pointer;*/
/*    border-bottom: 2px solid #fff;*/
/*    !*box-sizing: border-box;*!*/
/*}*/

.nav ul li:hover {
    cursor: pointer;
    box-sizing: border-box;
    background: #17588F;
}


.nav ul li a {
    color: #ffffff;
}

.nav ul.index_nav li.son_nav, .nav ul.index_nav dd {
    float: left;
}

.nav ul.index_nav li.son_nav a {
    border: none;
    color: #fff;
    display: block;
    padding: 0 13px;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}

.nav ul.index_nav dd:nth-child(1) a {
    padding-left: 0;
}

.nav ul.index_nav dd:last-child a {
    padding-right: 0;
}

.nav ul.index_nav li.son_nav a span {
    display: block;
    line-height: 27px;
    text-align: center;
}

.nav ul.index_nav li.son_nav a:hover {
    font-weight: 600;
}

/*.nav ul .navClick{*/
/*    border-bottom: 2px solid #fff;*/
/*}*/

/*.nav ul.index_nav li.navClick {*/
/*    position: relative;*/
/*}*/

/*.nav ul.index_nav li.navClick::after {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    top: calc(100% - 2px);*/
/*    left: 0;*/
/*    !*transition: all 1s;*!*/
/*}*/

/*.nav ul.index_nav li.navClick a{*/
/*    font-weight: 600;*/
/*}*/

.nav ul.index_nav .navClick li {
    position: relative;
}

.nav ul.index_nav .navClick .son_nav::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    /*transition: all 1s;*/
}

.nav ul.index_nav .navClick .son_nav a {
    font-weight: 600;
}

/*.nav ul.index_nav li.active {*/
/*    border-bottom: 2px solid #ffffff;*/
/*}*/

.nav .sub_nav {
    width: 632px;
    background: #fff;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 3;
    display: none;
    border-radius: 0px 0px 24px 24px;
    padding: 30px 0;
}

.nav .cancer_sub_nav {
    width: 850px;
}

.nav .cancer_sub_nav ul {
    width: 470px;
}

.nav .therapies_sub_nav {
    left: 300px;
}

.nav .service_sub_nav {
    left: 523px;
    /*display: block !important;*/
}

.nav .cancer_sub_nav .same_sub_nav ul {
    float: left;
    width: 470px;
}

.nav .cancer_sub_nav .sub_nav_l ul li {
    float: left;
}

.nav .same_sub_nav ul li {
    /*border-bottom: 1px solid #fff;*/
    width: 256px;
    box-sizing: border-box;
}

.nav .cancer_sub_nav ul li {
    /*border-bottom: 1px solid #fff;*/
    width: 200px;
}

.nav .same_sub_nav ul.service li {
    width: 356px;
}

/*.nav .same_sub_nav ul li a {*/
/*    font-size: 16px;*/
/*    color: #333333;*/
/*    display: block;*/
/*    line-height: 32px;*/
/*    height: 32px;*/
/*    text-indent: 18px;*/
/*    border: none*/
/*}*/

/*.nav .same_sub_nav ul li a:hover {*/
/*    background: #2A78BA;*/
/*    border-radius: 4px;*/
/*    color: #ffffff;*/
/*}*/

.nav .same_sub_nav ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    display: block;
    /*line-height: 32px;*/
    height: 32px;
    text-indent: 18px;
    border: none
}

.nav .same_sub_nav ul li a:hover {
    background: #2A78BA;
    border-radius: 4px;
    color: #ffffff;
}

.nav .same_sub_nav .sub_nav_r {
    width: 320px;
    float: left;
    margin-left: 10px;
}

.nav .same_sub_nav .sub_nav_r dl {
    margin-top: 20px;
    color: #fff;
    line-height: normal
}

.nav .same_sub_nav .sub_nav_r dl dt {
    margin-bottom: 10px;
    font-size: 20px
}

.nav .same_sub_nav .sub_nav_r dl dd {
    line-height: 180%;
    font-size: 16px
}

.nav .same_sub_nav .sub_nav_r dl dd a {
    color: #fff;
    margin-top: 10px;
    display: block
}

.nav .same_sub_nav .sub_nav_r img {
    border-radius: 6px;
}

.nav .same_sub_nav .sub_nav_l {
    margin: 0px 0 0 40px;
    float: left;
}

.nav .same_sub_nav .sub_nav_l {
    color: #333333;
}

.nav .same_sub_nav .sub_nav_l ul li {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 200%;
    height: 24px;
}

.breadnav {
    margin: 10px 0;
}

.breadnav .position a {
    font-size: 14px;
}

.clear {
    clear: both;
}

.marginT0p50 {
    margin-top: 50px;
}

.marginT0p100 {
    margin-top: 100px;
}


.paging {
    width: 100%;
    display: grid;
    margin: 30px 0;
}

.paging ul, .paging ol {
    margin: 0 auto;
}

.paging ul li, .paging ol li {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(0, 35, 114, 0.1);
    text-align: center;
    line-height: 32px;
    margin: 0 5px;
    font-size: 12px;
}

.paging ul li, .paging ol li a {
    color: rgba(0, 0, 0, 0.65);
}

.paging ul li.pre, .paging ol li.pre {
    width: 90px;
}

.paging ul li.next, .paging ol li.next {
    width: 90px;
}

.content .text .prenext a {
    font-weight: bold;
}

/*表单*/
.formbg {
    background-image: url("../images/formbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 530px;
}

.formbg form {
    background: #ffffff;
    position: relative;
    top: 100px;
    border-radius: 16px;
    padding-bottom: 50px;
}

.formbg form .title {
    padding: 30px 0;
    margin-left: 50px;
    font-size: 32px;
    font-weight: bold;
    /*font-family: Prompt-Bold, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.formbg form .title img {
    margin-right: 15px;
}

.formbg form .form-group {
    width: 49%;
    float: left;
}

.formbg form .form-group .form, .formbg form .form-group .radio_left .form {
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.formbg form .tginput {
    margin-bottom: 20px;
}

.formbg form .tginput .formp {
    margin-bottom: 10px;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.formbg form .tginput input {
    background: #F0F0F0;
    width: 630px;
    height: 48px;
    border-radius: 8px;
    font-size: 16px;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    box-sizing: border-box;
}

.formbg form .tginput .cBtn {
    background: #2A78BA;
    color: #FFFFFF;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.formbg form .form-group .select-nat {
    border-radius: 8px;
}

.formbg form .box {
    margin-left: 35px;
    display: inline-table;
}

.formbg form .box .radio_left {
    display: inline-flex;
    margin-top: 30px;
}

.formbg form .box .radio_left .radio {
    margin-left: 15px;
}

.formbg form .box .radio_left .radio {
    margin-left: 15px;
}

.formbg form .form-group .select-nat {
    height: 48px;
    width: 100%;
    background: #F0F0F0;
    border: none;
}

/* .formbg form .quickTitle{text-align: center;} */

.side_nav {
    /*width: 48px;*/
    background-color: #FFFFFF;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -120px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 23%);
    padding: 1.4em 0.715em;
    box-sizing: border-box;
    z-index: 9999;
}

.side_nav ul li {
    position: relative;
}

.side_nav ul li:hover .QR-code{
    display: block;
    cursor: pointer;
}

.side_nav ul li .QR-code{
    display: none;
    position: absolute;
    top: 0;
    left: -205px;
    width: 200px;
    height: 200px;
    z-index:99999;
    box-shadow: 0 0 10px #ccc;
    border-radius: 8px;
}


.side_nav ul li .QR-code img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}


.footer {
    background: #3E4756;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.footer .col-sm-4 {
    width: 25%;
    float: left;
}

.footer .col-sm-2 {
    width: 45%;
    float: right;
}

.footer .s_pre {
    width: 50%;
    margin-top: 50px;
    float: left;
    border-right: 1px solid #666666;
}

.footer .s_pre .pre-title {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: bold;
    /*font-family: Prompt-Bold, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.footer .s_pre .pre-menu {
    font-size: 14px;
}

.footer .s_pre .pre-menu li {
    padding: 3px 0;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.footer .s_pre_mobile {
    display: none;
}


.footer .fous_us_mobile {
    display: none;
}

.footer .fous_us {
    width: 49.5%;
    margin-top: 50px;
    float: right;
}

.footer .fous_us .pre-title {
    font-size: 18px;
    padding-bottom: 20px;
    /*font-family: Prompt-Bold, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
}

.footer .fous_us .pre-menu {
    font-size: 14px;
}

.footer .fous_us .pre-menu li {
    padding: 5px 0;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.footer .fous_us .ft-img {
    text-align: center;
}

.footer .fous_us .ft-img ul li div {
    padding-top: 10px;
    font-size: 12px;
    /*font-family: Prompt-Bold, Prompt;*/
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    color: #E6E6E6;
}

.footer .fous_us .share ul li {
    float: left;
    padding: 20px 5px;
}

.footer .fous_us .share ul .fb {
    padding-left: 0px;
}

.footer .s-footer-4 {
    border-bottom: 1px solid #666666;
}

.footer .note {
    padding: 50px 0;
}

.footer .note .foot-logo {
    float: left;
}

.footer .note .copy {
    float: right;
    width: 70%;
    font-size: 12px;
    /*font-family: Prompt-Regular, Prompt;*/
    font-family: 'Prompt', sans-serif;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .media-content {
        /*margin: 5px;*/
        margin: 15px;
        box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        font-size: 12px;
    }

    .w1400 {
        width: auto;
    }

    .logo {
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        height: 64px;
        border-bottom: 2px solid #2A78BA;
    }

    .hd-logo {
        width: 70%;
    }

    .logo .hd-logo img {
        width: 95%;
    }

    .logo .s_top {
        line-height: 0;
        height: 100%;
    }

    .logo .align-items {
        display: flex;
        height: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .logo .hd-search, .logo .hd-info {
        display: none;
    }

    .logo .move_nav {
        display: flex;
        flex: 1;
        /*width: 30%;*/
        /*float: right;*/
    }

    .logo .move_nav ul {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .logo .move_nav li {
        /*float: left;*/
        width: 33%;
        text-align: center;
    }

    .logo .move_nav li.first img {
        /*width: 24px;*/
        width: 26px
    }

    .move_nav {
        display: block;
    }

    #header {
        display: none;
    }

    .nav {
        display: none;
    }

    .moble_nav {
        position: absolute;
        z-index: 991;
        width: 70%;
        background: #ffffff;
        right: 0;
    }

    .moble_nav .clearfix .parent {
        display: grid;
    }

    .moble_nav .clearfix li a {
        padding: 15px 20px;
        width: 98%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }

    .moble_nav .clearfix li .active {
        color: #2A78BA;
    }

    .moble_nav .clearfix li img {
        /*float: right;*/
        width: 15px;
        height: 15px;
    }

    .moble_nav .clearfix .son {
        display: none;
        background: #F5F5F5;
    }

    .moble_nav .clearfix .son li {
        width: 50%;
        float: left;
    }

    .moble_nav .search {
        padding: 10px;
    }

    .moble_nav .b-search-1 {
        background: #EBEBEB;
        border-radius: 16px;
    }

    .moble_nav .b-search-1 input {
        background: #EBEBEB;
        padding: 10px 0;
        width: 80%;
        margin-left: 10px;
    }

    /* .moble_nav .b-search-1 img{width:30px;} */
    .moble_nav .language-box {
        display: flow-root;
        border-bottom: 2px solid #dddddd;
        padding: 10px 20px;
    }

    .moble_nav .language-box ul li {
        float: left;
        width: 50%;
    }

    .moble_nav .language-box .son_nav {
        display: none;
        position: absolute;
        right: 20px;
        margin-top: 12px;
        width: 35%;
    }

    .moble_nav .language-box .son_nav li {
        float: none;
        padding: 15px 0;
        text-align: center;
        width: 100%;
        background: #f5f5f5;
        border-bottom: 1px solid #ccc;
    }

    .moble_nav .language-box ul li .down {
        float: right;
    }

    .paging ul li.next, .paging ol li.next, .paging ul li.pre, .paging ol li.pre {
        width: auto;
    }

    /*页脚表单*/
    .formbg {
        height: 680px;
    }

    /* .quickTitle{padding: 0 20px;} */
    .formbg form .title {
        margin-left: 20px;
    }

    .formbg form .title img {
        margin-right: 15px;
    }

    .formbg form .box {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        /* align-content: center; */
        justify-content: center;
        align-items: center;
        margin-left: 0;
    }

    .formbg form .tginput input, .quickTitle .cBtn {
        width: 100%;
    }

    .formbg form .tginput input::-webkit-input-placeholder {
        color: #CCCCCC;
    }

    .formbg form .form-group {
        width: 85%;
    }

    .formbg .con_form_bg .radio_left {
        padding: 10px 0;
    }


    .footer .s_pre {
        display: none;
    }

    .footer .s_pre_mobile .row {
        padding: 0 10px;
    }

    .footer .s_pre_mobile {
        width: 100%;
        margin-top: 50px;
        float: left;
        /*border-right: 1px solid #666666;*/
        /*box-sizing: border-box;*/
        display: block;
    }

    .footer .s_pre_mobile .pre-title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .footer .s_pre_mobile .pre-menu {
        font-size: 12px;
    }


    .footer .fous_us {
        display: none;
    }

    .footer .fous_us_mobile {
        width: 100%;
        margin-top: 50px;
        float: right;
        display: block;
    }

    .footer .fous_us_mobile .pre-title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .footer .fous_us_mobile .pre-menu {
        font-size: 14px;
    }

    .footer .fous_us_mobile .pre-menu li {
        padding: 5px 0;
        float: left;
    }

    .footer .fous_us_mobile .ft-dt {
        display: inline-block;
        padding: 0 10px;
    }

    .footer .fous_us_mobile .ft-img {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .footer .fous_us_mobile .ft-img ul li {
        width: 50%;
    }

    .footer .fous_us_mobile .ft-img ul li div {
        padding-top: 10px;
    }

    .fous_us_mobile .share ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .footer .fous_us_mobile .share ul li {
        /*float: left;*/
        padding: 20px 0;
        width: 20%;
        text-align: center;

    }

    .footer .fous_us_mobile .share ul .fb {
        padding-left: 0px;
    }

    .footer .note .foot-logo {
        display: none;
    }

    .footer .note .copy {
        width: 80%;
        padding: 0 10px;
        text-align: center;
        float: none;
        margin: 0 auto;
    }

    /* 侧边栏快捷键 */
    .side_nav {
        display: none;
    }

    .breadnav {
        padding: 10px 0;
        background: #FFF;
        margin: 0;
    }
}