<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes scale1 {
	0% {
	  opacity: 0;
	  transform: scale(0.5);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes slide1 {
	0% {
	  opacity: 0;
	  transform: translateY(-40px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
  @keyframes slide2 {
	0% {
	  opacity: 0;
	  transform: translateY(-80%);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0%);
	}
  }
  @keyframes slide3{
	  0%{
		  opacity: 0;
		  transform: translateX(-60%);
	  }
	  50%{
		  opacity: 1;
		  transform: translate(-25%,30%);
	  }
	  100%{
		  opacity: 1;
		  transform: translate(0,0);
	  }
  }
  @keyframes slide4{
	  0%{
		  opacity: 0;
		  transform: translate(50%,-20%);
	  }
	  50%{
		  opacity: 1;
		  transform: translate(15%,-30%);
	  }
	  100%{
		  opacity: 1;
		  transform: translate(0%,0%);
	  }
  }
  @keyframes slide5{
	  0%{
		  opacity: 0;
		  transform: translateX(-50%);
	  }
	  50%{
		  opacity: 1;
		  transform: translate(0%,-50%);
	  }
	  100%{
		  opacity: 1;
		  transform: translate(0,0);
	  }
  }
  @keyframes boxshow {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes ripples {
    0% {
      transform: translate(-50%,-50%) scale(1);
      opacity: 1;
    }
    100% {
      transform: translate(-50%,-50%) scale(1.4);
      opacity: 0;
    }
}
  .pagespace{
  margin:5% auto!important;
  }
  .bg-head-content {
	position: absolute;
	width: 64%;
	top: 15.7%;
	left: 0%;
  }
  .bg-head-content .title {
	width: 74.5%;
	margin: 0 auto;
	animation: scale1 0.8s linear 1;
	animation-fill-mode: both;
  }
  .bg-head-content .title img {
	width: 100%;
  }
  .bg-head-content .head-middle {
	position: relative;
    width: 62.3%;
    margin: 0 auto;
    margin-top: 3%;
    margin-left: 18.5%;
  }
  .bg-head-content .head-middle img:nth-of-type(1) {
	/* position: absolute;
	display: inline-block;
	top: -75%;
	left: 11%;
	width: 80%; */
	animation: slide1 0.7s linear 0.3s 1;
	animation-fill-mode: both;
	height: 13.499vw;
  }
  .bg-head-content .head-middle img:nth-of-type(3) {
	position: absolute;
	display: inline-block;
	bottom: -34%;
	left: 16%;
	width: 70%;
	animation: slide1 0.8s linear 0.3s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 {
	width: 43%;
	margin: 5% auto 0;
  }
  .bg-head-content .head-middle2 .middle2-item {
	position: relative;
	width: 44%;
	float: left;
  }
  .bg-head-content .head-middle2 .middle2-item img:nth-of-type(1) {
	animation: boxshow 1.5s linear 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item img:nth-of-type(2) {
	position: absolute;
	display: inline-block;
	top: 20%;
	right: 14%;
	width: 60%;
  }
  .bg-head-content .head-middle2 .middle2-item img:nth-of-type(3) {
	position: absolute;
	width: 10%;
	top: 30%;
	left: 12%;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(2n) {
	float: right;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(n+3) {
	margin-top: 8%;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(1) img:nth-of-type(2) {
	animation: scale1 0.6s linear 0.5s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(1) img:nth-of-type(3) {
	animation: scale1 0.6s linear 0.5s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(2) img:nth-of-type(2) {
	animation: scale1 0.6s linear 0.7s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(2) img:nth-of-type(3) {
	animation: scale1 0.6s linear 0.7s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(3) img:nth-of-type(2) {
	animation: scale1 0.6s linear 0.9s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(3) img:nth-of-type(3) {
	animation: scale1 0.6s linear 0.9s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(4) img:nth-of-type(2) {
	right: 11%;
	width: 65%;
	animation: scale1 0.6s linear 1s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2 .middle2-item:nth-of-type(4) img:nth-of-type(3) {
	animation: scale1 0.6s linear 1s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .head-middle2::after {
	content: "";
	display: block;
	clear: both;
  }
  .bg-head-content .iphone {
	text-align: center;
	margin-top: 3.2%;
	font-size: 1.5vw;
	color: #747474;
	font-weight: bold;
	animation: slide2 0.7s linear 0.6s 1;
	animation-fill-mode: both;
  }
  .bg-head-content .iphone span {
	font-size: 1.5vw;
  }
  .bg-head-content .consult {
	width: 20.2%;
	margin: 3% auto 0;
	text-align: center;
  }
  .bg-head-content .consult a {
	position: relative;
	color: #08a4fc;
	background: #009eee;
	padding: 2% 0;
	border-radius: 40px;
	font-size: 1.2vw;
	border: 1px solid #04a6ff;
	width: 100%;
	display: block;
	overflow: hidden;
	animation: boxshow 2s linear 1;
  }
  .bg-head-content .consult a span {
	z-index: 2;
	width: 150px;
	height: 45px;
	display: block;
	margin: 0 auto;
  }
  .bg-head-content .consult a::before {
	content: "ç«‹å³å’¨è¯¢";
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	line-height: 57px;
	border-radius: 40px;
	text-align: center;
	z-index: 2;
	color: white;
	transition: 0.5s;
	font-size: 1.4vw;
    letter-spacing: 2px;
  }
  .bg-head-content .consult a::after {
	content: "";
	position: absolute;
	left: 0%;
	top: 0;
	background: #006aa0;
	width: 0%;
	height: 100%;
	border-radius: 40px;
	z-index: 1;
	transition: 0.5s;
  }
  .bg-head-content .consult a:hover::before {
	color: #FFF;
  }
  .bg-head-content .consult a:hover::after {
	width: 100%;
  }
  .head-right {
	position: absolute;
	top: 10%;
	right: 35%;
	width: 8%;
  }
  .head-right img {
	display: inline-block;
	width: 85%;
  }
  .head-right .right-item:nth-of-type(1) img {
	margin-left: 100%;
	margin-top: 10%;
	animation: slide3 1s linear 0.3s 1;
	animation-fill-mode: both;
  }
  .head-right .right-item:nth-of-type(2) img {
	margin-top: 7%;
    margin-left: -19%;
    width: 98%;
    animation: slide4 1s linear 0.3s 1;
    animation-fill-mode: both;
  }
  .head-right .right-item:nth-of-type(3) img {
	margin-top: 66%;
	margin-left: 4%;
	animation: slide5 1s linear 0.3s 1;
	animation-fill-mode: both;
	width: 82%;
  }

    ul {
	margin: 0;
	padding: 0;
  }
  span,p,h4,li,a,button,h5,h6 {
	font-family: Microsoft YaHei;
  }
    h4 {
	margin: 0;
	padding: 0;
  }
    .dyg_content1 {
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding-top: 4%;
  }
    .dyg_content1 .content1_substance {
	width: 80%;
	margin: 0 auto;
  }
    .dyg_content1 .content1_substance .subhead h4::before {
	width: 0%;
  }
    .dyg_content1 .content1_substance .subhead h4::after {
	width: 0%;
  }
    .dyg_content1 .content1_substance .introduction p {
	margin: 4% auto 3%;
	font-size: 21px;
	line-height: 1.5em;
	text-indent: 2em;
  }
    .dyg_content1 .content1_substance .bz_wrapper {
	width: 100%;
  }
    .dyg_content1 .content1_substance .bz_wrapper .bz_nr {
	float: left;
	width: 22%;
  }
    .dyg_content1 .content1_substance .bz_wrapper .bz_nr:not(:first-child) {
	margin-left: 4%;
  }
    .dyg_content1 .content1_substance .bz_wrapper .bz_nr p {
	padding: 2%;
	font-family: Microsoft YaHei;
	font-size: 1vw;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	background-color: #22A4E4;
	border-radius: 8px;
	box-sizing: border-box;
  }
    .dyg_content1 .content1_substance .bz_wrapper .bz_nr img {
	width: 100%;
	height: 9.867vw;
  }
    .dyg_content1 .content1_substance .bz_wrapper::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content1 .content1_substance .content1-mb {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 80%;
	width: 100%;
	background: #FAFEFF;
	box-shadow: 0px 0px 10px 0px #d7d9da;
	z-index: -1;
  }
    .dyg_content2 {
	width: 100%;
	margin-top: 10%;
  }
    .dyg_content2 .content2_bg {
	margin: 3% auto 0;
	background: linear-gradient(0deg, #E4F6FC 0%, rgba(255, 255, 255, 0) 100%);
  }
    .dyg_content2 .content2_bg .sum {
	display: flex;
	width: 70%;
	margin: 0 auto;
  }
    .dyg_content2 .content2_bg .sum .content2_left {
	flex: 1;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_top h4 {
	font-size: 25px;
	color: #0E9DE3;
	text-align: center;
	margin: 2% auto;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti {
	text-align: center;
	margin-bottom: 2%;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti span {
	font-size: 22px;
	color: #343434;
	text-align: center;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti span:nth-of-type(2) {
	color: #0E9DE3;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul {
	display: flex;
	flex-wrap: wrap;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li {
	width: 33%;
	position: relative;
	
	box-sizing: border-box;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li img {
	display: block;
	width: 100%;
	transition: 0.5s;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li img:nth-of-type(1) {
     filter: blur(5px);
    }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li img:nth-of-type(2) {
	display: none;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 5% 8%;
	color: #FFFFFF;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.5s;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti p {
	font-size: 1.2vw;
	margin: 0;
	transition: 1s;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti .jiao {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti .jiao:nth-of-type(1) {
	top: 0;
	left: 0;
	border-right: none;
	border-bottom: none;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti .jiao:nth-of-type(2) {
	top: 0;
	right: 0;
	border-left: none;
	border-bottom: none;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti .jiao:nth-of-type(3) {
	bottom: 0;
	left: 0;
	border-right: none;
	border-top: none;
  }
    .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti .jiao:nth-of-type(4) {
	bottom: 0;
	right: 0;
	border-left: none;
	border-top: none;
  }
    .dyg_content2 .content2_bg .sum .content2_right {
	position: relative;
	flex: 1;
	margin: 0 0 4%;
  }
    .dyg_content2 .content2_bg .sum .content2_right img {
	width: 80%;
  }
    .dyg_content2 .content2_bg .sum .content2_right .yinying {
	position: absolute;
	width: 40%;
	bottom: -1%;
	left: 22%;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan1 {
	position: absolute;
	width: 13%;
	height: 58%;
	bottom: 6.8%;
	right: 46%;
	overflow: hidden;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan1 img {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan2 {
	position: absolute;
	width: 8.5%;
	height: 23%;
	bottom: 42.6%;
	right: 47.6%;
	overflow: hidden;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan2 img {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan3 {
	position: absolute;
	width: 13%;
	height: 58%;
	bottom: 6.2%;
	left: 28.5%;
	overflow: hidden;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan3 img {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan4 {
	position: absolute;
	width: 9.5%;
	height: 23%;
	bottom: 43%;
	left: 30.5%;
	overflow: hidden;
  }
    .dyg_content2 .content2_bg .sum .content2_right .xueguan4 img {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 100%;
  }
    .dyg_content3 {
	margin-top: 10%;
  }
    .dyg_content3 .subhead p {
	display: block;
	margin: 3% auto 1%;
	font-size: 22px;
	padding: unset;
	background: unset;
	color: #656565;
  }
    .dyg_content3 .subhead img {
	top: 10%;
  }
    .dyg_content3 ul {
	display: flex;
	width: 1200px;
	margin: 2% auto;
  }
    .dyg_content3 ul li {
	flex: 1;
  }
    .dyg_content3 ul li img {
	width: 100%;
  }
    .dyg_content3 ul li p{
	  text-align: center;
	  font-size: 20px;
	  color: #343434;
  }
    .dyg_content3 ul li:nth-of-type(2n) img {
	margin: 15% 22% 0;
	width: 60%;
  }
    .dyg_content4 {
	background-image: linear-gradient(#EEF9FC 60%, #fff 40%);
	margin-top: 5%;
  }
    .dyg_content4 .subhead h4 {
	padding: 2% 0 1%;
  }
    .dyg_content4 .subhead h4::before {
	width: 0%;
  }
    .dyg_content4 .subhead h4::after {
	width: 0%;
  }
    .dyg_content4 .introduction {
	width: 70%;
	margin: 3% auto;
  }
    .dyg_content4 .introduction p{
	  text-indent: 2em;
  }
    .dyg_content4 ul {
	display: flex;
	width: 70%;
	margin: 0 auto;
	background: #D1F1FF;
  }
    .dyg_content4 ul li {
	flex: 1;
  }
    .dyg_content4 ul li p {
	box-sizing: border-box;
	font-size: 1.2vw;
	color: #1A1A1A;
  }
    .dyg_content4 ul li p:nth-of-type(1) {
	margin: 25% auto 10%;
  }
    .dyg_content4 ul li .shiju {
	display: none;
  }
    .dyg_content4 ul li img {
	display: block;
	width: 75%;
	margin: 0 auto;
  }
    .dyg_content4 ul li:nth-of-type(1) p {
	float: right;
  }
    .dyg_content4 ul li:nth-of-type(3) p {
	float: left;
  }
    .dyg_content5 {
	margin-top: 10%;
  }
    .dyg_content5 .subhead p {
	display: block;
	margin: 1% auto 0;
	font-size: 20px;
	padding: 0;
	background: unset;
	color: #666666;
  }
    .dyg_content5 .subhead img {
	top: 20%;
  }
    .dyg_content5 ul {
	position: relative;
	width: 80%;
	margin: 0 auto;
	margin-top: 3%;
  }
    .dyg_content5 ul li {
	float: left;
  }
    .dyg_content5 ul li:nth-of-type(1) {
	width: 60%;
  }
    .dyg_content5 ul li:nth-of-type(1) img {
	display: block;
	width: 100%;
	height: 30.62vw;
  }
    .dyg_content5 ul li:nth-of-type(2) {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: #ecf9ff;
	color: #1A1A1A;
	overflow: auto;
  }
    .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi {
	width: 86%;
	margin: 0 auto;
	padding-top: 10%;
	box-sizing: border-box;
  }
    .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi h4 {
	font-size: 1.4vw;
	font-weight: 400;
  }
    .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi p {
	font-size: 1.12116vw;
	margin-top: 2%;
  }
    .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi hr {
	width: 10%;
	height: 2px;
	margin: 7% auto;
	margin-left: 0;
	background-color: #00475C;
  }
    .dyg_content5 ul::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content6 {
	position: relative;
	margin: 5% auto 8%;
  }
    .dyg_content6 &gt; img {
	width: 100%;
	height: 37.25vw;
  }
    .dyg_content6 &gt; img:nth-of-type(2) {
	display: none;
  }
    .dyg_content6 ul {
	position: absolute;
	display: flex;
	justify-content: space-around;
	bottom: 5%;
	left: 50%;
	width: 80%;
	transform: translate(-50%);
  }
    .dyg_content6 ul li {
	flex: 1;
  }
    .dyg_content6 ul li:not(:nth-of-type(1)) {
	margin-left: 2%;
  }
    .dyg_content6 ul li p {
	text-align: center;
  }
    .dyg_content6 ul li p:nth-of-type(1) {
	color: #1A1A1A;
	font-weight: bold;
  }
    .dyg_content6 ul li p:nth-of-type(2) {
	color: #4D4D4D;
	margin-top: 2%;
  }
    .dyg_content6 ul li img {
	width: 80%;
	display: block;
	margin: 0 auto;
  }
    .dyg_content6 ul::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content7 {
	width: 100%;
  }
    .dyg_content7 .dyg_bottom {
	display: none;
	width: 70%;
	margin: 7% auto 0;
	position: relative;
  }
    .dyg_content7 .dyg_bottom .bottom4_text {
	width: 40%;
	float: left;
  }
    .dyg_content7 .dyg_bottom .bottom4_text:nth-child(2n) {
	float: right;
  }
    .dyg_content7 .dyg_bottom .bottom4_text img {
	width: 100%;
  }
    .dyg_content7 .dyg_bottom .bottom4_text .img4_text {
	float: right;
	padding-left: 55px;
	box-sizing: border-box;
	margin: 50px 0;
  }
    .dyg_content7 .dyg_bottom .bottom4_text .img4_text p {
	font-size: 13px;
	color: #4C4C4C;
  }
    .dyg_content7 .dyg_bottom .bottom4_number {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 20%;
  }
    .dyg_content7 .dyg_bottom .bottom4_number ul {
	padding: 0;
	width: 40px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-top: 91px;
  }
    .dyg_content7 .dyg_bottom .bottom4_number ul li {
	background: white;
	border: 1px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 7px;
	box-shadow: 0px 0px 8px #4AAEDF;
	margin-bottom: 167px;
	color: #369ED1;
	z-index: 999;
  }
    .dyg_content7 .dyg_bottom .bottom4_number ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: -12px;
	left: -12px;
	border: 1px solid #4AAEDF;
	padding: 30px;
	border-radius: 50%;
  }
    .dyg_content7 .dyg_bottom .bottom4_number ul::after {
	position: absolute;
	display: block;
	content: "";
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
	background: #057ec3;
	width: 2px;
	height: 92%;
	z-index: 99;
  }
    .dyg_content7 .dyg_bottom::after {
	display: block;
	content: "";
	clear: both;
  }
    .dyg_content7 .content5-bottom {
	position: relative;
	width: 70%;
	margin: 5% auto 0;
	min-width: 1300px;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item {
	display: flex;
	justify-content: space-between;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item:not(:nth-of-type(1)) {
	margin-top: 30px;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	padding-left: 10%;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-img {
	width: 40%;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-img img {
	display: block;
	width: 100%;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text {
	width: 40%;
	box-sizing: border-box;
	padding-top: 50px;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	font-size: 25px;
	margin: 20px auto;
  }
    .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	font-size: 20px;
  }
    .dyg_content7 .content5-bottom .content5-circle {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
  }
    .dyg_content7 .content5-bottom .content5-circle ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
  }
    .dyg_content7 .content5-bottom .content5-circle ul li {
	background: white;
	border: 1px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
	width: 50px;
	height: 50px;
	padding: 11px;
	box-shadow: 0px 0px 15px #4AAEDF;
	color: #369ED1;
	transition: 0.7s;
	z-index: 999;
  }
    .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	margin-top: 270px;
  }
    .dyg_content7 .content5-bottom .content5-circle ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: -11.5px;
	left: -11.1px;
	box-shadow: 0px 0px 10px #b7d7e6;
	padding: 35px;
	border-radius: 50%;
  }
    .dyg_content7 .content5-bottom .content5-circle ul::after {
	position: absolute;
	display: block;
	content: "";
	top: 3%;
	left: 50%;
	transform: translateX(-50%);
	background: #4AAEDF;
	width: 2px;
	height: 94%;
	z-index: 99;
  }
    .dyg_content7 .dyg_bottom2 {
	width: 153px;
	margin: 0 auto;
  }
    .dyg_content7 .dyg_bottom2 &gt; img {
	width: 20px;
	margin: 0 auto;
	display: block;
	margin-bottom: 21px;
	margin-top: 20px;
  }
    .dyg_content7 .dyg_bottom2 span {
	color: white;
	background: #4AAEDF;
	padding: 11px 20px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	transition: 0.5s;
	font-size: 18px;
  }
    .dyg_content7 .dyg_bottom2 span:hover {
	background: #0ea7f2;
  }
    .dyg_content7::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content8 {
	position: relative;
	width: 100%;
	margin-top: 8%;
  }
    .dyg_content8 .subhead {
	margin-bottom: 15%;
  }
    .dyg_content8 .dyg_content8_up {
	position: relative;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 {
	width: 70%;
	margin: 0 auto;
	color: #1A1A1A;
	background: #D8F2FF;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left {
	float: left;
	position: relative;
	width: 30%;
	padding: 4%;
	padding-top: 5%;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left::after {
	content: "";
	position: absolute;
	right: 0;
	top: 35%;
	height: 50%;
	width: 1px;
	background: #00475C;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left p {
	font-size: 20px;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right {
	float: left;
	width: 52%;
	padding: 4%;
	padding-bottom: 2%;
	margin-top: 1%
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p {
	font-size: 18px;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_1::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 {
	position: absolute;
	bottom: 85%;
	left: 50%;
	transform: translate(-50%);
	width: 70%;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul {
	width: 58%;
	margin: 0 auto;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li {
	float: left;
	position: relative;
	width: 50%;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li img {
	display: block;
	width: 100%;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li img:nth-of-type(2) {
	position: absolute;
	right: -1%;
	top: -1%;
	width: 12%;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li div {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li div p {
	text-align: center;
	margin: 0;
	padding: 1%;
	font-size: 1vw;
	color: #FFFFFF;
  }
    .dyg_content8 .dyg_content8_up .dyg_content8_2 ul::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content8 .dyg_content8_up .xujiadiv:not(:nth-of-type(1)) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: 0.5s;
  }
    .dyg_content8 .dyg_content8_3 {
	width: 70%;
	margin: 2% auto;
  }
    .dyg_content8 .dyg_content8_3 &gt; li {
	position: relative;
	float: left;
	width: 32%;
	background: #EDF6F9;
  }
    .dyg_content8 .dyg_content8_3 &gt; li:not(:nth-of-type(1)) {
	margin-left: 2%;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli {
	position: relative;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img {
	width: 100%;
	margin: 0 auto;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li {
	float: left;
	position: relative;
	width: 50%;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li:nth-of-type(1)::after {
	position: absolute;
	right: 0%;
	top: 0%;
	display: block;
	width: 11%;
	font-size: 0.5vw;
	color: #FFFFFF;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li:nth-of-type(2)::after {
	position: absolute;
	right: 0%;
	top: 0%;
	display: block;
	width: 11%;
	font-size: 0.5vw;
	color: #FFFFFF;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li img {
	display: block;
	width: 100%;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li img:nth-of-type(2) {
	position: absolute;
	right: -1%;
	top: -1%;
	width: 15%;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li div {
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li div p {
	text-align: center;
	margin: 0;
	padding: 1%;
	font-size: 0.5vw;
	color: #FFFFFF;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .hzxx p {
	color: #00475C;
	font-size: 20px;
	padding: 3%;
	min-height:100px;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .hzxx .jzty {
	display: none;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .hzxx .jzty p {
	margin-bottom: 0;
  }
    .dyg_content8 .dyg_content8_3 &gt; li .hzxx .jzty p:nth-of-type(2) {
	margin-top: 0;
	padding-top: 0;
  }
    .dyg_content8 .dyg_content8_3::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
  }
    .dyg_content8 a {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 8px;
	background: #4AAEDF;
	box-shadow: 0px 1px 2px 0px rgba(7, 105, 153, 0.5);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: 0.5s;
  }
    .dyg_content8 a img {
	width: 18px;
	vertical-align: -3px;
  }
    .dyg_content8 a:hover {
	background: #0ea7f2;
  }
    .dyg_content9 {
	margin-top: 10%;
	background: url(../images/dyg_content9_bg.png) no-repeat;
	background-position: 100% 88%;
	padding-bottom: 4%;
  }
    .dyg_content9 .subhead{
	padding-top: 3%;
  }
    .dyg_content9 .subhead h4{
	color: #FFF;
  }
    .dyg_content9 .subhead h4::before{
	background-color: #FFF;
  }
    .dyg_content9 .subhead h4::after{
	background-color: #FFF;
  }
    .dyg_content9 .subhead img{
	display: none;
  }
    .dyg_content9 .content9_list {
	width: 86%;
	margin: 3% auto 0;
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
  }
    .dyg_content9 .content9_list .content9list_item {
	width: 30%;
  }
    .dyg_content9 .content9_list .content9list_item:hover .item_middle img{
    transform: scale(1.1);
  }
    .dyg_content9 .content9_list .content9list_item:nth-of-type(2) {
	margin: 0 5%;
  }
    .dyg_content9 .content9_list .content9list_item:nth-of-type(4) {
	margin-right: 5%;
  }
   .dyg_content9 .content9_list .content9list_item:nth-of-type(n+4){
	margin-top: 3%;
  }
    .dyg_content9 .content9_list .content9list_item .item_top {
	display: -webkit-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
  }
    .dyg_content9 .content9_list .content9list_item .item_middle{
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
	margin-top: 3%;
  }
    .dyg_content9 .content9_list .content9list_item .item_bottom{
	  margin-top: 3%;
  }
    .dyg_content9 .content9_list .content9list_item .item_top img {
	width: 10%;
  }
    .dyg_content9 .content9_list .content9list_item .item_top span {
	font-size: 24px;
	color: #FFF;
  }
    .dyg_content9 .content9_list .content9list_item .item_middle img {
	width: 100%;
	transition: 0.5s;
  }
    .dyg_content9 .content9_list .content9list_item .item_bottom p {
	font-size: 22px;
	color: #FFF;
	text-indent: 2em;
	line-height: 1.5em;
  }
    .dyg_content10 {
	width: 100%;
	margin-top: 10%;
  }
    .dyg_content10 .subhead h4::before {
	width: 5%;
  }
    .dyg_content10 .subhead h4::after {
	width: 5%;
  }
    .dyg_content10 .introduction {
	width: 70%;
	margin: 4% auto;
  }
    .dyg_content10 .introduction p {
	line-height: 1.5em;
	text-indent: 2em;
  }
    .dyg_content10 .dyg10_wrapper {
	padding-bottom: 2%;
	position: relative;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up {
	width: 40%;
	min-width: 628px;
	margin: 0 auto;
	background: #E6FBFF;
	box-shadow: 0px 0px 10px 3px #DCDCDC;
	border-radius: 10px;
	transition: 0.5s;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up:hover{
	  transform: scale(1.05);
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up div {
	padding: 2% 20%;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up div span {
	color: #0E9DE3;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(1) {
	font-size: 20px;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(2) {
	font-size: 16px;
	margin-left: 30%;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(3) {
	margin-left: 1%;
	font-weight: bold;
	font-size: 22px;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_up hr {
	width: 60%;
	border: unset;
	background: #2EABE9;
	height: 1px;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom {
	display: flex;
	width: 70%;
	margin: 3% auto 0;
	color: #0093DB;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom p {
	margin: 0%;
  }
  .name{
	font-size: 20px;
  }
  .english {
	font-size: 16px;
  }
  .dyg_content10 .price{
	  font-size: 22px;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom hr {
	height: 1px;
	border: unset;
	background: #2EABE9;
	margin: 4% auto;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left {
	display: flex;
	flex: 1;
	align-items: center;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left .theme {
	flex: 0.8;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul {
	flex: 2.5;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li {
	display: flex;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) {
	align-items: center;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(1) {
	flex: 1;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(2) {
	flex: 2;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(2) .dyg10_mg {
	display: flex;
	align-items: center;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(2) .dyg10_mg span {
	width: 32%;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(2) .dyg10_mg span:not(:nth-of-type(1)) {
	margin-left: 2%;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:nth-of-type(2) &gt; div:nth-of-type(2) .dyg10_mg span:nth-of-type(3) {
	text-align: right;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:not(:nth-of-type(2)) div:nth-of-type(1) {
	flex: 3;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul li:not(:nth-of-type(2)) div:nth-of-type(2) {
	flex: 1;
	text-align: right;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right {
	display: flex;
	flex: 1;
	align-items: center;
	margin-left: 4%;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .theme {
	flex: 1;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right {
	flex: 2.5;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li {
	display: flex;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li div p:nth-of-type(2) {
	font-size: 13px;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li div:nth-of-type(1) {
	flex: 3;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li div:nth-of-type(2) {
	flex: 1;
	text-align: right;
  }
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li:nth-of-type(4),
    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li:nth-of-type(5) {
	color: #191919;
  }
    .dyg_content10 .dyg10_wrapper .dyg10-mb {
	position: absolute;
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 88%;
	background: #F9FDFF;
	box-shadow: 0px 0px 10px 0px #d7d9da;
	z-index: -1;
  }
    .dyg_content11 {
	width: 100%;
	margin-top: 8%;
	overflow: hidden;
  }
    .dyg_content11 .doctor {
	width: 70%;
	margin: 5% auto;
  }
    .dyg_content11 .doctor .doctor_img {
	float: left;
	position: relative;
	width: 36%;
	transition: 0.5s;
  }
    .dyg_content11 .doctor .doctor_img img {
	display: block;
	width: 100%;
  }
    .dyg_content11 .doctor .doctor_img .img_mb{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: 0.5s;
  }
    .dyg_content11 .doctor .doctor_img .consult{
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(9, 140, 232, .5);
	color: #FFF;
	text-align: center;
	z-index: 999;
	transition: 0.5s;
  }
    .dyg_content11 .doctor .doctor_img .consult p{
	margin: 0;
	margin-top: 25%;
	width: 50%;
	font-size: 20px;
	margin-left: 25%;
	letter-spacing: 2px;
  }
    .dyg_content11 .doctor .doctor_img .ripples{
	position: absolute;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: rgba(9, 140, 232, .7);
	animation: ripples 2s linear infinite;
	animation-delay: calc(0.8s * var(--i));
	z-index: 9;
  }
    .dyg_content11 .doctor .doctor_introduction {
	float: left;
	margin-left: 6%;
	width: 55%;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: 400;
  }
    .dyg_content11 .doctor .doctor_introduction .data {
	margin-top: 5%;
  }
    .dyg_content11 .doctor .doctor_introduction .data span:first-child {
	color: #4199C4;
	font-size: 26px;
	font-weight: bold;
  }
    .dyg_content11 .doctor .doctor_introduction .data span:nth-child(2) {
	color: #272727;
	font-size: 18px;
	font-weight: 400;
  }
    .dyg_content11 .doctor .doctor_introduction .data ul {
	margin-top: 3%;
  }
    .dyg_content11 .doctor .doctor_introduction .data ul li {
	color: #4B4B4B;
	font-weight: 400;
	font-size: 18px;
  }
    .dyg_content11 .doctor .doctor_introduction .data ul li .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #7D7D7D;
	vertical-align: middle;
	margin: 5px auto;
  }
    .dyg_content11 .doctor .doctor_introduction .data ul li:nth-child(2) {
	margin: 1% 0 0;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially {
	position: relative;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text {
	position: relative;
	height: 50px;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text::before {
	content: "æ“…é•¿é¡¹ç›®";
	display: block;
	position: absolute;
	top: 28px   ;
	left: 0;
	width: 100%;
	height: 20px;
	color: #333333;
	z-index: 3;
	font-size: 22px;
	font-weight: bold;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text::after {
	content: "";
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #4AAEDF;
	transform: skew(-45deg, 0);
  }
    .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2) {
	margin-top: 20px;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2) span {
	font-size: 20px;
	color: #4D4D4D;
	line-height: 1.5em;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially button {
	width: 170px;
	height: 40px;
	cursor: pointer;
	margin-top: 8%;
	border: 1px solid #4AAEDF;
	border-radius: 5%;
	background: #4AAEDF;
	color: #fff;
	outline: none;
	box-shadow: 0 2px 5px #076999;
	font-size: 16px;
	transition: 0.5s;
  }
    .dyg_content11 .doctor .doctor_introduction .spcially button:hover {
	background: #0ea7f2;
  }
    .dyg_content11 .doctor::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
  }
    .dyg_content11 .doctor:nth-child(3) .doctor_img {
	float: right;
  }
    .dyg_content11 .doctor:nth-child(3) .doctor_introduction {
	float: right;
	margin-left: 1%;
	margin-right: 6%;
  }
    .dyg_content11 .doctor:nth-child(3) .doctor_introduction button {
	float: right;
  }
    .dyg_content12 {
	width: 100%;
	position: relative;
	margin-top: 8%;
  }
    .dyg_content12 .content-bg {
	width: 100%;
  }
    .dyg_content12 .content-bg img {
	width: 100%;
  }
    .dyg_content12 .content-bg img:nth-of-type(1) {
	display: block;
	    height: 41.625vw;
  }
    .dyg_content12 .content-bg img:nth-of-type(2) {
	display: none;
  }
    .dyg_content12 .subhead {
	width: 15%;
	padding: 6.09vw 0;
	position: absolute;
	left: 0;
	top: 0;
  }
    .dyg_content12 .subhead h4::before {
	width: 0;
	height: 0;
  }
    .dyg_content12 .subhead h4::after {
	width: 0;
	height: 0;
  }
    .dyg_content12 .subhead p {
	font-size: 1.21vw;
	font-weight: 400;
	background: unset;
	color: #808080;
	margin-top: 10px;
  }
    .dyg_content12 .subhead hr {
	width: 20%;
	margin: 0 auto;
	margin-top: 10px;
	border: 2px solid #42b0e0;
  }
    .dyg_content12 .hot_response {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 15%;
  }
    .dyg_content12 .hot_response .hot_response-item {
    padding: 0.5% 1% 1%;
	width: 21%;
	background: #fff;
	border-radius: 10px;
  }
    .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa {
	margin-top: 2%;
  }
    .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1) {
	float: left;
	border-radius: 50%;
	background-color: #4199C4;
	font-size: 1.1538vw;
	width: 1.4743vw;
	height: 1.4743vw;
	line-height: 1.4743vw;
	text-align: center;
	color: #fff;
	padding: 1%;
  }
    .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2) {
	float: left;
	width: 85%;
	margin-left: 2%;
	font-size: 1.1vw;
	margin-top:1%;
  }
    .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span a {
    color: #0B7FB7;      
  }
    .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa::after {
	content: "";
	height: 0;
	display: block;
	clear: both;
  }
    .dyg_content12 .hot_response .hot_response-item:nth-child(2) {
	margin: 0 3%;
  }
   .subhead {
	position: relative;
	text-align: center;
  }
   .subhead h4 {
	position: relative;
	color: #0E9DE3;
	font-size: 30px;
	text-align: center;
	z-index: 2;
  }
   .subhead h4::before {
	content: " ";
	display: inline-block;
	width: 5%;
	height: 2px;
	margin-right: 1%;
	vertical-align: middle;
	background-color: #0E9DE3;
  }
   .subhead h4::after {
	content: " ";
	display: inline-block;
	width: 5%;
	height: 2px;
	margin-left: 1%;
	vertical-align: middle;
	background-color: #0E9DE3;
  }
   .subhead p {
	display: inline-block;
	font-size: 15px;
	margin: 10px auto 0;
	padding: 5px 1%;
	border-radius: 5px;
	background: #2EABE9;
	color: #FFFFFF;
  }
   .subhead img {
	position: absolute;
	width: 6%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:-1;
  }
   .introduction {
	color: #343434;
	font-size: 22px;
  }
  @media screen and (max-width: 1300px) {
	  .dyg_content7 .content5-bottom {
	  min-width: 900px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text {
	  padding-top: 30px;
	}
	  .dyg_content7 .content5-bottom .content5-circle {
	  top: 90px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 180px;
	}
	  .dyg_content11 .doctor .doctor_introduction .spcially button {
	  width: 120px;
	}
  }
  @media screen and (max-width: 1250px) {
	 .dyg_content1 .content1_substance .introduction p{
		font-size: 18px;
	}
	 .dyg_content1 .content1_substance .bz_wrapper .bz_nr p{
		font-size: 15px;
	}
	 .dyg_content3 ul{
		width: 900px;
	}
	 .dyg_content3 ul li p{
		font-size: 16px;
	}
	 .dyg_content7 .dyg_bottom2 span{
		font-size: 16px;
	}
	 .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left p{
		font-size: 18px;
	}
	 .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p{
		font-size: 16px;
	}
	 .dyg_content8 .dyg_content8_3 &gt; li .hzxx p{
		font-size: 18px;
	}
	  .dyg_content9 .content9_list .content9list_item .item_top img {
	  width: 10%;
	}
	  .dyg_content9 .content9_list .content9list_item .item_top span {
	  font-size: 20px;
	}
	  .dyg_content9 .content9_list .content9list_item .item_middle img {
	  width: 100%;
	  margin-top: 3%;
	}
	  .dyg_content9 .content9_list .content9list_item .item_bottom p {
	  font-size: 18px;
	  text-indent: 2em;
	  line-height: 1.5em;
	}
	.dyg_content10 .dyg10_wrapper .dyg10_bottom{
		width: 80%;
	}
	.name{
		font-size: 18px;
	}
	.english{
		font-size: 14px;
	}
	.dyg_content10 .price{
		font-size: 19px;
	}
	 .introduction{
	  font-size: 20px;
	}
  }
  @media screen and (max-width: 1167px) {
	  .dyg_content7 .dyg_bottom .bottom4_text {
	  width: 37%;
	}
	  .dyg_content11 .doctor {
	  width: 88%;
	}
  }
  @media screen and (max-width: 980px) and (min-width: 768px) {
	 .dyg_content11 .doctor {
	  width: 100%;
	  margin: 5% auto;
	}
	 .dyg_content11 .doctor .doctor_img {
	  float: left;
	  width: 40%;
	  margin: 0 auto;
	}
	 .dyg_content11 .doctor .doctor_img img {
	  width: 100%;
	}
	 .dyg_content11 .doctor .doctor_introduction {
	  float: right;
	  width: 53%;
	}
	 .dyg_content11 .doctor:nth-child(3) .doctor_introduction button {
	  float: right;
	}
  }
  @media screen and (max-width: 980px) {
	 .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti span{
		font-size: 20px;
	}
	 .dyg_content3 .subhead p{
		font-size: 20px;
	}
	 .dyg_content3 ul{
		width: 92%;
		align-items: center;
	}
	 .dyg_content3 ul li:nth-of-type(2n-1){
		flex: 2;
	}
	  .dyg_content4 ul li p {
	  font-size: 1.5vw;
	}
	  .dyg_content8 .subhead {
	  margin-bottom: 20%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_1 {
	  width: 94%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 ul {
	  width: 70%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_3 {
	  width: 85%;
	}
	  .dyg_content8 .dyg_content8_3 {
	  width: 94%;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li .hzxx p {
	  font-size: 14px;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom {
	  width: 90%;
	}
	  .dyg_content11 .doctor .doctor_introduction .data ul li {
	  font-size: 16px;
	}
	  .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2) span {
	  font-size: 16px;
	}
  }
  @media screen and (max-width: 900px) {
	  .dyg_content7 .content5-bottom {
	  min-width: 733px;
	  width: 90%;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	  padding-left: 5%;
	  padding-top: 10px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 20px;
	  margin: 10px auto;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 16px;
	}
	  .dyg_content7 .content5-bottom .content5-circle {
	  top: 60px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li {
	  width: 40px;
	  height: 40px;
	  padding: 7px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 436%;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li::after {
	  top: -11px;
	  left: -11px;
	  padding: 30px;
	}
  }
  @media screen and (max-width: 840px) {
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 400%;
	}
  }
  @media screen and (max-width: 808px) {
	  .dyg_content7 .dyg_bottom .bottom4_text {
	  width: 40%;
	}
  }
  @media screen and (max-width: 768px) {
	.pagespace{
	  margin:10% auto!important;
	}
	.bg-head-content {
	  top: 22%;
	  left: -4%;
	}
	.bg-head-content img:nth-of-type(1) {
	  display: block;
	}
	.bg-head-content .title {
	  width: 85%;
	  margin-left: 10%;
	}
	.bg-head-content .head-middle {
	  margin-top: 9%;
	  width: 67%;
	}
	.bg-head-content .head-middle img:nth-of-type(1){
	    height: 14.518vw;
	}
	.bg-head-content .head-middle img:nth-of-type(2) {
	  left: 8%;
	  width: 85%;
	  animation: unset;
	}
	.bg-head-content .head-middle img:nth-of-type(3) {
	  left: 13%;
	  width: 75%;
	  animation: unset;
	}
	.bg-head-content .head-middle2 {
	  margin-top: 10%;
	  width: 72%;
	}
	.bg-head-content .head-middle2 .middle2-item {
	  width: 48%;
	}
	.bg-head-content .head-middle2 .middle2-item img:nth-of-type(1) {
	  animation: unset;
	}
	.bg-head-content .head-middle2 .middle2-item img:nth-of-type(2) {
	  animation: unset!important;
	  right: 14%;
	  width: 62%;
	}
	.bg-head-content .head-middle2 .middle2-item img:nth-of-type(3) {
	  animation: unset!important;
	  left: 11%;
	}
	.bg-head-content .head-middle2 .middle2-item:nth-of-type(4) img:nth-of-type(2) {
	  width: 73%;
	  right:5%;
	}
	.bg-head-content .iphone {
	  font-size: 2.5vw;
	  margin-top: 5%;
	}
	.bg-head-content .iphone span {
	  font-size: 2.8vw;
	}
	.bg-head-content .consult {
	  width: 30%;
	  margin-top: 5%;
	}
	.bg-head-content .consult a {
	  font-size: 16px;
	  padding: 0;
	}
	.bg-head-content .consult a span {
	  height: 30px;
	}
	.bg-head-content .consult a::before {
	  line-height: 30px;
	  font-size: 16px;
	}
	.head-right {
	  top: 22%;
	  width: 12%;
	}
	.head-right img:nth-of-type(1) {
	  display: block;
	}
	.head-right .right-item:nth-of-type(1) img {
	  margin-left: 70%;
	}
	.head-right .right-item:nth-of-type(3) img {
	  margin-top: 70%;
	}
	  .dyg_content1 {
	  width: 96%;
	  padding-top: 8%;
	}
	  .dyg_content1 .content1_substance {
	  width: 100%;
	  padding: 0 17px;
	  box-sizing: border-box;
	}
	  .dyg_content1 .content1_substance .subhead h4 {
	  font-size: 25px;
	}
	  .dyg_content1 .content1_substance .introduction p {
	  font-size: 20px;
	  line-height: 1.5em;
	}
	  .dyg_content1 .content1_substance .bz_wrapper {
	  display: flex;
	  flex-wrap: wrap;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr {
	  width: 48%;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr:nth-of-type(3) {
	  margin-left: 0%;
	  margin-top: 4%;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr:nth-of-type(4) {
	  margin-top: 4%;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr img {
	  margin-top: 4%;
	      height: 32vw;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr p {
	  font-size: 15px;
	}
	  .dyg_content1 .content1_substance .content1-mb {
	  height: 90%;
	}
	  .dyg_content2 {
	  margin-top: 20%;
	}
	  .dyg_content2 .content2_bg{
			padding-bottom: 1%;
	}
	  .dyg_content2 .content2_bg .sum {
	  display: block;
	  width: 90%;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_top {
	  margin: 4% auto;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_top h4 {
	  font-weight: 400;
	  font-size: 28px;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti span {
	  font-size: 18px;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom {
	  padding-bottom: 10%;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_bottom ul li .zhongdianwenti p {
	  font-size: 3vw;
	}
	  .dyg_content2 .content2_bg .sum .content2_right img {
	  width: 80%;
	  display: block;
	  margin: 0 auto;
	}
	  .dyg_content2 .content2_bg .sum .content2_right .yinying {
	  width: 45%;
	  left: 29%;
	  bottom: -2%;
	}
	  .dyg_content2 .content2_bg .sum .content2_right .xueguan1 {
	  width: 13%;
	  height: 58%;
	  bottom: 5.8%;
	  right: 36%;
	}
	  .dyg_content2 .content2_bg .sum .content2_right .xueguan2 {
	  width: 8.8%;
	  height: 23%;
	  bottom: 41.6%;
	  right: 37.4%;
	}
	  .dyg_content2 .content2_bg .sum .content2_right .xueguan3 {
	  width: 13%;
	  height: 58%;
	  bottom: 5.4%;
	  left: 38.3%;
	}
	  .dyg_content2 .content2_bg .sum .content2_right .xueguan4 {
	  width: 9%;
	  height: 23%;
	  bottom: 42.9%;
	  left: 40.5%;
	}
	  .dyg_content3 {
	  margin-top: 20%;
	}
	  .dyg_content3 .subhead p {
	  font-size: 20px;
	  margin: 6% auto;
	}
	 .dyg_content3 ul{
		width: 96%;
	}
	 .dyg_content3 ul li p{
		font-size: 2.1vw;
	}
	 .dyg_content3 ul li:nth-of-type(2n-1){
		flex: 2.2;
	}
	 .dyg_content3 ul li:nth-of-type(2n) img{
		margin: 0% 4%;
		width: 100%;
	}
	  .dyg_content4 {
	  margin-top: 15%;
	  background-image: linear-gradient(#f2fbff 90%, #fff 40%);
	}
	  .dyg_content4 .subhead h4 {
	  padding: 10% 0 0%;
	}
	  .dyg_content4 .introduction {
	  margin: 5% auto 8%;
	  width: 90%;
	  color: #001F28;
	}
	  .dyg_content4 .introduction p {
	  font-size: 18px;
	}
	  .dyg_content4 ul {
	  width: 90%;
	}
	  .dyg_content4 ul li {
	  text-align: center;
	}
	  .dyg_content4 ul li:nth-of-type(1) p {
	  float: unset;
	  margin: unset;
	  font-size: 2.5vw;
	}
	  .dyg_content4 ul li:nth-of-type(3) p {
	  float: unset;
	  margin: unset;
	  font-size: 2.5vw;
	}
	  .dyg_content4 ul li &gt; p {
	  display: none;
	}
	  .dyg_content4 ul li .shiju {
	  display: block;
	  margin-top: 15%;
	}
	  .dyg_content4 ul li .shiju p:nth-of-type(2) {
	  margin-top: 2%;
	}
	  .dyg_content4 ul li img {
	  width: 100%;
	}
	  .dyg_content5 {
	  margin-top: 20%;
	}
	  .dyg_content5 .subhead p {
	  font-size: 18px;
	}
	  .dyg_content5 .subhead img {
	  top: 30%;
	}
	  .dyg_content5 ul {
	  width: 100%;
	  margin-top: 4%;
	}
	  .dyg_content5 ul li:nth-of-type(1) {
	  width: 100%;
	}
	  .dyg_content5 ul li:nth-of-type(2) {
	  position: unset;
	  width: 100%;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi {
	  width: 94%;
	  padding-top: 4%;
	  padding-bottom: 4%;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi h4 {
	  font-size: 25px;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi p {
	  font-size: 18px;
	  margin-top: 2%;
	}
	 .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi hr{
		margin: 3% 0;
	}
	.dyg_content5 ul li:nth-of-type(1) img{
	        height: 63.8vw;
	}
	  .dyg_content6 {
	  margin: 3% auto;
	}
	  .dyg_content6 &gt; img {
	  width: 100%;
	}
	  .dyg_content6 &gt; img:nth-of-type(1) {
	  display: none;
	}
	  .dyg_content6 &gt; img:nth-of-type(2) {
	  display: block;
	  height: 63.33vw;
	}
	  .dyg_content6 ul {
	  width: 100%;
	}
	  .dyg_content6 ul li {
	  display: flex;
	  flex-direction: column;
	}
	  .dyg_content6 ul li p:nth-of-type(1) {
	  flex: 0;
	  margin-bottom: 5%;
	}
	  .dyg_content6 ul li p:nth-of-type(2) {
	  margin-bottom: 30%;
	  margin-top: 0;
	  flex: 1;
	}
	  .dyg_content6 ul li img {
	  width: 100%;
	  flex: 1;
	}
	  .dyg_content7 {
	  margin-top: 20%;
	}
	  .dyg_content7 .dyg_bottom {
	  width: 100%;
	  margin-top: 20%;
	}
	  .dyg_content7 .dyg_bottom .bottom4_text .img4_text {
	  padding-left: 15px;
	  margin: 0;
	}
	  .dyg_content7 .dyg_bottom .bottom4_text .img4_text h3 {
	  font-size: 16px;
	}
	  .dyg_content7 .dyg_bottom .bottom4_text .img4_text p {
	  font-size: 12px;
	}
	  .dyg_content7 .dyg_bottom .bottom4_number ul {
	  margin-top: 30px;
	}
	  .dyg_content7 .dyg_bottom .bottom4_number ul li {
	  margin-bottom: 80px;
	}
	  .dyg_content7 .content5-bottom {
	  width: 100%;
	  min-width: unset;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item {
	  margin-top: 2%;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  padding-right: 10px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 380%;
	}
	  .dyg_content8 {
	  margin-top: 20%;
	}
	  .dyg_content8 .subhead p {
	  margin-top: 4%;
	}
	  .dyg_content8 .dyg_content8_up {
	  margin-bottom: 8%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_1 {
	  width: 100%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left p:nth-of-type(1) {
	  margin-top: 23%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p:nth-of-type(1) {
	  margin-top: 13%;
	  font-size: 16px;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 {
	  bottom: unset;
	  top: -10%;
	  transform: translate(-50%, -50%);
	  width: 90%;
	}
	  .dyg_content8 .dyg_content8_3 {
	  width: 96%;
	}
	  .dyg_content8 .dyg_content8_3 li {
	  width: 49%;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li .hzxx p{
			min-height: 70px;
	}
	  .dyg_content8 .dyg_content8_3 li:nth-of-type(3) {
	  display: none;
	}
	  .dyg_content8 a {
	  width: 120px;
	  margin-top: 5%;
	}
	  .dyg_content8 a img {
	  width: 15px;
	  vertical-align: -2px;
	}
	  .dyg_content9{
	  background: #4cabd9;
	}
	  .dyg_content10 {
	  margin-top: 20%;
	}
	  .dyg_content10 .subhead h4::before {
	  width: 0%;
	}
	  .dyg_content10 .subhead h4::after {
	  width: 0%;
	}
	  .dyg_content10 .introduction {
	  width: 94%;
	  margin: 5% auto;
	}
	  .dyg_content10 .introduction p {
	  font-size: 20px;
	  color: #343434;
	}
	  .dyg_content10 .dyg10_wrapper {
	  background-image: linear-gradient(#FFF 5%, #F9FDFF 10%);
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up {
	  width: 90%;
	  min-width: unset;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up div {
	  display: flex;
	  padding: 2% 10%;
	  align-items: center;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(1) {
	  font-size: 21px;
	  flex: 2;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(2) {
	  font-size: 20px;
	  margin-left: 0%;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(3) {
	  font-size: 23px;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up hr {
	  width: 80%;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom {
	  display: block;
	  width: 90%;
	  padding-bottom: 5%;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left {
	  font-size: 20px;
	  margin-top: 8%;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left .theme {
	  flex: 1;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right {
	  margin-left: 0;
	  margin-top: 8%;
	  font-size: 20px;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right ul li div p:nth-of-type(2) {
	  font-size: 2.2vw;
	}
	  .dyg_content10 .dyg10_wrapper .theme {
	  font-size: 22px;
	  font-weight: bold;
	  text-align: center;
	}
	  .dyg_content10 .dyg10_wrapper .theme .english {
	  font-size: 16px;
	}
	  .dyg_content11 {
	  margin-top: 20%;
	}
	  .dyg_content11 .doctor {
	  width: 65%;
	  margin: 8% auto;
	}
	  .dyg_content11 .doctor .doctor_img {
	  float: none;
	  width: 66%;
	  margin: 0 auto;
	  width: 300px;
	}
	  .dyg_content11 .doctor .doctor_img img {
	  width: 100%;
	}
	 .dyg_content11 .doctor:nth-child(3) .doctor_img{
		float: unset;
	}
	  .dyg_content11 .doctor .doctor_img .consult p{
		font-size: 18px;
	}
	  .dyg_content11 .doctor .doctor_introduction {
	  float: none;
	  margin: 0 auto;
	  width: 100%;
	}
	  .dyg_content11 .doctor .doctor_introduction .data span:first-child {
	  font-size: 22px;
	  font-weight: bold;
	}
	  .dyg_content11 .doctor .doctor_introduction .data span:nth-child(2) {
	  font-size: 16px;
	}
	 .dyg_content11 .doctor .doctor_introduction .data{
		text-align: center;
	}
	 .dyg_content11 .doctor .doctor_introduction .data ul{
		text-align: left;
	}
	 .dyg_content11 .doctor .doctor_introduction .data ul li{
		font-size: 18px;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2) span{
		font-size: 18px;
		line-height: 1.5em;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text{
		width: unset;
	}
	  .dyg_content11 .doctor .doctor_introduction .spcially {
	  margin-left: 0;
	}
	  .dyg_content11 .doctor .doctor_introduction .spcially button {
	  float: none;
	  display: block;
	  margin: 8% auto;
	}
	  .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text::after {
	  width: 100%;
	}
	  .dyg_content11 .doctor:nth-child(3) .doctor_introduction {
	  margin: 0 auto;
	}
	  .dyg_content11 .doctor:nth-child(3) .doctor_introduction button {
	  float: none;
	  display: block;
	  margin: 8% auto;
	}
	  .dyg_content12 .content-bg img:nth-of-type(1) {
	  display: none;
	}
	  .dyg_content12 .content-bg img:nth-of-type(2) {
	  display: block;
	      height: 160vw;
	}
	  .dyg_content12 .subhead {
	  width: 30%;
	}
	  .dyg_content12 .subhead h4 {
	  font-size: 22px;
	}
	  .dyg_content12 .subhead hr {
	  width: 30px;
	  margin-top: 5px;
	}
	  .dyg_content12 .subhead p {
	  margin-bottom: 0;
	  font-size: 15px;
	  padding: 0%;
	  margin-top: 5px;
	}
	  .dyg_content12 .hot_response {
	  flex-direction: column;
	  margin-top: 0;
	  bottom: 3%;
	}
	  .dyg_content12 .hot_response .hot_response-item {
	  width: 80%;
	  margin: 0 auto;
	}
	  .dyg_content12 .hot_response .hot_response-item:nth-child(2) {
	  margin: 5% auto;
	}
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa {
	  margin-top: 2%;
	}
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1) {
	  font-size: 12px;
	  width: 3vw;
	  height: 3vw;
	  text-align: center;
	  line-height: 3vw;
	}
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2) {
	  width: 90%;
	  margin-left: 1%;
	  font-size: 16px;
	  line-height: 2em;
	  /* padding-top: 0.5%; */
	  margin-top: 0.2%;
	}
	 .subhead h4 {
	  font-size: 26px;
	  font-weight: 400;
	}
	 .subhead h4::before {
	  width: 10%;
	}
	 .subhead h4::after {
	  width: 10%;
	}
	 .subhead img {
	  width: 15%;
	}
	 .english {
	  font-size: 14px;
	}
  }
  @media screen and (max-width: 700px) {
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 350%;
	}
  }
  @media screen and (max-width: 600px) {
	  .dyg_content9 .content9_list .content9list_item {
	  width: 48%;
	}
	 .dyg_content9 .content9_list .content9list_item:nth-of-type(n+3){
		margin-top: 5%;
	}
	  .dyg_content9 .content9_list .content9list_item:nth-of-type(2) {
	  margin: 0%;
	}
	  .dyg_content9 .content9_list .content9list_item:nth-of-type(2),
	  .dyg_content9 .content9_list .content9list_item:nth-of-type(4) {
	  margin-left: 4%;
	  margin-right: 0;
	}
	  .dyg_content9 .content9_list .content9list_item .item_top img {
	  width: 15%;
	}
  }
  @media screen and (max-width: 620px) {
	  .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text {
	  padding-left: 10px;
	  padding-top: 0px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-img {
	  margin-top: 10px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text {
	  padding-top: 7px;
	}
	  .dyg_content7 .content5-bottom .content5-circle {
	  top: 70px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 310%;
	}
  }
  @media screen and (max-width: 575px) {
	  .dyg_content4 ul li:nth-of-type(1) p{
			font-size:15px;
	}
	  .dyg_content4 ul li:nth-of-type(3) p{
			font-size:15px;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li:nth-of-type(1)::after {
	  width: 10%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li:nth-of-type(2)::after {
	  width: 10%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 ul li img:nth-of-type(2) {
	  width: 15%;
	}
  }
  @media screen and (max-width: 500px) {
	.dyg_content1 .content1_substance{
		padding: 0 10px;
	}
	  .dyg_content1 .content1_substance .subhead h4 {
	  font-size: 20px;
	}
	  .dyg_content1 .content1_substance .introduction p {
	  font-size: 15px;
	}
	  .dyg_content2 .subhead h4::before {
	  width: 6%;
	}
	  .dyg_content2 .subhead h4::after {
	  width: 6%;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_top h4 {
	  font-size: 20px;
	}
	  .dyg_content2 .content2_bg .sum .content2_left .content2_left_top .fubiaoti span {
	  font-size: 16px;
	}
	  .dyg_content3 .subhead h4::before {
	  width: 4%;
	}
	  .dyg_content3 .subhead h4::after {
	  width: 4%;
	}
	  .dyg_content3 .subhead p {
	  font-size: 17px;
	}
	 .dyg_content3 ul{
		flex-wrap: wrap;
	}
	 .dyg_content3 ul li{
		flex: unset;
		width: 13%;
    	margin: 0 3%;
	}
	 .dyg_content3 ul li p{
		font-size: 14px;
	}
	 .dyg_content3 ul li:nth-of-type(2n-1){
		flex: unset;
		width: 25%;
	}
	 .dyg_content3 ul li:nth-of-type(n+5){
		margin-top: 5%;
	}
	 .dyg_content4 .introduction p{
		font-size: 15px;
	}
	  .dyg_content5 .subhead h4::before {
	  width: 6%;
	}
	  .dyg_content5 .subhead h4::after {
	  width: 6%;
	}
	  .dyg_content5 .subhead p {
	  font-size: 16px;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi h4 {
	  font-size: 18px;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi p {
	  font-size: 16px;
	}
	  .dyg_content5 ul li:nth-of-type(2) .content5_wenxitishi p:nth-of-type(1) {
	  font-size: 17px;
	}
	  .dyg_content6 ul li p {
	  font-size: 2.5vw;
	}
	  .dyg_content7 .dyg_bottom .bottom4_text {
	  width: 35%;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item:not(:nth-of-type(1)) {
	  margin-top: 30px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(2n) .content5-b-item-text h5 {
	  margin: 10px auto;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item:nth-of-type(3) {
	  margin-top: 15px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 17px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 15px;
	}
	  .dyg_content7 .content5-bottom .content5-circle {
	  top: 4%;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li {
	  width: 30px;
	  height: 30px;
	  padding: 4px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li::after {
	  top: -8px;
	  left: -9px;
	  padding: 23px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 400%;
	}
	 .dyg_content7 .dyg_bottom2{
		margin: 8% auto;
		width: 135px;
	}
	 .dyg_content7 .dyg_bottom2 &gt; img{
		margin-bottom: 12px;
	}
	 .dyg_content7 .dyg_bottom2 span{
		padding: 6px 0;
		font-size: 14px;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_3 &gt; li .hzxx p {
	  font-size: 14px;
	}
	 .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_left p{
		font-size: 16px;
	}
	 .dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p{
		font-size: 14px;
	}
	 .dyg_content8 a{
		padding: 6px;
		font-size: 14px;
	}
	.dyg_content8 .dyg_content8_up .dyg_content8_1 .dyg_8_1_right p:nth-of-type(1){
		font-size: 15px;
	}
	.dyg_content8 .dyg_content8_3 &gt; li .hzxx p{
		font-size: 16px;
	}
	.dyg_content10 .price{
		font-size: 20px;
	}
	  .dyg_content10 .introduction p {
	  font-size: 15px;
	}
	 .subhead h4 {
	  font-size: 20px;
	}
	 .subhead h4::before {
	  width: 8%;
	}
	 .subhead h4::after {
	  width: 8%;
	}
	 .subhead p {
	  font-size: 14px;
	}
	 .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa:nth-of-type(2){
		margin-top: 2%;
	}
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2){
	  font-size: 14px;
	  line-height: 1.5em;
	}
	  .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(1) {
		font-size: 16px;
	  }
	    .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(2) {
		font-size: 16px;
	  }
	    .dyg_content10 .dyg10_wrapper .dyg10_up div span:nth-of-type(3) {
		font-size: 18px;
	  }
	    .dyg_content10 .dyg10_wrapper .theme{
		font-size: 3.7vw;
	  }
	    .dyg_content10 .dyg10_wrapper .theme .english{
		font-size: 2.5vw;
	  }
	    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left{
		font-size: 3.5vw;
	  }
	    .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right{
		font-size: 3.5vw;
	  }
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom{
		  width: 94%;
	  }
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_left ul{
		  flex: 3;
	  }
	  .dyg_content10 .dyg10_wrapper .dyg10_bottom .dyg10_b_right .ggzy_right{
		  flex: 3;
	  }
	  .name{
		  font-size: 15px;
	  }
	  .english{
		  font-size: 13px;
	  }
	  .dyg_content10 .price{
		  font-size: 15px;
	  }
	   .dyg_content11 .doctor{
		  width: 90%;
	  }
	   .dyg_content11 .doctor .doctor_introduction .data{
		  margin-top: 7%;
	  }
     .dyg_content11 .doctor .doctor_img{
    	width:267px
    }
	  .dyg_content11 .doctor .doctor_img .consult p{
		font-size: 16px;
     margin-top: 28%;
	}
	 .dyg_content11 .doctor .doctor_introduction .data span:first-child{
		font-size: 19px;
	}
	 .dyg_content11 .doctor .doctor_introduction .data span:nth-child(2){
		font-size: 14px;
	}
	 .dyg_content11 .doctor .doctor_introduction .data ul li{
		font-size: 15px;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2) span{
		font-size: 15px;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially div:nth-child(2){
		line-height: 1.2em;
		margin-top: 12px;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text{
		height: 40px;
		line-height: 0em;
	}
	 .dyg_content11 .doctor .doctor_introduction .spcially .scxm_text::before{
		font-size: 17px;
	}
	.dyg_content12 .subhead h4{
		font-size: 20px;
	}
	   .dyg_content12 .subhead p{
		  padding: 0;
		  font-size: 14px;
		  margin-top: 5px;
	  }
	   .dyg_content12 .subhead hr{
		  margin-top: 5px;
	  }
	   .dyg_content12 .hot_response .hot_response-item{
		  padding: 3%;
	  }
	   .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa{
		  margin-top: 0%;
	  }
	  .dyg_content12 .hot_response .hot_response-item{
		  width: 88%;
	  }
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(1){
		  font-size: 14px;
		  width: 19px;
		  height: 19px;
		  line-height: 19px;
	  }
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2){
		  font-size: 15px;
		  line-height: 26px;
		  overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
	  }
  }
  @media screen and (max-width: 475px) {
	  .dyg_content1 .content1_substance .bz_wrapper {
	  margin-top: 8%;
	}
	  .dyg_content1 .content1_substance .bz_wrapper .bz_nr p {
	  font-size: 14px;
	}
	  .dyg_content8 .dyg_content8_3 {
	  display: flex;
	  flex-wrap: wrap;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li {
	  width: 95%;
	  margin: 0 auto;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li:nth-of-type(1) {
	  margin-bottom: 5%;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li:nth-of-type(1)::after {
	  width: 10%;
	  font-size: 2vw;
	}
	  .dyg_content8 .dyg_content8_3 &gt; li .anli .anli_img li:nth-of-type(2)::after {
	  width: 10%;
	  font-size: 2vw;
	}
  }
  @media screen and (max-width: 450px) {
	  .dyg_content9 .content9_list {
	  margin-top: 8%;
	  width: 94%;
	}
	  .dyg_content9 .content9_list .content9list_item {
	  width: 94%;
	  margin: 4% auto!important;
	}
	  .dyg_content9 .content9_list .content9list_item .item_top img {
	  width: 10%;
	}
	  .dyg_content9 .content9_list .content9list_item .item_top span {
	  font-size: 18px;
	}
	  .dyg_content9 .content9_list .content9list_item .item_bottom p {
	  font-size: 15px;
	}
  }
  @media screen and (max-width: 425px) {
	  .dyg_content4 ul{
			padding-top: 4%;
	}
	  .dyg_content4 ul li {
	  padding-bottom: 4%;
	}
	  .dyg_content8 .subhead {
	  margin-bottom: 25%;
	}
	.bg-head-content .consult{
	    width: 40%;
	}
	.bg-head-content .consult a::before{
	    font-size: 15px;
	}
  }
  @media screen and (max-width: 400px) {
	  .bg-head-content .iphone {
	  font-size: 12px;
	  margin-left: 10%;
	  width: 110%;
	  text-align: unset;
	}
	.bg-head-content .consult {
	  width: 45%;
	}
	.bg-head-content .consult a span {
	  height: 25px;
	}
	.bg-head-content .consult a::before {
	  line-height: 1.5rem;
	}
	.head-right .right-item:nth-of-type(3) img {
	  margin-top: 120%;
	}
	 .dyg_content4 ul li .shiju{
		margin-top: 10%;
	}
	    .dyg_content4 ul li:nth-of-type(1) p{
			font-size:14px;
	}
	  .dyg_content4 ul li:nth-of-type(3) p{
			font-size:14px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text h5 {
	  font-size: 15px;
	}
	  .dyg_content7 .content5-bottom .content5-bottom-item .content5-b-item-text p {
	  font-size: 13px;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:not(:nth-of-type(1)) {
	  margin-top: 338%;
	}
	  .dyg_content7 .content5-bottom .content5-circle ul li:nth-of-type(2) {
	  margin-top: 310%;
	}
	  .dyg_content4 ul li img{
		margin-top: 1%;
	}
	  .dyg_content12 .hot_response .hot_response-item .hot_resonse-qa span:nth-child(2){
	  margin-top: 0%;
	}
  }
  @media screen and (max-width: 368px) {
	  .dyg_content6 {
	  overflow: hidden;
	}
	  .dyg_content6 ul {
	  bottom: -10%;
	}
	  .dyg_content8 .subhead {
	  margin-bottom: 30%;
	}
	  .dyg_content8 .dyg_content8_up .dyg_content8_2 ul {
	  width: 90%;
	}
  }
  </pre></body></html>