/* 轮播样式 */


/* .wrap {
    width: 100%;
    height: 650px;
    position: relative;
    margin: 50px auto 0;
    margin-top: 0;
}

.list {
    position: relative;
    list-style: none;
    padding-left: 0;
    width: 100%;
    height: 650px;
}

.list li {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
} */

body {
    background: #f7f7f7;
}

.btn-img {
    position: absolute;
    top: 147px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: all .5s;
}

.wrap:hover .btn-img {
    opacity: 1;
}

.item.active {
    opacity: 1;
    z-index: 10;
}

#prev {
    left: 0;
}

#next {
    right: 0;
}


/* .pointList {
    padding-left: 0;
    list-style: none;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    width: 100%;
    height: 10px;
    margin: 0;
    display: flex;
    justify-content: center;
} */

.MedicalUnion {
    width: 1226px;
    height: 885px;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.smallhead {
    margin: 50px auto;
    overflow: hidden;
    width: 1226px;
}

.smallhead p {
    font-size: 36px;
    float: left;
    font-weight: 500;
}

.smallhead span {
    float: right;
    line-height: 36px;
}

.smallhead span a {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.oNbox {
    height: 100%;
    width: 1226px;
    background: rgb(247, 247, 247);
    position: relative;
    margin: 0 auto;
    display: flex;
}

.oNbox_left {
    float: left;
    background: rgb(247, 247, 247);
    flex: 1;
}

.check-the-details {
    color: #FFFFFF!important;
    position: absolute;
    bottom: 69px;
    left: 80px;
    background: #2EBF87;
    padding: 10px 40px;
}

.oNbox_right {
    float: right;
    width: 29%;
}

.oNbox_right img {
    width: 100%;
    height: 723px;
}

.oNbox_left>div {
    /*height: 348px;*/
    height: 344px;
}

.oNbox-introduce {
    color: #000000;
    position: absolute;
    bottom: 155px;
    left: 80px;
}

.oNbox-introduce .oNbox-introduce-a {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.oNbox-introduce .oNbox-introduce-b {
    background: -webkit-linear-gradient(to right, #FB8289, #F7B14F);
    background: linear-gradient(to right, #FB8289, #F7B14F);
    color: #fff;
    text-align: center;
    width: 131px;
    margin-bottom: 18px;
}

.oNbox_right-introduce {
    color: #000000;
    position: absolute;
    top: 64px;
    left: 21px;
}

.oNbox_right-introduce .oNbox_right-introduce-a {
    font-size: 22px;
    /* font-weight: 700; */
    margin-bottom: 5px;
}

.oNbox_right-introduce .oNbox_right-introduce-b {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.oNbox_right-introduce .oNbox_right-introduce-c {
    background: linear-gradient(to right, #00A681, #00EAC3);
    color: #fff;
    text-align: center;
    width: 131px;
    margin-bottom: 18px;
    height: 5px;
}

.oNbox_poTop {
    width: 120px;
    height: 30px;
    background: #2EBF87;
    color: #fff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 14px;
    position: absolute;
    top: 28%;
    left: 80px;
}

.oNbox_poBom {
    width: 120px;
    height: 30px;
    background: #2EBF87;
    color: #fff;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;
    position: absolute;
    top: 68%;
    left: 80px;
}

.wei {
    width: 1226px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.wei .flagship-store {
    position: absolute;
    top: 24px;
    left: 326px;
    font-size: 35px;
    color: #FFFFFF;
    font-weight: 700;
}

.wei>button {
    position: absolute;
    top: 38%;
    left: 61%;
    z-index: 99;
    background: rgb(81, 128, 229);
    border: 0;
    width: 10%;
}

.wei>button img {
    width: 100%;
}

.wei_img {
    width: 4.5%;
    height: 45.5%;
    position: absolute;
    top: 28.1%;
    right: 19.5%;
}

.he {
    width: 1226px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.he>img {
    width: 100%;
}


/* .list_nav {
    width: 100%;
    height: 322px;
    background-color: #575757;
    border-bottom: 1px solid #2ebf87;
} */


/* .list_nav>div {
    width: 60%;
    height: 322px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
} */


/* .list_nav ul {
    float: left;
    margin-top: 50px;
}

.list_nav ul h1 {
    margin-bottom: 35px;
}

.list_nav ul li {
    margin-bottom: 20px;
} */


/* .list_nav ul h1 a {
    font-size: 18px;
    color: white;
    font-weight: 500;
    font-family: "Microsoft YaHei", "微软雅黑";
    text-decoration: none;
} */


/* .list_nav ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-family: "Microsoft YaHei", "微软雅黑";
} */


/* .Hotline>p {
    color: white;
    font-size: 18px;
    margin-top: 44px;
    margin-bottom: 22px;
    text-align: center;
} */


/* .QR_code img {
    width: 119px;
    height: 114px;
} */


/* .copyright {
    width: 100%;
    height: 55px;
    background-color: #393939;
} */

.copyright>div {
    width: 60%;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
}

.copyright>div a {
    color: #8c8c8c;
}

.news {
    width: 1226px;
    margin: 0 auto;
}

.news_box {
    display: flex;
    justify-content: space-between;
    width: 1226px;
    margin: 0 auto;
}

.news_box_ri {
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    flex: 1;
    /* margin-left: 5%; */
    background: rgb(244, 244, 244, 0.7);
}

.news_box_ri a {
    width: 100%;
    /* padding: 0 20%; */
}

.news_box_ri a:hover {
    background: #fff;
    border-radius: 5px;
}

.news_box_ri a:hover .news_box_ri_on_pon {
    color: #00BA70;
}

.news_box_ri a:hover .news_box_ri_on_pon_ri_on {
    color: #00BA70;
}

.news_box_ri_on {
    display: flex;
    height: 150px;
    line-height: 35px;
    width: 100%;
    padding: 0 25px;
}

.news_box_ri_on_pon {
    color: #000;
    font-size: 48px;
    line-height: 100px;
    margin-right: 5%;
}

.news_box_ri_on_pon_ri {
    margin-top: 10px;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.news_box_ri_on_pon_ri .news_box-list-cover {
    position: absolute;
    right: 0;
    bottom: 20px;
    display: none;
}

.news_box_ri .news_box-list-a:hover .news_box-list-cover {
    display: block;
}

.news_box_ri .news_box-list-b:hover .news_box-list-cover {
    display: block;
}

.news_box_ri .news_box-list-c:hover .news_box-list-cover {
    display: block;
}

.news_box_ri_on_pon_ri_on {
    font-size: 1.4em;
    font-weight: 600;
    /* width: 40%; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_box_ri_on_pon_ri_tw {
    font-size: 0.8em;
    color: #8c8c8c;
    /* width: 40%; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_box_ri_on_pon_ri_thr {
    font-size: 0.8em;
    color: #8c8c8c;
}