body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    position: relative
}

a {
    color: #0150d3;
}

a:hover {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-primary {
    color: #fff;
    background-color: #0260e5;
    border-color: #0260e5;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    background: #fff;
    border-color: #fff;
}

.btn-search i {
    font-size: 25px;
}

.lug-bt {
    padding: 0px 20px;
    height: 40px;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}

.home-title-center {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    text-align: center;
    width: 360px;
    margin: 50px auto 40px;
}

.home-title-center h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0;
    color: #014099;
    position: relative;
}

.home-title-center h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: #014099;
    bottom: -10px;
    left: 43%;
}

.home-title-left {
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
}

.home-title-left h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0;
    color: #014099;
    position: relative;
}

.home-title-left h2::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 4px;
    background: #014099;
    bottom: -10px;
    left: 0;
}

.home-title-left a {
    font-size: 14px;
    color: #014099;
}

.title2 {
    font-size: 24px;
    position: relative;
    margin: 3rem 2rem;
}

.title2::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    left: 0;
    top: 18px;
    background-color: #ddd;
}

.title2::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    right: 0;
    top: 18px;
    background-color: #ddd;
}

.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../../images/yjs2023_bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}

.news-list-block {
    border-top: 1px solid #ddd;
}

.news-list-block ul {
    padding: 0;
    margin: 0;
}

.news-list-block li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../../images/yjs2023_icon-li.jpg) left center no-repeat;
    list-style-type: none;
}

.news-list-block li a {
    color: #222;
}

.news-list-block li span {
    color: #999;
}



.news-right-block .btn-danger {
    background: #b3121b;
}

.news-right-block p {
    font-size: 16px;
    margin: 1rem 0;
    font-weight: bold;
}

.hot:hover img {
    transform: scale(1.1)
}

.notice-index {
    margin: 50px 0 0;
}

.home-notice {
    border-top: 3px solid #014099;
}

.home-notice-block {
    background: #f5f8fb;
    padding: 22px;
    line-height: 1.6;
    color: #222;
    border-bottom: 3px solid #fff;
    display: flex;
}

.home-notice-block:hover {
    background: rgba(146, 182, 233, 0.9);
}

.home-notice-block a {
    color: #222;
}

.home-notice-block .date {
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    white-space: nowrap;
    background: #fff;
    color: #014099;
}

.home-notice-block .date span {
    background-color: #014099;
    color: #fff;
    padding: 2px 5px;
}

.home-notice-block .date b {
    font-size: 18px;
    display: block;
}

.home-notice-block h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.notice-block {
    padding: 20px;
    line-height: 1.6;
    color: #fff;
    border-bottom: 1px solid #668bd4;
    display: flex;
}

.notice-block .date {
    background: #f8f4f4;
    color: #333;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    margin-right: 1rem;
}

.notice-block .date b {
    color: #b3121b;
    font-size: 20px;
}

.notice-block .date:hover {
    background: #b3121b;
    color: #fff;
}

.notice-block .date:hover b {
    color: #fff;
}

.notice-block .media-body {
    position: relative;
    min-height: 70px;
}

.notice-block .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice-block .media-body::after {
    position: absolute;
    width: 40px;
    height: 3px;
    content: '';
    left: 0;
    bottom: 0;
    background: #b3121b;
}

.notice-block a {
    color: #333;
    font-size: 16px;
}

.title-noborder {
    border: none;
    margin-bottom: 0;
}

/* /首页新闻/ */
.index-news-block {
    padding: 1px;
    box-shadow: 0px 1px 6px 3px #eaeff7;
}

.index-news-block .text-block {
    padding: 20px;
}

.index-news-block .text-block p {
    font-size: 18px;
    min-height: 50px;
}

.index-news-block .text-block .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #b3bed4;
    padding: 15px 0 0;
}

.index-news-block .text-block .bottom a {
    color: #014099;
}

.index-news-block .text-block .bottom span {
    color: #999;
}

.btn-index-more {
    font-size: 18px;
    color: #999;
    border: 1px solid #ddd;
    width: 200px;
    margin: 40px auto;
    border-radius: 0;
    display: block;
    padding: 10px 20px;
}

.index-list li {
    background: url(yjs2023_icon-arrow.png) left no-repeat;
    padding: 7px 0px 7px 15px;
}

.index-list li a {
    font-size: 16px;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.yw_swiper {
    overflow: hidden;
}

.yw_swiper_box {
    position: relative;
    float: left;
    width: 65%;
    overflow: hidden;
}

.dxb_news_right {
    width: 35%;
    float: left;
    position: relative;
    list-style-type: none;
    height: 580px;
    background: #fff;
}

.yw_swiper_box .swiper-btn {
    display: none;
}

.dxb_news_left {
    position: relative;
}

.tt_cent {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 0;
    width: 100%;
    padding: 20px 40px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.tt_cent h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.tt_cent p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 0;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.tt_cent a:hover {
    text-decoration: none;
}

.tt_cent a:hover h3 {
    color: #179FF4;
}

.dxb_news_left .img-box img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.dxb_news_right li {
    height: 25%;
    padding: 15px 20px;
    background: #eef2fa;
    border-bottom: 1px solid #ddd;
}

.dxb_news_right .active {
    background: #0260e5;
    position: relative;
}

.news_item {
    overflow: hidden;
    display: flex;
    align-items: inherit;
    justify-content: space-between;
}

.dxb_news_right li:last-child .news_item,
.dxb_news_right .active .news_item {
    border-bottom: 0;
}

.dxb_news_title {
    width: 59%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dxb_news_des {}

.dxb_news_des img {
    max-width: 100%;
    max-height: 110px;
}

.dxb_news_title a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    line-height: 26px;
    color: #212121;

    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.dxb_news_title a:hover {
    text-decoration: none;
}

.dxb_news_title span {
    font-weight: 400;
    color: #999;
    font-size: 14px;
}

.dxb_news_right .active .dxb_news_title a {
    color: #fff;
}

.dxb_news_right .active .dxb_news_title span {
    color: #d7d7d7;
}

.dxb_news_right .active:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 20px;
    height: 100%;
    background: #0260e5;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 6;
}

.dxb_news_more {
    float: right;
    padding: 37px 0 33px;
}

.dxb_news_more a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.dxb_news_more a img {
    display: inline-block;
}

.dxb_news_more a:hover {
    color: #E02020;
}



.center-box {
    display: flex;
}

.left-tab {
    width: 20%;
}

.ky_news_right {
    width: 100%;
}

.ky_news_left img {
    height: 503px;
}

.ky_news_right li {
    height: 25%;
    position: relative;
}

.ky_news_right li.active {
    background: #5e74bc !important;
}

.ky_news_right .active:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -0;
    z-index: 10;
}

.ky_news_right li a {
    display: block;
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    color: #fff;
    position: relative;
}

.ky_news_right li a:hover {
    text-decoration: none;
}

.ky_news_right li a p {
    margin: 10px 0 0;
}

.ky_swiper_box {
    float: left;
    width: 80%;
    overflow: hidden;
}

.ky_news_right li:nth-child(odd) {
    background: #7163aa;
}

.ky_news_right li:nth-child(even) {
    background: #9462a1;
}

/* .ky_news_right li:nth-child(4) {
    background: #6d66ad;
} */

.ky_news_right li:nth-child(odd)::before {
    content: '';
    display: inline-block;
    width: 110%;
    height: 100%;
    background: #7163aa;
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 9;
}

.ky_news_right li:nth-child(even)::before {
    content: '';
    display: inline-block;
    width: 110%;
    height: 100%;
    background: #9462a1;
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 9;
}

.ky_news_right li.active::before {
    content: '';
    display: inline-block;
    width: 110%;
    height: 100%;
    background: #5e74bc;
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 9;
}

/* .ky_news_right li:nth-child(4)::before {
    content: '';
    display: inline-block;
    width: 110%;
    height: 100%;
    background: #6d66ad;
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 9;
} */

.ky_swiper_box .swiper-slide {
    padding: 80px 10px 80px 50px;
}

.ky_swiper_box .swiper-slide ul {
    display: flex;
    justify-content: space-between;
}

.ky_swiper_box .swiper-slide a {
    display: inline-block;
    background: #fff;
    padding: 15px 10px;
    width: 210px;
    border-radius: 4px;
    font-size: 18px;
    color: #212121;
    text-align: center;
    margin: 20px 18px;
}

.ky_swiper_box .swiper-slide a:hover {
    background: #0260e5;
    color: #fff;
    text-decoration: none;
}

/* 媒体关注 */
.home-center {
    background: #f5f8fb;
    padding: 0 0 60px;
}

.kd_swiper_box {
    position: relative;
    width: 60%;
    overflow: hidden;
}

.kd_news_right {
    width: 40%;
    position: relative;
}

.kd_news_right li {
    height: 25%;
    border-bottom: 2px solid #668bd4;
    padding: 15px;
    background: rgba(23, 64, 153, 0.6);
}

.kd_news_right li:last-child {
    margin: 0;
}

.kd_news_right li {
    display: flex;
}

.kd_news_right li a {
    color: #fff;
}

.kd_news_right li .date {
    color: #fff;
    text-align: center;
    display: none;
    white-space: nowrap;
    padding: 0 10px 0 0;
    border-right: 1px solid #fff;
    margin-right: 15px;
}

.kd_news_right li.active .date {
    display: block;
}

.kd_news_right li .date b {
    display: block;
    font-size: 24px;
}

.kd_news_right li p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.kd_news_right .active {
    background: #0260e5;
    position: relative;
}

.kd_news_right .active:after {
    content: '';
    pointer-events: auto;
    display: inline-block;
    width: 14px;
    height: 100%;
    background: #0260e5;
    position: absolute;
    top: 0;
    left: -14px;
    z-index: 7;
}

.kd_news_left {
    position: relative;
}

.kd_news_left .img-box img {
    width: 100%;
    height: 354px;
    object-fit: cover;
}

/* 单行溢出省略： */
.title-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 多行溢出省略： */
.p-over {
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.myTab {
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.myTab a {
    padding: 0 45px 10px 0;
    font-size: 30px;
    color: #666;
    display: inline-block;
    position: relative;
}

.myTab a:hover {
    text-decoration: none;
}

.myTab a.active {
    color: #014099;
    font-weight: bold;
}

.myTab a.active::before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #014099;
}

.myTab li:first-child a::after {
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    bottom: 15px;
    right: 22px;
    background: #fff;
}

.myTab li:last-child {
    margin-left: auto;
    border: none;
}

.myTab li:last-child a {
    color: #fff;
    text-align: right;
    font-size: 14px;
    padding: 0;
    position: inherit;
}

.myTabContent {
    padding: 40px 0 0;
    position: relative;
}

.myTabContent .bt-more {
    position: absolute;
    right: 0;
    color: #014099;
    top: -78px;
}






.flexslider2 {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.flexslider2 .slides {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.flexslider2 .slides li {
    height: 600px;
    /* width: 1725px; */
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    left: 0;
    text-align: center;
}

.slides table {
    /* width: 1725px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.slides table td {
    width: 150px;
}


.active {
    position: relative;
}

.activeimg {
    height: 550px;
    /* height: 685px; */
    position: relative;
    background: #fff;
}

.zhuanjiamodel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.model-main {
    width: 900px;
    max-height: 400px;
    overflow-x: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #eff2fa;
}

.model-main::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.model-main::-webkit-scrollbar-thumb {
    background-color: #265DA3;
}

.model-main::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(38, 93, 163, 0.3);
    background-color: #F5F5F5;
}

.model-left {
    width: 265px;
    float: left;
    background-color: #a0b7fc;
    min-height: 300px;
    padding: 20px;
    box-sizing: border-box;
}

.model-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 100;
    cursor: pointer;
}

.model-close img {
    width: 100%;
}

.expert-img {
    width: 225px;
    height: 295px;
    overflow: hidden;
    margin: 0 auto;
}

.expert-img img {
    width: 100%;
}

.model-left h1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    height: 85px;
    line-height: 85px;
}

.model-right {
    width: 620px;
    float: right;
    padding: 40px 0;
}

.model-detail {
    width: 580px;
    margin: 0 auto;
}

.model-div {
    overflow: hidden;
    margin-bottom: 20px;
}

.model-title {
    overflow: hidden;
    margin-bottom: 20px;
}

.model-title h1 {
    font-size: 20px;
    color: #014099;
    height: 50px;
    line-height: 50px;
}

.model-title span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #225ca5;
}

.model-content p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 28px;
}

.model-email {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f1f1f1;
    color: #225ca5;
    font-size: 18px;
}



.swiper-container1 .swiper-slide {
    padding: 10px;
}

.swiper1 {
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
    top: 30%;
    color: #fff;
}

.home-img-list {
    margin: 20px 0;
}

.home-img-list-block {
    margin: 20px 0;
}

/* 医研融合 */
.fuse-block {
    background: url(yjs2023_bg-fuse.jpg) center / cover no-repeat;
    padding-bottom: 60px;
}

.fuse-block ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-flow: wrap;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}

.fuse-block ul li {
    width: 25%;
    color: #fff;
    height: 257px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fuse-block ul li h3 {
    font-size: 28px;
    font-weight: bold;
}

.fuse-block ul li:hover {
    transform: scale(1.1);
    transition: all .3s;
    box-shadow: 1px 1px 3px 1px #89b3fc;
}

.fuse-block ul li span {
    width: 40px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    display: block;
    margin: 40px auto 30px;
}

.fuse-block ul li a {
    color: #fff;
}

.fuse-block ul li.black-text,
.fuse-block ul li.black-text a {
    color: #333;
}

.fuse-block ul li.black-text span {
    background-color: #333;
}

.fuse-block ul li:nth-child(2) {
    background: #8ba5fb;
}

.fuse-block ul li:nth-child(4) {
    background: #dc9f7e;
}

.fuse-block ul li:nth-child(5) {
    background: url(../../images/yjs2023_fuse-pic03.jpg) center / cover no-repeat;
}

.fuse-block ul li:nth-child(7) {
    background: url(../../images/yjs2023_fuse-pic05.jpg) center / cover no-repeat;
}

/* 合作单位 */
.partners {
    background: #eef2fa;
    padding: 0 0 60px 0;
}

.partners ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-between;
}

.partners ul img {
    box-shadow: 0px 1px 2px 2px #dbe4f1;
}

.partners ul img:hover {
    box-shadow: 0px 3px 4px 2px #dbe4f1;
    transform: scale(1.1);
    transition: all .3s;
}

.footer {
    background: #014099;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.footer a {
    color: #fff;
    padding: 8px;
}

.foot-link {
    border-bottom: 1px solid #3466ad;
    padding: 15px 0;
    background: #012d6b;
}

.foot-link a.down.collapsed,
.foot-link a.down {
    float: right;
    padding: 0;
}

.foot-link a.down.collapsed img {
    transform: rotate(0deg);
}

.foot-link a.down img {
    transform: rotate(180deg);
}

.address-block {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    line-height: 2;
}

.address-block img {
    max-width: 100%;
    height: max-content;
}

.back-top {
    align-items: center;
    background: url(../../images/yjs2023_top.png) left top no-repeat #225ca5;
    bottom: 3vh;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 5px;
    text-align: center;
    /* transform: scale(.8) translate(90px, 90px); */
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 50px;
    height: 50px;

}

.back-top:hover {
    font-weight: bold;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.header {
    background: url(yjs2023_bg-head.jpg) top / cover no-repeat;
    color: #fff;
    padding: 30px 0;
}

.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right,
.header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}


.navi {
    background: #014099;
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    width: 50%;
    padding: 15px 6px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 16px;
    white-space: nowrap;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #012d6b;
    border: none;
}

.navi ul li.selected a,
.navi ul li:hover a {
    border: none;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(2, 96, 226, .7);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px;
}

.navbox>a:hover {
    background: #014099;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    position: relative;
    z-index: 99;
}

.logo {
    transition: height .3s
}

.logotext {
    border-left: 1px solid #fff;
    font-size: 40px;
    color: #fff;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
}

.gd-link {
    color: #fff;
    font-size: 16px;
}

.search-box {
    margin: 0 10px;
    z-index: 3;
    display: none;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -22px;
}



.memu-btn {
    display: none;
    height: 35px;
    position: relative;
    width: 35px;
}

.memu-btn i {
    color: #014099;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

#banner-index {
    z-index: 2;
    display: flex;
}

#banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

#banner-index .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 23%;
    flex-shrink: 0;
}

#banner-index .carousel-caption {
    top: 14%;
    left: 30%;
    text-align: left;
    width: 450px;
    z-index: 2;
}

#banner-index .carousel-caption h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
}

#banner-index .carousel-caption button {
    margin-top: 2rem;
    min-width: 130px;
}

#banner-index .carousel-caption .line {
    margin-top: 2rem;
    font-weight: bold;
}

#banner-index .carousel-control-prev,
#banner-index .carousel-control-next {
    bottom: 40%;
    height: 80px;
    width: 80px;
    top: auto;
    z-index: 5;
}

#banner-index .carousel-indicators {
    bottom: 20px;
}

#banner-index .carousel-indicators li {
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 10px;
}

#banner-index .carousel-indicators .active {
    background-color: #fff;
    width: 50px;
}

#banner-index .carousel-control-prev {
    left: 10%;
    opacity: 1;
    background: rgba(0, 0, 0, .3);
}

#banner-index .carousel-control-next {
    right: 10%;
    opacity: 1;
    background: rgba(0, 0, 0, .3);
}

#banner-index .carousel-control-prev-icon i,
#banner-index .carousel-control-next-icon i {
    font-size: 3rem;
}

.fix-list-r {
    position: fixed;
    z-index: 6;
    right: 50px;
    bottom: 10%;
}

.fix-list-r ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fix-list-r li {
    position: relative;
}

.fix-list-r li .hover-img {
    display: none;
}

.fix-list-r li:hover .hover-img {
    display: block;
    position: absolute;
    left: -130px;
    top: -10px;
}

.fix-list-r ul a {
    font-size: 12px;
    color: #323333;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    margin: 4px 0;
    letter-spacing: -1px;
    padding: 8px 4px;
    box-shadow: 0px 3px 5px 0px #eee;
    ;
}

.fix-list-r ul a:hover {
    color: #fff;
    background: #0260e5;
    text-decoration: none;
}

.fix-list-r ul a:hover img {
    filter: grayscale(100%) brightness(300%)
}

.fix-list-r ul a img {
    margin: 8px auto;
}

.fast-nav {
    background: url(yjs2023_bg-fastNav.jpg) center / cover no-repeat;
    padding: 60px 0;
}

.fast-nav ul {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    justify-content: space-around;
    text-align: center;
}

.fast-nav ul li {
    list-style-type: none;
    width: 100%;
    padding: 20px;
}

.fast-nav ul li:hover {
    transform: scale(1.2);
    transition: all .3s;
}

.fast-nav ul li a {
    color: #fff;
}

.fast-nav ul li:nth-child(even) {
    background: #014099;
}

.fast-nav ul li:nth-child(odd) {
    background: #0260e5;
}

.fast-nav ul li img {
    display: block;
    margin: 15px auto;
}

.news-img-block {
    max-width: 536px;
    position: relative;
    overflow: hidden;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 68%;
}

.news-img-block .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.news-img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.news-img-block .swiper-pagination {
    color: #fff;
    left: auto;
    right: 0;
    width: 137px;
    bottom: 36px;
    z-index: 1;
    font-size: 16px;
}

.news-img-block .text-box {
    background: rgba(179, 18, 27, .8);
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 20px 150px 10px 20px;
    color: #FFF;
    position: absolute;
    height: 98px;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: 87%;
    color: #fff;
}

.news-img-block .swiper-button-next:after,
.news-img-block .swiper-button-prev:after {
    font-size: 0px;
}

.news-img-block .swiper-button-next i,
.news-img-block .swiper-button-prev i {
    font-size: 35px;
}

.news-img-block .swiper-button-prev,
.news-img-block .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

.head-search {
    display: flex;
    position: absolute;
    right: 0;
    top: 91px;
}

.page-banner {
    position: relative;
}

.page-banner .text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: rgba(85, 130, 223, .6);
    width: 400px;
    padding: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.page-banner .text-block .active {
    border-bottom: 2px solid #fff;
}

.page-banner .text-block {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.page-banner .text-block h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.page-banner .text-block span {
    font-size: 1.4rem;
    margin-right: 3rem;
    line-height: 4;
    padding-bottom: 1rem;
}

.page-banner .text-block span a {
    color: #fff;
    text-decoration: none;
}

.page-banner .text-block span:hover {
    border-bottom: 2px solid #fff;
}

.title-innerPage {
    padding: 0px 0 15px;
    border-bottom: 1px solid #ddd;
}

.title-innerPage h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #014099;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
    padding-left: 0;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.page-left-block {
    background: #efefef;
}

.page-left-block .tab-title {
    display: block;
    line-height: 2.4;
    font-size: 1.8rem;
    border-top: 3px solid #0260e5;
    padding-left: 2rem;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 0;
}

.page-left-block .nav-tabs {
    border: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
}

.page-left-block .nav li a {
    color: #7d7d7d;
    font-size: 20px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
}

.page-left-block .nav li a.active {
    color: #0260e5;
    border: 1px solid #0260e5;
    border-left: none;
    border-right: none;
    background: #fff;
}

.page-news {
    margin: 3rem auto 0;
}

.news-list a {
    color: #222;
    text-decoration: none;
}

.news-list .media {
    padding: 10px;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 3px 1px #eee;
    margin-top: 1rem;
}

.news-list .media a {
    color: #222;
}

.news-list .media:hover {
    background: #0260e5;
    color: #fff;
}

.news-list .media:hover .date {
    background: #fff;
    color: #0260e5;
}

.news-list .media:hover .news-text,
.news-list .media:hover a {
    color: #fff;
}

.news-list .media .date {
    background: #0260e5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    border-radius: 6px;
    margin-right: 2rem;
}

.news-list .media .date b {
    font-size: 1.2rem;
}

.news-list .media-body h5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem !important;
}

.news-list .news-text {
    max-width: 800px;
    color: #666;
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.news-list .news-text a {
    color: #666;
}

.news-list .news-text a:hover {
    text-decoration: none;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-top: 2rem;
}

.news-detail-title span {
    color: #999;
    padding: 0 2rem;
    line-height: 3;
}

.news-detail-title .time {
    background-color: #e8ecf6;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    padding: .8rem;
    margin-top: 2.5rem;
}

.news-detail .content {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 2rem 0;
    color: #5b5b5b;
    padding-bottom: 30px;
    min-height: 600px;
}

.news-detail .content img {
    margin: 3rem auto;
    display: inherit;
    max-width: 100%;
}

.news-detail .news-link {
    background-color: #e8ecf6;
    padding: 1rem 3rem;
}

.news-detail .news-link p {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.news-detail .news-link a {
    color: #666;
}

.news-detail .news-link hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-fenye {
    margin: 3rem 0;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.search-btn-box {
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search-btn i {
    font-size: 30px;
    margin-right: 10px;
    color: #014099;
}

/* 面包屑 */
.breadcrumb-block {
    background: #eff2fa;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.breadcrumb {
    background: none;
    margin: 0;
    font-size: 16px;
}



.office-info {
    background: #fff;
}

.office-info .media-body {
    background: #fff;
    padding: 0px 40px;
    font-size: 16px;
}

.page-title01 {
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    max-width: 600px;
    margin: 60px auto 40px;
    padding-bottom: 10px;
}

.page-title01::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 4px;
    background: #003e8d;
    bottom: 0px;
    left: 47%;
}

.page-title02 {
    margin-bottom: 30px;
}

.page-title02 h2 {
    font-size: 24px;
}

.doctor-block {
    border-bottom: 2px solid #014099;
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
    max-width: 200px;

}

.doctor-block:hover {
    transform: scale(1.05);
    transition: all .3s;
    background: #014099;
    color: #fff;
}

.doctor-block img {
    max-width: 100%;
}

.doctor-block p {
    margin: 10px 0;
}

.doctor-block p a {
    color: #333;
}

.doctor-block:hover a {
    color: #fff;
}

.specialist {
    background: #e2e9fe;
    padding: 1px 0 60px;
    position: relative;
}

.illness {
    position: relative;
    padding-bottom: 60px;
}

.specialist .swiper-button-next,
.specialist .swiper-button-prev,
.illness .swiper-button-next,
.illness .swiper-button-prev {
    top: 55%;
    background: #eff2fa;
    color: #999;
    width: 55px;
    height: 55px;
}

.illness .swiper-button-prev {
    left: -90px;
}

.illness .swiper-button-next {
    right: -90px;
}

.specialist .swiper-button-next {
    right: 200px;
}

.specialist .swiper-button-prev {
    left: 200px;
}

.specialist .swiper-button-next:after,
.specialist .swiper-button-prev:after,
.illness .swiper-button-next:after,
.illness .swiper-button-prev:after {
    font-size: 30px;
}

/* 科室动态 */
.office-trends {
    padding-bottom: 60px;
}

.office-trends .hot-block {
    padding: 15px;
    display: flex;
    background: #678cc2;
    color: #fff;
}

.office-trends .hot-block:hover {
    background: #014099;
}

.office-trends .hot-block .date {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px 15px 5px 0;
    margin-right: 15px;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

.office-trends .hot-block a b {
    color: #fff;
    font-size: 20px;
}

.office-trends .hot-block .date b {
    font-size: 24px;
    display: block;
}

.party-work ul {
    padding: 0;
    margin: 20px 0 0;
}

.office-trends li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 15px 15px 3rem;
    background: url(../../images/yjs2023_icon-li.png) 15px center no-repeat #f0f6fd;
    list-style-type: none;
    margin-top: 2px;
}

.office-trends li:hover {
    background-color: #fff;
}

.office-trends li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.office-trends li a:hover {
    text-decoration: none;
    color: #0150d3;
}

.office-trends li span {
    color: #999;
    white-space: nowrap;
}

/* 医生详情信息页 */
.doctor-info {

}

.doctor-info-block {
    background: #eff2fa;
    box-shadow: 0px 3px 3px #eee;
    margin: 20px 0 0;
}

.doctor-info-block .media-object {
    border: 15px solid #a0b7fc;
    font-size: 16px;
    max-width: 200px;
}

.doctor-info-block .media-body {
    padding: 40px;
    line-height: 2;
    font-size: 16px;
}

.doctor-info-block .media-body .name {
    color: #014099;
    font-size: 20px;
    position: relative;
    margin: 0 0 30px;
    display: block;
}

.doctor-info-block .media-body .name::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #014099;
    bottom: -10px;
    left: 0;
}

.visit-info {
    text-align: center;
    padding: 20px;
    vertical-align: middle;
    border-left: 1px solid #a0b7fc;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* 医生履历 */
.info-list {
    padding: 30px 10px;
    font-size: 16px;
    margin: 0 0 40px;
    line-height: 1.8;
}

.bg-fast {
    background: #f5f8fb;
    padding: 1px 0 40px;
}

.bg-fast ul {
    display: flex;
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    border-right: 1px solid #ddd;
}

.bg-fast ul li {
    padding: 20px 0;
    width: 100%;
    display: block;
    text-align: center;
}

.bg-fast ul li a {
    display: block;
    border-left: 1px solid #ddd;
    padding: 20px;
}

.bg-fast ul li span {
    display: block;
    font-size: 16px;
    color: #014099;
    margin: 15px 0 0;
}

.bg-fast ul li:hover {
    background: #014099;
    color: #fff;
    border-radius: 10px;
    padding: 20px 0;
}

.bg-fast ul li:hover a {
    border-left: 1px solid #014099;
}

.bg-fast ul li:hover span {
    color: #fff;
}

.bg-fast ul li:hover img {
    filter: grayscale(100%) brightness(450%)
}


@media (min-width: 1900px) {
    .container {
        max-width: 1390px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }
}

@media (max-width: 1440px) {
    .session1-left-bg {
        background-size: 64% 100%;
    }

    .illness .swiper-button-next {
        right: -55px;
    }

    .illness .swiper-button-prev {
        left: -55px;
    }

    .specialist .swiper-button-prev {
        left: 0;
    }

    .specialist .swiper-button-next {
        right: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px) {

    #banner-index .carousel-indicators {
        bottom: 8%;
        left: 0;
        margin-left: 11%;
    }

    .container {
        max-width: 1360px;
    }

    #banner-index .carousel-caption {
        left: 22%;
        width: 420px;
    }

    .link ul li p {
        margin: 8px 0 0;
    }
}

@media (max-width:1366px) {
    .navi ul li {
        padding: 10px;
    }

    .news-list .news-text {
        max-width: 600px;
    }
}

@media(max-width:1024px) {
    .logo {
        max-height: 25px
    }

    .logotext {
        font-size: 18px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .page-news {
        margin: 1rem auto 0;
    }

    .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 76px;
        transition: all .3s;
        display: none;
        width: 100%;
        z-index: -1;
        padding: 20px 0;
    }

    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 10px;
        border: none;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        display: block;
        z-index: 18
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #0260e5;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }

    .memu-btn,
    .search-btn-box {
        display: block
    }

    .search-box {
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 80px;
        width: 360px;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: flex;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    }

    .notice-index {
        margin: 20px 0 0;
        padding: 0;
    }

    .title {
        padding: 20px 0 0;
        margin: 0 0 10px;
    }

    .title h2 {
        font-size: 24px;
    }

    .link ul {
        display: flow-root;
    }

    .link ul li {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .twocode {
        border: none;
    }

    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .news-list .media .date {
        margin-right: 1rem;
    }

    .news-list .news-text {
        white-space: inherit;
    }

    .news-list .media-body h5 {
        font-size: 1.2rem;
    }

    .page-banner .text-block {
        padding: .8rem;
    }

    .page-banner .text-block h3 {
        font-size: 1.5rem;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }

    .news-right-block {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .news-detail-title span {
        line-height: 2;
    }

    .home-title-center h2 {
        font-size: 24px;
    }

    .home-title-center {
        margin: 20px auto 15px;
    }

    .btn-index-more {
        margin: 20px auto;
    }

    #banner-index .carousel-control-prev,
    #banner-index .carousel-control-next {
        bottom: 5%;
        height: 40px;
        width: 40px;
    }
    .slogan {
        max-width: 80%;
    }

    .doctor-info {
        padding: 10px 0;
    }

    .doctor-info-block {
        display: block;
        padding-top: 10px;
    }

    .doctor-info-block .media-body {
        padding: 10px;
        text-align: center;
    }
    .doctor-info-block .media-body .name::after{
        left: 45%;
    }

    .doctor-info-block .media-object {
        max-width: 200px;
        margin: 0 auto;
    }

    .info-list {
        padding: 20px 10px;
    }

    .visit-info {
        border: none;
    }

    .breadcrumb-block {
        padding: 0;
    }

    .breadcrumb {
        font-size: 14px;
    }

    .page-banner {
        margin-top: 75px;
    }



    .page-title01 {
        font-size: 24px;
        margin: 20px auto 10px;
    }

    .doctor-block {
        font-size: 15px;
    }

    .specialist .swiper-button-next,
    .specialist .swiper-button-prev,
    .illness .swiper-button-next,
    .illness .swiper-button-prev {
        bottom: 10px;
        top: auto;
        width: 35px;
        height: 35px;
    }

    .illness .swiper-button-prev {
        left: 0px;
    }

    .illness .swiper-button-next {
        right: 0px;
    }

    .specialist .swiper-button-next {
        right: 10px;
    }

    .specialist .swiper-button-prev {
        left: 10px;
    }

    .office-info {
        display: block;
    }

    .office-info .media-body {
        padding: 0 20px 20px;
    }

    .header {
        position: fixed;
        z-index: 77;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
    }

    .bg-fast ul {
        flex-wrap: wrap;
    }

    .bg-fast ul li {
        flex-basis: 33%;
        padding: 5px 0;
    }

    .index-news-block {
        margin: 0px 0 20px;
    }

    .fix-list-r ul a {
        padding: 4px 2px;
    }

    .fix-list-r ul a img {
        max-width: 25px;
        margin: 5px auto;
    }

    #banner-index {
        margin-top: 87px;
    }

    .fuse-block ul li span {
        margin: 10px auto;
    }

    #banner-index .carousel-item {
        padding-bottom: 54%;
    }

    .home-title {
        padding: 10px 0 10px;
        margin: 10px 0;
    }

    .home-title h2 {
        font-size: 25px;
    }

    .home-center {
        padding: 0;
    }

    .fast-nav {
        padding: 20px 0;
    }

    .fast-nav ul {
        flex-wrap: wrap;
    }

    .fast-nav ul li {
        flex-basis: 49%;
        height: 49%;
        margin: 1px;
        padding: 10px;
    }

    .fast-nav ul li img {
        margin: 8px auto;
    }

    .fix-list-r {
        right: 10px;
        top: 40%;
    }

    .dxb_news_title {
        display: none;
    }

    .tt_cent p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dxb_news_right {
        width: 20%;
        height: 240px;
    }

    .yw_swiper_box {
        width: 80%;
    }

    .dxb_news_right li {
        padding: 5px;
    }

    .dxb_news_right .active:after {
        width: 5px;
        left: -5px;
    }

    .dxb_news_left .img-box img {
        height: 240px;
    }

    .tt_cent {
        padding: 10px;
    }

    .myTab a {
        font-size: 25px;
    }

    .ky_news_right li a {
        padding: 10px 5px;
        font-size: 15px;
    }

    .ky_news_right li a img {
        max-width: 25px;
    }

    .ky_swiper_box .swiper-slide {
        padding: 20px 0 20px 10px;
    }

    .ky_swiper_box .swiper-slide a {
        font-size: 14px;
        margin: 5px;
        padding: 5px;
        width: auto;
    }

    .ky_news_right li a p {
        line-height: 1.4;
    }

    .kd_news_right {
        display: none;
    }

    .kd_swiper_box {
        width: 100%;
    }

    .session1-left-block {
        padding: 0;
    }

    .session1-left-bg {
        background-size: 100% 100%;
    }

    .fuse-block ul li h3 {
        font-size: 18px;
    }

    .fuse-block ul li {
        width: 50%;
        height: 148px;
    }

    .partners {
        padding-bottom: 20px;
    }

    .partners ul {
        display: block;
    }

    .partners ul img {
        margin: 10px 0;
    }

    .address-block {
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    .address-block img {
        margin: auto;
    }




    .news-img-block .text-box {
        font-size: 15px;
    }

    .title h2 small {
        display: none;
    }

    .logotext {
        font-size: 18px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .title-innerPage {
       padding: 10px 0;
    }

    #banner-index .carousel-caption {
        left: 1rem;
    }

    #banner-index .carousel-caption .line {
        display: none;
    }

    #banner-index .carousel-caption {
        width: 150px;
        top: 0;
    }

    #banner-index .carousel-caption h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    #banner-index .carousel-caption button {
        display: none;
    }

    .news-list-block li {
        display: inline-grid;
    }

    .title2::before,
    .title2::after {
        display: none;
    }

    .title2 {
        font-size: 22px;
        margin: 2rem 1rem;
    }



    address {
        padding: 10px;
    }

    .news-img-block .swiper-button-next,
    .news-img-block .swiper-button-prev {
        top: 83%;
    }

    .gd-link {
        display: none;
    }

}