/*媒体查询*/

@media screen and (max-width: 1500px) {
	.box {
		width: 100%; 
		/*background: yellow;*/
		/*background: url(../img/back2.png) no-repeat;*/
		background-size: 1400px;
		overflow-x: hidden;
	}
	.box::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		z-index: 0;
		width:100%;
		height:474px;
		background:linear-gradient(45deg,rgba(166,208,255,1) 0%,rgba(75,172,255,1) 100%);
	}
	.loginbackimg::before{
		content: "";
		display: block;
		position: absolute;
		top: 60px;
		left: -88px;
		z-index: -1;
		width:734px;
		height:413px;
		background:url(../img/login_img.png) no-repeat center center;
		background-size: 100%;
	}
	.dowlondbackimg::before{
		content: "";
		display: block;
		position: absolute;
		top: 51px;
		right: -131px;
		z-index: -1;
		width:767px;
		height:422px;
		background:url(../img/xiazai.png) no-repeat center center;
		background-size: 100%;
	}
	.content {
		width: 900px;
		margin: 0 auto;
		height: 100%;
		position: relative;
		z-index: 999;
	}
	.header {
		height: 52px;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		/*position: fixed;*/
		/*background: #1DB5FF;*/
	}
	.header>div {
		width: 900px;
		margin: 0 auto;
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header>div>div:nth-child(1) {
		float: left;
		/*margin-top: 30px;*/
	}
	.header>div>div:nth-child(1)>img {
		width: 209px;
		height: 32px;
	}
	.navMenu {
		float: right;
	}
	.navMenu>ul>li {
		/*margin-top: 40px;*/
		float: left;
		margin-left: 37px;
	}
	.navMenu ul li a {
		display: block;
		font-size: 15px;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		line-height: 20px;
		border-bottom: 2px solid transparent;
	}
	.navMenu ul li a:hover {
		color: rgba(255, 255, 255, 1);
		border-bottom-color: #FFFFFF;
	}
	.navMenu ul li a.active {
		font-weight: 600;
		color: rgba(255, 255, 255, 1);
		border-bottom-color: #FFFFFF;
	}
	.navMenu ul li:last-child {
		position: relative;
	}
	.navMenu ul li:last-child>div>span {
		font-size: 15px;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		line-height: 20px;
		border-bottom: 2px solid transparent;
	}
	.navMenu ul li:last-child>div>img {
		width: 8px;
		height: 10px;
		margin-left: 5px;
		transition: all .5s;
		transform: rotate(0deg);
	}
	.navMenu ul li:last-child>div>img.active {
		transform: rotate(90deg);
		transition: all .5s;
	}
	.langer {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.select {
		display: none;
		transition: all .5s;
		position: absolute;
	}
	.select>ul>li {
		margin-top: 10px;
	}
	.select>ul>li>a {
		font-size: 15px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		line-height: 27px;
		border-bottom: 1px solid #FFFFFF;
	}
	.center {
		padding-top: 52px;
		/*height: 1160px;*/
		width: 100%;
		padding-bottom: 149px;
		border-bottom: 1px solid #EBEBEB;
		overflow: hidden;
	}
	.doctorServicecenter{
		/*padding-top: 52px;*/
		/*height: 1160px;*/
		width: 100%;
		padding-bottom: 149px;
		border-bottom: 1px solid #EBEBEB;
	}
	.contentFl {
		float: left;
		margin-top: 166px;
	}
	.contentFl>p:nth-child(1) {
		font-size: 39px;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		line-height: 45px;
		margin-bottom: 13px;
	}
	.contentFl>p:nth-child(2) {
		font-size: 32px;
		font-weight: 400;
		color: #003A7C;
		line-height: 40px;
	}
	.loginBox {
		float: right;
		width: 330px;
		min-height: 436px;
		padding: 20px 25px;
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
		margin-top: 135px;
		position: relative;
	}
	.loginBox>div:nth-child(1) {
		overflow: hidden;
	}
	.loginBox>div:nth-child(1)>span:nth-child(1) {
		font-size: 20px;
		font-weight: 500;
		color: rgba(88, 88, 88, 1);
		line-height: 37px;
		float: left;
	}
	.loginBox>div>span:nth-child(2) {
		font-size: 20px;
		font-weight: 500;
		color: rgba(0, 126, 229, 1);
		line-height: 37px;
		float: right;
		cursor: pointer;
	}
	.checkBox {
		margin-top: 15px;
		margin-bottom: 26px;
		overflow: hidden;
	}
	.checkdemo {
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.checkdemo>i {
		display: block;
		width: 24px;
		height: 24px;
		background: url(../img/check1.png) no-repeat center center;
		background-size: 100%;
	}
	.checkdemo>i.check {
		background: url(../img/check.png) no-repeat center center;
		background-size: 100%;
	}
	.checkdemo>span {
		margin-left: 8px;
		font-size: 16px;
		font-weight: 400;
		color: rgba(155, 155, 155, 1);
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.checkBox>div:nth-child(2) {
		float: right;
		font-size: 16px;
		font-weight: 400;
		/*color: rgba(74, 74, 74, 1);*/
		margin-top: 3px;
		line-height: 20px;
		/*border-bottom: 1px solid rgba(74, 74, 74, 1);*/
	}
	.tishizc{
	font-size:12px;
	color:rgba(155,155,155,1);
	line-height:14px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4A4A4A;
	margin-top: 10px;
	

}
.wzcsjh{
	margin-top: 6px;
	margin-bottom: 25px;
}
.yhxy{
	margin-top: 6px;
}
.tishizc>i{
	display: block;
	width:12px ;
	height: 12px;
	background: url(../img/gth.png) no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
}
	.loginwt{
		width: 115px;
		margin: 0 auto;
		font-size:16px;
		font-weight:400;
		color:#9B9B9B;
		margin-top: 10px;
		line-height:20px;
		margin-bottom: 26px;
		border-bottom: 1px solid #9B9B9B;
		cursor: pointer;
	}
	.btnBox {
		margin-top: 20px;
		height: 90px;
		display: flex;
		justify-content: space-between;
	}
	.btnBox>button {
		cursor: pointer;
		position: relative;
		width: 155px;
		height: 40px;
		border-radius: 3px;
		border: 1px solid rgba(32, 53, 128, 0.16);
		font-size: 16px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		line-height: 29px;
		background: linear-gradient(52deg, rgba(95, 204, 255, .6) 0%, rgba(29, 181, 255, .5) 100%);
		float: left;
	}
	.loginBtn>button>img {
		margin-left: 20px;
		width: 9px;
	}
	.btnBox>button.active {
		background: linear-gradient(52deg, rgba(95, 204, 255, 1) 0%, rgba(29, 181, 255, 1) 100%);
	}
	.loginIpt>input,
	.qyzcFrom>input,
	.grzcFrom>input,
	.yzmloginIpt>input {
		width: 300px;
		height: 50px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	div.loginpwd,
	.yzmIpt {
		position: relative;
	}
	div.loginpwd>input {
		width: 300px;
		height: 50px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.yzmIpt>input {
		width: 300px;
		height: 50px;
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.yzmIpt>a {
		cursor: pointer;
		/*display: none;*/
		position: absolute;
		top: 15px;
		right: 15px;
		background-size: 100%;
		font-size: 14px;
		font-weight: 500;
		color: rgba(0, 126, 229, 1);
		/*line-height:22px;*/
		border-bottom: 1px solid rgba(0, 126, 229, 1);
	}
	.yzmIpt>span {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 14px;
		font-weight: 500;
		color: rgba(0, 126, 229, .2);
		line-height: 22px;
		display: none;
		cursor: not-allowed;
	}
	.pass-on {
		cursor: pointer;
		width: 35px;
		height: 23px;
		display: block;
		background: url(../img/show.png) no-repeat center center;
		position: absolute;
		top: 15px;
		right: 15px;
		background-size: 100%;
	}
	.pass-on1 {
		cursor: pointer;
		width: 35px;
		height: 23px;
		display: block;
		background: url(../img/hide.png) no-repeat center center;
		position: absolute;
		top: 15px;
		right: 15px;
		background-size: 100%;
	}
	.loginBtn>button,
	.subimqyZc>button,
	.subimgrZc>button {
		font-size: 16px;
		font-weight: 500;
		color: rgba(255, 255, 255, 1);
		border-radius: 4px;
		border: 1px solid rgba(32, 53, 128, 0.16);
		width: 330px;
		height: 40px;
		margin-bottom: 26px;
		background: linear-gradient(52deg, rgba(95, 204, 255, 1) 0%, rgba(29, 181, 255, 1) 100%);
	}
	.loginBtn>button{
		margin-bottom: 0px;
	}
	.subimqyZc>button>img,
	.subimgrZc>button>img {
		width: 9px;
		margin-left: 5px;
	}
	.sftype {
		overflow: hidden;
		margin-bottom: 80px;
		display: flex;
		align-content: center;
	}
	.sftype>div:nth-child(1) {
		margin-left: 50px;
		margin-right: 70px;
	}
	.loginSpan>img {
		width: 16px;
	}
	.footer {
		margin-top: 30px;
		height: 270px;
		width: 100%;
	}
	.footerTab {
		margin-bottom: 55px;
	}
	.footerTab>div {
		display: flex;
		align-items: center;
	}
	.footerTab>div>img {
		width: 11px;
		margin-left: 9px;
		margin-right: 11px;
	}
	.footerTab>div>span {
		font-size: 15px;
		color: rgba(0, 126, 229, 1);
		border-bottom: 2px solid rgba(0, 126, 229, 1);
	}
	.footerFl {
		float: left;
	}
	.footerFl>.enterprise {
		margin-left: 20px;
	}
	.footerFl>.enterprise>div:nth-child(1) {
		/*width:337px;
		height:51px;*/
		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: rgba(155, 155, 155, 1);
		line-height: 25px;
	}
	.footerFl>.enterprise>div:nth-child(2),
	.footerFl>.enterprise>div:nth-child(2)>a {
		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: rgba(98, 97, 98, 1);
		line-height: 28px;
	}
	.footerFl>.enterprise>div:nth-child(2)>a:hover {
		color: #007EE5;
	}
	.footerFl>.enterprise>div:nth-child(2)>span {
		margin: 0 10px;
	}
	.footeright {
		float: right;
		overflow: hidden;
	}
	.footeright>div {
		float: left;
		margin-left: 50px;
	}
	.footeright>div>ul>li>a {
		font-size: 15px;
		font-weight: 400;
		color: rgba(137, 152, 170, 1);
		/*line-height:28px;*/
		border-bottom: 1px solid transparent;
		letter-spacing: 1px;
	}
	.footeright>div>ul>li.ahover>a:hover {
		border-bottom-color: #8998AA;
	}
	.footeright>div>ul>li {
		margin-bottom: 6px;
	}
	.footeright>div>ul>li:nth-child(1) {
		margin-bottom: 14px;
		width: 70px;
		font-size: 15px;
		font-weight: 400;
		color: rgba(137, 152, 170, 1);
		border-bottom: 1px solid #8998AA;
		letter-spacing: 1px;
	}
	.footeright>div>ul>li:nth-child(1)>a {
		display: block;
		border-bottom: 1px solid #8998AA;
	}
	/*资源下载*/
	.contentDownload {
		padding-bottom: 130px;
		border-bottom: 1px solid #EBEBEB;
		overflow: hidden;
	}
	.fzyyxt {
		margin-top: 207px;
	}
	.fzyyxt>p:nth-child(1) {
		font-size: 34px;
		color: rgba(255, 255, 255, 1);
		line-height: 39px;
	}
	.fzyyxt>p:nth-child(2) {
		margin-top: 22px;
		font-size: 16px;
		color: rgba(255, 255, 255, 1);
		line-height: 26px;
	}
	.fzyyxt>p:nth-child(4) {
		font-size: 16px;
		color: #003A7C;
		line-height: 26px;
	}
	.fzyyxt>p:nth-child(4)>a{
		font-size: 16px;
		color:#003A7C;
		line-height: 26px;
		border-bottom: 1px solid #003A7C;
	}
	.fzyyxt>p:nth-child(4)>a:hover{
		border-bottom: 1px solid #FFFFFF;
		color: #FFFFFF;
	}
	.fzyyxt>div {
		margin-top: 26px;
		margin-bottom: 17px;
	}
	.fzyyxt>div>button {
		width: 163px;
		height: 35px;
	}
	.fzyyxt>div>button.active {
		background: linear-gradient(90deg, rgba(134, 210, 0, 1) 0%, rgba(58, 200, 0, 1) 100%);
		border-radius: 4px;
		border: 1px solid rgba(32, 53, 128, 0.16);
		font-size: 15px;
		color: rgba(255, 255, 255, 1);
	}
	.fzyyxt>div>button:nth-child(1){
		margin-right: 27px;
		font-size:15px;
		color:#FFFFFF;
		background:linear-gradient(52deg,rgba(95,204,255,1) 0%,rgba(29,181,255,1) 100%);
		color: #FFFFFF;
		border-radius:4px;
		border:1px solid rgba(32,53,128,0.16);
	}
	.fzyyxt>div>button:nth-child(2){
		margin-right: 27px;
		font-size:15px;
		color:#1DB5FF;
		background:linear-gradient(52deg,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
		border-radius:4px;
		border:1px solid rgba(32,53,128,0.16);
	}
	.PDMDPC {
		margin-top: 107px;
		overflow: hidden;
		display: flex;
		justify-content: space-between;
	}
	.PDMDPC>div:nth-child(1) {
	}
	.PDMDPC>div:nth-child(2) {
	}
	.PDMDPC>div>p:nth-child(1) {
		font-size: 21px;
		color: #003A7C;
		line-height: 39px;
		margin-bottom: 5px;
	}
	.PDMDPC>div>p:nth-child(2) {
		font-size: 14px;
		color: #626262;
		line-height: 30px;
		margin-bottom: 26px;
		letter-spacing:0px;
	}
	.PDMDPC>div>p:nth-child(3)>a {
		font-size: 16px;
		color: #003A7C;
		line-height: 35px;
		border-bottom: 1px solid #003A7C;
	}
	.PDMDPC>div>p:nth-child(3)>a:hover{
		border-bottom: 1px solid rgba(95,204,255,1) ;
		color: rgba(95,204,255,1) ;
	}
	.PDMDPC>div>p:nth-child(3)>a:nth-child(1) {
	}
	.line_03 {
		margin: 14px 0px 13px 0;
		text-align: center;
		font-size: 15px;
		font-weight: 500;
		color: rgba(0, 0, 0, .24);
		position: relative;
	}
	.line_03::before {
		width: 108px;
		height: 1px;
		display: block;
		content: "";
		background: linear-gradient(-90deg, rgba(0, 0, 0, .07), rgba(255, 255, 255));
		position: absolute;
		top: 50%;
		left: 33px;
	}
	.line_03::after {
		width: 108px;
		height: 1px;
		display: block;
		content: "";
		background: linear-gradient(90deg, rgba(0, 0, 0, .07), rgba(255, 255, 255));
		position: absolute;
		top: 50%;
		right: 33px;
	}
	.line_02 {
		margin: 14px 0px 13px 0;
		text-align: center;
		font-size: 15px;
		font-weight: 500;
		color: rgba(0, 0, 0, .24);
		position: relative;
	}
	.line_02::before {
		width: 108px;
		height: 1px;
		display: block;
		content: "";
		background: linear-gradient(-90deg, rgba(0, 0, 0, .07), rgba(255, 255, 255));
		position: absolute;
		top: 50%;
		left: 10px;
	}
	.line_02::after {
		width: 108px;
		height: 1px;
		display: block;
		content: "";
		background: linear-gradient(90deg, rgba(0, 0, 0, .07), rgba(255, 255, 255));
		position: absolute;
		top: 50%;
		right: 10px;
	}
	.dialogLogin {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgb(0, 0, 0, .5);
		z-index: 999;
		display: none;
		transition: all 1s;
	}
	.dialogLogin>div {
		width: 500px;
		padding: 20px;
		background: #FFFfff;
		border-radius: 5px;
	}
	.dialogLogin>div>p:nth-child(1) {
		font-size: 25px;
		font-weight: 600;
		margin-bottom: 20px;
	}
	.dialogLogin>div>p:nth-child(2) {
		margin-bottom: 20px;
		font-size: 20px;
		color: #666666;
	}
	.dialogLogin>div>button:nth-child(3) {
		width: 80px;
		height: 40px;
		border-radius: 5px;
		font-size: 18px;
		color: #FFFFFF;
		background: linear-gradient(52deg, rgba(95, 204, 255, 1) 0%, rgba(29, 181, 255, 1) 100%);
		float: right;
	}
	.zhengzedialog {
		display: none;
		padding: 5px;
		border-radius: 5px 5px 0 0;
		background: rgba(255, 100, 97, 1);
		font-size: 12px;
		color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	.loginBox .zhengzedialog>span {
		font-size: 12px !important;
		color: #FFFFFF !important;
	}
	button {
		box-shadow: 0px 22px 9px -18px rgba(0, 0, 0, .2);
	}
	.loginSpan {
		width: 40px;
	}
	.loginSpan>.sjewm {
		cursor: pointer;
		position: absolute;
		top: -40px;
		right: -40px;
		width: 80px;
		height: 80px;
		transform: rotate(-45deg);
		z-index: 99;
		overflow: hidden;
	}
	.loginSpan>.sjewm>.sjewmimg {
		width: 35px;
		height: 35px;
		background: url(../img/ewm.png) no-repeat;
		background-size: 100%;
		position: absolute;
		left: -11px;
		bottom: 23px;
		transform: rotate(45deg);
		background-position: 0 0;
	}
	.loginSpan>.sjewm>.sjcmtimg {
		width: 45px;
		height: 30px;
		background: url(../img/computer.png) no-repeat;
		background-size: 100%;
		position: absolute;
		left: -17px;
		bottom: 29px;
		transform: rotate(45deg);
		background-position: 0 0;
	}
	.sjcmtitle {
		width: 100px;
		height: 26px;
		padding-left: 4px;
		font-size: 12px;
		font-weight: 500 !important;
		color: rgba(255, 255, 255, 1);
		background: rgb(203,203,203);
		line-height: 26px;
		border-radius: 3px;
		position: absolute;
		top: 14px;
		right: 57px;
		animation-name: myfirst;
		animation-duration:2s;
		animation-direction:normal;	
		animation-timing-function:linear;
		animation-iteration-count:infinite;
	}
	.sjcmtitle::before {
		content: "";
		display: block;
		position: absolute;
		top: 1px;
		right: -23px;
		/**background: red;*/
		border: 12px solid transparent;
		/*background-size:100% ;*/
		/*background-position:0 0;*/
		border-left-color:rgb(203,203,203);
		border-radius: 3px;
	}
	.xcxewm {
		margin-top: 45px;
	}
	.xcxewm>div {
		text-align: center;
	}
	.xcxewm>div>p {
		font-size: 18px;
		color: rgba(74, 74, 74, 1);
		line-height: 33px;
	}
	.xcxewm>div>img {
		width: 205px;
		height: 205px;
	}
	@keyframes myfirst
		{
		25% {right: 67px;}
		50% {right: 57px;}
		75% {right: 67px;}
		}
	@-moz-keyframes myfirst /* Firefox */
		{
		25% {right: 67px;}
		50% {right: 57px;}
		75% {right: 67px;}
		}
	@-webkit-keyframes myfirst /* Safari 和 Chrome */
		{
		25% {right: 67px;}
		50% {right: 57px;}
		75% {right: 67px;}
		}
	@-o-keyframes myfirst /* Opera */
		{
		25% {right: 67px;}
		50% {right: 57px;}
		75% {right: 67px;}
		}
		
	/*---------医生服务----------*/
.flagBox{
	margin-top:163px ;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}
.flagBox>div:nth-child(1)>img:nth-child(1){
	margin-top: 86px;
	height: 64px;
}
.flagBox>div:nth-child(1)>img:nth-child(2){
	margin-top: 23px;
	width: 188px;
	height: 29px;
}
.flagBox>div:nth-child(2)>img{
	margin-top: 23px;
	width:513px;
	height:336px;
	margin-right: -105px;
}
.doctorServicecenter{
	/*overflow-x: hidden;*/
}
.doctorService::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:477px;
	background:linear-gradient(45deg,rgba(166,208,255,1) 0%,rgba(75,172,255,1) 100%);
}
.doctorServicecenter>div{
	width:100%;
	zoom: 1;
	/*overflow: hidden;*/
}.doctorServicecenter>div::after{
	content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.doctorServicecenter>div{
	display: flex;
}
.doctorServicecenter>div>div{
	position: relative;
	z-index: 99;
	float: left;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(1)>img{
	width:617px;
	height:329px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(1)>img{
	margin-top:190px ;
	margin-left: -108px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2){
	/*width:555px;*/
	margin-top: 170px;
	margin-left: 76px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){
	padding: 34px 0 23px 0;
	height: 50px;
	display: flex;
	align-items: center;
	
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>p{
	font-size:31px;
	font-weight:600;
	color:#003A7C;
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>p>span{
	font-weight:400;
	font-size:50px;
	
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>span{
	margin-left: 200px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(2){
	font-size:19px;
	font-weight:400;
	color:#003A7C;
	/*line-height:23px;*/
	letter-spacing:4px;
	margin-bottom: 33px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(3),.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(4),.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(5){
	margin-top: 10px;display: flex;
	align-items: center;
	font-size:16px;
	font-weight:400;
	color:#9B9B9B;
	white-space: nowrap;
	letter-spacing:2px;
	
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(7){
	margin-top: 10px;display: flex;
	align-items: center;
	font-size:16px;
	/*font-family:PingFangSC-Medium,PingFang SC;*/
	font-weight:400;
	color:#9B9B9B;
	white-space: nowrap;
	line-height:33px;
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>p:nth-child(6){
	font-size:14px;
	/*font-family:PingFangSC-Regular,PingFang SC;*/
	font-weight:400;
	color:#9B9B9B;
	line-height:29px;
	opacity: .8;
	letter-spacing:3px;margin-left: 9px;
}
.doctorServicecenter>div:nth-child(3){
	display: flex;
	margin-bottom: 67px;	
}
.doctorServicecenter>div:nth-child(3)>div{
	float: left;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2){
	width:520px;
	margin-left: 100px;
	margin-top: 240px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>div:nth-child(1){
	padding: 0px 0 23px 0;
	height: 50px;
	display: flex;
	align-items: center;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)>p{
	font-size:31px;
	font-weight:600;
	color:#28608F;
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)>p>span{
	font-weight:400;
	font-size:50px;
	
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>p:nth-child(2){
	font-size:19px;
	font-weight:400;
	color:#28608F;
	line-height:23px;
	letter-spacing:5px;
	margin-bottom: 33px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>p:nth-child(6),
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>p:nth-child(3),
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>p:nth-child(4),
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>p:nth-child(5){
	margin-top: 10px;display: flex;
	align-items: center;
	/*font-family:PingFangSC-Medium,PingFang SC;*/
	font-size:16px;
	font-weight:400;
	color:#9B9B9B;
	/*line-height:33px;*/
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1){
	margin-left: -65px;
	position: relative;
	width:523px;
	height:354px;
	margin-top: 182px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1)>img{
	/*width:915px;
	height:505px;*/
	width:523px;
	height:354px;
	
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1)>img{
}


.doctorServicecenter>div:nth-child(2){
	
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(2)>img{
	width:561px;
height:385px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(2)>img{
	margin-top:223px ;
	margin-right: -80px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1){
	/*width:555px;*/
	margin-top: 182px;
	margin-right:85px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
	padding: 64px 0 23px 0;
	height: 50px;
	display: flex;
	align-items: center;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>div:nth-child(1)>p{
	font-size:31px;
	font-weight:600;
	color:#28608F;
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>div:nth-child(1)>p>span{
	font-weight:400;
	font-size:50px;
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(2){
	white-space: nowrap;
	font-size:19px;
	font-weight:400;
	color:#28608F;
	line-height:23px;
	letter-spacing:5px;
	margin-bottom: 33px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(7),
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(3),
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(4),
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(5){
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-size:16px;
	/*font-family:PingFangSC-Medium,PingFang SC;*/
	font-weight:400;
	color:#9B9B9B;
	/*line-height:33px;*/
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>p:nth-child(6){
	font-size:14px;
	margin-top: 5px;
	/*font-family:PingFangSC-Regular,PingFang SC;*/
	font-weight:400;
	color:#626262;
	line-height:29px;
	opacity: .9;letter-spacing:3px;margin-left: 9px;
}
/*--------------------dpc详情-----------------------------*/
.DPCdetailscenter{
	padding-top: 52px;
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 169px;
	border-bottom: 1px solid #EBEBEB;
}
.DPCdetails::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:412px;
	background:linear-gradient(45deg,rgba(166,208,255,1) 0%,rgba(75,172,255,1) 100%);
}
.DPCdetailscenter_1,.DPCdetailscenter_2,.DPCdetailscenter_3{
	width: 100%;
	display: flex;
	
}
.DPCdetailscenter_1>div:nth-child(1){
	width: 467px;
	height: 339px;	
	margin-top: 101px;
}
.DPCdetailscenter_1>div:nth-child(1)>img{
	width: 467px;
	height: 339px;			
}
.DPCdetailscenter_1>div:nth-child(2){
	margin-top: 150px;
	margin-left: 45px;
}
.DPCdetailscenter_1>div:nth-child(2)>p:nth-child(1){
	font-size:27px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:46px;
	letter-spacing: 1px;
}
.DPCdetailscenter_1>div:nth-child(2)>p{
	font-size:22px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,.8);
	line-height:46px;
	letter-spacing: 1px;
}
.DPC_2text{
	margin-top: 220px;
	margin-right: 54px;
}
.DPC_2img{
	margin-top: 139px;
}

.DPC_2text>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(0,58,124,1);
	line-height:20px;
}
.DPC_2text>p:nth-child(2){
	margin-top: 22px;
	width:388px;
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.DPC_2img>img{
	width: 438px;
	height: 270px;
}
.DPC_3img{
	margin-top: 202px;
	margin-right: 62px;
}
.DPC_3text{
	margin-top: 298px;
}

.DPC_3text>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:20px;
}
.DPC_3text>p:nth-child(2){
	margin-top: 22px;
	width:394px;
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.DPC_3img>img{
	width: 446px;
	height: 284px;
}

.DPC_4text{
	margin-top: 299px;
	margin-right: 67px;
}
.DPC_4img{
	margin-top: 187px;
}

.DPC_4text>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:20px;
}
.DPC_4text>p:nth-child(2){
	margin-top: 22px;
	width:394px;
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.DPC_4img>img{
	width: 421px;
	height: 329px;
}

.DPC_5img{
	margin-top: 187px;
	margin-right: 67px;
}
.DPC_5text{
	margin-top: 299px;
}

.DPC_5text>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:20px;
}
.DPC_5text>p:nth-child(2){
	margin-top: 22px;
	width:401px;
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.DPC_5img>img{
	width: 421px;
	height: 329px;
}

.DPC_6text{
	margin-top: 332px;
	margin-right: 47px;
}
.DPC_6img{
	margin-top: 274px;
}

.DPC_6text>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:20px;
}
.DPC_6text>p:nth-child(2){
	margin-top: 22px;
	width:401px;
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.DPC_6img>img{
	width: 446px;
	height: 286px;
}
.aspan{
	margin-top: 20px;
	display: flex;
}
.aspan>span>span{
	font-size:15px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,58,124,1);
	line-height:15px;
	cursor: pointer;
	letter-spacing:1px;
	border-bottom: 1px solid #003A7C;
}
.aspan>span{
	display: flex;
	align-items: center;
	margin-right: 25px;
}

i.twoLeft{
	display: block;
	width:9px;
	height:9px;
	background: url(../img/teoLeft.png) no-repeat center center;
	background-size:100% ;
	margin-left: 4px;
}
.DPCspan{
	margin-top: 34px;
	display: flex;
}
.DPCspan>span>span{
	font-size:15px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	line-height:15px;
	color:#336296;
	cursor: pointer;
	letter-spacing:1px;
	border-bottom: 1px solid #336296;
}

.DPCspan>span{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
i.twoLeft{
	display: block;
	width:9px;
	height:9px;
	background: url(../img/teoLeft.png) no-repeat center center;
	background-size:100% ;
	margin-left: 4px;
}
.DPCdown{
	margin-top: 34px;
	display: flex;
}
.DPCdown>span>span{
	font-size:15px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	line-height:15px;
	color:#336296;
	cursor: pointer;
	letter-spacing:1px;
	border-bottom: 1px solid #336296;
}

.DPCdown>span{
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.ewmgz{
	margin-top: 20px;
	width: 200px;
	margin-left: -6px;
	display: none;
}
.ewmgz>div>img{
	width:141px;
	height:141px;
}
.ewmgz>span{
	display: block;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	line-height: 25px;
}
/*pdm*/	
.PDMdetailscenter{
	padding-top: 52px;
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 169px;
	border-bottom: 1px solid #EBEBEB;
}
.PDMdetails::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:429px;
	background:linear-gradient(45deg,rgba(166,208,255,1) 0%,rgba(75,172,255,1) 100%);
}
.PDMdetailscenter_1,.PDMdetailscenter_2,.PDMdetailscenter_3{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.pdmimg_1{
	width: 487px;
	height: 360px;	
	margin-top: 81px;
}
.pdmimg_1>img{
	width: 487px;
	height: 360px;			
}
.pdmtext_1{
	margin-left: 30px;
	margin-top: 120px;
}
.pdmtext_1>p:nth-child(1){
	font-size:27px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:45px;
	letter-spacing: 1px;
}
.pdmtext_1>p{
	font-size:22px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,.8);
	line-height:45px;
	letter-spacing: 2px;
}
/*2*/
.pdmimg_2{
	width: 401px;
	height: 276px;	
	margin-top: 120px;
}
.pdmimg_2>img{
	width: 401px;
	height: 276px;			
}
.pdmtext_2{
	margin-top: 180px;
	/*margin-right: 104px;*/
}
.pdmtext_2>p:nth-child(1),.pdmtext_3>p:nth-child(1),.pdmtext_4>p:nth-child(1){
	font-size:30px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:20px;
}
.pdmtext_5>p:nth-child(1){
	font-size:31px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:45px;
}
.pdmtext_2>p:nth-child(2),.pdmtext_3>p:nth-child(2),.pdmtext_4>p:nth-child(2),.pdmtext_5>p:nth-child(2){
	margin-top: 22px;
	/*width:401px;*/
	font-size:19px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:26px;
	letter-spacing:3px;
}
.pdmimg_3{
	width: 417px;
	height: 302px;	
	margin-top: 166px;
}
.pdmimg_3>img{
	width: 417px;
	height: 302px;		
}
.pdmtext_3{
	margin-top: 261px;
	margin-left: 30px;
}
.pdmimg_4{
	width: 404px;
	height: 286px;	
	margin-top: 236px;
}
.pdmimg_4>img{
	width: 404px;
	height: 286px;		
}
.pdmtext_4{
	margin-top: 279px;
	/*margin-right: 104px;*/
}
.pdmimg_5{
	width: 404px;
	height: 295px;	
	margin-top: 230px;
}
.pdmimg_5>img{
	width: 404px;
	height: 295px;		
}
.pdmtext_5{
	margin-top: 277px;
	/*margin-right: 104px;*/
}

		
		
}

/*@media screen and (max-width: 1020px) {
	.box {
		width: 1020px;
	}
	.header {
		width: 1020px;
	}
}*/