* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

a {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1A44A0;
}

span {
    display: inline-block;
}

input {
    border: none;
    outline: none;
}

ul,
li {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.none {
    display: none !important;
}

.over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_header {
    width: 100%;
    font-size: 12px;
    background-color: #EDEFF5;
}

.top_header_box {
    width: 1200px;
    height: 26px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_header_box a {
    margin: 0 5px;
}

.top_header_box span {
    margin: 0 5px;
}

.top_header_wx {
    color: #f55;
    position: relative;
    cursor: pointer;
}

.top_header_wx img {
    position: absolute;
    width: 90px;
    left: -25px;
    top: 26px;
    display: none;

}

.top_header_wx:hover img {
    display: inline-block;
}

.nav_box {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.nav_box .logo {
    width: 140px;
    height: 58.29px;
}

.nav_box .navs {
    display: flex;
}

.nav_box .navs div {
    position: relative;
}

.nav_box .navs .navs_list {
    display: inline-block;
    margin: 0 8px;
    font-size: 20px;
}

.nav_box .navs .aslists {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 2;
    display: none;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
}

.nav_box .navs .aslists a {
    margin: 10px 0;
}

.nav_box .navs div:hover .aslists {
    display: flex;
}

.nav_box .nav_active {
    color: #1A44A0;
}

.nav_box .search_box {
    margin-left: 30px;
    width: 220px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #1A44A0;
}

.nav_box .search_box input {
    padding-left: 10px;
    font-size: 14px;
    width: calc(100% - 45px);
    height: 35px;
}

.search_box .search_icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1A44A0;
}

.nav_box .search_box img {
    width: 22.83px;
    height: 22.84px;
}

.swiper_box {
    width: 100%;
    position: relative;
    min-width: 1200px;
}

.swiper_box .swiper {
    width: 100%;
}

.swiper_box .swiper img {
    width: 100%;
    min-width: 1200px;
    height: 360px;
}

/* 分类 */
.classify_lists {
    position: absolute;
    left: 50%;
    transform: translateX(-600px);
    top: 0;
    z-index: 1;
    background: #FFFFFF;
    height: 360px;
}

.classify_lists ul {
    display: flex;
    flex-direction: column;
}

.classify_lists li {
    padding: 8px 20px;
}

.classify_lists li a {
    width: 126px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(31, 31, 31, 1);
}

.classify_lists li a span {
    display: flex;
    align-items: center;
}

.classify_lists li a span img {
    width: 17.69px;

    margin-right: 10px;
}

.classify_lists li a .right {
    width: 7.44px;
    height: 14px;
}

.classify_lists li:hover {
    background-color: rgba(26, 68, 160, 0.1);
}

.classify_lists li:hover .classify_small {
    display: flex;
}

.classify_small {
    display: none;
    position: absolute;
    top: 0;
    right: -155px;

    width: 160px;
    height: 360px;
}

.classify_small ul {
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.classify_small ul li a {
    font-size: 15px;
}

/* 表单 */
.submit_form {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    transform: translateX(600px);
    width: 280px;
    height: 360px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.submit_form div {
    width: 252px
}

.submit_form p {
    width: 252px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    margin: 12px 0;
}

.submit_form input {
    padding-left: 10px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 1);
}

.submit_form .submit_form_title {
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    background: rgba(45, 93, 196, 1);
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.submit_form_input {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

.submit_form_input input {
    width: 120px;
    box-sizing: border-box;
}

.submit_form_choose select {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(153, 153, 153, 1);
    color: #999999;
}


.submit_form_phone {
    font-size: 20px;
    font-weight: 700;
    color: rgba(26, 68, 160, 1);
    margin: 12px 0 23px 0;
}

.submit_form_btn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
    border-radius: 80px;
    background: rgba(81, 125, 219, 1);
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

/* 主体头部 */
.main_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 28px auto;
}

.main_header_border {
    width: 260px;
    height: 1px;
    background-color: #D9D9D9;
}

.main_header_main {
    padding: 3px 20px;
    background-color: #FFFFFF;
}

.main_header_main_top {
    font-size: 26px;
    font-weight: 500;
    color: #1F1F1F;
    text-align: center;
}

.main_header_main_bottom {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

/* PETCT医院 */
.petct_box {
    display: flex;
    justify-content: space-between;
}

.petct_left {
    width: 890px;
}

.petct_tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 28px 0;
}

.petct_tabs ul {
    display: flex;
}

.petct_tabs li {
    color: #333333;
    margin-right: 30px;
    font-size: 19px;
    cursor: pointer;
}

.petct_tabs a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #517DDB;
}

.petct_tabs a img {
    width: 6.62px;
    height: 12.25px;
    margin-left: 5px;
}

.petct_tabs .petct_tabs_active {
    font-size: 18px;
    font-weight: 500;
    color: #1A44A0;
}

.petct_left_main {}

.petct_left_main_list {}

.petct_left_main_list_hoslists {
    display: flex;
    justify-content: space-between;
}

.petct_left_main_list_hoslist {
    width: 216px;
    height: 215px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 8px 0px #F1EDF9;
}

.petct_left_main_list_hoslist_top {
    position: relative;
    width: 100%;
    height: 128px;
}

.petct_left_main_list_hoslist_top img {
    width: 100%;
    height: 128px;
}

.petct_left_main_list_hoslist_top div {
    position: absolute;
    width: 205px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;

}

.petct_left_main_list_hoslist_bottom {
    padding: 9px;
}

.petct_left_main_list_hoslist_bottom .s1 {
    font-size: 12px;
    color: #333333;
}

.petct_left_main_list_hoslist_bottom .s2 {
    font-size: 12px;
    color: #E82727;
}

.petct_left_main_list_hoslist_bottom .s3 {
    color: #333333;
    font-size: 12px;
}

.petct_left_main_list_hoslist_bottom .s4 {
    font-size: 14px;
    color: #1A44A0;
}

.petct_left_main_list_hoslist_bottom1 {}

.petct_left_main_list_hoslist_bottom2 {}

.petct_left_main_list_hoslist_bottom_address {
    font-size: 14px;
    color: #333333;
}



.petct_left_hos_lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 27px;
}

.petct_left_hos_list {
    width: 32%;
    display: flex;

    align-items: center;
    margin: 5.5px 0;
}

.petct_left_hos_list span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ADADAD;
    margin-right: 7px;
}

.petct_left_hos_list div {
    color: #1F1F1F;
}


.petct_right {
    width: 260px;
}

.petct_right_title {
    margin: 28px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #1F1F1F;
}

.petct_right_lists {}

.petct_right_list {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 11px 0;
}

.petct_right_list span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ADADAD;
    margin-right: 7px;
}

.petct_right_list div {
    color: #333333;
}


/* 质子重离子医院 */
.zhizi_hos_lists {
    display: flex;
    justify-content: space-between;
}

.zhizi_hos_list {
    width: 280px;
    height: 315px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 8px 0px #F1EDF9;
}

.zhizi_hos_list img {
    width: 100%;
    height: 175px;

}

.zhizi_hos_list p {
    padding: 0 10px;
    font-size: 18px;
    color: #1F1F1F;
    font-weight: bold;
    margin: 10px 0;
}

.zhizi_hos_list div {
    padding: 0 10px;
    margin: 3px 0;
}

.zhizi_hos_list .s1 {
    font-size: 12px;
    color: #333333;
}

.zhizi_hos_list .s2 {
    font-size: 12px;
    color: #E82727;
}

.zhizi_hos_list .s3 {
    font-size: 12px;
    color: #333333;
}

.zhizi_hos_list .s4 {
    font-size: 12px;
    color: #333333;
}

.zhizi_hos_list .s5 {
    font-size: 14px;
    color: #1A44A0;
}

.zhizi_hos_list_address {
    font-size: 14px;
    color: #333333;
}

.petct_doc_lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.petct_doc_list {
    width: 290px;
    height: 100px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 4px 0px #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.petct_doc_list img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
}

.petct_doc_list_name {}

.petct_doc_list_name span:nth-child(1) {
    font-size: 18px;
    color: #1F1F1F;
    font-weight: bold;
}

.petct_doc_list_name span:nth-child(2) {
    font-size: 14px;
    color: #333333;
    /* font-weight: bold; */
}

.petct_doc_list_address {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.petct_docvideo_lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.petct_docvideo_list {
    width: 280px;
    height: 182px;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 4px 0px #F8F8F8;
    margin: 10px 0;
}

.petct_docvideo_list video {
    width: 100%;
    height: 125px;
}

.petct_docvideo_list p {
    padding: 0 10px;
}

.petct_docvideo_list img {
    width: 14px;
    height: 14px;
}

.vider_info {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.vider_info span {
    font-size: 14px;
    color: #666666;
}

.vider_info_right div span {
    font-size: 12px;
    color: #999999;
}

.vider_info_right {
    display: flex;
    align-items: center;
}

.vider_info_right div {
    display: flex;
    align-items: center;
    margin: 0 10px;

}


/* tab切换部分 */
.tabchange {
    display: flex;
    justify-content: space-between;
}

.tabchange_left {
    width: 890px;
}

.tabchange_tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #A6A6A6;
    margin: 20px 0;
    padding: 13px 0;
}

.tabchange_tab {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.tabchange_tab span {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: transparent;
}

.tabchange_tab_active {
    color: #1F1F1F;
    font-size: 22px;
    font-weight: bold;
}

.tabchange_tab_active span {

    background-color: #1A44A0;
}

.tabchange_left_lists {}

.tabchange_left_list {}

.zhizi_tab_mian_top {
    display: flex;
    justify-content: space-between;
}

.zhizi_tab_mian_top_list {
    width: 210px;
    height: 178px;
    border-radius: 4px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 2px 6px 0px #B0B0B0;
}

.zhizi_tab_mian_top_list img {
    width: 210px;
    height: 130px;
}

.zhizi_tab_mian_top_list p {
    line-height: 40px;
    text-align: center;
}

.zhizi_tab_mian_lists {
    margin: 27px 0;
}

.zhizi_tab_mian_lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhizi_tab_mian_lists li {
    width: 48%;
    margin: 5.5px 0;
}

.zhizi_tab_mian_lists li a {
    display: flex;

    justify-content: space-between;
    align-items: center;
}

.zhizi_tab_mian_lists li div {
    display: flex;
    align-items: center;
    width: 80%;
}

.zhizi_tab_mian_lists li p {
    color: #1F1F1F;
    font-size: 16px;
    align-items: center;

}

.li_list-style {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 4px;
    height: 4px;
    opacity: 1;
    background: #ADADAD;
}

.li_time {
    font-size: 14px;
    color: #333333;
    flex: 0 0 auto;
}

.tabchange_right {
    width: 260px;
    margin: 35px 0 37px 0;
    background: #F7F7F7;
}

.tabchange_right_title {
    margin: 12px;
    padding: 8px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #89A2D9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabchange_right_title a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #517DDB;
}

.tabchange_right_title a img {
    width: 6px;
    height: 10px;
    margin-left: 5px;
}

.tabchange_right_lists {
    padding: 0 13px;
}

.tabchange_right_lists li {
    margin-bottom: 11px;
}

.tabchange_right_lists li a {
    display: flex;
    align-items: center;
}

.tabchange_right_lists li p {}





/* petct tab切换 */
.petct_tabs_left_main {
    display: flex;
    justify-content: space-between;
}

.petct_tabs_left_main_left {}

.petct_tabs_left_main_left {
    width: 360px;
    background: #F7F7F7;
}

.petct_tabs_left_main_left .imgbox {
    position: relative;
    width: 360px;
    height: 225px;
}

.petct_tabs_left_main_left .imgbox img {
    width: 360px;
    height: 225px;
}

.petct_tabs_left_main_left .imgbox p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 340px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px 4px, 0px, 0px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 10px;
}

.petct_tabs_left_main_left li {
    padding: 0 10px;

}

.petct_tabs_left_main_left li:nth-child(1) {
    font-weight: bold;
}

.petct_tabs_left_main_left li a {
    display: flex;
    align-items: center;
    margin: 11px 0;
}

.petct_tabs_left_main_right ul {
    margin-bottom: 30px;
}

.petct_tabs_left_main_right li:hover .li_time {
    color: #1A44A0 !important;
}

.petct_tabs_left_main_right li:nth-child(1) {
    font-weight: bolder;
}

.petct_tabs_left_main_left li p {
    width: 100%;
}

.petct_tabs_left_main_right {
    width: 485px;
}

.petct_tabs_left_main_right li {
    margin: 11px 0;
}

.petct_tabs_left_main_right li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.petct_tabs_left_main_right li a div {
    display: flex;
    align-items: center;
    width: 85%;
}

.tabchange_right_lists .jb_list {
    width: 30%;
    margin: 10px 0;
}

.tabchange_right_lists .jb_list1 {
    width: 48%;
    margin: 10px 0;
}

.tabchange_right img {
    width: 100%;
    height: 143px;
}

.index_link_all .index_link {
    width: 860px;
}

.index_link a:hover {
    color: #2e94f9;
}

/* 浜岀淮鐮� index_code */
.index_code {
    width: 320px;
}

.index_code .img_wrapper {
    width: 88px;
    font-size: 0;
}

.index_code .img_wrapper img {
    width: 88px;
    height: 88px;
    margin-right: 16px;
}

.index_code .img_wrapper span {
    width: 100%;
    text-align: center;
    line-height: 42px;
}

.header_nav a.header_nav_top:hover {
    color: #fff;
    color: #fff;
}

#footer a {
    color: #B0B0B0;
}