.box,.DPCdetails{
	width: 100%;
	/*background: yellow;*/
	/*background:url(../img/back1.png) no-repeat top center;*/
	background-size:2700px;
	overflow-x: hidden;
	/*background-position-y: -100px;*/
}
.box::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:713px;
	background:linear-gradient(45deg,rgba(166,208,255,1) 0%,rgba(75,172,255,1) 100%);
}
.loginbackimg::before{
	content: "";
	display: block;
	position: absolute;
	top: 97px;
	left: -131px;
	z-index: -1;
	width:1096px;
	height:616px;
	background:url(../img/login_img.png) no-repeat center center;
	background-size: 100%;
}
.dowlondbackimg::before{
	content: "";
	display: block;
	position: absolute;
	top: 83px;
	right: -131px;
	z-index: -1;
	width:1145px;
	height:632px;
	background:url(../img/xiazai.png) no-repeat center center;
	background-size: 100%;
}
/*.doctorService{
	width: 100%;
	background-size:2700px;
	overflow-x: hidden;
}*/
.content{
	width: 1390px;
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 999;
}
.header{
	height: 70px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	/*position: fixed;*/
	/*background: #1DB5FF;*/
}
.header>div{
	width: 1390px;
	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: 286px;
	height: 43px;
}
.navMenu{
	float: right;
}
.navMenu>ul>li{
	/*margin-top: 40px;*/
	float: left;
	margin-left: 77px;
}
.navMenu ul li a{
	display: block;
	font-size:20px;
	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:20px;
	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:12px;
	height:14px;
	margin-left: 5px;
	transform:rotate(0deg);
	transition: all .5s;
}
.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: 20px;
}
.select>ul>li>a{
	font-size:19px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:27px;
	border-bottom: 1px solid transparent;
}
.select>ul>li>a:hover{
	border-bottom:1px solid #FFFFFF ;
}
.center{
	padding-top: 70px;
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 200px;
	border-bottom:1px solid #EBEBEB;
	overflow: hidden;
}
.doctorServicecenter{
	/*padding-top: 70px;*/
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 200px;
	border-bottom:1px solid #EBEBEB;
}
.contentFl{
	float: left;
	margin-top: 256px;
}
.contentFl>p:nth-child(1){
	font-size:52px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:60px;
	margin-bottom: 17px;
	text-shadow:0px 0px 10px rgba(82,102,113,0.44);
	letter-spacing:2px;
}
.contentFl>p:nth-child(2){
	font-size:43px;
	font-weight:400;
	color:#003A7C;
	text-shadow:0px 0px 10px rgba(82,102,113,0.44);
	line-height:40px;
}
.loginBox{
	float: right;
	width:441px;
	min-height:583px;
	padding:26px 33px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.08);
	margin-top: 206px;
	position: relative;
}
.loginBox>div:nth-child(1){
	overflow: hidden;
}
.loginBox>div:nth-child(1)>span:nth-child(1){
	font-size:27px;
	font-weight:500;
	color:rgba(88,88,88,1);
	line-height:37px;
	float: left;
}
.loginBox>div>span:nth-child(2){
	font-size:27px;
	font-weight:500;
	color:rgba(0,126,229,1);
	line-height:37px;
	float: right;
	cursor: pointer;
}
.checkBox{
	margin-top: 12px;
	margin-bottom: 44px;
	overflow: hidden;
}
.checkdemo{
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.checkdemo>i{
	display: block;
	width:29px;
	height:29px;
	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: 13px;
	font-size:19px;
	font-weight:400;
	color:rgba(155,155,155,1);
	-webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
   user-select:none;
}
.checkdemo:hover span{
	color: rgba(74,74,74,1);
}
.checkBox>div:nth-child(2){
	float: right;
	font-size:19px;
	font-weight:400;
	color:#9B9B9B;
	margin-top: 5px;
	line-height:20px;
	border-bottom: 1px solid #9B9B9B;
}
.checkBox>div:nth-child(2):hover{
	color:  rgba(74,74,74,1);
	border-bottom: 1px solid rgba(74,74,74,1);
}
.loginwt{
	width: 138px;
	margin: 0 auto;
	font-size:19px;
	font-weight:400;
	color:#9B9B9B;
	margin-top:13px;
	line-height:20px;
	border-bottom: 1px solid #9B9B9B;
	cursor: pointer;
	margin-bottom: 26px;
}
.loginwt:hover{
	color:  rgba(74,74,74,1);
	border-bottom: 1px solid  rgba(74,74,74,1);
	
}
.tishizc{
	font-size:16px;
	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: 10px;
	margin-bottom: 40px;
}
.yhxy{
	margin-top: 10px;
}
.yhxy>span:hover{
	cursor: pointer;
	color:rgba(29,181,255,1) ;
}
.tishizc>i{
	display: block;
	width:16px ;
	height: 16px;
	background: url(../img/gth.png) no-repeat center center;
	background-size: 100%;
	margin-right: 5px;
}
.btnBox{
	margin-top: 26px;
	height: 120px;
	display: flex;
	justify-content: space-between;
}
.btnBox>button{
	cursor: pointer;
	position: relative;
	width:207px;
	height:53px;
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
	font-size:21px;
	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: 14px;
}
.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:400px;
	height:67px;
	margin-bottom: 26px;
	padding: 0 20px;
}
div.loginpwd,.yzmIpt{
	position: relative;
}
div.loginpwd>input{
	width:400px;
	height:67px;
	margin-bottom: 26px;
	padding: 0 20px;
}

.yzmIpt>input{
	width:400px;
	height:67px;
	margin-bottom: 26px;
	padding: 0 20px;
}
.yzmIpt>a{
	cursor: pointer;
	/*display: none;*/
	position: absolute;
	top:21px;
	right: 21px;
	background-size: 100%;
	font-size:19px;
	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:21px;
	right: 21px;
	font-size:19px;
	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:21px;
	right: 21px;
	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:21px;
	right: 21px;
	background-size: 100%;
}
.loginBtn>button,.subimqyZc>button,.subimgrZc>button{
	font-size:21px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:29px;
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
	width:440px;
	height:53px;
	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: 14px;
	margin-left: 10px;
}
.sftype{
	overflow: hidden;
	margin-bottom: 80px;
	display: flex;
	align-content: center;
}
.sftype>div:nth-child(1){
	margin-left: 77px;
	margin-right: 93px;
}
.footer{
	margin-top: 40px;
	height: 270px;
	width: 100%;
	z-index: 99;
	position: relative;
}
.footerTab{
	
	margin-bottom:75px ;
}
.footerTab>div{
	display: flex;
	align-items: center;
	
}
.footerTab>div>img{
	width: 15px;
	margin-left: 9px;
	margin-right: 11px;
}
.footerTab>div>span{
	font-size:20px;
	color:rgba(0,126,229,1);
	border-bottom: 2px solid rgba(0,126,229,1);
}
.footerFl{
	float: left;
}
.footerFl>.enterprise{
	margin-left: 34px;
	
}
.footerFl>.enterprise>div:nth-child(1){
	width:337px;
	height:51px;
	font-size:16px;
	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:16px;
	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: 120px;
}
.footeright>div>ul>li>a{
	font-size:20px;
	font-weight:400;
	color:rgba(137,152,170,1);
	pointer-events:none;
	border-bottom: 1px solid transparent;
	letter-spacing: 1px;
}
.footeright>div>ul>li.ahover>a{
	pointer-events:initial;
}
.footeright>div>ul>li.ahover>a:hover{
	border-bottom-color: #8998AA;
}
.footeright>div>ul>li{
	margin-bottom: 8px;
}
.footeright>div>ul>li:nth-child(1){
	margin-bottom: 20px;
	width: 88px;
	font-size:20px;
	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{
	cursor: ;
	display: block;
	border-bottom: 1px solid #8998AA;
}

/*资源下载*/
.contentDownload{
	padding-bottom: 200px;
	border-bottom:1px solid #EBEBEB;
	overflow: hidden;
}
.fzyyxt{
	margin-top: 306px;
}
.fzyyxt>p:nth-child(1){
	font-size:52px;
	color:rgba(255,255,255,1);
	line-height:60px;
	font-weight: 500;
	letter-spacing:2px;
}
.fzyyxt>p:nth-child(2){
	margin-top: 30px;
	font-size:24px;
	color:rgba(255,255,255,1);
	line-height:40px;
}
.fzyyxt>p:nth-child(4){
	font-size:24px;
	color:#003A7C;
	line-height:40px;
}
.fzyyxt>p:nth-child(4)>a{
		font-size: 24px;
		color:#003A7C;
		line-height: 40px;
		border-bottom: 1px solid #003A7C;
}
.fzyyxt>p:nth-child(4)>a:hover{
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.fzyyxt>div{
	margin-top: 50px;
	margin-bottom: 27px;
}
.fzyyxt>div>button{
	width:251px;
	height:53px;
}
.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:21px;
	color:rgba(255,255,255,1);
	
}
.fzyyxt>div>button:nth-child(1){
	margin-right: 27px;
	font-size:21px;
	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:21px;
	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: 164px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
} 
.PDMDPC>div:nth-child(1){
	margin-bottom: 40px;
}
.PDMDPC>div:nth-child(2){
}
.PDMDPC>div>p:nth-child(1){
	font-size:32px;
	color:#003A7C;
	line-height:60px;
	margin-bottom: 10px;
}
.PDMDPC>div>p:nth-child(2){
	font-size:22px;
	color:#626262;
	line-height:40px;
	letter-spacing:1px;
	margin-bottom: 27px;
}
.PDMDPC>div>p:nth-child(3)>a{
	font-size:24px;
	color:#003A7C;
	line-height:45px;
	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: 90px;
}
.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: 90px;
}
.dialogLogin,.dialogLogin1,.dialogLogin2,.dialogmb{
	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;
}

.dialogLogin2>div{
	width:447px;
	height:477px;
	padding: 30px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
}
.dialogLogin2>div>div:nth-child(3){
	margin-top:30px;
}
.dialogLogin2>div>div:nth-child(3) input#ccdlpwd,.dialogLogin2>div>div:nth-child(3) input#cfdlpwd{
	width: 407px;
}
.dialogLogin2{
	/*display: flex;*/
}
.dialogLogin2>div>div:nth-child(4)>button{
	width: 447px;
	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;
	margin-left: 20px;
}
.dialogLogin2>div>div:nth-child(1){
	padding-bottom: 40px;
	border-bottom: 1px solid #F1F1F1;
}
.dialogLogin2>div>div:nth-child(1)>p{
	font-size:27px;
	font-weight:500;
	color:rgba(88,88,88,1);
}
.dialogLogin2>div>div:nth-child(2){
	margin-top: 40px;
	margin-bottom: 30px;
}
.dialogLogin2>div>div:nth-child(2)>p{
	font-size:19px;
	font-weight:500;
	color:rgba(0,126,229,1);
	line-height:27px;
}
.dialogLogin2>div>div:nth-child(4){
	
}
.dialogLogin2>div>div:nth-child(4)>button{
	width:440px;
	height:53px;
	background:linear-gradient(52deg,rgba(95,204,255,1) 0%,rgba(29,181,255,1) 100%);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
}
.dialogLogin2>div>div:nth-child(4)>button>img{
	width: 12px;
	margin-left: 20px;
}
.dialogLogin>div,.dialogLogin1>div{
	width: 500px;
	padding: 20px;
	background: #FFFfff;
	border-radius:5px ;
}
.dialogLogin>div>p:nth-child(1),.dialogLogin1>div>p:nth-child(1){
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}
.dialogLogin>div>p:nth-child(2),.dialogLogin1>div>p:nth-child(2){
	margin-bottom: 20px;
	font-size: 20px;
	letter-spacing:2px;
	color: #666666;
}
.dialogLogin>div>button:nth-child(3),.dialogLogin1>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;
}
.loginBox{
	overflow: hidden;
}
.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;
}
.loginSpan{
	width: 60px;
}
.loginSpan>.sjewm{
	cursor: pointer;
	position: absolute;
	top:-60px ;
	right: -60px;
	width: 120px;
	height: 120px;
	/*background: red;*/
    /*border: 60px solid transparent;*/
    /*background-size:100% ;*/
    /*background-position:0 0;*/
    /*border-left-color: #007EE5;*/
    transform:rotate(-45deg);
    z-index: 99;
    overflow: hidden;
}
.loginSpan>.sjewm>.sjewmimg{
	width:45px;
	height:45px;
 	background:url(../img/ewm.png) no-repeat;
    background-size:100% ;
    position: absolute;
    left: -14px;
    bottom: 38px;
    transform:rotate(45deg);
    background-position:0 0;
}
.loginSpan>.sjewm>.sjcmtimg{
	width:60px;
	height:40px;
 	background:url(../img/computer.png) no-repeat;
    background-size:100% ;
    position: absolute;
	left: -23px;
    bottom: 45px;
    transform:rotate(45deg);
    background-position:0 0;
}
.sjcmtitle{
	width:140px;
	height:32px;
	padding-left:9px ;
	font-size:16px;
	font-weight:500 !important;
	color:rgba(255,255,255,1);
	background: rgb(203,203,203);
	line-height: 32px;
	border-radius:3px;
	position: absolute;
	top: 20px;
	right: 81px;
	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: -32px;
	/**background: red;*/
    border: 17px solid transparent;
    /*background-size:100% ;*/
    /*background-position:0 0;*/
    border-left-color: rgb(203,203,203);
    border-radius: 3px;
}
.xcxewm{
	margin-top:105px ;
}
.xcxewm>div{
	text-align: center;
	
}
.xcxewm>div>p{
	margin-top: 7px;
	font-size:24px;
	color:rgba(74,74,74,1);
	line-height:33px;
}
.xcxewm>div>img{
	width:285px;
	height:285px;
}
.loginwenti{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	background: rgba(0,0,0,.3);
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	
}
.loginwenti>div{
	width:441px;
	height:335px;
	padding: 33px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
}
.loginwenti>div>div:nth-child(1){
	padding-bottom: 40px;
	border-bottom: 1px solid #F1F1F1;
}
.loginwenti>div>div:nth-child(1)>p{
	font-size:27px;
	font-weight:500;
	color:rgba(88,88,88,1);
	line-height:37px;
}
.loginwenti>div>div:nth-child(2){
	margin-top: 40px;
}
.loginwenti>div>div:nth-child(2)>p{
	font-size:19px;
	font-weight:500;
	color:rgba(0,126,229,1);
	line-height:27px;
	letter-spacing:2px;
}
.loginwenti>div>div:nth-child(2)>p:nth-child(2){
	font-size:19px;
	font-weight:500;
	color:rgba(0,126,229,1);
	line-height:27px;
	margin-top: 50px;
	letter-spacing:2px
}
.loginwenti>div>div:nth-child(3){
	margin-top:63px ;
}
.loginwenti>div>div:nth-child(3)>button{
	width:440px;
	height:53px;
	border-radius:5px ;
	font-size: 18px;
	color: #FFFFFF;
	background:linear-gradient(52deg,rgba(95,204,255,1) 0%,rgba(29,181,255,1) 100%);
}
.loginwenti>div>div:nth-child(3)>button>img{
	margin-left: 20px;
    width: 14px;
}
.checkBox>div:nth-child(2){
	cursor: pointer;	
}
@keyframes myfirst
{
25% {right: 90px;}
50% {right: 81px;}
75% {right: 90px;}
}
@-moz-keyframes myfirst /* Firefox */
{
25% {right: 90px;}
50% {right: 81px;}
75% {right: 90px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
25% {right: 90px;}
50% {right: 81px;}
75% {right: 90px;}
}

@-o-keyframes myfirst /* Opera */
{
25% {right: 90px;}
50% {right: 81px;}
75% {right: 90px;}
}



/*---------医生服务----------*/
.flagBox{
	margin-top:243px ;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}
.flagBox>div:nth-child(1)>img:nth-child(1){
	margin-top: 128px;
	height: 96px;
}
.flagBox>div:nth-child(1)>img:nth-child(2){
	margin-top: 32px;
	width: 279px;
	height: 43px;
}
.flagBox>div:nth-child(2)>img{
	margin-top: 55px;
	width:763px;
	height:500px;
	margin-right: -182px;
}
.doctorServicecenter{
	/*overflow-x: hidden;*/
}
.doctorService::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:730px;
	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:918px;
	height:489px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(1)>img{
	margin-top:190px ;
	margin-left: -157px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2){
	/*width:555px;*/
	margin-top: 190px;
	margin-left: 76px;
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){
	padding: 70px 0 30px 0;
	height: 50px;
	display: flex;
	align-items: center;
	
}
.doctorServicecenter>div:nth-child(1)>div:nth-child(2)>div:nth-child(1)>p{
	font-size:48px;
	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:29px;
	font-weight:400;
	color:#003A7C;
	line-height:23px;
	letter-spacing:4px;
	margin-bottom: 65px;
}
.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: 15px;display: flex;
	align-items: center;
	font-size:21px;
	/*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(7){
	margin-top: 16px;display: flex;
	align-items: center;
	font-size:21px;
	/*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:21px;
	/*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:620px;
	margin-top: 345px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>div:nth-child(1){
	padding: 0px 0 30px 0;
	height: 50px;
	display: flex;
	align-items: center;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(2)>div:nth-child(1)>p{
	font-size:48px;
	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:29px;
	font-weight:400;
	color:#28608F;
	line-height:23px;
	letter-spacing:5px;
	margin-bottom: 55px;
}
.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: 16px;display: flex;
	align-items: center;
	/*font-family:PingFangSC-Medium,PingFang SC;*/
	font-size:24px;
	font-weight:400;
	color:#9B9B9B;
	/*line-height:33px;*/
	letter-spacing:2px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1){
	margin-left: -90px;
	position: relative;
	width:861px;
	height:591px;
	margin-top: 261px;
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1)>img{
	/*width:915px;
	height:505px;*/
	width:777px;
	height:527px;
	
}
.doctorServicecenter>div:nth-child(3)>div:nth-child(1)>img{
}


.doctorServicecenter>div:nth-child(2){
	/*padding-bottom:67px ;*/
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(2)>img{
	width:834px;
	height:572px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(2)>img{
	margin-top:332px ;
	margin-right: -108px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1){
	/*width:555px;*/
	margin-top: 341px;
	margin-right:125px;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
	padding: 70px 0 30px 0;
	height: 50px;
	display: flex;
	align-items: center;
}
.doctorServicecenter>div:nth-child(2)>div:nth-child(1)>div:nth-child(1)>p{
	font-size:48px;
	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){
	font-size:29px;
	font-weight:400;
	color:#28608F;
	line-height:23px;
	letter-spacing:5px;
	margin-bottom: 55px;
}
.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: 16px;
	display: flex;
	align-items: center;
	font-size:24px;
	/*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:21px;
	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;
}
i.active{
	display: block;
	width:11px;
	height:11px;
	background: url(../img/title.png)  no-repeat center center;
	background-size:100% ;
	margin-right: 9px;
}

.zhmmbox{
	width:416px;
	height:357px;
	padding: 25px 30px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
	display: none;
}
.zhmmbox>div:nth-child(1),.wt1>div:nth-child(1),.czmm>div:nth-child(1),.dacw>div:nth-child(1),.zhmmzh>div:nth-child(1){
	padding-bottom: 36px;
	border-bottom: 1px solid  #F1F1F1;
	letter-spacing:2px;
}
.zhmmbox>div:nth-child(1)>p,.wt1>div:nth-child(1)>p,.czmm>div:nth-child(1)>p,.dacw>div:nth-child(1)>p,.zhmmzh>div:nth-child(1)>p{
	font-size:25px;
	font-weight:500;
	color:rgba(88,88,88,1);
	letter-spacing:2px;
	
}
.zhmmbox>div:nth-child(1)>p>img,.wt1>div:nth-child(1)>p>img,.czmm>div:nth-child(1)>p>img,.dacw>div:nth-child(1)>p>img,.zhmmzh>div:nth-child(1)>p>img{
	width: 16px;
	height: 16px;
	float: right;
	cursor: pointer;
}

.zhmmbox>div:nth-child(2){
	margin-top: 36px;
	letter-spacing:1px;
	font-size:18px;
	font-weight:500;
	color:rgba(0,126,229,1);
	line-height:25px;
}
.zhmmbox>div:nth-child(3),.wt1>div:nth-child(3){
	margin-top: 40px;
}
.czmm>div:nth-child(3){
	margin-top: 12px;
}
.zhmmbox>div:nth-child(3)>button,.wt1>div:nth-child(3)>button,.czmm>div:nth-child(3)>button,.dacw>div:nth-child(3)>button,.zhmmzh>div:nth-child(3)>button{
	width:413px;
	height:50px;
	background:linear-gradient(52deg,rgba(95,204,255,1) 0%,rgba(29,181,255,1) 100%);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
	font-size:20px;
	color: #FFFFFF;
}
.zhmmbox>div:nth-child(3)>button>img,.wt1>div:nth-child(3)>button>img,.czmm>div:nth-child(3)>button>img,.dacw>div:nth-child(3)>button>img,.zhmmzh>div:nth-child(3)>button>img{
	width: 11px;
	margin-left: 15px;
}
.wt1{
	width:416px;
	height:398px;
	background:rgba(255,255,255,1);
	padding:25px 30px;
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
	display: none;
}
.wt1>div:nth-child(2){
	margin-top: 36px;
}
.wt1>div:nth-child(2)>p{
	font-size:18px;
	font-weight:500;
	letter-spacing:2px;
	color:rgba(0,126,229,1);
}
.wt1>div:nth-child(2)>p:nth-child(1){
	margin-bottom: 50px;
}
.wt1>div:nth-child(2)>input{
	margin-top: 13px;
	width:393px;
	height:43px;
	padding: 10px;
	background:rgba(32,53,128,0.01);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
}
.czmm{
	width:416px;
	height:436px;
	padding: 25px 30px;
	display: none;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
}
.czmm>div:nth-child(2)>p{
	font-size:18px;
	font-weight:500;
	letter-spacing:2px;
	color:rgba(0,126,229,1);
	line-height:25px;
	margin:36px 0;
}
.czmm>div:nth-child(2)>div>input{
	width:373px;
	height:63px;
	background:rgba(32,53,128,0.01);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
}

.dacw{
	width:416px;
	height:336px;
	background:rgba(255,255,255,1);
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
	display: none;
	padding: 25px 30px; 
}
.dacw>div:nth-child(2){
	margin-top:36px ;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,126,229,1);
	letter-spacing:2px;
	line-height:25px;
	margin-bottom: 110px;
}
.dacw>div:nth-child(2)>span{
	border-bottom:1px solid  rgba(0,126,229,1);
	letter-spacing:2px;
	cursor: pointer;
}
.dacw>div:nth-child(2)>img{
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-bottom: -1px;
	line-height:25px;
	
}
.dialogmb{
	/*display: flex;*/
}
.zhmmzh{
	width:416px;
	height:317px;
	background:rgba(255,255,255,1);
	padding: 25px 30px;
	box-shadow:0px 3px 5px 0px rgba(0,0,0,0.08);
	display: none;
}
.zhmmzh>div:nth-child(2)>p{
	font-size:18px;
	font-weight:500;
	color:rgba(0,126,229,1);
	letter-spacing:2px;
	line-height:25px;
	margin: 36px 0 13px 0;
}
.zhmmzh>div:nth-child(2)>p>span{
	color:red;
	margin-left: 10px;
	font-size:15px;
	letter-spacing:2px;
	display: none;
}

.zhmmzh>div:nth-child(2)>input{
	width:393px;
	height:63px;
	padding-left:20px ;
	background:rgba(32,53,128,0.01);
	border-radius:4px;
	border:1px solid rgba(32,53,128,0.16);
	margin-bottom: 31px;
}
.czcg>div:nth-child(2)>p{
	margin-bottom: 106px;
}
.wzc>div:nth-child(3){
	margin-top: 90px;
}
.dacw .dacwspan:hover{
	color: #003A7C;
	border-bottom-color:#003A7C ;
}

/*--------------------dpc详情-----------------------------*/
.DPCdetailscenter{
	padding-top: 70px;
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 260px;
	border-bottom:1px solid #EBEBEB;
}
.DPCdetails::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:668px;
	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: 720px;
	height: 524px;	
	margin-top: 148px;
}
.DPCdetailscenter_1>div:nth-child(1)>img{
	width: 720px;
	height: 524px;		
}
.DPCdetailscenter_1>div:nth-child(2){
	margin-top: 215px;
	margin-left: 74px;
}
.DPCdetailscenter_1>div:nth-child(2)>p:nth-child(1){
	font-size:40px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:70px;
	letter-spacing: 1px;
}
.DPCdetailscenter_1>div:nth-child(2)>p{
	font-size:34px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,.8);
	line-height:70px;
	letter-spacing: 2px;
}
.DPC_2text{
	margin-top: 340px;
	margin-right: 83px;
}
.DPC_2img{
	margin-top: 214px;
}

.DPC_2text>p:nth-child(1){
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.DPC_2text>p:nth-child(2){
	margin-top: 34px;
	font-size:29px;
	width:598px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:5px;
}
.DPC_2img>img{
	width: 676px;
	height: 416px;
}
.DPC_3img{
	margin-top: 313px;
	margin-right: 96px;
}
.DPC_3text{
	margin-top: 445px;
}

.DPC_3text>p:nth-child(1){
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.DPC_3text>p:nth-child(2){
	margin-top: 34px;
	font-size:29px;
	width:607px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:5px;
}
.DPC_3img>img{
	width: 688px;
	height: 439px;
}

.DPC_4text{
	margin-top: 461px;
	margin-right: 104px;
}
.DPC_4img{
	margin-top: 289px;
}

.DPC_4text>p:nth-child(1){
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.DPC_4text>p:nth-child(2){
	margin-top: 34px;
	font-size:29px;
	width:607px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:5px;
}
.DPC_4img>img{
	width: 650px;
	height: 508px;
}

.DPC_5img{
	margin-top: 352px;
	margin-right: 112px;
}
.DPC_5text{
	margin-top: 468px;
}

.DPC_5text>p:nth-child(1){
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.DPC_5text>p:nth-child(2){
	margin-top: 34px;
	font-size:29px;
	width:607px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:5px;
}
.DPC_5img>img{
	width: 650px;
	height: 440px;
}

.DPC_6text{
	margin-top: 513px;
	margin-right: 81px;
}
.DPC_6img{
	margin-top: 423px;
}

.DPC_6text>p:nth-child(1){
	font-size:48px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.DPC_6text>p:nth-child(2){
	margin-top: 34px;
	font-size:29px;
	width:610px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:5px;
}
.DPC_6img>img{
	width: 688px;
	height: 442px;
}
.aspan{
	margin-top: 40px;
	display: flex;
}
.aspan>span>span{
	font-size:24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,58,124,1);
	cursor: pointer;
	border-bottom: 1px solid #003A7C;
	letter-spacing:1px;
	line-height:24px;
	border-bottom: 1px solid #336296;
}
.aspan>span{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.aspan>span:hover span{
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.aspan>span:hover i.twoLeft{
	background: url(../img/twoLeftW.png) no-repeat center center;
	background-size:100% ;
}
i.twoLeft{
	display: block;
	width:13px;
	height:13px;
	background: url(../img/teoLeft.png) no-repeat center center;
	background-size:100% ;
	margin-left: 5px;
	cursor: pointer;
}
.DPCspan{
	margin-top: 53px;
	display: flex;
}
.DPCspan>span>span{
	font-size:24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#336296;
	cursor: pointer;
	letter-spacing:1px;
	line-height:24px;
	border-bottom: 1px solid #336296;
}
.DPCspan>span:hover span{
	color: rgba(95,204,255,1) ;
	border-bottom: 1px solid rgba(95,204,255,1) ;
}
.DPCspan>span:hover i{
	background: url(../img/twoLeftB.png) no-repeat center center;
	background-size:100% ;
}
.DPCspan>span{
	display: flex;
	align-items: center;
	margin-right: 40px;
}
.ewmgz{
	margin-top: 30px;
	width: 306px;
	margin-left: -10px;
	display: none;
	position: absolute;
}
.ewmgz>div{
	text-align: left;
}
.ewmgz>div>img{
	width:216px;
	height:216px;
}
.ewmgz>span{
	display: block;
	font-size:18px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(74,74,74,1);
	/*margin-top: -10px;*/
	line-height: 30px;
	/*position: absolute;*/
	margin-left: 10px;
}
i.twoLeft{
	display: block;
	width:13px;
	height:13px;
	background: url(../img/teoLeft.png) no-repeat center center;
	background-size:100% ;
	margin-left: 5px;
	cursor: pointer;
}
.DPCdown{
	margin-top: 53px;
	display: flex;
}
.DPCdown>span>span{
	font-size:24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#336296;
	cursor: pointer;
	letter-spacing:1px;
	line-height:24px;
	border-bottom: 1px solid #336296;
}
.DPCdown>span:hover span{
	color: rgba(95,204,255,1) ;
	border-bottom: 1px solid rgba(95,204,255,1) ;
}
.DPCdown>span:hover i{
	background: url(../img/twoLeftB.png) no-repeat center center;
	background-size:100% ;
}
.DPCdown>span{
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.beian{
	cursor: pointer;
	
}
.beian:hover{
	color: #007EE5;
}
/*------------------PDM-----------------------------*/
.PDMdetailscenter{
	padding-top: 70px;
	/*height: 1160px;*/
	width: 100%;
	padding-bottom: 260px;
	border-bottom:1px solid #EBEBEB;
}
.PDMdetails::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	z-index: 0;
	width:100%;
	height:668px;
	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: 752px;
	height: 552px;	
	margin-top: 178px;
}
.pdmimg_1>img{
	width: 752px;
	height: 552px;		
}
.pdmtext_1{
	margin-left: 40px;
	margin-top: 245px;
}
.pdmtext_1>p:nth-child(1){
	font-size:40px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:70px;
	letter-spacing: 1px;
}
.pdmtext_1>p{
	font-size:34px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:rgba(255,255,255,.8);
	line-height:70px;
	letter-spacing: 2px;
}
/*2*/
.pdmimg_2{
	width: 619px;
	height: 426px;	
	margin-top: 186px;
}
.pdmimg_2>img{
	width: 619px;
	height: 426px;			
}
.pdmtext_2{
	margin-top: 279px;
	/*margin-right: 104px;*/
}
.pdmtext_2>p:nth-child(1),.pdmtext_3>p:nth-child(1),.pdmtext_4>p:nth-child(1){
	font-size:46px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:31px;
}
.pdmtext_5>p:nth-child(1){
	font-size:46px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:600;
	color:#28608F;
	line-height:70px;
}
.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: 34px;
	font-size:28px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:#9B9B9B;
	line-height:40px;
	letter-spacing:3px;
}
.pdmimg_3{
	width: 645px;
	height: 467px;	
	margin-top: 256px;
}
.pdmimg_3>img{
	width: 645px;
	height: 467px;			
}
.pdmtext_3{
	margin-top: 403px;
	margin-left: 40px;
	/*margin-right: 104px;*/
}
.pdmimg_4{
	width: 625px;
	height: 442px;	
	margin-top: 365px;
}
.pdmimg_4>img{
	width: 625px;
	height: 442px;		
}
.pdmtext_4{
	margin-top: 431px;
	/*margin-right: 104px;*/
}
.pdmimg_5{
	width: 625px;
	height: 456px;	
	margin-top: 355px;
}
.pdmimg_5>img{
	width: 625px;
	height: 442px;		
}
.pdmtext_5{
	margin-top: 428px;
	/*margin-right: 104px;*/
}
.doctorServicecenter>div>div>div.zdzx p:hover{
	cursor: pointer;
	color: rgba(95,204,255,1) !important;
}
