/*图片居中*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}
.center_img {
    position: relative;
}

::-o-clear {
    display: none;
}

::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}
.top_adv
{
    width: 1200px;
    margin: 0 auto;
    height: 90px;
}
.top_adv img
{
    width: 1200px;
}
.center_img img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pharmacy_header {
    width: 100%;
    height: 200px;
    background: #fff;
}


.pharmacy_w2 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pharmacy_nav {
    background: #f0f1f2;
    height: 575px;
    /*padding-bottom: 80px;*/
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w, .pharmacy_w1, .pharmacy_w2 {
        width: 1440px;
    }

    .pharmacy_nav {
        height: 688px;
    }
    .top_adv
    {
        height: 100px;
        width: 1440px;
    }
    .top_adv img
    {
        width: 1440px;
    }
}



@media only screen and (min-width: 1480px) {
    .pharmacy_header_logo {
        top: 42px;
        width: 189px;
        height: 83px;
    }
}


@media only screen and (min-width: 1480px) {
    .pharmacy_header_search {
        width: 680px;
        left: 320px;
    }
}

.pharmacy_header_search ul {
    margin-bottom: 2px;
    height: 38px;
    line-height: 30px;
    padding: 0;
}

.pharmacy_header_search ul li {
    display: inline-block;
    margin-right: 26px;
    color: #333333;
    height: 38px;
    text-align: center;
    padding: 0 12px;
    cursor: pointer;
}

.pharmacy_header_select_all li:hover {
    color: #4fc2b8;
}

.pharmacy_header_select {
    background-image: url(../image/images/search_tipe.png);
    background-repeat: no-repeat;
    height: 40%;
    background-size: 100% 100%;
    color: #fff !important;
}

.pharmacy_header_search div {
    width: 100%;
    height: 40px;
}

.pharmacy_header_search input {
    width: 100%;
    height: 40px;
    display: block;
    background: #eeeeee;
    border: none;
    padding-left: 20px;
    font-size: 14px;
}

.pharmacy_header_search input::placeholder {
    color: #999999;
}

.pharmacy_header_search i {
    position: absolute;
    top: 50px;
    right: 28px;
    cursor: pointer;
}

/* header-ad */
.pharmacy_header_ad {
    height: 172px;
}

.pharmacy_header_ad .pharmacy_top {
    height: 100%;
}

.pharmacy_header_ad .pharmacy_header_logo {
    top: 54px;
}

.pharmacy_header_menu_ad {
    width: 782px;
    left: 200px;
    height: 20px;
    position: absolute;
    top: 108px;
}
.pharmacy_header_menu ul
{
    padding: 0;
}

.pharmacy_header_menu_ad ul li {
    margin-right: 46px;
    float: left;
}

.pharmacy_header_menu_ad ul li a {
    color: #333333;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_menu_ad {
        width: 782px;
        left: 269px;
        height: 20px;
        position: absolute;
        top: 123px;
    }

    .pharmacy_header_menu_ad ul li {
        margin-right: 66px;
        float: left;
    }

    .pharmacy_header_menu_ad ul li a {
        color: #333333;
    }
}

.pharmacy_header_ad .pharmacy_header_user {
    top: 40px;
}

.pharmacy_header_ad .pharmacy_header_Sourcing {
    margin-top: 18px;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_ad .pharmacy_header_user {
        top: 50px;
    }

    .pharmacy_header_ad .pharmacy_header_Sourcing {
        margin-top: 23px;
    }
}

.header_ad_search {
    width: 100%;
    height: 140px;
    padding-top: 34px;
    background-color: #f8f7f7;
}

.header_ad_search .hea_ad_sea_content,
.header_ad_navigate .hea_ad_nav_content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1480px) {
    .header_ad_search .hea_ad_sea_content,
    .header_ad_navigate .hea_ad_nav_content {
        width: 1440px;
    }
}

.hea_ad_sea_content .hea_ad_sea_con_title {
    width: 570px;
    height: 45px;
    position: relative;
    overflow: hidden;
}

.hea_ad_sea_con_title img {
    max-width: 200px;
    max-height: 100%;
    display: inline-block;
    float: left;
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_title img {
        max-width: 250px;
    }
}

.hea_ad_sea_con_title span {
    margin: 12.5px 0 12.5px 14px;
    color: #333;
    font-size: 18px;
    vertical-align: middle;
    float: left;
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_title span {
        font-size: 20px;
    }
}

.hea_ad_sea_content .hea_ad_sea_con_img {
    /*width: 570px;*/
    width: 100%;
    height: 20px;
    margin-top: 8px;
}

.hea_ad_sea_con_img img {
    margin-right: 3px;
    display: inline-block;
}

.hea_ad_sea_con_img span {
    margin-right: 29px;
    font-size: 14px;
}

.hea_ad_sea_content .hea_ad_sea_con_search {
    width: 610px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 0;
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_img span {
        font-size: 16px;
    }

    .hea_ad_sea_content .hea_ad_sea_con_search {
        width: 740px;
    }
}

.hea_sea_contert {
    width: 468px;
    height: 50px;
    line-height: 50px;
    padding: 3px 0;
    background-color: #efeeee;
    float: left;
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert {
        width: 588px;
    }
}

.hea_sea_contert .hea_sea_con_select {
    width: 127px;
    height: 44px;
    line-height: 44px;
    float: left;
}

.hea_sea_con_select p {
    width: 112px;
    height: 44px;
    line-height: 44px;
    /*padding-right: 22px;*/
    background: url(../image/images/search_triangle.png) right center no-repeat;
    color: #4c4c4c;
    overflow: hidden;
    text-indent: 12px;
}

.hea_sea_con_select img {
    display: inline;
}

.hea_sea_con_select ul {
    margin-top: 1px;
    display: none;
}

.hea_sea_con_select li {
    width: 223px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    text-indent: 12px;
}

.hea_sea_con_select li.on {
    background-color: #dddddd;
}

.hea_sea_contert #content {
    width: 271px;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    border: 0;
    float: left;
    text-indent: 23px;
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert #content {
        width: 351px;
    }
}

.hea_sea_contert #submit {
    width: 67px;
    height: 44px;
    background: url(../image/images/search_white.png) center center no-repeat;
    background-color: #4fc2b8;
    border: 0;
    float: left;
}

@media only screen and (min-width: 1480px) {
    .hea_sea_contert #submit {
        width: 107px;
    }
}

.hea_ad_sea_con_search .favorites {
    width: 123px;
    height: 43px;
    line-height: 43px;
    margin-top: 2px;
    background: url(../image/images/heart.png) 7px center no-repeat;
    background-color: transparent;
    border: 1px solid #6dcbc3;
    color: #6dcbc3;
    cursor: pointer;
    font-family: '微软雅黑';
    font-size: 16px;
    float: right;
    text-indent: 38px;
    cursor: pointer;
}

@media only screen and (min-width: 1480px) {
    .hea_ad_sea_con_search .favorites {
        width: 133px;
    }
}

.hea_ad_sea_con_search .favorites_on {
    background: url(../image/pro/p_tb2_on.png) 7px center no-repeat;
    background-size: 20px 17px;
}


.header_ad_navigate {
    width: 100%;
    height: 60px;
    background-color: #4fc2b8;
}

.header_ad_navigate .hea_ad_nav_content {
    height: 100%;
}

.header_ad_navigate ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 1480px) {
    .header_ad_navigate ul {
        width: 1400px;
    }
}

.header_ad_navigate ul li {
    width: 170px;
    height: 57px;
    line-height: 60px;
    float: left;
    text-align: center;
}

@media only screen and (min-width: 1480px) {
    .header_ad_navigate ul li {
        width: 200px;
    }
}

.header_ad_navigate ul li a {
    color: #fff;
    font-size: 18px;
}

.header_ad_navigate ul li.on {
    background-color: #28858d;
}



.pharmacy_header_user ul {
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
}

.pharmacy_header_user ul li {
    display: block;
    /*margin-right: 40px;*/
    color: #666666;
    text-align: center;
    cursor: pointer;
    height: 24px;
    float: right;
}

.pharmacy_header_user ul li:last-child {
    margin-right: 0;
}

.pharmacy_header_user ul li img {
    display: inline-block;
    vertical-align: middle;
}

.pharmacy_header_user ul li a {
    color: #666666;
    text-align: left;
}

.pharmacy_header_sign a {
    margin-left: 4px;
}

.pharmacy_header_buyer {
    position: relative;
}

.pharmacy_header_buyer span::before {
    content: '';
    background: url(../image/images/img_4_03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -18px;
    top: 15px;
    width: 8px;
    height: 7px;
}

/* .pharmacy_header_buyer span {
    color: #4fc2b8;
} */
.pharmacy_header_buyer:hover span::before {
    transform: rotate(180deg);
}

.pharmacy_header_buyer:hover span::before {

}

.pharmacy_header_user ul li a:hover, .pharmacy_footer_list dl dd a:hover, .medicine_store_serach_all span:hover, .swiper_container div span:hover, .Categories div:hover, ._text:hover, .Company .news span:hover {
    color: #4fc2b8;
}

.pharmacy_header_buyer:hover span {
    color: #4fc2b8;
}

.pharmacy_header_buyer:hover .pharmacy_header_buy {
    display: block;
}

.pharmacy_header_buy a:hover {
    color: #4fc2b8;
}

.pharmacy_header_buy {
    width: 222px;
    background: #fff;
    font-size: 14px;
    position: absolute;
    top: 24px;
    right: -51px;
    border: 1px solid #f0f1f2;
    padding: 14px 16px 6px 16px;
    z-index: 9;
    display: none;
    line-height: 24px;
}

.pharmacy_header_buy a {
    display: block;
    margin-bottom: 5px;
    color: #666666;
}

.pharmacy_header_buy::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #f0f1f2;
    border-right: 5px solid #f0f1f2;
    border-left: 5px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    top: -5px;
    right: 33px;
    transform: rotate(-45deg);
    background-color: #fff;
}

/* .pharmacy_header_buy a:last-child {
    margin-bottom: 0;
} */
.pharmacy_header_Sourcing {
    height: 40px;
    margin-top: 16px;
}

.pharmacy_header_Sourcing a {
    font-size: 14px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.pharmacy_header_Sourcing a:first-child {
    width: 200px;
    background: #4fc2b8;
    margin-right: 20px;
}

.pharmacy_header_Sourcing a:first-child:hover {
    background: #01b4a9;

}

.pharmacy_header_Sourcing a:last-child {
    width: 135px;
    background: #f79131;
    float: right;
}

.pharmacy_header_Sourcing a:last-child:hover {
    background: #ea8001;;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_header_Sourcing a:first-child {
        width: 220px;
    }
}

.pharmacy_header_menu {
    position: absolute;
    width: 100%;
    bottom: 10px;
    margin-top: 10px;
}

.pharmacy_header_menu ul {
    /*margin-left: 28px;*/
}

.pharmacy_header_menu ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;

}

.pharmacy_header_menu ul li a:hover, .pharmacy_header_menu ul li a.on {
    color: #4fc2b8;
}

.pharmacy_header_menu ul li a {
    color: #333333;
    margin-right: 28px;

}
.pharmacy_header_menu ul li a.vec_url {
    /*color: #333333;*/
    margin-right: 0;
}
.pharmacy_header_menu ul li img{
    /*width: 25px;*/
}

.pharmacy_header_menu ul li:last-child {
    margin-right: 0;
}

/* banner */
/* 左侧导航 */
.pharmacy_nav_tab {
    height: 100%;
    width: 320px;
    background: #5f6166;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.8;
}

.pharmacy_nav_tab a {
    color: #fff;
}

.pharmacy_nav_tab a:hover {
    color: #ef8f36;
}

.pharmacy_nav_tab_all {
    padding-top: 50px;
    height: 20px;
    padding-left: 28px;
    line-height: 20px;
    margin-bottom: 56px;
}

.pharmacy_nav_tab_all img {
    float: left;
    margin-top: 4px;
}

.pharmacy_nav_tab_all span {
    font-size: 18px;
    float: left;
    margin-left: 20px;
}

.pharmacy_nav_tab_classify li {
    padding-left: 28px;
    padding-bottom: 14px;
    max-height: 60px;
    width: 100%;
}

.pharmacy_nav_tab_classify li.last-child {
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

/*li:last-child*/
@media only screen and (min-width: 1480px) {
    .pharmacy_nav_tab_classify li {
        padding-bottom: 20px;
        max-height: 46px;
    }

    .pharmacy_header_menu ul li a {
        color: #333333;
        margin-right: 58px;
    }

    .pharmacy_nav_tab_classify li.last-child {
        margin-top: 30px;
    }
}

.pharmacy_nav_tab_classify li a {
    color: #fff;
    font-size: 14px;
    margin-right: 22px;
    width: 242px;
    display: inline-block;
    position: relative;
}

.pharmacy_nav_tab_classify li:hover a {
    color: #ef8f36;
}

.pharmacy_nav_tab_classify li:hover .pharmacy_nav_tab_classify2 {
    display: block !important;
}

.pharmacy_nav_tab_classifys::after {
    background-image: url(../image/images/img_8_03.png);
    content: '';
    width: 7px;
    height: 11px;
    background-size: 7px 11px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: -30px;
    top: 6px;
}

.pharmacy_nav_tab_classify2 {
    position: absolute;
    left: 320px;
    z-index: 9;
    background: #5f6166;
    top: 0;
    width: 328px;
    padding-top: 50px;
    padding-bottom: 20px;
    opacity: 0.8;
    display: none;
    height: 575px;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_nav_tab_classify2 {
        height: 688px;
    }
}

.pharmacy_nav_tab_classify2 .pharmacy_nav_tab_classify2_1 li {
    padding-left: 28px;
    /*margin-bottom: 14px;*/
    position: relative;
    max-height: 46px;
}

.pharmacy_nav_tab_classify2 .pharmacy_nav_tab_classify2_1 li a {
    color: #fff;
    font-size: 14px;
    margin-right: 22px;
    width: 242px;
    display: inline-block;
}

.pharmacy_nav_tab_classify2 li:hover a {
    color: #ef8f36;
}

/* 轮播图 */
.pharmacy_w1 .swiper-container {
    height: 575px;
    width: 880px;
    position: absolute;
    right: 0;
    top: 0;
}
.pharmacy_w1 ul
{
    padding: 0;
}
.pharmacy_w1 ul li
{
    list-style: none;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w1 .swiper-container {
        height: 688px;
        width: 1120px;
    }
}

.pharmacy_w1 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    font-size: 0;
    bottom: 26px;
    right: 36px;
    left: auto;
}

.pharmacy_w1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.pharmacy_w1 .swiper-pagination-bullet-active {
    background: #fff;
}

.pharmacy_w1 .swiper-button-prev, .pharmacy_w1.swiper-container-rtl .swiper-button-next {
    background-image: url(../image/images/left3_03.png) !important;
    color: #fff;
    left: 50px;
    right: auto;
    padding: 30px;
}

.pharmacy_w1 .swiper-button-next, .pharmacy_w1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/images/img_7_05.png) !important;
    color: #fff;
    right: 50px;
    left: auto;
    padding: 30px;
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_title {
    position: absolute;
    top: 165px;
    left: 450px;
    width: 630px;
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_title p {
    font-size: 33px;
    color: #fff;
    line-height: 58px;
    font-style: italic;
}

.pharmacy_w1 .swiper-slide .pharmacy_nav_more {
    background: #28858d;
    width: 180px;
    height: 38px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 375px;
    left: 450px;
    line-height: 38px;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_w1 .swiper-slide .pharmacy_nav_title {
        top: 200px;
        left: 495px;
        width: 770px;
    }

    .pharmacy_w1 .swiper-slide .pharmacy_nav_title p {
        font-size: 36px;
        line-height: 60px;
    }

    .pharmacy_w1 .swiper-slide .pharmacy_nav_more {
        left: 495px;
        top: 435px;
        width: 210px;
    }
}

/* 广告位 */
.pharmacy_banners {
    background: #f0f1f2;
    padding-bottom: 32px;
}

.pharmacy_banner_all {
    margin: 50px auto 40px;
    float: left;
    width: 100%;
}

.pharmacy_banner_all li {
    width: 32%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 2%;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    background-color: #fff;

}

.pharmacy_banner_all li img {
    width: 100%;
}

.pharmacy_banner_all li a:hover p {
    color: #28858d;
}

.pharmacy_banner_all li .txtk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.pharmacy_banner_all li:last-child {
    margin-right: 0;
}

.pharmacy_banner_all li a {
    width: 100%;
    position: relative;
    display: block;
    /*align-items: center;*/
}

/*.pharmacy_banner_all li a:hover {*/
/*color: #4fc2b8;*/
/*}*/
.pharmacy_banner_all li p {
    padding-bottom: 20px;
    font-size: 22px;
    color: #666666;
    cursor: pointer;
    display: block;
    position: relative;
    margin-left: 30px;
}

.pharmacy_banner_all li p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #28858d;
    width: 45px;
    height: 2px;
}

/* 4个喜欢 */
.pharmacy_like {
    background-image: url(../image/images/img_20_03.jpg);
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pharmacy_like_more {
    height: 90px;
    line-height: 90px;
}

.pharmacy_like_more li:first-child {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    margin-left: 28px;
}

.pharmacy_like_more li:last-child a:hover {
    color: #4fc2b8;
}

.pharmacy_like_more li:last-child {
    float: right;
    margin-right: 44px;
}

.pharmacy_like_more li:last-child a {
    color: #737373;
    font-size: 18px;
}

.pharmacy_like_list {
    width: 102%;
    margin-left: -1%;
    padding: 0 30px;
    margin-top: -15px;
    float: left;
}

.pharmacy_like_list li {
    width: 16.6%;
    float: left;
    padding: 1%;
    box-sizing: border-box;

}
.pharmacy_banners ul
{
    padding: 0;
}
.pharmacy_banners li
{
    list-style: none;
}

.pharmacy_like_list li a {
    width: 100%;
    display: block;
}

.pharmacy_like_list li a span:hover {
    color: #4fc2b8;
}

.pharmacy_like_list li a span {
    font-size: 15px;
    color: #737373;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pharmacy_like_list li a img {
    width: 100%;
    /*height: 304px;*/
}

/* tabq切换 */
.pharmacy_tabs {
    width: 100%;
    /* height: 518px; */
    background: #fff;
}

.pharmacy_tabs_title {
    padding-top: 44px;
    padding-left: 28px;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.pharmacy_tabs_list {
    position: relative;
    float: left;
    width: 100%;
}

.pharmacy_tabs_list .pharmacy_tabs_select {
    height: 52px;
    line-height: 52px;

    float: left;
    width: 100%;
}

.pharmacy_tabs_list .pharmacy_tabs_select li {
    font-size: 16px;
    color: #6e6e6e;
    text-align: center;
    float: left;
    height: 52px;
    padding: 0 30px;
    cursor: pointer;
}

.pharmacy_tabs_list .pharmacy_tabs_select li:hover {
    color: #4fc2b8;
}

.pharmacy_tabs_more {
    position: absolute;
    top: 14px;
    right: 40px;
}

.pharmacy_tabs_more li a span {
    color: #999999;
    font-size: 14px;
}

.pharmacy_tabs_more li a:hover span {
    color: #4fc2b8;
}

.pharmacy_tabs .pharmacy_tabs_list .pharmacy_tabs_select .pharmacy_tabs_selects {
    background: #4fc2b8;
    color: #fff;
    z-index: 2;
    position: relative;
}

.pharmacy_tabs_selects::before {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #4fc2b8;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    display: block;
    bottom: -19px;
    z-index: 2;
    left: 50%;
    margin-left: -5px;
}

/* tabs内容 */
.pharmacy_tabs_contents {
    display: none;
}

.pharmacy_tabs_content, .pharmacy_tabs_contents {
    position: relative;
    /* box-shadow: 0px -2px 4px 1px; */
    width: 100%;
    float: left;
    overflow: hidden;

}

.pharmacy_tabs_content.on .pharmacy_tabs_content_img {
    animation: fadeInLeft .8s .2s ease both;
    -webkit-animation: fadeInLeft .8s .2s ease both;
    -moz-animation: fadeInLeft .8s .2s ease both;
}

.pharmacy_tabs_content.on .pharmacy_tabs_content_introduce {
    animation: fadeInRight .8s .2s ease both;
    -webkit-animation: fadeInRight .8s .2s ease both;
    -moz-animation: fadeInRight .8s .2s ease both;
}

.pharmacy_tabs_content.on .pharmacy_show {
    animation: fadeInUp .8s .2s ease both;
    -webkit-animation: fadeInUp .8s .2s ease both;
    -moz-animation: fadeInUp .8s .2s ease both;
}


.pharmacy_tabs_content_img {
    width: 40%;
    float: left;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.pharmacy_tabs_content_img img {
    width: 100%;
}

.pharmacy_tabs_content_introduce {
    width: 60%;
    box-shadow: inset 0px 20px 10px -15px #f0f1f2;
    float: right;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-sizing: border-box;
}

.ml_sy_nr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #666666;
    margin-top: 10px;
    margin-left: 10px;
}

.ml_sy_nr h3 {
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.ml {
    margin-left: 74px;
}

.pharmacy_tabs_content_list {
    width: 103%;
    float: left;
    margin-left: -1.5%;
    padding-right: 20px;
}

.pharmacy_tabs_content_list li {
    width: 25%;
    padding: 0 1.5%;
    float: left;
}

.pharmacy_tabs_content_list li a {
    width: 100%;
    float: left;
}

.pharmacy_tabs_content_list li a div {
    width: 100%;
    height: 108px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    text-align: center;
    float: left;
}

.pharmacy_tabs_content_list li a div img {
    max-width: 90%;
    max-height: 90%;
    display: inline-block;
}

.pharmacy_tabs_content_list li a:hover img {
    margin-top: -5px;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_tabs_content_list li a div {
        height: 150px;
    }
    .pharmacy_tabs_content_introduce
    {
        padding: 30px 0 0 30px;
    }

    .pharmacy_tabs_content_list li a div img {
        max-width: 75%;
    }
}

.pharmacy_tabs_content_list_name {
    width: 100%;
    float: left;
    line-height: 22px;
    text-align: center;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.pharmacy_tabs_content_list li a:hover .pharmacy_tabs_content_list_name {
    COLOR: #4fc2b8
}

.pharmacy_tabs_content_text {
    position: absolute;
    top: 58px;
    right: 0;
    width: 50%;
    font-size: 28px;
    color: #fff;
}

.pharmacy_tabs_content_text1 {
    font-size: 14px;
    color: white;
    position: absolute;
    top: 100px;
    right: 0;
    width: 45%;
    left: 50%;
    line-height: 22px;
}

.pharmacy_tabs_content_text1 p {
    font-size: 14px;
    color: #fff;
}

a.pharmacy_tabs_content_now {
    position: absolute;
    top: 214px;
    left: 50%;
    background: #4fc2b8;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

a.pharmacy_tabs_content_now:hover {
    background: #138791;
}

/* 药品展示 */
.pharmacy_show {
    height: 175px;
    position: relative;
}

.jg30 {
    width: 100%;
    background-color: #f0f1f2;
    height: 60px;
    float: left;
}

.pharmacy_show ul {
    width: 100%;
}

.pharmacy_show ul li {
    background: #fff;
    width: 20%;
    height: 175px;
    float: left;
    border-right: solid 1px #ededed;
    position: relative;
}

.pharmacy_show ul li a div {
    width: 130px;
    height: 130px;
    /*border:1px solid red;*/
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;

}

.pharmacy_show ul li a div:hover {
    background-size: 102% 102% !important;
}

.pharmacy_show ul li a {
    width: 100%;
    display: block;
    height: 100%;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_show {
        height: 190px;
    }

    .pharmacy_show ul li {
        height: 190px;
    }

    .pharmacy_show ul li a div {
        width: 150px;
        height: 150px;
    }
}

.pharmacy_show ul li:hover {


}

.pharmacy_show ul li:last-child {
    border-right: 0;
}

.pharmacy_show ul li a p {
    font-size: 16px;
    display: block;
    position: absolute;
    /*top: 28px;*/
    left: 10px;
    z-index: 9;
}

.pharmacy_show ul li a p:hover {
    color: #4fc2b8;
}

/* 采购 */
.pharmacy_purchase {
    height: 464px;
    margin-top: 82px;
    background-image: url(../image/images/10.jpg);
    background-repeat: no-repeat;
    padding-left: 55px;
    position: relative;
}

.pharmacy_purchase p {
    display: block;
    color: #fff;
}

.pharmacy_purchase1 {
    font-size: 38px;
    padding-top: 80px;
}

.pharmacy_purchase2 {
    font-size: 18px;
    margin-top: 32px;
    margin-bottom: 40px;
}

.pharmacy_purchase3 p {
    line-height: 20px;
    font-size: 18px;
}

.pharmacy_purchase3 {
    margin-bottom: 54px;
}

.pharmacy_purchase4 li a span {
    color: #fff;
    font-size: 14px;
}

.pharmacy_purchase4 li a span:last-child {
    margin-left: 10px;
}

.pharmacy_purchase5 {
    background: #fff;
    width: 40%;
    height: 384px;
    position: absolute;
    top: 40px;
    right: 40px;
    padding: 0 35px;
}

.pharmacy_purchase5 span {
    margin-top: 26px;
    color: #000;
    font-size: 30px;
    margin-bottom: 22px;
    display: block;
}

.pharmacy_input1 {
    width: 100%;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}

.pharmacy_purchase5 input, .pharmacy_purchase5 select {
    padding-left: 16px;
}

.pharmacy_purchase5 input::placeholder {
    color: #a9a9a9;
}

.pharmacy_input2 {
    width: 45%;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    margin: 20px 4% 0 0;
}

.sel_dx {
    width: 45%;
    height: 38px;
    margin: 20px 4% 0 0;
    position: relative;
}

.sel_dx .pharmacy_input2 {
    width: 100%;
    margin: 0;
}

.pharmacy_input3 {
    position: absolute;
    width: 40%;
    left: 44%;
    top: 0;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    height: 38px;
    border-top-right-radius: initial;
    border-right-color: transparent;
    /* border-bottom-left-radius: initial; */
    border-bottom-right-radius: initial;
    font-size: 14px;
    color: #9e9e9e;
    padding-left: 16px;
    line-height: 38px;
}

.pharmacy_purchase5 .s1 {
    position: relative;
    margin-bottom: 20px;
}

.pharmacy_input4 {
    position: absolute;
    top: 0;
    right: 9%;
    border: 1px solid #dcdcdc;
    width: 30px;
    height: 38px;
    border-radius: 8px;
    border-left: none;
    border-top-left-radius: initial;
    border-left-color: transparent;
    /* border-bottom-left-radius: initial; */
    border-bottom-left-radius: initial;
}

@media only screen and (min-width: 1480px) {
    .pharmacy_input4 {
        right: 11%;
    }
}

.pharmacy_input4 .pharmacy_select_top {
    width: 4px;
    height: 4px;
    margin-top: 14px;
    margin-left: 10px;
}

.pharmacy_input4 .pharmacy_select_bottom {
    margin-top: 2px;
    margin-left: 10px;
    width: 4px;
    height: 4px;
}

.pharmacy_select_1 {
    position: absolute;
    top: 38px;
    right: 0%;
    width: 100%;

    /*border-top: solid 2px #4fc2b8;*/
}

.pharmacy_select_1 ul {
    border: 1px solid #dcdcdc;
    background: #fff;
    border-radius: 0;
    border-top: transparent;
    height: 176px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 6px;
}

.pharmacy_select_1 ul::-webkit-scrollbar {
    width: 8px;
    height: 1px;
}

.pharmacy_select_1 ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #fff;
    background: #c6c6c6;
}

.pharmacy_select_1 ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #fff;
    border-radius: 10px;
    background: #fff;
}

.pharmacy_select_1 ul li {
    width: 100%;
    padding: 5px 10px 5px 15px;
    line-height: 20px;
    color: #9e9e9e;
    cursor: pointer;
}

.pharmacy_select_1 ul li:hover {
    background-color: #4fc2b8;
    color: #fff;
}

.pharmacy_input3 {
    color: #9e9e9e;
}

/* .pharmacy_select_1 ul li:last-child {
    border-bottom: none;
} */
.pharmacy_textarea {
    height: 90px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 14px;
    text-align: left;
}

.pharmacy_textarea::placeholder {
    color: #a9a9a9;
    width: 100%;
    text-align: left;
}

a.pharmacy_purchase_post, .pharmacy_purchase_post {
    font-size: 14px;
    background: #4fc2b8;
    width: 40%;
    height: 38px;
    border-radius: 8px;
    display: block;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

a.pharmacy_purchase_post:hover, .pharmacy_purchase_post:hover {
    background: #138791;
}

/*  */
.pharmacy_total {
    margin-top: 48px;
    margin-bottom: 34px;
    font-size: 24px;
    color: #333333;
}

.pharmacy_Solutionsl {
    height: 436px;
    background: #fff;
}

.pharmacy_Solutionsl1 {
    width: 100%;
}

.pharmacy_Solutionsl1 li {
    /* width: 360px; */
    height: 436px;
    position: relative;
    float: left;
    width: 25%;
    padding: 0 3%;
}

/*.pharmacy_Solutionsl1 li p:hover {*/
/*color: #4fc2b8;*/
/*}*/
.pharmacy_Solutionsl1 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 66px;
    width: 1px;
    height: 292px;
    background: #f5f5f5;
}

.pharmacy_Solutionsl1 li img {
    margin: auto;
}

.pharmacy_Solutionsl1 li img:hover {

}

.pharmacy_Solutionsl2 {
    color: #666666;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -56px;
}

.pharmacy_Solutionsl3 {
    width: 100%;
    height: 72px;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    margin-bottom: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.pharmacy_Solutionsl4, a.pharmacy_Solutionsl4 {
    background: #28858d;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 165px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    display: block;
}

.pharmacy_Solutionsl4:hover, a.pharmacy_Solutionsl4:hover {
    background: #1f9ca7;
}

/* 客户服务 */

.pharmacy_client {
    margin-top: 60px;
    background: #4fc2b8;
    width: 100%;
    height: 210px;
}

.jg30 {
    width: 100%;
    height: 30px;
}

.pharmacy_client ul {
    padding: 50px 46px 58px 28px;
}

.pharmacy_client ul li {
    float: left;
}

.pharmacy_client1 {
    width: 20%;
}

.pharmacy_client1 text {
    display: block;
    color: #fff;
    /* text-align: center; */
}

.pharmacy_client1_1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.pharmacy_client1_2 {
    font-size: 16px;
    opacity: 0.9;
    line-height: 35px;
}

.pharmacy_client_tel {
    width: 15%;
    color: #fff;
    margin-left: 2%;
    margin-right: 2%;
}

.pharmacy_client_tel p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff;
}

.pharmacy_client_tel span {
    opacity: 0.9;
    font-size: 18px;
}

.pharmacy_client_subs {
    width: 60%;
}

.pharmacy_client_subs p {
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
    display: block;
    margin-bottom: 12px;
}

.pharmacy_client_sub1 {
    position: relative;
    /* width: 932px; */
}

.pharmacy_client_sub1 input {
    background: #fff;
    width: 50%;
    height: 62px;
    line-height: 62px;
    border: none;
    padding: 0 24px;
    float: left;
    font-size: 18px;

}

.pharmacy_client_sub1 input::placeholder {
    color: #999999;


}

.pharmacy_client_sub2, a.pharmacy_client_sub2 {
    font-size: 20px;
    color: #fff;
    width: 22%;
    height: 63px;
    background: #138791;
    text-align: center;
    line-height: 62px;
    float: left;
}

.pharmacy_client_sub2:hover, a.pharmacy_client_sub2:hover {
    background: #037077;
}

.pharmacy_client_join, a.pharmacy_client_join {
    font-size: 20px;
    color: #fff;
    width: 22%;
    height: 63px;
    background: #f79131;
    text-align: center;
    line-height: 62px;
    float: right;
}

.pharmacy_client_join:hover, a.pharmacy_client_join:hover {
    background: #dd7900;
}

/*产品*/

.pro_ban {
    width: 100%;
    position: relative;
    float: left;
}

.pro_ban img {
    width: 100%;
    display: block;
}

.pro_ban .txtk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*-moz-flex-direction: column;*/
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    color: #fff;
    line-height: 45px;
    font-size: 32px;
}

.pro_ban .txtk a.cd_a_lv {
    width: 180px;
    margin-top: 20px;
}

a.cd_a_lv {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    padding: 0 35px;
    font-size: 16px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    background-color: #28858d;
    color: #fff;
}

a.cd_a_lv:hover {
    background-color: #17a0ac;
}

.ny_pro {
    width: 100%;
    background-color: #f0f1f2;
}

@media only screen and (min-width: 1480px) {
    .pro_ban .txtk {
        line-height: 48px;
    }
}

.pro_fl {
    width: 100%;
    float: left;
    background-color: #fff;
}

.pro_fl .imgk {
    width: 230px;
    float: left;
    position: relative;
    overflow: hidden;
    height: 337px;
    cursor: pointer;
}

.pro_fl .imgk img {
    width: 100%;
    min-height: 337px;
}

.pro_fl .imgk a {
    width: 100%;
    height: 100%;
    background-color: #F8AABA;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.pro_fl .imgk p {
    /*position:absolute;*/
    line-height: 32px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    /*top:28px;*/
    width: 100%;
    padding: 0 10% 0 15%;
    cursor: pointer;
    margin: auto;
}

.pro_fl .txtk {
    float: right;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
}

.swiper-fl {
    width: 100%;
    position: relative;
    float: left;
    padding: 32px 60px 20px 60px;
    height: 337px;
}

.swiper-fl .swiper-fl-container {
    width: 100%;
    height: 264px;
    overflow: hidden;
}

.swiper-fl .swiper-slide {
    width: 100%;
    position: relative;
    height: 44px;
    line-height: 20px;
    padding-right: 15px;
    overflow: hidden;
}

.swiper-fl a {
    width: 100%;
    display: block;
    line-height: 22px;
    font-size: 14px;
    /*font-weight: bold;*/
    text-overflow: ellipsis;
    overflow: hidden;
    /*white-space: nowrap;*/
}

@media only screen and (min-width: 1480px) {
    .swiper-fl .swiper-slide {
        height: 48px;
    }

    .swiper-fl .swiper-fl-container {
        height: 288px;
    }
}

.swiper-fl a.f2 {
    font-size: 16px;
    font-weight: bold;
}

.swiper-fl-next, .swiper-fl-prev {
    width: 22px;
    height: 54px;
    background: url("../image/pro/jt_lv.png") no-repeat;
    background-size: 100% 100%;
    outline: none;
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -27px;
    z-index: 11;
}

.swiper-fl-next {
    right: 20px;
}

.swiper-fl-prev {
    left: 20px;
    transform: rotate(180deg);

}

.swiper-fl-next.swiper-button-disabled, .swiper-fl-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    /*display: none;*/
}

.swiper-fl a.cd_lv {
    position: absolute;
    left: 60px;
    bottom: 30px;
}


@media only screen and (min-width: 1480px) {
    .pro_fl .imgk {
        /*width:27%;*/
        height: 390px;
    }

    .pro_fl .imgk img {
        min-height: 390px;
    }

    .pro_fl .txtk {
        /*width:73%;*/
        /*width:-webkit-calc(100% - 230px);*/
        /*width:-moz-calc(100% - 230px);*/
        /*width:calc(100% - 230px);*/
    }

    .swiper-fl a {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }

    .swiper-fl {
        height: 390px;
    }

    .swiper-fl a.cd_lv {
        bottom: 40px;
    }

    .pro_fl .imgk p {
        line-height: 36px;
        font-size: 24px;
    }
}

/*分类列表页*/
.ny_jj {
    padding: 50px 0;
}

.ny_pro_fl .d1 {
    width: 23%;
    float: left;
}

.ny_pro_fl .d2 {
    width: 75%;
    float: right;
}

.fl_bt1 {
    width: 100%;
    float: left;
    background-color: #4fc2b8;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    padding: 15px 20px;
}

.fl_bt1 a {
    color: #fff;
    /*font-size:16px;*/
}

.fl_bt1 a:hover {
    color: #ffc600;
}

.fl_bt2 {
    width: 100%;
    float: left;
    background-color: #edfdfc;
    color: #4fc2b8;
    display: flex;
    line-height: 20px;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 55PX;
    font-size: 16px;
    padding: 0 20px;
}

.fl_bt2 a {
    color: #4fc2b8;
}

.fl_bt1 b {
    font-size: 18px;
}

.md30 {
    margin-bottom: 30px;
}

.kk_b {
    width: 100%;
    background-color: #fff;
    float: left;
}

.nav_fl {
    width: 100%;
    max-height: 560px;
    float: left;
    overflow-y: auto;
}

.nav_fl li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
}

.nav_fl a {
    width: 100%;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: 55PX;
    padding: 0 15px 0 20px;

    color: #909090;
}

.nav_fl a:hover {
    color: #4fc2b8;
}

.fl_anq1 {
    width: 100%;
    float: left;
    padding: 20px;
}

.fl_fo1 {
    width: 100%;
    float: left;
    padding: 20px;
}

.fl_fo1_k1 .fl_fo2 {
    padding: 20px;
}

.fl_fo1 h4 {
    width: 100%;
    float: left;
}

.fl_fo1_k1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: solid 1px #ddd;
}

.fl_fo1_k1 h6 {
    width: 100%;
    float: left;
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    padding-left: 10px;
    background-color: #f7f9f9;
}

.bt_r_bj1 {
    position: relative;
}

.bt_r_bj1:before {
    content: '';
    width: 5px;
    height: 100%;
    background: url("../image/pro/lm_r.png") center no-repeat;
    right: 10px;
    top: 0;
    position: absolute;
}

.fl_fo2k {
    width: 100%;
    float: left;
    height: 165px;
}

.fl_fo2k .mCSB_container {
    width: 100%;
    float: left;
}

.fl_fo2 {
    width: 100%;
    float: left;
}

.fl_fo2 li {
    width: 100%;
    float: left;
    line-height: 24px;
    margin-bottom: 5px;
}

.fl_fo2 dl {
    width: 100%;
    float: left;
    padding-left: 25px;
    /*margin-top: 5px;*/
}

.fl_fo2 dd {
    width: 100%;
    float: left;
    line-height: 24px;
    margin-bottom: 5px;
}

.md10 {
    margin-bottom: 10px;
}

.md15 {
    margin-bottom: 15px;
}

.md20 {
    margin-bottom: 20px;
}

.ta_fx {
    width: 100%;
    display: block;
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.ta_fx .s_fx {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 6px;
}

.ta_fx.on .s_fx:before {
    content: '';
    position: absolute;
    background: url("../image/pro/k_dui.png");
    width: 13px;
    height: 11px;
    top: -3px;
    left: 2px;
}

.ta_fx .s_fx input {
    display: none;
}

.ta_fx img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.input_d {
    background-color: #f7f9f9;
}

.ta_dx label {
    width: 100%;
    float: left;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
}

.ta_dx .s_fx input {
    display: none;
}

.ta_dx .s_fx {
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ta_dx .s_fx.on:before {
    content: '';
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4fc2b8;
    border: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.fl_fo1_an {
    width: 100%;
    float: left;
}

.fl_fo1_an .btn {
    width: 47.5%;
    font-size: 16px;
}

.fl_fo1_an .btn-block {
    width: 100%;
}

.fl_tt {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px 20px;
    line-height: 24px;
}

.fl_tt_lb {

}

.fl_tt_lb b {
    float: left;
    font-size: 18px;
}

.fl_fo3 {
    float: left;
}

.fl_fo3 li {
    float: left;
    margin-left: 10px;
}

.fl_fo4 {
    float: left;
}

.fl_fo4 a {
    float: left;
    margin-left: 15px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.fl_fo4 a.a1 {
    background: url("../image/pro/mt_b1.png");
}

.fl_fo4 a.a1.on, .fl_fo4 a.a1:hover {
    background: url("../image/pro/mt_b1_on.png");
}

.fl_fo4 a.a2 {
    background: url("../image/pro/mt_b2.png");
}

.fl_fo4 a.a2.on, .fl_fo4 a.a2:hover {
    background: url("../image/pro/mt_b2_on.png");
}

.fl_tt_nr {
    width: 100%;
    float: left;
}

.pro_lb1 {
    width: 100%;
    float: left;
    /*margin-bottom: 30px;*/
}

.pro_lb1 li {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.pro_lb1 .txtk1 {
    width: 68%;
    float: left;
    min-height: 200px;
    position: relative;
    padding-left: 220px;
}

.pro_lb1 .txtk1 a.cd_lv {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pro_lb1 .txtk1 .imgk {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.pro_lb1 .txtk1 .imgk img {
    /*width: 100%;*/
    /*min-height: 200px;*/
    max-width: 100%;
    max-height: 100%;
}

.pro_lb1 .txtk1 a.dbt {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(89, 89, 89);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pro_lb1 .txtk1 dl {
    width: 100%;
    float: left;
}

.pro_lb1 .txtk1 dd {
    width: 100%;
    float: left;
    margin-top: 10px;
    line-height: 20px;
    position: relative;
    padding-left: 110px;
}

.pro_lb1 .txtk1 dd b {
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}

.pro_lb1 .txtk1 dd p {
    display: block;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pro_lb1 .txtk1 dd p.p_1 {
    height: 40px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pro_lb1 .txtk2 {
    width: 27%;
    float: right;
}

.pro_lb1 .txtk2 h4 {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    overflow: hidden;
}

.pro_lb1 .txtk2 dl {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.pro_lb1 .txtk2 dd {
    width: 100%;
    float: left;
    color: #909090;
    line-height: 24px;
    margin: 3px 0;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pro_lb1 .txtk2 dd.dd1 {
    background: url("../image/pro/c1.png") left no-repeat;
}

.pro_lb1 .txtk2 dd.dd2 {
    background: url("../image/pro/c2.png") left no-repeat;
}

.pro_lb1 .txtk2 dd.dd3 {
    background: url("../image/pro/c3.png") left no-repeat;
}

.pro_lb1 .txtk2 a.cd_a_lv2 {
    width: 80%;
    float: left;
}

.pro_lb1 .txtk1 a:hover {
    color: #4fc2b8;
    cursor: pointer;
}

.pro_lb2 {
    width: 101.4%;
    float: left;
    margin-left: -0.7%;
    margin-bottom: 30px;
}

.pro_lb2 li {
    background-color: #fff;
    padding: 15px;
    float: left;
    width: 23.6%;
    margin: 0 0.7% 20px 0.7%;
}

.pro_lb2 .imgk {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    height: 185px;
}

.pro_lb2 .imgk img {
    /*width:100%;*/
    /*min-height: 185px;*/
    max-width: 100%;
    max-height: 100%;
}

.pro_lb2 a.dbt {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #4fc2b8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}

.pro_lb2.gys_lb2 a.dbt {
    line-height: 24px;
    color: #333333;
    height: 48px;
    text-overflow: inherit;
    white-space: inherit;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.pro_lb2 a.dbt:hover {
    text-decoration: underline;
}

.pro_lb2.gys_lb2 a.dbt:hover {
    color: #4fc2b8;
    text-decoration: none;
}

.pro_lb2.gys_lb2 h4 {
    font-size: 15px;
}

.gys_lb2 h6 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.gys_lb2 h6 span:first-child {
    margin-right: 20px;
}

.pro_lb2.gys_lb2 .txtk {
    margin: 5px 0 0 0;
}

.pro_lb2 h4 {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    font-size: 16px;
}

.pro_lb2 .txtk {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: 24px
}

.pro_lb2 .txtk img {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (min-width: 1480px) {
    .pro_lb2 li {
        padding: 18px;
    }

    .pro_lb2 .imgk {
        height: 222px;
    }

    .pro_lb2 .imgk img {
        /*min-height: 222px;*/
        max-width: 100%;
        max-height: 100%;
    }

    .pro_lb2 h4 {
        font-size: 18px;
    }
}

.pro_lb2 li:hover, .pro_lb1 li:hover {
    /*box-shadow:0 2px 15px rgba(0,0,0,.1);*/
}

.pharmacy_purchase4 a:hover span {
    color: #f8c744;
}

.sel_dx1 {
    background: url("../image/images/sel_bj.png") no-repeat 94% 13px;
}

/*供应商频道页*/
.cg_fl .imgk p {
    color: white;
}

/*供应商列表*/
.gys_lb1 {
    width: 100%;
    float: left;
    /*margin-bottom: 30px;*/
}

.gys_lb1 li {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.gys_lb1 .txtk1 {
    width: 58%;
    float: left;
    min-height: 200px;
    position: relative;
    padding-left: 180px;
}

.gys_lb1 .txtk1 a.cd_lv {
    position: absolute;
    right: 0;
    bottom: 0;
}

.gys_lb1 .txtk1 .imgk {
    width: 140px;
    height: 200px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.gys_lb1 .txtk1 .imgk img {
    max-width: 100%;
}

.gys_lb1 .txtk1 a.dbt {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.gys_lb1 .txtk1 dl {
    width: 100%;
    float: left;
}

.gys_lb1 .txtk1 dd {
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 20px;
    position: relative;
    padding-left: 130px;
}

.gys_lb1 .txtk1 dd b {
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
    width: 120px;
}

.gys_lb1 .txtk1 dd p {
    display: block;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gys_lb1 .txtk1 dd p.p_1 {
    height: 40px;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.gys_lb1 .txtk1 a.dbt:hover {
    color: #4fc2b8;
}

.gys_lb1 .txtk2 {
    width: 35%;
    float: right;
}

.gys_lb1 .txtk2 h4 {
    width: 100%;
    float: left;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    overflow: hidden;
}

.gys_lb1 .txtk2 dl {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.gys_lb1 .txtk2 dd {
    width: 100%;
    float: left;
    color: #909090;
    line-height: 24px;
    margin: 3px 0;
    padding-left: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gys_lb1 .txtk2 dd.dd1 {
    background: url("../image/pro/c1.png") left no-repeat;
}

.gys_lb1 .txtk2 dd.dd2 {
    background: url("../image/pro/c2.png") left no-repeat;
}

.gys_lb1 .txtk2 dd.dd3 {
    background: url("../image/pro/c3.png") left no-repeat;
}

.gys_lb1 .txtk2 a.cd_a_lv2 {
    width: 80%;
    float: left;
}

.gys_lb1 .txtk2 dl.dl1 {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 15px;
}

.gys_lb1 .txtk2 dl.dl1 dd {
    width: 31.3333%;
    float: left;
    padding: 0;
    margin: 1%;
}

.gys_lb1 .txtk2 dl.dl1 a, .gys_lb1 .txtk2 dl.dl1 .imgk, .gys_lb1 .txtk2 dl.dl1 img, .gys_lb1 .txtk2 dl.dl1 p {
    width: 100%;
    display: block;
    cursor: pointer;
}

.txtk2 dl.dl1 p:hover {
    color: #4fc2b8;
}

.txtk2 dl.dl1 .imgk {
    border: solid 1px #ddd;
    margin-bottom: 8px;
}

.gys_lb1 .txtk2 dl.dl1 .imgk {
    width: 94px;
    height: 94px;
    /*display: table-cell;*/
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.txtk2 dl.dl1 p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.gys_lb1 .txtk2 dl.dl1 img {
    max-width: 94px;
    max-height: 94px;
    line-height: 94px;
    display: inline;
}

@media only screen and (min-width: 1480px) {
    .w {
        width: 1440px;
    }
}

body .index_img {
    width: 170px;
    height: 170px;
    /*border:1px solid red;*/
}

@media only screen and (min-width: 1480px) {
    body .index_img {
        width: 209px;
        height: 209px;
    }
}

.sel_dx11 {
    background: url("../image/images/timg2.png") no-repeat 96% 16px;
    background-size: 12px auto;
    padding: 5px 10px;
    border: 1px solid #dcd8d8;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /*去掉下拉箭头*/
}

.sel_dx11::-ms-expand {
    display: none;
}

body .pharmacy_w1 .div_last_child {
    padding-bottom: 14px;
    max-height: 60px;
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
}

@media only screen and (min-width: 1480px) {
    body .pharmacy_w1 .div_last_child {
        padding-bottom: 20px;
        max-height: 46px;
        margin-top: 30px;
    }
}

body .pharmacy_w1 .div_last_child a {
    color: #fff;
    font-size: 14px;
    margin-right: 22px;
    width: 242px;
    display: inline-block;
    position: relative;
    text-align: center;
}

body .pharmacy_w1 .div_last_child:hover a {
    color: #ef8f36;
}
.pharmacy_w ul
{
    padding: 0;
}
.pharmacy_w ul li
{
    list-style: none;
}
.header_ad_navigate ul
{
    padding: 0;
}
.header_ad_navigate ul li
{
    list-style: none;
}
