*,ul,li,ol,dd,dt,html{
	padding: 0;
	margin: 0;
}
#app{
    overflow: hidden;
}
/* header */





header > menu{
	margin: auto;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
	 top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}


.shadow {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	overflow: hidden;
	z-index: 999999;
}

.shadow .top-menu{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 292px;
	height: auto;
	background: #fff;
	padding: 0 30px;
	box-sizing: border-box;
}

.shadow .top-menu .item{
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	display: block;
	font-size: 18px;
}
.shadow .top-menu>.item:first-child{
	height: 100px;
	line-height: 100px;
}
.shadow .top-menu .item >.icon{
	float: right;
	width: 8px;
	height: 15px;
	margin-top: 22.5px;
}
header .layui-container .layui-row{
	display: flex;
	height: 100%;
	align-items: center;
}

header > menu  .left{
	display: flex;
	align-items: center;
	/* height: 100px; */
}
header > menu .logo{
	width: 256px;
	height: 46px;
	cursor: pointer;
}

header > menu .logo-r{
	color: #1A2F6A;
	margin-left: 37px;
	box-sizing: border-box;
	/* height: 100px; */
	display: flex;
	flex-direction: column;
	justify-content: center;
}
header > menu .logo-r .icon{
	/* height: 30px; */
	width: 26px;
	margin-right: 5px;
	/* vertical-align: middle; */
}
header > menu .logo-r .icon1{
	width: 26px;
}
header > menu .logo-r .txt{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	letter-spacing: -1px;
}

header > menu .logo-r .txt1{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	/* line-height: 58px; */
}

header > menu .logo-r .txt1 .edge{
    display: inline-block;
    background: #1A2F6A;
    color: #fff;
    border-radius: 5px;
    padding: 0 4px;
}

header > menu .right {
	/* height:100px; */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
header > menu .right > li{
	float: left;
	display: inline-block;
	margin-right: 3%;
	font-size: 18px;
}
header > menu .right > li .icon{
	width: 24px;
	height: 24px;
	padding-right: 5px;
}
header > menu .right > li.flex{
	display: flex;
	align-items: center;
	cursor: pointer;
}
header > menu .right > li.flex .zh-en{
	background: #FFFFFF;
	border: 1px solid #1A2F6A;
	border-radius: 3px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	padding:2px;
	text-align: center;
}
header > menu .right > li.flex> .f{
	width: 27px;
	height: 27px;
	margin: 0 30px;
}
header > menu .right > li.flex .collaspe-icon{
	width: 27px;
}
header .zhedie{
	width: 40px;
	height: 40px;
	border: 1px solid;
}
header .zdlist li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
header .zdlist a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid rgb(65, 110 ,172,0.8);
    display: block;
}
header .zdlist li::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right,  rgb(65, 110 ,172,0.3), rgb(65, 110 ,172,0.8),rgb(65, 110 ,172,0.3));
	position: absolute;
	bottom: 0;
}
header .zdlist li:last-child::after{
	display: none;
}
header > menu .zdlist{
	position: fixed;
	left: 0%;
	right: 0%;
	top: 0;
	width: 100%;
	z-index: 999;
	/* height: calc(100vh - 55px); */
	height: calc(100vh);
	padding:  15px;
	box-sizing: border-box;
	z-index: 99999;
	background: #fff;
	display: none;
}
header > menu .zdlist .sitem{
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #1A2F6A;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
header > menu .zdlist .sitem >.icon{
	width: 24px;
	height: 24px;
}
header > menu .zdlist .sitem >.title{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	text-align: center;
}
header > menu .zdlist > ul{
	margin-top: 20px;
}
header > menu .zdlist > .close{
	text-align: center;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
}

/* mobile-menu */
.mobile-menu{
    position: static;
    background: #fff;
    height: auto!important;
    transition: all 0.5s ease;
}
.mobile-menu >.row{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 13px;*/
	padding-bottom: 13px;
}
.mobile-menu >.row:first-child{
	/*margin-top: 13px;*/
	padding-top: 13px;
}

.mobile-menu >.row .left,.mobile-menu >.row .right{
	width: auto;
	height: auto;
}
.mobile-menu >.row .right>div{
    display: flex;
    align-items: center;
}

.mobile-menu >.row .right .icon{
	/*width: 32px;*/
	height: 13px;
}

.mobile-menu >.row .right .zh-en{
	/*width: 53px;*/
	height: 18px;
	background: #FFFFFF;
	border: 1px solid #1A2F6A;
	border-radius: 2px;
	font-size: 12px;
	text-align: center;
}
.mobile-menu >.row .right  .collaspe-icon{
	width: 17px;
	height: 14px;
	margin-left: 23px;
	position: relative;
    z-index: 999;
}
.mobile-menu >.row .left .icon1{
	width: 20px;
	height: 20px;
	/*margin-right: 13px;*/
}












/* mobile-menu */
/* index */
.abx11{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.titl2{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.titl3{
	font-size: 41px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 56px;
}
.titl4{
font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1A2F6A;
    line-height: 160px;
    text-align: center;
}
.item2{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A2F6A;
    line-height: 44px;
    margin-right: 64px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}


@media screen and (max-width: 767.98px) {
    .titl2{font-size: 20px;font-weight: bold;}
    .titl3{font-size: 20px;font-weight: bold;}
    .abx11{font-size: 20px;color: #1A2F6A;font-weight: bold;}
    .titl4{font-size: 20px;font-weight: bold;line-height:60px;}
   
    
}






.index section{
	margin: 79px auto;
}
.index section .title{
	position: relative;
	height: 90px;
	overflow: hidden;
}

.index  section .title>.en{
	font-size: 56px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E8EAF0;
	position: relative;
}


.index  section .title>.zh {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.index section .service-title{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #404040;
	line-height: 44px;
	margin: 23px 0;
	margin-top: 0;
}


/* 新增24小时 */
.index .elementor-widget-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 30px;
}
.index .elementor-widget-container .elementor-icon{
	margin-right: 15px;
}

.index .elementor-widget-container .elementor-title{
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	margin: -5px 0px 5px 0px;
}
.index .elementor-widget-container .icon-box-description{
	line-height: 25px;
}

/* 新增24小时 */

.index section .content{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #404040;
	line-height: 26px;
}

.index section .btn{
	width: 236px;
	height: 48px;
	background: #FFFFFF;
	border: 3px solid #416EAC;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #416EAC;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 37px 0;
}
 .btn:hover{
     	background: #416EAC!important;
     	color: #fff!important;
     	cursor: pointer;
 }
.btn:hover a{
    	color: #fff!important;
}

.index  .team {
	padding: 61px 0 41px;
	/*background: #F7F7F7;*/
	
}
.index  .team.bg{
	background-image: url(./../resource/bg3.webp?v1);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
	/*height: 1140px;*/
}
.index  .team.bg .short-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
	text-align: center;
	margin-bottom: 30px;
}
.index  .team .title {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.index  .team .title>.en {
	font-size: 56px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #c0c9e3;
	position: relative;
	text-align: center;
}

.index  .team .title>.zh {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}



.index .introd {
	
	/* padding-bottom: 55px; */
	margin: auto;
}


.index .introd .item {
	/* border-radius:10px; */
	overflow: hidden;
	box-shadow: 0px 0px 4px 0px rgba(102,102,102,0.3);
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	background: #fff;
}

.index .introd .item-team{
	border-radius: 10px;
}

.index .introd .item .card {
    display: flex;
    justify-content: flex-start;
    padding: 0px 0 24px;
    min-height: 250px;
    height: 250px;
    text-align: left;
}

.index .introd .item .avator {

    width: 55%;
    /*height: 240px;*/
    border-radius: 50%;
    object-fit: cover;
    margin: 60px auto;
}

.index .introd .item .fh {
	display: inline-block;
	border-left: 20px solid transparent;
	border-right: 20px solid #3C6CA9;
	border-bottom: 20px solid transparent;
	width: 0;
	height: 0;
	position: relative;
	top: 6px;
}

.index .introd .item .right {
	padding: 0 10px;
}

.index .introd .item .right .name>.doctor {
	font-size: 22px;
	font-weight: bold;
	color: #3C6CA9;
	/*margin: 0 6px;*/
}

.index .introd .item .right .name>.post {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin: 13px 0;
	display: block;
}
.index .btn-list{
    width: 560px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.index .introd .item .right .des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.index .introd .item .right .type {
	font-size: 14px;
	font-weight: 400;
	color: #416EAC;
	line-height: 26px;
	margin: 19px 0;
	text-align: left;
}
.index .introd .item .right .work{
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index .introd .item .right .readmore{
	overflow: hidden;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index .myService{
	display: flex;
	flex-direction: row;
}
.index  .myService>.item{
	flex:0 0 17%;
	padding: 81px 62px;
	box-sizing: border-box;
	position: relative;
}
.index .team >.title{
	margin-bottom: 30px;
}
.index .team >.short-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    margin-bottom: 30px;
}
.index .myService>.item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	/*background: rgba(0,0,0,0.3);*/
}
.index .myService>.item .des ,.myService>.item .cate{
	display: none;
}
.index .myService>.item.active .des ,.myService>.item.active .cate{
	display: block;
	text-align: center;
}
.index .myService>.item.active .cate .cate-box{
	/* width: 149px; */
	/*width: 80%;*/
	/*height: 150px;*/
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	padding: 24px 11px;
	cursor: pointer;
}

.index .myService>.item.active .cate .cate-box:hover{
	background: rgba(255,255,255,0.9);
	/*border: 1px solid #FFFFFF;*/
	color: #fff;
}
.index .myService>.item.active .cate .cate-box:hover .short-des{
    color: hsla(224, 61%, 26%, 1);
   
}
.index .myService>.item.active .cate .cate-box:hover .icon-title{
	color: hsla(224, 61%, 26%, 1);
}

.index .myService>.item > .content .short-des{
	color: #fff;
	font-size: 12px;
	text-align: left;
	 display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    /*height: 47px;*/
    /*overflow: hidden;*/
}

.index .myService>.item > .content{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 81px 28px;
	box-sizing: border-box;
	/*background: rgb(10,42,84,0.4);*/

	
}
.index .myService>.item.active > .content{
    /*background: rgb(10,42,84,0.7);*/

	
}
.index .myService>.item > .content .layou-title{
	width: 25px;
	height: 45px;
	background: #416EAD;
	padding: 12px;
	position: relative;
}
/*.index .myService>.item > .content .layou-title::after{*/
/*	content: "";*/
/*	display: block;*/
/*	width: 70%;*/
/*	height: 2px;*/
/*	background: #fff;*/
/*	position: absolute;*/
/*	bottom: 45%;*/
/*}*/
.index .myService>.item > .content .layou-title >.title{
    width: 180px;
	/*width: 114px;*/
	/* height: 27px; */
	height: auto;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 40px;
	color: #FFFFFF;
}
.index .myService>.item.active > .content .layou-title >.en{
    width: 306px;
}
.index .myService>.item > .content .layou-title >.en{
	width: 188px;
	height: 17px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.index .myService>.item > .content .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 39px;
	margin-bottom: 39px;
	text-align: left;
}

.index .myService>.item > .content  .icon{
	width: 72px;
	height: 72px;
}
.index .myService>.item > .content  .icon-title{
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 49px;
    line-height: 19px;
    margin-top: 10px;
    /*white-space: nowrap;*/
    margin-bottom: 10px;
}
.index .myService>.item.active::after{
	display: none;
}
.index .myService>.item > .service1,.myService>.item > .service2,.myService>.item > .service3{
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	/* filter: grayscale(100%); */
}
.index .myService>.item.active{
	flex:0 0 50%;
	/* transition: all 0.3s ease-out; */
	background: rgba(19,31,63,0.6);;
}

.index .team .btn{
	display: block;
	width: 200px;
	height: 48px;
	text-align: center;
	background: #FFFFFF;
	border: 3px solid #416EAC;
	border-radius: 4px;
	
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #416EAC;
	margin: 40px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index .team .btn-inline{
    width: 160px!important;
}
.index .team .btn-inline.blue{
    background: #416EAC;
    color: #fff;
}
.layui-col-space90{
	margin: -90px;
}
.layui-col-space90>*{
	padding: 45px;
}


/* 医院展示 */
.index .hospital-display{

	/*height: 861px;*/
	overflow: hidden;
	background: #f5f5f5;
}
.index .hospital-display > .title{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #65686B;
	line-height: 160px;
	text-align: center;
	height: 160px;
}

.index .hospital-display .card-list{
	/*width: 1440px;*/
	margin: auto;
}
.index .hospital-display .box{
	background: #FFFFFF;
	/*box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.15);*/
}
.index .hospital-display .box>.img-box{
	width: 100%;
	height: 351px;
	position: relative;
}
.index .hospital-display .box>.img-box .bg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(26 ,47 ,106,0.4);*/
}
.index .hospital-display .box>.img-box .pic{
	width: 100%;
	height: 100%;
	max-height: 720px;
	object-fit: cover;
}
.index .hospital-display .box>.img-box .title{
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 15px;
	right: 15px;
}

.index .hospital-display .box>.img-box .title .date{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 33px;
}
.index .hospital-display .box>.img-box .title .name{
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
}
.index .hospital-display .box>.bottom {
	display: flex;
	background: #fff;
	height: 141px;
	padding-top: 16px;
	padding-left: 20px;
	box-sizing: border-box;
}
.index .hospital-display .box>.bottom .avator{
	width: 42px;
	height: 42px;
	border-radius: 50%;
}
.index .hospital-display .box>.bottom .title{
	display: flex;
	justify-content: space-between;
}
.index .hospital-display .box>.bottom .content{
	font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    height: 26px;
    /*white-space: unset;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index .hospital-display > .btn{
	width: 240px;
	height: 48px;
	display: block;
	background: #FFFFFF;
	border: 3px solid #416EAC;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #416EAC;
	line-height: 48px;
	text-align: center;
	margin:60px auto;
	cursor: pointer;
}
.index .hospital-display > .btn.blue{
	background: #416EAC;
	color: #fff;
}
.index .hospital-display .box>.bottom >.right{
	flex: 1;	
	max-width: 256px;
	padding:0 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.index .hospital-display .box>.bottom .right .btn-group{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 33px;
	display: flex;
	justify-content: space-between;
}
.index .hospital-display .box>.bottom .right .btn-group>.left{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 33px;
}
.index .hospital-display .box>.bottom .right .btn-group>.right >span{
	color: #999999;
}
.index .hospital-display .box>.bottom .right .btn-group>.left .icon{
	width: 14px;
	height: 14px;
}
.index .hospital-display .box>.bottom .right .btn-group>.right span:first-child{
	margin-right: 15px;
}
.index .hospital-display .box>.bottom .right .name{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
}
.index .hospital-display .box>.bottom .right .date{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 33px;
}


/* service */
.index .service {
	position: relative;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.index .service .pic {
	width: 100%;
	min-height: 512px;
}

.index .service>.layout {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
}

.index .service .layout .tab {
	display: flex;

}
.index .service .layout  small{
	font-size: 19px;
}

.index .service .layout .tab>.item {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A2F6A;
	line-height: 44px;
	margin-right: 64px;
	cursor: pointer;
	position: relative;
	transition: all 0.2s ease;
}

.index .service .layout .tab>.item.active {
	font-size: 36px;
}

.index .service .layout .tab>.item.active:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 3px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	background: #a2c1e2;
}

.index .service .layout .form {
	margin: 25px 0;
}

.index .service .layout .btn {
	width: 160px;
	height: 40px;
	background: #1A2F6A;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	border: none;
}

.index .service .layout .form .txt {
	width: 98%;
	height: 48px;
	background: #FFFFFF;
	border: 2px solid #1A2F6A;
	margin-bottom: 20px;
	padding: 0 16px;
	box-sizing: border-box;
}
@media screen and (max-width: 1300px){
    header > menu .logo{
         width:38%;
         height:auto;
    }
   
}
@media screen and (max-width: 767.98px) {
	.case {
		margin-bottom: 30px;
	}

	.contact .layui-container .content {
		width: 200px;
	}

	.service .layout .btn {
		width: 98%;
	}


	.contact .layui-container .info {
		font-size: 16px;
		margin-top: 10px;
		line-height: 28px;
	}

	.case>.title {
		font-size: 20px;
	}

	.case .layout .item>.icon {
		width: 40px;
		height: 40px;
	}

	.service {
		background: #efefef;
	}

	.service>.layout {
		position: relative;
	}

	.service .layout .tab>.item {
		font-size: 13px!important;
	}
    .index .service .layout small{
        font-size: 12px;
    }
	.service .layout .tab>.item.active {
		font-size: 18px;
	}

	.case .layout .item {
		height: 80px;
		padding: 23px 13px;
	}

	.case .layout .item>.right .des {
		font-size: 13px;
		line-height: 17px;
	}

	.case .layout .item>.right .title {
		font-size: 11px;
	}
	.service .layout .btn{
		font-size: 12px;
	}
	.index section .title>.en,.index .team .title>.en{
		font-size: 28px;
	}
	.index section .title>.zh ,.index .team .title>.zh{
		font-size: 18px;
	}
	.index section .title,.index .team >.title{
		height: 47px;
		padding-top: 30px;
		/* padding-top: 45px;
		margin-bottom: 45px; */
	}
	.index section .service-title{
		font-size: 18px;
		margin-top: -20px;
	}
	.index .team.bg .short-title{
		display: none;
	}
	.index section .content{
		font-size: 16px;
	}
	.index section .btn{
		margin: 37px auto;
		width: 130px;
		height: 32px;
		line-height: 32px;
		background: #FFFFFF;
		border: 2px solid #416EAC;
		border-radius: 2px;
		font-size: 11px;
		color: #416EAC;
	}
	.index .team{
		background: none;
	}
	.index section{
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.index  .team {
		padding-top: 0;
		
	}
	.index .team.bg{
		background: #F7F7F7;
		height: auto!important;
	}
	.index .introd,.index .hospital-display .card-list{
		padding: 0 0px;
		width: 100%;
		box-sizing: border-box;
	}
	.index .team .title>.zh{
		color: #1A2F6A;
	}
	.index .team >.short-title{
	    font-size: 16px;
	    padding: 0  16px;
	    line-height: 26px;
	}
	.index .introd>.layui-col-space90{
		margin: 0;
	}
	.layui-col-space90>*{
		padding: 7.5px;
	}
	.index .introd .item .right .name>.post{
		line-height: normal;
		font-size: 11px;
		display: block;
	}
	.index .introd .item .right .type{
		margin:  0 0 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 10px;
		line-height: 20px;
		text-align: center;
		/* min-height: 55px; */
	}
	.index .introd .item .right .readmore{
		text-align: center;
		padding: 0 17px;
		/*padding: 15px 17px;*/
        /*border: 1px solid #1A2F6A;*/
        border-radius: 5px;
        /*height: 72px;*/
        /*margin: 28px 0;*/
        margin:12px 0;
        box-sizing: content-box;
	}
	.index .introd .item .card{
		padding-bottom: 0;
		height: 100%;
		justify-content: center;
	}
	
	.index .team .btn{
		margin-top: 30px;
		width: 130px;
		height: 32px;
		line-height: 32px;
		background: #FFFFFF;
		border: 2px solid #416EAC;
		border-radius: 2px;
		font-size: 11px;
		color: #416EAC;
	}
	
	/* hospital-display */
	.index .hospital-display > .title{
		line-height: normal;
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #65686B;
		height: auto;
		padding: 40px 0;
	}
	
	
	/* Follow us on Facebook */
	.index .hospital-display .box{
		display: flex;
		margin: 0 16px;
	}

	
	
	.index .hospital-display .box>.img-box .title .date{
		font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 33px;
	}
	.index .hospital-display .box>.img-box .title .name{
		    font-size: 22px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 33px;
	}
	.index .hospital-display .box>.bottom{
		padding: 0 4px;
		height: auto;
		box-sizing: border-box;
	}
	.index .hospital-display .box>.bottom .avator{
		width: 21px;
		height: 21px;
		margin-top: 8px;
	}
	.index .hospital-display .box>.bottom .right .name,.index .hospital-display .box>.bottom .right .date{
		font-size: 9px;
	}
	.index .hospital-display .box>.bottom .content,
	.index .hospital-display .box>.bottom .right .btn-group>.left,
	.index .hospital-display .box>.bottom .right .btn-group>.right
	{
		font-size: 12px;
	}
	.index .hospital-display .box>.bottom >.right{
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		max-width:100%;
		overflow: hidden;
	}
	.index .hospital-display .box>.img-box .title{
    	bottom: 30px;
        top: auto;
	}
	.index .service>.layout{
		margin-top: 0;
		padding-top: 0;
	}
	.index .hospital-display{
		height: auto;
	}
	.index .hospital-display > .btn{
		width: 150px;
		height: 32px;
		line-height: 32px;
		background: #FFFFFF;
		border: 2px solid #416EAC;
		border-radius: 2px;
		font-size: 11px;
		color: #416EAC;
	}
	.index .service>.layout{
		position: relative;
		padding-top: 20px;
		padding-bottom: 0;
	}
	.index .service .layout .btn{
		width: 98%;
	}
	
}

@media screen and (min-width: 992px) {

	/* .service .layout .form{
					margin: 3% 0;
				} */
	.service .layout .form .txt {
		margin-bottom: 8px;
	}

}
@media screen and (max-width:992px) {
    
    .index .hospital-display{
        height: auto;
        background: #fff;
    }
    p.tag{
		color: #1A2F6A;
		padding: 0 15px;
		font-size: 12px;
	}
	p.tag>span{
		display: inline-block;
		background: #1A2F6A;
		border-radius: 20px;
		padding: 5px 10px;
		color: #fff;
		margin-right: 10px;
		margin-top: 10px;
	}
	.index .service .pic {
		width: 100%;
		/*height: 460px;*/
		min-height: 100%;
	}
	.index .myService{
		display: block;
		height: auto!important;
	}
	.index .myService > .item{
		/*width: 100%;*/
    	height: 259px;
     
        margin: auto;
        margin-bottom:5px;
        padding: 0;
        overflow: hidden;

	}
	.index .myService>.item > .content{
		padding: 40px 15px;
		background: rgba(26 ,47 ,106,0.4);
	}
	.index .myService>.item > .content .icon{
		width: 36px;
		height: 36px;
	}
	.index .myService>.item > .content .icon-title{
		font-size: 10px;
	}
	.index .myService>.item > .content .des{
		font-size: 10px;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 16px;
		margin-top: 22px;
		margin-bottom: 15px;
		text-align: left;
	}
	.index .myService>.item.active .cate .cate-box{
		height: auto;
		line-height: normal;
		margin-bottom: 5px;
	}
	.index .myService>.item > .content .icon-title{
		line-height: normal;
	}
	.index .myService>.item > .content .layou-title{
		height: 53px;
		width: 30px;
	}
	.index .myService>.item > .content .layou-title >.title{
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 22px;
		padding-bottom: 5px;
	}
	.index .myService>.item .des, .myService>.item .cate{
		display: block;
	}
	.index .introd .item .right .name>.doctor{
		font-size: 16px;
	}
	.index .introd .item{
		/*border-radius: 0;*/
		height: auto;
		margin-bottom: 15px;
	}
	.index .introd .item .avator {
		margin: 20px auto;
		width: 140px;
        height: 140px;
        background: #FFFFFF;
        border: 1px solid #1B306B;
        border-radius: 70px 70px 70px 70px;
	}
	.index .introd .item .right{
	    text-align: center;
	}
	.index .elementor-widget-container .icon-box-description{
		font-size: 12px;
	}
}


/* swiper */
.swiper{
    overflow: hidden;
}
 .swiper-button-next{
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
    font-size: 14px;
	left: auto!important;
	right: 40px!important;
	width: 30px;
	height: 60px;
	text-align: center;
	z-index: 999!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 20px!important;
}
 .swiper-button-prev{
     background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
    font-size: 14px;
	left: 40px!important;
	right: auto;
	width: 30px;
	height: 60px;
	text-align: center;
	z-index: 999!important;
 }
.swiper {
    width: 85%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    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;
  }
 .swiper-slide >a{
     width: 100%;
 }
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
      opacity: 1!important;
  }

@media screen and (min-width:1440px) {
	.index .myService{
		/*width:1440px;*/
		height: 890px;
		/*opacity: 0.7;*/
		margin-bottom: 55px;
	}

}

@media screen and (max-width: 1440px) {

	/* .service .layout .form{
					margin: 3% 0;
				} */
		.index .myService{
		width: 100%;
		height: 900px;
		/*opacity: 0.7;*/
	}
	
	.swiper-button-prev{
	    left: 0px!important;
	}
	.swiper-button-next{
	    right:  0px!important;
	}
	.index .myService{
	    width: 100%;
	   
	}


	.index .myService>.item{
	    padding: 81px 0px;
	}
	.index .myService>.item > .content .layou-title >.title{
	    font-size: 16px;
	    width: 100px;
	}
	.index .myService>.item > .content .layou-title >.en{
	    width: 160px;
	    font-size: 14px;
	}
	.index .myService>.item > .content .layou-title::after{
	    bottom: 58%;
	}
	.index .myService>.item > .content .icon{
	    width: 55px;
	    height: 55px;
	}
	.index .myService>.item > .content .icon-title{
	    font-size: 14px;
	    line-height: inherit;
	}
	.index .hospital-display .card-list{
	    width: 100%;
	}
	.index .hospital-display .box>.bottom .right .name{
	    font-size: 14px;
	}
	.index .hospital-display .box>.bottom .right .date,.index .hospital-display .box>.bottom .content,.index .hospital-display .box>.bottom .right .btn-group>.left,.index .hospital-display .box>.bottom .right .btn-group>.right span:first-child{
	    font-size: 12px;
	}
	.index .hospital-display .box>.bottom{
	    padding-left: 4px;
	}
	
	
}

@media screen and (max-width: 760px) {
    .introd  .swiper-button-next,.introd .swiper-button-prev{
        background: #1A2F6A;
    }
}

.service-map{
	height: 600px !important;
    background-image: url(/template/pc/static/resource/map.webp) !important;
    background-size: cover !important;
}

@media screen and (max-width: 760px) {
	.service-map{
		height: 100% !important;
	}
}

