/*swiper-3.4.2.min*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate(0,-50%);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0,0,0,.25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}
/*end swiper-3.4.2.min*/

/*Inpage*/
.InpageMain {
  background: #f4f4f4;
}

/* proList 产品列表*/
.proList {
  width: 100%;
  margin-top: 0.33rem;
}

.proList img {
  max-width: 100%;
}

.proList .mainCon {
  width: 100%;
}
#content img{  width: 100%;}
.proList .mainCon li {
  width: 50%;
  box-sizing: border-box;
  float: left;
  background: #fff;
  margin-bottom: 0.33rem;
}

.proList .mainCon li:nth-child(2n+1) {
  border-left: none;
}

.proList .mainCon li span {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.proList .mainCon li p {
  border-left: 1px solid #eaeaea;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}

.proList .mainCon li p em {
  padding: 0.3rem 4% 0;
  margin-bottom: 0.3rem;
  font-size: 0.375rem;
  color: #666666;
  text-align: center;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.5rem;
}

.proList .mainCon li a {
  display: block;
}

.InpagePaging {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  height: 1.25rem;
}

.InpagePaging .paging-prev {
  width: 12%;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
  height: 1.25rem;
  float: left;
  background: url(../images/Inpage/InpagePaging_icon01.png) no-repeat center;
  background-size: 29%;
}

.InpagePaging .paging-next {
  width: 12%;
  box-sizing: border-box;
  height: 1.25rem;
  float: right;
  border-left: 1px solid #eaeaea;
  background: url(../images/Inpage/InpagePaging_icon02.png) no-repeat center;
  background-size: 29%;
}

.InpagePaging .paging-num {
  width: 76%;
  float: left;
}

.InpagePaging .paging-num ul {
  padding: 0.335rem 0 0.1rem 0;
  height: 0.625rem;
  overflow: hidden;
}

.InpagePaging .paging-num li {
  width: 0.65rem;
  height: 0.65rem;
  line-height: 0.68rem;
  font-size: 0.375rem;
  color: #999999;
  font-family: arial;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-left: 10%;
}

.InpagePaging .paging-num li.cur {
  background: #fc5984;
  color: #fff;
}

.InpagePaging .paging-num li.cur a {
  color: #fff;
}

.page-show {
  display: block;
}

.page-hidden {
  display: none;
}


/* xgzx */
.xgzx {
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  box-sizing: border-box;
  padding: 0.56rem 0 0;
}

.xgzx .top {
  width: 100%;
  width: 94%;
  margin: 0 auto .547rem;
}

.xgzx .top h3 {
  font-size: .375rem;
  color: #666666;
  float: left;
  font-weight: normal;
}

.xgzx .top a.more {
  font-size: .375rem;
  color: #666666;
  display: block;
  float: right;
}

.xgzx .mainCon {
  width: 100%;
}

.xgzx .mainCon img {
  display: block;
  width: 100%;
}

.xgzx .mainCon .xgzx-news {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 0.56rem;
}

.xgzx .mainCon .xgzx-news li {
  position: relative;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.375rem;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xgzx .mainCon .xgzx-news li a {
  color: #999999;
  padding-left: 18px;
  background: url(../images/Inpage/newsLi_ico.png) no-repeat left center;
  width: 65%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.xgzx .mainCon .xgzx-news li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}

.xgzx .mainCon .xgzx-pro li {
  width: 50%;
  box-sizing: border-box;
  float: left;
  background: #fff;
}

.xgzx .mainCon .xgzx-pro li:nth-child(2n+1) {
  border-left: none;
}

.xgzx .mainCon .xgzx-pro li span {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.xgzx .mainCon .xgzx-pro li p {
  border-left: 1px solid #eaeaea;
  box-sizing: border-box;
}

.xgzx .mainCon .xgzx-pro li p em {
  margin: 0.3rem 4%;
  font-size: 0.375rem;
  color: #666666;
  text-align: center;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xgzx .mainCon .xgzx-pro li a {
  display: block;
}
/* proDetails */

.proDetails {
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  box-sizing: border-box;
}

.proDetails img {
  max-width: 100%;
}

.proDetails .imgWraper {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.proDetails .imgWraper .conBox {
  width: 100%;
}

.proDetails .imgWraper .conBox li {
  width: 100%;
}

.proDetails .imgWraper .conBox li img {
  width: 100% !important;
  max-width: none !important;
}

.proDetails .imgWraper .btnList {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.45rem;
}

.proDetails .imgWraper .btnList ul li {
  display: inline-block;
  margin: 0 2%;
  width: 0.3rem;
  height: 0.3rem;
  background: #cccccc;
  border-radius: 50%;
  font-size: 0;
}

.proDetails .imgWraper .btnList ul li.on {
  background: #fc5984;
}

.proDetails .intro {
  padding: 0.5rem 3% 0.45rem;
}

.proDetails .intro h1 {
  font-size: 0.5rem;
  color: #fc5984;
  font-weight: bold;
}

.proDetails .intro p {
  font-size: 0.375rem;
  line-height: 0.6rem;
  color: #666;
  margin-top: 0.3rem;
}


/* proCs 产品参数 */
.proCs {
  width: 100%;
  margin-top: 0.33rem;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  box-sizing: border-box;
}

.proCs .menu {
  width: 100%;
}

.proCs .menu li {
  width: 49.9%;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  border-left: 1px solid #eaeaea;
  box-sizing: border-box;
  font-size: 0.375rem;
  color: #666666;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  float: left;
}

.proCs .menu li:first-child {
  border-left: none;
}

.proCs .menu li.on {
  background: #fc5984;
  border-color: #fc5984;
  color: #fff;
  width: 49.9%;
}

.proCs .mainCon {
  width: 100%;
}

.proCs .mainCon .box {
  padding: 0.3rem 3%;
  color: #666;
  font-size: 0.375rem;
  line-height: 0.5rem;
}

.proCs .mainCon img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* zxly 在线留言*/
.zxly {
  width: 94%;
  position: relative;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 0 3% 0.46rem;
}

.zxly i {
  display: block;
  width: 10%;
  height: 2px;
  background: #fc5984;
  position: relative;
  margin: 0 auto;
  top: -1px;
}

.zxly h3 {
  padding-top: 0.53rem;
  font-size: 0.4rem;
  color: #666666;
  font-weight: normal;
  text-align: center;
}

.zxly .inputBox {
  width: 100%;
  margin-top: 0.5rem;
}

.zxly .inputBox .Input {
  width: 100%;
  height: 1.25rem;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 0.33rem;
}

.zxly .inputBox .Input input {
  width: 86%;
  display: block;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 3%;
  height: 1.25rem;
  line-height: 1.25rem;
  float: left;
  font-size: 0.375rem;
  color: #888888;
}

.zxly .inputBox .Input span {
  box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  float: right;
  width: 14%;
  height: 1.25rem;
}

.zxly .inputBox .Input1 span {
  background: url(../images/Inpage/zxly_icon01.png) no-repeat center;
  background-size: 60%;
}

.zxly .inputBox .Input2 span {
  background: url(../images/Inpage/zxly_icon02.png) no-repeat center;
  background-size: 60%;
}

.zxly .inputBox .Textarea {
  height: 2.2rem;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  overflow: hidden;
}

.zxly .inputBox .Textarea textarea {
  width: 86%;
  display: block;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 3%;
  height: 2rem;
  float: left;
  padding-top: 0.2rem;
  font-size: 0.4rem;
  color: #888888;
  resize: none;
}

.zxly .inputBox .Textarea span {
  box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  float: right;
  width: 14%;
  height: 2.2rem;
  background: url(../images/Inpage/zxly_icon03.png) no-repeat center;
  background-size: 60%;
}

.zxly .inputBox a {
  display: block;
  width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  background: #fc5984;
  color: #fff;
  text-align: center;
  font-size: 0.375rem;
  margin-top: 0.33rem;
}


/* about 关于我们*/

.about {
  width: 94%;
  position: relative;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 0.46rem 3%;
}

.about img {
  max-width: 100%;
   height: auto !important;
}

.about .mainCon {
  width: 100%;
}

.about .mainCon p {
  font-size: 0.375rem;
  color: #666666;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}

.about .mainCon h1 {
  font-size: .4rem;
  color: #333333;
  font-weight: normal;
  width: 100%;
}

#about {
  width: 94%;
  position: relative;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 0.46rem 3%;
}

#about .mainCon {
  width: 100%;
}

#about .mainCon p {
  font-size: 0.375rem;
  color: #666666;
  line-height: 0.6rem;
  margin-top: 0.3rem;
}

#about .mainCon h1 {
  font-size: .4rem;
  color: #333333;
  font-weight: normal;
  width: 100%;
}


/* newsList */
.newsListNav .InpageNav-slide {
  width: 100%;
}

.InpageNav .more {
  display: block;
  float: right;
  width: 14%;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  background: #fc5984;
  font-size: .375rem;
  color: #fff;
  position: relative;
}

.newsList {
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.newsList .top {
  width: 100%;
  text-align: center;
  position: relative;
}

.newsList .top img {
  width: 100%;
  height: 100%;
  display: block;
}

.newsList .top .top-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsList .top .top-title h3 {
  font-size: .5rem;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}

.newsList .top .top-title span {
  vertical-align: middle;
  height: 100%;
  width: 0;
  display: inline-block;
}

.newsList .conBox {
  width: 94%;
  margin: 0 auto;
  position: relative;
  top: -.625rem;
  background: #fff;
}

.newsList .conBox dl {
  padding: .313rem 0;
  border-bottom: 1px solid #eaeaea;
}

.newsList .conBox img {
  display: block;
  width: 100%;
}

.newsList .conBox dt {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  background: #eaeaea;
  text-align: center;
  margin-left: 3%;
}

.newsList .conBox dt span {
  font-size: 1.125rem;
  color: #b0b0b0;
  font-family: arial;
  font-weight: bold;
  display: block;
  padding-top: 0.3rem;
}

.newsList .conBox dt em {
  display: block;
  font-size: .344rem;
  color: #b0b0b0;
  font-family: arial;
  position: relative;
  top: -0.1rem;
}

.newsList .conBox dd {
  width: 65%;
  float: left;
  margin-left: 2%;
  height: 2.5rem;
  position: relative;
}

.newsList .conBox dd h3 {
  font-size: 0.375rem;
  color: #000000;
  font-weight: normal;
  padding-top: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newsList .conBox dd h3 a.fch {
  color: #000000;
}

.newsList .conBox dd p {
  margin-top: .188rem;
  font-size: .344rem;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.5rem;
}

.newsList .conBox dd span.zan {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  font-size: .344rem;
  color: #cccccc;
  font-family: arial;
  background: url(../images/Inpage/newsList_zan.png) no-repeat left center;
  padding-left: 10%;
  background-size: 49%;
}

.newsList .conBox dd span.time {
  font-size: .344rem;
  color: #cccccc;
  font-family: arial;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}


/* newsDetails 新闻详情*/
.newsDetails {
  width: 100%;
  margin-top: 0.23rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding-top: 0.52rem;
  padding-bottom: 0.375rem;
}

.newsDetails .mainCon {
  width: 94%;
  margin: 0 auto;
}

.newsDetails .mainCon img {
  max-width: 100%;
}

.newsDetails .mainCon h1 {
  font-size: .5rem;
  color: #333333;
  font-weight: normal;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom:.3rem;
}

.newsDetails .mainCon .label {
  width: 100%;
  margin-top: .375rem;
}

.newsDetails .mainCon .label span {
  padding: 0 4%;
  border-left: 1px dotted #cccccc;
  display: block;
  font-size: 0.375rem;
  color: #cccccc;
  font-family: arial;
  float: left;
}

.newsDetails .mainCon .label span.zan {
  background: url(../images/Inpage/newsList_zan.png) no-repeat left center;
  padding-left: 8%;
  background-size: 40%;
}

.newsDetails .mainCon .label span.Mtags {
  background: url(../images/Inpage/label.png) no-repeat left center;
  padding-left: 6%;
  background-size: 6%;
  color: #666;
}

.newsDetails .mainCon .label span:first-child {
  border-left: none;
}

.newsDetails .mainCon article {
  margin-top: 0.5rem;
}

.newsDetails .mainCon article p {
  font-size: 0.375rem;
  color: #666666;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
}

.newsDetails .mainCon .btn {
  margin-top: .313rem;
}

.newsDetails .mainCon .btn a {
  display: block;
  width: 49%;
  height: 1rem;
  line-height: 1rem;
  border: 1px solid #eaeaea;
  font-size: 0.375rem;
  color: #999999;
  float: left;
  margin-left: 25%;
  box-sizing: border-box;
  text-align: center;
}

.newsDetails .mainCon .btn a img {
  width: 11%;
  display: inline-block;
  position: relative;
  top: 0.1rem;
  margin-right: .188rem;
}

.newsDetails .mainCon .btn a:first-child img {
  margin-left: .188rem;
  vertical-align: unset;
}


/* video 视频列表*/
.videoNav .InpageNav-slide {
  width: 100%;
}

.video {
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.video .top {
  width: 100%;
  text-align: center;
  position: relative;
}

.video .top img {
  width: 100%;
  height: 100%;
  display: block;
}

.video .top .top-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.video .top .top-title h3 {
  font-size: .5rem;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  *display: inline-block;
  *zoom: 1;
}

.video .top .top-title span {
  vertical-align: middle;
  height: 100%;
  width: 0;
  display: inline-block;
}

.video .conBox {
  width: 94%;
  margin: 0 auto;
  position: relative;
  top: -.625rem;
  background: #fff;
}

.video .conBox dl {
  padding: .313rem 3%;
  border-bottom: 1px solid #eaeaea;
}

.video .conBox img {
  display: block;
  width: 100%;
}

.video .conBox dt span {
  font-size: 1.125rem;
  color: #b0b0b0;
  font-family: arial;
  font-weight: bold;
  display: block;
  padding-top: 0.3rem;
}

.video .conBox dt em {
  display: block;
  font-size: .344rem;
  color: #b0b0b0;
  font-family: arial;
  position: relative;
  top: -0.1rem;
}

.video .conBox dd {
  margin-top: .422rem;
}

.video .conBox dd h3 {
  font-size: .4rem;
  color: #000000;
  font-weight: normal;
  padding-top: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 3%;
}

.video .conBox dd h3 a {
  color: #000000;
}

.video .conBox dd .label {
  width: 100%;
  margin-top: .375rem;
}

.video .conBox dd .label span {
  display: block;
  font-size: 0.375rem;
  color: #cccccc;
  font-family: arial;
  float: left;
}

.video .conBox dd .label span.zan {
  background: url(../images/Inpage/newsList_zan.png) no-repeat left center;
  padding-left: 8%;
  background-size: 40%;
  margin-left: 3%;
}

.video .conBox dd .label span.time {
  float: right;
  margin-right: 2%;
}

.video .conBox dd .label span:first-child {
  border-left: none;
}


/* honor 荣誉证书*/
.honor {
  width: 100%;
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
}

.honor .mainCon {
  width: 94%;
  margin: 0 auto;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  padding: 0.5rem 3% 0.5rem;
  margin-bottom: 0.33rem;
}

.honor .mainCon .box {
  width: 100%;
  padding-bottom: .25rem;
  background: url(../images/Inpage/honor_yy02.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: 0.5rem;
}

.honor .mainCon .box:first-child {
  margin-top: 0;
}

.honor .mainCon .box img {
  display: block;
  width: 100%;
}

.honor .mainCon .box ul {
  background: url(../images/Inpage/honor_yy01.png) no-repeat center 83%;
  background-size: 100%;
}

.honor .mainCon .box li {
  width: 47%;
  margin-right: 2%;
  float: left;
  text-align: center;
}

.honor .mainCon .box li:first-child {
  margin-left: 2%;
}

.honor .mainCon .box li em {
  display: block;
  margin-top: .2rem;
  height: .8rem;
  line-height: 0.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: .375rem;
  color: #666666;
  padding: 0 4%;
}

/* companyPics 工厂图片*/

.companyPics {
  width: 100%;
  margin-top: 0.33rem;
  border-top: 1px solid #eaeaea;
  background: #f4f4f4;
}

.companyPics .mainCon {
  width: 94%;
  padding: 0.313rem 3% 0;
}

.companyPics .mainCon .companyPics-tcBox {
  border-bottom: 1px solid #eaeaea;
  margin-top: 0.313rem;
  padding-bottom: 0.5rem;
}

.companyPics .mainCon img {
  display: block;
  width: 100%;
}

.companyPics .mainCon h3 a.fch {
  font-size: .4rem;
  color: #000000;
  font-weight: normal;
  padding-top: 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 3%;
  margin-top: .422rem;
}

.companyPics .mainCon .label {
  width: 100%;
  margin-top: .375rem;
}

.companyPics .mainCon .label span {
  display: block;
  font-size: 0.375rem;
  color: #cccccc;
  font-family: arial;
  float: left;
}

.companyPics .mainCon .label span.zan {
  background: url(../images/Inpage/newsList_zan.png) no-repeat left center;
  padding-left: 8%;
  background-size: 40%;
  margin-left: 3%;
}

.companyPics .mainCon .label span.time {
  float: right;
  margin-right: 2%;
}

.companyPics .mainCon .label span:first-child {
  border-left: none;
}

.companyPics .mainCon .companyPics-tcBox:first-child {
  margin-top: 0;
}

.picT {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  box-sizing: border-box;
  padding-top: 30%;
  overflow: hidden;
  z-index: 999999;
  display: none;
}
.bigimgPic { padding-top:0;}

.picT .picTCon {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
}

.picT img { display:block; width:100%; height:auto;}

.bigimgPic .picTCon { height:80%;}
.bigimgPic .tempWrap{ height:100%;}
.bigimgPic .picTBox img { display:block; width:auto; height:100%; margin:0 auto;}

.picT .picTBox .intro {
  margin-top: 0.2rem;
}

.picT .picTBox .intro .txt2 {
  font-size: 0.4rem;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  float: left;
  float: left;
}

.picT .picTBox .intro .num {
  width: 10%;
  float: right;
  text-align: right;
  font-size: 0.35rem;
  color: #fff;
}

.picT .picTBox .intro .num span {
  font-size: 0.35rem;
  color: #fff;
}

#febt {
  margin-top: 0;
}

#heljjfafl a {
  width: 40%;
  margin-left: 0;
}

#heljjfafl a.cur {
  margin-left: 2%;
}

#febt a {
  margin-top: .2rem;
}

.picT .btn {
  margin: .313rem auto 0;
  width: 94%;
}

.picT .btn a {
  display: block;
  width: 96%;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.375rem;
  color: #fff;
  float: left;
  margin-left: 2%;
  box-sizing: border-box;
  text-align: center;
  background: #fc5984;
  border-radius: 4px;
}
.bigimgPic .btn a { width:90%; margin-left:5%;}

.picT .btn a img {
  width: 8%;
  display: inline-block;
  position: relative;
  top: 0.15rem;
  margin-right: .188rem;
}

.picT .picTclose {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.2rem auto 0;
}

/*合作客户*/
.Partner .mainCon {
  width: 100%;
  padding: 0;
  padding-top: 0.33rem;
}

.Partner .mainCon .hz li {
  width: 50%;
  box-sizing: border-box;
  float: left;
  background: #fff;
  margin-bottom: 0.33rem;
}

.Partner .mainCon .hz li:nth-child(2n+1) {
  border-left: none;
}

.Partner .mainCon .hz li span {
  display: block;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.Partner .mainCon .hz li > p {
  border-left: 1px solid #eaeaea;
  box-sizing: border-box;
  border-bottom: 1px solid #eaeaea;
}

.Partner .mainCon .hz li p > em {
  padding: 0.3rem 4% 0;
  margin-bottom: 0.3rem;
  font-size: 0.375rem;
  color: #666666;
  text-align: center;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 0.5rem;
}

.Partner .mainCon .hz li a {
  display: block;
}

/*搜索*/
.sous {
  background: #fff;
}

.companyPics .mainCon dl.sos {
  width: 100%;
  background: #fff;
  margin-bottom: auto;
  margin-top: 0.313rem;
  padding-bottom: 0.313rem;
}

.companyPics .mainCon a.fch {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.companyPics .mainCon a.fch:last-child {
  border-bottom: none;
}

.companyPics .mainCon dl.sos img {
  width: 100%;
  display: block;
}

.companyPics .mainCon dl.sos dt i {
  display: block;
  width: 2.917rem;
  height: 2.917rem;
  position: absolute;
  top: 0;
  left: 0;
}

.companyPics .mainCon dl.sos dd {
  float: left;
  width: 96%;
  position: relative;
  height: 2.8rem;
  padding-right: 2%;
  padding-left: 2%;
  margin-left: auto;
}

.companyPics .mainCon dl.sos dd h3 {
  font-size: 0.4rem;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0.1rem;
  margin-left: 3%;
  margin-top: 0.422rem;
}

.companyPics .mainCon dl.sos dd p {
  font-size: 0.375rem;
  color: #666666;
  margin: 0.15rem 3% 0;
  line-height: 0.54rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.companyPics .mainCon dl.sos dd i {
  display: block;
  width: 18%;
  position: absolute;
  left: 0;
  bottom: 8%;
}


/*图片标题简介展示 上下*/
.companyPics .mainCon dl {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0.313rem;
}

.companyPics .mainCon a.fch {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.companyPics .mainCon a.fch:last-child {
  border-bottom: none;
}

.companyPics .mainCon img {
  width: 100%;
  display: block;
}

.companyPics .mainCon dt i {
  display: block;
  width: 2.917rem;
  height: 2.917rem;
  position: absolute;
  top: 0;
  left: 0;
}

.companyPics .mainCon dd {
  float: left;
  width: 55%;
  position: relative;
  height: 2.8rem;
  padding-right: 2%;
  margin-left: 4%;
}

.companyPics .mainCon h3 {
  font-size: 0.4rem;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0.1rem;
  margin-left: 3%;
  margin-top: 0.422rem;
}

.companyPics .mainCon h3#urltitle {
  font-size: 0.4rem;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0.1rem;
  margin-top: 0.422rem;
  text-align: center;
}

.companyPics .mainCon p {
  font-size: 0.375rem;
  color: #666666;
  margin: 0.15rem 3% 0;
  line-height: 0.54rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.companyPics .mainCon dd i {
  display: block;
  width: 18%;
  position: absolute;
  left: 0;
  bottom: 8%;
}


/*发展历程 */
.companyPics .mainCon dl.fzlc {
  width: 100%;
  background: #fff;
  margin-bottom: 0.5rem;
  margin-top: 0rem;
}

.companyPics .mainCon a.fch {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

.companyPics .mainCon a.fch:last-child {
  border-bottom: none;
}

.companyPics .mainCon dl.fzlc img {
  width: 100%;
  display: block;
}

.companyPics .mainCon dl.fzlc h3 {
  font-size: 0.4rem;
  color: #000;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 0.1rem;
  margin-left: 3%;
  margin-top: 0.422rem;
}

.companyPics .mainCon dl.fzlc p {
  font-size: 0.375rem;
  color: #666666;
  margin: 0.15rem 3% 0;
  line-height: 0.54rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
/*下载1*/
.ny_down02{ width:100%;}
.companyPics .mainCon dl.ny_down03{overflow:hidden;width:100%;margin-bottom: 0.375rem;background-color:#ededed;}
.ny_down03 dd{width:82%;float:left;padding: 0 0.5rem;box-sizing:border-box;}
.ny_down03 dl{height:15rem;}
.ny_down03 dt{width: 16%;float:right;}
.ny_down03 dd h5{font-size: 0.4rem;font-weight:normal;margin-top: 0.6rem;margin-bottom: 0.4rem;}
.ny_down03 dd h5 a { color:#333;}
.ny_down03 dd span{display:block;line-height: 0.5rem;font-size: 0.4rem;color:#999;margin-bottom: 0.1rem;}
.ny_down03 dt b{display:block;cursor:pointer;margin:0 auto;background: url(../images/Inpage/nydown_d.png) no-repeat center;background-size: 48%;height: 3.5rem;}
.ny_down03.last{ margin-right:0px;}
/*end Inpage*/

/*下载2*/
.wdxzbox {background: #f6f6f6;margin-top: 25px;}
.wdxzbox section.section {position: relative;top: -0.2rem;}
.wdxzbox ul {background: #fff;border-bottom: 0.2rem solid #f6f6f6;}
.wdxzbox ul li {float: left; height: 1.2rem;line-height: 1.2rem;font-size: 0.36rem;}
.wdxzbox ul li a {display: block;height: 1.2rem;}
.wdxzbox ul li:first-child {width: 65%;border-right: 1px solid #f6f6f6;box-sizing: border-box;text-indent: 0.5rem;}
.wdxzbox ul li:nth-child(2) {width: 35%;text-indent: 0.9rem;background: url(../images/Inpage/wdxzicon01.png) no-repeat 80% center / 10%;}

/* 404样式 */
.ConBox{background: url(../images/Inpage/bg.jpg) no-repeat center;background-size: cover;width: 100%;}
.ConBox-Con{width: 24rem;margin: 0 auto;padding-top: 10rem;}
.ConBox-Con img{width: 24rem;height: 10rem;display: block;margin: 3rem auto 0;}
.ConBox-Con h1{font-size: 1.7rem;color: #999;font-weight:  normal;text-align:  center;}
.ConBox-Con p{font-size: 1.5rem;color: #999;text-align: center;padding-top: 5rem;}
.ConBox-Con ul{margin-top: 3rem;}
.ConBox-Con ul li{width: 10.5rem;height: 4rem;background: #fff;box-shadow: 0 12px 50px rgba(0,0,0,0.1);display: inline-block;line-height: 4rem;text-align:  center;margin-bottom:2rem;border-radius: 5px;}
.ConBox-Con ul li a{display: block;color: #666;font-size: 1.3rem;}
.ConBox-Con ul li.li04{background: #ff6c00;}
.ConBox-Con ul li.li04 a{color: #fff;}
/* 样式 End */


/* ProductDetails */
.ProductDetails{background-color: #f4f4f4;height: 12rem;}
.ProductDetails-Nav{margin-bottom: .55rem;}
.ProductDetails-Nav ul li{float: left;width: 25%;font-size: 1.1rem;color: #666;border-top: 1px #eaeaea solid;border-left: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;height: 4.013rem;line-height: 4.013rem;box-sizing: border-box;background-color:  #fff;text-align: center;}
.ProductDetails-Nav ul li a {font-size: 1.1rem;}
.ProductDetails-Nav ul li.on{background-color: #fc5984;color: #fff;border-top: 1px #fc5984 solid;border-left: 1px #fc5984 solid;border-bottom: 1px #fc5984 solid;}
.ProductDetails-Con{text-align: center;position:  relative;width: 94%;margin:  0 auto;}
.ProductDetails-Con ul>li{width: 23%;background-color: #fff;border: 1px #eaeaea solid;height: 3rem;line-height: 3rem;color: #666;font-size: .375rem;box-sizing:  border-box;margin-left: 2.66%;background: #fff url(../images/Inpage/sjx.png) no-repeat 4rem 1.35rem / 18%;text-indent: -2rem;float: left;}
.ProductDetails-Con ul>li:first-child{margin-left: 0;}
.ProductDetails-Con ul{position: relative;z-index: 9;}
.ProductDetails-Con ul>li .NavDow{background-color: #fff;border: 1px #eaeaea solid;margin-top: .55rem;position:  absolute;right: 0;top: 3rem;width: 96%;padding: 3% 2%;z-index: -3;}
.ProductDetails-Con ul>li .NavDow dl>dt{border-bottom: 1px #eaeaea solid;}
.ProductDetails-Con ul>li .NavDow dl>dt>span{font-size: .375rem;color: #333;text-align: center;border-bottom: 1px #fc5984 solid;padding-bottom: .9rem;margin-left: 2rem;}
.ProductDetails-Con ul>li .NavDow dl>dd>a{font-size: .375rem;color: #666;display: inline-block;margin-left:4rem;}
.ProductDetails-Con ul>li.on{height: 3.66rem;border-bottom: none;}
/* ProductDetails End */

/*网站地图*/
.g-map .m-con{ padding:0 10px 10px 10px;}
.g-map .main_tit{ line-height:30px; font-size:0.44rem; height:30px; text-shadow:1px 1px 1px #fff;text-indent:10px; margin:10px 0; width:50%; display:inline-table;}
.g-map .map_list{border:1px solid #ddd; border-radius:5px; width:100%; overflow:hidden;}
.g-map .map_list li a{ float:left; display:table-cell; width:31%; padding:10px 1%; text-align:center; position:relative;overflow: hidden; text-overflow:ellipsis;white-space:nowrap; font-size:0.4rem;}
.g-map .map_list li a:before{content:""; position:absolute;right:0; top:0; height:100%;border-right:1px dashed #ddd;}
.g-map .map_list li a:after{content:""; position:absolute;bottom:0; left:0; width:100%; border-bottom:1px dashed #ddd;}
.g-map .map_list li:nth-child(3n) a:before{ border-right:0;}

/*人才招聘*/
.inban {position: relative;}
.inban p {position: absolute;left: 0;top: 0;text-align: center;color: #fff;width: 100%;top: 1.35rem;}
.inban p span {display: block;font-size: 0.5rem;}
.inban p i {display: block;}
.rczpbox {background: #e9e9e9;}
.rczpbox section.section {position: relative;top: -0.2rem;}
.rczpbox .box .boxTop {background: #fff;border-bottom: 0.2rem solid #e9e9e9;}
.rczpbox .box .boxTop li {float: left; height: 1.2rem;line-height: 1.2rem;font-size: 0.36rem;}
.rczpbox .box .boxTop li a {display: block;height: 1.2rem;}
.rczpbox .box .boxTop li:first-child {width: 60%;box-sizing: border-box;text-indent: 0.5rem;}
.rczpbox .box .boxTop li:first-child a {color: #fc5984;}
.rczpbox .box .boxTop li:nth-child(2) {width: 40%;text-indent: 0.9rem;background: url(../images/Inpage/rczpicon01.png) no-repeat 80% center / 10%;}
.rczpbox .box .boxCon {display: none;}
.rczpbox .box .boxTop li:nth-child(2) span {display: block;height: 1.2rem;}
.rczpbox .box.on .boxTop {background: #fc5984;}
.rczpbox .box.on .boxTop li:first-child a {color: #fff;}
.rczpbox .box.on .boxTop li:nth-child(2) {background: url(../images/Inpage/rczpicon02.png) no-repeat 80% center / 10%;}
.rczpbox .box.on .boxTop li:nth-child(2) span {color: #fff;}
.rczpbox .box.on .boxCon {display: block;padding: 0.5rem;background: #e9e9e9;}
.rczpbox .box .boxCon h4 {font-size: 0.5rem;font-weight: normal;color: #666;margin-bottom: 0.4rem;}
.rczpbox .box .boxCon ol {list-style: decimal;padding-left: 0.4rem;margin-bottom: 0.5rem;}
.rczpbox .box .boxCon ol li {list-style: decimal;line-height: 0.5rem;margin-bottom: 0.2rem;}
.rczpbox .box .p1 {font-size: 0.4rem;color: #333;}




/* 就业之星 YangFangLing 2019年2月27日 */
.EmploymentStar{padding: .5rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.EmploymentStar dl{border-top: 1px #e5e5e5 dotted;padding-top: .391rem;margin-top: .391rem;}
.EmploymentStar dl:first-child{border-top: none;padding-top: 0;margin-top: 0;}
.EmploymentStar dl a{display: block;overflow: hidden;}
.EmploymentStar dl dt{width: 40%;float: left;border-radius: 50%;overflow: hidden;}
.EmploymentStar dl dt img{display: block;width: 100%;border-radius: 50%;}
.EmploymentStar dl dd{width: 55%;float: right;}
.EmploymentStar dl dd h3{font-weight: normal;font-size: .4rem;color: #0b0d18;line-height: .6rem;}
.EmploymentStar dl dd p{font-size: .344rem;color: #666;margin-top: .325rem;line-height: .6rem;}
/* 就业之星 End */

/* 翻页样式 YangFangLing 2019年2月27日 */
.PagingBox{border-bottom: .313rem #f5f5f5 solid;border-top: .313rem #f5f5f5 solid;}
/* 翻页样式 End */

/* 新时代电影 YangFangLing 2019年2月27日 */
.NeweraMovie{padding: .313rem 0 .625rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.NeweraMovie dl{position: relative;}
.NeweraMovie dl:after{position: absolute;left: 50%;top: 1.8rem;content: "";background: url(../images/ShipiBox.png) no-repeat center center / cover;width: 1.344rem;height: 1.344rem;display: block;margin-left: -.672rem;}
.NeweraMovie dl a{display: block;}
.NeweraMovie dl dt img{display: block;width: 100%;}
.NeweraMovie dl dd{height: 1.25rem;line-height: 1.25rem;text-align: center;padding: 0 3%;background: rgba(0, 0, 0, .5);font-size: .375rem;color: #fff;position: absolute;bottom: 0;width: 94%;left: 0;}

.NeweraMovie ul li{width: 48%;margin-left: 4%;float: left;margin-top: 4%;}
.NeweraMovie ul li:nth-child(2n+1){margin-left: 0;}
.NeweraMovie ul li a{display: block;}
.NeweraMovie ul li span{position: relative;display: block;}
.NeweraMovie ul li span:after{content: "";position: absolute;left: 50%;top: 50%;background: url(../images/ShipiBox.png) no-repeat center center / cover;width: .938rem;height: .938rem;display: block;margin-left: -.469rem;margin-top: -.469rem;}
.NeweraMovie ul li span img{display: block;width: 100%;}
.NeweraMovie ul li p{color: #666;font-size: .375rem;line-height: .6rem;margin-top: .156rem;padding: 0 .3rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
/* 新时代电影 End */

/* 新闻中心 YangFangLing 2019年2月27日 */
.InpageNews{padding: .313rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.ActivityTop{border-bottom: 1px #eaeaea solid;padding-bottom: .4rem;position: relative;}

.ActivityCon ul li{float: left;overflow: hidden;}
.ActivityCon ul li a{display: block;}
.ActivityCon ul li span img{display: block;width: 100%;}
.ActivityCon ul li h3{font-weight: normal;font-size: .438rem;color: #0a0e23;margin: .547rem 0 .3rem;}
.ActivityCon ul li p{color: #666;font-size: .344rem;line-height: .6rem;}
.ActivityCon ul li h4{font-weight: normal;font-size: .35rem;color: #ccc;margin-top: .344rem;float: right;}
.ActivityCon ul li h4 em{margin-left: .625rem;padding-left: .7rem;}
.ActivityCon ul li h4 em.em01{background: url(../images/IconBox01.png) no-repeat center left / 45%;}
.ActivityCon ul li h4 em.em02{background: url(../images/IconBox02.png) no-repeat center left / 45%;}
.ActivityCon ul li h4 em:first-child{margin-left: 0;}

.ActivityBout{position:absolute;top: 53%;left:0;width:100%;text-align:center;overflow:hidden;z-index: 9;}
.ActivityBout li{width: .2rem;height: .2rem;display: inline-block;margin: 0 .3rem;border-radius: 50%;background-color: #fff;}
.ActivityBout li.on{background:#ff5a85;}

.InpageNewsBox{margin-top: .738rem;}
.InpageNewsBox dl{overflow: hidden;border-top: 1px #eaeaea solid;padding-top: .35rem;margin-top: .35rem;}
.InpageNewsBox dl:first-child{padding-top: 0;margin-top: 0;border-top: none;}
.InpageNewsBox dl a{display: block;overflow: hidden;}
.InpageNewsBox dl dt{width: 45%;float: left;}
.InpageNewsBox dl dt img{display: block;width: 100%;}
.InpageNewsBox dl dd{width: 50%;float: right;overflow: hidden;}
.InpageNewsBox dl dd h3{font-weight: normal;font-size: .375rem;color: #0a0e23;font-weight: normal;line-height: .6rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.InpageNewsBox dl dd p{color: #666;font-size: .344rem;line-height: .5rem;margin-top: .156rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.InpageNewsBox dl dd h4{font-weight: normal;font-size: .35rem;color: #ccc;margin-top: .45rem;float: right;}
.InpageNewsBox dl dd h4 em{margin-left: .5rem;padding-left: .7rem;}
.InpageNewsBox dl dd h4 em.em01{background: url(../images/IconBox01.png) no-repeat center left / 40%;}
.InpageNewsBox dl dd h4 em.em02{background: url(../images/IconBox02.png) no-repeat center left / 40%;}
.InpageNewsBox dl dd h4 em:first-child{margin-left: 0;}
/* 新闻中心 End */

/* 美发作品 YangFangLing 2019年2月28日 */
.Works{border-bottom: 1px #eaeaea solid;border-top: 1px #eaeaea solid;padding: .313rem 0;}

.Works ul{margin-top: -3%;}
.Works ul li{float: left;width: 31.3%;margin-left: 3%;margin-top: 3%;}
.Works ul li:nth-child(3n+1){margin-left: 0;}
.Works ul li img{display: block;width: 100%;}
/* 美发作品 End */

/* 表单留言 YangFangLing 2019年2月28日 */
.InpageMessageBox{border-bottom: .313rem #f5f5f5 solid;background-color: #fff;}
.InpageMessage{padding: .938rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.InpageMessageCon{margin-top: .625rem;}
.InpageMessageCon ul li{height: 1.25rem;background: #fff url(../images/Inpage/MessageIcon01.png) no-repeat 96% center / 6%;margin-top: .469rem;overflow: hidden;border: 1px #dcdcdc solid;box-shadow: 0 .1rem .35rem rgba(0, 0, 0, .08);}
.InpageMessageCon ul li input{display: block;height: 1.25rem;line-height: 1.25rem;border: none;width: 84%;outline: none;font-size: .4rem;padding-left: .3rem;color: #999;}
.InpageMessageCon ul li.li02{background: #fff url(../images/Inpage/MessageIcon02.png) no-repeat 96% center / 6%;}
.InpageMessageCon ul li.li03{height: 1.25rem;line-height: 1.25rem;text-align: center;font-size: .45rem;background: none;border: none;}
.InpageMessageCon ul li.li03 a{color: #fff;display: block;background-color: #ff5a85;}
.InpageMessageCon ul li p{color:#999;font-size: .35rem;line-height:1.25rem;padding: 0 1.25rem 0 .3rem;background: #fff url(../images/Inpage/proDetailsLy_icon06.png) no-repeat 96% center / 6%;}
.InpageMessageCon ul li.li04{height: 3rem;border: 1px solid #dcdcdc;background: url(../images/Inpage/MessageIcon03.png) no-repeat 96% 17% / 6%;overflow: hidden;}
.InpageMessageCon ul li.li04 textarea {display: block;height: 2.6rem;line-height: 1rem;padding: 0.2rem 0;text-indent: 0.3rem;border: none;width: 87%;resize: none;outline: none;font-size: .4rem;color:#999;}
/* 表单留言 End */

/* 内页标题 YangFangLing 2019年2月28日 */
.Title{text-align: center;}
.Title h3{color: #0a0e23;font-size: .5rem;position: relative;}
.Title h3 a{color: #0a0e23;}
.Title p{color: #999;font-size: .36rem;margin-top: .313rem;}
.Title p img{max-width: 100% !important;}

.Title03 h3::after{content: "";position: absolute;left: .4rem;top: .3rem;border-top: 1px #ddd dotted;width: 90%;z-index: 1;}
.Title03 h3 em{padding: 0 .3rem;position: relative;z-index: 9;background-color: #fff;}

.Title02 a{width: 3.5rem;display: block;margin: 0 auto;}
.Title02 a img{display: block;width: 100%;}

.Title04 h3 span{font-size: .8rem;color: #f5577f;}

.Title05 h3{color: #fff;}
/* 内页标题 End */

/* 美发视频 YangFangLing 2019年2月28日 */
.HairdressingVideo{padding: .313rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.HairdressingVideo dl{position: relative;margin-top: .313rem;}
.HairdressingVideo dl:first-child{margin-top: 0;}
.HairdressingVideo dl:after{position: absolute;left: 50%;top: 1.8rem;content: "";background: url(../images/ShipiBox.png) no-repeat center center / cover;width: 1.344rem;height: 1.344rem;display: block;margin-left: -.672rem;}
.HairdressingVideo dl a{display: block;}
.HairdressingVideo dl dt img{display: block;width: 100%;}
.HairdressingVideo dl dd{height: 1.25rem;line-height: 1.25rem;text-align: center;padding: 0 3%;background: rgba(0, 0, 0, .5);font-size: .375rem;color: #fff;position: absolute;bottom: 0;width: 94%;left: 0;}
/* 美发视频 End */

/* 美发实践 YangFangLing 2019年2月28日 */
.HairdressingPractice{padding: .313rem 0 .638rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.HairdressingPractice ul{margin-top: -4%;}
.HairdressingPractice ul li{float: left;width: 48%;margin-left: 4%;margin-top: 4%;}
.HairdressingPractice ul li a{display: block;}
.HairdressingPractice ul li:nth-child(2n+1){margin-left: 0;}
.HairdressingPractice ul li span img{display: block;width: 100%;}
.HairdressingPractice ul li p{font-size: .375rem;color: #666;margin-top: .234rem;padding: 0 .3rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
/* 美发实践 End */

/* 美发资讯 YangFangLing 2019年2月28日 */
.HairdressingInformation{padding: .313rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.HairdressingInformation dl{overflow: hidden;border-top: 1px #eaeaea solid;padding-top: .35rem;margin-top: .35rem;}
.HairdressingInformation dl:first-child{padding-top: 0;margin-top: 0;border-top: none;}
.HairdressingInformation dl a{display: block;overflow: hidden;}
.HairdressingInformation dl dt{width: 45%;float: left;}
.HairdressingInformation dl dt img{display: block;width: 100%;}
.HairdressingInformation dl dd{width: 50%;float: right;overflow: hidden;}
.HairdressingInformation dl dd h3{font-weight: normal;font-size: .375rem;color: #0a0e23;font-weight: normal;line-height: .6rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.HairdressingInformation dl dd p{color: #666;font-size: .344rem;line-height: .5rem;margin-top: .156rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.HairdressingInformation dl dd h4{font-weight: normal;font-size: .35rem;color: #ccc;margin-top: .45rem;float: right;}
.HairdressingInformation dl dd h4 em{margin-left: .625rem;padding-left: .7rem;}
.HairdressingInformation dl dd h4 em.em01{background: url(../images/IconBox01.png) no-repeat center left / 45%;}
.HairdressingInformation dl dd h4 em.em02{background: url(../images/IconBox02.png) no-repeat center left / 45%;}
.HairdressingInformation dl dd h4 em:first-child{margin-left: 0;}
/* 美发资讯 End */

/* 留言反馈 YangFangLing 2019年2月28日 */
.Feedback{background: url(../images/Inpage/FeedbackBg.jpg) no-repeat center top / cover;padding: 1rem .5rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;}

.FeedbackCon{margin-top: .625rem;}
.FeedbackCon ul li{height: 1.25rem;background: #fff url(../images/Inpage/MessageIcon01.png) no-repeat 96% center / 6%;margin-top: .469rem;overflow: hidden;border: 1px #dcdcdc solid;box-shadow: 0 .1rem .35rem rgba(0, 0, 0, .08);}
.FeedbackCon ul li input{display: block;height: 1.25rem;line-height: 1.25rem;border: none;width: 84%;outline: none;font-size: .4rem;padding-left: .3rem;color: #666;}
.FeedbackCon ul li.li02{background: #fff url(../images/Inpage/MessageIcon02.png) no-repeat 96% center / 6%;}
.FeedbackCon ul li.li03{height: 1.25rem;line-height: 1.25rem;text-align: center;font-size: .45rem;background: none;border: 1px #ff5a85 solid;}
.FeedbackCon ul li.li03 a{color: #fff;display: block;background-color: #ff5a85;}
.FeedbackCon ul li.li04{height: 3rem;border: 1px solid #dcdcdc;background: url(../images/Inpage/MessageIcon03.png) no-repeat 96% 17% / 6%;overflow: hidden;}
.FeedbackCon ul li.li04 textarea {display: block;height: 2.6rem;line-height: 1rem;padding: 0.2rem 0;text-indent: 0.3rem;border: none;width: 87%;resize: none;outline: none;font-size: .4rem;}
/* 留言反馈 End */

/* 联系我们 YangFangLing 2019年2月28日 */
.ContactUsBox{border-bottom: .313rem #f5f5f5 solid;background-color: #fff;}
.ContactUs{padding: 0.5rem 0 .781rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.ContactUsTop h3{font-weight: normal;font-size: .5rem;color: #0a0e23;border-bottom: 1px #efefef solid;padding-bottom: .4rem;}
.ContactUsTop p{color: #666;font-size: .375rem;margin-top: .4rem;}
.ContactUsTop a{display: block;margin-top: .581rem;width: 2.513rem;height: 1.016rem;background-color: #0a0e23;color: #fff;font-size: .375rem;text-align: center;line-height: 1.016rem;}

.ContactUsBoxt{margin-top: .781rem;}
.ContactUsBoxt li{overflow: hidden;border-top: 1px #eaeaea dotted;padding-top: .35rem;margin-top: .35rem;}
.ContactUsBoxt li:first-child{padding-top: 0;margin-top: 0;border-top: none;}
.ContactUsBoxt li a{display: block;overflow: hidden;}
.ContactUsBoxt li dt{width: 45%;float: left;}
.ContactUsBoxt li dt img{display: block;width: 100%;}
.ContactUsBoxt li dd{width: 50%;float: right;overflow: hidden;}
.ContactUsBoxt li dd h3{font-weight: normal;font-size: .375rem;color: #0a0e23;font-weight: normal;line-height: .6rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ContactUsBoxt li dd p{color: #666;font-size: .344rem;line-height: .5rem;margin-top: .156rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ContactUsBoxt li dd em{display: block;color: #666;font-size: .344rem;margin-top: .4rem;}

.ContactUsCenter{/* padding-top: .625rem; *//* border-top: 1px #eaeaea solid; *//* margin-top: .625rem; */}
.ContactUsCenter ul{margin-top: -.425rem;}
.ContactUsCenter ul li{float: left;font-size: .375rem;width: 14.28%;height: .938rem;line-height: .938rem;text-align: center;position: relative;margin-top: .425rem;}
.ContactUsCenter ul li a{display: block;color: #666;}
.ContactUsCenter ul li.on{background-color: #ff5a85;}
.ContactUsCenter ul li.on a{color: #fff;}
.ContactUsCenter ul li.on:after{display:block;}
.ContactUsCenter ul li:after{content: "";position: absolute;left: 50%;bottom: -.13rem;background: url(../images/sjx.png) no-repeat center center;width: .255rem;height: .163rem;display: block;margin-left: -.1275rem;display: none;}
/* 联系我们 End */

/* Advertisement YangFangLing 2019年2月28日 */
.Advertisement{background: url(../images/Inpage/AdvertisementBg.jpg) no-repeat center center / cover;border-bottom: .313rem #f5f5f5 solid;border-top: .313rem #f5f5f5 solid;}
.Advertisement a{display: block;padding: .938rem 3%;}
.Advertisement a h3{color: #fff;font-size: .526rem;font-weight: normal;}
.Advertisement a p{color: #fff;font-size: .313rem;margin-top: .156rem;}
.Advertisement a em{display: block;width: 2.344rem;text-align: center;height: .938rem;line-height: .938rem;color: #fff;border: 1px #fff solid;font-size: .35rem;margin-top: .469rem;}
/* Advertisement End */

/* 为什么选择新时代 YangFangLing 2019年2月28日 */
.Reason{border-top: 1px #eaeaea solid;padding-top: .938rem;border-bottom: 1px #eaeaea solid;}

.ReasonCon{margin: .625rem 0 .313rem;}

.ReasonNav{border: 1px #eaeaea solid;}
.ReasonNav ul li{float: left;width: 25%;box-sizing: border-box;border-left: 1px #eaeaea solid;height: 1.25rem;line-height: 1.25rem;text-align: center;color: #999;font-size: .438rem;position: relative;}
.ReasonNav ul li:first-child{border-left: none;}
.ReasonNav ul li.on{background-color: #ff5a85;color: #fff;}
.ReasonNav ul li:after{position: absolute;bottom: -.3rem;left: 50%;background: url(../images/sjx.png) no-repeat center center;width: .5rem;height: .5rem;display: block;content: "";margin-left: -.25rem;display: none;}
.ReasonNav ul li.on:after{display: block;}

.ReasonBox{padding: .469rem .469rem .781rem;border: 1px #eaeaea solid;border-top: none;}
.ReasonBox dl dt img{display: block;width: 100%;}
.ReasonBox dl dd h3{font-weight: normal;color: #0a0e23;font-size: .438rem;line-height: .6rem;margin: .313rem 0;}
.ReasonBox dl dd p{color: #666;font-size: .36rem;border-top: 1px #eaeaea solid;padding-top: .469rem;}

#ReasonBox{border-bottom: .313rem #f5f5f5 solid;}
/* 为什么选择新时代 End */

/* 60秒了解新时代 YangFangLing 2019年2月27日 */
.NewEra{padding-top: .938rem;border-top: 1px #eaeaea solid;}

.NewEraCon{margin-top: .625rem;position: relative;}

.NewEraImg{position: relative;}
.NewEraImg span img{display: block;width: 100%;}
.NewEraImg i{width: 1.203rem;height: 1.203rem;display: block;margin: 0 auto;position: absolute;top: 1.8rem;left: 50%;margin-left: -.6015rem;}
.NewEraImg i img{display: block;width: 100%;}

.NewEraBot{padding: 1.563rem 0 .313rem;background-color: #f5f5f5;}
.NewEraBot ul li{width: 50%;box-sizing: border-box;border-left: 1px #e7e7e7 solid;float: right;padding: 0 .3rem;}
.NewEraBot ul li:first-child{border-left: none;float: left;}
.NewEraBot ul li a{display: block;background: url(../images/NewEraIcon02.png) no-repeat center left / 25%;padding-left: 1.5rem;}
.NewEraBot ul li:first-child a{background: url(../images/NewEraIcon01.png) no-repeat center left / 25%;}
.NewEraBot ul li h3{color: #0a0e23;font-size: .4rem;}
.NewEraBot ul li p{color: #999;font-size: .375rem;margin-top: .156rem;}

.NewEraText{background-color: #ff5a85;position: absolute;bottom: 2.1rem;left: 50%;z-index: 9;width: 94%;margin-left: -47%;}
.NewEraText ul li{float: left;width: 33.333%;text-align: center;border-left: 1px #e55177 solid;box-sizing: border-box;padding: .4rem .256rem;}
.NewEraText ul li:first-child{border-left: none;}
.NewEraText ul li i{color: #fff;font-size: .563rem;}
.NewEraText ul li h3{font-weight: normal;color: #fff;font-size: .344rem;margin: .156rem 0 .269rem;}
.NewEraText ul li em{width: .8rem;height: 1px;display: block;margin: 0 auto;background-color: #fff;}
/* 60秒了解新时代 End */

/* 新闻详情 YangFangLing 2019年2月28日 */
.NewsDetail{padding-top: .938rem;border-top: 1px #eaeaea solid;}
.NewsDetailBox{border-top: .313rem #f5f5f5 solid;}

.NewsDetailCon{background: url(../images/TeacherBg.jpg) no-repeat center center / cover;padding: .781rem 0;margin-top: .625rem;position: relative;}
.NewsDetailCon::after{background: url(../images/Inpage/sjxbaise.png) no-repeat center center / cover;content: "";position: absolute;left: 50%;top: 0;width: .319rem;height: .159rem;margin-left: -.1595rem;}
.NewsDetailCon dl{overflow: hidden;border-top: 1px #25283b solid;padding-top: .313rem;margin-top: .313rem;}
.NewsDetailCon dl:first-child{padding-top: 0;margin-top: 0;border-top: none;}
.NewsDetailCon dl dt{width: 30%;float: left;}
.NewsDetailCon dl dt img{display: block;width: 100%;}
.NewsDetailCon dl dd{width: 60%;float: right;}
.NewsDetailCon dl dd h3{font-weight: normal;color: #ff5a85;font-size: .406rem;margin: .15rem 0 .25rem;}
.NewsDetailCon dl dd p{font-size: .344rem;color: #fff;line-height: .6rem;}
.NewsDetailCon dl dd i{width: .5rem;height: .047rem;background-color: #fff;display: block;margin-top: .5rem;}
/* 新闻详情 End */

/* 新闻简介 YangFangLing 2019年2月28日 */
.NewsIntroduction{border-top: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;}

.NewsIntroductionBox{border-bottom: 1px #eaeaea solid;padding: .781rem 0;}
.NewsIntroductionBox h3{font-weight: normal;font-size: .42rem;color: #0a0e23;border-bottom: 1px #eaeaea solid;padding-bottom: .4rem;margin-bottom: .4rem;}
.NewsIntroductionBox p{font-size: .375rem;color: #666;line-height: .7rem;margin: .738rem 0 .525rem;}
.NewsIntroductionBox img{display: block;width: 100%;}

.NewsIntroductionBox ul{margin-top: .4rem;}
.NewsIntroductionBox ul li{width: 48%;border: 1px #eaeaea solid;height: 1.094rem;line-height: 1.094rem;border-radius: .1rem;text-align: center;font-size: .4rem;}
.NewsIntroductionBox ul li a{display: block;color: #999;}
.NewsIntroductionBox ul li i{background: url(../images/Inpage/newsDetails_enjoy.png) no-repeat center center / cover;width: .45rem;height: .45rem;display: inline-block;vertical-align: middle;margin-right: .4rem;}
.NewsIntroductionBox ul li i.i02{background: url(../images/Inpage/newsDetails_backList.png) no-repeat center center / cover;}

.NewsIntroductionBox h4{font-weight: normal;font-size: .35rem;color: #ccc;}
.NewsIntroductionBox h4 em{margin-left: .625rem;padding-left: .7rem;}
.NewsIntroductionBox h4 em.em01{background: url(../images/IconBox01.png) no-repeat center left / 45%;}
.NewsIntroductionBox h4 em.em02{background: url(../images/IconBox02.png) no-repeat center left / 45%;}
.NewsIntroductionBox h4 em:first-child{margin-left: 0;}
.NewsIntroductionBox h4 span{margin-left: .903rem;}
/* 新闻简介 End */

/* InpageBanner YangFangLing 2019年2月28日 */
.InpageBanner{overflow: hidden;}
.InpageBanner img{width: 100%;display: block;}
/* InpageBanner End */

/* xxgkText YangFangLing 2019年2月28日 */
.xxgkTextBox{border-bottom: .313rem #f5f5f5 solid;}

.xxgkText{padding: .625rem 0 1.25rem;border-bottom: 1px #eaeaea solid;text-align: center;}
.xxgkText img{display: block;width: 6rem;margin: 0 auto;}
.xxgkText h3{font-weight: normal;font-size: .438rem;color: #0a0e23;margin: .469rem 0;}
.xxgkText p{color: #666;font-size: .375rem;line-height: 1rem;}
.xxgkText i{width: 1rem;height: .15rem;background-color: #ff5a85;display: block;margin: .625rem auto 0;}
/* xxgkText End */

/* 学校简介 YangFangLing 2019年2月28日 */
.SchoolProfileBox{border-bottom: .313rem #f5f5f5 solid;}

.SchoolProfile{padding: .738rem 0 .35rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.SchoolProfile h3{font-weight: normal;font-size: .5rem;color: #0a0e23;text-align: center;}
.SchoolProfile p{font-size: .344rem;color: #666;line-height: .7rem;margin: .5rem 0;}
.SchoolProfile img{display: block;width: 100%;}
/* 学校简介 End */

/* 新时代荣誉 YangFangLing 2019年3月2日 */
.XsdHonor{padding-top: .938rem;border-top: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;}

.XsdHonorCon{margin: .625rem 0;}
.XsdHonorCon ul li{width: 48%;margin-left: 4%;text-align: center;float: left;}
.XsdHonorCon ul li:nth-child(2n+1){margin-left: 0;}
.XsdHonorCon ul li a{display: block;}
.XsdHonorCon ul li span{display: block;border: 1px #ddd solid;}
.XsdHonorCon ul li span img{display: block;width: 100%;}
.XsdHonorCon ul li p{font-size: .344rem;color: #666;margin-top: .2rem;padding: 0 .3rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.XsdHonor a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.XsdHonor a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}
/* 新时代荣誉 End */

/* 是谁开创了 YangFangLing 2019年3月2日 */
.CustomerWork{padding-top: 1.094rem;border-top: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;}

.CustomerWork a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.CustomerWork a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}

.CustomerWorkBox{margin-bottom: .547rem;}
.CustomerWorkBox ul li{width: 48%;margin-left: 4%;float: left;margin-top: 4%;}
.CustomerWorkBox ul li:nth-child(2n+1){margin-left: 0;}
.CustomerWorkBox ul li span img{display: block;width: 100%;}
.CustomerWorkBox ul li p{font-size: .344rem;color: #666;text-align: center;height: .938rem;line-height: .938rem;background-color: #f5f5f5;}

.CustomerWorkTop{margin-top: .781rem;}
.CustomerWorkTop dl{position: relative;}
.CustomerWorkTop dl dt{width: 55%;}
.CustomerWorkTop dl dt img{display: block;width: 100%;}
.CustomerWorkTop dl dd{background-color: #f5f5f5;padding: .481rem;position: absolute;right: 0;top: .469rem;}
.CustomerWorkTop dl dd h3{font-weight: normal;font-size: .5rem;color: #0a0e23;}
.CustomerWorkTop dl dd p{font-size: .344rem;color: #666;line-height: .6rem;margin-top: .4rem;}
/* 是谁开创了 End */

/* 美发课程 YangFangLing 2019年3月2日 */
.HairdressingCourse-Box{border-bottom: .313rem #f5f5f5 solid;}

.HairdressingCourse{padding: 3% 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.HairdressingCourse ul li{margin-top: .313rem;position: relative;}
.HairdressingCourse ul li:first-child{margin-top: 0;}
.HairdressingCourse ul li span img{display: block;width: 100%;}
.HairdressingCourse ul li:after{position: absolute;right: 0;top: 50%;background: url(../images/CourseBox.png) no-repeat center center / cover;width: 1.125rem;height: 3.203rem;display: block;content: "";margin-top:-1.6015rem;}
.HairdressingCourse ul li .Box{position: absolute;right: 1.5rem;top: .35rem;}
.HairdressingCourse ul li .Box h3{font-weight: normal;color: #fff;font-size: .438rem;}
.HairdressingCourse ul li .Box h3 em{display: block;}
.HairdressingCourse ul li .Box h3 b{width: 100%;height: 1px;background: rgba(255,255,255,.2);display: block;margin: .2rem 0;}
.HairdressingCourse ul li .Box i{background: url(../images/CourseIcon.png) no-repeat center center / cover;width: .983rem;height: .13rem;display: block;margin-top: .4rem;}
.HairdressingCourse ul li .Box p{font-size: .35rem;color: #fff;}
.HairdressingCourse ul li .Box p em{ margin-left: .5rem; border-right: 1px #fff solid; padding-right: .5rem; }
.HairdressingCourse ul li .Box p em:first-child{margin-left: 0;}
.HairdressingCourse ul li .Box p em:last-child{padding-right: 0;border-right: none;}
.HairdressingCourse ul li .Box p em.em02{background: url(../images/CourseSj.png) no-repeat center left / 25%;padding-left: .6rem;}
/* 美发课程 End */

/* 保障 YangFangLing 2019年3月2日 */
.Protection{border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}
.ProtectionBox{border-bottom: .313rem #f5f5f5 solid;}

.Protection ul li{float: left;width: 33.33%;text-align: center;padding: .625rem 0;border-left: 1px #eaeaea solid;box-sizing: border-box;}
.Protection ul li:first-child{border-left: none;}
.Protection ul li span{width: 1rem;height: 1rem;display: block;margin: 0 auto;}
.Protection ul li span img{display: block;width: 100%;}
.Protection ul li p{font-size: .375rem;color: #666;margin-top: .234rem;}
.Protection ul li p b{font-weight: normal;color: #0a0e23;}
/* 保障 End */

/* 评论 YangFangLing 2019年3月2日 */
.CommentBox{border-bottom: .313rem #f5f5f5 solid;}
.Comment{padding-top: .625rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.CommentTop dl dt{color: #000;font-size: .375rem;}
.CommentTop dl dt em{font-size: .344rem;color: #fff;background: url(../images/Inpage/CommentBox.png) no-repeat center center / cover;width: 1.3rem;height: .56rem;display: inline-block;text-align: center;line-height: .56rem;vertical-align: middle;margin-right: .2rem;}
.CommentTop dl dd{color: #000;font-size: .375rem;}

.CommentTop form{margin-top: .313rem;}
.CommentTop form input{width: 94%;height: 1.25rem;line-height: 1.25rem;border: 1px #ddd solid;border-radius: .1rem;outline: none;font-size: .4rem;color: #999;padding: 0 3%;}

.CommentBot{margin: .625rem 0;}
.CommentBot h3{font-size: .45rem;color: #000;border-left: .1rem #fc5984 solid;padding-left: .2rem;}

.CommentBot dl{margin-top: .469rem;}
.CommentBot dl dt{width: 10%;border-radius: 50%;overflow: hidden;}
.CommentBot dl dt img{display: block;width: 100%;border-radius: 50%;}
.CommentBot dl dd{width: 85%;border-bottom: 1px #dfdfdf solid;padding-bottom: .2rem;}
.CommentBot dl dd h4{font-weight: normal;font-size: .381rem;color: #ff5a85;overflow: hidden;}
.CommentBot dl dd h4 span{float: right;font-size: .3rem;color: #999;}
.CommentBot dl dd p{font-size: .3rem;color: #666;}

.CommentBot dl dd .ConBox{margin: .449rem 0;border: 1px #dfdfdf solid;background-color: #f5f5f5;padding: 3%;width: 93%;}
.CommentBot dl dd .ConBox h5{font-weight: normal;font-size: .381rem;color: #ff5a85;}
.CommentBot dl dd .ConBox h5 span{color: #ccc;float: right;}
.CommentBot dl dd .ConBox p{font-size: .381rem;color: #333;margin-top: .2rem;}

.CommentBot dl dd ul{margin-top: .4rem;float: right;}
.CommentBot dl dd ul li{float: left;margin-left: .5rem;}
.CommentBot dl dd ul li:first-child{margin-left: 0;}
.CommentBot dl dd ul li img{display: inline-block;width: .6rem;vertical-align: middle;}
.CommentBot dl dd ul li span{font-size: .35rem;color: #ccc;display: inline-block;vertical-align: middle;margin-left: .15rem;}
/* 评论 End */

/* 推荐课程 YangFangLing 2019年3月2日 */
.RecommendedCourse{padding: .938rem 0;border-top: 1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;}
.RecommendedCourseBox{border-bottom: .313rem #f5f5f5 solid;}

.RecommendedCourseCon{margin-top: .625rem;}
.RecommendedCourseCon ul{margin-top: -4%;}
.RecommendedCourseCon ul li{float: left;width: 48%;margin-left: 4%;margin-top: 4%;}
.RecommendedCourseCon ul li:nth-child(2n+1){margin-left: 0;}
.RecommendedCourseCon ul li span img{display: block;width: 100%;}
.RecommendedCourseCon ul li p{font-size: .438rem;color: #666;margin-top: .4rem;}
.RecommendedCourseCon ul li p em{display: block;}
/* 推荐课程 End */

/* 课程介绍 YangFangLing 2019年3月2日 */
.CourseIntroduction{padding: .625rem 0;border-top: 1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;}
.CourseIntroductionBox{border-bottom: .313rem #f5f5f5 solid;}
.CourseIntroduction dl{margin-top: .781rem;}
.CourseIntroduction dl:first-child{margin-top: 0;}
.CourseIntroduction dl dt h3{font-weight: normal;font-size: .45rem;color: #0a0e23;border-bottom: 1px #efefef solid;padding-bottom: .313rem;}
.CourseIntroduction dl dt p{font-size: .375rem;color: #666;line-height: .6rem;margin-top: .313rem;}
.CourseIntroduction dl dd{margin-top: .469rem;}
.CourseIntroduction dl dd img{display: block;width: 100%;}
/* 课程介绍 End */

/* 学习内容 YangFangLing 2019年3月2日 */
.LearningContent-Box{border-bottom: .313rem #f5f5f5 solid;}
.LearningContent{padding: .625rem 0;border-top: 1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;}

.LearningContent h3{font-weight: normal;font-size: .45rem;color: #0a0e23;border-bottom: 1px #efefef solid;padding-bottom: .313rem;}

.LearningContent-Text dl{width: 48%;margin-left: 4%;float: left;margin-top: 4%;}
.LearningContent-Text dl:nth-child(2n+1){margin-left: 0;}
.LearningContent-Text dl dt{position: relative;}
.LearningContent-Text dl dt i{width: .6rem;height: .6rem;display: block;background-color: #fc5984;text-align: center;line-height: .6rem;color: #fff;position: absolute;top: .313rem;left: .313rem;}
.LearningContent-Text dl dt img{display: block;width: 100%;}
.LearningContent-Text dl dd{font-size: .344rem;color: #666;line-height: .6rem;margin-top: .3rem;}
/* 学习内容 End */

/* 公开预算 YangFangLing 2019年3月2日 */
.OpenBudget{padding-top: .781rem;border-bottom: .313rem #f5f5f5 solid;border-top: 1px #dfdfdf solid;}

.OpenBudgetBox{border-bottom: 1px #dfdfdf solid;}
.OpenBudgetBox h3{font-weight: normal;font-size: .45rem;color: #0a0e23;border-bottom: 1px #efefef solid;padding-bottom: .313rem;}

.OpenBudgetBox ul{margin-bottom: .625rem;}
.OpenBudgetBox ul li.li01{overflow: hidden;height: 1rem;line-height: 1rem;border-bottom: 1px #efefef solid;}
.OpenBudgetBox ul li.li01 span{float: left;font-size: .375rem;color: #666;display: block;}
.OpenBudgetBox ul li.li01 span.span01{width: 25%;border-right: 1px #efefef solid;}
.OpenBudgetBox ul li.li01 span.span02{color: #fc5984;padding: 0 3%;}

.OpenBudgetBox ul li.li02{overflow: hidden;height: 1rem;line-height: 1rem;border-bottom: 1px #efefef solid;}
.OpenBudgetBox ul li.li02 span.span01{float: left;font-size: .3rem;color: #666;display: block;width: 25%;border-right: 1px #efefef solid;}
.OpenBudgetBox ul li.li02 span.span02{color: #0a0e23;display: block;font-size: .3rem;width: 72%;float: right;}

.OpenBudgetBox ul li.li03{height: 2rem;line-height: normal;}
.OpenBudgetBox ul li.li03 span.span01{display: block;height: 2rem;line-height: 1rem;}
.OpenBudgetBox ul li.li03 span.span02{padding-top:.3rem;line-height:.6rem;}

.OpenBudgetBox ul li.li04{overflow: hidden;height: 3rem;line-height: 1rem;border-bottom: 1px #efefef solid;}
.OpenBudgetBox ul li.li04 span.span01{float: left;font-size: .3rem;color: #666;display: block;width: 25%;border-right: 1px #efefef solid;height: 3rem;}

.OpenBudgetBox ul li.li04 .ConBoxs{position: relative;top: .4rem;}
.OpenBudgetBox ul li.li04 .ConBoxs dl{float: left;width: 24%;text-align: center;position: relative;}
.OpenBudgetBox ul li.li04 .ConBoxs dl dt{width: 1.5rem;height: 1.5rem;border-radius: 50%;overflow: hidden;margin: 0 auto;}
.OpenBudgetBox ul li.li04 .ConBoxs dl dt img{display: block;width: 100%;}
.OpenBudgetBox ul li.li04 .ConBoxs dl dd em{font-size: .375rem;color: #666;margin-top: .234rem;}
.OpenBudgetBox ul li.li04 .ConBoxs dl dd i{font-size: .35rem;width: .7rem;height: .7rem;text-align: center;line-height: .7rem;border-radius: 50%;background-color: #fc5984;position: absolute;right: 0;top: 0;color: #fff;}
/* 公开预算 End */

/* 课程详情 YangFangLing 2019年3月2日 */
.CourseDetails{border-bottom: .313rem #f5f5f5 solid;position: relative;}

.CourseDetails span img{display: block;width: 100%;}

.CourseDetails .Box{position: absolute;left: 3%;top: 1.094rem;}
.CourseDetails .Box h3{font-weight: normal;color: #fff;font-size: .438rem;}
.CourseDetails .Box h3 em{display: block;}
.CourseDetails .Box h3 b{width: 100%;height: 1px;background: rgba(255,255,255,.2);display: block;margin: .2rem 0;}
.CourseDetails .Box p{font-size: .35rem;color: #fff;}
.CourseDetails .Box p em{ margin-left: .5rem; border-right: 1px #fff solid; padding-right: .5rem; }
.CourseDetails .Box p em:first-child{margin-left: 0;}
.CourseDetails .Box p em:last-child{padding-right: 0;border-right: none;}
.CourseDetails .Box p em.em02{background: url(../images/CourseSj.png) no-repeat center left / 25%;padding-left: .6rem;}

.CourseDetails dl dt{height: 1.4rem;line-height: 1.4rem;background: rgba(0, 0, 0, .5);width: 88%;position: absolute;bottom: 1.81rem;left: 50%;margin-left: -47%;padding: 0 3%;}
.CourseDetails dl dt p{color: #fff;font-size: .35rem;}
.CourseDetails dl dt p span{color: #fc5984;}
.CourseDetails dl dd{height: 1.2rem;line-height: 1.2rem;background-color: #f5577f;width: 88%;position: absolute;bottom: 3%;left: 50%;margin-left: -47%;padding: .2rem 3%;}
.CourseDetails dl dd a{color:#fff;display:block;}
.CourseDetails dl dd a span{display: block;float: left;width: 50%;text-align: center;box-sizing: border-box;border-left: 1px #fff dotted;color: #fff;font-size: .35rem;color: #fff;}
.CourseDetails dl dd a:first-child span{border-left: none;}
.CourseDetails dl dd a span i{background: url(../images/Inpage/CourseDetailsIcon02.png) no-repeat center center / cover;width: .5rem;height: .5rem;display: inline-block;vertical-align: middle;margin-right: .3rem;}
.CourseDetails dl dd a:first-child i{background: url(../images/Inpage/CourseDetailsIcon.png) no-repeat center center / cover;}
/* 课程详情 End */

/* 十大名师 YangFangLing 2019年3月2日 */
.Teacher{padding-top: .469rem;background: url(../images/TeacherBg.jpg) no-repeat center left / cover;border-bottom: .313rem #f5f5f5 solid;overflow: hidden;}

.TeacherCon{padding: .938rem 0 !important;}
.TeacherCon ul li{float: left;width: 4.766rem;height: 2.859rem;border: 1px #fff solid;box-sizing: border-box;padding: .469rem;position: relative;margin-left: .4rem !important;margin-right: 0 !important;}
.TeacherCon ul li em{color: #ff5a85;font-size: .3rem;}
.TeacherCon ul li h3{font-weight: normal;color: #fff;font-size: .344rem;text-transform: uppercase;margin-top: .156rem;}
.TeacherCon ul li i{width: .313rem;height: 1px;display: block;margin-top: .5rem;background-color: #fff;}
.TeacherCon ul li span{width: 3.8rem;display: block;position: absolute;right: 0;top: -.2rem;z-index: 9;}
.TeacherCon ul li span img{width: 100%;display: block;}
/* 十大名师 End */

/* 美发视频 YangFangLing 2019年3月2日 */
.Hairdressing-Video{padding-top: .938rem;border-bottom: .313rem #f5f5f5 solid;border-top: 1px #dfdfdf solid;}

.Hairdressing-Video a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.Hairdressing-Video a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}

.Hairdressing-Video-Con{margin: .625rem 0;}
.Hairdressing-Video-Con ul{margin-top: -3%;}
.Hairdressing-Video-Con ul li{width: 31.33%;margin-left: 3%;float: left;margin-top: 3%;height: 2.8rem;
    box-sizing: border-box;
}
.Hairdressing-Video-Con ul li:nth-child(3n+1){margin-left: 0;}
.Hairdressing-Video-Con ul li a{display: block;}
.Hairdressing-Video-Con ul li span{position: relative;display: block;}
.Hairdressing-Video-Con ul li span:after{content: "";position: absolute;left: 50%;top: 50%;background: url(../images/ShipiBox.png) no-repeat center center / cover;width: .938rem;height: .938rem;display: block;margin-left: -.469rem;margin-top: -.469rem;}
.Hairdressing-Video-Con ul li span img{display: block;width: 100%;}
.Hairdressing-Video-Con ul li p{color: #666;font-size: .375rem;line-height: .6rem;margin-top: .156rem;display: -webkit-box;overflow: hidden;text-overflow: ellipsis; -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
/* 美发视频 End */

/* 学员美发实践 YangFangLing 2019年3月2日 */
.Hairdressing-Practice{padding-top: .938rem;border-bottom: .313rem #f5f5f5 solid;border-top: 1px #dfdfdf solid;}

.Hairdressing-Practice a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.Hairdressing-Practice a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}

.Hairdressing-Practice-Con{margin: .625rem 0;}
.Hairdressing-Practice-Con ul{margin-top: -4%;}
.Hairdressing-Practice-Con ul li{width: 48%;margin-left: 4%;float: left;margin-top: 4%;}
.Hairdressing-Practice-Con ul li:nth-child(2n+1){margin-left: 0;}
.Hairdressing-Practice-Con ul li a{display: block;}
.Hairdressing-Practice-Con ul li span{display: block;}
.Hairdressing-Practice-Con ul li span img{display: block;width: 100%;}
.Hairdressing-Practice-Con ul li p{color: #666;font-size: .375rem;line-height: .6rem;margin-top: .156rem;}
/* 学员美发实践 End */

/* 新时代美发课程 YangFangLing 2019年3月2日 */
.xsdmfkc{padding-top: 1.094rem;border-bottom: .313rem #f5f5f5 solid;border-top: 1px #dfdfdf solid;}

.xsdmfkc a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.xsdmfkc a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}

.xsdmfkcCon{margin: .625rem 0;}
.xsdmfkcCon ul li{margin-top: .313rem;position: relative;}
.xsdmfkcCon ul li:first-child{margin-top: 0;}
.xsdmfkcCon ul li span img{display: block;width: 100%;}
.xsdmfkcCon ul li:after{position: absolute;right: 0;top: 50%;background: url(../images/CourseBox.png) no-repeat center center / cover;width: 1.125rem;height: 3.203rem;display: block;content: "";margin-top:-1.6015rem;}
.xsdmfkcCon ul li .Box{position: absolute;right: 1.5rem;top: .35rem;}
.xsdmfkcCon ul li .Box h3{font-weight: normal;color: #fff;font-size: .438rem;}
.xsdmfkcCon ul li .Box h3 em{display: block;}
.xsdmfkcCon ul li .Box h3 b{width: 100%;height: 1px;background: rgba(255,255,255,.2);display: block;margin: .2rem 0;}
.xsdmfkcCon ul li .Box i{background: url(../images/CourseIcon.png) no-repeat center center / cover;width: .983rem;height: .13rem;display: block;margin-top: .4rem;}
.xsdmfkcCon ul li .Box p{font-size: .35rem;color: #fff;}
.xsdmfkcCon ul li .Box p em{ margin-left: .5rem; border-right: 1px #fff solid; padding-right: .5rem; }
.xsdmfkcCon ul li .Box p em:first-child{margin-left: 0;}
.xsdmfkcCon ul li .Box p em:last-child{padding-right: 0;border-right: none;}
.xsdmfkcCon ul li .Box p em.em02{background: url(../images/CourseSj.png) no-repeat center left / 25%;padding-left: .6rem;}
/* 新时代美发课程 End */

/* 美发作品展示 YangFangLing 2019年3月4日 */
.Gallery{padding-top: 1.094rem;border-bottom: .313rem #f5f5f5 solid;border-top: 1px #dfdfdf solid;}

.Gallery a.More{height: 1.25rem;line-height: 1.25rem;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;display: block;text-align: center;font-size: .4rem;color: #666;}
.Gallery a.More i{display: inline-block;background: url(../images/MoreBox.png) no-repeat center center / cover;width: .313rem;height: .313rem;margin-left: .313rem;}

.GalleryCon{margin: .625rem 0 !important;}
.GalleryCon ul li{float: left;width: 35%;margin-right: 3% !important;}
.GalleryCon ul li:first-child{margin-left: 0;}
.GalleryCon ul li span img{display: block;width: 100%;}
.GalleryCon ul li h3{font-weight: normal;font-size: .375rem;color: #0a0e23;margin: .356rem 0 .156rem;text-align:  center;padding: 0 .3rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.GalleryCon ul li p{font-size: .344rem;color: #666;}
/* 美发作品展示 End */

/* 学美发为什么选择新时代 YangFangLing 2019年3月4日 */
.wsmxzxsd{padding-top: .138rem;border-top: 1px #dfdfdf solid;border-bottom: .313rem #f5f5f5 solid;}

.wsmxzxsdBox{border-bottom: 1px #dfdfdf solid;}

.wsmxzxsdCon{margin: .625rem 0;}
.wsmxzxsdCon dl{overflow: hidden;}
.wsmxzxsdCon dl dt{width: 50%;}
.wsmxzxsdCon dl dt img{display: block;width: 100%;}
.wsmxzxsdCon dl dd{width: 50%;padding: 0 .156rem;box-sizing: border-box;}
.wsmxzxsdCon dl dd h3{font-weight: normal;font-size: .35rem;color: #0a0e23;line-height: .5rem;margin: .1rem 0;}
.wsmxzxsdCon dl dd p{font-size: .35rem;color: #666;line-height: .5rem;height: 2rem;}
.wsmxzxsdCon dl dd i{width: .5rem;height: 1px;background-color: #f5577f;display: block;}
/* 学美发为什么选择新时代 End */

/* 新时代为你揭秘 YangFangLing 2019年3月4日 */
.xsdSecret{padding-top: 1.094rem;border-top: 1px #dfdfdf solid;border-bottom: .313rem #f5f5f5 solid;}

.xsdSecretBox{border-bottom: 1px #dfdfdf solid;}

.xsdSecretCon{margin: .8rem 0 .5rem;}
.xsdSecretCon ul li{float: left;background: url(../images/Inpage/xsdSecretBg.png) no-repeat center center / cover;width: 4rem;height: 4rem;text-align: center;position: relative;}
.xsdSecretCon ul li h3{font-size: .375rem;color: #0a0e23;padding-top: 1.5rem;}
.xsdSecretCon ul li p{font-size: .375rem;color: #0a0e23;margin-top: .156rem;}
.xsdSecretCon ul li.li02{margin-left: 1rem;z-index: 9;}
.xsdSecretCon ul li.li03{top: -1.2rem;left: 1.8rem;z-index: 9;}
.xsdSecretCon ul li.li04{top: -.5rem;left: 1.3rem;}
/* 新时代为你揭秘 End */

/* 课程顾问 YangFangLing 2019年3月4日 */
.kcgw{padding: .313rem 0;background-color: #f5f5f5;}

.kcgw h3{font-size: .656rem;color: #fff;background: url(../images/Inpage/kcgwBox.png) no-repeat center right / 15%;font-weight: normal;}
.kcgw h3 em{display: block;font-size: .313rem;color: #fff;margin-top: .156rem;}

.kcgwBox{background: url(../images/Inpage/kcgwBg.png) no-repeat center center / cover;border-radius: 10rem;padding: .938rem .5rem;}
/* 课程顾问 End */

/* fmBanner YangFangLing 2019年3月4日 */
.fmBanner{border-bottom: .313rem #f5f5f5 solid;position: relative;}
.fmBanner span img{display: block;width: 100%;}
.fmBanner a img{display: block;width: 100%;}

.fmBanner .ConBox01{position: absolute;left: 3%;top: 15%;}
.fmBanner .ConBox01 h3{font-size: .5rem;color: #fff;font-weight: normal;}
.fmBanner .ConBox01 h3 em{background: url(../images/Inpage/fmBannerBox.png) no-repeat center center / cover;width: 1.2rem;height: .7rem;display: inline-block;font-size: .3rem;color: #333;text-align: center;line-height: .5rem;margin-left: .5rem;position: relative;top: -.5rem;}
.fmBanner .ConBox01 h4{font-weight: normal;color: #fff;font-size: .313rem;color: #fff;border-top: 1px #272c30 solid;padding-top: .3rem;margin-top: .1rem;}
.fmBanner .ConBox01 p{color: #fff;margin-top: .3rem;}
.fmBanner .ConBox01 p em{border: 1px #4d4e4e solid;width: 1.5rem;height: .5rem;line-height: .5rem;text-align: center;margin-right: .3rem;display: inline-block;}
.fmBanner .ConBox01 h5{font-weight: normal;font-size: .3rem;color: #fff;text-transform: uppercase;margin-top: .3rem;}
.fmBanner .ConBox01 i{width: .5rem;height: .05rem;display: block;background-color: #fff;margin-top: .3rem;}

.fmBanner02 h3{color: #000 !important;}
.fmBanner02 h3 em{background: url(../images/Inpage/fmBannerBox02.png) no-repeat center center / cover !important;color: #fff !important;}
.fmBanner02 h4{color: #000 !important;border-top: #ede3d1 1px solid !important;}
.fmBanner02 p{color: #000 !important;}
.fmBanner02 p em{border:1px #b2b1b1 solid !important;}
.fmBanner02 h5{color: #cbcdce !important;}
.fmBanner02 i{background-color: #f5577f !important;}

.fmBanner03 .ConBox01{top: 10%;}
.fmBanner03 h3 b{color: #f5577f;}
.fmBanner03 h4{font-size: .313rem !important;line-height: .6rem;margin-top: .3rem !important;}
.fmBanner03 h5{color: #3c393a !important;}
.fmBanner03 i{background-color: #3c393a !important;}
/* fmBanner End */

/* 指尖上的艺术 YangFangLing 2019年3月4日 */
.ysmjBoxCon ul li.li03{left: 2.5rem;top: -1.5rem;}
.ysmjBoxCon ul li.li04{left: 1rem;top: 1rem;z-index: 9;}
.ysmjBoxCon ul li.li05{width: 3rem;height: 3rem;top: -1.5rem;left: 1rem;}
/* 指尖上的艺术 End */

/* 4个理由告诉你 YangFangLing 2019年3月4日 */
.sdreason{padding-top: 1.094rem;border-top: 1px #dfdfdf solid;border-bottom: .313rem #f5f5f5 solid;}

.sdreasonBox{border-bottom: 1px #dfdfdf solid;}

.sdreasonCon{margin: .625rem 0;}
.sdreasonCon ul li{width: 50%;box-sizing: border-box;float: left;position: relative;border-left: 1px #eaeaea solid;border-top: 1px #eaeaea solid;height: 7rem;padding: .3rem;}
.sdreasonCon ul li.li01{border-top: none;}
.sdreasonCon ul li.li02{border-top: none;}
.sdreasonCon ul li:nth-child(2n+1){border-left: none;}
.sdreasonCon ul li span{display: block;margin: 0 auto;width: 3.5rem;height: 3.5rem;border-radius: 50%;overflow: hidden;border: 1px #f2f2f2 solid;padding: .313rem;}
.sdreasonCon ul li span img{display: block;width: 100%;}
.sdreasonCon ul li p{text-align: center;font-size: .375rem;color: #000;line-height: .6rem;margin-top: .313rem;}
.sdreasonCon ul li i{width: .8rem;height: .8rem;background-color: #f5577f;color: #fff;font-size: .35rem;text-align: center;line-height: .8rem;border-radius: 50%;display: block;position: absolute;left: 1rem;top: .5rem;}
/* 4个理由告诉你 End */

/* 6大理由 YangFangLing 2019年3月4日 */
.Reasons{padding: 1.094rem 0;background: url(../images/Inpage/ReasonsBg.jpg) no-repeat center center / cover;border-bottom: .313rem #f5f5f5 solid;border-top: .313rem #f5f5f5 solid;}

.ReasonsCon{margin: .625rem 0;}
.ReasonsCon ul li{float: left;width: 33.33%;text-align: center;box-sizing: border-box;border-left: 1px #5d565f solid;border-top: 1px #5d565f solid;height: 5rem;padding: .313rem;}
.ReasonsCon ul li:nth-child(3n+1){border-left: none;}
.ReasonsCon ul li.li01{border-top: 0;}
.ReasonsCon ul li.li02{border-top: 0;}
.ReasonsCon ul li.li03{border-top: 0;}
.ReasonsCon ul li span{width: 1.984rem;height: 1.984rem;display: block;margin: 0 auto;}
.ReasonsCon ul li span img{display: block;width: 100%;}
.ReasonsCon ul li h3{font-weight: normal;color: #f5577f;font-size: .406rem;margin: .186rem 0;}
.ReasonsCon ul li p{color: #fff;font-size: .344rem;}

.Reasons a.More{color: #fff;height: 1.016rem;line-height: 1.016rem;border-radius: .781rem;background-color: #f5577f;text-align: center;font-size: .406rem;display: block;margin: 0 auto;width: 94%;}
.Reasons a.More i{height: 1px;background-color: #fd7a9d;width: 2.5rem;display: inline-block;vertical-align: middle;margin: 0 .3rem;}
/* 6大理由 End */

/* 你是否还在忍受这样的生活 YangFangLing 2019年3月4日 */
.PainPoints{padding: 0.194rem 0;border-top: 1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;overflow: hidden;position: relative;border-bottom: .313rem #f5f5f5 solid;}

.PainPointsCon{margin-top: .625rem;}
.PainPointsCon ul li{margin-top: .781rem;background: url(../images/Inpage/PainPointsBox.png) no-repeat top left / 8%;padding-left: .5rem;}
.PainPointsCon ul li:first-child{margin-top: 0;}
.PainPointsCon ul li h3{font-weight: normal;font-size: .375rem;color: #666;}
.PainPointsCon ul li p{font-size: .375rem;color: #0a0e23;margin-top: .156rem;}

.PainPointsCon ul.ul02 li{background: url(../images/Inpage/PainPointsBox.png) no-repeat top right / 5%;padding-right: .5rem;text-align: right;}

.PainPoints span.Img{position: absolute;left: 50%;top: 3rem;content: "";width: 2.5rem;height: 4rem;display: block;margin-left: -1.25rem;}
.PainPoints span.Img img{display: block;width: 100%;}
/* 你是否还在忍受这样的生活 End */

/* 视频弹窗 YangFangLing 2019年3月7日 */
.video-frame{display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background: rgba(0, 0, 0, 0.8);z-index: 9999999;}
.video-frame .box{width: 8rem;height: 6.906rem;border:.078rem solid #ff5a85;position:absolute;z-index:5;left:50%;top:20%;margin-left: -4.1rem;background-color:#000;border-radius:.078rem;z-index: 99;}
.video-frame .box .close{display:block;position:absolute;cursor:pointer;right: -.4rem;top: -.4rem;z-index: 9;background-color: #ff5a85;border-radius: 50%;padding: .15rem;}
/* 视频弹窗 End */

/* 荣誉证书 YangFangLing 2019年3月8日 */
.Inpageryzs{border-bottom: none;padding-top: .5rem;}
.Inpageryzs .XsdHonorCon{margin-top: 0;}
.Inpageryzs .XsdHonorCon ul{margin-top: -.35rem;}
.Inpageryzs .XsdHonorCon ul li{margin-top: .35rem;}
/* 荣誉证书 End */

/* 师资队伍 YangFangLing 2019年3月8日 */
.Faculty{padding-top: .2rem;border-bottom: 1px #dfdfdf solid;border-top: 1px #dfdfdf solid;}

.FacultyCon{margin-top: .625rem;padding-bottom: .7rem;}
.FacultyCon ul{margin-top: -0.469rem;}
.FacultyCon ul li{width: 31.33%;margin-left: 3%;text-align: center;float: left;margin-top: .469rem;}
.FacultyCon ul li:nth-child(3n+1){margin-left: 0;}
.FacultyCon ul li span img{display: block;width: 100%;}
.FacultyCon ul li p{font-size: 24px;color: #666;font-size: .37rem;margin-top: .2rem;padding: 0 .3rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.Faculty h3 p img{max-width:100%}
/* 师资队伍 End */

/* 校园风采 YangFangLing 2019年3月8日 */
.CampusStyle{padding-top: .2rem;border-bottom: 1px #dfdfdf solid;border-top: 1px #dfdfdf solid;}

.CampusStyleCon{margin-top: .625rem;padding-bottom: .7rem;}
.CampusStyleCon ul{margin-top: -4%;}
.CampusStyleCon ul li{float: left;width: 48%;margin-left: 4%;margin-top: 4%;}
.CampusStyleCon ul li:nth-child(2n+1){margin-left: 0;}
.CampusStyleCon ul li img{display: block;width: 100%;}
/* 校园风采 End */

/* 活动承接 YangFangLing 2019年2月28日 */
.ActivityAcceptanceBox{border-bottom: .313rem #f5f5f5 solid;}

.ActivityAcceptance{padding: .8rem 0;border-top: 1px #dfdfdf solid;border-bottom: 1px #dfdfdf solid;}

.ActivityAcceptanceCon{margin-top: .6rem;border: 1px #ddd solid;}
.ActivityAcceptanceCon dl{overflow: hidden;padding: .3rem;border-top: 1px #ddd solid;}
.ActivityAcceptanceCon dl:first-child{border-top:none;}
.ActivityAcceptanceCon dl a{display: block;overflow: hidden;}
.ActivityAcceptanceCon dl dt{width: 35%;float: left;border-radius: 50%;overflow: hidden;}
.ActivityAcceptanceCon dl dt img{display: block;width: 100%;border-radius: 50%;}
.ActivityAcceptanceCon dl dd{width: 55%;float: right;position: relative;top: .05rem;}
.ActivityAcceptanceCon dl dd h3{font-weight: normal;font-size: .4rem;color: #0b0d18;line-height: .6rem;}
.ActivityAcceptanceCon dl dd p{font-size: .344rem;color: #666;margin-top: .2rem;line-height: .5rem;}
.ActivityAcceptanceCon dl dd em{display:block;border: 1px #666 solid;width: 2rem;line-height: .8rem;text-align:center;color:#666;margin-top: .3rem;}
/* 活动承接 End */

/* 创始人 YangFangLing 2019年3月8日 */
.csrBoxI{border-bottom: .313rem #f5f5f5 solid;}

.csrBox{padding: .8rem 0;border-bottom: 1px #dfdfdf solid;border-top: 1px #dfdfdf solid;}

.csrTitle{text-align: center;}
.csrTitle p{font-size: .375rem;color: #0a0e23;}
.csrTitle h3{font-weight: normal;font-size: .656rem;color: #0a0e23;margin-top: .313rem;}

.csrBoxImg img{display: block;width: 100%;margin: .35rem 0;}
.csrBoxImg p{font-size: .375rem;color: #666;line-height: .8rem;text-align: center;}

.csrBoxCon ul li{width: 48%;margin-left: 4%;float: left;margin-top: 4%;}
.csrBoxCon ul li:nth-child(2n+1){margin-left: 0;}
.csrBoxCon ul li span img{display: block;width: 100%;}
.csrBoxCon ul li h3{font-size: .344rem;color: #666;text-align: center;height: .938rem;line-height: .938rem;background-color: #f5f5f5;font-weight: normal;}
/* 创始人 End */

/* 大事记 YangFangLing 2019年3月8日 */
.dsjTitle h3{text-align: center;font-size: .469rem;color: #999;font-weight: normal;}

.DevelopmentPath{padding: 0.7rem 0 .781rem;border-bottom: 1px #dfdfdf solid;border-top: 1px #dfdfdf solid;}

.DevelopmentPathCon{margin-top: .781rem;}

.DevelopmentPathBox{text-align: center;border-bottom: 1px #ddd solid;padding:.3rem;}
.DevelopmentPathBox ul{position: relative;left:0;}
.DevelopmentPathBox ul li{float:left;width: 25%;text-align: center;font-size: .4rem;position: relative;}
.DevelopmentPathBox ul li a{display: block;margin: 0 auto;width:1.4rem;height: 1.4rem;line-height: 1.4rem;color: #0a0e23;border-radius:50%;background-color: #fff;}
.DevelopmentPathBox ul li:after{content: "";position: absolute;left: 50%;bottom: -.4rem;width: .156rem;height: .156rem;background-color: #0a0e23;display: block;border-radius: 50%;margin-left: -0.078rem;}
.DevelopmentPathBox ul li.on a{background-color: #f5577f;color: #fff;}
.DevelopmentPathBox ul li.on:after{background-color: #f5577f;}

.DevelopmentPathTop{position: relative;}
.DevelopmentPathTop .hd i{display: block;width: .234rem;height: .391rem;position: absolute;z-index: 9;top:50%;margin-top:-.2rem;z-index: 9;}
.DevelopmentPathTop .hd i img{display: block;width: 100%;}
.DevelopmentPathTop .hd i.prev{left: 0;}
.DevelopmentPathTop .hd i.next{right: 0;}

.DevelopmentPathBot{position: relative;top: 0;}
.DevelopmentPathBot .ConBoxs{border-left: 1px #f5577f solid;padding-left: .3rem;margin-left: 1.4rem;}
.DevelopmentPathBot ul li{padding-top: .781rem;}
.DevelopmentPathBot ul li dt span{font-size: .35rem;color: #999;background: url(../images/Inpage/XT.jpg) no-repeat center left;padding-left: 1rem;}
.DevelopmentPathBot ul li dt p{font-size: .469rem;color: #0a0e23;margin-top: .313rem;padding-left: 1rem;}
.DevelopmentPathBot ul li dd{margin-top: .313rem;padding-left: 1rem;}
.DevelopmentPathBot ul li dd img{display: block;width: 100%;}
/* 大事记 End */

/*明星讲师团队 YangFangLing 2019年3月2日*/
.LecturerTeam{background: url(../images/Inpage/LecturerTeamBg.jpg) no-repeat center center / 100%;text-align: center;height: 3.5rem;border-bottom: .313rem #f5f5f5 solid;}
.LecturerTeam a{display:block;}
.LecturerTeam h3{margin-top: 1.2rem;font-weight:normal;text-transform:uppercase;font-size: .3rem;color:#ff5a85;border-bottom:1px #ff5a85 solid;display:inline-block;padding-bottom: .1rem;}
.LecturerTeam em{display:block;color:#fff;font-size: .45rem;background-color:#ff5a85;border-radius: 5rem;width: 5rem;height:1rem;line-height:1rem;margin: .3rem auto 0;}
.LecturerTeam em i{width: .3rem;height: .3rem;display:inline-block;margin-left:.3rem;background: url(../images/jietou.png) no-repeat center center / cover;}
/* 明星讲师团队 End */

/*课程详情 YangFangLing 2019年3月2日*/
.tjkcBox{padding-top: .938rem;border-top: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;}
.tjkcCon{border-bottom: 1px #eaeaea solid;padding-bottom: .938rem;}
.tjkcImg{margin-top:.7rem;}
.tjkcImg dl{overflow:hidden;}
.tjkcImg dl.dl02 dd{background-color:#fcbd59;}
.tjkcImg dl.dl03 dd{background-color:#d65de4;}
.tjkcImg dl dt{width:50%;float:  left;}
.tjkcImg dl dt img{display:block;width:100%;}
.tjkcImg dl dd{width:50%;background-color:#fc5984;padding: .5rem;box-sizing:border-box;float:  right;height: 2.93rem;}
.tjkcImg dl dd h3{font-weight:normal;color:#fff;font-size:.4rem;}
.tjkcImg dl dd h3 em{display:block;font-size: .45rem;}
.tjkcImg dl dd i{margin-top: .5rem; width: .35rem;height: .35rem;display:inline-block;background: url(../images/jietou.png) no-repeat center center / cover;}
.tjkcImg dl.dl02 dt{float:right;}
.tjkcImg dl.dl03 dt{float:left;}
/* 课程详情 End */

/*课程视频 YangFangLing 2019年3月2日*/
.kcsp{background-color:#fff;padding: .3rem 0;border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.kcspImg{position: relative;}
.kcspImg span img{display: block;width: 100%;}
.kcspImg i{width: 1.203rem;height: 1.203rem;display: block;margin: 0 auto;position: absolute;top: 1.8rem;left: 50%;margin-left: -.6015rem;}
.kcspImg i img{display: block;width: 100%;}
/* 课程视频 End */

/*联系我们地址 YangFangLing 2019年2月28日*/
.lxwmdz{padding: .3rem 0;}
.lxwmdz ul{border-bottom: .313rem #f5f5f5 solid;}
.lxwmdz ul li{float:left;width:50%;text-align:center;border:1px #eaeaea solid;box-sizing:border-box;margin-left:-1px;margin-top:-1px;padding: 1rem 0;height: 5rem;}
.lxwmdz ul li span{width: 1rem;height:1rem;display:block;margin: 0 auto;}
.lxwmdz ul li.li03 h3{color:#999;}
.lxwmdz ul li.li01{background-color:#fff;}
.lxwmdz ul li.li04{background-color:#fff;}
.lxwmdz ul li.li04 h3{color:#999;}
.lxwmdz ul li span img{display:block;width:100%;}
.lxwmdz ul li p{font-size: .4rem;color:#0a0e23;}
.lxwmdz ul li h3{font-weight:normal;color:#fc5984;font-size: .45rem;margin-top: .25rem;}

.lxwmdz dl{padding:.7rem;background-color:#fff;border-bottom:1px #eaeaea solid;border-top: 1px #eaeaea solid;}
.lxwmdz dl h3{font-size:.5rem;font-weight:normal;color:#0a0e23;}
.lxwmdz dl h3 i{background: url(../images/Inpage/lxwmdz.png) no-repeat center center / cover;width:.5rem;height:.6rem;display:inline-block;vertical-align:middle;margin-left:.3rem;}
.lxwmdz dl p{color:#666;font-size:.45rem;border-top:1px #eee solid;padding-top: .35rem;margin-top:.35rem;}

.tcewmBg{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;left:0;z-index: 99;display:none;}
.tcewmBox{position:relative;width: 90%;/* height: 4.8rem; */margin:50% auto 0;background-color: #fff;}
.tcewmBox em{/* width: 4rem; *//* height: 4rem; */display:block;margin:0 auto;position: relative;top: .4rem;}
.tcewmBox em img{display:block;width:100%;/* position: relative; *//* top: 1.3rem; */}
.tcewmBox i{width: .5rem;height: .5rem;display:block;position:absolute;right: -.2rem;top: -.4rem;z-index: 9;background-color: #ff5a85;padding: .2rem;border-radius: 50%;}
.tcewmBox i img{display:block;width:100%;}
.tcewmBox h1{padding-top:.6rem;font-weight:normal;font-size:.4rem;}
/* 联系我们地址 End */

/* 90天 YangFangLing 2019年3月8日 */
.dyjdBgs{border-bottom: .313rem #f5f5f5 solid;/*border-top: .313rem #f5f5f5 solid;*/background-color: #fff;}
.dyjdBg{border-top: 1px #eaeaea solid;border-bottom: 1px #eaeaea solid;}

.dyjd{margin: .7rem 0;}
.dyjd h3{font-size: .5rem;color: #0a0e23;border-bottom: 1px #eee solid;padding-bottom: .5rem;}
.dyjd h3 p em{display: block;font-size: .406rem;color: #0a0e23;margin-top: .2rem;}
.dyjd h3>em{display: inline-block;vertical-align: middle;width: 1.25rem;height: 1.172rem;border-radius: 50%;background-color: #f5577f;color: #fff;font-weight: normal;text-align: center;line-height: 1.172rem;margin-right: .2rem;}
.dyjd h3 p{display: inline-block;vertical-align: middle;}
.dyjd ul{margin-top: .5rem;}
.dyjd ul li{width: 31.3%;float: left;margin-left: 2%;}
.dyjd ul li:first-child{margin-left: 0;}
.dyjd ul li span img{display: block;width: 100%;}
.dyjd ul li h2{color: #333;font-size: .35rem;margin: .2rem 0;}
.dyjd ul li p{font-size: .3rem;color: #666;}
.dyjd ul li p img{max-width:100%}

.dyjd .ConBoxs{margin-top: .625rem;}
.dyjd .ConBoxs dl{width: 31.33%;text-align: center;margin-left: 2%;float: left;}
.dyjd .ConBoxs dl:first-child{margin-left: 0;}
.dyjd .ConBoxs dl dt img{width: 100%;display: block;}
.dyjd .ConBoxs dl dd{background-color: #ededed;padding: .9rem 0;color: #333;font-size: .406rem;}

.dyjd .dyjdBox{margin-top: .625rem;}
.dyjd .dyjdBox span img{display: block;width: 100%;}
.dyjd .dyjdBox p{font-size: .35rem;color: #666;line-height: .6rem;margin-top: .5rem;}
.dyjd .dyjdBox img{max-width:100%}

.bzyBgs{border-top: 1px #eaeaea solid;border-bottom: .313rem #f5f5f5 solid;background-color: #fff;}
.bzyBg{border-bottom: 1px #eaeaea solid;padding: .8rem 0;}

.baozao{margin-top: .781rem;}
.baozao:first-child{margin-top: 0;}
.baozao h3{color: #0a0e23;font-size: .5rem;text-align: center;}
.baozao h3 i{width: 3.5rem;height: 1px;background-color: #e6e6e6;display: inline-block;vertical-align: middle;margin: 0 .3rem;}
.baozao p{font-size: .375rem;color: #666;margin-top: .3rem;text-align: center;}
.baozao ul{margin-top: .5rem;}
.baozao ul li{float: left;width: 33.33%;text-align: center;box-sizing: border-box;border-left: 1px #ddd dotted;padding: .4rem 0;font-size: .4rem;color: #333;line-height: .6rem;}
.baozao ul li b{color: #f5577f;font-weight: normal;}
.baozao02 ul li{border: none;padding: 0;width: 31.33%;margin-left: 2%;}
.baozao02 ul li:first-child{margin-left: 0;}
.baozao02 ul li span img{display: block;width: 100%;}
.baozao02 ul li h3{font-weight: normal;font-size: .45rem;margin-top: .3rem;}

.baozao03 span.Img{margin-top: .5rem;display: block;}
.baozao03 span.Img img{display: block;width: 100%;}

.baozao04 dl{margin-top: .5rem;text-align: center;}
.baozao04 dl dt{display: inline-block;vertical-align: middle;width: 1.1rem;height: 1.1rem;border-right: 1px #acacac dotted;padding-right: .5rem;margin-right: .5rem;}
.baozao04 dl dt img{display: block;width: 100%;}
.baozao04 dl dd h3{font-weight: normal;font-size: .4rem;color: #333;line-height: .6rem;text-align: left;}
.baozao04 dl dd h3 b{color: #f5577f;font-weight: normal;}
.baozao04 dl dd{display: inline-block;vertical-align: middle;}
/* 90天 End */