@charset "UTF-8";
/*** 公共 ***/
body{
	color:#333;
}
.header{
	border-bottom: solid 1px #e9ecef;
}
@keyframes moveToUp {
	0%{transform: translateY(100px);-webkit-transform: translateY(100px);}
	100%{transform: none;-webkit-transform: none;}
}
@-webkit-keyframes moveToUp {
	0%{transform: translateY(100px);-webkit-transform: translateY(100px);}
	100%{transform: none;-webkit-transform: none;}
}
.moveToUp{
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	animation: moveToUp 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: moveToUp 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@media screen and (max-width: 991.98px) {
	.head-place{
		height: 1.1rem;
	}
}
.cyan{
	color: #2dbecd;
}


/* 产品导航 */
.inside-navbox{
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 20;
	top: 80px;
}
.web .pagline{
	display: none;
}
.pagline{
	width: 1px;
	height: 60px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}
.goBott{
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 80px;
	display: none;
}
.inside-navWeb{
	width: 100%;
	height: 40px;
	text-align: center;
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.inside-navWeb .navitem{
	position: relative;
	font-size: 14px;
	line-height: 40px;
	color: #677283;
}
.inside-navWeb .hd::before{
	content: '/';
	display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.inside-navWeb .navitem:last-child .hd::before{
	display: none;
}
.inside-navWeb .lvtit{
	display: flex;
	display: -webkit-flex;
	font-size: 1em;
	line-height: inherit;
	color: inherit;
	padding: 0 16px;
	position: relative;
  justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.inside-navWeb .lvtit .arrow{
	width: 10px;
	height: 10px;
	display: block;
	background: url('/Img/images/arrow-down3.png') no-repeat center center;
	background-size: contain;
	margin-left: 8px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.inside-navWeb .dropbox{
	min-width: 100%;
	border-radius: 4px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1;
  box-shadow: rgb(74 90 117 / 8%) 0px 0px 12px 0px, rgb(74 90 117 / 24%) 0px 20px 20px -12px;
  text-align: left;
  padding: 16px 0;
  background: #fff;
}
.inside-navWeb .dropbox a{
	min-width: 8em;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #677283;
	white-space: nowrap;
	padding: 8px 16px;
}
.inside-navWeb a:hover{
	color: #2dbecd;
}
.inside-navWeb .navitem:hover .arrow{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.inside-navWeb .navitem:hover .dropbox{
	display: block;
}

.inside-navApp{
	width: 100%;
	height: 0.8rem;
	display: block;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #999;
}
.inside-navApp a{
	float: left;
	position: relative;
}
.inside-navApp a::after{
	content: '/';
	float: right;
	margin: 0 0.16rem;
}
.inside-navApp a:first-child{
	color: #555;
}
.inside-navApp a:last-child::after{
	display: none;
}


/* banner */
.prdt-bbox{
	width: 100%;
	position: relative;
}
.prdt-bbox .imgs{
	width: 100%;
	display: block;
	background: no-repeat center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.prdt-bbox .imgs.web{
	height: 42em;
}
.prdt-bbox .imgs.app img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.prdt-bbox .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 30%;
	z-index: 10;
}
.prdt-bbox .btit{
	font-size: 3.6em;
	line-height: 1.25em;
}
.prdt-bbox .subtt{
	font-size: 1.8em;
	line-height: 1.33em;
	margin-top: 0.67em;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.prdt-bbox.white{
	color:  #fff;
}
.prdt-bbox.hadnt-subtt .bd{
	top: 38%;
}
@media screen and (max-width: 767.98px) {
	.prdt-bbox .bd{
		top: 11%!important;
		text-align: center;
	}
	.prdt-bbox .btit{
		font-size: 0.68rem;
		line-height: 0.9rem;
	}
	.prdt-bbox .subtt{
		font-size: 0.36rem;
		line-height: 0.48rem;
		margin-top: 0.24rem;
	}
}

/* 产品公共结构 */
h2.s-heading{
	font-size: 3em;
	line-height: 1.333em;
}
h3.s-heading{
	font-size: 2.4em;
	line-height: 1.5em;
}
h4.s-heading{
	font-size: 1.8em;
	line-height: 1.833em;
}
.st-heading{
	font-size: 30px;
	font-size: 1.5em;
	line-height: 1.467em;
}
.s-doc{
	font-size: 0.9em;
	line-height: 1.67em;
	color: #555;
	animation-delay: .15s;
	-webkit-animation-delay: .15s;
}
.s-docbox h2.s-heading{
	margin-bottom: 1em;
}
.s-docbox .s-doc{
	margin-top: 2.222em;
}
.s-docbox .st-heading{
	margin-bottom: 1.467em;
}

.prdt-twlist{
	overflow: hidden;
	margin: 0 -1em;
	align-items: flex-start!important;
	-webkit-align-items: flex-start!important;
}
.prdt-twlist li{
	padding: 0 1em;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.prdt-twlist .imgs{
	width: 100%;
	position: relative;
	margin-bottom: 0.8em;
}
.prdt-twlist img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.prdt-twlist .word{
	font-size: 16px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #555;
	text-align: center;
}


.pet-con1{
	width: 100%;
	height: auto;
	margin-bottom: 135px;
}
.pet-con1 .pet-con1-t h6{
	padding: 0 0 60px 0;
	font-size: 48px;
	line-height: 1em;
	color: #333333;
}
.pet-con1 .pet-con1-con .pet-con1-imgcon{
	   display: flex;
	    -ms-display: flex;
	    -webkit-display: flex;
	align-items: center;
}

.pet-con1 .pet-con1-con .pet-con1-imgcon img:first-child{
	   width: 42%;
	
}
.pet-con1 .pet-con1-con .pet-con1-imgcon img:nth-child(2){
	   width: 16%;
	
}
.pet-con1 .pet-con1-con .pet-con1-imgcon img:nth-child(3){
	   width: 42%;
	
}
.prdt-sect,
.solt-sect{
	width: 100%;
	position: relative;
}
.prdt-sect .bg,
.solt-sect .bg{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: no-repeat center center;
	background-size: cover;
}
.prdt-sect .row,
.solt-sect .row{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.prdt-sect .row-left{
	padding: 0 4em 0 0;
}
.prdt-sect .row-right{
	padding: 0;
/*	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;*/
}
.prdt-sect img,
.solt-sect img{
	max-width: 100%;
	display: block;
	height: auto!important;
	/*float: right;*/
}
@media(max-width: 768px){
	.prdt-sect img,
.solt-sect img{
;
	float: none;
}
}
.prdt-sect .s-heading{
	max-width: 12em;
}
@media screen and (max-width: 991.98px) {
	h2.s-heading{
		font-size: 2.4em;
		line-height: 1.25em;
	}
}
@media screen and (max-width: 767.98px) {
	.pet-con1 .pet-con1-con .pet-con1-imgcon img:nth-child(2){
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.prdt-sect,
	.solt-sect{
		padding: 0.94rem 0 1rem!important;
		border-bottom: solid 1px #e9ecef;
	}
	h2.s-heading, 
	h3.s-heading, 
	h4.s-heading, 
	.s-heading{
		font-size: 0.48rem;
		line-height: 0.6rem;
	}
	.st-heading{
		font-size: 0.36rem;
		line-height: 0.48rem;
	}
	.s-doc{
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.s-docbox {
		text-align: center;
		margin-bottom: 0.5rem;
	}
	.s-docbox .s-heading,
	.s-docbox h2.s-heading,
	.s-docbox h3.s-heading{
		margin-bottom: 0;
	}
	.s-docbox .st-heading{
		margin: 0.24rem 0 0;
	}
	.s-docbox .s-doc{
		width: 22em;
		max-width: 100%;
		margin: 0.44rem auto 0;
	}
	.prdt-twlist{
		margin: 0 -0.2rem -0.4rem;
	}
	.prdt-twlist li{
		padding: 0 0.2rem;
		margin-bottom: 0.5rem;
	}
	.prdt-twlist .imgs{
		margin-bottom: 0.2rem;
	}
	.prdt-twlist .word{
		font-size: 0.24rem;
		line-height: 0.44rem;
	}
	.prdt-sect .row-left{
		padding: 0;
	}
	.prdt-sect .row-right{
		justify-content: center;
		-webkit-justify-content: center;
	}
	.prdt-sect .s-heading,
	.solt-sect .s-heading{
		max-width: 100%;
	}
}

/* 超声胶片 */
.ult-sect1{
	background: #fff;
	padding: 7.2em 0;
	border-bottom: none;
}
.ult-sect2{
	background: #f5f4f9;
	padding: 7.5em 0;
	border-bottom: none;
}
.ult-sect3{
	padding: 0!important;
	border-bottom: none;
}
.ult-sect3 img{
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	z-index: 1;
}
.ult-sect3 .s-docbox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 41.75%;
	z-index: 10;
}
.ult-sect3 .s-heading,
.ult-sect3 .s-doc{
	color: #fff;
}
@media screen and (max-width: 1440px) {
	.ult-sect3 .s-docbox{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}
@media screen and (min-width: 992px) {
	.ult-sect1 .s-docbox{
		margin-bottom: 2.5em;
	}
	.ult-sect2 .s-doc{
		min-height: 4.8em;
	}
}

/* 放射胶片 */
.p-filmRad .prdt-bbox{
	color: #fff;
}
.radRect-box{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	position: relative;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	position: relative;
}
.radRect-swip{
	width: 180px;
	max-width: 27%;
	height: 47.5em;
	position: relative;
	overflow: hidden;
}
.radRect-swip .swiper-slide{
	width: 100%;
	height: 11.5em;
	border-radius: 0.5em;
	background: #b2e0f7;
	margin-bottom: 3em;
}
.radRect-swip > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.radRect-box.app{
	height: 6rem;
	flex-direction: column;
	-webkit-flex-direction: column;
} 
.radRect-box.app .radRect-swip{
	width: 100%;
	max-width: 100%;
	max-height: 27%;
	overflow: visible;
}
.radRect-box.app .radRect-swip .swiper-slide{
	width: 2.3rem;
	height: 100%;
	margin: 0 3em 0 0;
}

.rad-sect2{
	padding: 7.3em 0 7.7em;
}
.radWx-box{
	max-width: 100%;
	position: relative;
}
.radWx-box img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.radWx-box .img2{
	position: absolute;
	left: 0;
	top: 0;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
} 
.rad-sect2 .radWx-box .img2{
	transform: none;
	-webkit-transform: none;
}

@media screen and (min-width: 1200px) {
	.rad-sect1 .s-heading{
		max-width: 11em;
	}
	.rad-sect1 .s-doc{
		max-width: 25em;
	}
	.rad-sect1 .row{
		height: 47.5em;
		position: relative;
	}
	.rad-sect1 .row-right{
		padding-left: 2em;
	}
	.rad-sect2 .s-doc{
		max-width: 25em;
	}
}
@media screen and (max-width: 991.98px) {
	.radRect-swip{
		height: 35em;
	}
}

/* 报告自助打印机 */
.print-sect1{
	background: #fff;
}
.print-color{
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
	margin: 2.5em -1em 0;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.print-color li{
	padding: 0 1em;
}
.print-color .box{
	width: 100%;
	padding: 0.5em;
	border: solid 1px #2ebdce;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.print-color .img{
	width: 2.8em;
	height: 2.8em;
	display: block;
	border-radius: 3px;
	background: no-repeat center center;
	background-size: cover;
	margin-right: 0.5em;
}
.print-color .tit{
	width: 5.875em;
	text-align: center;
	font-size: 16px;
	font-size: 0.8em;
	line-height: 1.5em;
}

.print-sect2{
	background: #f5f4f9;
	padding: 3.75em 0;
}
.print-sect3{
	background: #fff;
	padding: 7.5em 0;
}
@media screen and (min-width: 768px) {
	.print-sect1 .row{
		flex-direction: row-reverse;
	}
	.print-sect1 .row-left{
		padding: 3em 2.2em 3em 3.75em;
	}
	.print-sect1 .row-right{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.print-sect3 .s-doc{
		max-width: 30em;
	}
}
@media screen and (max-width: 767.98px) {
	body .inside-navApp{
		display: none!important;
	}
	.print-color{
		margin: 0.5rem auto 0;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.print-color .tit{
		font-size: 0.24rem;
		line-height: 0.44rem;
	}
}

/* 智能自助取片机 */
.p-picker .prdt-bbox{
	color: #fff;
}
.picker-sect1{
	padding: 6.9em 0 7.7em;
}
.picker-list{
	display: flex;
	display: -webkit-flex;
	margin: 3.4em -0.5em 0; 
}
.picker-list li{
	width: 50%;
	padding: 0 0.5em;
}
.picker-list img{
	width: 100%;
	max-width: 100%;
	display: block;
}

.picker-swipbox{
	width: 100%;
	padding: 0 4em;
	position: relative;
}
.picker-sctrl{
	width: 3em;
	height: 3em;
	display: block;
	border-radius: 100%;
	border: solid 1px #2dbecd;
	background: no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 53%;
	z-index: 20;
	cursor: pointer;
}
.picker-sctrl.prev{
	left: 0;
	background-image: url('/Img/images/slide-prev.png');
}
.picker-sctrl.next{
	right: 0;
	background-image: url('/Img/images/slide-next.png');
}
.picker-sctrl.swiper-button-disabled{
	cursor: default;
	opacity: .2;
}
.picker-swip{
	width: 100%;
	height: 30em;
	position: relative;
	overflow: hidden;
}
.picker-swip .swiper-slide{
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
.picker-swip .imgs.web{
	width: 100%;
	height: 100%;
	display: block;
	background: no-repeat center bottom;
	background-size: contain;
	position: relative;
}
.picker-swip img{
	width: 100%;
	max-width: 100%;
	display: block;
}

.picker-sect3{
	padding: 7.5em 0;
}

@media screen and (min-width: 768px) {
	.picker-sect2 .row-left{
		padding-top: 10em;
		padding-bottom: 10.2em;
	}

	.picker-sect2 .row-right{
		justify-content: center;
		-webkit-justify-content: center;
		align-self: flex-end;
		-webkit-align-self: flex-end;
	}

	.picker-sect3 .s-heading{
		max-width: 13em;
	}
}
@media screen and (min-width: 1200px) {
	.picker-sect2 .row-right{
		padding: 0 2em;
	}
}
@media screen and (min-width: 1440px) {
	.picker-sect2 .row-right{
		padding: 0 5.5em 0 3.5em;
	}
}
@media screen and (max-width: 767.98px) {
	.picker-list{
		margin-top: 0.5rem;
	}
}

/* 超级智能银医通 */
.svdoct-sect1{
	overflow: hidden;
}
.svdoct-sect1 .imgsbox{
	position: relative;
}
.svdoct-sect1 .imgs{
	position: relative;
	z-index: 5;
}
.svdoct-sect1 .circle{
	width: 50em;
	max-width: none;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	/*margin-left: -25em;
	margin-top: -25em;*/
	z-index: 1;
}
.svdoct-iclist{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 2.5em -5px 0;
	position: relative;
	z-index: 10;
}
.svdoct-iclist li{
	padding: 5px;
}
.svdoct-iclist .box{
	width: 100px;
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	border: solid 1px #3db0bd;
	padding: 0 14px;
}
.svdoct-iclist img{
	width: 28px;
	height: 28px;
	display: block;
}
.svdoct-iclist .tit{
	font-size: 14px;
	line-height: 28px;
	color: #2dbecd;
}
.svdoct-sect3{
	background: #fff;
	padding: 7.5em 0;
}
@media screen and (min-width: 768px) {
	.svdoct-sect1 .row{
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}
	.svdoct-sect1 .row-left{
		padding: 0 0 0 2em;
	}
	.svdoct-sect1 .row-right{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.svdoct-sect2 .row{
		height: 40em;
	}
	.svdoct-sect2 .s-doc,
	.svdoct-sect3 .s-doc{
		max-width: 35em;
	}
}
@media screen and (max-width: 767.98px) {
	.svdoct-iclist{
		margin-top: 0.5rem;
	}
	.svdoct-iclist li{
		width: 33.3333%;
	}
	.svdoct-iclist .box{
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.svdoct-iclist .imgs{
		margin-right: 14px;
	}
}

/* 医用级防护屏 */
.p-PET .prdt-bbox{
	color: #fff;
}

.pet-sect{
	width: 100%;
	background: #fff;
	padding: 6.9em 0 11em;
	position: relative;
}
.pet-doc{
	max-width: 630px;
	margin-bottom: 3.7em;
	position: relative;
	z-index: 10;
}
.pet-docW{
	margin-bottom: 2.7em;

}
.pet-doc .st-heading{
	color: #2ebdce;
	margin-top: 0.7em;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.pet-swipbox{
	width: 100%;
	position: relative;
}
.pet-swip{
	width: 28em;
	max-width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}
.pet-swip .circle{
	width: 30.5em;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 1;
}
.pet-swip .circle img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.pet-swip .swiper-wrapper{
	position: relative;
	z-index: 10;
}
.pet-swip .imgs{
	width: 71%;
	display: block;
	margin: auto;
	position: relative;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
	border-radius: 100%;
}
.pet-swip .imgs img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.pet-sctrl{
	width: 3.5em;
	height: 3.5em;
	display: block;
	border-radius: 100%;
	border: solid 1px #2dbecd;
	background: no-repeat center center #fff;
	background-size: contain;
	position: absolute;
	top: 50%;
	z-index: 20;
	cursor: pointer;
	transform: translateY(-50%);
}
.pet-sctrl.prev{
	left: 5.5em;
	background-image: url('/Img/images/slide-prev.png');
}
.pet-sctrl.next{
	right: 5.5em;
	background-image: url('/Img/images/slide-next.png');
}
.pet-sctrl.swiper-button-disabled{
	cursor: default;
	opacity: .2;
}
@media screen and (max-width: 991.98px) {
	.pet-sctrl.prev{
		left: 0;
	}
	.pet-sctrl.next{
		right: 0;
	}
}
@media screen and (max-width: 767.98px) {
	.p-PET .footer{
    margin-top: 2rem
}
	.pet-doc{
		width: 100%;
		text-align: center;
	}
	.pet-swip{
		width: 100%;
	}
	.pet-sctrl{
		top: 100%;
	}
	.pet-sctrl.prev{
		left: 50%;
		transform: translate(-5em, 0.5rem);
	}
	.pet-sctrl.next{
		left: 50%;
		transform: translate(1.5em, 0.5rem);
	}
}

/* PACS信息系统 */
.pacs-sect1 {
	padding: 8.2em 0 8.5em;
}
.pacs-sect1 .s-docbox{
	max-width: 620px;
}
.pacs-sect2{
	padding: 5.25em 0;
	background: #f5f4f9;
}
.pacs-sect2 .s-heading{
	padding-bottom: 1.4375em;
	position: relative;
	margin-bottom: 1.5em;
}
.pacs-sect2 .s-heading::after{
	content: '';
	display: block;
	width: 2.083em;
	max-width: 100px;
	height: 1px;
	background: #2dbecd;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pacs-sect2 .st-heading{
	color: #2dbecd;
}
.pacs-sect3{
	padding: 7.5em 0;
	background: #fff;
}
.pacs-swip{
	position: relative;
	overflow: hidden;
}
.pacs-swip img{
	max-width: 100%;
	display: block;
}
.pacs-paging{
	width: 100%;
	height: 2.7em;
	display: block;
	background: url(/Img/images/zhe-black.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0!important;
	z-index: 10;
	line-height: 2.7em;
	text-align: center;
}
.pacs-paging .bullet{
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.75em;
	border: solid 1px #fff;
	border-radius: 100%;
	cursor: pointer;
}
.pacs-paging .bullet.active{
	background: #fff;
}

@media screen and (min-width: 768px) {
	.prdt-sect .s-heading{
		max-width: 13em;
	}
	.pacs-sect2 .row{
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}
	.pacs-sect2 .row-left{
		padding: 0 0 0 4em;
	}
	.pacs-sect2 .row-right{
		padding: 0 4em 0 0;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.pacs-sect2 .s-docbox{
		max-width: 450px;
	}
}
@media screen and (max-width: 767.98px) {
	.pacs-sect2 .s-heading{
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.pacs-sect2 .s-heading::after{
		left: 50%;
		transform: translateX(-50%);
	}
	.pacs-sect2 .st-heading{
		margin-top: 0.5rem;
	}
}

/* 云影像 */
.p-cloudImages .prdt-bbox{
	color: #fff;
}
.cimg-sect1{
	background: #f3f7f9;
	padding: 7.5em 0;
}
.cimg-sect2{
	background: #fff;
	padding: 6em 0 6.1em;
}
@media screen and (min-width: 768px) {
	.p-cloudImages .prdt-bbox .btit{
		max-width: 10em;
	}
	.cimg-sect2 .row{
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}
	.cimg-sect2 .row-left{
		padding: 0 0 0 4em;
	}
	.cimg-sect2 .row-right{
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
}

/* 云诊疗 */
.p-cloudDiagnosis .prdt-bbox .bd{
	top: 34%;
}
.diag-blist{
	width: 480px;
	max-width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 2.7em 0 0;
	padding-top: 3em;
	position: relative;
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
}
.diag-blist::before{
	content: '';
	display: block;
	width: 10em;
	max-width: 200px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	left: 5px;
	top: 0;
}
.diag-blist li{
	text-align: center;
}
.diag-blist img{
	width: 2em;
	height: 2em;
	display: block;
	margin: 0 auto 1.2em;
}
.diag-blist .doc{
	width: 6em;
	font-size: 16px;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 auto;
}
.diag-sect1{
	background: #fff;
	padding: 7.5em 0 6.9em;
}
.diag-sect2{
	background: #fff;
	padding: 0 0 7.3em;
}
.diag-iclist{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 2.7em -1em 0;
}
.diag-iclist li{
	padding: 0 1em;
}
.diag-iclist .box{
	width: 4em;
	height: 4em;
	background: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	border-radius: 0.5em;
	box-shadow: 0 0 1em #c7e0ed;
}
.diag-iclist img{
	width: 100%;
	max-width: 100%;
	display: block;
}

@media screen and (min-width: 768px) {
	.diag-sect2 .s-docbox{
		margin-bottom: 2.5em;
	}
}
@media screen and (max-width: 767.98px) {
	.diag-blist{
		width: 5.6rem;
		padding: 0;
		margin: 0.44rem auto 0;
	}
	.diag-blist img{
		width: 0.4rem;
		height: 0.4rem;
		margin-bottom: 0.2rem;
	}
	.diag-blist .doc{
		font-size: 0.18rem;
		line-height: 0.24rem;
	}
	.diag-blist::before{
		display: none;
	}
	.diag-iclist{
		justify-content: center;
		-webkit-justify-content: center;
		margin: 0.5rem -0.2rem 0.6rem;
	}
	.diag-iclist li{
		padding: 0 0.2rem;
	}
	.diag-iclist .box{
		width: 0.8rem;
		height: 0.8rem;
	}
}

/* 解决方案公共 */
.solt-sect1{
	background: #fff;
	padding: 6.75em 0 7.3em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.solt-sect1 .s-doc{
		max-width: 1078px;
		margin-left: auto;
		margin-right: auto;
	}
	.solt-sect1 .prdt-twlist{
		margin: 2.7em -1.5em 0;
	}
	.solt-sect1 .prdt-twlist li{
		padding: 0 1.5em;
	}
	.solt-sect1 .prdt-twlist .imgs{
		margin-bottom: 1.3em;
	}
	.solt-sect1 .prdt-twlist .word{
		font-size: 1.2em;
		line-height: 1.25em;
	}
}
@media screen and (max-width: 767.98px) {
	.solt-sect1 .prdt-twlist .word{
		padding: 0 1em;
	}
}


/* 健康城市综合解决方案 */
.p-soltCity .prdt-bbox{
	color: #fff;
}
.stCity-sect1 {
	padding-bottom: 7.5em;
}
.stCity-sect1 .prdt-twlist .imgs{
	margin-bottom: 0;
}
.stCity-sect2{
	width: 100%;
	position: relative;
}
.stCity-sect2 img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.stCity-sect2 .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 22.7%;
	z-index: 10;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.stCity-sect2 .s-docbox{
		width: 1050px;
		max-width: 100%;
		margin: 0 auto;
		color: #fff;
	}
	.stCity-sect2 .s-doc{
		margin-top: 2.444em;
		color: #fff;
	}
}
@media screen and (max-width: 767.98px) {
	.stCity-sect2 .bd{
		position: static;
	}
}


/* 医共体解决方案 */
.p-soltYi .prdt-bbox{
	color: #fff;
	text-align: center;
}
.stYi-sect2{
	width: 100%;
	position: relative;
}
.stYi-sect2 img{
	width: 100%;
	max-width: 100%;
	display: block;
}
.stYi-sect2 .bd{
	width: 100%;
	position: absolute;
	left: 0;
	top: 12.78%;
	z-index: 10;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.stYi-sect2 .s-docbox{
		width: 980px;
		max-width: 100%;
		margin: 0 auto;
	}
	.stYi-sect2 .s-doc{
		margin-top: 2.444em;
	}
}
@media screen and (max-width: 767.98px) {
	.stYi-sect2 .bd{
		position: static;
	}
	
	.pet-con1{
		width: 100%;
		height: auto;
		margin-bottom: 0.94rem;
	}
	.pet-con1 .pet-con1-t h6{
		padding: 0 0 0.94rem 0;
		font-size: 0.48rem;
	}
	.pet-con1 .pet-con1-con .pet-con1-imgcon{
		flex-direction: column;
	}
	.pet-con1 .pet-con1-con .pet-con1-imgcon img{
		   width: 100% !important;
	}
	
	.pet-con1 .pet-con1-con .pet-con1-imgcon img:nth-child(2){
		   width: 50% !important;
		       margin: .2rem;
	}
}

/* 互联网医院解决方案 */
.stOnline-sect1{
	padding: 6.75em 0 7.2em;
}
.stOnline-sect2{
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 9em 0 9.3em;
	color: #fff;
	text-align: center;
}
.stOnline-sect2 .s-docbox{
	margin-bottom: 0;
}
.stOnline-sect2 .s-doc{
	color: #fff;
}

@media screen and (min-width: 768px) {
	.stOnline-sect1 .prdt-twlist{
		margin-top: 2.2em;
	}
	.stOnline-sect1 .prdt-twlist .imgs{
		margin-bottom: 1.2em;
	}
	.stOnline-sect1 .prdt-twlist .word{
		width: 14em;
		font-size: 18px;
		font-size: 0.9em;
		line-height: 1.67em;
		margin: 0 auto;
	}
	.stOnline-sect2 .s-doc{
		width: 710px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.posBox1{
	position: relative;
}

.icItem{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.icItem .ic{
	position: absolute;
	cursor: pointer;
}
.ic1{
	width: 60px;
	height: 120px;
	left: 17%;
	top: 42%;
}
.ic2{
	width: 120px;
	height: 60px;
	right: 24%;
	top: 20%;
}
.ic3{
	width: 120px;
	height: 60px;
	right: 24%;
	bottom: 20%;
	
}
.ic4{
	width: 53px;
	height: 100px;
	left: 10%;
	top: 20%;
}
.ic5{
	width: 123px;
	height: 50px;
	left: 42%;
	top: 4%;
}
.ic6{
	width: 65px;
	height: 110px;
	right: 9%;
	top: 16%;
}
.ic6{
	width: 65px;
	height: 110px;
	right: 9%;
	top: 16%;
}
.ic7{
	width: 65px;
	height: 110px;
	right: 7%;
	bottom: 22%;
}
.ic8{
	width: 123px;
	height: 50px;
	left: 42%;
	bottom: 4%;
}
.ic9{
	width: 65px;
	height: 110px;
	left: 7%;
	bottom: 22%;
}
.posBox1 img+img{
	display: none;
}
.showBox div+div{
	opacity: 0;
	display: none;
}
.stYi-sect2 img{
	float: none!important;
}
@media (max-width:991.98px) {
	.ic4 {
		width: 37px;
		    height: 61px;
	}
	.ic9{
		width: 39px;
		    height: 60px;
	}
}
@media(max-width: 768px){
	.pacs-sect2 .row-right{
		order: 1
	}
	.pacs-sect2 .row-left{
		order: 2;
		margin-top: .3rem
	}
}
.navBox1 .item+.item{
	display: none
}
.picker-sect2 .row-right{
	position: relative;
}
.navBox1{
	width: 120px;
	position: absolute;
	right: 5%;
	bottom: 40px;
	font-size: 16px;
	color: #555;
}
.p-prdt .diag-blist{
	display: none;
}
@media(max-width: 768px){
	.navBox1{
	width: 120px;
	position: absolute;
	left: 50%;
	top: 40px;
	font-size: 16px;
	color: #555;
	margin-left: -60px;
}
}
.animbox{
	position: relative;
}
.posAnim{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.fanim{
	position: absolute;
}
.f-2{
	left: 43%;
    top: 41%;
}
.f-3{
	right: 0;
	top: 36%;
}
.f-4{
	top: 0;
	left: 46%;
}
.f-5{
	bottom: 0;
	left: 49%;
}
.f-6{
	left:  29%;
	top: 11%;
}
.animbox>img{
	opacity: 0
}
@media(max-width: 1246px){
	.posAnim{
		display: none;
	}
	.animbox>img{
	opacity: 1
}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){
	.svdoct-sect1 .row-right{
		width: 40%;
		ms-flex: 0 0 40%;
    flex: 0 0 40%;
	}
	.svdoct-sect1 .row-left{
		width: 60%;
		ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
	}
}
@media(min-width: 992px){
	.hadnt-subtt .imgs{
	margin-top: 107px;
}
}
@media(max-width: 991.98px){
	.inside-navbox{
		display: none;
	}
}
.p-filmRad .prdt-bbox .btit{
	color: #333;
}
@media(max-width: 768px){
	.p-filmRad .prdt-bbox .btit{
	color: #fff;
}
}
.pet-sectW{
	padding-bottom:6.6em 
}
