@import url(//at.alicdn.com/t/c/font_4539476_ngqbjc8bq0a.css);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}
.pt-20{
    padding-top:20px;
}
.pt-40{
    padding-top:40px;
}
.pb-20{
    padding-bottom:20px;
}
.pb-40{
    padding-bottom:40px;
}
.c-fff{
    color: #ffffff!important;
}
.bg-fff{
    background: #ffffff;
}
.bg-fa{
    background: #fafafc;
}
.bg-main{
    background: rgba(192, 127, 19, .9);
}
.flex{
    display: flex;
}
.head{
    position: relative;
    width: 100%;
}
.scrolled{
    background-color: rgba(255, 255, 255, 1)!important;
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0,0,0,.08);
}
.head-action .scrolled{
    background-color: rgba(255, 255, 255, 0.6)!important;
}

.banner{
    display: block;
    width: 100%;
    z-index: 1;
}
.banner img{
    width: 100%;
    height: 100%;
}

.item-title{
    width: 100%;
    text-align: center;
}
.item-title .item-title-h2{
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
    letter-spacing:2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.15);
    background: linear-gradient(270deg,#f39800,#ff606c);
}
.item-title .item-title-em{
    font-size: 13px;
    line-height: 30px;
    color: #c1c1c1;
}
.item-title img{
    width: 100%;
    height: 100%;
}
.item-imgs{
    overflow: hidden;
}
.item-imgs a{
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}
.item-imgs img{
    width: 100%;
    height: 100%;
}

/* case */
.item-case{
    /*background: #90c556;*/
    padding: 0 10px;
}
.item-case #swiper-container-case{
    overflow: hidden;
    border-radius: 5px;
    /*margin-top: 20px;*/
    position: relative;
    padding-bottom: 30px;
}
.item-case .swiper-slide{
    /*background: #ffffff;*/
    /*padding: 20px;*/
    border-radius: 5px;
    height: 100% !important;
    width: 100%;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 1px 2px rgba(0,0,0,.15)!important;
}
.item-case .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: unset;
    margin-left:0;
    margin-top: 20px;
}
.item-case .swiper-pagination .swiper-pagination-bullet:nth-child(2n+2){
    display: none;
}
.item-case .swiper-pagination .swiper-pagination-bullet{
    background-color: #f39800;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: opacity .5s;
    opacity: 1;
    margin: 0 2px;
}
.item-case .swiper-pagination .swiper-pagination-bullet-active{
    width: 32px !important;
    height: 16px !important;
    border-radius: 20px !important;
    position: relative;
    transition-delay: 0s;
    background: #e60012;
}
.item-case .swiper-pagination .swiper-pagination-bullet-active:after{
    content: "";
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.case-img{
    width: 100%;
    height: 100px;
}
.case-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.item-case .news-title{
    height: 56px;
    line-height: 28px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: "open sans", "Prompt", "Noto Sans JP", "Noto Sans SC", "Amiri", "Padauk", sans-serif;
    margin: 10px 10px 0 10px;
    -webkit-line-clamp: 2;
}
.item-case .news-describe{
    margin: 10px;
    color: #fff;
    font-family: "open sans", "Prompt", "Noto Sans JP", "Noto Sans SC", "Amiri", "Padauk", sans-serif;
    font-size: 13px;
    -webkit-line-clamp: 3;
}

/* video */
.item-video #swiper-container-video{
    overflow: hidden;
    position: relative;
}
.item-video .swiper-slide{
    background: #ffffff;
    padding: 20px 50px;
    border-radius: 5px;
    height: 100% !important;
}
.item-video .swiper-button-next {
    background-image: none;
}
.item-video .swiper-button-prev,.item-video .swiper-button-next{
    top: 45% !important;
}
.item-video .swiper-button-prev:after, .item-video .swiper-button-next:after{
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #90c556;
    position: absolute;
    transform: rotate(50deg);
}
.item-video .swiper-button-prev:after{
    left: 0 !important;
    right: auto !important;
}
.item-video .swiper-button-next:after{
    right: 0 !important;
    left: auto !important
}
.item-video .video-img{
    width: 100%;
    height: 200px;
}
.item-video img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-video .news-title{
    margin-top: 20px;
    text-align: center;
}
.item-video .fonts{
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}


/* hospital*/
.item-hospital .swiper-container-hospital{
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    padding-bottom: 50px;
}
.item-hospital .swiper-slide{
    height: 100% !important;
}
.item-hospital{
    /*padding: 20px;*/
    /*background-color: #f6f6f6;*/
}

.hospital-item{
    /*display: flex;*/
    /*margin-top: 20px;*/
}
.hospital-item{
    /*border-radius: 50px;*/
    /*background-color: #90c556;*/
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    background-position: center center !important;
    position: relative;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;;
}
.hospital-item:nth-child(2n){
    background-color: #ffffff;
}
.hospital-item .hospital-img{
    /*width: 50%;*/
    /*height: 90px;*/
    /*padding: 2px;*/
    width: 100%;
    height: 320px;
     border-radius: 15px;
}
.hospital-item .hospital-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    /*border-top-left-radius: 50px;*/
    /*border-bottom-left-radius: 50px;*/
}
.hospital-item .hospital-text{
    /*margin-left: 10px;*/
    /*flex: 1;*/
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex: 1;*/
    /*-ms-flex: 1;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*-ms-flex-direction: column;*/
    /*flex-direction: column*/
    z-index: 2;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.hospital-item .news-h2{
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    font-family: AlibabaPuHuiTiM;
}
.hospital-item .news-desc{
    width: 90%;
    color: #1f1f1f;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 22px;
    font-family: AlibabaPuHuiTiM;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-weight: 400;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
}
.hospital-item:nth-child(2n) .news-h2{
    color: #90c556;
}
.hospital-item .news-title{
    color: #ffffff;
}
.hospital-item:nth-child(2n) .news-title{
    color: #333333;
}
.hospital-overlay {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}
.hospital-fade {
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 30%, rgba(240, 240, 240, 0.3) 40%, rgba(240, 240, 240, 0.5) 50%, #f0f0f0 80%, rgba(247, 247, 247, 0.95) 100%);
    bottom: 0px !important;
}
.item-hospital .swiper-slide {
    width: 80%;
    text-align: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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;
    transition: 300ms;
    border-radius: 15px;
    /*transform: scale(0.8);*/
}
.item-hospital .swiper-slide-active,.item-hospital .swiper-slide-duplicate-active{
    transform: scale(1);
}

.item-hospital .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0!important;
    position: unset;
    margin: 20px 20px 0 20px;
    transition:1s opacity;
}

.item-hospital .swiper-pagination .swiper-pagination-bullet{
    background-color: #c07f13;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 15px;
    transition: opacity .5s;
    color: #fff;
    font-size: 12px;
    opacity:1;
    margin: 0 5px;
}
.item-hospital .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #e60012;
    width: 60px !important;
    height: 26px !important;
    line-height: 26px;
    border-radius: 15px !important;
    position: relative;
    transition-delay: 0s;
}
/*.item-hospital .swiper-pagination .swiper-pagination-bullet-active:after{*/
/*    content: "";*/
/*    background: #ffffff;*/
/*    width: 80px;*/
/*    height: 26px;*/
/*    line-height: 26px;*/
/*    border-radius: 15px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/

/* news */
.item-news{
    padding-bottom: 30px;
}
.item-news .news-item{
    padding: 20px 10px 0 10px;
}
.news-item{
    display: flex;
}
.news-item .news-img{
    width: 120px;
    height: 90px;
}
.news-item .news-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-item .news-text{
    margin-left: 10px;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.news-item .news-title{
    -webkit-line-clamp: 1;
}
.news-item .news-describe{
    -webkit-line-clamp: 2;
}

.news-title{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: 500;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: AlibabaPuHuiTiM;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news-describe{
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-family: AlibabaPuHuiTiM;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    overflow: hidden;    
    text-overflow: ellipsis;
    word-break: break-all;
}

/* footer */
.footer{
    /*background-color: #fafafc;*/
}
.footer-contact{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}
.footer-contact .tel,.footer-contact .email{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-contact .tel span,.footer-contact .email span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}
.footer-contact .tel .contact,.footer-contact .email .contact{
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    margin-left: 5px;
}
.footer-contact .tel .fonts,.footer-contact .email .fonts{
    color:#ffffff;
    font-size: 20px;
}
.footer-contact .tel span{
    background-color: #f39800;
}
.footer-contact .email span{
    background-color: #32abcb;
}
.footer-contact .contact-text{
    color: #bfbfbf;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}
.footer-contact .contact-no{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.footer-contact .tel .contact-no{
    color: #f39800;
}
.footer-contact .email .contact-no{
    color: #32abcb;
}
.footer-copyright{
    padding: 20px 10px;
}
.footer-copyright .copyright-nav{
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-copyright .copyright-nav a{
    width: 33%;
    padding-bottom: 10px;
}
.footer-copyright .copyright-text{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.footer-copyright .copyright-link{
    margin-top: 20px;
    display: flex;
}
.footer-copyright .copyright-link a{
    color: #999;
    background: #bfbfbf;
    margin-right: 10px;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-copyright .copyright-link .fonts{
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
}
.itembox{
    height: 170px;
    width: 170px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 0.33rem 1px hsl(0deg 0% 92% / 88%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.fwxm{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.xmarr{
    margin-bottom: 20px;
    
}
.item_top{
    width: 90%;
    height: 90%;
    position: relative;
}
.img_box{
    height: 50px;
    width: 50px;
    background: #fff;
    z-index: 2;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_box img{
    width: 25px;
    height: 25px;

}
.bottomnr{
    height: 80px;
    width: 170px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(192, 127, 19, .9);
}
.bmbt{
    width: 80%;
    height: 30px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
}
.bmbt p{
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.bmjj{
    font-size: 12px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 16px;
    line-height: 16px;
}
.bmbox{
    display: flex;
    flex-direction: column;
}
.gywm{
    width: 100%;
    height: 380px;
    background: linear-gradient(to top, #c38113 30%, #fff 80%);
}
.top_img{
    width: 90%;
    height: 300px;
    margin: 0 auto;
}
.jswm{
    position: relative;
    bottom: 150px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
}
.bmnr{
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    text-align: center;
}
.jsnr{

}
.jsnr p:nth-child(1){
    font-size: 24px;
    color: #fff;
}
.jsnr p:nth-child(2){
    font-size: 12px;
    color: #fff;
}
.jg{
    width: 1px;
    background: #fff;
}


/*套餐*/
.ths-package{
    padding: 20px 10px 0 10px;
}
.ths-package .package-img{
    width: 95px;
    height: 95px;
    margin-right: 10px;
    flex-shrink: 0;
}
.ths-package .package-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.ths-package .package-text{
    flex: 1;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}
.ths-package .package-title{
    align-items: center;
}
.ths-package .package-title .i-bz{
    font-size: 18px;
    color: #e60012;
    padding-right: 8px;
}
.ths-package .package-title  .news-title{
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
}
.ths-package .news-describe{
    -webkit-line-clamp: 2;
    color: #2a2b2d;
}
.ths-package .package-star{
    align-items: center;
    margin-top: 4px;
}
.ths-package .star_number{
    font-size: 15px;
    color: #c07f13;
    font-weight: 700;
    margin-right: 10px;
    line-height: 18px;
}
.ths-package .star_box{
    line-height: 18px;
    
}
.ths-package .star_box .fonts{
    color: #c07f13;
    font-size: 15px;
    font-weight: 700;
}
.ths-package .package-tag span{
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    background: #b1b1b1;
    color: #f3f3f3;
    margin-top: 10px;
    padding: 1px 5px;
    margin-right: 6px;
    border-radius: 5px;
}
.ths-package .package-tag span.package-tag-dj1{
    background: #ea5413;
    color: #fff;
}
.ths-package .package-fird {
    margin-top: 10px;
}
.ths-package .package-fird span{
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    margin-right: 6px;
    color: #2a2b2d;
}
.package-btn{
    text-align: center;
    margin: 15px auto;
    
}
.package-btn .fonts{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-weight: 500;
    padding-right: 10px;
}
.package-btn span{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-weight: 500;
}