ul {
  margin: 0%;
  padding: 0%;
  list-style: none;
}
a {
  text-decoration: none;
  color: unset;
}
body,
html,
h5,
h6,
p {
  margin: 0%;
  padding: 0%;
  font-family: "Microsoft YaHei";
}
@keyframes skip {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes skip2 {
  0% {
    transform: translateY(-15%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15%);
  }
}
@keyframes skip3 {
  0% {
    transform: translateX(-15%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(15%);
  }
}
@keyframes textSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-40%);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes videoPlay {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes xia {
  0% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes textskip {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale2 {
  0% {
    opacity: 0;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scale3 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripples {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes ripples2 {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes zy1 {
  0% {
    top: 1%;
    left: 26.8%;
  }
  30% {
    top: 1%;
    left: 42.2%;
    width: 16%;
  }
  100% {
    top: 55%;
    left: 42.2%;
    width: 16%;
  }
}
@keyframes zy2 {
  0% {
    top: 1%;
    left: 13.5%;
  }
  30% {
    top: 1%;
    left: 42.6%;
    width: 15%;
  }
  100% {
    top: 46%;
    left: 42.6%;
    width: 15%;
  }
}
@keyframes zy3 {
  0% {
    top: 2%;
    left: 1.1%;
  }
  40% {
    top: 1%;
    left: 38.8%;
    width: 23%;
  }
  100% {
    top: 32.4%;
    left: 38.8%;
    width: 23%;
  }
}
.header_bg {
  position: relative;
  width: 100%;
}
.header_bg > img {
  display: block;
  width: 100%;
}
.header_bg > img:nth-of-type(2) {
  display: none;
}
.header_bg .header_content {
  position: absolute;
  top: 18%;
  left: 8%;
  text-align: center;
  width: 56%;
}
.header_bg .header_content > p {
  color: #FFF;
  font-family: 'Microsoft YaHei';
}
.header_bg .header_content > p:nth-of-type(1) {
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 8px 0px 2px #055279;
  margin-bottom: 4%;
  letter-spacing: 4px;
}
.header_bg .header_content > p:nth-of-type(2) {
  position: relative;
  font-size: 1.55vw;
  font-family: '宋体';
  margin-bottom: 8%;
}
.header_bg .header_content > p:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  width: 9%;
  height: 1px;
  background: linear-gradient(to right, #FFF, #6e97af);
}
.header_bg .header_content > p:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 9%;
  height: 1px;
  background: linear-gradient(to left, #FFF, #6e97af);
}
.header_bg .header_content ul {
  display: flex;
  justify-content: space-around;
  margin: 5% auto 4%;
  width: 96%;
}
.header_bg .header_content ul li {
  position: relative;
  width: 30%;
}
.header_bg .header_content ul li img:nth-of-type(1) {
  width: 100%;
}
.header_bg .header_content ul li img:nth-of-type(2) {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 20%;
  transform: translate(-50%, -50%);
}
.header_bg .header_content ul li img:nth-of-type(3) {
  position: absolute;
  bottom: 20%;
  left: 15%;
  width: 70%;
}
.header_bg .header_content ul li img:nth-of-type(4) {
  display: none;
}
.header_bg .header_content ul li p {
  position: absolute;
  top: 20%;
  left: 0%;
  width: 100%;
  font-size: 2.4vw;
  color: #FFF;
}
.header_bg .header_content .header_bottom img {
  display: block;
  margin: 3% auto 0;
  width: 3%;
  animation: skip 0.5s linear infinite alternate;
}
.header_bg .header_content .header_bottom .button {
  width: 28%;
  display: block;
  margin: 1% auto 0;
  text-align: center;
  background: linear-gradient(-17deg, #36afea 0%, #1087c0 100%);
  box-shadow: 0px 4px 4px 0px rgba(6, 93, 135, 0.5);
  transition: 0.5s;
  padding: 1.5% 0%;
  line-height: 1.5em;
}
.header_bg .header_content .header_bottom .button span {
  color: #fff;
  font-size: 1.2vw;
  transition: 0.5s;
}
.part1 {
  margin-top: 5%;
}
.part1 ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 54%;
  margin: 3% auto;
  padding: 4% 6%;
  box-shadow: 0 0 3px 5px #ebf3f7;
}
.part1 ul li {
  width: 26%;
}
.part1 ul li img {
  width: 100%;
}
.part1 ul li:nth-of-type(n + 4) {
  margin-top: 5%;
}
.part2 {
  margin: 5% auto;
}
.part2 .part2_content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 1400px;
  margin: 3.5% auto 0;
}
.part2 .part2_content .content_left {
  width: 50%;
  padding: 0 2%;
}
.part2 .part2_content .content_left strong {
  display: block;
  color: #000000;
  font-size: 26px;
  text-indent: 2em;
  line-height: 1.5em;
}
.part2 .part2_content .content_left .content_text {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.part2 .part2_content .content_left .content_text .gou {
  margin-right: 2%;
}
.part2 .part2_content .content_left .content_text p {
  font-size: 22px;
}
.part2 .part2_content .content_left .content_text:nth-of-type(1) {
  margin-top: 5%;
}
.part2 .part2_content .content_left .content_text:nth-of-type(2) {
  margin: 3% auto;
}
.part2 .part2_content .content_right {
  width: 50%;
}
.part2 .part2_content .content_right img {
  width: 100%;
}
.part2 .part2_content .content_right img:nth-of-type(2) {
  display: none;
}
.part3 {
  position: relative;
  margin: 5% auto;
}
.part3 img {
  width: 100%;
}
.part3 img:nth-of-type(2) {
  display: none;
}
.part3 .part3_top {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  background: rgba(12, 160, 232, 0.4);
}
.part3 .part3_top .item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-self: center;
  width: 18%;
}
.part3 .part3_top .item:nth-of-type(1){
	padding-left:9%;
}
.part3 .part3_top .item img {
  width: 66px;
}
.part3 .part3_top .item span {
  color: #fff;
  font-size: 32px;
  margin-left: 3%;
  font-weight: bold;
}
.part3 .play {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1%;
  border-radius: 50%;
  background: #0ca0e8;
  transition: 0.5s;
  animation: videoPlay 0.8s infinite linear;
}
.part3 .play svg:nth-of-type(1) {
  display: block;
}
.part3 .play svg:nth-of-type(2) {
  display: none;
}
.part4 {
  margin: 5% auto;
}
.part4 .part4_content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 4% auto;
  align-items: center;
}
.part4 .part4_content .content_left {
  position: relative;
  width: 50%;
}
.part4 .part4_content .content_left img {
  width: 100%;
}
.part4 .part4_content .content_left .component {
  position: absolute;
  display: block;
  text-align: center;
  z-index: 3;
}
.part4 .part4_content .content_left .component1 {
  top: 2%;
  left: 1.1%;
  width: 2.7vw;
  z-index: 6;
}
.part4 .part4_content .content_left .component2 {
  top: 1%;
  left: 13.5%;
  width: 2.6vw;
  z-index: 4;
}
.part4 .part4_content .content_left .component3 {
  top: 1%;
  left: 26.8%;
  width: 1.5vw;
  z-index: 5;
}
.part4 .part4_content .content_left .img_bg {
  position: absolute;
  top: 0%;
  background-color: #f77a74;
  width: 3.6vw;
  height: 3.6vw;
  border-radius: 50%;
  z-index: 2;
  transition: 0.5s;
}
.part4 .part4_content .content_left .img_bg1 {
  left: 0%;
}
.part4 .part4_content .content_left .img_bg2 {
  left: 12%;
}
.part4 .part4_content .content_left .img_bg3 {
  left: 24%;
}
.part4 .part4_content .content_right {
  width: 50%;
  text-align: center;
}
.part4 .part4_content .content_right p {
  font-size: 1vw;
  color: #4d4d4d;
  margin-bottom: 3%;
}
.part4 .part4_content .content_right p span {
  display: inline-block;
  color: #0da0e8;
  animation: textskip 0.8s infinite linear;
  margin: 0 3px;
}
.part4 .part4_content .content_right .step {
  width: 76%;
  color: #fff;
  margin: 0 auto;
}
.part4 .part4_content .content_right .step .step_item {
  position: relative;
  font-size: 1.1vw;
  border-radius: 33px;
  background: #3c8db4;
  padding: 3% 0;
  cursor: pointer;
  transition: 0.5s;
}
.part4 .part4_content .content_right .step .step_item img {
  position: absolute;
  bottom: -25%;
  right: -3%;
  width: 40px;
  z-index: 5;
  animation: scale3 0.8s linear infinite reverse;
  transition: 0.5s;
  opacity: 0;
}
.part4 .part4_content .content_right .step .step_item .guangquan {
  visibility: hidden;
  position: absolute;
  top: 12%;
  right: -1%;
  border-radius: 50%;
  height: 100%;
  width: 10%;
  background: #FFF;
  z-index: 4;
  animation: ripples2 2.4s linear infinite;
  animation-delay: calc(0.8s * var(--i));
  transition: 0.5s;
}
.part4 .part4_content .content_right .step .active::after {
  color: #0da0e8 !important;
  transition: 0.5s;
}
.part4 .part4_content .content_right .step > img {
  width: 1.8vw;
  margin: 3% auto;
}
.part4 .part4_content .content_right .step_bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 6%;
  cursor: pointer;
  opacity: 0;
  transition: 1s;
}
.part4 .part4_content .content_right .step_bottom img {
  width: 30px;
}
.part4 .part4_content .content_right .step_bottom span {
  font-size: 1.1vw;
  color: #0CA0E8;
  margin-left: 1%;
  transition: 0.5s;
}
.part4 .part4_content .content_right:nth-of-type(3) {
  display: none;
}
.zzy_4 {
  margin: 5% auto;
}
.zzy_4 .title {
  margin-bottom: 4%;
}
.zzy_4 img {
  pointer-events: none;
}
.zzy_4 .zzy4_left {
  width: 58.5%;
  float: left;
}
.zzy_4 .zzy4_left .left_1 {
  position: relative;
  overflow: hidden;
}
.zzy_4 .zzy4_left .left_1 img {
  width: 100%;
}
.zzy_4 .zzy4_left .left_1 .left1_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 139, 181, 0.75);
  transition: 1s;
}
.zzy_4 .zzy4_left .left_1 .left1_text p {
  text-align: center;
  font-size: 1.6vw;
  color: white;
  letter-spacing: 3px;
}
.zzy_4 .zzy4_left .left_1 .left1_text p:nth-child(1) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.zzy_4 .zzy4_left .left_1 .left1_text p:nth-child(2) {
  font-size: 1.2vw;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai {
  position: relative;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai .arrow {
  position: absolute;
  width: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  animation: xia 0.8s linear infinite alternate;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai .arrow img {
  width: 100%;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai .arrow img:nth-of-type(2) {
  display: none;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai > span {
  position: absolute;
  right: 5%;
  top: 15%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.8vw;
  transition: 1s;
}
.zzy_4 .zzy4_left .left_1 .left1_text .zzy_biaoti {
  overflow: hidden;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom {
  width: 80%;
  color: white;
  margin: 0 auto;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > span {
  font-size: 1.2vw;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul {
  padding: 0;
  margin: 0;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul li {
  width: 50%;
  float: left;
  margin: 1% 0;
  font-size: 1.1vw;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul::after {
  display: block;
  content: "";
  clear: both;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 5%;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul {
  padding: 0;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1vw;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul li span {
  color: #ffe13d;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul::after {
  display: block;
  content: "";
  clear: both;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj a {
  position: absolute;
  top: 5%;
  right: -25%;
  color: #004363;
  overflow: hidden;
  padding: 7px 30px;
  box-sizing: border-box;
  background: #0fdaff;
  border-radius: 8px;
  box-shadow: 0px 1px 0px 2px #3faee2;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj a span {
  font-size: 0.9vw;
  z-index: 10;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj a .xuanguang {
  position: absolute;
  top: 0%;
  left: -25%;
  width: 8px;
  height: 150%;
  color: #9efeff;
  box-shadow: 0 0 10px 10px #89ebff;
  transform: skew(25deg);
  background: #fff;
  opacity: 0.8;
  z-index: 0;
  transition: 0.3s;
}
.zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj a:hover .xuanguang {
  left: 120%;
}
.zzy_4 .zzy4_left .left_1 .left1_text .wl_after {
  display: block;
  background: url(/skin/images/single_implant/jiantou_1.png);
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 40px;
  transform: translateX(-50%);
}
.zzy_4 .zzy4_right {
  width: 41.5%;
  float: left;
}
.zzy_4 .zzy4_right .right_1 {
  position: relative;
  overflow: hidden;
}
.zzy_4 .zzy4_right .right_1 img {
  width: 100%;
}
.zzy_4 .zzy4_right .right_1 .left1_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(51, 139, 181, 0.75);
  transition: 1s;
}
.zzy_4 .zzy4_right .right_1 .left1_text p {
  text-align: center;
  font-size: 1.6vw;
  color: white;
  letter-spacing: 3px;
}
.zzy_4 .zzy4_right .right_1 .left1_text p:nth-child(1) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.zzy_4 .zzy4_right .right_1 .left1_text p:nth-child(2) {
  font-size: 1.2vw;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai {
  position: relative;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai .arrow {
  position: absolute;
  width: 30px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  animation: xia 0.8s linear infinite alternate;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai .arrow img {
  width: 100%;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai .arrow img:nth-of-type(2) {
  display: none;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai > span {
  position: absolute;
  right: 5%;
  top: 15%;
  transform: translateY(-50%);
  color: white;
  font-size: 1.8vw;
  transition: 1s;
}
.zzy_4 .zzy4_right .right_1 .left1_text .zzy_biaoti {
  overflow: hidden;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom {
  width: 80%;
  color: white;
  margin: 0 auto;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > span {
  font-size: 1.2vw;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul {
  padding: 0;
  margin: 0;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul li {
  width: 100%;
  float: left;
  margin: 6px 0;
  font-size: 1vw;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul::after {
  display: block;
  content: "";
  clear: both;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 5%;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul {
  padding: 0;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 1vw;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul li span {
  color: #ffe13d;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul::after {
  display: block;
  content: "";
  clear: both;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj a {
  position: absolute;
  top: 5%;
  right: -18%;
  color: #004363;
  overflow: hidden;
  padding: 7px 30px;
  box-sizing: border-box;
  background: #0fdaff;
  border-radius: 8px;
  box-shadow: 0px 1px 0px 2px #3faee2;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj a span {
  font-size: 0.9vw;
  z-index: 10;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj a .xuanguang {
  position: absolute;
  top: 0%;
  left: -25%;
  width: 8px;
  height: 150%;
  color: #9efeff;
  box-shadow: 0 0 10px 10px #89ebff;
  transform: skew(25deg);
  background: #fff;
  opacity: 0.8;
  z-index: 0;
  transition: 0.3s;
}
.zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj a:hover .xuanguang {
  left: 120%;
}
.zzy_4 .zzy4_right .right_1 .left1_text .wl_after {
  display: block;
  background: url(/skin/images/single_implant/jiantou_1.png);
  width: 50px;
  height: 40px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.zzy_4 .zzy4_right .right_1:nth-of-type(4) {
  background-color: #e8f2f7;
}
.zzy_4 .zzy4_right .right_1 .right_top {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 72%;
  margin: 9% auto;
}
.zzy_4 .zzy4_right .right_1 .right_top img {
  width: 30%;
}
.zzy_4 .zzy4_right .right_1 .right_top .consule {
  background-color: #0ca0e8;
  border-radius: 10px;
  padding: 2%;
  margin-left: 2%;
}
.zzy_4 .zzy4_right .right_1 .right_top a {
  display: inline-block;
  font-size: 1.3vw;
  color: #fff;
  padding: 20px 16px;
  border: 2px solid #fff;
  border-radius: 10px;
}
.zzy_4::after {
  display: block;
  content: "";
  clear: both;
}
.zzy_4 .consult-m {
  display: none;
  position: absolute;
  color: #004363;
  overflow: hidden;
  padding: 1% 2%;
  box-sizing: border-box;
  background: #0fdaff;
  border-radius: 8px;
  box-shadow: 0px 1px 0px 2px #3faee2;
}
.zzy_4 .consult-m span {
  font-size: 0.9vw;
  z-index: 10;
}
.zzy_4 .consult-m .xuanguang {
  position: absolute;
  top: 0%;
  left: -25%;
  width: 8px;
  height: 150%;
  color: #9efeff;
  box-shadow: 0 0 10px 10px #89ebff;
  transform: skew(25deg);
  background: #fff;
  opacity: 0.8;
  z-index: 0;
  transition: 0.3s;
}
.zzy_4 .consult-m:hover .xuanguang {
  left: 120%;
}
.part6 {
  margin: 5% auto;
  padding-top: 1%;
  overflow: hidden;
}
.part6 .headline .horizontalLine img {
  width: 370px;
}
.part6 .doctor {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 1250px;
  margin: 4% auto 0;
}
.part6 .doctor .doctor_img {
  position: relative;
  width: 37%;
  transition: 0.5s;
}
.part6 .doctor .doctor_img img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.part6 .doctor .doctor_img .img_mb {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.5s;
}
.part6 .doctor .doctor_img .consult {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: rgba(9, 140, 232, 0.5);
  color: #fff;
  text-align: center;
  z-index: 999;
  transition: 0.5;
}
.part6 .doctor .doctor_img .consult p {
  margin: 0;
  margin-top: 25%;
  width: 50%;
  font-size: 25px;
  margin-left: 25%;
  letter-spacing: 2px;
}
.part6 .doctor .doctor_img .ripples {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: rgba(9, 140, 232, 0.7);
  animation: ripples 2s linear infinite;
  animation-delay: calc(0.8s * var(--i));
  z-index: 9;
}
.part6 .doctor .doctor_introduction {
  width: 50%;
}
.part6 .doctor .doctor_introduction .name {
  margin-bottom: 2%;
}
.part6 .doctor .doctor_introduction .name span:nth-of-type(1) {
  font-size: 30px;
  color: #009af4;
}
.part6 .doctor .doctor_introduction .name span:nth-of-type(2) {
  font-size: 22px;
  color: #272727;
  margin-left: 2%;
}
.part6 .doctor .doctor_introduction .intro p {
  margin-bottom: 2%;
  position: relative;
  font-size: 22px;
  color: #333;
  padding-left: 3%;
}
.part6 .doctor .doctor_introduction .intro p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1ea5f5;
}
.part6 .doctor .good p {
  color: #333;
}
.part6 .doctor .good p:nth-of-type(1) {
  font-size: 22px;
  margin-bottom: 10px;
  margin: 3% auto;
  font-weight: bold;
}
.part6 .doctor .good p:nth-of-type(2),
.part6 .doctor .good p:nth-of-type(3) {
  font-size: 22px;
  margin: 0%;
  line-height: 1.5em;
}
.part6 .doctor:nth-of-type(3) {
  margin-top: 4%;
}
.part6 .button {
  margin-top: 5%;
}
.part7 {
  background-color: #58a3ca;
  padding-bottom: 60px;
}
.part7 .title h5 {
  color: #fff;
  padding-top: 3%;
}
.part7 .title .englishTitle {
  color: #fff;
}
.part7 ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  margin: 3% auto 0;
  padding: 0%;
}
.part7 ul li {
  width: 30%;
}
.part7 ul li .caption {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.part7 ul li .caption img {
  width: 40px;
}
.part7 ul li .caption span {
  font-size: 25px;
  color: #fff;
  margin-left: 2%;
}
.part7 ul li .advantage_img {
  margin-top: 3%;
  width: 100%;
  overflow: hidden;
}
.part7 ul li .advantage_img img {
  width: 100%;
  transition: 0.5s;
}
.part7 ul li:hover .advantage_img img {
  transform: scale(1.2);
}
.part7 ul li .advantage_text {
  font-size: 23px;
  color: #fff;
  line-height: 1.5em;
  text-indent: 2em;
  letter-spacing: 1px;
  margin-top: 3%;
}
.part7 ul li:nth-of-type(n + 4) {
  margin-top: 3%;
}
.part8 {
  position: relative;
  margin: 5% auto;
}
.part8 .part8_bg {
  position: relative;
  margin-top: 3%;
  overflow: hidden;
}
.part8 .part8_bg > img {
  display: block;
  width: 100%;
}
.part8 .part8_bg > img:nth-of-type(2) {
  display: none;
}
.part8 .part8_bg > img:nth-of-type(3) {
  position: absolute;
  top: 8%;
  left: 10%;
  width: 28%;
}
.part8 .part8_bg .zy > img {
  position: absolute;
  bottom: 12%;
  left: 6.5%;
  width: 8%;
}
.part8 .part8_bg .zy .zy_item {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
}
.part8 .part8_bg .zy .zy_item img {
  display: block;
  width: 100%;
}
.part8 .part8_bg .zy .zy_item .text p:nth-of-type(1) {
  font-size: 1.1vw;
}
.part8 .part8_bg .zy .zy_item .text p:nth-of-type(2) {
  font-size: 14px;
}
.part8 .part8_bg .zy .zy_item:nth-of-type(1) {
  bottom: 16%;
  left: 17%;
  width: 7.8%;
}
.part8 .part8_bg .zy .zy_item:nth-of-type(1) .text {
  margin-top: 15%;
}
.part8 .part8_bg .zy .zy_item:nth-of-type(2) {
  bottom: 16%;
  left: 28%;
  width: 6.8%;
}
.part8 .part8_bg .zy .zy_item:nth-of-type(2) .text {
  margin-top: 15%;
}
.part8 .part8_bg .zy .zy_item:nth-of-type(3) {
  bottom: 16%;
  left: 38%;
  width: 4.2%;
}
.part8 .part8_bg .advertisement {
  position: absolute;
  bottom: 7%;
  right: 0%;
  width: 50%;
}
.part8 .part8_bg .advertisement img {
  width: 16%;
}
.part8 .part8_bg .advertisement img:nth-of-type(1) {
  display: block;
  margin-bottom: 2%;
  margin-left: 2%;
}
.part8 .part8_bg .advertisement img:nth-of-type(2) {
  width: 24%;
  margin-left: 10%;
}
.part8 .part8_bg .advertisement img:nth-of-type(n+3) {
  margin-left: 2%;
}
.part8 ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 62%;
  margin: 5% auto 0;
}
.part8 ul .al {
  width: 46%;
}
.part8 ul .al img {
  display: block;
  width: 100%;
}
.part8 ul .al .text {
  font-size: 24px;
  color: #008fe2;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 3%;
  font-family: "siyuan";
}
.part8 ul .al:nth-of-type(n + 3) {
  margin-top: 4%;
}
.part8 .part8_bottom img {
  display: block;
  margin: 3% auto 0;
  width: 30px;
  animation: skip 0.5s linear infinite alternate;
}
.part8 .part8_bottom .button {
  width: 190px;
  display: block;
  margin: 1% auto 0;
  text-align: center;
  background: linear-gradient(-17deg, #36afea 0%, #1087c0 100%);
  box-shadow: 0px 4px 4px 0px rgba(6, 93, 135, 0.5);
  transition: 0.5s;
  padding: 0.5% 2%;
  line-height: 1.5em;
}
.part8 .part8_bottom .button span {
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.part9 .price_img {
  width: 1250px;
  margin: 3% auto 0;
  background: #086fa4;
  padding: 4px;
}
.part9 .price_img tr {
  text-align: center;
}
.part9 .price_img tr td:nth-of-type(2n-1) {
  color: #000;
  background: #e5e5e5;
}
.part9 .price_img tr td:nth-of-type(2n) {
  background: #fff;
}
.part9 .price_img tr td:nth-of-type(2n) span {
  color: #e80b0b;
  font-size: 24px;
  font-weight: bold;
}
.part9 .price_img tr td:nth-of-type(2n) del {
  color: #4d4d4d;
  font-size: 16px;
}
.part9 .price_img tr th {
  padding: 2% 0;
}
.part9 .price_img tr td {
  padding: 3% 0;
  width: 25%;
}
.part9 .price_img tr:nth-of-type(1) {
  background: #086fa4;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
}
.part9 .price_img tr:not(:nth-of-type(1)) {
  font-size: 22px;
}
.part9 .price_img tr:nth-of-type(7) td:nth-of-type(3) {
  background: #fff;
  padding: 1% 2%;
  text-align: left;
}
.part9 .price_img tr:nth-of-type(7) td:nth-of-type(3) span {
  color: #2975a4;
  line-height: 1.5em;
}
.part9 .price_img tr:nth-of-type(7) td:nth-of-type(3) span:nth-of-type(1) {
  font-size: 30px;
  vertical-align: middle;
}
.part9 .price_img2 {
  display: none;
}
.part10 {
  background: url(/skin/images/single_implant/part10_bg.png) no-repeat;
  background-size: 100%;
  width: 100%;
  padding-bottom: 1%;
  margin-top: 6%;
}
.part10 .Q_A {
  display: inline-block;
  text-align: center;
  margin-top: 1%;
  margin-left: 11%;
}
.part10 .Q_A h5 {
  font-size: 35px;
  color: #086fa4;
  margin: 0%;
  font-weight: 400;
}
.part10 .Q_A p {
  font-size: 28px;
  color: #808080;
}
.part10 .qa_content {
  width: 40%;
  margin-left: 50%;
  margin-top: -2%;
}
.part10 .qa_content li {
  position: relative;
  background: #fff;
  padding: 3% 4%;
  margin-bottom: 5%;
}
.part10 .qa_content li .qa_item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.part10 .qa_content li .qa_item span {
  font-size: 1vw;
  color: #fff;
  width: 1.6vw;
  height: 1.6vw;
  line-height: 1.6vw;
  background-color: #0c7fb7;
  border-radius: 50%;
  text-align: center;
}
.part10 .qa_content li .qa_item h6 {
  width: 88%;
  margin-left: 1%;
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 1px;
}
.part10 .qa_content li .qa_item p {
  width: 88%;
  margin-left: 1%;
  font-size: 1.1vw;
  color: #333;
  line-height: 1.5em;
}
.part10 .qa_content li .qa_item:nth-of-type(2) {
  margin-top: 2%;
}
.part11 h5 {
  margin: 0%;
  font-size: 48px;
  color: #008fe2;
  text-align: center;
  padding: 10px 0;
}
.part11 .part11_img li {
  float: left;
  width: 33.3%;
  overflow: hidden;
}
.part11 .part11_img li:hover img {
  transform: scale(1.3);
}
.part11 .part11_img li img {
  display: block;
  width: 100%;
  transition: 0.5s;
}
.part11 .part11_img li img:nth-of-type(2) {
  display: none;
}
.part11 .part11_img::after {
  content: "";
  display: block;
  clear: both;
}
.title {
  position: relative;
  text-align: center;
}
.title h5 {
  font-size: 36px;
  color: #0b7fb7;
}
.title img {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 120px;
  transform: translate(-50%, -50%);
}
.title .englishTitle {
  font-size: 30px;
  color: #666666;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  .part2 .part2_content {
    width: 980px;
  }
  .part2 .part2_content .content_left strong {
    font-size: 21px;
  }
  .part2 .part2_content .content_left p {
    font-size: 20px;
    margin-top: -3px;
  }
  .part10 .qa_content {
    margin-top: -5%;
  }
  .part10 .qa_content li .qa_item span {
    font-size: 1.5vw;
    width: 2vw;
    height: 2vw;
    line-height: 2vw;
  }
  .part10 .qa_content li .qa_item h6 {
    font-size: 1.6vw;
  }
  .part10 .qa_content li .qa_item p {
    font-size: 1.4vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media screen and (max-width: 1250px) {
  .part1 ul {
    width: 66%;
  }
  .part3 .part3_top .item {
    width: 22%;
  }
  .part3 .part3_top .item img {
    width: 45px;
  }
  .part3 .part3_top .item span {
    font-size: 28px;
  }
  .part4 .part4_content {
    width: 86%;
  }
  .part4 .part4_content .content_left .img_bg {
    width: 4.6vw;
    height: 4.6vw;
  }
  .part4 .part4_content .content_left .component1 {
    width: 3.7vw;
  }
  .part4 .part4_content .content_left .component2 {
    width: 3.2vw;
  }
  .part4 .part4_content .content_left .component3 {
    width: 2vw;
  }
  .part4 .part4_content .content_right {
    margin-top: 5%;
  }
  .part4 .part4_content .content_right .step {
    width: 85%;
  }
  .part4 .part4_content .content_right .step .step_item {
    font-size: 1.5vw;
  }
  .part4 .part4_content .content_right .step .step_item img {
    width: 30px;
  }
  .part4 .part4_content .content_right .step img {
    width: 2vw;
  }
  .part4 .part4_content .content_right p {
    font-size: 1.8vw;
  }
  .part4 .part4_content .content_right .step_bottom span {
    font-size: 1.5vw;
  }
  .part4 .part4_content .content_right .step_bottom img {
    width: 2vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p {
    font-size: 2vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p:nth-child(2) {
    font-size: 1.8vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai > span {
    font-size: 2vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom {
    width: 90%;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > span {
    font-size: 1.7vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul li {
    font-size: 1.6vw;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 1.7vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p {
    font-size: 2vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p:nth-child(2) {
    font-size: 1.8vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai > span {
    font-size: 2vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom {
    width: 90%;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > span {
    font-size: 1.7vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul li {
    font-size: 1.6vw;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj {
    width: 86%;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 1.7vw;
  }
  .zzy_4 .zzy4_right .right_1 .right_top {
    width: 85%;
    margin: 7% auto;
  }
  .zzy_4 .zzy4_right .right_1 .right_top .consule {
    width: 70%;
  }
  .zzy_4 .zzy4_right .right_1 .right_top a {
    font-size: 1.5vw;
    padding: 6% 9%;
    display: block;
    text-align: center;
  }
  .part6 .doctor {
    width: 980px;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 27px;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 20px;
  }
  .part6 .doctor .doctor_introduction .intro p {
    font-size: 20px;
  }
  .part6 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part6 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 19px;
  }
  .part7 ul li .caption span {
    font-size: 23px;
  }
  .part7 ul li .advantage_text {
    font-size: 20px;
  }
  .part8 ul {
    width: 80%;
  }
  .part8 ul .al .text {
    font-size: 23px;
  }
  .part8 .part8_bg > img:nth-of-type(3) {
    top: 3%;
    left: 1%;
    width: 35%;
  }
  .part8 .part8_bg .zy .zy_item .text p:nth-of-type(1) {
    font-size: 16px;
  }
  .part8 .part8_bottom .button span {
    font-size: 20px;
  }
  .part9 .price_img {
    width: 86%;
  }
  .part9 .price_img tr:nth-of-type(1) {
    font-size: 23px;
  }
  .part9 .price_img tr td:not(:nth-of-type(1)) {
    font-size: 20px;
  }
  .part9 .price_img tr td:nth-of-type(2n) span {
    font-size: 23px;
  }
  .part10 .qa_content li {
    margin-bottom: 3%;
  }
  .title h5 {
    font-size: 33px;
  }
  .title img {
    width: 100px;
  }
  .title .englishTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 1220px) {
  .part7 .right_top {
    margin: 100px auto 50px;
  }
  .part7 ul {
    width: 96%;
  }
  .part8 ul .al .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  .part2 .part2_content {
    width: 768px;
  }
  .part2 .part2_content .content_left strong {
    font-size: 19px;
  }
  .part2 .part2_content .content_left .content_text p {
    font-size: 18px;
  }
  .part2 .gou img {
    width: 20px;
  }
  .part4 .part4_content .content_right .step .step_item img {
    width: 23px;
  }
  .zzy_4 .zzy4_right .right_1 .right_top {
    width: 94%;
    margin: 5.7% auto;
  }
  .zzy_4 .zzy4_right .right_1 .right_top span {
    padding: 6% 13%;
  }
  .part6 .doctor {
    width: 768px;
  }
  .part6 .doctor .doctor_img {
    margin-top: 4%;
  }
  .part6 .doctor .doctor_img .consult {
    width: 42%;
    height: 42%;
  }
  .part6 .doctor .doctor_img .consult p {
    font-size: 20px;
  }
  .part6 .doctor .doctor_img .ripples {
    width: 42%;
    height: 42%;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 25px;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 18px;
  }
  .part6 .doctor .doctor_introduction .intro p {
    font-size: 17px;
  }
  .part6 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part6 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 16px;
  }
  .part7 ul li .advantage_text {
    font-size: 18px;
  }
  .part10 {
    position: relative;
    padding-bottom: 70%;
  }
  .part10 .Q_A h5 {
    font-size: 30px;
  }
  .part10 .Q_A p {
    font-size: 23px;
  }
  .part10 .qa_content {
    position: absolute;
    margin: 0%;
    bottom: -3%;
    left: 10%;
    width: 80%;
  }
  .part10 .qa_content li {
    box-shadow: 0 0 5px 3px #d8e9f7;
  }
  .part10 .qa_content li .qa_item h6 {
    font-size: 2.2vw;
  }
  .part10 .qa_content li .qa_item span {
    font-size: 2vw;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
  }
  .part10 .qa_content li .qa_item p {
    font-size: 2vw;
  }
  .title h5 {
    font-size: 28px;
  }
  .title .englishTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body,
  html,
  h5,
  h6,
  p {
    margin: 0%;
    padding: 0%;
    font-family: "Microsoft YaHei";
  }
  .header_bg > img:nth-of-type(1) {
    display: none;
  }
  .header_bg > img:nth-of-type(2) {
    display: block;
  }
  .header_bg .header_content {
    left: 0%;
    width: 84%;
  }
  .header_bg .header_content > P:nth-of-type(1) {
    font-size: 1.4rem;
  }
  .header_bg .header_content > P:nth-of-type(2) {
    font-size: 0.6rem;
    margin-bottom: 6%;
  }
  .header_bg .header_content > P:nth-of-type(2)::before,
  .header_bg .header_content > P:nth-of-type(2)::after {
    display: none;
  }
  .header_bg .header_content ul {
    flex-direction: column;
    margin: 1% auto 0%;
    width: 100%;
  }
  .header_bg .header_content ul li {
    width: 55%;
    margin-left: 12%;
    margin-bottom: 4%;
  }
  .header_bg .header_content ul li img:nth-of-type(1) {
    display: none;
  }
  .header_bg .header_content ul li img:nth-of-type(2) {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 13%;
  }
  .header_bg .header_content ul li img:nth-of-type(3) {
    bottom: 34%;
    left: unset;
    right: 5%;
    width: 33%;
  }
  .header_bg .header_content ul li img:nth-of-type(4) {
    display: block;
    width: 100%;
  }
  .header_bg .header_content ul li p {
    top: 26%;
    left: 11%;
    font-size: 0.75rem;
    width: unset;
  }
  .header_bg .header_bottom {
    display: none;
  }
  .part1 ul {
    width: 80%;
    margin: 5% auto;
    padding: 5% 6%;
  }
  .part1 ul li {
    width: 35%;
  }
  .part1 ul li:nth-of-type(n + 3) {
    margin-top: 5%;
  }
  .part2 .part2_content {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .part2 .part2_content .content_left {
    order: 2;
    width: 94%;
  }
  .part2 .part2_content .content_left strong {
    font-size: 0.8rem;
    margin-top: 3%;
  }
  .part2 .part2_content .content_left .content_text p {
    font-size: 0.7rem;
    margin-top: 0.5%;
  }
  .part2 .part2_content .content_left .content_text:nth-of-type(1) {
    margin-top: 3%;
  }
  .part2 .part2_content .content_left .content_text:nth-of-type(2) {
    margin: 1% auto;
  }
  .part2 .part2_content .content_right {
    order: 1;
    width: 100%;
  }
  .part2 .part2_content .content_right img:nth-of-type(1) {
    display: none;
  }
  .part2 .part2_content .content_right img:nth-of-type(2) {
    display: block;
  }
  .part2 .gou img {
    width: 0.9rem;
  }
  .part3 .part3_banner:nth-of-type(1) {
    display: none;
  }
  .part3 .part3_banner:nth-of-type(2) {
    display: block;
  }
  .part3 .part3_top .item {
    width: 28%;
  }
  .part3 .part3_top .item span {
    font-size: 1rem;
  }
  .part4 .part4_content {
    width: 100%;
    flex-wrap: wrap;
  }
  .part4 .part4_content .content_left {
    width: 100%;
  }
  .part4 .part4_content .content_left .img_bg {
    width: 2rem;
    height: 2rem;
  }
  .part4 .part4_content .content_left .component1 {
    width: 1.45rem;
  }
  .part4 .part4_content .content_left .component2 {
    width: 1.4rem;
  }
  .part4 .part4_content .content_left .component3 {
    width: 0.8rem;
  }
  .part4 .part4_content .content_right {
    width: 100%;
  }
  .part4 .part4_content .content_right p {
    font-size: unset;
  }
  .part4 .part4_content .content_right > p {
    font-size: 0.8rem;
  }
  .part4 .part4_content .content_right:nth-of-type(2) {
    display: none;
  }
  .part4 .part4_content .content_right:nth-of-type(3) {
    display: block;
  }
  .part4 .part4_content .content_right .step {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 94%;
  }
  .part4 .part4_content .content_right .step .step_item {
    position: relative;
    background: unset;
    width: 25%;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(1)::after {
    content: "種植體植入牙槽骨內充當牙根。";
    position: absolute;
    bottom: -24%;
    left: 6%;
    font-size: 0.7rem;
    color: #000;
    text-align: left;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(2)::after {
    content: "基臺連接和固位修復體或種植體上部結構。";
    position: absolute;
    bottom: -40%;
    left: 6%;
    font-size: 0.7rem;
    color: #000;
    text-align: left;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(3)::after {
    content: "牙冠固定於基台上。";
    position: absolute;
    bottom: -24%;
    left: 6%;
    font-size: 0.7rem;
    color: #000;
    text-align: left;
  }
  .part4 .part4_content .content_right .step .step_item p {
    padding: 2%;
    border-radius: 50%;
    display: inline-block;
    background: #0b7fb7;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 0.9rem;
    color: #fff;
  }
  .part4 .part4_content .content_right .step .active p {
    background: #0ca0e8;
  }
  .part4 .part4_content .content_right .step img {
    width: 5%;
    height: 5%;
  }
  .part4 .part4_content .content_right .step_bottom {
    align-items: center;
    margin-top: 14%;
  }
  .part4 .part4_content .content_right .step_bottom img {
    width: 1rem;
  }
  .part4 .part4_content .content_right .step_bottom img:nth-of-type(2) {
    width: 0.7rem;
    margin-left: 1%;
  }
  .part4 .part4_content .content_right .step_bottom span {
    font-size: 0.7rem;
    transition: 0.5s;
  }
  .part4 .part4_content .content_right .step_bottom span:hover {
    color: #0ca0e8;
  }
  .zzy_4 .zzy4_left,
  .zzy_4 .zzy4_right {
    width: 100%;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p:nth-of-type(1) {
    margin-top: 2%;
    margin-bottom: 1%;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p:nth-child(2) {
    font-size: 0.5rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai > span {
    font-size: 1rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > span {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul li {
    font-size: 0.6rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 0.6rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p:nth-of-type(1) {
    margin-top: 2%;
    margin-bottom: 1%;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p:nth-child(2) {
    font-size: 0.5rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai > span {
    font-size: 1rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > span {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul li {
    font-size: 0.6rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 0.6rem;
  }
  .zzy_4 .zzy4_right .right_1 .right_top {
    width: 85%;
    margin: 7% auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .zzy_4 .zzy4_right .right_1 .right_top .consule {
    width: 70%;
    margin-left: 0%;
  }
  .zzy_4 .zzy4_right .right_1 .right_top a {
    font-size: 0.8rem;
  }
  .part6 .headline .horizontalLine img {
    width: 330px;
  }
  .part6 .doctor {
    width: 100%;
    flex-wrap: wrap;
  }
  .part6 .doctor .doctor_img {
    width: 64%;
  }
  .part6 .doctor .doctor_img .consult {
    width: 26%;
    height: 26%;
  }
  .part6 .doctor .doctor_img .consult p {
    font-size: 0.7rem;
  }
  .part6 .doctor .doctor_img .ripples {
    width: 26%;
    height: 26%;
  }
  .part6 .doctor .doctor_introduction {
    width: 90%;
    margin-top: 5%;
  }
  .part6 .doctor .doctor_introduction .name {
    text-align: center;
    margin-bottom: 3%;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 28px;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 20px;
  }
  .part6 .doctor .doctor_introduction .intro p {
    font-size: 21px;
  }
  .part6 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part6 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 21px;
  }
  .part6 .doctor:nth-of-type(3) .doctor_img {
    order: 1;
  }
  .part6 .doctor:nth-of-type(3) .doctor_introduction {
    order: 2;
  }
  .part7 ul li {
    width: 46%;
  }
  .part7 ul li .caption img {
    width: 35px;
  }
  .part7 ul li .caption span {
    font-size: 20px;
  }
  .part7 ul li .advantage_text {
    font-size: 18px;
  }
  .part7 ul li:nth-of-type(n + 3) {
    margin-top: 5%;
  }
  .part8 .part8_bg > img:nth-of-type(1) {
    display: none;
  }
  .part8 .part8_bg > img:nth-of-type(2) {
    display: block;
  }
  .part8 .part8_bg .advertisement {
    left: 0%;
    width: 100%;
  }
  .part8 .part8_bg .advertisement img {
    width: 23%;
  }
  .part8 .part8_bg .advertisement img:nth-of-type(2) {
    margin-left: 10%;
    width: 35%;
  }
  .part8 .part8_bg .advertisement img:nth-of-type(5) {
    display: none;
  }
  .part8 ul .al {
    width: 100%;
  }
  .part8 ul .al:nth-of-type(n + 2) {
    margin-top: 4%;
  }
  .part8 .zy {
    display: none;
  }
  .part8 .part8_bottom img {
    width: 20px;
  }
  .part8 .part8_bottom .button {
    line-height: 1em;
  }
  .part9 .price_img {
    display: none;
  }
  .part9 .price_img2 {
    display: table;
    margin: 4% auto 0;
    width: 92%;
    background: #008fe2;
    padding: 2px;
  }
  .part9 .price_img2 tr th {
    font-size: 25px;
    color: #FFF;
    padding: 3% 0;
    font-weight: 500;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) {
    text-align: center;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td {
    padding: 4% 0;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(1) {
    font-size: 20px;
    color: #1A1A1A;
    background: #FFF;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(2) {
    background: #FFF;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(2) span {
    color: #e80b0b;
    font-size: 24px;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(2) del {
    color: #4d4d4d;
    font-size: 16px;
  }
  .part9 .price_img2 tr:nth-of-type(13) {
    font-size: 20px;
    background: #FFF;
    color: #2975a4;
    line-height: 1.5em;
  }
  .part9 .price_img2 tr:nth-of-type(13) td {
    padding: 3%;
  }
  .part10 {
    background: url(/skin/images/single_implant/part10_bg-m.png) no-repeat;
    background-size: cover;
    padding-bottom: 90%;
  }
  .part10 .qa_content {
    bottom: -30%;
    width: 96%;
    left: 2%;
  }
  .part10 .qa_content li {
    box-shadow: 0 0 5px 3px #d8e9f7;
  }
  .part10 .qa_content li .qa_item h6 {
    font-size: 20px;
  }
  .part10 .qa_content li .qa_item span {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .part10 .qa_content li .qa_item p {
    font-size: 18px;
  }
  .part11 {
    margin-top: 28%;
  }
  .part11 h5 {
    font-size: 37px;
  }
  .part11 .part11_img {
    display: flex;
    flex-wrap: wrap;
  }
  .part11 .part11_img li {
    width: 50%;
  }
  .part11 .part11_img li img:nth-of-type(1) {
    display: none;
  }
  .part11 .part11_img li img:nth-of-type(2) {
    display: block;
  }
  .title {
    margin: 8% auto 5%;
  }
  .title h5 {
    font-size: 1.2rem;
  }
  .title .englishTitle {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 500px) {
  .header_bg .header_content {
    left: 2%;
    width: 90%;
  }
  .header_bg .header_content > p:nth-of-type(1) {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-shadow: 5px 0px 2px #055279;
  }
  .header_bg .header_content > p:nth-of-type(2) {
    font-size: 0.7rem;
    margin-bottom: 4%;
  }
  .header_bg .header_content ul li {
    margin-left: 9%;
  }
  .header_bg .header_content ul li p {
    top: 24%;
    left: 11%;
    font-size: 0.85rem;
  }
  .part2 .part2_content .content_left strong {
    font-size: 0.9rem;
  }
  .part2 .part2_content .content_left .content_text p {
    font-size: 0.8rem;
    margin-top: -0.5%;
  }
  .part2 .gou img {
    width: 1rem;
  }
  .part3 .part3_top .item {
    width: 30%;
  }
  .part3 .part3_top .item img {
    width: 2rem;
  }
  .part3 .play svg:nth-of-type(1) {
    display: none;
  }
  .part3 .play svg:nth-of-type(2) {
    display: block;
  }
  .part4 .part4_content .content_left .img_bg {
    width: 3rem;
    height: 3rem;
  }
  .part4 .part4_content .content_left .img_bg2 {
    left: 14%;
  }
  .part4 .part4_content .content_left .img_bg3 {
    left: 28%;
  }
  .part4 .part4_content .content_left .component1 {
    width: 2.35rem;
    left: 1.4%;
  }
  .part4 .part4_content .content_left .component2 {
    width: 2.25rem;
    left: 15.5%;
  }
  .part4 .part4_content .content_left .component3 {
    width: 1.35rem;
    left: 31.8%;
  }
  .part4 .part4_content .content_right p {
    font-size: 1rem;
  }
  .part4 .part4_content .content_right .step .step_item {
    width: 27%;
  }
  .part4 .part4_content .content_right .step .step_item p {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.1rem;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(1)::after {
    font-size: 0.9rem;
    bottom: -61%;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(2)::after {
    font-size: 0.9rem;
    bottom: -83%;
  }
  .part4 .part4_content .content_right .step .step_item:nth-of-type(3)::after {
    font-size: 0.9rem;
    bottom: -42%;
  }
  .part4 .part4_content .content_right .step .active::after {
    color: #000 !important;
  }
  .part4 .part4_content .content_right .step_bottom {
    margin-top: 25%;
  }
  .part4 .part4_content .content_right .step_bottom span {
    font-size: 1rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p {
    font-size: 1.2rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p:nth-of-type(1) {
    margin-top: 4%;
    margin-bottom: 1%;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text p:nth-child(2) {
    font-size: 0.85rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai > span {
    font-size: 1.2rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .zzy_pingpai .arrow {
    width: 20px;
    top: -12px;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > span {
    font-size: 0.9rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom > ul li {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_left .left_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p {
    font-size: 1.2rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p:nth-of-type(1) {
    margin-top: 4%;
    margin-bottom: 1%;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text p:nth-child(2) {
    font-size: 0.85rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai > span {
    font-size: 1.2rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .zzy_pingpai .arrow {
    width: 20px;
    top: -12px;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > span {
    font-size: 0.9rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom > ul li {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_right .right_1 .left1_text .text_bottom .text_pj ul li {
    font-size: 0.8rem;
  }
  .zzy_4 .zzy4_right .right_1 .right_top a {
    font-size: 0.9rem;
  }
  .part6 .headline .horizontalLine img {
    width: 14rem;
  }
  .part6 .doctor .doctor_img .consult {
    width: 35%;
    height: 35%;
  }
  .part6 .doctor .doctor_img .consult p {
    font-size: 1rem;
  }
  .part6 .doctor .doctor_img .ripples {
    width: 35%;
    height: 35%;
  }
  .part6 .doctor .doctor_introduction {
    width: 92%;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .part6 .doctor .doctor_introduction .name span:nth-of-type(2) {
    font-size: 0.8rem;
  }
  .part6 .doctor .doctor_introduction .intro p {
    font-size: 0.9rem;
    padding-left: 4%;
  }
  .part6 .doctor .doctor_introduction .good p:nth-of-type(2),
  .part6 .doctor .doctor_introduction .good p:nth-of-type(3) {
    font-size: 1rem;
  }
  .part6 .doctor .good p:nth-of-type(1) {
    font-size: 1.05rem;
  }
  .part7 ul li {
    width: 88%;
  }
  .part7 ul li:nth-of-type(n + 2) {
    margin-top: 8%;
  }
  .part7 ul li .caption img {
    width: 2rem;
  }
  .part7 ul li .caption span {
    font-size: 1.2rem;
  }
  .part7 ul li .advantage_text {
    font-size: 1rem;
  }
  .part8 ul {
    width: 90%;
  }
  .part8 ul .al .text {
    font-size: 1rem;
    font-weight: bold;
  }
  .part8 .part8_bottom img {
    margin: 6% auto 0;
  }
  .part8 .part8_bottom .button {
    width: 10rem;
    padding: 2%;
  }
  .part8 .part8_bottom .button span {
    font-size: 1rem;
  }
  .part9 .price_img2 {
    width: 96%;
  }
  .part9 .price_img2 tr th {
    font-size: 1.3rem;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td {
    padding: 4% 1%;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(1) {
    font-size: 1rem;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(2) span {
    font-size: 1.2rem;
    display: block;
  }
  .part9 .price_img2 tr:not(:nth-of-type(13)) td:nth-of-type(2) del {
    font-size: 0.8rem;
  }
  .part9 .price_img2 tr:nth-of-type(7) td:nth-of-type(2) span:nth-of-type(2) {
    font-size: 1rem;
  }
  .part9 .price_img2 tr:nth-of-type(13) {
    font-size: 1rem;
  }
  .part10 {
    background: url(/skin/images/single_implant/part10_bg-m.png) no-repeat;
    background-size: cover;
  }
  .part10 .Q_A {
    margin-top: 5%;
    margin-left: 3%;
  }
  .part10 .Q_A h5 {
    font-size: 1.3rem;
  }
  .part10 .Q_A p {
    font-size: 1rem;
  }
  .part10 .qa_content {
    bottom: -60%;
    width: 96%;
    left: 2%;
  }
  .part10 .qa_content li {
    padding: 3% 2%;
  }
  .part10 .qa_content li .qa_item h6 {
    font-size: 1rem;
  }
  .part10 .qa_content li .qa_item span {
    font-size: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .part10 .qa_content li .qa_item p {
    font-size: 0.9rem;
  }
  .part11 {
    margin-top: 65%;
  }
  .part11 h5 {
    font-size: 1.8rem;
    letter-spacing: -4px;
  }
  .title h5 {
    font-size: 1.5rem;
  }
  .title img {
    width: 20%;
  }
}
