.fp-watermark {
  display: none;
}
* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
a {
  text-decoration: none;
}
.pageBg {
  background: url(image/bg.jpg) no-repeat center;
  background-size: cover;
}
.content {
  width: 90%;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}
.content .center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.content .all {
  padding-top: 156px;
  height: 100%;
  box-sizing: border-box;
}
.content .all .title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  padding: 30px;
  padding-bottom: 10px;
  position: absolute;
  top: 66px;
}
.content .all .title span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.button_prev,
.button_next {
  width: 90px;
  height: 90px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 101;
}
.button_prev:hover,
.button_next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#fp-nav {
  left: 0;
  width: 0;
}
#fp-nav ul li {
  margin: 30px 15px;
}
#fp-nav a {
  padding: 20px;
}
#fp-nav a span {
  background-color: #fff !important;
}
#fp-nav a span:hover {
  background-color: #fff;
}
#fp-nav .active {
  background: url(image/scroll_point.png) no-repeat center;
  background-size: contain;
  background-size: cover;
  display: block;
}
.top {
  position: fixed;
  width: 100%;
  height: 66px;
  min-width: 1300px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.top .logo {
  position: absolute;
  left: 5%;
  height: 66px;
}
.top .logo img {
  width: 120px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.top #myMenu {
  display: inline-block;
  float: right;
  margin-right: 17%;
  margin-left: 15%;
  min-width: 840px;
  overflow: hidden;
}
.top #myMenu li {
  list-style: none;
  float: left;
  width: 120px;
  text-align: center;
}
.top #myMenu li a {
  display: inline-block;
  line-height: 66px;
  min-width: 64px;
}
.top #myMenu li a:hover {
  font-weight: 600;
  border-bottom: 3px solid #fff;
}
.top #myMenu .active a {
  font-weight: 600;
  border-bottom: 3px solid #fff;
}
.top .tel {
  position: absolute;
  right: 7%;
  height: 66px;
}
.top .tel img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.top .language {
  position: absolute;
  right: 10px;
  overflow: hidden;
}
.top .language .select {
  background: url(image/icon_down.png) no-repeat center right;
  background-size: 20px;
  width: 70px;
  user-select: none;
  padding-right: 20px;
  cursor: pointer;
  height: 64px;
  line-height: 64px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
}
.top .language .select:hover {
  opacity: 0.8;
}
.top .language:hover ul {
  height: auto !important;
  padding: 5px 0;
}
.top .language:hover ul .icon {
  opacity: 1;
}
.top .language ul {
  background-color: #eee;
  border-radius: 5px;
  opacity: 0.7;
  height: 0;
  position: relative;
}
.top .language ul li {
  list-style: none;
  cursor: pointer;
  color: #000;
  padding: 5px 10px;
}
.top .language ul li:hover {
  color: #000;
  font-weight: 600;
}
.top .language ul .icon {
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-color: #eee;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
@-webkit-keyframes movepoint {
  25% {
    top: 10px;
  }
  50% {
    top: 15px;
  }
}
@keyframes movepoint {
  25% {
    top: 10px;
  }
  50% {
    top: 15px;
  }
}
#fullpage .firstPage .swiper-slide .name {
  font-size: 120px;
  line-height: 153px;
  font-weight: 600;
}
#fullpage .firstPage .swiper-slide .info div {
  font-size: 60px;
  line-height: 76px;
}
#fullpage .firstPage .swiper-slide .info .p1 {
  margin-top: 20px;
  line-height: 70px;
}
#fullpage .firstPage .swiper-slide .info .p2 {
  font-size: 36px;
  line-height: 70px;
  margin-bottom: 50px;
}
#fullpage .firstPage .swiper-slide .btn {
  display: block;
  background: #2B7BF0;
  width: 300px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
#fullpage .firstPage .swiper-slide .btn:hover {
  opacity: 0.8;
}
#fullpage .firstPage .sanfang {
  position: absolute;
  z-index: 10;
  top: 70%;
  right: 0;
  margin-top: 90px;
  transform: translateX(-50%);
  border-left: 3px solid #fff;
  font-size: 20px;
  line-height: 25px;
  padding-left: 10px;
}
#fullpage .firstPage .fullpage_bottom {
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(image/index_btm.png) no-repeat top center;
  background-size: 100% ;
  height: 60px;
}
#fullpage .firstPage .fullpage_bottom .down_icon {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  animation: movepoint 2s infinite reverse;
  animation-timing-function: linear;
  -webkit-animation: movepoint 2s infinite reverse;
  -webkit-animation-timing-function: linear;
}
#fullpage .firstPage .fullpage_bottom .down_bg {
  width: 100%;
}
#fullpage .firstPage .button_prev,
#fullpage .firstPage .button_next {
  background-size: 100;
  overflow: hidden;
  border: 0;
  width: 90px;
  height: 90px;
  top: 70%;
  left: 70%;
  margin-top: -45px;
}
#fullpage .firstPage .button_prev {
  margin-left: -100px;
}
#fullpage .firstPage .button_next {
  margin-right: -100px;
}
#fullpage .Service .info {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 20px;
  text-align: center;
}
#fullpage .Service .info .item {
  display: inline-block;
  width: 30%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#fullpage .Service .info .item .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
#fullpage .Service .info .item .txt img {
  width: 80px;
}
#fullpage .Service .info .item .txt .p1 {
  font-size: 36px;
  line-height: 46px;
  padding: 10px 0;
}
#fullpage .Service .info .item .txt .p2 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 100;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
}
#fullpage .Service .info .item .txt i {
  border-bottom: 3px solid #fff;
  width: 60px;
  display: inline-block;
  padding: 10px 0;
}
#fullpage .Service .info .item .txt span {
  display: block;
  font-size: 72px;
  line-height: 90px;
}
#fullpage .Service .info .item:hover .p2 {
  height: auto;
}
#fullpage .Service .info .one {
  background: url(image/Service1.png) no-repeat center;
  background-size: cover;
}
#fullpage .Service .info .one:hover {
  background: url(image/Service_click1.png) no-repeat center;
  background-size: cover;
}
#fullpage .Service .info .two {
  background: url(image/Service2.png) no-repeat center;
  background-size: cover;
}
#fullpage .Service .info .two:hover {
  background: url(image/Service_click2.png) no-repeat center;
  background-size: cover;
}
#fullpage .Service .info .three {
  background: url(image/Service3.png) no-repeat center;
  background-size: cover;
}
#fullpage .Service .info .three:hover {
  background: url(image/Service_click3.png) no-repeat center;
  background-size: cover;
}
#fullpage .products .productContent .productContent_top {
  position: relative;
  padding: 0 0 20px;
}
#fullpage .products .productContent .productContent_top .top_txt {
  font-size: 20px;
  line-height: 60px;
  padding-left: 30px;
}
#fullpage .products .productContent .productContent_top .allBtn {
  position: absolute;
  right: 0;
  top: 20px;
  background-size: contain;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
}
#fullpage .products .productContent .productContent_top .allBtn img {
  height: 100%;
}
#fullpage .products .productContent .productContent_top .allBtn:hover {
  opacity: 0.8;
}
#fullpage .products .productContent .productContent_main {
  position: relative;
  width: 90%;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide {
  overflow: hidden;
  background-color: #fff;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item {
  cursor: grab;
  padding: 20px;
  text-align: center;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .img img {
  width: 100%;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_name {
  padding-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_price {
  color: #000;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_price span {
  color: #F0190E;
  font-size: 16px;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_age {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 0 0 5px;
  line-height: 22px;
  color: #000;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_detailBtn {
  user-select: none;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_detailBtn a {
  display: inline-block;
  background-color: #168DF3;
  width: 120px;
  line-height: 40px;
  font-size: 19px;
}
#fullpage .products .productContent .productContent_main .product_swiper .swiper-slide .clinic_item .p_detailBtn a:hover {
  opacity: 0.8;
}
#fullpage .products .productContent .productContent_main .button_prev {
  left: auto !important;
  top: 340px !important;
  right: 100px;
  margin-top: 0;
}
#fullpage .products .productContent .productContent_main .button_next {
  top: 340px !important;
  margin-top: 0;
  right: 0;
}
#fullpage .products .productContent .productContent_main .bottom_txt {
  position: absolute;
  font-size: 16px;
  line-height: 20px;
  right: 200px;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
#fullpage .Company .content {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 3%;
}
#fullpage .Company .all {
  padding-top: 156px;
  box-sizing: border-box;
}
#fullpage .Company .all .info {
  height: 100%;
  overflow: hidden;
}
#fullpage .Company .all .info .name {
  height: 100px;
  position: relative;
  width: 500px;
  margin: 0 auto;
  background: url(image/HISTORY.png) no-repeat top center;
  background-size: contain;
}
#fullpage .Company .all .info .name span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 34px;
  line-height: 40px;
  bottom: 30px;
}
#fullpage .Company .all .info .txt {
  font-size: 16px;
  line-height: 20px;
}
#fullpage .Company .all .info .txt2 {
  padding: 10px 0 46px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: grab;
}
#fullpage .Company .all .info .txt2 .button_prev {
  left: auto !important;
  right: 100px;
  margin-top: -45px;
}
#fullpage .Company .all .info .txt2 .button_next {
  margin-top: -45px;
  right: 0;
}
#fullpage .Company .all .info .txt2 .left,
#fullpage .Company .all .info .txt2 .right {
  float: left;
  box-sizing: border-box;
}
#fullpage .Company .all .info .txt2 .left {
  padding-right: 20px;
  width: 40%;
}
#fullpage .Company .all .info .txt2 .left img {
  height: 100%;
  width: 100%;
}
#fullpage .Company .all .info .txt2 .right {
  text-align: left;
  position: relative;
  width: 60%;
  padding-right: 200px;
  box-sizing: border-box;
}
#fullpage .Company .all .info .txt2 .right .p .p1 {
  font-size: 70px;
  line-height: 90px;
  text-align: center;
}
#fullpage .Company .all .info .txt2 .right .p .p2 {
  font-size: 16px;
  line-height: 20px;
}
#fullpage .Company .time {
  position: absolute;
  width: 100%;
  bottom: 3%;
  transform: translateY(-50%);
  z-index: 5;
  border-bottom: 2px solid #2B7BF0;
  text-align: center;
}
#fullpage .Company .time .item.swiper-pagination-bullet-active {
  background: url(image/yearBg.png) no-repeat top center;
  background-size: contain;
}
#fullpage .Company .time .item {
  background: none;
  position: relative;
  margin: 0 10px;
  border-radius: 0 !important;
  opacity: 1;
  height: auto;
  padding: 4px 25px 20px;
  display: inline-block;
  width: auto;
}
#fullpage .Company .time .item .year {
  font-size: 16px;
}
#fullpage .Company .time .item .point {
  position: absolute;
  bottom: -1px;
  margin-left: -4px;
  margin-bottom: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2B7BF0;
}
#fullpage .partners .all .info {
  user-select: none;
  height: 100%;
}
#fullpage .partners .all .info .name {
  top: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0 auto;
}
#fullpage .partners .all .info .name span {
  font-size: 30px;
  line-height: 38px;
}
#fullpage .partners .all .info .clinicBg {
  position: relative;
  padding-top: 80px;
  max-height: 63%;
  background: url(image/CLINICS.png) no-repeat top center;
  background-size: 480px;
  box-sizing: border-box;
}
#fullpage .partners .all .info .clinicBg .clinic {
  max-width: 60%;
}
#fullpage .partners .all .info .clinicBg .clinic .swiper-slide {
  overflow: hidden;
}
#fullpage .partners .all .info .clinicBg .clinic .swiper-slide .clinic_item {
  padding: 0 10px 10px;
  display: block;
  background-color: #fff;
  cursor: default;
  cursor: grab;
}
#fullpage .partners .all .info .clinicBg .clinic .swiper-slide .clinic_item .clinicName {
  background: url('image/star.png') no-repeat left center;
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 30px;
}
#fullpage .partners .all .info .clinicBg .clinic .swiper-slide .clinic_item img {
  width: 100%;
}
#fullpage .partners .all .info .clinicBg .button_prev {
  left: 40px;
}
#fullpage .partners .all .info .clinicBg .button_next {
  right: 40px;
}
#fullpage .partners .all .info .clinicBg .clinicCity {
  text-align: center;
  padding-top: 10px;
}
#fullpage .partners .all .info .clinicBg .clinicCity .clinicCity_title {
  font-size: 30px;
  line-height: 36px;
}
#fullpage .partners .all .info .clinicBg .clinicCity .clinicCity_content {
  font-size: 16px;
  line-height: 20px;
}
#fullpage .partners .all .info .brand {
  text-align: center;
  position: relative;
  padding-top: 80px;
  background: url(image/brands.png) no-repeat top center;
  background-size: 480px;
  height: 36%;
  box-sizing: border-box;
}
#fullpage .partners .all .info .brand .itemBg {
  box-sizing: border-box;
  position: absolute;
  padding-top: 80px;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
}
#fullpage .partners .all .info .brand .item {
  display: inline-block;
  margin: 1px;
  height: 60px;
  max-height: 45%;
  text-align: center;
  overflow: hidden;
}
#fullpage .partners .all .info .brand .item img {
  height: 100%;
}
#fullpage .Contact {
  position: relative;
}
#fullpage .Contact .info {
  height: 100%;
  box-sizing: border-box;
}
#fullpage .Contact .info .name {
  height: 120px;
  width: 600px;
  position: relative;
  margin: 0 auto;
  background: url(image/contact_us.png) no-repeat center;
  background-size: contain;
}
#fullpage .Contact .info .name span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 36px;
  bottom: 40px;
}
#fullpage .Contact .info .us {
  max-width: 80%;
  margin: 0 auto;
  padding-top: 10px;
}
#fullpage .Contact .info .us .item {
  display: inline-block;
  width: 29%;
  text-align: center;
  margin: 0 1%;
}
#fullpage .Contact .info .us .item img {
  max-width: 25%;
}
#fullpage .Contact .info .us .item div {
  font-size: 16px;
  padding: 10px 0 5px;
}
#fullpage .Contact .info .us .item span {
  font-size: 14px;
}
#fullpage .Contact .info .map {
  position: absolute;
  width: 100%;
  height: 40%;
  left: 0;
  bottom: 0;
  background: url(image/aboutUs_map.png) no-repeat bottom center;
  background-size: cover;
}
#fullpage .Contact .info .map img {
  position: absolute;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
}
#fullpage .AboutUs {
  background: #fff;
}
#fullpage .AboutUs .content {
  height: auto;
  background: url(image/aboutUsBg_line.jpg) repeat-x;
  background-size: auto 370px;
  width: 100%;
  max-width: 100%;
}
#fullpage .AboutUs .content .topIMG {
  width: 100%;
  max-width: 90%;
  background: url(image/aboutUsBg_content.png) no-repeat top center;
  background-size: auto 370px;
  height: 370px;
}
#fullpage .AboutUs .content .info {
  max-width: 90%;
  margin: 0 auto;
}
#fullpage .AboutUs .content .info .name {
  height: 160px;
  position: relative;
  width: 800px;
  margin: 0 auto;
  background: url(image/ABOUT_US.png) no-repeat top center;
  background-size: contain;
}
#fullpage .AboutUs .content .info .name span {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 30px;
  bottom: 60px;
  color: #2B7BF0;
}
#fullpage .AboutUs .content .info .box {
  text-align: center;
}
#fullpage .AboutUs .content .info .box .item {
  display: inline-block;
  width: 340px;
  height: 300px;
  margin: 10px;
  background-image: radial-gradient(49% 98%, #E9F2FF 6%, #D0E4FF 98%);
}
#fullpage .AboutUs .content .info .box .item .p1,
#fullpage .AboutUs .content .info .box .item span {
  text-align: center;
  font-size: 64px;
  line-height: 90px;
  font-weight: 600;
  color: #168DF3;
  padding-top: 90px;
}
#fullpage .AboutUs .content .info .box .item .p2 {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  color: #168DF3;
}
#fullpage .AboutUs .content .info .p1,
#fullpage .AboutUs .content .info .p2 {
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}
#fullpage .AboutUs .content .info .p2name {
  font-size: 30px;
  color: #2B7BF0;
  text-align: center;
  line-height: 38px;
  padding: 20px 0;
}
#fullpage .AboutUs .content .info .p_txt {
  text-indent: 2em;
  padding-top: 10px;
}
#fullpage .AboutUs .content .info .pic {
  text-align: center;
  padding: 20px 0 50px;
}
#fullpage .AboutUs .content .info .pic .item {
  display: inline-block;
  width: 32%;
  position: relative;
}
#fullpage .AboutUs .content .info .pic .item .txt {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 5px;
}
#fullpage .disclaimer {
  text-align: center;
  background-color: #282828;
  color: #d9d9d9;
  font-size: 14px;
  padding: 30px 0;
}
