@charset "utf-8";
a:link{ cursor: pointer;}
body {
    font-family: "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular";
    -webkit-text-size-adjust: 100%;
    background-color: #fff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px !important;
}
* {
    word-wrap: break-word;
    word-break: break-word;
    outline: none;
}
.clearFix {
    zoom: 1;
}
.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.pageWrap{
    padding-top: 20px;
}
.contentWrap{
    width: 1034px;
}
/*ztSwiperWrap.css start*/
.ztTuijian {
    height: 300px;
    overflow: hidden;
}
.ztSwiperWrap{
    float: left;
    border-radius: 20px;
    overflow: hidden;
}
.ztSwiperWrap .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ztSwiperWrap .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;


}
.ztSwiperWrap,
.ztSwiperWrap .swiper-slide img{
    width: 680px;
    height: 345px;
}
.ztSwiperWrap .swiper-slide img{
    transition: transform 1s;
}
.ztSwiperWrap .swiper-slide:hover img{
    transform: scale(1.12);
}
.ztSwiperWrap .swiper-pagination-bullet-active {
    background: #2B9FFF!important;
    width: 28px!important;
}
.ztSwiperWrap .swiper-pagination-bullet {
    width: 28px;
    height: 5px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    /*transition-delay: .2s, .2s, 0s;*/
}

.ztSwiperWrap .swiper-container-horizontal>.swiper-pagination-bullets,.ztSwiperWrap  .swiper-pagination-custom,.ztSwiperWrap .swiper-pagination-fraction {
    bottom: 20px;
    right: 13px;
    width: 100%;
    text-align: right;
    left: initial;
}
.ztSwiperWrap .swiperMask{
    width: 724px;
    height: 77px;
    background: linear-gradient(0deg, #000000, rgba(0,0,0,0));
    opacity: 0.62;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 1;
}
/*ztSwiperWrap.css end*/
/*contentListWrap.css start*/
.contentListWrap{
    margin-bottom: 60px;
}
.keySearchWrap input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f5f6f9 inset!important;
}
.typeListWrap{
    width: 734px;
}
.moduleWrap{
    padding-top: 63px;
}
.moduleWrap h4{
    font-size: 24px;
    color: #000000;
    line-height: 36px;
    position: relative;
    padding-left: 22px;
    cursor: default;
    margin-bottom: 36px;
}
.moduleWrap h4:before{
    position: absolute;
    left:0;
    top:6px;
    content: '';
    width: 10px;
    height: 24px;
    background: #0780E5;
    border-radius: 5px;
}
.moduleWrap h4 a{
    font-size: 16px;
    color: #393838;
    line-height: 36px;
    float: right;
    cursor: pointer;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}
.moduleWrap h4 a:hover{
    color: #0780E5;
}
.hospitalList li{
    float: left;
    width: 170px;
    margin-right: 17px;
    height: 200px;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
    /*transition: all .2s linear;*/
}
.hospitalList li:hover{
    box-shadow: 0px 0px 10px 3px rgba(27,68,102,0.1);
    border-radius: 35px;
    transform: translate3d(0,-4px,0);
}

.hospitalList li:hover .name{
    color: #0780E5;

}
.hospitalList li:nth-child(4n){
    margin-right: 0;
}
.hospitalList .logoBox {
    width: 110px;
    height: 110px;
    background: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.hospitalList .logoBox div {
    background: #f4f5f8;
    width: 95px;
    height: 95px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.hospitalList .logoBox div img {
    max-width: 76px;
    max-height: 76px;
    width: auto;
    height: auto;
}
.hospitalList .contentBox {
    position: relative;
    z-index: 1;
    width: 170px;
    height: 140px;
    background: #F5F6F9;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    top: -50px;
}
.yycontentWrap {
    width: 100%;
    padding: 0 8px;
    padding-top: 50px;
}
.level {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #393838;
    margin: 5px auto 2px;
}
.name {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-height: 49px;
}
.sideWrap{
    width: 244px;
}
.sideWrap li {
    zoom: 1;
    width: 244px;
}
.sideWrap li:after {
    content: "";
    display: block;
    clear: both;
}
.sideWrap li{
    float: none;
}
.sideWrap .hospitalList li:hover{
    box-shadow: 0px 0px 10px 3px rgba(27,68,102,0.1);
    transform: translate3d(0,0,0);
    border-radius: 35px;
}
.sideWrap  .hospitalList .contentBox{
    width: 244px;
    height: 70px;
    background: #F5F6F9;
    border-radius: 35px;
    top:0;
    display: flex;
    align-items: center;
}
.sideWrap .yycontentWrap {
    width: 100%;
    padding:0;
}
.sideWrap  .hospitalList .logoBox {
    width: 70px;
    height: 70px;
}
.sideWrap  .hospitalList .logoBox div {
    width: 60px;
    height: 60px;

}
.sideWrap  .hospitalList .logoBox div  img{
    width: 48px;
    height: auto;
    max-height: 48px;
}
.sideWrap .hospitalList .logoBox{
    margin: 0;
    position: absolute;
}
.sideWrap .name{
    width:143px;
    margin-left: 79px;
}
.sideWrap .hospitalList li{
    height: 70px;
    margin-bottom: 18px;
}
.sideWrap .hospitalList li:last-child{
    margin-bottom: 0;
}
.sideWrap .moduleWrap h4{
    margin-bottom: 24px;
}
.sideWrap .xmbgList li a{
    font-size: 14px;
    color: #000000;
    line-height: 36px;
}
.sideWrap .xmbgList li a p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 16px;
}
.sideWrap .xmbgList li a p:before{
    content: '';
    width: 7px;
    height: 7px;
    background: #0780E5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
.sideWrap .xmbgList li a:hover{
    color: #2B9FFF;
}

/*newSupplierList.css start*/
.newSupplierList{

    padding-bottom: 40px;
    margin-top: 30px;
}
.newSupplierList li{
    width: 244px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(27,68,102,0.1);
    float: left;
    display: table !important;
    text-align: center !important;
    margin-bottom: 25px;
    border-radius: 20px;

}
.newSupplierList li:nth-child(5n){
    margin-right: 0;
}
.newSupplierList li span{
    text-align: center;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    width: 244px;
    height: 82px;
}
.newSupplierList li img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    max-width:240px;
    max-height: 78px;
    margin: 0 auto;
    display: inline-block;
}
.adRightWrap{
    width: 244px;
    height: 140px;
    background: #F5F6F9;
    border-radius: 20px;
    overflow: hidden;
}
.adRightWrap{
    margin-top: 27px;
}
.adRightWrap img{
    width: 244px;
    height: 140px;
}
/*newSupplierList.css end*/
/*contentListWrap.css end*/
.zsxm{
    position: fixed;
    right: 20px;
    top:30%;
    cursor: pointer;
    z-index: 2;
}
.zsxm div{
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(1,1,2,0.1);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.zsxm em{
    display: inline-block;
    background: url("../img/icon/zsxmBj_h.png") no-repeat center 0;
    background: url("../img/icon/zsxmBj.png") no-repeat center 0;
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
}
.zsxm:hover em{
    background: url("../img/icon/zsxmBj_h.png") no-repeat center 0;
    background-size: 26px 26px;
}
.zsxm p{
    margin-top: 17px;
    font-size: 14px;
    line-height: 1;
    color: #737474;
}
.zsWrap .zsTips{
    font-size: 14px;
    color: #7c7c7c;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
    margin-left: -47px;
}
.zsWrap .modal-body i{
    display: inline-block;
}
.zsWrap .control-label i {
    color: #D30F07;
    font-weight: bold;
}
.zsWrap .Max_msg{
    display: block;
    text-align: right;
    color: #8a8a8a;
    margin-top: 7px;
}
.zsWrap .modal-body img {
    height: 30px;
}
.zsWrap .imgCapcha{
    display: inline-block!important;
    width: auto!important;
}
.zsWrap .changeImg {
    display: inline-block;
    margin-left:20px;
    color: #757575;
    font-size: 12px;
    cursor: pointer;
    line-height: 30px;
}
.zsWrap .changeImg em{
    color: #1e88e5;
    margin-left: 5px;
}
.zsWrap .codeWrap>span{
    color: red;
    display: block;
    clear: both;
}
.codeWrap .no-padding-right{
    width: 210px!important;
}
.zsWrap .form-horizontal .control-label {
    padding-right: 0!important;
    padding-top: 0!important;
}
.zsWrap .modal-title {
    text-align: center;
}
.modal-dialog .btn,
.btn-default, .btn:focus, .btn-default:focus {
    background-color: #0780E5!important;
    border-color: #0780E5;
}
.modal-dialog .btn:hover,
.btn-default:hover,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
    background-color: #0780E5!important;
    border-color: #0780E5;
}