     /* banner */
    
    .banner {
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
        position: relative;
        height: auto;
        z-index: 1;
        box-shadow: 0 0 10px #d5d5d5;
    }
    .banner .swiper-button-next,  .banner .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: rgba(255,255,255,0.3);
        border-radius: 100%;
    }
	.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
	
	    font-size: 24px;
	    color: #fff;}
    .banner .swiper-slide {
        overflow: hidden;
        position: relative;
    }
    
    .banner .swiper {
        position: relative;
        height: 100%;
    }
    
    .banner .swiper-slide img {
        width: 100%;
        height: 100%;
        animation: changeScale 1 2.5s;
        z-index: 1;
    }
    
    .banner .swiper-slide-active img {
        transform: scale3d(1, 1, 1);
        transition: all 5s;
    }
    
    .banner .swiper-slide .text {
        position: absolute;
        right: 10%;
        top: 13%;
        color: #333333;
        z-index: 11;
        text-align: right;
        display: table;
    }
    
    .banner .swiper-slide .text img {
        display: inline-block;
        max-width: 100%;
        width: auto;
    }
    
    .banner .swiper-pagination {
        bottom: 5% !important;
        text-align: center !important;
        padding: 0 5%;
    }
    
    .banner .swiper-pagination-bullet {
        width: 0.07rem !important;
        height: 0.07rem !important;
        background: #fff !important;
        border-radius: 100%;
        opacity: 1;
        transition-duration: .5s;
    }
    
    .banner .swiper-pagination-bullet-active {
        width: 0.28rem !important;
        border-radius: 0.1rem;
        background: #fff !important;
    }
    
    .pc-banner {
        display: block;
    }
    
    .mobile-banner {
        display: none;
    }
    /* banner */
    
    .home-enter {
        width: 100%;
        border: 3px solid #e2eef2;
        border-radius: 0.3rem;
        padding: 0.10rem 2%;
        position: relative;
        margin-bottom: 0.6rem;
        background: #fff;
        z-index: 99;
    }
    
    .home-enter .dw {
        width: 2.13rem;
        height: 2.04rem;
        position: absolute;
        left: 43.5%;
        top: -0.25rem;
        z-index: 100;
    }
    
    .home-enter .dw img {
        display: inline-block;
        width: 100%;
    }
    
    .home-enter-list {
        width: 100%;
        position: relative;
    }
    
    .home-enter-list dl {
        width: 20%;
        text-align: center;
        float: left;
        position: relative;
        cursor: pointer;
        z-index: 1;
    }
    /* 考区导航 */
    
    .yy-box-c {
        position: absolute;
        top: 100%;
        left: 0;
        width: 15.8rem !important;
        padding: 0.1rem;
        height: auto !important;
        display: none;
        -webkit-animation-name: tab;
        animation-name: tab;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        border-radius: 0.1rem;
        box-sizing: border-box;
        z-index: 3;
        color: #333;
        text-align: left;
    }
    
    .home-enter-list .kqdh:hover .yy-box-c {
        display: block;
    }
    
    .topic-select {
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px #e1e1e1;
        padding: 0.25rem 0.35rem;
        margin-top: 0.22rem;
        margin-bottom: 0.35rem;
    }
    
    .topic-select li {
        width: 6.25%;
        float: left;
        line-height: 0.64rem;
        text-align: center;
        font-size: 0.18rem;
    }
    
    .topic-select li:hover {
        font-weight: bold;
        color: #d20303;
    }
    /*  */
    
    .home-enter-list dl:nth-child(2) {
        margin-right: 10%;
    }
    
    .home-enter-list dl:nth-child(3) {
        margin-left: 10%;
    }
    
    .home-enter-list dl:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 60%;
        right: 0;
        top: 20%;
        background: #e8e8e8;
    }
    
    .home-enter .enter {
        width: 2.45rem;
        height: 2.2rem;
        background: url(../images/pos-bg.png)no-repeat;
        background-size: 2.45rem 2.2rem;
        position: absolute;
        right: 0.4rem;
        bottom: -0.09rem;
        padding-top: 1.55rem;
    }
    
    .home-enter .enter .but {
        width: 60%;
        border-radius: 0.5rem;
        background: #a0122c;
        height: 0.3rem;
        line-height: 0.3rem;
        text-align: center;
        color: #fff;
        margin: 0 auto;
    }
    
    .home-enter .enter .but a {
        display: inline-block;
        padding: 0 0.1rem;
        color: #fff;
        font-size: 0.17rem;
    }
    
    .home-enter-list dl:nth-child(2):after,
    .home-enter-list dl:nth-child(4):after {
        display: none;
    }
    
    .home-enter-list dl dt {
        padding-top: 0.18rem;
        transition-duration: .5s;
		height:75px;
    }
    
    .home-enter-list dl:hover dt {
        transform: rotateY(180deg);
    }
    
    .home-enter-list dl dt img {
        display: inline-block;
        max-width: 100%;
    }
    
    .home-enter-list dl dd {
        line-height: 0.44rem;
        font-weight: bold;
        font-size: 0.26rem;
        color: #333333;
    }
    /* 新闻 */
    
    .home-news-box {
        width: 48.66%;
        border: 3px solid #e2eef2;
        border-radius: 0.1rem;
        padding: 0.25rem 0.2rem 0.25rem 0.2rem;
        background: #fff;
        margin-bottom: 0.3rem;
		/* min-height:4.56rem !important; */
    }
    
    .index-bit {
        width: 100%;
        margin: 0 auto;
        line-height: 0.5rem;
        margin-bottom: 0.17rem;
    }
    
    .index-bit h1 {
        font-size: 0.4rem;
        color: #333333;
        line-height: 0.5rem;
        display: table;
        text-transform: uppercase;
        position: relative;
        padding-left: 0.6rem;
        font-size: 0.26rem;
        color: #333333;
    }
    
    .index-bit h1 span {
        color: #d30000;
    }
    
    .b1 {
        background: url(../images/news-icon1.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b2 {
        background: url(../images/news-icon2.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b3 {
        background: url(../images/news-icon3.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b4 {
        background: url(../images/news-icon4.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b5 {
        background: url(../images/news-icon5.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b6 {
        background: url(../images/news-icon6.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b7 {
        background: url(../images/news-icon7.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b8 {
        background: url(../images/news-icon8.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b9 {
        background: url(../images/news-icon9.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .b10 {
        background: url(../images/news-icon10.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    .b11 {
        background: url(../images/news-icon11.png)no-repeat left center;
        background-size: 0.5rem 0.5rem;
    }
    
    .index-bit .news-more {
        display: table;
        margin: 0 auto;
        line-height: 0.5rem;
        position: relative;
        font-size: 0.16rem;
        color: #777777;
        background: url(../images/more-bg.png)no-repeat right center;
        padding-right: 0.35rem;
        background-size: 0.32rem 0.28rem;
    }
    
    .home-list {
        width: 100%;
    }
    .tempWrap{ height:3.3rem !important;}
    .home-list li {
        width: 100%;
		height: 0.56rem;
        line-height: 0.56rem;
        border-radius: 0.08rem;
        background: #f1f4f8;
        padding: 0 0.17rem;
        position: relative;
        cursor: pointer;
        /* display: flex;align-items: center; */
        color: #333333;
        font-size: 0.2rem;
        margin-bottom: 0.14rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .home-list li:nth-child(5) {
        margin-bottom: 0;
    } 
	.h-xxkx li{height: 0.56rem !important;line-height: 0.56rem !important;}
    .h-xxkx li:nth-child(5) {
        margin-bottom: 0.14rem !important;
		
    } 
    .home-list li span {
        display: inline-block;
        color: #a0122c;
        line-height: 0.22rem;
        font-size: 0.16rem;
		margin-right:6px;
    }
    
    .home-list li:hover {
        color: #a0122c;
    }
    
    .Menubox1 {
        display: table;
        height: 0.5rem;
        position: relative;
        margin-top: 0.05rem;
        margin-right: 0.25rem;
    }
    
    .Menubox1 ul {}
    
    .Menubox1 li {
        width: 1.34rem;
        float: left;
        text-align: center;
        cursor: pointer;
        height: 0.4rem !important;
        line-height: 0.4rem !important;
        font-size: 0.18rem;
        color: #333;
        background: #eaeaea;
        position: relative;
        border-radius: 0.5rem;
        margin-left: 0.08rem;
    }
    
    .Menubox1 li.hover {
        background: #d30000;
        color: #fff;
    }
    
    .Contentbox1 {
        width: 100%;
    }
    
    .CbContainer1 {
        position: relative;
    }
    
    .home-news-tab {
        width: 100%;
    }
    
    .home-news-pic {
        width: 2.24rem;
    }
    
    .home-news-pic img {
        display: block;
    }
    
    .home-news-neir {
        width: calc(96% - 2.24rem);
    }
    
    .home-news-neir h1 {
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0.05rem 0 0.1rem 0;
    }
    
    .home-news-neir .time {
        line-height: 0.36rem;
        color: #333333;
        font-size: 0.17rem;
    }
    
    .home-news-list {
        border-top: 1px dashed #e5e5e5;
        margin-top: 0.18rem
    }
    
    .home-news-list li {
        width: 100%;
        border-bottom: 1px dashed #e5e5e5;
        list-style: none;
        line-height: 0.64rem;
        font-size: 0.2rem;
        color: #333333;
        padding-left: 0.26rem;
        position: relative;
    }
    
    .home-news-list li p {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .home-news-list li span {
        display: inline-block;
        width: 20%;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .home-news-list li:after {
        width: 0.06rem;
        height: 0.06rem;
        position: absolute;
        left: 0.1rem;
        top: 0.32rem;
        content: "";
        background: #b6b6b6;
        border-radius: 100%;
    }
    
    .home-class .swiper-slide .pic {
        margin-bottom: 0.45rem;
        position: relative;
    }
    
    .home-class .swiper-slide .pic .dw {
        width: 90%;
        position: absolute;
        left: 5%;
        background: #fff;
        border-radius: 0.1rem;
        text-align: center;
        line-height: 0.52rem;
        box-shadow: 0 0 15px #dde7f3;
        bottom: -0.26rem;
        font-size: 0.175rem;
        padding: 0 0.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .home-class .swiper-button-prev,
    .home-class .swiper-button-next {
        width: 28px;
        height: 28px;
        background: url(../images/class-jt.png);
        background-size: 100% 100%;
    }
    
    .home-class .swiper-button-next {
        transform: rotate(180deg);
    }
    
    .home-class .swiper-button-prev:after,
    .home-class .swiper-button-next:after {
        display: none;
    }
    
    .home-kdjj dl {
        width: 100%;
        margin-top: 0.15rem;
    }
    
    .home-kdjj dl dt {
        width: 0.25rem;
        text-align: right;
        color: #0b7ed1;
        padding-right: 0.03rem;
        padding-top: 0.05rem;
		padding-bottom: 0.1rem;
        line-height: 0.28rem;
        font-size: 0.23rem;
        float: left;
    }
    
    .home-kdjj dl dt span {
        display: inline-block;
        width: 100%;
        font-size: 0.16rem;
    }
    
    .home-kdjj dl dd {
        width: calc(98% - 0.25rem);
        border-bottom: 1px dashed #ebebeb;
        float: right;
        padding: 0 0 0.15rem 0;
    }
    
    .home-kdjj dl dd p {
        line-height: 0.38rem;
        font-size: 0.2rem;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .home-kdjj dl dd span {
        display: inline-block;
        line-height: 0.3rem;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .home-course {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    
    .home-course .left {
        width: 16%;
    }
    
    .home-course .right {
        width: 82%;
        border: 3px solid #e2eef2;
        border-radius: 0.1rem;
        padding: 0.25rem 0.2rem 0.15rem 0.2rem;
        background: #fff;
        position: relative;
    }
    
    .home-zxkc {
        width: 100%;
    }
    
    .home-zxkc dl {
        width: 23.125%;
        float: left;
        border-radius: 0.08rem;
        border: 1px solid #f0f0f0;
        margin-right: 2.5%;
        margin-bottom: 0.15rem;
    }
    
    .home-zxkc dl:nth-child(4n) {
        margin-right: 0;
    }
    
    .home-zxkc dl dt {
        width: 100%;
        overflow: hidden;
    }
    
    .home-zxkc dl dt img {
        width: 100%;
        display: inline-block;
        height:2rem;
    }
    
    .home-zxkc dl dd {
        padding: 0.05rem 0.15rem;
        font-size: 0.16rem;
        color: #333333;
        line-height: 0.26rem;
    }
      .home-zxkc dl dd p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;}
    .home-zxkc dl dd span {
        display: inline-block;
        width: 100%;
        font-size: 0.2rem;
        color: #d30000;
        font-weight: bold;
    }
    
    .home-book-box {
        width: 100%;
        margin-bottom: 0.33rem;
        border: 3px solid #e2eef2;
        border-radius: 0.1rem;
        padding: 0.25rem 0.2rem 0.15rem 0.2rem;
        background: #fff;
        position: relative;
    }
    
    .home-book-box-list li {
        width: 100%;
        background: url(../images/book-bg.jpg)no-repeat center bottom;
        background-size: 2.35rem 0.59rem;
        min-height: 1.88rem;
        padding-bottom: 0.37rem;
        text-align: center;
        padding-right: 0.15rem;
    }
    
    .home-book-box-list li img {
        display: inline-block;
    }
    
    .home-book-box-list li:nth-child(4n) {
        margin-right: 0;
    }
    .home-book-box .swiper-button-prev, .home-book-box .swiper-button-next {
        width: 28px;
        height: 28px;
        background: url(../images/class-jt.png);
        background-size: 100% 100%;
		
    }
	    .home-book-box .swiper-button-prev:after, .home-book-box .swiper-button-next:after{font-size:0;}
		.home-book-box .swiper-button-next {
		    transform: rotate(180deg);
		}
    .home-kdjj-box {
        width: 32.46%;
        margin-bottom: 0.33rem;
        border: 3px solid #e2eef2;
        border-radius: 0.1rem;
        padding: 0.25rem 0.2rem 0.15rem 0.2rem;
        background: #fff;
        position: relative;
    }
    /* 科室 */
    
    .Menubox2 {
        width: 100%;
        position: relative;
    }
    
    .Menubox2 ul {
        width: 100%;
    }
    
    .Menubox2 li {
        width: 100%;
        float: left;
        cursor: pointer;
        height: 0.93rem;
        line-height: 0.93rem;
        text-align: center;
        font-size: 0.24rem;
		margin:0 1%;
        color: #333333;
        position: relative;
        background: url(../images/tab1.png)no-repeat left center;
        margin-bottom: 0.13rem;
		background-size:100% 100%;
    }
    
    .Menubox2 li span {
        display: inline-block;
    }
    .Menubox2 li a{display:inline-block;width:100%; height:100%;}
    .Menubox2 li.hover {
        color: #fff;
        position: relative;
        font-weight: bold;
        background: url(../images/tab1-1.png)no-repeat left center;
		background-size:100% 100%;
    }
    
    .Contentbox2 {
        width: 100%;
    }
    
    .CbContainer2 {
        position: relative;
    }
    
    .home-ks-tab {
        width: 100%;
        height: 7rem;
        margin-top: 0.5rem;
    }
    /* 科室效果 */
    
    .home-about-box {
        width: 100%;
        position: relative;
    }
    
    .home-about-box .left {
        width: 48%;
        overflow: hidden;
        border-radius: 0.08rem;
        position: relative;
		height:4.08rem;
    }
    
    .home-about-box .left .video-but {
        width: 0.49rem;
        height: 0.5rem;
        position: absolute;
        left: 47%;
        top: 45%;
        z-index: 3;
    }
    
    .home-about-box .right {
        width: 50.5%;
    }
    
    .home-about-box .right .num {
        width: 28%;
        border-radius: 0.08rem;
        height: 4.12rem;
        background: url(../images/home-about-bg.jpg)no-repeat;
        background-size: 100% 100%;
        color: #fff;
        text-align: center;
    }
    
    .home-about-box .right .num li {
        width: 100%;
        list-style: none;
        height: 2.06rem;
        font-size: 0.18rem;
        padding-top: 0.6rem;
    }
    
    .home-about-box .right .num li span {
        display: inline-block;
        font-size: 0.58rem;
        line-height: 0.58rem;
        font-weight: bold;
    }
    
    .home-about-box .right .text {
        width: 72%;
        height: 4.12rem;
        background-size: 100% 100%;
        background: url(../images/home-about-bg1.jpg);
        padding: 0.5rem 0.3rem 0 0.3rem;
    }
    
    .home-about-box .right .text h1 {
        line-height: 0.5rem;
        font-size: 0.28rem;
        color: #333333;
		text-align: center;
    }
      .home-about-box .right .text span{display:inline-block; color:#d30000;text-indent:0;}
    .home-about-box .right .text p {
        font-size: 0.2rem;
        line-height: 0.32rem;
        margin-bottom: 0.2rem;
		text-indent: 2em;
		text-align:justify;
    }
    /* 引导页 */
    /*  */
    
    .picMarquee-top {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .picMarquee-top .bd {
		height:3.3rem !important;
	}
    
    .picMarquee-top .bd ul {
        overflow: hidden;
        zoom: 1;
    }
    /*  */
	.Menubox2 li:nth-child(6).hover{color:#333333 !important; background:none !important;}
    
    @media only screen and (max-width: 1440px) {}
    
    @media only screen and (max-width: 1366px) {}
    
    @media only screen and (max-width: 1280px) {}
    
    @media only screen and (max-width: 1080px) {}
    
    @media only screen and (max-width: 760px) {
.home-enter .dw {
    width: 1.7rem;
    height: 1.6rem;
    left: 38%;
    top: -1.25rem;

}
        .home-enter-list dl:nth-child(3) {
            margin-left: 0;
        }
        .home-enter-list dl:nth-child(2) {
            margin-right: 0;
        }
        .home-enter-list dl {
            width: 25%;
        }
        .home-news-box {
            width: 100%;
			height: auto !important;
        }
		.picMarquee-top .bd{height:260px;}
        .index-bit .news-more {
            font-size: 15px;
        }
        .home-list li {
            font-size: 15px;
            line-height: 46px;
height: 46px;
        }
        .index-bit {
            margin-bottom: 15px;
        }
        .index-bit h1 {
            font-size: 18px;
        }
        .home-class .swiper-slide .pic .dw {
            line-height: 36px;
            font-size: 15px;
        }
        .home-enter-list dl dt img {
            height: 47px;
        }
        .home-enter-list dl dd {
            font-size: 16px;
        }
        .home-course .left {
            width: 100%;
        }
        .Menubox2 li {
 width: 31.2%;
            font-size: 17px;
        }
		.home-zxkc dl dt img{height:auto;}
		.yy-box-c {
		    width: 370px !important;}
			.topic-select li {
			    width: 20%;
			    line-height: 32px;
			    font-size: 15px;
			}
        .home-course .right {
            width: 100%;
        }
        .home-zxkc dl {
            width: 46%;
            margin: 0 2% 20px 2%;
        }
        .home-zxkc dl dd p {
            height: 50px;
            line-height: 24px;
            font-size: 15px;
        }
        .home-zxkc dl dd span {
            font-size: 15px;
            line-height: 28px;
        }
        .home-kdjj dl dd p,
        .home-kdjj dl dd span {
            line-height: 30px;
            font-size: 15px;
        }
        .home-kdjj dl dt {
            padding-right: 5px;
            padding-top: 4px;
            line-height: 26px;
            font-size: 15px;
    width: 25px;
        }
        .home-book-box,
        .home-kdjj-box,
        .home-about-box .right .num,
        .home-about-box .right,
        .home-about-box .right .text {
            width: 100%;
        }
        .home-about-box .left {
            width: 100%;
            margin-bottom: 10px;
        }
        .home-about-box .right .num {
            width: 100%;
            height: auto;
            padding-bottom: 20px;
        }
        .home-about-box .right .num li {
            width: 50%;
            float: left;
            height: auto;
            font-size: 17px;
        }
        .home-about-box .right .text {
            height: auto;
            padding: 20px 15px;
        }
        .home-about-box .right .text p {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 25px;
        }
        .home-about-box .right .text h1 {
            line-height: 46px;
            font-size: 24px;
        }
    
        .home-news-list li {
            line-height: 46px;
            font-size: 15px;
        }
        .home-news-list li:after {
            width: 6px;
            height: 6px;
            left: 0;
            top: 20px;
        }
  .home-class .swiper-slide{padding-bottom:50px;}
  .home-class .swiper-button-next,   .home-class .swiper-button-prev {
    position: absolute;
    top: 92%;}
  .home-class .swiper-button-next {
    right: 40%;
    left: auto;
}
 .home-class .swiper-button-prev{
    left: 40%;
    right: auto;
	}
	.pc-banner {
	    display: none;
	}
	
	.mobile-banner {
	    display: block;
	}
.h-xxkx li{height: 46px !important;line-height: 46px !important;}
.home-kdjj dl dd {
    width: calc(98% - 25px);}
.Menubox1 li {
	width: 100px;
    height: 28px  !important;
    line-height: 28px !important;
    font-size: 15px;

}
    }