.banner {
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
}

.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;
}

.banner .swiper-pagination {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet {
    width: 0.11rem !important;
    height: 0.11rem !important;
    background: #fff !important;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #1e8c72 !important;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}


/* 第二屏 */

.in-news-box {
    padding: 0.85rem 0;
    background: url(../images/news-bg.jpg) no-repeat;
    background-size: cover;
}

.in-bit {
    display: table;
    margin-bottom: 0.3rem;
    margin-right: 0.2rem;
}

.in-bit .en-bit {
    line-height: 0.2rem;
    color: #666666;
}

.in-bit .ch-bit {
    line-height: 0.42rem;
    font-weight: bold;
    color: #333333;
    font-size: 0.32rem;
}

.in-news-list {
    margin-top: 0.2rem;
    display: table;
}

.in-news-list a {
    margin-right: 0.2rem;
    line-height: 0.42rem;
    color: #888888;
    list-style: none;
    float: left;
    font-size: 0.2rem;
    display: inline-block;
}

.in-news-list .ts {
    color: #005737;
    font-weight: bold;
}

.in-more {
    margin-top: 0.2rem;
    line-height: 0.34rem;
    padding: 0 0.05rem;
    color: #005737;
    border-bottom: 2px solid #167a62;
}

.in-more a {
    color: #005737;
}

.in-news {
    width: 100%;
}

.in-news .left {
    width: 45.5%;
    position: relative;
}

.in-news .right {
    width: 54.5%;
    background: #fff;
    border-top: 3px solid #005737;
    padding: 0.1rem 0.35rem 0.15rem 0.35rem;
}

.in-news .right li {
    width: 48%;
    float: left;
    margin-right: 4%;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
    padding: 0.2rem 0 0.25rem 0;
}

.in-news .right li:nth-child(7),
.in-news .right li:nth-child(8) {
    border-bottom: none;
}

.in-news .right li:nth-child(2n) {
    margin-right: 0;
}

.in-news .right li .bit {
    line-height: 0.28rem;
    font-size: 0.2rem;
    margin-bottom: 0.15rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
	
}

.in-news .right li:hover .bit {
    color: #005737;
}

.in-news .right li .time {
    line-height: 0.16rem;
    background: url(../images/time.png) no-repeat left center;
    padding-left: 0.25rem;
    font-size: 0.16rem;
    color: #8d8d8d;
    background-size: contain;
}

.in-news .left .mySwiper1 {
    padding-bottom: 0.6rem;
}

.in-news .left .mySwiper1 .dw {
    width: 90%;
    position: absolute;
    right: 0;
    color: #fff;
    background: #005737;
    height: 1.18rem;
    padding: 0.2rem 0.3rem 0 0.3rem;
    bottom: -0.59rem;
	border-radius:0.7rem 0 0 0.7rem;
	box-shadow: 0 0 10px #b4b2b2;
}

.in-news .left .mySwiper1 .dw h1 {
    line-height: 0.38rem;
    font-size: 0.22rem;
    font-weight: normal;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.in-news .left .mySwiper1 .dw span {
    display: inline-block;
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

.in-pro-box {
    padding: 0.55rem 0 0.75rem 0;
}

.in-pro-box .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.in-pro-box .swiper-slide {
    cursor: pointer;
}

.in-pro-box .swiper-slide .pic {
    background: #000;
    overflow: hidden;
}
.in-pro-box .swiper-slide .pic img{height: 1.5rem;}
.in-pro-box .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.in-pro-box .swiper-slide .bit {
    line-height: 0.62rem;
    text-align: center;
    font-size: 0.2rem;
    color: #000000;
    position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.in-pro-box .swiper-slide .bit:after {
    width: 0;
    height: 3px;
    background: #005737;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition-duration: .5s;
    position: absolute;
}

.in-pro-box .swiper-slide:hover .bit:after {
    width: 100%;
}

.in-intro {
    padding: 0.65rem 0 0.95rem 0;
    position: relative;
}

.in-intro:after {
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background: #f6f6f6;
    z-index: -2;
}

.in-intro .left {
    width: 59.25%;
}

.in-intro .left .about-box {
   padding: 0.42rem 0 0 0.32rem; 
    position: relative;
}

.in-intro .left .about-box:after {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    background: #f0f3f7;
    left: 0;
    top: 0;
    z-index: -1;
}

.in-intro .left .about-box .pic {
    width: 55%;
    overflow: hidden;
}

.in-intro .left .about-box .pic img {
    display: block;
    width: 100%;
}

.in-intro .left .about-box .neir {
    width: 45%;
    background: #f0f3f7;
    position: absolute;
    height: calc(100% - 0.42rem);
    top: 0.42rem;
    right: 0;
    box-shadow: 0 5px 5px #e5e5e5;
    padding: 0.25rem 0.35rem 0 0.35rem;
}

.in-intro .left .about-box .neir h1 {
    line-height: 0.44rem;
    font-size: 0.20rem;
    color: #333333;
}

.in-intro .left .about-box .neir p {
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #777;
    margin-top: 0.15rem;
}

.in-intro .right {
    width: 38.27%;
}

.in-intro .right .swiper-slide .pic {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eaeaea;
}

.in-intro .right .swiper-slide .neir {
    width: 100%;
    background: #fff;
    padding: 0.20rem 0.18rem ;
    height: 1.9rem;
}

.in-intro .right .swiper-slide .neir h1 {
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.18rem;
}

.in-intro .right .swiper-slide .neir .p {
    font-size: 0.15rem;
    line-height: 0.24rem;
    color: #888888;
    margin: 0.1rem 0;
}

.in-intro .right .swiper-slide .neir span {
    font-size: 0.15rem;
    color: #989898;
}

.in-intro .right .swiper-slide:hover .neir span {
    color: #005737;
}
.in-intro .right .swiper-button-next{color:#005737;right: 0px;top: 30%;}
.in-intro .right .swiper-button-prev{color:#005737;left: 0px;top: 30%;}

/* 新闻 */


/* 中心动态 */

.center-box {
    width: 100%;
    background: url(../images/foot-bg.png) no-repeat no-repeat bottom center;
    padding: 0.55rem 0 0.95rem 0;
}

.center-news {
    margin-bottom: 0.5rem;
}

.center-news dl {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    border-top: 2px solid #cdcdcd;
    padding-top: 0.15rem;
}

.center-news dl:nth-child(3),
.center-news dl:nth-child(6) {
    margin-right: 0;
}

.center-news dl dt {
    overflow: hidden;
    cursor: pointer;
}

.center-news dl dt h1 {
	width: 100%;
    line-height: 0.58rem;
    font-weight: normal;
    font-size: 0.19rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.center-news dl dt .neir {
    border-bottom: 1px dashed #d9d9d9;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.center-news dl dt:nth-child(1) .neir {
    height: 0.66rem;
}

.center-news dl:nth-child(4),
.center-news dl:nth-child(5),
.center-news dl:nth-child(6) {
    border-top: none;
}

.center-news dl:nth-child(4) dt .neir,
.center-news dl:nth-child(5) dt .neir,
.center-news dl:nth-child(6) dt .neir {
    height: 0;
    transition-duration: .5s;
    border-bottom: none;
}

.center-news dl:nth-child(2):hover dt:nth-child(1).neir {
    height: 0rem;
}

.center-news dl:nth-child(4):hover dt .neir,
.center-news dl:nth-child(5):hover dt .neir,
.center-news dl:nth-child(6):hover dt .neir {
    height: 0.66rem;
    border-bottom: 1px dashed #d9d9d9;
}

.jszx .swiper-slide {
    cursor: pointer;
}

.jszx .swiper-slide .pic {
    overflow: hidden;
    background: #000;
}

.jszx .swiper-slide .pic img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.jszx .swiper-slide:hover .pic img {
    transform: scale(1.1);
    opacity: 0.7;
}

.jszx .swiper-slide .neir {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.25rem;
}

.jszx .swiper-slide .neir h1 {
    line-height: 0.4rem;
    color: #333333;
    font-size: 0.2rem;
}

.jszx .swiper-slide .neir .p {
    font-size: 0.19rem;
    line-height: 0.28rem;
    color: #333333;
    margin: 0.1rem 0;
}

.jszx .swiper-slide .neir span {
    font-size: 0.15rem;
    color: #989898;
    border-radius: 0.5rem;
    background: #f4f4f4;
    display: inline-block;
    width: 1rem;
    line-height: 0.26rem;
    text-align: center;
}


/* 中心动态 */


/* 登录 */

.login-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}

.login-box img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
}

.login-warp {
    width: 80%;
    position: relative;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-lo {
    width: 5.9rem;
    height: 6.5rem;
    background: #fff;
    border-radius: 0.08rem;
    box-shadow: 0 0 15px #239dd3;
    padding: 0.7rem 0.6rem 0.55rem 0.6rem;
}

.login-logo {
    width: 100%;
    display: block;
    margin-bottom: 0.4rem;
}

.login-list {
    padding-bottom: 0.25rem;
}

.login-list li {
    width: 100%;
    margin-bottom: 0.35rem;
}

.login-list li input {
    width: 100%;
    height: 0.8rem;
    border-radius: 0.08rem;
    outline: none;
    padding-left: 1.05rem;
    font-size: 0.24rem;
    color: #c5c5c5;
    border: none;
    outline: none;
}

.login-list li:nth-child(1) input {
    background: url(../images/login-icon1.png)no-repeat 0.4rem center #f8f8f8;
}

.login-list li:nth-child(2) input {
    background: url(../images/login-icon2.png)no-repeat 0.4rem center #f8f8f8;
}

.login-an {
    width: 100%;
    height: 0.72rem;
    border-radius: 0.5rem;
    box-shadow: 0 5px 0 #d5e8df;
    line-height: 0.72rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
    background-image: linear-gradient(to right, #0d7b52, #3c9b4c, #87ce43);
    margin-bottom: 0.2rem;
}

.login-enter {
    width: 100%;
    line-height: 0.54rem;
    font-size: 0.22rem;
    color: #666666;
}

.login-enter p {
    padding: 0 0.2rem;
}

.login-enter p a {
    color: #666;
}

.login-enter p a:hover {
    color: #005737;
}

.zl-list {
    margin: 0.4rem 0 0.6rem 0;
}

.zl-list li {
    width: 100%;
    margin-bottom: 0.32rem;
    box-shadow: 0 5px 0 #e5e5e5;
    padding: 0.33rem;
    background: #f3f3f3;
    border-radius: 0.08rem;
    list-style: none;
    line-height: 0.42rem;
    font-size: 0.17rem;
    color: #555555;
    position: relative;
}

.zl-list li .dw {
    width: 0.9rem;
    line-height: 0.3rem;
    border-radius: 0.03rem;
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
    background: #005737;
    transition-duration: .5s;
    cursor: pointer;
    position: absolute;
    right: 0.35rem;
    top: 0.32rem;
}

.zl-list li .dw a {
    color: #fff;
}

.zl-list li p:nth-child(1) {
    width: 100%;
}

.zl-list li p:nth-child(8) {
    width: 100%;
}

.zl-list li p {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zl-list li p span {
    font-size: 0.18rem;
    font-weight: bold;
    display: inline-block;
    width: 1.1rem;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    color: #333333;
}

.lw-down {
    display: table;
    margin: 0 auto;
    padding: 0 0.15rem;
    line-height: 0.42rem;
    border-radius: 0.08rem;
    background: #005737;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}

.lw-down a {
    color: #fff;
}

.jszx .zl-list li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.jszx .zl-list {
    margin: 0 0 0 0;
}

.jszx .zl-list li:nth-child(2n) {
    margin-right: 0;
}

/* 2023-3-16 */
.Menubox1 {margin-top: 0.2rem; display: table; }
.Menubox1 li {
	display: inline-block;
    margin-right: 0.2rem;
    line-height: 0.42rem;
    color: #888888;
    list-style: none;
    float: left;
    font-size: 0.2rem;
    cursor: pointer; }
.Menubox1 li.hover {
	color: #005737;
	font-weight: bold;
}

/* 2023-3-16 */

/* 2023-3-22 */
.home-xjsh-list .swiper-slide{background: #fff; border: 1px solid #e7e7e7; box-shadow: 0 10px 10px #e0e0e0; border-radius: 0.08rem; padding:0.25rem 0.3rem 0.35rem 0.3rem }
.home-xjsh-list .swiper-slide h1{line-height: 0.32rem; font-size: 0.19rem; color: #333333; font-weight: normal;  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
	
	.home-xjsh-list .swiper-slide .neir{font-size: 0.15rem; line-height: 0.28rem; color: #888888;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; margin-top: 0.1rem;}
		.home-xjsh-list .swiper-slide .an{margin-top:0.23rem; display: table; line-height: 24px; padding:0 15px; border-radius: 50px; line-height: 24px; background: #f4f4f4; font-size: 0.16rem; color: #777777;}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}


/* 科室 */

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}


/* 引导页 */

@media only screen and (max-width: 1440px) {
    .Menubox1 li span {
        padding-left: 0.6rem;
    }
}

@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) {
    .pc-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
    .in-news .left {
        width: 100%;
    }
    .in-news .right {
        width: 100%;
        margin-top: 10px;
    }
    .in-news .right li {
        width: 100%;
        margin-right: 0;
        padding: 10px 0;
    }
    .in-news .right li .bit {
        line-height: 26px;
        font-size: 16px;
        height: auto;
    }
    .in-news .right li .time {
        line-height: 16px;
        padding-left: 23px;
        font-size: 15px;
    }
    .in-news-box {
        padding: 30px 0;
    }
    .in-news .left .mySwiper1 .dw h1 {
        line-height: 26px;
        font-size: 16px;
        height: 20px;
    }
    .in-bit {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .in-news-list a {
        margin-right: 10px;
        line-height: 30px;
        font-size: 15px;
    }
    .in-more {
        margin-bottom: 10px;
    }
    .in-bit .ch-bit {
        line-height: 36px;
    }
    .in-intro .left {
        width: 100%;
    }
    .in-intro .right {
        width: 100%;
        margin-top: 20px;
    }
    .in-intro .left .about-box .pic {
        width: 100%;
    }
    .in-intro .left .about-box .neir {
        width: 100%;
        position: relative;
        height: auto;
        top: 0;
        padding: 15px 15px 25px 15px;
    }
    .in-intro .left .about-box .neir h1 {
        line-height: 32px;
        font-size: 16px;
    }
    .in-intro .left .about-box .neir p {
        line-height: 26px;
        font-size: 15px;
        margin-top: 10px;
    }
    .in-intro .right .swiper-slide .pic img {
        width: 80%;
    }
    .in-intro .right .swiper-slide .neir {
        padding: 15px;
        height: auto;
    }
    .in-intro .right .swiper-slide .neir h1 {
        line-height: 30px;
        font-size: 16px;
    }
    .in-intro .right .swiper-slide .neir .p {
        font-size: 15px;
        line-height: 22px;
    }
    .center-news dl {
        width: 100%;
        margin-right: 0;
        padding-top: 10px;
    }
    .center-news dl dt h1 {
        line-height: 38px;
        font-size: 19px;
    }
    .in-pro-box .swiper-slide .bit {
        line-height: 44px;
        font-size: 16px;
    }
    .jszx .swiper-slide .neir {
        padding: 15px;
    }
    .jszx .swiper-slide .neir .p {
        font-size: 16px;
        line-height: 26px;
    }
    .jszx .swiper-slide .neir span {
        font-size: 15px;
        width: 120px;
        line-height: 36px;
    }
    .zl-list li p {
        width: 100%;
    }
    .zl-list li p span {
        font-size: 16px;
        width: auto;
    }
    .zl-list li {
        padding: 0.33rem;
        line-height: 30px;
        font-size: 15px;
    }
    .zl-list li .dw {
        width: 60px;
        line-height: 30px;
        font-size: 15px;
        right: 0;
    }
    .jszx .zl-list li {
        width: 100%;
        margin-right: 0;
    }
    .login-box img {
        height: 100%;
    }
    .login-lo {
        height: auto;
        padding: 30px 20px 20px 20px;
    }
    .login-list li:nth-child(1) input {
        background: url(../images/login-icon1.png)no-repeat 0.3rem #f8f8f8;
        background-size: 7%;
    }
    .login-list li:nth-child(2) input {
        background: url(../images/login-icon2.png)no-repeat 0.3rem #f8f8f8;
        background-size: 7%;
    }
    .login-list li input {
        font-size: 16px;
    }
    .login-list li {
        margin-bottom: 15px;
    }
    .login-enter {
        line-height: 40px;
        font-size: 16px;
    }
	.home-xjsh-list .swiper-slide h1{font-size: 17px; line-height: 30px;}
	.home-xjsh-list .swiper-slide .neir{font-size: 15px; line-height: 26px;}
	.Menubox1 li{font-size: 15px;}
}