@charset "gb2312";

/* CSS Document */
:root {
  --html--size: 16px;
  --wrapper-gutter-largeNoSpace_paddrl: 96px;
  --scrollbar-width: 0px;
}

#cnzz_stat_icon_1280437405 {
  display: none;
}

@font-face {
  font-family: cartierFont;
  src: url("../fonts/BrilliantCutPro-Regular.ttf"), url("../fonts/BrilliantCutPro-Regular.woff"), url("../fonts/BrilliantCutPro-Regular.eot");
}

:root {
  --gutter: 16px;
  --gutter-medium: 16px;
  --gutter-large: 16px;
  --gutter-xLarge: 16px;
  --gutter-largeNoSpace: 0;
  --wrapper-gutter: 16px;
  --wrapper-gutter-medium: 16px;
  --wrapper-gutter-large: 16px;
  --wrapper-gutter-largeNoSpace: 0;
  --wrapper-gutter-noSpace: 0px;
  --wrapper-gutter-xlarge: 0px;
  --wrapper-horizontal-padding: 32px;
  --wrapper-horizontal-margin: 72px;
  --slot-horizontal-padding: 16px;
  --hero-width: 100vw;
  --scrollbar-width: 0px;
  --sliding-underline-weight: 3px;
  --header-height: 75px;
  --promobar-height: 40px;
  --promobar-height-sticky-mod: 0px;
  --editorialbar-height: 0px;
  --editorialbar-height-sticky-mod: 0px;
  --viewport-height: 100vh
}

@media(hover:none)and (pointer:coarse) {
  :root {
    --viewport-height: -webkit-calc(var(--vh, 1vh)*100);
    --viewport-height: -moz-calc(var(--vh, 1vh)*100);
    --viewport-height: calc(var(--vh, 1vh)*100)
  }
}

@media(min-width:1024px) {
  :root {
    --gutter: 32px;
    --gutter-medium: 64px;
    --gutter-large: 48px;
    --gutter-xLarge: 48px;
    --gutter-largeNoSpace: 48px;
    --wrapper-gutter: 32px;
    --wrapper-gutter-medium: 64px;
    --wrapper-gutter-large: 96px;
    --wrapper-gutter-largeNoSpace: 96px;
    --wrapper-gutter-noSpace: 0px;
    --wrapper-horizontal-padding: 72px;
    --wrapper-horizontal-margin: 96px
  }
}

@media(min-width:1025px) {
  :root {
    --header-height: 150px;
    --wrapper-gutter-xlarge: 96px
  }
}

@media(min-width:1280px) {
  :root {
    --gutter-large: 96px;
    --gutter-largeNoSpace: 96px;
    --gutter-xLarge: 96px
  }
}

@media(min-width:1920px) {
  :root {
    --gutter-xLarge: 144px;
    --wrapper-gutter-xlarge: 144px
  }
}

@media(min-width:1921px) {
  :root {
    --wrapper-gutter: -webkit-calc(50vw - 928px);
    --wrapper-gutter: -moz-calc(50vw - 928px);
    --wrapper-gutter: calc(50vw - 928px);
    --wrapper-gutter-medium: -webkit-calc(50vw - 896px);
    --wrapper-gutter-medium: -moz-calc(50vw - 896px);
    --wrapper-gutter-medium: calc(50vw - 896px);
    --wrapper-gutter-large: -webkit-calc(50vw - 864px);
    --wrapper-gutter-large: -moz-calc(50vw - 864px);
    --wrapper-gutter-large: calc(50vw - 864px);
    --wrapper-gutter-xlarge: -webkit-calc(50vw - 816px);
    --wrapper-gutter-xlarge: -moz-calc(50vw - 816px);
    --wrapper-gutter-xlarge: calc(50vw - 816px);
    --wrapper-gutter-largeNoSpace: -webkit-calc(50vw - 864px);
    --wrapper-gutter-largeNoSpace: -moz-calc(50vw - 864px);
    --wrapper-gutter-largeNoSpace: calc(50vw - 864px);
    --wrapper-gutter-noSpace: -webkit-calc(50vw - 960px);
    --wrapper-gutter-noSpace: -moz-calc(50vw - 960px);
    --wrapper-gutter-noSpace: calc(50vw - 960px);
    --hero-width: 1920px
  }
}

html {
  background: white;
  color: black;
  font-size: var(--html--size);
  font-family: "Microsoft Yahei";
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
  font-family: "Microsoft Yahei";
}

.pd_20b {
  padding: 20% !important;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="password"]::-ms-reveal {
  display: none
}

input,
textarea,
select {
  border-radius: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  box-shadow: 0 0 0 1000px white inset;
}

div {
  position: relative;
}

img {
  vertical-align: top;
}

body,
button,
input,
select,
textarea {
  font-size: 12px;
  font-family: "Microsoft Yahei";
}

input,
select,
textarea {
  font-size: 100%;
}

a {
  color: black;
  text-decoration: none;
}


.pointer {
  cursor: pointer;
}


.hide {
  display: none;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.font_more_hide {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font_sou_hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gr {
  display: grid !important;
}

.fl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.fl_0 {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fl_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fl_tb_cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fl_lr {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fl_lr_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fl_lr_cen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fl_cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fl_inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.re {
  position: relative;
}

.ab {
  position: absolute;
}

.mr_no {
  margin: 0;
}

.border_no {
  border: none !important;
}

.bold {
  font-weight: bold;
}

.trans2 {
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.trans3 {
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 13;
  border-bottom: 1px solid #cccccc;
}

#header_box {
  z-index: 2;
}

.header_window {
  width: 100%;
  height: 153px;
  z-index: 20;
  position: relative;
}

.left_logn {
  position: absolute;
  left: 100px;
  top: 25px;
  z-index: 4;
}

.left_logn a {
  display: block;
  width: 200px;
  height: 54px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left_logn a img {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.right_menu {
  position: absolute;
  right: 100px;
  top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
  height: 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.right_menu a {
  display: block;
  position: relative;
  margin: 0 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.right_menu a:nth-child(1) {
  width: 23px;
  height: 24px;
  background: url(../images/icon_black1.png) no-repeat;
}

.right_menu a:nth-child(2) {
  width: 19px;
  height: 18px;
  background: url(../images/icon_black2.png) no-repeat;
}

.right_menu a:hover:nth-child(1) {
  width: 23px;
  height: 24px;
  opacity: .4;
}

.right_menu a:hover:nth-child(2) {
  width: 19px;
  height: 18px;
  /* background: url(../images/icon_blue2.png) no-repeat; */
  opacity: .4;
}

.header_window.active {
  height: 70px;
}

.header_window.active .left_logn a img {
  -webkit-transform: translateY(-54px);
  -moz-transform: translateY(-54px);
  -ms-transform: translateY(-54px);
  -o-transform: translateY(-54px);
  transform: translateY(-54px);
}

.header .header_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.header .logo {
  margin-top: 23px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  opacity: 1;
}

.header_window.active .logo {
  opacity: 0;
}

.header .logo a {
  display: inline-block;
  width: 72px;
  height: 60px;
}

.header_window.active .header_parts {
  -webkit-transform: translateY(-83px);
  -moz-transform: translateY(-83px);
  -ms-transform: translateY(-83px);
  -o-transform: translateY(-83px);
  transform: translateY(-83px);
}

.header_window .header_menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.header_window.active .header_menu {
  -webkit-transform: translateY(-83px);
  -moz-transform: translateY(-83px);
  -ms-transform: translateY(-83px);
  -o-transform: translateY(-83px);
  transform: translateY(-83px);
}

.header_menu .meanu_content {
  width: 100%;
  height: 70px;
  padding: 0 163px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header_menu .navs {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_menu .navs a {
  position: relative;
  margin: 0 35px;
  display: block;
  line-height: 70px;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
}

.header_menu .navs .menu_title {
  line-height: 33px;
}

.header_menu .navs .menu_line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  will-change: transform;
  background-color: #0484cf;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out 0s;
  transition: -webkit-transform 0.6s ease-in-out 0s;
  -o-transition: -o-transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s, -o-transform 0.6s ease-in-out 0s;
  color: rgb(0, 0, 0);
  -webkit-transform-origin: right center 0px;
  -moz-transform-origin: right center 0px;
  -ms-transform-origin: right center 0px;
  -o-transform-origin: right center 0px;
  transform-origin: right center 0px;
}

.header_menu .navs a:hover .menu_line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out 0s;
  transition: -webkit-transform 0.6s ease-in-out 0s;
  -o-transition: -o-transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s, -o-transform 0.6s ease-in-out 0s;
  color: rgb(0, 0, 0);
  -webkit-transform-origin: left center 0px;
  -moz-transform-origin: left center 0px;
  -ms-transform-origin: left center 0px;
  -o-transform-origin: left center 0px;
  transform-origin: left center 0px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  margin-left: 8px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #070707;
  left: 0;
  top: -2px
}

.banner {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.banner .swiper-container {
  height: 700px;
}

.banner .swiper-container .swiper-slide a {
  display: block;
  position: relative;
  height: 700px;
}

.banner .swiper-container .swiper-slide a img {
  position: absolute;
  width: 1920px;
  height: 700px;
  left: 50%;
  top: 0;
  margin-left: -960px;
  will-change: all;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 4s linear 0s;
  transition: -webkit-transform 4s linear 0s;
  -o-transition: -o-transform 4s linear 0s;
  -moz-transition: transform 4s linear 0s, -moz-transform 4s linear 0s;
  transition: transform 4s linear 0s;
  transition: transform 4s linear 0s, -webkit-transform 4s linear 0s, -moz-transform 4s linear 0s, -o-transform 4s linear 0s;
}

.banner .swiper-container .swiper-slide-active a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, .5);
  margin: 0 5px;
  border-radius: 50px;
  -webkit-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  width: 40px;
  background-color: rbga(255, 255, 255, 1);
  opacity: 1;
}
.banner .swiper-button-prev{
  width: 26px;
  height: 48px;
  background: url(../images/arrow.png) no-repeat 0 0;
  left: 170px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.banner .swiper-button-next{
  width: 26px;
  height: 48px;
  background: url(../images/arrow.png) no-repeat -33px 0;
  right: 170px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{
  opacity: 1;
}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{
  content: "";
}

.video_box {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}

.background-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 800px;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.videoBtn {
  width: 85px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  cursor: pointer;
  margin-left: -42.5px;
  /* margin-left: 210px; */
  margin-bottom: -3%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1
}

.hideBtn {
  opacity: 0;
  display: none;
}

.video_info {
  display: none;
  width: 501px;
  height: 583px;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: rgba(255, 255, 255, .65);
  margin-left: -864px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 63px 67px 0 50px;
}

.video_info .title1 {
  font-size: 28px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 4px solid #c5c4c4;
  position: relative;

}

.video_info .title1::before {
  content: "";
  position: absolute;
  width: 87%;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #1cad73;
}

.video_info .title1::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #19479c;

}

.video_info .title2 {
  font-size: 40px;
  line-height: 70px;
  color: #323233;
  margin-top: 30px;
  letter-spacing: 1px;
}

.video_info .title3 {
  font-size: 40px;
  color: #323233;
  font-weight: lighter;
  letter-spacing: 1px;
}

.video_info p {
  font-size: 12px;
  color: #8b8a8a;
  line-height: 2;
  font-weight: lighter;
  padding-top: 40px;
  letter-spacing: 2px;
}

.block_padd_96_r {
  padding-right: 96px;
  padding-right: -webkit-calc(var(--wrapper-gutter-noSpace) + var(--scrollbar-width));
  padding-right: -moz-calc(var(--wrapper-gutter-noSpace) + var(--scrollbar-width));
  padding-right: calc(var(--wrapper-gutter-noSpace) + var(--scrollbar-width));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block_padd_96_l {
  padding-left: 96px;
  padding-left: var(--wrapper-gutter-noSpace);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.video_box {
  margin-top: 10px
}

.block_content .block_lists {
  padding-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block_content .block_list {
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block_padd_864_r {
  padding-right: 96px;
  padding-right: -webkit-calc(var(--wrapper-gutter-largeNoSpace) + var(--scrollbar-width));
  padding-right: -moz-calc(var(--wrapper-gutter-largeNoSpace) + var(--scrollbar-width));
  padding-right: calc(var(--wrapper-gutter-largeNoSpace) + var(--scrollbar-width));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block_padd_864_l {
  padding-left: 96px;
  padding-left: var(--wrapper-gutter-largeNoSpace);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block_content .block_list .img_share {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block_content .block_list .img_share img {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  will-change: all;
}

.block_content .block_list .img_share:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.block_content .title_content {
  padding: 26px 0 64px 0
}

.block_content .block_shared_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block_content .block_shared_title h2 {
  font-size: 30px;
  text-align: center;
  color: #060000;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 2px;
}

.block_content .block_shared_title p {
  font-size: 10px;
  color: #8f9091;
  text-align: center;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.block_content .block_title_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px 0
}

.block_content .block_title_btn a {
  font-size: 16px;
  color: #060000;
  text-decoration: underline;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  -moz-transition: all ease-in .2s;
  transition: all ease-in .2s;
  will-change: all;
  letter-spacing: 2px;
}

.block_content .block_title_btn a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* 医生团队 */
.doctor_team_box {
  width: 100%;
  height: 750px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.doctor_team_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.doctor_team_box img {
  width: 1920px;
  height: 750px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.contact_box {
  height: 100%;
  width: 100%;
  background-color: #f8f8f8;
}

.contact_box .content_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 913px;
  /* background: url(../images/contract_bg.jpg) no-repeat center; */
  background-color: #f8f8f8;
  overflow: hidden;
}

.contact_block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: -webkit-calc(50% - 600px);
  padding-left: -moz-calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-right: -webkit-calc(50% - 600px + var(--scrollbar-width));
  padding-right: -moz-calc(50% - 600px + var(--scrollbar-width));
  padding-right: calc(50% - 600px + var(--scrollbar-width));
  padding-top: 103px;
  padding-bottom: 103px;
}

.contact_form {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding-top: 70px;
  padding-left: 64px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 50px rgba(220,220,220,.4);
          box-shadow: 0 0 50px rgba(220,220,220,.4);
}

.contact_box form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_box .form_left,
.contact_box .form_right {
  width: -webkit-calc(50% - 80px);
  width: -moz-calc(50% - 80px);
  width: calc(50% - 80px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact_block .radio_title {
  font-size: 18px;
  color: #464a4d;
  line-height: 2;
}

.contact_block .radio_title span {
  color: #0a489d;
}

.contact_block .radio_groups {
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_block .radio_group {
  width: -webkit-calc(50% - 26px);
  width: -moz-calc(50% - 26px);
  width: calc(50% - 26px);
  height: 85px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.contact_block .radio_group .radio_btn {
  display: none;
}

.contact_block .radio_group label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f7f8f8;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #919191;
  line-height: 1.2;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.contact_block .radio_group label i {
  margin-right: 15px;
}
.contact_block .radio_group:nth-child(1) label i {
  width: 34px;
  height: 39px;
  overflow: hidden;
}
.contact_block .radio_group:nth-child(2) label i {
  width: 35px;
  height: 32px;
  overflow: hidden;
}
.contact_block .radio_group:nth-child(3) label i {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.contact_block .radio_group:nth-child(4) label i {
  width: 31px;
  height: 32px;
  overflow: hidden;
}

.contact_block .radio_groups_age .radio_group label span {
  letter-spacing: 1px;
  font-size:24px;
}
.contact_block .radio_groups_age .radio_group label i{
  width: auto;
  height: 28px;
  line-height: 34px;
  overflow: auto;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  overflow: hidden;
}

.contact_block .radio_group .radio_btn:checked+label,
.contact_block .radio_group label:hover {
  background-color: #0a489d;
  color: #fff;
}
.contact_block .radio_group:nth-child(1) .radio_btn:checked+label i img:nth-child(1),
.contact_block .radio_group:nth-child(1) label:hover i img:nth-child(1){
  display: none;
}
.contact_block .radio_group:nth-child(2) .radio_btn:checked+label i img:nth-child(1),
.contact_block .radio_group:nth-child(2) label:hover i img:nth-child(1){
  display: none;
}
.contact_block .radio_group:nth-child(3) .radio_btn:checked+label i img:nth-child(1),
.contact_block .radio_group:nth-child(3) label:hover i img:nth-child(1){
  display: none;
}
.contact_block .radio_group:nth-child(4) .radio_btn:checked+label i img:nth-child(1),
.contact_block .radio_group:nth-child(4) label:hover i img:nth-child(1){
  display: none;
}

.form_right .yuyue_title {
  font-size: 30px;
  color: #282828;
  line-height: 2;
  text-align: center;
  letter-spacing: 6px;
  font-weight: lighter;
}

.form_right .input_item {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form_right .input_item .input_item_title {
  -webkit-transform: translateY(27px);
  -moz-transform: translateY(27px);
  -ms-transform: translateY(27px);
  -o-transform: translateY(27px);
  transform: translateY(27px);
  padding-left: 5px;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 27px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.form_right .input_item .input_item_title_phone.active,
.form_right .input_item .input_item_title_name.active {
  -webkit-transform: translateY(0) scale(.9);
  -moz-transform: translateY(0) scale(.9);
  -ms-transform: translateY(0) scale(.9);
  -o-transform: translateY(0) scale(.9);
  transform: translateY(0) scale(.9);
}

.form_right .input_item .input_name,
.form_right .input_item .input_phone {
  padding-left: 5px;
  font-size: 16px;
  color: #7d7d7d;
  line-height: 32px;
  border: none;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  min-width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  font-family: cartierFont !important;
  z-index: 2;
}

.form_right .submit_btn {
  width: 100%;
}

.form_right .submit_btn a {
  display: block;
  width: 100%;
  line-height: 57px;
  border-radius: 3px;
  font-size: 18px;
  text-align: center;
  background-color: #0a489d;
  margin: 70px 0 44px;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  letter-spacing: 4px;
}
.form_right .submit_btn a:hover{
  background-color: #f7f8f8;
  color: #0a489d;
}

.form_right .hot_number {
  font-size: 28px;
  color: #3c3a3a;
  line-height: 2;
  text-align: center;
  font-weight: bolder;
}

.hours_24 {
  font-size: 14px;
  color: #3c3a3a;
  text-align: center;
  letter-spacing: 2px;
}

.open_time {
  font-size: 12px;
  color: #9b9b9d;
  letter-spacing: 2px;
  text-align: center;
  line-height: 5;
}

.form_right p {
  font-size: 10px;
  color: #d7d7d7;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 2px;
}

.bottom_banner {
  width: 100%;
  height: 791px;
  background: url(../images/bottom_banner.jpg) no-repeat center;
}

.bottom_footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #313637;
  padding-bottom: 50px;
}

.footer_block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: -webkit-calc(50% - 600px);
  padding-left: -moz-calc(50% - 600px);
  padding-left: calc(50% - 600px);
  padding-right: -webkit-calc(50% - 600px + var(--scrollbar-width));
  padding-right: -moz-calc(50% - 600px + var(--scrollbar-width));
  padding-right: calc(50% - 600px + var(--scrollbar-width));
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location_hot_logo {
  width: 100%;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.location_hot_logo .location_hot_logo_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location {
  background-color: #41b3e5;
  font-size: 24px;
  color: #fff;
}

.hot_phone {
  background-color: #0484cf;
  font-size: 24px;
  color: #fff;
}

.footer_logo {
  background-color: #0a489d;
}

.location_hot_logo .location_hot_logo_item i {
  margin-right: 20px;
}

.bottom_menu {
  width: 100%;
  padding: 30px 0 70px;
}

.bottom_menu .meanu_content {
  width: 100%;
  height: 83px;
  padding: 0 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom_menu .navs {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom_menu .navs a {
  position: relative;
  margin: 0 45px;
  display: block;
  line-height: 83px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  text-align: center;
}

.bottom_menu .navs .menu_title {
  line-height: 30px;
  letter-spacing: 2px;
}

.bottom_menu .navs .menu_title i {
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bottom_menu .navs .menu_line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 3px;
  will-change: transform;
  background-color: #0484cf;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out 0s;
  transition: -webkit-transform 0.6s ease-in-out 0s;
  -o-transition: -o-transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s, -o-transform 0.6s ease-in-out 0s;
  color: rgb(0, 0, 0);
  -webkit-transform-origin: right center 0px;
  -moz-transform-origin: right center 0px;
  -ms-transform-origin: right center 0px;
  -o-transform-origin: right center 0px;
  transform-origin: right center 0px;
}

.bottom_menu .navs a:hover .menu_line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out 0s;
  transition: -webkit-transform 0.6s ease-in-out 0s;
  -o-transition: -o-transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s, -webkit-transform 0.6s ease-in-out 0s, -moz-transform 0.6s ease-in-out 0s, -o-transform 0.6s ease-in-out 0s;
  color: rgb(0, 0, 0);
  -webkit-transform-origin: left center 0px;
  -moz-transform-origin: left center 0px;
  -ms-transform-origin: left center 0px;
  -o-transform-origin: left center 0px;
  transform-origin: left center 0px;
}

.bottom_footer .copyRight {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.bottom_footer .copyRight a {
  color: #fff;
}

#popMenu_box {
  z-index: 99;
  position: relative;
}

#popMenu_box.active {
  display: block;
}

#popMenu_box .worksElasticLayers {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#popMenu_box .overflowLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, .4);
  z-index: 14;
  opacity: 0;
  will-change: all;
}

#popMenu_box.active .overflowLayer {
  opacity: 1;
}

#popMenu_box .block_worksDetails_wrap {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 15;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 680px;
  background-color: #fff;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#popMenu_box .block_worksDetails {
  width: 680px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

#popMenu_box .block_worksDetails_docter.active,
#popMenu_box .block_worksDetails_projects.active {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

#popMenu_box .doctor_navs,
#popMenu_box .project_navs {
  border-right: 1px solid #eeeeee;
  padding-bottom: 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 178px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#popMenu_box .doctor_navs .title,
#popMenu_box .project_navs .title {
  width: 100%;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background-color: #0a489d;
  text-align: center;
}

#popMenu_box .doctor_navs_block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#popMenu_box .navs_block {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#popMenu_box .doctor_navs .navs,
#popMenu_box .project_navs .navs {
  width: 100%;
  list-style: none;
  overflow: hidden;
}

#popMenu_box .doctor_navs .navs li,
#popMenu_box .project_navs .navs li {
  width: 100%;
  height: 98px;
  line-height: 98px;
  text-align: center;
  font-size: 16px;
  color: #bdbec0;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

#popMenu_box .doctor_navs .navs li.active,
#popMenu_box .doctor_navs .navs li:hover,
#popMenu_box .project_navs .navs li.active,
#popMenu_box .project_navs .navs li:hover {
  background-color: #f7f7f7;
  color: #000000;
}

#popMenu_box .doctor_lists_blocks,
#popMenu_box .project_lists_blocks {
  padding: 50px 70px 60px 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 500px;
  height: 100%;
}

#popMenu_box .doctor_lists_blocks .scrollWraper {
  width: 100%;
  overflow: hidden;
}

#popMenu_box .doctor_lists_blocks .scroll_box,
#popMenu_box .project_lists_blocks .scroll_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#popMenu_box .doctor_lists_blocks ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#popMenu_box .doctor_lists_blocks ul li {
  width: 157px;
  padding-top: 22px;
}

#popMenu_box .doctor_lists_blocks ul a {
  display: block;

}

#popMenu_box .doctor_lists_blocks ul h6 {
  font-size: 14px;
  color: #000000;
  line-height: 2;
  letter-spacing: 1px;
  margin: 15px 0 3px
}

#popMenu_box .doctor_lists_blocks ul h6 span {
  font-size: 10px;
  color: #919090;
  letter-spacing: 1px;
  margin-left: 10px;
}

#popMenu_box .doctor_lists_blocks ul p {
  font-size: 10px;
  color: #bbbaba;
  line-height: 1.4;
  letter-spacing: 1px;
}

#popMenu_box .project_lists_blocks .projet_title {
  font-size: 18px;
  color: #000000;
  text-align: center;
  line-height: 2;
}

#popMenu_box .project_lists_blocks ul {
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

#popMenu_box .project_lists_blocks ul li {
  width: 108px;
  margin-top: 20px;
}

#popMenu_box .project_lists_blocks ul li p {
  font-size: 14px;
  color: #787474;
  text-align: center;
  line-height: 3;
}


[aos=fade-up] {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
       transform: translate(0, 20px);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
       transition-delay: .2s;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
       transition-duration: .5s
}

[aos=fade-up].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
       transform: translate(0, 0)
}

[aos=img-up] {
  opacity: 0;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
       transition-delay: .2s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s
}



[aos=worksimg-up] {
  opacity: 0;
  -webkit-transition-delay: .5s !important;
  -moz-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
       transition-delay: .5s !important;
  -webkit-transition-duration: 1.5s !important;
  -moz-transition-duration: 1.5s !important;
    -o-transition-duration: 1.5s !important;
       transition-duration: 1.5s !important
}

[aos=img-up].aos-animate {
  opacity: 1;
}

[aos=worksimg-up].aos-animate {
  opacity: 1;
}
[aos=slide-up] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform
}

[aos=slide-up].aos-animate {
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0)
}

[aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
     -moz-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
          -webkit-transition-delay: .2s;
          -moz-transition-delay: .2s;
            -o-transition-delay: .2s;
               transition-delay: .2s;
          -webkit-transition-duration: .5s;
          -moz-transition-duration: .5s;
            -o-transition-duration: .5s;
               transition-duration: .5s
}

.swtRight {
  position: fixed;
  right: 0;
  top:50%;
  margin-top:-129px;
  width: 70px;
  height: 258px;
  z-index: 16;
  background-color: #0a489d;
  border-radius: 4px 0 0 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swtRight a{
  background-color:#0a489d ;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swtRight a:nth-child(1){
  border-radius: 8px 0 0 0px;
}
.swtRight a:nth-child(3){
  border-radius: 0px 0 0 8px;
}
.swtRight a img{
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.swtRight a:hover img{
  opacity: .7;
  -webkit-transform: scale(.9);
     -moz-transform: scale(.9);
      -ms-transform: scale(.9);
       -o-transform: scale(.9);
          transform: scale(.9);
}
.swtRight .phone_number{
  width: 256px;
  height: 75px;
  position: absolute;
  left:0;
  top:50%;
  margin-top: -37.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  color: #fff;
  line-height: 75px;
  background-color: #0a489d;
  border-radius: 4px 0 0 4px;
  z-index: -2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
.swtRight a:hover .phone_number {
-webkit-transform: translateX(-256px);
   -moz-transform: translateX(-256px);
    -ms-transform: translateX(-256px);
     -o-transform: translateX(-256px);
        transform: translateX(-256px);
}

/* article 文章页css */
.article_content{
  width: 100%;
  background-color: #ffffff;
}
.location_bar{
  width: 100%;
  height: 72px;
  background-color: #d7d7d7;
  line-height: 72px;
  padding-left: 9%;
  font-size: 16px;
  padding-right: 30%;
  color: #282828;
}
.prev_next_article_bar {
  width: 100%;
  line-height: 72px;
  background-color: #d7d7d7;
  color: #282828;
  font-size: 16px;
  padding-left: 11%;
  padding-right: 33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_content .article_box {
  width:100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.article_content .article_box .article_body{
  width: 70%;
  padding: 85px 15% 85px 15%;
}
.article_content .article_title{
  font-size: 30px;
  text-align: center;
  line-height: 80px;
  color: #060606;
  font-weight: normal;
}
.article_content .title_sub_bar {
  width: 100%;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.article_content .title_sub_bar span{
  width: 25%;
  font-size: 16px;
  color: #acabab;
  line-height: 30px;
  display: block;
  text-align: center;
}
.article_text_body{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article_text_body p{
  width: 100%;
  font-size:16px;
  color: #616060;
  text-indent: 2em;
  line-height: 1.8;
  margin-top: 25px;
}
.article_text_body .article_kst_btn {
  width: 234px;
  height: 62px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 62px;
  border-radius: 6px;
  background-color: #0a489d;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  margin:60px 0 30px
}
.article_text_body .article_kst_btn:hover{
  background-color: #58baff;
}
.sideBar{
  width: 30%;
  background-color: #f8f8f8;
}
.visualizationCenterBox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding:40px 16% 40px 13%;
  width: 100%;
}
.sideBar .center_logo1{
  width: 194px;
  height: 34px;
}
.sideBar .center_logo2{
  width: 212px;
  height: 34px;
}
.sideBar .center_logo3{
  width: 174px;
  height: 34px;
}
.sideBar .center_logo4{
  width: 194px;
  height: 34px;
}
.sideBar .center_logo5{
  width: 210px;
  height: 36px;
}
.sideBar .centerItemsBox{
  width: 100%;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sideBar .centerItemsBox a{
  width: 49%;
  margin-top: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 15px;
  line-height: 54px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #7c7c7c;
  padding: 0 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.sideBar .centerItemsBox a:hover{
  background-color: #e9e9e9;
}
.sideBar .centerItemsBox a img{
  width: 35px;
  height: 35px;
}
.sideBar .centerItemsBox a .textBox{
  padding-left: 12%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sideBar .chatBtn {
  text-align: center;
  background-color: #0a489d!important;
  color: #fff!important;
}
.sideBar .chatBtn:hover{
  background-color: #58baff!important;
  color: #fff!important;
}