.linkmap {
 display: none;
}

.relative {
 position: relative;
}

.main_content {
 width: 100%;
}


/* 板块一 */

.window {
 width: 100%;
 height: 682px;
 background: url(/Content/Areas/Common/images/common/windowBg.jpg) no-repeat;
}

.leftWin {
 width: 636px;
 margin-top: 60px;
}

.leftWin .items {
 width: 308px;
 height: 202px;
 font-size: 24px;
 float: left;
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
}

.animate .leftWin .items,
.animate .jingcheng,
.animate .rightWin,
.animate .zyywh {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;
}

.leftWin .items>a {
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.leftWin .items>a .cicle {
 width: 70px;
 height: 70px;
 margin: 40px auto 0;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.leftWin .items>a .cicle .ciclePic {
 position: absolute;
 animation: move 20s linear infinite;
}

.leftWin .items>a span {
 display: block;
 color: #fff;
 margin-top: 20px;
 text-align: center;
}

.leftWin .items1 {
 background: url(/Content/Areas/Common/images/common/items1.png) no-repeat;
 -webkit-transition-delay: 0s;
 transition-delay: 0s;
}

.leftWin .items2 {
 background: url(/Content/Areas/Common/images/common/items2.png) no-repeat;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}

.leftWin .items3 {
 background: url(/Content/Areas/Common/images/common/items3.png) no-repeat;
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}

.rightWin {
 width: 564px;
 height: 360px;
 margin-top: 262px;
 background: url(/Content/Areas/Common/images/common/items4.png) no-repeat;
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
 -webkit-transition-delay: 0.8s;
 transition-delay: 0.8s;
}

.rightWin>a {
 display: block;
 width: 100%;
 height: 100%;
 overflow: hidden;
}

.rightWin>a:hover b,
.rightWin>a:hover i,
.rightWin>a:hover span {
 transform: scale(1.1);
}

.rightWin>a:hover img.Scicle2 {
 transform: rotate(177deg);
}

.rightWin>a:hover img.Scicle3 {
 transform: rotate(177deg);
}

.rightWin .cicle2 {
 width: 240px;
 height: 240px;
 margin: 56px auto 0;
 position: relative;
}

.rightWin .cicle2 img {
 position: absolute;
 transition: all 0.5s;
}

.rightWin .cicle2 img.Scicle2 {
 transform: rotate(202deg);
}

.rightWin .cicle2 img.Scicle3 {
 transform: rotate(148deg);
}

.rightWin .cicle2::after {
 content: '';
 display: block;
 width: 98px;
 height: 28px;
 background: url(/Content/Areas/Common/images/common/clouds1.png);
 position: absolute;
 right: -71px;
 top: 32px;
 opacity: 0;
 transition: all 1s;
}

.rightWin .cicle2::before {
 content: '';
 display: block;
 width: 73px;
 height: 42px;
 background: url(/Content/Areas/Common/images/common/clouds2.png);
 position: absolute;
 left: -44px;
 bottom: 18px;
 opacity: 0;
 transition: all 1s;
}

.animate .rightWin .cicle2::after {
 right: -21px;
 opacity: 1;
 visibility: visible;
 -webkit-transition-delay: 1.2s;
 transition-delay: 1.2s;
}

.animate .rightWin .cicle2::before {
 left: -4px;
 opacity: 1;
 visibility: visible;
 -webkit-transition-delay: 1.2s;
 transition-delay: 1.2s;
}

.rightWin .cicle2 b {
 font-weight: normal;
 font-size: 50px;
 color: #fff;
 font-family: KaiTi;
 position: absolute;
 top: 42px;
 left: 73px;
 transition: all 0.5s;
}

.rightWin .cicle2 i {
 font-size: 48px;
 color: #fff;
 font-family: KaiTi;
 position: absolute;
 top: 63px;
 left: 128px;
 transition: all 0.5s;
 font-style: normal;
}

.rightWin .cicle2 span {
 /* writing-mode: vertical-lr;
 writing-mode: tb-lr; */
 font-size: 40px;
 color: #fff;
 font-family: KaiTi;
 letter-spacing: 3px;
 margin: 0 auto;
 display: block;
 padding-top: 105px;
 transition: all 0.5s;
 width: 46px;
}

.jingcheng {
 position: absolute;
 top: 73px;
 right: 260px;
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
 -webkit-transition-delay: 0.6s;
 transition-delay: 0.6s;
}

.zyywh {
 position: absolute;
 top: 320px;
 left: 112px;
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
 -webkit-transition-delay: 1s;
 transition-delay: 1s;
}

@keyframes move {
 from {
 transform: rotateZ(0deg);
 }
 to {
 transform: rotateZ(360deg);
 }
}


/* 板块二 */

.animate .gonggao_Right,.animate .gonggao_right {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}

.animate .lb,
.animate .winwen_top,
.animate .winwen_down {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}

.animate .gonggao .gonggaoPic {
 width: 100%;
}

.gonggao_Right,.gonggao_right {
 -webkit-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
 opacity: 0;
 -webkit-transform: translateX(100px);
 transform: translateX(100px);
 -webkit-transition-delay: 0s;
 transition-delay: 0s;
}

.lb {
 -webkit-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}

.winwen_top {
 -webkit-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition-delay: 0.4s;
 transition-delay: 0.4s;
}

.winwen_down {
 -webkit-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 -webkit-transition-delay: 0.6s;
 transition-delay: 0.6s;
}

.notice {
 height: 820px;
 width: 100%;
 background: url(/Content/Areas/Common/images/common/noticeBg.png) no-repeat;
 padding-top: 60px;
 box-sizing: border-box;
}

.gonggao_Right {
 position: relative;
 width: 745px;
 float: left;
}
.gonggao_right a {
 display: block;
 width: 216px;
 height: 60px;
 background: url(/Sites/Uploaded/UserUpLoad/20201125/20201125113516.png);
 text-align: center;
 line-height: 60px;
 font-size: 20px;
 color: #fff;
 transition: all 0.2s;
}
.gonggao_right a:nth-child(2) {
 background: url(/Sites/Uploaded/UserUpLoad/20201125/20201125113648.png);
 margin-top: 15px;
}
.gonggao_right a:hover{
 font-size: 22px;
}
.gonggaoPicBox {
 margin-right: 40px;
 width: 144px;
}

.gonggao .gonggaoPic {
 background: url(/Content/Areas/Common/images/common/gonggao.png) no-repeat center;
 height: 145px;
 background: cover;
 margin: 0 auto;
 width: 0;
 transition: all 3s cubic-bezier(.08, .82, .17, 1);
}

.ArticleBox a {
 font-size: 24px;
 color: #264658;
 display: block;
 padding: 6px 0 16px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 width: 80%;
}

.ArticleList .title_type {
 font-size: 14px;
 line-height: 30px;
 background: url(/Content/Areas/Common/images/common/dian.png) no-repeat left center;
 padding-left: 15px;
}

.ArticleList li {
 padding-right: 15px;
}

.ArticleList .span_date {
 float: right;
 line-height: 30px;
}

.More {
 width: 114px;
 height: 42px;
 background: url(/Content/Areas/Common/images/common/MORE.png) no-repeat left center;
 display: block;
 background-size: cover;
}

.More:hover {
 background: url(/Content/Areas/Common/images/common/MORE2.png) no-repeat left center;
 transition: all 0.1s;
 background-size: cover;
}

.gonggao_Right .More {
 position: absolute;
 right: 0;
 top: 3px;
}

.lunbo {
 margin-top: 40px;
}

.lunbo .swiper-box {
 width: 760px;
 height: 500px;
 overflow: hidden;
 position: relative;
}

.lunbo .swiper-box .Img_Box .pic {
 width: 100%;
 height: 500px;
 overflow: hidden;
 display: block;
}

.lunbo .swiper-box .Img_Box img {
 width: 100%;
}

.lunbo .swiper-box .Img_Box .content_box {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
}

.lunbo .swiper-box .Img_Box .content_box h2 {
 width: 100%;
 height: 60px;
 background: #555050;
 font-size: 14px;
 color: #F3F3F3;
 /* line-height: 60px; */
 display: flex;
 align-items: center;
}

.lunbo .swiper-box .Img_Box .content_box h2 a {
 color: #F3F3F3;
 display: block;
 width: 68%;
 /* white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 text-align: center; */
 margin: 0 auto;
 padding-left: 69px;
}

div.lunbo .swiper-button-prev,
div.lunbo .swiper-button-next {
 width: 14px;
 height: 24px;
 position: absolute;
 bottom: 17px;
 top: auto;
}

.lunbo .swiper-button-prev {
 background: url(/Content/Areas/Common/images/common/arrowLeft.png);
 left: 30px;
}

.lunbo .swiper-button-next {
 background: url(/Content/Areas/Common/images/common/arrowRight.png);
 right: 30px;
}

div.lunbo .swiper-pagination-fraction {
 position: absolute;
 left: 88px;
 bottom: 0;
 z-index: 1;
 color: #fff;
 font-size: 20px;
 display: flex;
 align-items: center;
 height: 60px;
}

div.lunbo .swiper-pagination-current {
 font-size: 30px;
 color: #ED3B3B;
}

.winwen_down {
 margin-top: 27px;
}

.xinwen .More {
 margin: 25px auto 0;
}


/* 科室 */

.Department {
 height: 564px;
 padding-top: 55px;
 box-sizing: border-box;
 width: 100%;
 background: url(/Sites/Uploaded/UserUpLoad/20201029/20201029185315.jpg);
}

.main_title {
 font-size: 30px;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 30px;
}

.main_title span {
 margin-right: 20px;
}

.Department .main_title .More {
 background: url(/Content/Areas/Common/images/common/MORE3.png) no-repeat left center;
 width: 94px;
 height: 34px;
}

.ks-ul {
 overflow: hidden;
}

.ks-ul .li_department {
 float: left;
 width: 170px;
 height: 44px;
 line-height: 44px;
 text-align: center;
 margin-bottom: 25px;
}

.ks-ul .li_department:nth-child(3n-1) {
 margin: 0 33px;
}

.ks-ul .li_department a {
 font-size: 18px;
 color: #fff;
 display: block;
 width: 100%;
 height: 100%;
 background: url(/Content/Areas/Common/images/common/depBorder.png);
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 padding: 0 25px;
 box-sizing: border-box;
}

.ks-ul .li_department a:hover {
 color: #F4C850;
 background: url(/Content/Areas/Common/images/common/depBorderHover.png);
 background-size: contain;
}

.ks-ul li img {
 display: none;
}

.DepimgBox {
 width: 560px;
 height: 374px;
 float: left;
}

.DepimgItem .li_department {
 width: 560px;
 height: 374px;
 opacity: 0;
 position: absolute;
}

.DepimgItem .li_department:hover a {
 height: 100%;
 white-space: normal;
 padding: 20px 20px;
 font-size: 16px;
 line-height: 32px;
 text-align: left;
 text-indent: 2em;
}

.DepimgItem .li_department.show {
 opacity: 1;
 z-index: 999;
}

.DepimgItem .li_department a {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 color: #fff;
 font-size: 18px;
 height: 74px;
 line-height: 74px;
 text-align: center;
 background: rgba(0, 0, 0, 0.5);
 padding: 0 20px;
 box-sizing: border-box;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 transition: all 0.2s;
}

.DepimgItem img {
 width: 560px;
 height: 374px;
}

.DepimgItem li.show {
 display: block;
}

.dep_item {
 width: 576px;
 float: right;
 overflow: hidden;
 position: relative;
}

.dep_item .swiper-button-next,
.dep_item .swiper-button-prev {
 width: 18px;
 height: 26px;
}

.dep_item .swiper-button-next {
 background: url(/Content/Areas/Common/images/common/DepArrowRight.png);
 top: 0;
 right: 0;
 margin-top: 0;
}

.dep_item .swiper-button-next::after {
 content: '';
 width: 50px;
 height: 1px;
 border-top: 1px dotted #fff;
 display: block;
 position: absolute;
 left: -61px;
 top: 11px;
}

.dep_item .swiper-button-prev {
 background: url(/Content/Areas/Common/images/common/DepArrowLeft.png);
 top: 0;
 margin-top: 0;
 left: 470px;
}

.dep_tit {
 overflow: hidden
}

h3.ks-tit {
 font-size: 24px;
 color: #fff;
 margin-bottom: 30px;
}

.pagination-ks-ul {
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 5px;
}

.pagination-ks-ul span {
 width: 26px;
 height: 26px;
 background: url(/Content/Areas/Common/images/common/span_dep.png);
 opacity: 1;
 margin: 0 8px !important;
}

.pagination-ks-ul span.swiper-pagination-bullet-active {
 background: url(/Content/Areas/Common/images/common/span_depHover.png);
}


/* 专家 */

.Doctor {
 height: 380px;
 padding-top: 55px;
 box-sizing: border-box;
 width: 100%;
 background: #F6F6F6;
}
.Doctor.Phone{
 display: none;
}
.Doctor .main_title {
 color: #254558;
 margin-bottom: 0;
}

.Doctor .More {
 width: 94px;
 height: 34px;
}

.Doctor .docBox .picZoom {
 width: 62px;
 height: 82px;
 border-radius: 5px;
 overflow: hidden;
 float: left;
 margin-right: 10px;
}

.Doctor .docBox .picZoom img {
 width: 100%;
}

.textZoom p {
 line-height: 27px;
 line-height: 27px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}

.textZoom b {
 font-weight: normal;
}

.textZoom {
 font-size: 16px;
 float: left;
 text-align: left;
 width: 160px;
}

.SCROLL {
 width: 280px;
 height: 126px;
 position: relative;
 opacity: 0;
 right: -160px;
 top: -80px;
 z-index: -1;
}
.SCROLL.show{
 opacity: 1;
 z-index:999;
}
.l-pic-index {
 /*display:none;*/
 position: absolute;
 left: 130px;
 top: 0px;
 z-index: 2;
 width: 14px;
 height: 126px;
 background: url("/Content/Areas/Common/images/common/j1.png") no-repeat right 0;
}

.r-pic-index {
 /*display:none;*/
 position: absolute;
 right: 124px;
 top: 0;
 z-index: 2;
 width: 14px;
 *width: 14px;
 height: 126px;
 background: url("/Content/Areas/Common/images/common/j2.png") no-repeat left 0;
}

.l-bg-index {
 position: absolute;
 top: 0px;
 left: 134px;
 z-index: 1;
 width: 10px;
 height: 126px;
 background: url("/Content/Areas/Common/images/common/j4.png") right 0 no-repeat;
}

.r-bg-index {
 position: absolute;
 top: 0;
 right: 127px;
 z-index: 1;
 width: 10px;
 height: 126px;
 background: url("/Content/Areas/Common/images/common/j3.png") 0 0 no-repeat;
}

.main-index {
 opacity:0 ;;
 overflow: hidden;
 zoom: 1;
 position: absolute;
 z-index: 5;
 width: 100%;
 left: 25px;
 top: 23px;
}

.intro-text {
 margin: 10px 0 0 44px;
 line-height: 1.8;
 text-indent: 30px;
}

.doc_item {
 width: 150px;
 height: 44px;
 line-height: 44px;
 text-align: center;
 display: block;
 background: url(/Content/Areas/Common/images/common/docItem.png);
 font-size: 18px;
 color: #333;
 margin-bottom: 22px;
 margin-right: 25px;
 float: left;
 overflow: hidden;
}
.doc_item.overflow{
 overflow: inherit !important;
}
.doc_item:nth-child(7n+7) {
 margin-right: 0;
}

.doc_item:nth-child(7n-1) .SCROLL {
 right: 285px;
}

.doc_item:nth-child(7n+7) .SCROLL {
 right: 285px;
}

.doc_item:hover {
 background: url(/Content/Areas/Common/images/common/docItemHover.png);
}

.swiper-container-doc {
 overflow: hidden;
 padding: 36px 0 24px;
}

.Doctor .prev-doc,
.Doctor .next-doc {
 width: 26px;
 height: 38px;
}

.Doctor .prev-doc {
 background: url(/Content/Areas/Common/images/common/docArrowLeft.png);
 left: -55px;
 margin-top: -5px;
}

.Doctor .next-doc {
 background: url(/Content/Areas/Common/images/common/docArrowRight.png);
 right: -55px;
 margin-top: -5px;
}


/* 视频 */

.ShiPin {
 width: 100%;
 height: 746px;
 background: url(/Content/Areas/Common/images/common/ShiPingBg.png);
 padding-top: 40px;
 box-sizing: border-box;
}

.video {
 width: 1100px;
 height: 280px;
 background: url(/Content/Areas/Common/images/common/videoBg.png);
 padding-top: 30px;
 box-sizing: border-box;
 position: relative;
 -webkit-transition: all 0.8s ease-out;
 transition: all 0.8s ease-out;
 opacity: 0;
 -webkit-transform: translateX(-100px);
 transform: translateX(-100px);
 -webkit-transition-delay: 1s;
 transition-delay: 1s;
}

.animate .video {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}

.swiper-container-video {
 width: 1020px;
 height: 280px;
 position: relative;
 box-sizing: border-box;
 margin: 0 auto;
 overflow: hidden;
}

.swiper-container-video .swiper-slide {
 padding: 0 20px;
 box-sizing: border-box;
 position: relative;
}

.swiper-container-video .swiper-slide:hover .video_img img {
 transform: scale(1.1);
}


/* .swiper-container-video .swiper-slide .video_img {
 margin: 0 auto;
 display: block;
 width: 300px;
} */

.swiper-container-video .swiper-slide .video_btn {
 top: 70px;
 position: absolute;
 left: 50%;
 margin-left: -25px;
}

.swiper-container-video .swiper-slide h2 {
 font-size: 16px;
 margin-top: 20px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}

.swiper-container-video .video_img {
 display: block;
 width: 300px;
 height: 190px;
 overflow: hidden;
}

.swiper-container-video .video_img::after {
 width: 300px;
 height: 190px;
 display: block;
 content: '';
 background: rgba(0, 0, 0, 0.3);
 position: absolute;
 top: 0;
}

.swiper-container-video .video_img img {
 width: 300px;
 height: 190px;
 transition: all 0.5s;
}

.video .prev-video {
 width: 20px;
 margin-top: -27px;
 height: 34px;
 left: 18px;
 background: url(/Content/Areas/Common/images/common/videoLeft.png);
}

.video .next-video {
 width: 20px;
 margin-top: -27px;
 height: 34px;
 right: 18px;
 background: url(/Content/Areas/Common/images/common/videoRight.png);
}

.ShiPinTop {
 width: 100%;
 overflow: hidden;
}

.videoLeft {
 width: 100px;
 height: 280px;
 background: url(/Content/Areas/Common/images/common/Tv.png);
 -webkit-transition: all 2s cubic-bezier(.08, .82, .17, 1);
 transition: all 2s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
}

.animate .videoLeft {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;
}

.videoLeft a {
 display: flex;
 width: 100%;
 height: 100%;
 align-items: center;
 justify-content: center;
}

.Link {
 margin-top: 40px;
}

ul.Link_ul>li .jiaoxue {
 width: 380px;
 height: 220px;
 padding: 30px 40px;
 box-sizing: border-box;
 background: url(/Sites/Uploaded/UserUpLoad/20201029/20201029185627.jpg) center center;
 display: block;
 background-size: 100% 100%;
 transition: all 0.5s;
}

ul.Link_ul>li .jiaoxue:hover {
 background-size: 110% 110%;
}

ul.Link_ul>li .kexue {
 width: 380px;
 height: 220px;
 padding: 30px 40px;
 box-sizing: border-box;
 background: url(/Sites/Uploaded/UserUpLoad/20201029/20201029185730.jpg) center center;
 display: block;
 background-size: 100% 100%;
 transition: all 0.5s;
}

ul.Link_ul>li .kexue:hover {
 background-size: 110% 110%;
}

ul.Link_ul>li div.kuaijie {
 width: 380px;
 height: 220px;
 padding: 30px 40px;
 box-sizing: border-box;
 background: url(/Sites/Uploaded/UserUpLoad/20201029/20201029185742.jpg) center center;
 background-size: 100% 100%;
 transition: all 0.5s;
}

ul.Link_ul>li div.kuaijie:hover {
 background-size: 110% 110%;
}

ul.Column_ul {
 width: 380px;
 height: 120px;
 background: url(/Content/Areas/Common/images/common/ColumnBg.png);
 padding: 20px;
 box-sizing: border-box;
}

.Column_ul li {
 float: left;
 width: 33.3%;
}

.Column_ul li a {
 font-size: 14px;
 line-height: 28px;
 background: url(/Content/Areas/Common/images/common/dian.png) no-repeat left center;
 padding-left: 15px;
}

.Link_ul>li {
 float: left;
 -webkit-transition: all 4s cubic-bezier(.08, .82, .17, 1);
 transition: all 4s cubic-bezier(.08, .82, .17, 1);
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 opacity: 0;
 visibility: hidden;
}

.animate .Link_ul>li {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
 visibility: visible;
}

.Link_ul>li:nth-child(1) {
 -webkit-transition-delay: 1.2s;
 transition-delay: 1.2s;
}

.Link_ul>li:nth-child(2) {
 margin: 0 30px;
 -webkit-transition-delay: 1.4s;
 transition-delay: 1.4s;
}

.Link_ul>li:nth-child(3) {
 -webkit-transition-delay: 1.6s;
 transition-delay: 1.6s;
}

@media only screen and (max-width: 768px) {
 .main_content {
 margin: 0;
 }
 .main_title img {
 width: 0.2rem;
 }
 .main_title span {
 margin-right: 0.2rem;
 }
 .main {
 margin: 0;
 padding: 0;
 }
 .window {
 height: 7.7rem;
 padding: 0.6rem;
 box-sizing: border-box;
 }
 .leftWin .items,
 .rightWin,
 .jingcheng,
 .zyywh,
 .gonggao_Right,
 .gonggao_right,
 .lb,
 .winwen_top,
 .winwen_down,
 .video,
 .Link_ul>li {
 opacity: 1;
 visibility: initial;
 }
 .leftWin .items,
 .jingcheng,
 .rightWin,
 .zyywh,
 .gonggao_Right,
 .gonggao_right,
 .lb,
 .winwen_top,
 .winwen_down,
 .video,
 .Link_ul>li {
 -webkit-transition: none;
 transition: none;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
 .leftWin {
 width: 100%;
 margin-top: 0;
 float: none;
 }
 .leftWin .items {
 width: 3.08rem;
 height: 2.02rem;
 font-size: 0.24rem;
 background-size: cover;
 }
 .leftWin .items>a .cicle {
 width: 0.7rem;
 height: 0.7rem;
 margin: 0.4rem auto 0;
 }
 .leftWin .items>a .cicle .ciclePic {
 width: 0.7rem;
 height: 0.7rem;
 }
 .leftWin .items>a .cicle .cicleIcon {
 width: 0.3rem;
 height: 0.3rem;
 }
 .leftWin .items.mr20 {
 margin-right: 0.1rem;
 }
 .jingcheng {
 top: 2.5rem;
 left: 0.6rem;
 }
 .jingcheng img {
 width: 1.73rem;
 }
 .rightWin {
 float: none;
 width: 3.1rem;
 height: 2rem;
 margin-top: 0.2rem;
 }
 .rightWin .cicle2 {
 width: 1.2rem;
 height: 1.2rem;
 margin: 0.4rem auto 0;
 position: relative;
 overflow: hidden;
 }
 .rightWin .cicle2::before {
 content: '';
 display: block;
 width: 0.53rem;
 height: 0.15rem;
 background: url(/Content/Areas/Common/images/common/clouds2.png);
 position: absolute;
 left: 0.8rem;
 bottom: 0.9rem;
 opacity: 1;
 transition: all 1s;
 background-size: contain;
 }
 .rightWin .cicle2::after {
 content: '';
 display: block;
 width: 0.4rem;
 height: 0.23rem;
 background: url(/Content/Areas/Common/images/common/clouds1.png);
 position: absolute;
 right: 1rem;
 top: 0.9rem;
 opacity: 1;
 transition: all 1s;
 background-size: contain;
 }
 .rightWin .cicle2 img.Scicle2,
 .rightWin .cicle2 img.Scicle3 {
 width: 1.2rem;
 height: 1.2rem;
 }
 .rightWin .cicle2 b {
 font-weight: normal;
 font-size: 0.24rem;
 color: #fff;
 font-family: KaiTi;
 position: static;
 top: -0.3rem;
 left: 0.1rem;
 transition: all 0.5s;
 /* transform: scale(0.3); */
 margin-left: 0.34rem;
 margin-top: 0.3rem;
 display: inline-block;
 }
 .rightWin .cicle2 i {
 font-size: 0.24rem;
 color: #fff;
 font-family: KaiTi;
 position: static;
 top: -0.1rem;
 left: 0.4rem;
 transition: all 0.5s;
 font-style: normal;
 }
 .rightWin .cicle2 span {
 font-size: 0.24rem;
 color: #fff;
 font-family: KaiTi;
 letter-spacing: 4px;
 margin: 0 auto;
 display: block;
 padding-top: 0rem;
 /* margin-top: -0.2rem; */
 transition: all 0.5s;
 width: auto;
 text-align: center;
 padding-left: 6px;
 }
 .zyywh {
 top: 4.3rem;
 left: 4rem;
 }
 .zyywh img {
 width: 1rem;
 }
 .gonggao{
 width: 100%;
 }
 .gonggao .gonggaoPic {
 height: 1.44rem;
 width: 1.44rem;
 background-size: contain;
 }
 .notice {
 height: auto;
 padding: 0.5rem 0.2rem 0.5rem;
 }
 .gonggaoPicBox {
 margin-right: 0.4rem;
 width: 1.44rem;
 }
 .gonggao_Right {
 position: relative;
 width: 3.2rem;
 float: left;
 overflow: hidden;
 }
 .gonggao_right{
 width: 1.3rem;
 overflow: hidden;
 transform: translateX(0);
 }
 .gonggao_right a {
 width: 100%;
 height: 0.6rem;
 line-height: 0.6rem;
 background-size: 100% 100%;
 font-size: 0.24rem;
 }
 .gonggao_right a:nth-child(2) {
 margin-top: 0.15rem;
 }
 .ArticleBox a {
 font-size: 0.36rem;
 color: #264658;
 display: block;
 padding: 0 0 0.15rem;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 width: 2rem;
 }
 .ArticleList li {
 padding-right: 0.15rem;
 width: 100%;
 }
 .ArticleList .title_type {
 font-size: 0.24rem;
 line-height: 0.4rem;
 background: url(/Content/Areas/Common/images/common/dian.png) no-repeat left center;
 padding-left: 0.15rem;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 width: 100%;
 box-sizing: border-box;
 display: block;
 }
 .ArticleList li.column_3 {
 display: none;
 }
 .More {
 width: 1.14rem;
 height: 0.42rem;
 background: url(/Content/Areas/Common/images/common/MORE.png) no-repeat left center;
 display: block;
 background-size: cover;
 }
 .ArticleList .span_date,.SCROLL{
 display: none;
 }
 .lunbo {
 margin-top: 0.4rem;
 }
 .lunbo .swiper-box {
 width: 3.8rem;
 height: 2.5rem;
 }
 .div.lunbo .swiper-pagination-fraction,
 .lunbo .swiper-box .Img_Box .content_box h2,
 .winwen_down,
 .DepimgBox,
 .ShiPinTop {
 display: none;
 }
 .xinwen {
 width: 3rem;
 }
 .ArticleList li.column_5 {
 display: none;
 }
 .xinwen .More {
 margin: 0.2rem auto 0;
 }
 .Department {
 height: 4.3rem;
 padding: 0.3rem 0.2rem;
 }
 .main_title {
 font-size: 0.3rem;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin-bottom: 0.2rem;
 }
 .Department .main_title .More {
 background: url(/Content/Areas/Common/images/common/MORE3.png) no-repeat left center;
 width: 0.94rem;
 height: 0.34rem;
 background-size: contain;
 }
 .Doctor {
 height:5rem;
 padding: 0.3rem 0.2rem;
 overflow: hidden;
 display: none;
 }
 .Doctor.Phone{
 display: block;
 }
 .Doctor .More {
 width: 0.94rem;
 height: 0.34rem;
 }
 .swiper-container-doc {
 overflow: hidden;
 padding: 0.3rem 0 0;
 }
 .doc_item {
 width: 1.5rem;
 height: 0.44rem;
 line-height: 0.44rem;
 text-align: center;
 display: block;
 background: url(/Content/Areas/Common/images/common/docItem.png);
 font-size: 0.18rem;
 color: #333;
 margin-bottom: 0.4rem;
 margin-right: 0.36rem;
 float: left;
 background-size: contain;
 }
 .doc_item:nth-child(7n+7) {
 margin-right: 0.36rem;
 }
 .doc_item:nth-child(4n+4) {
 margin-right: 0;
 }
 .Link {
 margin-top: 0.2rem;
 }
 .ShiPin {
 width: 100%;
 height: auto;
 background: url(/Content/Areas/Common/images/common/ShiPingBg.png);
 padding: 0 0.2rem;
 box-sizing: border-box;
 }
 .Link {
 margin-top: 0.2rem;
 width: 100%;
 }
 .Link_ul>li {
 float: none;
 }
 .Link_ul>li a,
 ul.Link_ul>li div.kuaijie {
 width: 100% !important;
 }
 ul.Column_ul {
 width: 100%;
 }
 .Link_ul>li:nth-child(2) {
 margin: 0.2rem 0;
 }
 .dep_item {
 width: 100%;
 float: none;
 }
 h3.ks-tit {
 font-size: 0.24rem;
 color: #fff;
 margin-bottom: 0.3rem;
 }
 .ks-ul .li_department {
 float: left;
 width: 1.7rem;
 height: 0.44rem;
 line-height: 0.44rem;
 text-align: center;
 margin-bottom: 0.25rem;
 }
 .ks-ul .li_department a {
 font-size: 0.18rem;
 color: #fff;
 display: block;
 width: 100%;
 height: 100%;
 background: url(/Content/Areas/Common/images/common/depBorder.png);
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 padding: 0 0.2rem;
 box-sizing: border-box;
 background-size: contain;
 }
 .pagination-ks-ul {
 display: none;
 }
 .ks-ul .li_department:nth-child(3n-1) {
 margin:0 0.9rem;
 }
 .dep_item .swiper-button-prev {
 left: 5.2rem;
 }
} 