.nav-page,
.inside-roof {
    display: none;
}

.index_top_wrapper {
    position: relative;
    margin-bottom: 1.3rem;
}

.main_middle {
    width: 1232px;
    margin: 0 auto;
}
/* 头部 */
.header_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    height: 130px;
}
.top_strip_wrapper {
    width: 100%;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: right;
    color: #fff;
    background-color: #0077ce;
}
.top_strip_wrapper img {
    margin-right: 10px;
}

.top_main {
    height: 92px;
    line-height: 90px;
}
.left_logo {
    flex: 1;
    width: 261px;
}
.pc_nav {
    height: 92px;
    line-height: 92px;
}
.pc_nav a {
    position: relative;
    display: block;
    width: 80px;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
}

.pc_nav div {
    position: relative;
}

.pc_nav div .detailnav {
    position: absolute;
    top: 92px;
    left: 12%;
    display: none;
    width: 100%;
}
.pc_nav div:hover .detailnav{
    display: block;
}
.pc_nav div .detailnav li{
    height: 40px;
    line-height: 40px;
    background: #fff;
    width: 100%;
}
.pc_nav div .detailnav li a{
    margin-left: 0;
    width: 100%;
}
.pc_nav div .detailnav li a::before,
.pc_nav div .detailnav li a:hover::before{
    width: 0;
}

.pc_nav a:hover {
    color: #0077ce;
}
.pc_nav a::before {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0;
    height: 2px;
    background-color: #0077ce;
    transition: width 0.3s linear;
}
.pc_nav a:hover::before {
    width: 100%;
}
.pc_nav a.nav_active {
    color: #0077ce;
}
.pc_nav a.nav_active:before {
    width: 100%;
}
.top_icon {
    margin-left: 20px;
}
.top_icon a {
    margin-left: 15px;
}
/* banner */
.swiper-container {
    position: absolute;
    top: 130px;
}
.swiper-container img {
    width: 100%;
}
.swiper-pagination {
    bottom: 85px !important;
}
.swiper-pagination .my-bullet {
    margin: 0 3px;
    width: 80px;
    height: 4px;
    background-color: #fff;
}
.swiper-pagination .my-bullet-active {
    background-color: #f00;
}

/* banner_news_wrapper */
.banner_news_wrapper {
    width: 100%;
    height: 54px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #0077ce;
}
.banner_news {
    padding: 0;
}
.bn_icon {
    width: 27px;
    margin-right: 23px;
}
.bn_content {
    width: 1082px;
}
.bn_content h5 {
    width: 92px;
    font-size: 16px;
    line-height: 54px;
    text-align: left;
}
.bn_content .bnc_wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    flex: 1;
    height: 54px;
    overflow: hidden;
}
.bn_content .bnc_wrapper ul.bnc_ul {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.bn_content .bnc_wrapper ul.bnc_ul li.bnc_li {
    height: 54px;
    line-height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bn_content .bnc_wrapper ul.bnc_ul li.bnc_li a {
    font-size: 14px;
    color: #fff;
}
.bn_content .bnc_wrapper ul.bnc_ul li.bnc_li span {
    font-size: 12px;
}
.bn_handle {
    width: 72px;
    height: 54px;
    margin-left: 28px;
}
.bn_handle img {
    display: block;
    width: 28px;
    margin-left: 8px;
    cursor: pointer;
}

/* fast_server_wrapper */
.fast_server_wrapper {
    margin-bottom: 50px;
}
.fast_item {
    width: 236px;
    height: 210px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s linear;
}
.fast_item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.fast_item a {
    width: 100%;
    height: 100%;
    flex-direction: column;
    transition: flex-direction 0.3s linear;
}
.fast_item a img {
    margin-bottom: 20px;
}
.fast_item a span {
    font-size: 20px;
    color: #fff;
}
.fast_item:nth-of-type(4) a span {
    color: #545454;
}
.fast_item:nth-of-type(1) {
    background-color: #2552ac;
}
.fast_item:nth-of-type(2) {
    background-color: #597fca;
}
.fast_item:nth-of-type(3) {
    background-color: #e8ce9b;
}
.fast_item:nth-of-type(4) {
    background-color: #e5edf5;
}
.fast_item:nth-of-type(5) {
    background-color: #64bec4;
}

/* middle_news_wrapper */
.middle_news_wrapper {
}
.middle_news {
    width: 400px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mn_img {
    width: 400px;
    height: 228px;
}
.mn_img img {
    width: 100%;
    height: 100%;
}
.mn_content {
    height: 210px;
    padding: 20px 20px 0;
    background-color: #fff;
}
.mn_content .mnc_title {
    margin-bottom: 15px;
}
.mn_content .mnc_title .mnct_t {
    height: 28px;
    font-size: 24px;
    line-height: 28px;
    color: #222;
}
.mn_content .mnc_title .mnct_more {
    display: block;
    width: 92px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.mn_content .mnc_title .mnct_more:hover {
    color: #fff;
    background-color: #0077ce;
}
.mn_content .mnc_main {
    width: 100%;
}
.mn_content .mnc_main ul li {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mn_content .mnc_main ul li:last-of-type {
    border-bottom: 1px solid transparent;
}

/* division_wrapper */
.division_wrapper {
}
.index_title {
    height: 100px;
}
.index_title .indt_t {
    height: 100px;
    font-size: 24px;
    line-height: 100px;
    color: #222;
}
.index_title .indt_more {
    display: block;
    width: 92px;
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.index_title .indt_more:hover {
    color: #fff;
    background-color: #0077ce;
}

.division_main {
    padding: 0;
}
.dim_img {
    position: relative;
    width: 372px;
    height: 233px;
    margin-right: 15px;
    overflow: hidden;
}
.dim_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}
.dim_img:hover img {
    transform: scale(1.1);
}
.dim_img span {
    position: absolute;
    width: 100%;
    height: 74px;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    background-color: rgba(20, 20, 20, 0.6);
}

.dim_right {
    flex: 1;
}

.dim_right .dim_list {
    width: 160px;
    height: 233px;
    border: 1px solid #d4cece;
    border-radius: 10px;
}
.dim_right .dim_list ul {
    height: 231px;
    flex-direction: column;
}
.dim_right .dim_list ul li {
    height: 77px;
    font-size: 18px;
    line-height: 77px;
    text-align: center;
    border-bottom: 1px dashed #d4cece;
    cursor: pointer;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.dim_right .dim_list ul li:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.dim_right .dim_list ul li:last-of-type {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 1px solid transparent;
}
.dim_right .dim_list ul li:hover {
    color: #fff;
    background-color: #0077ce;
}
.dim_right .dim_list ul li.diml_on {
    color: #fff;
    background-color: #0077ce;
}

.dim_right .dim_info_container {
    width: 685px;
}
.dim_right .dim_info_container .dim_info {
    width: 685px;
    display: none;
}
.dim_right .dim_info_container .dim_info:first-of-type {
    display: block;
}
.dim_right .dim_info_container .dim_info ul {
    flex-wrap: wrap;
}
.dim_right .dim_info_container .dim_info ul li {
    width: 18%;
    height: 42px;
    margin-left: 2%;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #d4cece;
    cursor: pointer;
    border-radius: 5px;
    transition: border 0.3s linear;
}
.dim_right .dim_info_container .dim_info ul li:hover {
    border: 1px solid #0077ce;
}
.dim_right .dim_info_container .dim_info ul li a {
    display: block;
    border-radius: 5px;
    transition: color 0.3s linear, background-color 0.3s linear;
	font-size:12px;
}
.dim_right .dim_info_container .dim_info ul li:hover a {
    color: #fff;
    background-color: #0077ce;
}
.dim_right .dim_info_container .dim_info ul li.dim_active {
    border: 1px solid #0077ce;
}
.dim_right .dim_info_container .dim_info ul li.dim_active a {
    color: #fff;
    background-color: #0077ce;
}

/* guide_wrapper */
.guide_container {
    margin-bottom: 50px;
}
.guide_wrapper {
    width: 100%;
    flex-wrap: wrap;
}
.guide_item {
    position: relative;
    width: 25%;
    height: auto;
    overflow: hidden;
    transition: box-shadow 0.3s linear;
}
.guide_item > img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}
.guide_item:hover {
    z-index: 10;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.guide_item:hover > img {
    transform: scale(1.1);
}
.guide_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    flex-direction: column;
    transition: flex-direction 0.3s linear;
}
.guide_item a img {
    margin-bottom: 20px;
}
.guide_item a span {
    font-size: 18px;
    color: #fff;
}
.guide_item:nth-of-type(2) a span {
    color: #1f1b1b;
}

/* footer_wrapper */
.footer_wrapper {
    width: 100%;
    background-color: #2f333f;
}
.foot_area {
    padding: 45px 0;
}
.foot_logo {
    margin-right: 110px;
}
.foot_logo img {
    width: 219px;
}
.foot_link_area {
    flex: 1;
}
.foot_link_area .foot_link {
    width: 280px;
    font-size: 14px;
    line-height: 40px;
    flex-wrap: wrap;
}
.foot_link_area .foot_link a {
    display: block;
    width: 50%;
    color: #fff;
    line-height: 40px;
}
.foot_link_area .foot_link a:hover {
    color: #0077ce;
}
.foot_link_area .foot_contact {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.foot_code_area {
    text-align: center;
}
.foot_code_area img {
    margin-bottom: 10px;
}
.foot_code_area span {
    display: block;
    font-size: 13px;
    color: #fff;
}
/* footer_di_wrapper */
.footer_di_wrapper {
    width: 100%;
    background-color: #2d2e30;
}
.footer_di {
    height: 66px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.foot_di_info {
    font-size: 14px;
    text-align: left;
}
.foot_di_info a {
    color: #fff;
    transition: color 0.3s linear;
}
.foot_di_info a:hover {
    color: #0077ce;
}
.friendship {
    position: relative;
    width: 245px;
}
.friendship .fship_ul {
    display: none;
    position: absolute;
    width: auto;
    bottom: 36px;
    right: 35px;
    background-color: #404447;
}
.friendship .fship_ul li {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 9px 15px;
    border-bottom: 1px solid #565759;
}
.friendship .fship_ul li a {
    display: block;
    color: #fff;
    transition: color 0.3s linear;
}
.friendship .fship_ul li:hover a {
    color: #0077ce;
}
.friendship .fship_link {
    width: 246px;
    height: 36px;
    cursor: pointer;
}
.friendship .fship_link span {
    display: block;
    width: 210px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    padding-left: 15px;
    border-right: 1px solid #565759;
    background-color: #404447;
}
.friendship .fship_link img {
    width: 36px;
    height: 36px;
}

/* inside_main_wrapper */
.inside_main_wrapper {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 130px;
}
/* page_position */
.page_position {
    font-size: 14px;
    color: #707070;
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}
.page_title {
    padding: 20px 0 40px;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.inside_single {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
}

/* inside_page_list */
.inside_page_list {
}
.inside_page_list ul li {
    display: inline-block;
    width: 148px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    background-color: #0077ce;
}
.inside_page_list ul li a {
    color: #fff;
}

/* inside_division */
.inside_division {
}
.inside_division dl {
    padding-top: 40px;
    flex-wrap: wrap;
}
.inside_division dl dt {
    width: 100%;
    font-size: 20px;
    color: #474747;
}
.inside_division dl dd {
    margin: 15px 1% 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 13.41%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.inside_division dl dd:hover {
    color: #fff;
    background-color: #0077ce;
}
.inside_division dl dd:hover a {
    color: #fff;
}
.inside_division dl dd:nth-of-type(7n) {
    margin-right: 0;
}

/* inside_doctor */
.inside_doctor {
    margin-bottom: 40px;
}
.inside_doctor dl {
    padding-top: 40px;
    flex-wrap: wrap;
}
.inside_doctor dl dt {
    width: 100%;
    font-size: 20px;
    color: #474747;
}
.inside_doctor dl dd {
    margin: 15px 1% 0 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 24.22%;
    font-size: 14px;
    padding: 18px 20px;
    cursor: pointer;
    transition: color 0.3s linear, background-color 0.3s linear;
}
.inside_doctor dl dd:hover {
    color: #fff;
    background-color: #0077ce;
}
.inside_doctor dl dd:hover a {
    color: #fff;
}
.inside_doctor dl dd:nth-of-type(4n) {
    margin-right: 0;
}
.inside_doctor dl dd h4 {
    font-size: 18px;
    color: #0077ce;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
    margin: 0;
    transition: color 0.3s linear;
}
.inside_doctor dl dd:hover h4 {
    color: #fff;
}
.inside_doctor dl dd ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 0 0;
}
.inside_doctor dl dd ul li {
    width: 33.3333%;
    font-size: 14px;
    color: #474747;
    padding: 6px 0;
}

/* inside_picture */
.inside_picture {
    padding-top: 40px;
}

.inside_pro_item {
    width: 23.5%;
    margin: 0 2% 30px 0;
    box-shadow: 0 0 10px -7px rgba(0, 0, 0, 1);
    background-color: #fff;
    transition: box-shadow 0.3s linear;
}

.inside_pro_item:nth-of-type(4n) {
    margin-right: 0;
}

.inside_pro_item:hover {
    background-color: #fff;
    box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_pro_item .pro_img {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.inside_pro_item .pro_img img {
    width: 100%;
    transition: transform 0.3s linear;
}

.inside_pro_item:hover .pro_img img {
    transform: scale(1.05);
}

.inside_pro_item .pro_text {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    padding: 0 20px;
    transition: color, background-color 0.3s linear;
}

.inside_pro_item:hover .pro_text {
    color: #0077ce;
    background-color: rgba(129, 129, 129, 0.1);
}
/* inside-news */
.inside_news {
}

.inside_news_item {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 20px;
    margin-top: 40px;
    transition: box-shadow 0.3s linear;
}

.inside_news_item:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 20px -7px rgba(129, 129, 129, 1);
}

.inside_news_item .inside_news_item_img {
    width: 240px;
    height: 170px;
    border-radius: 5px;
    margin-right: 30px;
    overflow: hidden;
}

.inside_news_item .inside_news_item_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s linear;
}

.inside_news_item:hover .inside_news_item_img img {
    transform: scale(1.1);
}

.inside_news_item .inside_news_item_info {
    flex-direction: column;
    flex: 1;
	max-width:920px;
}

.inside_news_item .inside_news_item_info h3 {
    font-size: 22px;
    line-height: 44px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inside_news_item .inside_news_item_info h3 a {
    color: #000;
    transition: color 0.3s linear;
}

.inside_news_item:hover .inside_news_item_info h3 a {
    color: #0077ce;
}

.inside_news_item .inside_news_item_info span {
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.inside_news_item .inside_news_item_info p {
    line-height: 22px;
    width: 100%;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.inside_news_item .inside_news_item_info > a {
    display: block;
    text-align: center;
    width: 100px;
    color: #777;
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 5px;
    transition: border 0.3s linear, color 0.3s linear;
}

.inside_news_item .inside_news_item_info:hover > a {
    border: 1px solid #0077ce;
    color: #0077ce;
}
.tabs_box {
    width: 1232px;
    margin: auto;
    margin-top: 20px;
}

#list .part2 {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    behavior: url(img/PIE.htc);
}

#list .part2 .inner {
    padding: 24px 30px;
}

#list .part2 .caption {
    font-size: 18px;
    color: #333333;
}

#list .part2 .item {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

#list .part2 .item span {
    font-size: 14px;
    color: #333333;
    float: left;
    padding-top: 2px;
}

#list .part2 .item .input {
    margin-left: 0;
}

#list .part2 .item input {
    width: 100%;
    font-size: 14px;
    color: #333333;
}

#list .part2 .from {
    margin-top: 25px;
}

#list .part2 .button a {
    display: block;
    width: px;
    padding: 13px 0px;
    background: #0a4885;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}

/**/
.tabs_box .tbleft .part1 .form1 {
    padding-right: 10px;
}
.tabs_box .tbleft .part1 .form1 .item {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 120%;
}

.tabs_box .tbleft .part1 .form1 .item span {
    font-size: 14px;
    color: #333333;
    float: left;
    padding-top: 1px;
}

.tabs_box .tbleft .part1 .form1 .item .input {
    margin-left: 60px;
}

.tabs_box .tbleft .part1 .form1 .item input {
    width: 100%;
    font-size: 14px;
    color: #333333;
}

.tabs_box .tbleft .part1 .form1 {
    margin-top: 25px;
}

.tabs_box .tbleft .part1 .form1 .button a {
    display: block;
    width: px;
    padding: 13px 0px;
    background: #0a4885;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
}
.foucs .slick-prev,
.apppage .foucs .slick-next {
    text-indent: -9999px;
    display: inline-block;
    background: url(img/base_icon1.png) no-repeat;
    width: 28px;
    height: 28px;
    margin: 0 3px;
    top: 0;
    right: 0;
}
.foucs .slick-prev {
    left: auto;
    right: 30px;
}
.foucs .slick-next {
    background-position: right 0;
}

/**/

.tabs_box .tbright {
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    behavior: url(img/PIE.htc);
    width: 872px;
    margin-left: 360px;
    background: #fff;
    /* height: 507px;*/
}
.tabs_box .tbright .part1 {
    overflow: hidden;
}
.tabs_box .tbright .part1 .input {
    float: left;
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-left: 10px;
    width: 234px;
}
.tabs_box .tbright .part1 .input input {
    width: 100%;
}
.tabs_box .tbright .part2 {
    width: 98.2%;
    margin-top: 10px;
}
.tabs_box .tbright .part2 .textare {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.tabs_box .tbright .part2 .textare textarea {
    font-size: 14px;
    width: 100%;
    height: 270px;
}
.tabs_box .tbright .part1 .input:first-child {
    margin-left: 0;
}
.tabs_box .tbright .button {
    text-align: center;
    margin-top: 32px;
    padding-bottom: 42px;
}
.tabs_box .tbright .button a {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0a4885;
    border-radius: 5px;
}
.tabs_box .tbright .inner {
    padding: 28px 20px;
    padding-right: 15px;
}

.tabs_box .tbright .caption {
    font-size: 22px;
    color: #333333;
    background: url(img/app-img1.png) repeat-x bottom left;
    padding-bottom: 40px;
    padding-top: 5px;
    line-height: normal;
}

.tabs_box .tbright .text {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-top: 20px;
}

.tabs_box .tbright .text p {
    margin-bottom: 10px;
}

.tabs_box .block:first-child {
    display: block;
}
.tabs_box .block {
    display: none;
}
.tabs_box .tbleft {
    float: left;
    width: 340px;
}

.tabs_box .tbleft .part1 .item {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    padding: 8px 0;
}
.tabs_box .tbleft .part1 .item.now a {
    color: #0a4885;
}
.tabs_box .tbleft .part1 {
    width: 100%;
    height: 330px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    behavior: url(img/PIE.htc);
    position: relative;
}
.tabs_box .tbleft .part1:after {
    content: "";
    position: absolute;
    top: 28px;
    right: -10px;
    display: block;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.tabs_box .tbleft .part1 .inner {
    padding: 20px 30px;
    padding-right: 20px;
}

.tabs_box .tbleft .part1 .scroll {
    height: 290px;
}
.tabs_box .tbright {
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
    behavior: url(img/PIE.htc);
    width: 872px;
    margin-left: 360px;
    background: #fff;
    /* height: 507px;*/
}
.tabs_box .tbright .part1 {
    overflow: hidden;
}
.tabs_box .tbright .part1 .input {
    float: left;
    padding: 8px 14px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-left: 10px;
    width: 234px;
}
.tabs_box .tbright .part1 .input input {
    width: 100%;
}
.tabs_box .tbright .part2 {
    width: 98.2%;
    margin-top: 10px;
}
.tabs_box .tbright .part2 .textare {
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.tabs_box .tbright .part2 .textare textarea {
    font-size: 14px;
    width: 100%;
    height: 270px;
}
.tabs_box .tbright .part1 .input:first-child {
    margin-left: 0;
}
.tabs_box .tbright .button {
    text-align: center;
    margin-top: 32px;
    padding-bottom: 42px;
}
.tabs_box .tbright .button a {
    display: inline-block;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #0a4885;
    border-radius: 5px;
}
.tabs_box .tbright .inner {
    padding: 28px 20px;
    padding-right: 15px;
}

.tabs_box .tbright .caption {
    font-size: 22px;
    color: #333333;
    background: url(img/app-img1.png) repeat-x bottom left;
    padding-bottom: 40px;
    padding-top: 5px;
    line-height: normal;
}

.tabs_box .tbright .text {
    font-size: 14px;
    color: #474747;
    line-height: 24px;
    margin-top: 20px;
}

.tabs_box .tbright .text p {
    margin-bottom: 10px;
}

.foucs {
    margin-top: 20px;
}
.block {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}
.title1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.foucs .button {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 0;
    display: none;
}

.foucs .button a {
    display: inline-block;
    background: url(img/base_icon1.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    margin: 0 3px;
}

.foucs .button .next {
    background-position: right 0;
}

.foucs .frame {
    width: 101%;
    margin-left: -0.5%;
    padding-bottom: 6px;
    overflow: hidden;
}

.foucs .child {
    float: left;
    text-align: center;
}

.foucs .child a {
    display: inline-block;
    height: 40px;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    position: relative;
}

.examination {
    margin-top: 20px;
    overflow: hidden;
}
.examination .boxleft {
    background: #fff;
    width: 690px;
       /* height: 364px; */
    float: right;
}
.examination .boxleft .inner {
    padding: 30px 0;
}
.examination .boxleft .pubc-title1 {
    text-align: left;
}

.examination .boxleft .desc {
    line-height: 26px;
    color: #474747;
    font-size: 14px;
    margin-top: 16px;
    height: 108px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.win_alert .desc p {
    /*text-indent: 2em;*/
}
.examination .boxleft .desc::after {
    /*content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);*/
}

.examination .boxleft .part2 .foucs {
    position: relative;
}
.examination .boxleft .part2 .frame {
    overflow: hidden;
    position: relative;
    padding-bottom: 2px;
    margin: 0 20px;
}
.examination .boxleft .part2 .child {
    float: left;
    width: 20%;
}
.examination .boxleft .part2 {
    margin-top: 28px;
}
.examination .boxleft .part2 .img {
    width: 60px;
    height: 62px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.examination .boxleft .part2 .h2 {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    text-align: center;
    line-height: normal;
}
.examination .boxleft .child.cd1 .img {
    background-image: url(img/examination-img1.png);
}
.examination .boxleft .child.cd2 .img {
    background-image: url(img/examination-img2.png);
}
.examination .boxleft .child.cd3 .img {
    background-image: url(img/examination-img3.png);
}
.examination .boxleft .child.cd4 .img {
    background-image: url(img/examination-img4.png);
}
.examination .boxleft .child.cd5 .img {
    background-image: url(img/examination-img5.png);
}

.examination .boxleft .child.cd1:hover .img {
    background-image: url(img/examination-img1-1.png);
}
.examination .boxleft .child.cd2:hover .img {
    background-image: url(img/examination-img2-1.png);
}
.examination .boxleft .child.cd3:hover .img {
    background-image: url(img/examination-img3-1.png);
}
.examination .boxleft .child.cd4:hover .img {
    background-image: url(img/examination-img4-1.png);
}
.examination .boxleft .child.cd5:hover .img {
    background-image: url(img/examination-img5-1.png);
}
.examination .boxleft .child:hover .h2 {
    color: #0a4885;
}
.examination .boxleft .child:hover .item {
    border-bottom: 2px solid #0a4885;
}
.examination .boxleft .foucs {
    margin-top: 26px;
}
.examination .boxleft .child .item {
    width: 80%;
    height: 126px;
    margin: 0 auto;
    padding-bottom: 24px;
    border-bottom: 2px solid #fff;
}
.examination .boxleft .button {
    position: relative;
}
.examination .boxleft .button:after {
    content: "";
    display: block;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #cccccc;
}
.examination .boxleft .button .a {
    background: url(img/icu151-img1.png) no-repeat 0 bottom;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 4;
}
.examination .boxleft .button {
    height: 26px;
    position: relative;
    margin-top: -15px;
}
.examination .boxleft .button .prev {
    left: 0;
}
.examination .boxleft .button .next {
    right: 0;
    background-position: 0 top;
}
.examination .video {
    width: 493px;
    height: 364px;
    background: #000;
    position: relative;
    float: left;
    overflow: hidden;
}
.examination .video img {
    width: 100%;
}
.examination .video-js .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    height: 75px;
    background: url(img/examination-img6.png) no-repeat center;
    margin-left: -37.5px;
    margin-top: -37.5px;
    border: 0;
}
.examination .video-js .vjs-big-play-button:before {
    content: "";
}
.examination .video-js:hover .vjs-big-play-button {
    background-color: transparent !important;
}
.examination .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    margin-left: -37.5px;
    margin-top: -37.5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pubc-more {
    font-size: 12px;
    color: #474747;
    width: 90px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    border-radius: 10px;
    float: right;
}
.pubc-more:hover {
    color: #fff !important;
    background: #0a4885 !important;
    border-color: #0a4885 !important;
}
.pubc-title1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.radiology3 .btn1 {
    position: absolute;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
}
.radiology3 .btn1:after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5px;
    margin-top: -4.5px;
    background: url(img/illnesscenter-icon2.png) no-repeat 0 0;
}
.radiology3 .prev {
    left: 0;
}
.radiology3 .prev:after {
    background-position: 0 0;
}
.radiology3 .next {
    right: 0;
}
.radiology3 .next:after {
    background-position: right top;
}
.radiology3 .button {
    position: relative;
    float: right;
    width: 62px;
    margin-top: -5px;
}

.radiology3 {
    margin-top: 72px;
    margin-bottom: 40px;
}
.radiology3 .pubc-title1 {
    text-align: left;
}

.radiology3 .item {
    width: 237px;
    height: 313px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 11px;
    background: #898d98;
}
.radiology3 .item:first-child {
    margin-left: 0;
}
.radiology3 .item .text {
    background: rgba(153, 153, 153, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    right: 0;
    min-height: 70px;
    text-align: center;
    line-height: normal;
}
.radiology3 .item:hover .text {
    background: rgba(153, 153, 153, 1);
}
.radiology3 .item .text .h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}
.radiology3 .item .text .desc {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    line-height: 22px;
    margin-bottom: 10px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.radiology3 .box {
    margin-top: 30px;
    height: 313px;
    overflow: hidden;
}
.partyishi .img {
    width: 237px;
    height: 313px;
    overflow: hidden;
    float: left;
    background: #898d98;
}
.partyishi .text-box {
    margin-left: 306px;
}
.partyishi .title1 {
    font-size: 24px;
    color: #333333;
}
.partyishi .title1 .pubc-more {
    width: auto;
    padding: 0 15px;
}
.partyishi .title2 {
    font-size: 14px;
    color: #474747;
    margin-top: 20px;
    line-height: 1.4;
}
.partyishi .dorname {
    background: url(img/app-img1.png) repeat-x left bottom;
    padding-bottom: 60px;
    margin-bottom: 45px;
    padding-top: 38px;
}
.partyishi .text {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}
.partyishi .text p {
    margin-bottom: 20px;
}
.partyishi {
    padding-top: 20px;
}
.partyishi .pubc-title1 {
    text-align: left;
    line-height: 54px;
}
.dorctordtail .part3 {
    padding-top: 68px;
}
.dorctordtail .part3 .title1 {
    font-size: 24px;
    color: #333333;
}
.dorctordtail .part3 .desc {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding-top: 26px;
}
.dorctordtail .part3 .desc p {
    margin-bottom: 20px;
}
.foucs .child {
    float: left;
    text-align: center;
    margin-right: 10px;
}

.foucs .child a {
    display: inline-block;
    width: 165px;
    height: 40px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #333333;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
    position: relative;
}

.foucs .child.now a {
    background: #0a4885;
    color: #fff;
    border-color: #0a4885;
}

.ksjj {
    font-size: 14px;
    line-height: 26px;
}

.bone .foucs .child a {
    border: none;
    width: auto;
}

.span1 {
    display: inline-block;
    margin-bottom: 20px;
}
.article{}
.article .main{ float: left; width: 788px; padding: 67px 42px 0;}
.article .main .t{ margin-bottom: 25px; padding-bottom: 34px; border-bottom: 1px solid #015128; font-size: 30px; line-height: 44px;}
.article .main .tip{ margin-bottom: 51px; font-size: 16px; line-height: 26px;}
.article .main .tip span{ display: inline-block; margin-right: 40px; }
.article .main .tip span + span + span + span + span{ margin-right: 0; }
.article .main .tip i{ font-family: Arial;}
.article .main .tip b{ cursor: pointer;}
.article .main .tip b + b{ margin-left: 20px;}
.article .main{ font-size: 16px; line-height: 26px;}
.article .main .text{line-height:1.4;}
.article .main .p + .p{ margin-top: 15px;}
.article .main .img{ margin: 35px 0; width: 691px;}
.article .main img{ display: block; width: 100%;}
.share_details {
    padding-top: 30px;
}
.article .main .handle{ margin: 20px -42px 0; padding-top: 20px;overflow: hidden;border-top:1px solid #ccc;}
.article .main .prev, .article .main .next{ position: relative; font-size: 14px; line-height: 25px; cursor: pointer;}
.article .main .prev{ float: left; padding-left: 32px;}
.article .main .prev:before{ content: '1'; position: absolute; left: 0; top: 0; width: 25px; height: 25px; background: url(../image/xf/prev1.png) left no-repeat; font-size: 0;}
.article .main .next{ float: right; padding-right: 32px;}
.article .main .next:before{ content: '1'; position: absolute; right: 0; top: 0; width: 25px; height: 25px; background: url(../image/xf/next1.png) left no-repeat; font-size: 0;}
.article .main .prev:hover:before, .article .main .next:hover:before{ background-position: right;}
.article .side{ float: right; width: 368px; margin-right: 15px;}
.article .side .t{ height: 190px; background: url(../images/jpg8.jpg) center no-repeat; font-size: 24px; line-height: 190px; text-align: center; color: #fff;}
.article .side .list{ border-left: 1px solid #ededed; border-right: 1px solid #ededed;}
.article .side .list li{ padding: 18px 15px; height: 84px; border-bottom: 1px solid #ededed; text-align: center;}
.article .side .list a{ display: inline-block; vertical-align: middle; width: 336px; font-size: 16px; line-height: 24px; text-align: left; letter-spacing: 0;}
.wrap {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 1279px){
    .wrap {
        width: 984px;
    }
}
@media only screen and (max-width: 1023px){
    .wrap {
        width: 710px;
    }
    .article .main{ float: none; margin-bottom: 0.5rem; width: 100%; padding: 0;}
    .article .main .t{ margin-bottom: 0.2rem; padding-bottom: 0.3rem; font-size: 0.3rem; line-height: 1.5;}
    .article .main .tip{ margin-bottom: 0.5rem; font-size: 0.22rem; line-height: 1.5;}
    .article .main .tip span{ margin-right: 0.5rem;}
    .article .main .tip b + b{ margin-left: 0.2rem;}
    .article .main { font-size: 0.22rem; line-height: 1.5;}
    .article .main .p + .p{ margin-top: 0.2rem;}
    .article .main .img{ margin: 0.3rem 0; width: 100%;}
    .article .main .handle{ margin: 0.3rem 0 0;}
    .article .main .prev, .article .main .next{ display: block; float: none; font-size: 0.22rem; line-height: 1.5;}
    .article .main .prev{ margin-bottom: 0.2rem; padding-left: 0.4rem;}
    .article .main .prev:before{ width: 0.3rem; height: 0.3rem; background-size: 200%;}
    .article .main .next{ padding-left: 0.4rem; padding-right: 0;}
    .article .main .next:before{ left: 0; right: auto; width: 0.3rem; height: 0.3rem; background-size: 200%;}
    .article .side{ float: none; width: 100%; margin-right: 0;}
    .article .side .t{ margin-bottom: 0.3rem; height: auto; background: none; font-size: 0.28rem; line-height: 1.5; text-align: left; color: #333;}
    .article .side .list{ border-left: 0; border-right: 0;}
    .article .side .list li{ padding: 0.2rem; height: auto; text-align: left;}
    .article .side .list a{ width: 100%; font-size: 0.24rem; line-height: 1.5;}
}

@media only screen and (max-width: 750px){
    .wrap {
        width: auto;
        padding: 0 0.2rem;
    }
}