@import url(bootstrap.css);
@import url(swiper.css);

@import url(iconfont.css);
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.fancybox-container {
    z-index: 999999999999;
}
.fancybox-slide video {
    max-height: 900px;
}
body,
html {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}
pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
/* ============================================================== 
    # Template Default Styles
=================================================================== */
body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {

    padding:0.333333rem 0;
    color: #787878;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}
img {
    max-width: 100%;
}
.logo-img{display: block;}
.logo-img1{display: none;}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}
/* ============================================================== 
    # header
=================================================================== */
.head {
    width: 100%;
    background-color:#1c1c1c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #1784d8;
}
.head .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header_top .box {
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head p {
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.header_top .box .right img {
    max-height: 65px;
}
.header_top .box .right a {
    padding: 12px 30px;
    margin: 0;
    text-align: center;
    border-radius: 0.5rem;
    display: inline-block;
    background: linear-gradient(130deg, #f35724,#ef1616);
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
}
.header_top .box .right a i {
    font-size: 15px;
    padding-left: 8px;
}
.header_top .box .right a::after {
    content: " ";
    width: 0;
    height: 100%;
    background: #232532;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    top: 0;
    z-index: -3;
}
.header_top .box .right a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
.header_top .box .right a:hover {
    color: #fff;
}

.header_top .box .small_btn {
    display: none;
}
.header_top .box .right{
    display: flex;
    justify-content: right;
    align-items: center;
}
.header_top .box .right .text{
    display: none;
    /* display: flex; */
    justify-content: left;
    align-items: center;
    margin-right: 55px;
}
.header_top .box .right .text i{
    font-size: 35px;
    color: #1784d8;
    margin: 5px 15px 0 0;
}
.header_top .box .right .text .content p{
    margin-bottom: 0;
    font-size: 15px;
    color: #1784d8;
    font-weight: bold;
}
.header_top .box .right .text .content h5{
    font-size: 20px;
    font-weight: 500;
}
.header_top .head_right{
    display: flex ;
    align-items: center;
}
.list_small {
    display: none;
}
.header_bottom .search {
    display: none;
    width: 100%;
}

.phone_drug{
    display: none;
}
.phone_head_btn{
    display: none;
}
.pc_search {
    display: block;
    margin-right: 50px;
}
.pc_search .search {
    display: block;
    width: 300px;
}
.pc_search .search .head_input {
    width: 100%;
    background-color: #f0f5fd;
    font-size: 14px;
    border: 0;
    outline: 0;
    height: 45px;
    padding-left: 10px;
}
.pc_search .search .index_search {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.pc_search .search .index_search button {
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0 6px 6px 0;
    background-color: #1784d8;
    border: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    transition: all 0.5s ease;
}
.pc_search .search .index_search button i {
    font-size: 20px;
    font-weight: bold;
}
@media (max-width: 992px) {

    .header_top {
        background: #1c1c1c;
    }

    .header_top .box .small_btn {
        display: block;
    }
    .tel_address {
        display: none;
    }
    .header_bottom .box .left {
        display: none;
    }
    .phone_head_btn{
        display: flex;
        align-items: center;
        min-width: 110px;
    }
    .phone_head_btn .text{
        padding-left: 8px;
        font-weight: bold;
        color: #fff;
    }
    .phone_head_btn .text span{
        letter-spacing: 3px;
        display: block;
        line-height: 1.3;
    }
    .phone_head_btn .buttun {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.27);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 0;
    }
    .phone_head_btn em {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 3px;
        border-radius: 6px;
        transition: all 0.6s ease-in-out;
    }
    .header_bottom em:last-child {
        margin-bottom: 0;
    }
    .header_top .right {
        display: none !important;
    }
    .small_btn em {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin-bottom: 5px;
        border-radius: 6px;
        transition: all 0.6s ease-in-out;
    }
    .header_top .box .logo {
        max-width: 60%;
    }
    .list_small {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        bottom: 0;
        z-index: 99;
        background-color: #fff;
    }
    .header_bottom .box .left .list.active {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 80%;
    }
    .head {
        display: none;
    }
    .pc_search {
        display: none;
    }
    .header_bottom .search {
        display: block;
    }
    .header_bottom .search .head_input {
        width: 100%;
        background-color: #fff;
        font-size: 14px;
        border: 0;
        outline: 0;
        height: 45px;
        padding-left: 10px;
    }
    .header_bottom .search .index_search {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
    }
    .header_bottom .search .index_search button {
        padding: 0;
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0 6px 6px 0;
        background-color: #1784d8;
        border: 0;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        transition: all 0.5s ease;
    }
    .header_bottom .search .index_search button i {
        font-size: 20px;
        font-weight: bold;
    }
    .header_bottom .box .middle {
        display: none;
    }
    .small_btn em:last-child {
        margin-bottom: 0;
    }
    .phone_drug {
        display: block;
        position: fixed;
        padding-top: 35px;
        top: 0;
        bottom: 0;
        overflow-y:auto ;
        left: -100%;
        z-index: 99999;
        background: #d6edff;
        transition: all 0.5s ease-in-out;
        width: 90%;
    }
    .phone_drug .cover .left_icon{
        color: #070b3b;
    }
    .phone_drug.active {
        left: 0;
    }
    .phone_drug img {
        max-width: 240px;
        padding-left: 35px;
    }
    .phone_drug ul {
        display: block;
        padding-top: 50px;
    }
    .phone_drug ul li a {
        color: #1784d8;
        display: block;
        padding: 10px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        color: #484848;
        border-bottom: 1px dashed #fff;
    }
    .phone_drug ul li:last-child a {
        border-bottom: none;
    }
    .phone_drug .phone_close {
        position: absolute;
        right: 25px;
        top: 35px;
    }
    .phone_close em {
        width: 25px;
        height: 3px;
        background-color: #1784d8;
        display: block;
    }
    .phone_close em:first-child {
        transform: rotate(45deg);
    }
    .phone_close em:last-child {
        transform: rotate(135deg);
        margin-top: -3px;
    }


}
/* ==============================================================
    # index
=================================================================== */
.index_banner {

    z-index: 1;
    position: relative;
    overflow: hidden;
}
.index_banner .one_span {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.index_banner .two_span {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}
.index_banner .three_span {
    position: absolute;
    z-index: -1;
    top: 46.54px;
    left: 6px;
}
.index_banner span img {
    max-width: 100%;
    height: auto;
}
.index_banner .banner_img {
    background: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -251px;
}
.index_banner .banner_img img {
    opacity: 0;
}
.index_banner .content .banner_title {
    font-size: 18px;
    font-weight: 700;
    color: #0857de;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 10px;
}
.index_banner .content .banner_title span {
    display: inline-block;
    height: 16px;
    width: 3px;
    background-color: #0857de;
    position: absolute;
    left: 0;
}
.index_banner .content p {
    color: #021a42;
    padding-right: 10px;
    margin-bottom: 15px;
}
.index_banner .content .banner_btn {
    padding-top: 20px;
}
.index_banner .content .banner_btn a {
    background-color: #0857de;
    display: inline-flex;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 700;
    align-items: center;
    gap: 15px;
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
}
.index_banner .content .banner_btn a .icon {
    min-width: 30px;
    min-height: 30px;
    background-color: rgba(217, 217, 217, 0.200000003);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    transition: 0.3s 0.4s ease;
}
.index_banner .content .banner_btn a:hover {
    background-color: #021a42;
    color: #fff;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
}
.index_banner .content .banner_btn a:hover .icon {
    transform: rotate(180deg);
    transition: 0.3s 0.4s ease;
}
@media (max-width: 992px) {
    .index_banner {
        padding: 20px 0 0 0;
    }
    .index_banner .banner_img {
        margin-left: 0;
    }
    .index_banner .two_span {
        display: none;
    }
    .index_banner .three_span {
        display: none;
    }
    .index_banner .content h1 {
        font-size:25px;
        margin-bottom: 0rem!important;

    }
    .index_banner .content p {
        margin-bottom: 0px;
    }
    .index_banner .content .banner_btn {
        padding-top: 0px;
    }
    .index_banner .content .banner_btn a {
        margin-bottom: 10px;
    }
}
.index_box {
    padding: 40px 0;
}
.index_about img {
    border-radius: 6px;
}
.index_about .text {
    padding-left: 50px;
}
.index_about .text h4 {
    font-size:35px;
    margin-bottom: 15px;
}
.index_about .text h4 span {
    font-size: 45px;
    color: #1784d8;
}
.index_about .text .about_span {
    margin-bottom: 15px;
    display: block;
}
.index_about .text p {
    text-indent: 2em;
}
.index_transition .box {
    background: url(../images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
    padding: 20px 0 20px 50px;
    position: relative;
}
.index_transition .box::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    opacity: 0.4;
}
.index_transition .box h4 {
    color:#fff;
    margin-bottom: 10px;
    z-index: 9;
    position: relative;
}
.index_transition .box h5 {
    z-index: 9;
    position: relative;
}
.index_transition .box img {
    border-radius: 6px;
}
.index_pc {
    overflow: hidden;
}
.index_pc .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.index_pc .title h3 {
    font-size: 28px;
}
.index_pc .title a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: #232532;
    letter-spacing: 1px;
}
.index_pc .title a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #232532;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.index_pc .title a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.index_pc .box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 25px;
}
.index_pc .box .img {
    border-radius: 6px;
}
.index_pc .box img {
    width: 100%;
    max-width: 100%;
    transition: all 300ms linear 0s;
    border-radius: 6px;
}
.index_pc .box:hover img {
    transform: scale(1.08);
}
.index_pc .box .text {
    background-color: rgba(255, 255, 255, 0.769);
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transition: all 0.5s;
    opacity: 0;
    padding: 0 20px;
}
.index_pc .box:hover .text {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
}

.index_hospital .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.index_hospital .title h3 {
    font-size: 28px;
}
.index_hospital .title a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: #232532;
    letter-spacing: 1px;
}
.index_hospital .title a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #232532;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.index_hospital .title a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.index_hospital .swiper_hospital .box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.index_hospital .swiper_hospital .box .img {
    overflow: hidden;
}
.index_hospital .swiper_hospital .box .text h5 {
    padding: 10px 15px;
    border: 1px #dbdbdbab solid;
    border-top: none;
    border-radius: 0 0 6px 6px;
}
.index_hospital .swiper_hospital .box .text h5 a {
    color: #070b3b;
}
.index_hospital .swiper_hospital .box .text h5 a:hover {
    color: #1784d8;
}
.index_hospital .swiper_box {
    position: relative;
}
.index_hospital .swiper_box .index_prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #1784d8;
    background-color: rgba(23, 132, 216, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: -60px;
    z-index: 9;
    left: calc(100% - 130px);
}
.index_hospital .swiper_box .index_next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #1784d8;
    background-color: rgba(23, 132, 216, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: -60px;
    z-index: 9;
    right: 17px;
}
.index_hospital .swiper_box .index_prev i,
.index_hospital .swiper_box .index_next i {
    font-size: 20px;
    font-weight: bold;
}
.index_hospital .swiper_box .index_prev:after,
.index_hospital .swiper_box .index_next:after {
    content: none;
}
.index_hospital .swiper_box img {
    transition: all 0.5s ease;
}
.index_hospital .swiper_box img:hover {
    transform: scale(1.05);
}
.index_hospital{
    background: url(../images/index_news_bg.png) no-repeat center center;
    background-size: cover;
}
.index_news {
    background: url(../images/pro_zcb3_bg.jpg) no-repeat center center;
    background-size: cover;
}
.index_news .title {
    text-align: center;
    margin-bottom: 45px;
}
.index_news .title span {
    padding-bottom: 5px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.index_news .title h3 {
    font-size: 30px;
}
.index_news .box {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}
.index_news .box h6 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    display: inline-block;
}
.index_news .box h6::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #2ef599;
    width: 5px;
    border-radius: 4px;
}
.index_news .box h6 a {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #484848;
    transition: all 0.5s ease-in-out;
}
.index_news .box h6 a:hover {
    color: #55b4ff;
}
.index_news .box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #787878;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}
.index_news .box .news_bottom {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dashed #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news .box .news_bottom span {
    font-size: 13px;
}
.index_news .box .news_bottom span i {
    font-size: 13px;
    margin-right: 5px;
}
.index_news .box .news_bottom a {
    font-size: 13px;
    color: #55b4ff;
    font-weight: bold;
    padding-right: 8px;
    transition: all 0.5s ease-in-out;
}
.index_news .box .news_bottom a i {
    padding-left: 5px;
    transition: all 0.5s ease-in-out;
}
.index_news .box .news_bottom a:hover {
    padding-right: 0px;
    color: #070b3b;
}
.index_news .box .news_bottom a:hover i {
    padding-left: 13px;
}
.index_news .cover{
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 6px;
}
.index_news .cover .shell{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dbdbdb;
}
.index_news .cover h5 a{
    font-size: 14px;
    font-weight: 500;
    color: #070b3b;
}
.index_news .cover span{
    font-size: 12px;
    min-width: 70px;
    margin-left: 15px;
    text-align: right;
}
.index_appliance .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.index_appliance .title h3 {
    font-size: 28px;
}
.index_appliance .title a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    color: #232532;
    letter-spacing: 1px;
}
.index_appliance .title a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #232532;
    bottom: 0;
    left: 0;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}
.index_appliance .title a:hover::before {
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.index_appliance .box {
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #2ef59813;
}
.index_appliance .box .img {
    overflow: hidden;
    border-radius: 6px;
}
.index_appliance .box .img img {
    border-radius: 6px;
}
.index_appliance .box .text {
    padding: 20px 15px;
}
.index_appliance .box .text h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px #dbdbdb dashed;
}
.index_appliance .box .text h5 a {
    color: #070b3b;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.index_appliance .box .text h5 a:hover {
    color: #1784d8;
}
.index_appliance .box .text p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
}
.index_product .small_box .title {
    text-align: center;

    margin-bottom: 15px;
}
.index_product .small_box .title h4 {
    font-size: 32px;
}
.index_product .small_box .title a {
    font-size: 12px;
    color: #070b3b;
}
.index_product .small_box .box {
    background: #ECECEC;
    border-radius: 6px;
}
.index_product .small_box .text {
    padding: 15px 8px;
    background-color: #f8fcff;
    border-radius: 0 0 6px 6px;
}
.index_product .small_box .text h4 {
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_product .small_box .text h4 a{
    font-size: 16px;
    color: #484848;
}
.index_product .small_box .img img {
    border-radius: 6px 6px 0 0 !important;
}
.index_product .small_box .text p {
    text-align: center;
    padding: 20px;
    text-indent: 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.index_product .small_box .text p a{
    display: inline-block;
    width: 116px;
    height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    transition: 0.36s;
}
.list-btn1 {
    background: #ffaf3c;
    margin-right: 12px;
    border: solid 1px #ffaf3c;
    color: #fff;
}
.list-btn2 {
    border: solid 1px #2761c4;
    color: #2761c4;
}
.list-btn1:hover{
    background-color: #2761c4;
    color: #fff;
}
.list-btn2:hover{
    background-color: #2761c4;
    color: #fff;
}
.index_product .small_box .text p span {
    font-weight: 600;
}
.box h5 a{    padding-right: 20px;color:  #fff;}
/*.index_about .small_box {*/
/*    display: none;*/
/*}*/
@media (max-width: 992px) {

    .index_box {
        padding: 20px 0;
        overflow: hidden;
    }
    .index_hospital .swiper_box .index_next,
    .index_hospital .swiper_box .index_prev {
        top: -70px;
    }
    .index_about .text {
        padding-left: 0;
    }


}
/* ==============================================================
    # list_policy
=================================================================== */
.list_about {
    background: #f8fbfe;
}
.list_about .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_about .left .top h6 {
    font-size: 20px;
}
.list_about .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_about .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_about .left .top ul a {
    color: #787878;
}
.list_about .left .top ul a:hover {
    color: #1784d8;
}
.list_about .left .bottom {
    padding: 20px 30px;
    background: #fff;
}
.list_box {
    padding: 100px 0;
    overflow: hidden;
}
.list_policy {
    background: #f8fbfe;
}

.list_policy .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_policy .left .top h6 {
    font-size: 20px;
}
.list_policy .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_policy .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_policy .left .top ul a {
    color: #787878;
}
.list_policy .left .top ul a:hover {
    color: #1784d8;
}

.list_policy .left .bottom .box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px;
}
.list_policy .left .bottom .img {
    width: 20%;
}
.list_policy .left .bottom .img img {
    border-radius: 4px;
    transition: all 0.4s ease;
}
.list_policy .left .bottom .text {
    width: 80%;
    padding-left: 15px;
}
.list_policy .left .bottom .text h6 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20px;
}
.list_policy .left .bottom .text h6 a {
    color: #070b3b;
}
.list_policy .left .bottom .text h6 a:hover {
    color: #1784d8;
}
.list_policy .left .bottom .text p {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
}
.list_policy .left .bottom .text span {
    font-size: 12px;
    color: #afafaf;
    display: flex;
    justify-content: left;
    align-items: center;
    color: #797979;
}
.list_policy .left .bottom .text span i {
    padding-right: 5px;
    font-size: 12px !important;
}
@media (max-width: 992px) {
    .list_policy .left .bottom .box {
        display: block;
    }
    .list_policy .left .bottom .img {
        width: 100%;
    }
    .list_policy .left .bottom .text {
        width: 100%;
        padding: 15px 0 0;
    }
}

.right_top {
    margin-bottom: 30px;
}
.right_top .list_top {
    background-color: #55b4ff;
    padding: 15px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.right_top .list_top h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.right_top ul {
    padding: 20px 15px;
    background-color: #fff;
}
.right_top li {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
}
.right_top li:last-child {
    padding-bottom: 0;
}
.right_top li .img {
    width: 30%;
}
.right_top li .img img {
    border-radius: 4px;
}
.right_top li .text {
    width: 70%;
    padding-left: 10px;
}
.right_top li .text h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_top li .text h6 a {
    color: #070b3b;
}
.right_top li .text span {
    font-size: 14px;
}

.right_bottom .list_top {
    background-color: #55b4ff;
    padding: 15px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.right_bottom .list_top h3 {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.right_bottom .bottom {
    padding: 20px 15px;
    background-color: #fff;
}
.right_bottom .first li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.right_bottom .first li .img {
    width: 30%;
}
.right_bottom .first li .img img {
    border-radius: 4px;
}
.right_bottom .first li .text {
    width: 70%;
    padding-left: 10px;
}
.right_bottom .first li .text h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.2s ease;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right_bottom .first li .text h6 a {
    color: #070b3b;
}
.right_bottom .first li .text span {
    font-size: 14px;
}
.right_bottom .last li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.12);
}
.right_bottom .last li a {
    font-size: 14px;
    color: #070b3b;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.right_bottom .last li a:hover {
    color: #1784d8;
}
.right_bottom .last li span {
    font-size: 12px;
    min-width: 70px;
}
/* ==============================================================
    # list_drugs
=================================================================== */
.list_drugs {
    background: #f8fbfe;
}
.list_drugs .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_drugs .left .top h6 {
    font-size: 20px;
}
.list_drugs .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_drugs .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_drugs .left .top ul a {
    color: #787878;
}
.list_drugs .left .top ul a:hover {
    color: #1784d8;
}
.list_drugs .left .box {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_drugs .left .text {
    padding: 15px 8px;
}
.list_drugs .left .text h5 {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.list_drugs .left .text h5 a {
    color: #070b3b;
    margin: 5px 0;
    display: block;
}
.list_drugs .left .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.list_drugs .left .img img {
    border-radius: 6px 6px 0 0 !important;
}
.list_drugs .left .text p {
    text-indent: 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.list_drugs .left .text p span {
    background-color: #1784d8;
    padding: 5px 8px;
    line-height: 1;
    border-radius: 0 10px 0 10px;
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
}
/* ==============================================================
    # list_enterprise
=================================================================== */
.list_enterprise {
    background: #f8fbfe;
}
.list_enterprise .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_enterprise .left .top h6 {
    font-size: 20px;
}
.list_enterprise .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_enterprise .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_enterprise .left .top ul a {
    color: #787878;
}
.list_enterprise .left .top ul a:hover {
    color: #1784d8;
}
.list_enterprise .box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_enterprise .box .img {
    border-radius: 6px;
}
.list_enterprise .box img {
    width: 100%;
    max-width: 100%;
    transition: all 300ms linear 0s;
    border-radius: 6px;
}
.list_enterprise .box:hover img {
    transform: scale(1.08);
}
.list_enterprise .box .text {
    background-color: rgba(255, 255, 255, 0.769);
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transition: all 0.5s;
    opacity: 0;
    padding: 0 20px;
}
.list_enterprise .box:hover .text {
    opacity: 1;
    transform: perspective(400px) rotateY(0);
}
/* ==============================================================
    # list_hospital
=================================================================== */
.list_hospital {
    background: #f8fbfe;
}
.list_hospital .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_hospital .left .top h6 {
    font-size: 20px;
}
.list_hospital .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_hospital .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_hospital .left .top ul a {
    color: #787878;
}
.list_hospital .left .top ul a:hover {
    color: #1784d8;
}
.list_hospital .left .box {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_hospital .left .box .img {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.list_hospital .left .box .img img {
    transition: all 0.5s ease-in-out;
    border-radius: 6px 6px 0 0;
}
.list_hospital .left .box .text {
    padding: 15px 0;
}
.list_hospital .left .box .text a {
    color: #070b3b;
    text-align: center;
    display: block;
}
.list_hospital .left .box:hover .img img {
    transform: scale(1.05);
}
/* ==============================================================
    # list_news
=================================================================== */
.list_news {
    background: #f8fbfe;
}
.list_news .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_news .left .top h6 {
    font-size: 20px;
}
.list_news .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_news .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_news .left .top ul a {
    color: #787878;
}
.list_news .left .top ul a:hover {
    color: #1784d8;
}

.list_news .left .bottom .box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}
.list_news .left .bottom .box::after {
    content: " ";
    width: 0;
    height: 100%;
    background: #1784d8;
    position: absolute;
    transition: all 0.5s ease-in-out;
    right: 0;
    top: 0;
    z-index: -3;
    border-radius: 6px;
}
.list_news .left .bottom .box:hover {
    background-color: rgba(255, 255, 255, 0);
}
.list_news .left .bottom .box:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
.list_news .left .bottom .box:hover .time h4,
.list_news .left .bottom .box:hover .time span,
.list_news .left .bottom .box:hover .text a,
.list_news .left .bottom .box:hover .text p {
    color: #fff;
}
.list_news .left .bottom .box:hover .time h4::before {
    background: #fff;
}
.list_news .left .bottom .time {
    width: 15%;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}
.list_news .left .bottom .time h4 {
    font-size: 28px;
    font-weight: bold;
    color: #484848;
    padding-bottom: 10px;
    margin-bottom: 8px;
    position: relative;
    margin-bottom: 0;
    line-height: 28px;
    transition: all 0.5s ease;
    text-align: center;
}
.list_news .left .bottom .time h4::before {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #1784d8;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.list_news .left .bottom .time span {
    font-size: 18px;
    color: #484848;
    transition: all 0.5s ease;
}
.list_news .left .bottom .text {
    position: relative;
    width: 85%;
    padding-left: 30px;
}
.list_news .left .bottom .text::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #797979;
}
.list_news .left .bottom .box:hover .text::after {
    background-color: #fff;
}
.list_news .left .bottom .text h6 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20px;
}
.list_news .left .bottom .text h6 a {
    color: #070b3b;
    transition: all 0.4s ease;
}
.list_news .left .bottom .text p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    transition: all 0.4s ease;
}
@media (max-width: 992px) {
    .list_news .left .bottom .box {
        padding: 20px;
    }
    .list_news .left .bottom .text {
        padding-left: 15px;
    }
    .list_news .left .bottom .time {
        width: 35%;
    }
}
/* ==============================================================
    # list_contact
=================================================================== */
.list_contact {
    background: #f8fbfe;
}
.list_contact .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_contact .left .top h6 {
    font-size: 20px;
}
.list_contact .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_contact .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_contact .left .top ul a {
    color: #787878;
}
.list_contact .left .top ul a:hover {
    color: #1784d8;
}
.list_contact .contact {
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 35px;
}
.list_contact .contact li {
    width: 50%;
}
.list_contact .contact li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #1784d8;
}
.list_contact .contact li i {
    margin: 0 auto;
    font-size: 30px;
    color: #fff;
}
.list_contact .contact_img {
    text-align: center;
    overflow: hidden;
}
.list_contact .contact_img img {
    max-width: 100%;
}
/* ==============================================================
    # list_search
=================================================================== */
.list_search {
    background: #f8fbfe;
    padding: 50px 0;
}
.list_search .left .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.list_search .left .top h6 {
    font-size: 20px;
}
.list_search .left .top ul {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 13px;
}
.list_search .left .top ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_search .left .top ul a {
    color: #787878;
}
.list_search .left .top ul a:hover {
    color: #1784d8;
}
.list_search .left .bottom .box {
    background: #fff;
    border-radius: 6px;
}
.list_search .left .bottom .text {
    padding: 15px 20px;
}
.list_search .left .bottom .text h5 a {
    color: #070b3b;
}
.list_search .left .bottom .img img {
    border-radius: 6px 6px 0 0 !important;
}
.list_search .left .bottom .text p {
    text-indent: 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.list_search .left .bottom .text p span {
    background-color: #1784d8;
    padding: 5px 8px;
    line-height: 1;
    border-radius: 0 10px 0 10px;
    font-size: 12px;
    margin-right: 5px;
    color: #fff;
}

.list_search .left .bottom .box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}
.list_search .left .bottom .box::after {
    content: " ";
    width: 0;
    height: 100%;
    background: #1784d8;
    position: absolute;
    transition: all 0.5s ease-in-out;
    right: 0;
    top: 0;
    z-index: -3;
    border-radius: 6px;
}
.list_search .left .bottom .box:hover {
    background-color: rgba(255, 255, 255, 0);
}
.list_search .left .bottom .box:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}
.list_search .left .bottom .box:hover .time h4,
.list_search .left .bottom .box:hover .time span,
.list_search .left .bottom .box:hover .text a,
.list_search .left .bottom .box:hover .text p {
    color: #fff;
}
.list_search .left .bottom .box:hover .time h4::before {
    background: #fff;
}
.list_search .left .bottom .time {
    width: 15%;
    text-align: center;
    overflow: hidden;
    border-radius: 4px;
}
.list_search .left .bottom .time h4 {
    font-size: 28px;
    font-weight: bold;
    color: #484848;
    padding-bottom: 10px;
    margin-bottom: 8px;
    position: relative;
    margin-bottom: 0;
    line-height: 28px;
    transition: all 0.5s ease;
    text-align: center;
}
.list_search .left .bottom .time h4::before {
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #1784d8;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.list_search .left .bottom .time span {
    font-size: 18px;
    color: #484848;
    transition: all 0.5s ease;
}
.list_search .left .bottom .text {
    position: relative;
    width: 85%;
    padding-left: 30px;
}
.list_search .left .bottom .text::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #797979;
}
.list_search .left .bottom .box:hover .text::after {
    background-color: #fff;
}
.list_search .left .bottom .text h6 {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 20px;
}
.list_search .left .bottom .text h6 a {
    color: #070b3b;
    transition: all 0.4s ease;
}
.list_search .left .bottom .text p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 13px;
    transition: all 0.4s ease;
}
@media (max-width: 992px) {
    .list_search .left .bottom .box {
        padding: 20px;
    }
    .list_search .left .bottom .text {
        padding-left: 15px;
    }
    .list_search .left .bottom .time {
        width: 35%;
    }
}
/* ==============================================================
    # details_news
=================================================================== */
.details {
    padding: 100px 0;
    background: #f8fbfe;
    overflow: hidden;
}
.details_news .content {
    background: #fff;
    padding: 30px 25px;
}
.details_news .content h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.details_news .content .details_source {
    font-size: 13px;
    margin-bottom: 15px;
}
.details_news .content .details_source a {
    padding-right: 20px;
    color: #787878;
}
.details_news .content .details_source a:hover {
    color: #1784d8;
}
.next {
    display: block;
    margin-top: 30px;
}
.next p {
    line-height: 25px;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 13px;
}
.next p a {
    color: #787878;
}
.next p a:hover {
    color: #1784d8;
}
@media (max-width: 992px) {
    .details {
        padding: 50px 0;
    }
    .details_news .content .details_source a {
        padding-right: 10px;
    }
    .details_news .content .details_source {
        text-align: center;
    }
    .details_news .content h4 {
        text-align: center;
    }
}
/* ==============================================================
    # details_drugs
=================================================================== */
.details_drugs {
    overflow: hidden;
    position: relative;
}
.details_drugs .content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}
.details_drugs .content .top {
    display: flex;
    justify-content: center;
}
.details_drugs .content .top .top_left {
    width: 35%;
}
.details_drugs .content .top .top_right {
    width: 75%;
    padding-left: 50px;
}
.details_drugs .content .top .top_right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 8px;
}
.details_drugs .content .img {
    overflow: hidden;
}
.details_drugs .content .img img {
    width: 100%;
}
.details_drugs .content h4 {
    font-size: 25px;
    text-align: left;
    margin: 20px 0;
}
.details_drugs .content .top_right p span {
    background: #1784d8;
    padding: 3px 10px;
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
}
.details_drugs .content .explain {
    margin-top: 35px;
}
.details_drugs .content .explain .swiper_top {
    background: #f7f9fc;
    margin: 20px 0 10px;
    position: relative;
    padding: 10px 15px;
}
.details_drugs .content .explain h6 {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}
.details_drugs .content .explain .swiper-slide {
    width: auto;
}
.details_drugs .content .explain .swiper-slide .tips_top {
    margin-top: 30px;
}
.details_drugs .content .explain .swiper-slide .tips {
    font-size: 13px;
    color: #1784d8;
}
.details_drugs .content .explain .swiper-slide-thumb-active {
    position: relative;
}
.details_drugs .content .explain .swiper-slide-thumb-active:after {
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    background-color: #1784d8;
}
.details_drugs .content .explain .swiper-slide-thumb-active h6 {
    color: #1784d8;
}
.details_drugs .content .photo .title {
    background: #f7f9fc;
    margin: 20px 0 10px;
    position: relative;
    padding: 10px 15px;
}
.details_drugs .content .photo .title h6 {
    font-size: 20px;
    display: inline-block;
}
.details_drugs .content .photo .box {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.details_drugs .content .photo .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.details_drugs .content .photo .box .photo_a {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    z-index: 2;
}
.details_drugs .content .photo .box .img {
    overflow: hidden;
}
.details_drugs .content .photo .box img {
    transition: all 0.4s ease;
}
.details_drugs .content .photo .box:hover img {
    transform: scale(1.03);
}
.details_drugs .content .photo .box:hover::before {
    transition: all 0.4s ease;
    opacity: 1;
}
.details_drugs .content .photo .box:hover .photo_a {
    opacity: 1;
}
.details_drugs .content .photo .box .photo_a:hover {
    color: #1784d8;
}
.details_drugs .content .photo .box .photo_a i {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.details_drugs .content .photo .box .photo_a h6 {
    display: none;
}
@media (max-width: 992px) {
    .details_drugs .content .top {
        display: block;
    }
    .details_drugs .content .top .top_left {
        width: 100%;
    }
    .details_drugs .content .top .top_right {
        width: 100%;
        padding-left: 0;
    }
    .details_drugs .content h4 {
        text-align: center;
    }
    .details_drugs .content .photo .box::before {
        content: none;
    }
    .details_drugs .content .photo .box .photo_a {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .details_drugs .content .photo .box .photo_a a {
        display: block;
        height: 100%;
        position: relative;
    }
    .details_drugs .content .photo .box .photo_a a i {
        display: none;
    }
    .details_drugs .content .photo .box .photo_a h6 {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px 0;
        color: #fff;
    }
    .details_drugs .content .explain .swiper-slide {
        max-height: 500px;
        overflow-y: auto;
    }
}
/* ==============================================================
    # list_banner
=================================================================== */
.list_banner {
    position: relative;
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    background-color: #f0f5fd;
}
.list_banner>.container{
    z-index: 9;
}
.list_banner .list_banner_one {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0 !important;
}
.list_banner .list_banner_two {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.list_banner h2 {
    text-align: center;
    font-size: 48px;
}
.list_banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-top: 30px;
}
.list_banner ul i {
    font-size: 13px;
    padding: 0 5px;
}
.list_banner a {
    color: #787878;
}
.list_banner a:hover {
    color: #1784d8;
}
@media (max-width: 992px) {
    .list_banner_two {
        display: none !important;
    }
    .list_banner h2 {
        font-size: 33px;
    }
}
.index_qy{
    background-color: #abdaff61;
}
/* ==============================================================
    # footer
=================================================================== */

.details_bottom{
    text-align: center;
    color: #55b4ff;
    margin-top: 30px !important;
    font-size: 13px;
}
.details_bottom_img{
    text-align: center;
    color: #55b4ff;
    margin-top: 10px !important;
}
@media (max-width: 992px) {
    .header_top .head_right{
        display: none ;
    }

}
/* ============================================================== 
    # page
=================================================================== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.pagination li {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    border-radius: 4px;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #1784d8;
    border-radius: 50%;
    border: 1px solid #1784d8;
    font-weight: bold;
}
.pagination li a.active {
    background-color: #1784d8;
    color: #fff;
}
.pagination li a:hover {
    background-color: #1784d8;
    color: #fff;
}
@media (max-width: 992px) {
    .list_box {
        padding: 50px 0;
    }
}

.right_temporary {
    margin-bottom: 30px;
}
.right_temporary .list_top {
    background-color: #55b4ff;
    padding: 15px 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
}
.right_temporary .list_top h3 {
    color: #fff;
    font-size: 25px;
}
.right_temporary .list_bottom ul li {
    font-weight: 600;
    text-align: center;
    position: relative;
}
.right_temporary .list_bottom ul li a {
    display: block;
    width: 100%;
    color: #070b3b;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.right_temporary .list_bottom ul li a:hover {
    color: #1784d8;
}
.right_temporary .list_bottom ul li.active .cover a {
    color: #1784d8;
}
.dropdown-menu {
    display: none;
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 0;
    overflow-y: auto;
    max-height: 240px;
}
.dropdown-menu .nav-link {
    border-bottom: 1px dashed #d6edff;
}
.phone_cover {
    display: none;
}
.left_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) scale(0.5);
    font-size: 45px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.left_icon.active {
    transform: translateY(-50%) scale(0.5) rotate(45deg);
}

.wecat {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    z-index: 999;
    transition: all .8s ease;
    cursor: pointer;
}
.wecat.active {
    right: -100%;
}


@media (max-width: 992px) {
    .pe_none,
    .index_news .cover .shell:nth-of-type(n + 7),
    .index_box.index_policy .policy_news .policy_news_inner:nth-of-type(n + 7){
        display: none!important;
    }

    .line {
        position: absolute;
    }

    .pc_cover {
        display: none !important;
    }
    .phone_cover {
        display: block;
    }
    .right_temporary {
        margin-bottom: 0;
    }
    .right_temporary .list_top {
        border-radius: 8px;
    }
    .list_search {
        padding: 50px 0;
    }
    .list_search {
        background: #f8fbfe;
    }
    .index_transition .box {
        text-align: center;
        margin-top: 25px;
        padding: 20px 10px;
    }
    .phone_wecat .icon{
        position: fixed;
        right: 0;
        top: 350px;
        width: 60px;
        height: 60px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
        z-index: 999;
        cursor: pointer;
        box-shadow: 0px 10px 15px rgba(0, 0, 0, 10%);
    }
}
.page_other{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.page_other h6{
    opacity: 0;
    font-size: 12px;
}
.details_product .content img{
    margin-top: 10px;
}
.hide{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    color: #fff;
    font-size: 12px;
}

/*核心优势*/
.pro_zcb3_list {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 35px 0;
    overflow: hidden;
}

.pro_zcb3_list li {
    width: 33.33%;
    float: left;
}

.pro_zcb3_list li .li_c {
    margin: 5px;
    padding: 25px 30px;
    height: 300px;
    background: #fff;
    transition: 0.33s;
}

.pro_zcb3_list li .li_c .titl {
    color: #1f1f1f;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-family: 'DINCond-Medium', 'dincond-medium-webfont', arial;
    padding-left: 50px;
    background: no-repeat left top;
    transition: 0.33s;
}

.pro_zcb3_list li .li_c .txtl {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    transition: 0.33s;
    margin: 10px 0;
}

.pro_zcb3_list li .li_c:hover {
    background: #ff6900;
    box-shadow: 0 0 3px #999;
}

.pro_zcb3_list li .li_c:hover .titl {
    color: #fff;
    background-position: left bottom;
}

.pro_zcb3_list li .li_c:hover .txtl {
    color: #fff;
}

.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f63825;}
.footmenu a{color:#fff;font-size:16px; display:block;width:50%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}
.icon-666666-copy:before {
    content: "\ec8d";
}
.con img{    margin: 0 auto;
    padding-top: 10px;}
@media (max-width: 992px) {
    .footmenu {
        display: block;
    }
    .logo-img1{display: block;}
    .logo-img{display: none;}
    .pro_zcb3_list li {
        width: 100%;
    }

    .pro_zcb3_list li .li_c {
        height: auto;
        padding: 24px 20px 15px;
    }

    .pro_zcb3_list li .li_c .titl {
        height: 40px;
        line-height: 40px;
        background-size: 34px auto;
        padding-left: 40px;
    }
    .pro_zcb3_list li .li_c .titl {
        font-size: 16px;
        line-height: 30px;
    }
    .index_product .small_box .title h4 {
        font-size: 22px;
    }
    .title p {
        font-size: 14px;
    }
    .index_product .small_box .text p a {
        width: 48%;
    }
    .list-btn1 {
        margin-right: 0px;
    }
    .index_product .small_box .text p {
        padding: 10px 0px;
    }
    .index_about .text h4 {
        font-size: 25px;
    }
    .index_news .title {
        margin-bottom: 5px;
    }
    .pro_zcb3_list {
        padding: 5px 0;
    }
    .mb-3 {
        margin-bottom: 0rem!important;
    }
}

.mb-4 .content{
        padding: 30px 0px;
}
