img {
  max-width: 100%;
  height: auto;
  border: 0;
}
.mainCtx {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  margin: 76px auto 186px;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 50px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 50px rgba(0,0,0,0.1);
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  background: #fff;
}
.new_nav {
  width: 100%;
  min-width: 1220px;
  height: 76px;
  line-height: 76px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  font-size: 16px;
  text-align: center;
  z-index: 1000;
}
.new_nav .new_logo {
  display: inline-block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 12%;
}
.new_nav .new_logo img {
  vertical-align: middle;
  margin-top: -2px;
}
.new_nav .main_label {
  width: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  display: inline-block;
  text-align: center;
  z-index: -1;
}
.new_nav .main_label > li {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: inline-block;
  padding: 0 42px;
}
.new_nav .main_label > li a {
  color: #000;
  display: inline-block;
}
.new_nav .main_label > li a:hover {
  font-weight: 500;
}
.new_nav .main_label > li img {
  vertical-align: middle;
}
.new_nav .main_label > li a.after_con {
  background: url("../images/triangle.png") right no-repeat;
  background-size: 6px auto;
  padding-right: 15px;
}
.new_nav .main_label > li a.after_con:hover,
.new_nav .main_label > li a.after_con.new_nav_on {
  background: url("../images/triangle02.png") right no-repeat;
  background-size: 6px auto;
  padding-right: 15px;
}
.new_nav .main_label > li .child_bar01 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 76px;
  right: 0;
  bottom: auto;
  left: 0;
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  -o-box-shadow: 0 1px 5px rgba(0,0,0,0.05);
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
.new_nav .main_label > li .child_bar01 li {
  display: inline-block;
}
.new_nav .main_label > li .child_bar01 li a {
  display: block;
}
.new_nav .main_label > li .child_bar01 li a img {
  width: auto;
  height: 120px;
  margin: 46px 56px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.new_nav .main_label > li .child_bar01 li a p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  color: #828282;
  line-height: 76px;
}
.new_nav .main_label > li .child_bar01 li:hover img {
  opacity: 1 !important;
}
.new_nav .main_label > li .child_bar01 li:hover a p {
  color: #202020;
}
.new_nav .main_label > li .child_bar01:hover li img {
  opacity: 0.3;
}
.new_nav .main_label > li .child_bar02 {
  background: #fff;
  width: 177px;
  text-align: center;
  position: absolute;
  top: 76px;
  right: 0;
  bottom: auto;
  left: -32px;
  padding: 21px 0 25px;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.05), -3px 3px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.05), -3px 3px 3px rgba(0,0,0,0.05);
  -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.05), -3px 3px 3px rgba(0,0,0,0.05);
  -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.05), -3px 3px 3px rgba(0,0,0,0.05);
  box-shadow: 3px 3px 3px rgba(0,0,0,0.05), -3px 3px 3px rgba(0,0,0,0.05);
}
.new_nav .main_label > li .child_bar02 li {
  line-height: 45px;
}
.new_nav .main_label > li .child_bar02 li a {
  display: block;
}
.new_nav .new_user_img {
  position: absolute;
  top: 0;
  right: 12%;
  bottom: auto;
  left: auto;
  display: inline-block;
}
.new_nav .new_user_img img {
  width: 39px;
  height: 39px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.new_nav .login_nav {
  position: absolute;
  top: 0;
  right: 12%;
  bottom: auto;
  left: auto;
  font-size: 16px;
  color: #636363;
}
.new_nav .login_nav a {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
.new_nav .login_nav a:hover {
  color: #000;
  font-weight: 500;
}
.new_nav_on {
  color: #000;
  font-weight: 500;
}
.banner {
  background: #666;
  overflow: hidden;
  position: relative;
}
.banner li {
  position: relative;
}
.banner li .text {
  position: absolute;
  color: #fff;
}
.banner li .text .animated {
  display: none;
}
.banner li .text.bottom {
  bottom: 12%;
}
.banner li .text.top {
  top: 12%;
}
.banner li .text.center {
  left: 0;
  right: 0;
  text-align: center;
}
.banner li .text h4 {
  font-weight: normal;
  font-size: 26px;
}
.banner li .text h3 {
  font-weight: normal;
  font-size: 33px;
}
.banner li .decorations {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.banner li.active .text .animated {
  display: block;
}
.banner .bx-controls {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 5%;
  left: 0;
  text-align: center;
  z-index: 99;
}
.banner .bx-pager {
  display: inline-block;
  overflow: hidden;
}
.banner .bx-pager .bx-pager-item {
  float: left;
}
.banner .bx-pager .bx-pager-item a {
  text-indent: -9999px;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 9px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.banner .bx-pager .bx-pager-item a:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 16px;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffd800;
}
.banner .bx-pager .bx-pager-item a.active:before {
  border: 2px solid #ffd800;
  background: none;
}
.navbtn .md6 {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 100%;
  background-size: auto 100%;
  background-position: top left;
  position: relative;
}
.navbtn .md6 img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.navbtn .con {
  padding: 48px 76px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.navbtn .con .buybtn {
  margin-top: 48px;
  border: 1px solid;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.navbtn .con .buybtn a {
  line-height: 38px;
  font-size: 14px;
  display: block;
  padding: 0 15px;
  position: relative;
  z-index: 9;
}
.navbtn .md6.l {
  color: #202020;
}
.navbtn .md6.l .con p {
  font-size: 36px;
  color: #202020;
  line-height: 1.5;
}
.navbtn .md6.l .con p.price {
  font-size: 14px;
  color: #202020;
}
.navbtn .md6.l a {
  color: #202020;
}
.navbtn .md6.l .buybtn {
  border-color: #202020;
}
.navbtn .md6.r {
  color: #fff;
}
.navbtn .md6.r .con p {
  font-size: 40px;
  color: #fff;
  line-height: 1.5;
}
.navbtn .md6.r p.price {
  font-size: 16px;
  color: #8e8e8e;
}
.navbtn .md6.r a {
  color: #fff;
}
.navbtn .md6.r .buybtn {
  border-color: #fff;
}
.navbtn .con b {
  font-size: 24px;
  font-weight: normal;
}
/*hover effect*/
.navbtn .md6.r .buybtn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #ffd800;
  width: 40px;
  margin-left: 20px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.navbtn .md6.r .buybtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #ffd800;
  width: 30px;
  margin-left: 70px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.navbtn .md6.r .buybtn:hover:before {
  left: 0;
  margin-left: -100px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.r .buybtn:hover:after {
  left: 0;
  margin-left: -60px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.r .buybtn:hover {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: #ffd800;
}
.navbtn .md6.r .buybtn a:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding: 0 20px;
  background: #ffd800;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  margin-left: 130px;
}
.navbtn .md6.r .buybtn:hover a {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  color: #202020;
}
.navbtn .md6.r .buybtn:hover a:before {
  left: 0;
  margin-left: -20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.l .buybtn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #202020;
  width: 40px;
  margin-left: 20px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.navbtn .md6.l .buybtn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #202020;
  width: 30px;
  margin-left: 70px;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.navbtn .md6.l .buybtn:hover:before {
  left: 0;
  margin-left: -100px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.l .buybtn:hover:after {
  left: 0;
  margin-left: -60px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.l .buybtn a:before {
  content: '';
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 100%;
  width: 100%;
  padding: 0 20px;
  background: #202020;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  margin-left: 130px;
}
.navbtn .md6.l .buybtn:hover a:before {
  left: 0;
  margin-left: -20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.navbtn .md6.l .buybtn:hover a {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  color: #fff;
}
.navbtn .md6.l .buybtn:hover {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  border-color: #202020;
  background: #202020;
}
.navbtn .md6:hover img {
  background-position: top right;
  transform: scale(1.05);
}
.navbtn .md6:hover p,
.navbtn .md6:hover .buybtn {
  -webkit-animation: moveLeft 0.5s ease-in-out;
  -moz-animation: moveLeft 0.5s ease-in-out;
  -ms-animation: moveLeft 0.5s ease-in-out;
  -o-animation: moveLeft 0.5s ease-in-out;
  animation: moveLeft 0.5s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fittingCtx {
  position: relative;
}
.fittingCtx img {
  width: 100%;
}
.fittingCtx video {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.fittingCtx .fittingSvg {
  width: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.fittingCtx .fittingTxt {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2;
  text-align: center;
}
.fittingCtx .fittingTxt a {
  position: relative;
  font-size: 36px;
  color: #fed800;
  line-height: normal;
}
.fittingCtx .fittingTxt a:after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: -3px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.5s linear 0.5s;
  -moz-transition: all 0.5s linear 0.5s;
  -ms-transition: all 0.5s linear 0.5s;
  -o-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.fittingCtx .fittingTxt a.active:after {
  background: #fed800;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.fittingCtx .fittingTxt a:hover:after {
  -webkit-animation: rotateY 1s linear infinite both;
  -moz-animation: rotateY 1s linear infinite both;
  -ms-animation: rotateY 1s linear infinite both;
  -o-animation: rotateY 1s linear infinite both;
  animation: rotateY 1s linear infinite both;
}
.reviews {
  padding: 110px 12% 95px;
  background: #fff;
  font-size: 14px;
  font-family: Avenir;
  text-align: justify;
}
.reviews .sub_Reviews {
  box-sizing: border-box;
  width: 45%;
  max-height: 278px;
  overflow: hidden;
}
.reviews .sub_Reviews .sub_Reviews_logo {
  height: 80px;
}
.reviews .sub_Reviews .sub_Reviews_logo img {
  height: 38px;
}
.reviews .sub_Reviews a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #828282;
  display: block;
}
.reviews .sub_Reviews:hover a {
  color: #202020;
}
.reviews .readMore {
  text-align: right;
  font-size: 16px;
  margin-top: 43px;
}
.reviews .readMore a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #828282;
}
.reviews .readMore:hover a {
  color: #202020;
}
.reviews-layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background: rgba(0,0,0,0.5);
  text-align: center;
}
.reviews-layer .reviews-layer-ctx {
  display: inline-block;
  position: relative;
  height: 80%;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.reviews-layer .reviews-layer-ctx img {
  height: 100%;
  max-width: none;
}
.reviews-layer .reviews-layer-ctx .reviews-close {
  cursor: pointer;
  width: 30px;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: auto;
  left: auto;
  height: 30px;
  margin-top: -15px;
  color: #686868;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  font-family: iconfont;
  font-size: 18px;
}
.footer-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 186px;
  background: #e5e5e5;
  z-index: 1;
}
.footer-fixed .footer {
  box-sizing: border-box;
  padding: 79px 12% 50px;
  min-width: 1220px;
  white-space: nowrap;
}
.footer-fixed .footer dl {
  float: left;
  width: 14.666666666%;
}
.footer-fixed .footer dl:first-child {
  width: 18.66666666%;
}
.footer-fixed .footer dl:nth-child(3) {
  width: 12.66666666%;
}
.footer-fixed .footer dl:not(:last-child) dd a:hover {
  color: #202020;
}
.footer-fixed .footer dl:last-child {
  float: right;
}
.footer-fixed .footer dl dt {
  color: #202020;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 15px;
}
.footer-fixed .footer dl dd a {
  font-size: 13px;
  line-height: 30px;
  color: #7b7b7b;
}
.footer-fixed .footer dl b {
  font-size: 24px;
  font-weight: normal;
}
.footer-fixed .footer dl p {
  font-size: 14px;
  line-height: 20px;
  color: #909090;
}
.footer-fixed .mileage {
  padding: 50px 12% 40px;
}
.footer-fixed .mileage .bicycleIcon {
  background: url("../images/bicycle-icon.png") left no-repeat;
  background-size: 26px auto;
  padding-left: 30px;
  font-size: 16px;
  color: #202020;
}
.footer-fixed .mileage .mileage-txt {
  font-size: 18px;
  font-family: QiCYCLE;
  color: #202020;
  line-height: normal;
}
.footer-fixed .mileage .mileage-txt .jumbo {
  font-size: 64px;
  font-family: QiCYCLE;
}
.footer-fixed .mileage .copyRight {
  font-size: 14px;
  color: #7b7b7b;
  margin-top: 38px;
}
.news_list {
  background: #fff;
}
.news_list ul:hover li {
  width: 16.6666666666666%;
}
.news_list ul li {
  box-sizing: border-box;
  float: left;
  width: 16.6666666666666%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  overflow: hidden;
}
.news_list ul li a {
  display: block;
}
.news_list ul li:not(:last-child) {
  border-right: 1px solid #f6f6f6;
}
.news_list ul li .news_content {
  -webkit-transition: margin-left 0.2s linear;
  -moz-transition: margin-left 0.2s linear;
  -ms-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  position: relative;
  box-sizing: border-box;
  height: 440px;
  padding: 48px 30px 0;
  margin-bottom: 60px;
  overflow: hidden;
}
.news_list ul li .news_content .news_month {
  font-size: 14px;
  color: #202020;
  border: 1px solid #202020;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  padding: 0 8px;
}
.news_list ul li .news_content .news_day {
  line-height: normal;
  font-family: QiCYCLE;
  font-size: 144px;
  color: rgba(35,35,35,0.1);
}
.news_list ul li .news_content .news_txt {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 0;
  left: 30px;
  z-index: 1;
  -webkit-transition: transform 0.2s linear 0.2s;
  -moz-transition: transform 0.2s linear 0.2s;
  -ms-transition: transform 0.2s linear 0.2s;
  -o-transition: transform 0.2s linear 0.2s;
  transition: transform 0.2s linear 0.2s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.news_list ul li .news_content .news_txt .news_title {
  transition: transform 0.2s linear 0.2s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 16px;
  color: #202020;
}
.news_list ul li .news_content .news_txt .news_sub_txt {
  position: relative;
  font-size: 14px;
  color: #7b7b7b;
  padding-top: 23px;
  max-height: 67px;
}
.news_list ul li .news_content .news_txt .news_sub_txt:after {
  content: '...';
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10;
  background: #fff;
  font-size: 14px;
  color: #7b7b7b;
  padding: 0 2px;
}
.news_list ul li .news_thumbnail {
  height: 320px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_list ul li:hover,
.news_list ul li.active {
  width: 33.3333333333332%;
}
.news_list ul li:hover .news_content,
.news_list ul li.active .news_content {
  margin-left: 37.66666666666668%;
}
.news_list ul li:hover .news_content .news_txt,
.news_list ul li.active .news_content .news_txt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.news_list ul li:hover .news_content .news_txt .news_title,
.news_list ul li.active .news_content .news_txt .news_title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page_nav {
  line-height: 127px;
  background: #fff;
  text-align: center;
}
.page_nav span,
.page_nav a {
  display: inline-block;
  color: #767676;
  font-size: 14px;
  margin: 0 4px;
  cursor: pointer;
}
.page_nav span img,
.page_nav a img {
  width: 52px;
  vertical-align: middle;
  max-width: none;
}
.page_nav a {
  height: 37px;
  width: 37px;
  line-height: 37px;
}
.page_nav a.active {
  color: #202020;
}
.page_nav .opacity {
  opacity: 0.6;
  cursor: not-allowed;
}
.page_nav a:hover {
  color: #202020;
}
.service_list {
  box-sizing: border-box;
  padding-top: 44px;
  text-align: center;
  font-size: 14px;
  position: fixed;
  top: 76px;
  right: 0;
  bottom: auto;
  left: 0;
  background: #f6f6f6;
  z-index: 100;
}
.service_list .service_list_bor {
  border-top: 1px solid rgba(32,32,32,0.05);
}
.service_list .service_list_bor a {
  padding: 10px;
  color: #909090;
  display: inline-block;
  margin-top: -1px;
}
.service_list .service_list_bor a.active {
  border-top: 1px solid #202020;
  color: #202020;
}
.letter_page {
  margin: 140px 12% 268px;
}
.letter_page .active_letter {
  font-size: 14px;
  color: #202020;
  padding-left: 3px;
}
.letter_page .letter_page_ul {
  margin-bottom: 16px;
}
.letter_page .letter_page_ul >li {
  box-sizing: border-box;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(237,237,237,0.8);
  margin: 4px 0 10px;
  height: 140px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.letter_page .letter_page_ul >li:hover {
  -webkit-box-shadow: 0 0 15px #e4e4e4;
  -moz-box-shadow: 0 0 15px #e4e4e4;
  -ms-box-shadow: 0 0 15px #e4e4e4;
  -o-box-shadow: 0 0 15px #e4e4e4;
  box-shadow: 0 0 15px #e4e4e4;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.letter_page .letter_page_ul >li .service_city {
  width: 94px;
  padding: 28px 43px 0 27px;
  font-size: 16px;
  color: #202020;
  overflow: hidden;
}
.letter_page .letter_page_ul >li .service_add {
  padding: 28px 0 0 0;
  font-size: 14px;
  color: #828282;
  max-width: 50%;
}
.letter_page .letter_page_ul >li .service_add p:first-child {
  font-size: 16px;
  padding-bottom: 13px;
}
.letter_page .letter_page_ul >li .service_add p:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.letter_page .letter_page_ul >li .service_add p:nth-child(2) span {
  background: url("../images/location.png") left no-repeat;
  background-size: 12px;
}
.letter_page .letter_page_ul >li .service_add p:nth-child(2) em {
  cursor: pointer;
  display: inline-block;
  width: 62px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-style: normal;
  font-size: 14px;
  color: #202020;
  border: 1px solid #202020;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 14px;
}
.letter_page .letter_page_ul >li .service_add p:nth-child(2) em img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.letter_page .letter_page_ul >li .service_add p:last-child span {
  background: url("../images/phone.png") 1px no-repeat;
  background-size: 9px;
}
.letter_page .letter_page_ul >li .service_add p span {
  padding-left: 18px;
}
.letter_page .letter_page_ul >li .service_type {
  height: 138px;
  line-height: 138px;
  margin-right: 50px;
}
.letter_page .letter_page_ul >li .service_type img {
  vertical-align: middle;
  width: 41px;
  margin-left: 10px;
}
.letter_page .letter_page_ul >li .service_site {
  position: relative;
  display: block;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  float: right;
  width: 138px;
  height: 138px;
  font-size: 14px;
  text-align: center;
  line-height: 138px;
  color: #202020;
  overflow: hidden;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -ms-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.letter_page .letter_page_ul >li .service_site:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 1px;
  background: rgba(237,237,237,0.8);
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.letter_page .letter_page_ul >li .service_site span {
  display: inline-block;
  background: url("../images/site2.png") left center no-repeat;
  background-size: 13px;
  padding-left: 20px;
  margin-right: 2px;
}
.letter_page .letter_page_ul >li .service_site:hover {
  background: #202020;
  color: #fff;
}
.service_map {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: rgba(0,0,0,0.5);
}
.service_map .map_content {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 70%;
  background: #fff;
}
.service_map .map_content .map_txt {
  position: relative;
  padding: 60px 100px;
  height: 110px;
}
.service_map .map_content .map_txt p {
  font-size: 16px;
  color: #666;
}
.service_map .map_content .map_txt p span {
  display: inline-block;
  padding: 5px 0 5px 50px;
  font-size: 20px;
  background: url("../images/branch-location.png") left no-repeat;
  background-size: auto;
}
.service_map .map_content .map_txt p:nth-child(2) {
  margin-top: 15px;
  padding-left: 50px;
}
.service_map .map_content .map_txt .map_close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.service_map .map_content .map_txt .map_close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.service_map .map_content .map_container {
  position: absolute;
  top: 230px;
  right: 0;
  bottom: 0;
  left: 0;
}
.service_map .active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.reviews_banner {
  height: 533px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.reviews_banner .reviews_list {
  position: relative;
  overflow: hidden;
}
.reviews_banner .reviews_list .reviews_nav {
  position: absolute;
  top: 140px;
  right: 12%;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.reviews_banner .reviews_list .reviews_nav a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: not-allowed;
}
.reviews_banner .reviews_list .reviews_nav a em {
  display: inline-block;
  font-style: normal;
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.reviews_banner .reviews_list .reviews_nav a:first-child {
  margin-right: 8px;
}
.reviews_banner .reviews_list ul {
  box-sizing: border-box;
  margin-top: 156px;
  padding: 37px 12%;
  position: relative;
}
.reviews_banner .reviews_list ul:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 12%;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.reviews_banner .reviews_list ul:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 12%;
  border-top: 1px dashed rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.reviews_banner .reviews_list ul li {
  box-sizing: border-box;
  width: 25%;
  float: left;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-right: 10px;
}
.reviews_banner .reviews_list ul li img {
  vertical-align: middle;
  width: 14px;
  margin-top: -1px;
  cursor: pointer;
}
.reviews_banner .reviews_list ul li >span {
  font-size: 72px;
  font-family: QiCYCLE;
}
.reviews_banner .reviews_list ul li:before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -42px;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
}
.reviews_banner .reviews_list ul li:after {
  content: '';
  display: inline-block;
  height: 1px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: -37px;
  right: 0;
  bottom: auto;
  left: 10px;
  z-index: 1;
}
.reviews_banner .reviews_list ul li:last-child:after {
  position: absolute;
  top: -37px;
  right: 76px;
  bottom: auto;
  left: 10px;
  z-index: 1;
}
.reviews_html >div {
  border-top: 1px solid rgba(151,151,151,0.1);
}
.reviews_html .sub_Reviews {
  margin: 80px 0;
}
.news_banner {
  margin-top: 76px;
  height: 570px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_img_ctx {
  width: 1000px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  z-index: 10;
}
.news_img_ctx .news_title {
  font-size: 24px;
  color: #fff;
  margin: 60px auto 14px;
}
.news_img_ctx .news_month {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  padding: 0 8px;
}
.news_img_ctx .news_img {
  margin-top: 38px;
  width: 1000px;
  height: 530px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.news_detail {
  width: 1000px;
  margin: 150px auto 78px;
  text-align: justify;
  font-size: 14px;
  color: #8c8c8c;
  overflow: hidden;
}
.news_detail p {
  margin-top: 40px;
}
.news_detail p img {
  max-width: 100%;
}
.news_detail_nav {
  overflow: hidden;
}
.news_detail_nav >div {
  box-sizing: border-box;
  padding: 0 32px 0 12px;
  width: 1000px;
  line-height: 80px;
  background: #f6f6f6;
  margin: 0 auto 179px;
}
.news_detail_nav >div a {
  font-size: 14px;
  color: #202020;
}
.news_detail_nav >div a:first-child {
  padding: 0 20px;
}
.news_detail_nav >div span {
  font-size: 16px;
  color: #6c6c6c;
  padding-right: 23px;
}
.motion-data {
  padding: 0 12%;
}
.motion-data .personal-data {
  box-sizing: border-box;
  width: 16%;
  height: 936px;
  border-left: 1px solid rgba(0,0,0,0.05);
  text-align: center;
}
.motion-data .personal-data .personal-head {
  width: 63px;
  height: 63px;
  margin: 64px auto 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.motion-data .personal-data p {
  box-sizing: border-box;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #202020;
  margin: 12px auto 2px;
}
.motion-data .personal-data p span {
  font-size: 12px;
  color: #838383;
}
.motion-data .personal-nav {
  margin-top: 59px;
}
.motion-data .personal-nav li {
  line-height: 60px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 50%;
}
.motion-data .personal-nav li a {
  color: #202020;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.motion-data .personal-nav li:last-child a {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.motion-data .personal-nav li.active {
  border-left: 1px solid #202020;
  margin-left: -1px;
}
.motion-data .motion-sub {
  box-sizing: border-box;
  width: 84%;
  position: relative;
}
.motion-data .motion-sub .motion-banner {
  box-sizing: border-box;
  height: 215px;
  background: url("../images/motion-banner.png") left top no-repeat;
  background-size: cover;
  margin: 15px auto;
  padding-top: 67px;
}
.motion-data .motion-sub .motion-list li {
  box-sizing: border-box;
  float: left;
  width: 25%;
  text-align: center;
}
.motion-data .motion-sub .motion-list li >div {
  display: inline-block;
  text-align: left;
}
.motion-data .motion-sub .motion-list li >div span {
  font-size: 14px;
  color: #8c8c8c;
}
.motion-data .motion-sub .motion-list li >div span img {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.motion-data .motion-sub .motion-list li >div p {
  font-size: 48px;
  color: #202020;
  font-family: QiCYCLE;
  overflow: hidden;
}
.motion-data .motion-sub .motion-list li >div p em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  color: #9e9e9e;
  margin-left: 2px;
}
.motion-data .motion-sub .motion-sub-ctx {
  background: #fff;
  overflow: hidden;
  padding-bottom: 57px;
  margin-bottom: 265px;
}
.motion-data .motion-sub .motion-sub-ctx .date-type {
  margin: 0 70px;
  border-bottom: 1px solid rgba(32,32,32,0.05);
}
.motion-data .motion-sub .motion-sub-ctx .date-type ul {
  text-align: center;
}
.motion-data .motion-sub .motion-sub-ctx .date-type li {
  cursor: pointer;
  display: inline-block;
  width: 75px;
  font-size: 16px;
  color: #202020;
  padding: 36px 0 20px;
  position: relative;
}
.motion-data .motion-sub .motion-sub-ctx .date-type li:after {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.motion-data .motion-sub .motion-sub-ctx .date-type li.active:after {
  background: #202020;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.motion-data .motion-sub .motion-sub-ctx .over-white01 {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 55px;
  z-index: 10;
  width: 20px;
  height: 50%;
  background: #fff;
}
.motion-data .motion-sub .motion-sub-ctx .over-white02 {
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 55px;
  z-index: 10;
  margin-top: -50px;
  width: 20px;
  height: 50px;
  background: #fff;
}
.motion-data .motion-sub .motion-sub-ctx .over-white02 span {
  display: inline-block;
  white-space: nowrap;
  color: #202020;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.motion-data .motion-sub .motion-sub-ctx .chart {
  position: relative;
}
.motion-data .motion-sub .motion-sub-ctx .chart #chart1 {
  width: 100%;
}
.motion-data .motion-sub .motion-sub-ctx .chart .motion-btn {
  background: #fff;
  height: 35px;
  line-height: 35px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  font-size: 14px;
  color: #202020;
  min-width: 53px;
  text-align: center;
  cursor: pointer;
}
.motion-data .motion-sub .motion-sub-ctx .chart .motion-btn img {
  width: 5px;
  vertical-align: middle;
}
.motion-data .motion-sub .motion-sub-ctx .chart .motion-btn.motion-prev {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 10;
}
.motion-data .motion-sub .motion-sub-ctx .chart .motion-btn.motion-next {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 10;
}
.motion-data .motion-sub .motion-sub-ctx .motion-title {
  font-size: 16px;
  color: #202020;
  padding: 0 0 12px;
  border-bottom: 1px dashed #cecece;
  margin: 0 70px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-list p {
  font-size: 34px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list {
  margin: 0 70px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li {
  cursor: pointer;
  height: 77px;
  border: 1px solid rgba(237,237,237,0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 12px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
  overflow: hidden;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div {
  box-sizing: border-box;
  height: 100%;
  float: left;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-img img {
  height: 53px;
  width: 53px;
  margin: 12px 22px 12px 12px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-txt p {
  font-size: 16px;
  color: #202020;
  padding-top: 17px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-txt span {
  font-size: 12px;
  color: #747474;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-txt span img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 7px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-equ {
  width: 25%;
  text-align: center;
  line-height: 77px;
  font-size: 14px;
  color: #8b8b8b;
  float: right;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-speed {
  text-align: right;
  width: 25%;
  float: right;
  font-size: 34px;
  color: #878787;
  font-family: QiCYCLE;
  line-height: 77px;
  padding-right: 20px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-data-list li >div.line-map-speed em {
  font-style: normal;
  font-size: 14px;
  color: #7f7f7f;
}
.motion-data .motion-sub .motion-sub-ctx .motion-carbon {
  position: relative;
}
.motion-data .motion-sub .motion-sub-ctx .motion-carbon img {
  width: 100%;
}
.motion-data .motion-sub .motion-sub-ctx .motion-carbon .carbon-number {
  position: absolute;
  top: 25%;
  right: auto;
  bottom: 0;
  left: 70px;
  z-index: 1;
}
.motion-data .motion-sub .motion-sub-ctx .motion-carbon .carbon-number p {
  font-size: 14px;
  color: #9b9b9b;
}
.motion-data .motion-sub .motion-sub-ctx .motion-carbon .carbon-number span {
  display: inline-block;
  line-height: 1.2;
  color: #202020;
  font-size: 48px;
  font-family: QiCYCLE;
}
.motion-data .motion-sub .motion-sub-ctx .motion-all-list {
  margin: 60px auto 90px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-all-list >p {
  font-size: 14px;
  color: #727272;
  margin: 20px 70px 10px;
  padding: 0 15px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-all-list ul>li {
  margin-bottom: 10px;
}
.motion-data .motion-sub .motion-sub-ctx .motion-all-list ul>li .motion-all-month {
  box-sizing: border-box;
  margin: 0 70px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #202020;
  padding: 0 30px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.03);
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
  border: 1px solid rgba(237,237,237,0.5);
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: url("../images/triangle.png") calc(100% - 30px) no-repeat;
  background-size: 10px auto;
  cursor: pointer;
}
.motion-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  min-width: 1220px;
  background: rgba(0,0,0,0.2);
}
.motion-layer .motion-layer-frame {
  position: absolute;
  top: 91px;
  right: 0;
  bottom: 0;
  left: auto;
  width: 60%;
  z-index: 100;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.motion-layer .motion-layer-frame.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.motion-layer .motion-layer-frame .motion-close {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: -15px;
  width: 30px;
  height: 30px;
  color: #686868;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-family: iconfont;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.motion-layer-ctx {
  width: 100%;
}
.motion-layer-ctx .motion-list-title {
  position: absolute;
  top: 91px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 60%;
  z-index: 1000;
  background: #fff;
  height: 110px;
  line-height: 110px;
  font-size: 20px;
  color: #202020;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.motion-layer-ctx .motion-list-title .motion-title-txt {
  margin: 0 85px 0 70px;
  border-bottom: 1px dashed #cecece;
}
.motion-layer-ctx .motion-list-title .motion-title-txt span {
  line-height: 1.2;
  margin-top: 35px;
}
.motion-layer-ctx .motion-list-title .motion-title-txt span em {
  font-style: normal;
  font-size: 12px;
  color: #818181;
}
.motion-layer-ctx .motion-list-title .motion-title-txt p {
  float: right;
  display: inline-block;
  font-weight: bolder;
}
.motion-layer-ctx .motion-list-title .motion-title-txt p em {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  margin-left: 12px;
}
.motion-layer-ctx .motion-list-title .motion-title-txt p img {
  height: 15px;
  vertical-align: middle;
  margin-top: -2px;
}
.motion-layer-ctx .motion-list-title .motion-close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #686868;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-family: iconfont;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.motion-layer-ctx .motion-list-ctx {
  position: absolute;
  top: 91px;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  width: 60%;
  background: #fff;
  padding-bottom: 90px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 110px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map {
  margin: 0 70px;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart {
  position: relative;
  padding-left: 93px;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-subChart {
  height: 161px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-right: 1px dashed rgba(0,0,0,0.1);
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-subChart.line-middle:after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  position: absolute;
  top: 49%;
  right: 0;
  bottom: auto;
  left: 5px;
  z-index: 10;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-max {
  position: absolute;
  top: 2px;
  right: -5px;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 10;
  color: #202020;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-min {
  position: absolute;
  top: auto;
  right: -5px;
  bottom: 2px;
  left: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 10;
  color: #202020;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-xAxis {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 98px;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-xAxis span {
  display: inline-block;
  width: 20%;
  float: left;
  color: #202020;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart .line-xAxis span:last-child {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: 0;
  left: auto;
  z-index: 10;
  width: auto;
}
.motion-layer-ctx .motion-list-ctx .list-ctx-map .line-content .line-chart img {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 162px;
  width: 98px;
}
.motion-layer-ctx .motion-list-ctx .motion-list {
  margin: 25px 70px 0;
}
.motion-layer-ctx .motion-list-ctx .motion-list p {
  font-size: 34px;
}
.motion-layer-ctx .motion-list-ctx .detail-list {
  margin: 0 70px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li {
  box-sizing: border-box;
  padding: 15px 27px;
  background: #fafafa;
  margin-top: 13px;
  border: 1px solid #e7e7e7;
}
.motion-layer-ctx .motion-list-ctx .detail-list li >div {
  box-sizing: border-box;
  width: 50%;
  float: left;
  color: #202020;
  line-height: 32px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li >div:nth-child(2n+1) {
  padding-right: 34px;
  border-right: 1px solid #e7e7e7;
}
.motion-layer-ctx .motion-list-ctx .detail-list li >div:nth-child(2n+2) {
  padding-left: 34px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li >div span:first-child {
  font-size: 14px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li >div span:last-child {
  font-family: QiCYCLE;
  font-size: 20px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li .revise-btn {
  display: inline-block;
  box-sizing: border-box;
  height: 32px;
  width: 104px;
  font-size: 14px;
  color: #606060;
  text-align: center;
  border: 1px solid #f1f1f1;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.motion-layer-ctx .motion-list-ctx .detail-list li .revise-btn em {
  font-style: normal;
}
.motion-layer-ctx .motion-list-ctx .detail-list li .revise-btn img {
  width: 16px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.motion-layer-ctx .motion-list-ctx .detail-list li .revise-btn img.active {
  -webkit-animation: revise infinite 1s linear;
  -moz-animation: revise infinite 1s linear;
  -ms-animation: revise infinite 1s linear;
  -o-animation: revise infinite 1s linear;
  animation: revise infinite 1s linear;
}
.motion-layer-ctx .motion-list-ctx .power-detail {
  box-sizing: border-box;
  margin: 0 70px;
  background: #fafafa;
  border: 1px solid #e7e7e7;
  border-top: none;
  padding-left: 26px;
}
.motion-layer-ctx .motion-list-ctx .power-detail .power-title {
  font-size: 14px;
  color: #777;
  padding: 15px 0 10px;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul {
  padding-bottom: 25px;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li {
  height: 30px;
  line-height: 30px;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div {
  line-height: 30px;
  box-sizing: border-box;
  float: left;
  white-space: nowrap;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:first-child {
  width: 180px;
  font-size: 12px;
  color: #202020;
  font-weight: 500;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(2) {
  width: 10%;
  font-size: 12px;
  color: #888;
  text-align: right;
  padding-right: 9px;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(3) {
  position: relative;
  padding-right: 6px;
  text-align: right;
  height: 14px;
  line-height: 14px;
  width: calc(78% - 180px);
  background: url("../images/progress-bar.png") left top;
  background-size: cover;
  margin-top: 8px;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(3) span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fed800;
  z-index: 0;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(4) {
  height: 30px;
  width: 12%;
  text-align: center;
  font-size: 17px;
  color: #202020;
  font-family: QiCYCLE;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(4) span {
  display: inline-block;
  width: 30px;
  text-align: left;
  white-space: nowrap;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(4) span em {
  position: relative;
  font-style: normal;
}
.motion-layer-ctx .motion-list-ctx .power-detail ul li >div:nth-child(4) span em sup {
  display: inline;
  position: absolute;
  top: -7px;
  right: -13px;
  bottom: auto;
  left: auto;
  font-size: 9px;
  margin-left: 3px;
  -webkit-transform: scale(0.75);
}
.motion-layer-ctx .active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1440px) {
  .child_bar01 {
    text-align: left !important;
  }
  .child_bar01 li {
    width: 24%;
    text-align: center !important;
  }
  .navbtn .con {
    padding: 48px 60px;
  }
}
.equipment-list ul li {
  margin-top: 15px;
  background: #fff;
  position: relative;
  height: 382px;
}
.equipment-list ul li .equipment-name {
  box-sizing: border-box;
  padding: 64px 0 67px 78px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.equipment-list ul li .equipment-name img {
  height: 13px;
}
.equipment-list ul li .equipment-name p {
  color: #6f6f6f;
  font-size: 23px;
}
.equipment-list ul li .equipment-name span {
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 67px;
  left: auto;
  vertical-align: bottom;
  color: #999;
  font-size: 14px;
  background: url("../images/Wheel-icon.png") left center no-repeat;
  background-size: 13px;
  padding-left: 20px;
}
.equipment-list ul li .equipment-bike {
  width: 100%;
  line-height: 382px;
  text-align: center;
  font-family: QiCYCLE;
  font-size: 288px;
  color: rgba(32,32,32,0.05);
}
.equipment-list ul li .equipment-bike img {
  height: 274px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
.equipment-list ul li .equipment-mileage {
  box-sizing: border-box;
  padding-top: 56px;
  position: absolute;
  top: 0;
  right: 59px;
  bottom: 0;
  left: auto;
  z-index: 10;
  font-family: QiCYCLE;
  font-size: 48px;
  color: #202020;
}
.equipment-list ul li .equipment-mileage em {
  font-style: normal;
  font-size: 14px;
  color: #999;
}
.per-data-ctx {
  margin: 15px auto 200px;
  padding: 40px 78px;
  background: #fff;
}
.per-data-ctx .per-data-nav {
  -webkit-box-shadow: 0 1px 0 #f4f4f4;
  -moz-box-shadow: 0 1px 0 #f4f4f4;
  -ms-box-shadow: 0 1px 0 #f4f4f4;
  -o-box-shadow: 0 1px 0 #f4f4f4;
  box-shadow: 0 1px 0 #f4f4f4;
}
.per-data-ctx .per-data-nav li {
  height: 60px;
  line-height: 60px;
  float: left;
  margin-right: 100px;
  font-size: 14px;
  color: #838383;
  position: relative;
  padding: 0 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.per-data-ctx .per-data-nav li.active {
  color: #202020;
}
.per-data-ctx .per-data-nav li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.per-data-ctx .per-data-nav li.active:after {
  background: #202020;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.per-data-ctx .personal-head {
  margin: 45px auto 0;
  height: 120px;
  line-height: 120px;
}
.per-data-ctx .personal-head img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.per-data-ctx .personal-head .per-change-h {
  display: inline-block;
  vertical-align: middle;
}
.per-data-ctx .personal-head .per-change-h span {
  margin-left: 34px;
  display: inline-block;
  width: 96px;
  height: 39px;
  line-height: 39px;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  border-radius: 39px;
  text-align: center;
  font-size: 14px;
  color: #939393;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.12);
  box-shadow: 0 0 10px rgba(0,0,0,0.12);
  cursor: pointer;
}
.per-data-ctx .personal-head .per-change-h em {
  font-style: normal;
  display: inline-block;
  background: url("../images/per-tip-icon.png") left center no-repeat;
  background-size: 13px;
  padding-left: 20px;
  margin-left: 27px;
}
.per-data-ctx .per-info-list {
  margin-top: 45px;
}
.per-data-ctx .per-info-list li {
  margin-bottom: 38px;
}
.per-data-ctx .per-info-list li div {
  position: relative;
  width: calc(50% - 12px);
}
.per-data-ctx .per-info-list li div p {
  font-size: 14px;
  color: #202020;
  margin-bottom: 10px;
}
.per-data-ctx .per-info-list li div p em {
  font-style: normal;
  color: #f00;
  margin-left: 36px;
}
.per-data-ctx .per-info-list li div i {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: auto;
  right: 16px;
  bottom: 0;
  left: auto;
  z-index: 10;
  font-style: normal;
  color: #202020;
  font-size: 14px;
}
.per-data-ctx .per-info-list li div input {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 20px;
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.per-data-ctx .per-info-list li .per-sex-check span {
  display: inline-block;
  width: 128px;
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 24px;
  cursor: pointer;
}
.per-data-ctx .per-info-list li .per-sex-check span em {
  display: inline-block;
  font-style: normal;
  color: #202020;
  font-size: 14px;
  background: url("../images/per-sex-unck.png") left center no-repeat;
  background-size: 14px;
  margin-left: 27px;
  padding-left: 60px;
}
.per-data-ctx .per-info-list li .per-sex-check span.active em {
  background: url("../images/per-sex-cked.png") left center no-repeat;
  background-size: 14px;
}
.per-data-ctx .per-info-list li .per-sex-check span:last-child {
  margin-left: 0;
}
.per-data-ctx .per-save-btn {
  cursor: pointer;
  border: none;
  width: 100%;
  height: 60px;
  background: #fed800;
  color: #202020;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 25px auto 82px;
}
.per-data-ctx .not-allowed {
  cursor: not-allowed;
  background: rgba(236,236,236,0.9);
  color: rgba(64,64,64,0.9);
}
.per-data-ctx .third-party {
  padding-bottom: 150px;
}
.per-data-ctx .third-party p {
  font-size: 14px;
  color: #202020;
  margin: 38px auto 22px;
}
.per-data-ctx .third-party ul li {
  margin-bottom: 10px;
}
.per-data-ctx .third-party ul li div {
  position: relative;
  box-sizing: border-box;
  height: 146px;
  width: calc(50% - 5px);
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  font-size: 14px;
  color: #202020;
  border: 1px solid #f5f5f5;
}
.per-data-ctx .third-party ul li div span {
  display: inline-block;
  height: 146px;
  line-height: 146px;
  cursor: pointer;
}
.per-data-ctx .third-party ul li div em {
  display: inline-block;
  width: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 5% 0 8%;
  font-style: normal;
  font-family: iconfont;
  font-size: 25px;
}
.per-data-ctx .third-party ul li div:hover {
  border: 1px solid rgba(237,237,237,0.5);
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  -o-box-shadow: 0 0 15px rgba(0,0,0,0.05);
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.per-data-ctx .third-party ul li div:hover em {
  background: #f5f5f5;
}
.per-data-ctx .third-party ul li div a {
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #202020;
  border: 1px solid #202020;
  position: absolute;
  top: 50%;
  right: 8%;
  bottom: auto;
  left: auto;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.per-data-ctx .setting-head {
  margin-top: 45px;
  padding-bottom: 200px;
}
.per-data-ctx .setting-head .Head-title {
  font-size: 16px;
  color: #202020;
}
.per-data-ctx .setting-head .Head-info {
  color: #939393;
  font-size: 14px;
  margin-top: 14px;
}
.per-data-ctx .setting-head .cropper-container {
  width: 200px;
  height: 200px;
}
.per-data-ctx .setting-head .getImg-file {
  position: relative;
  margin-top: 26px;
}
.per-data-ctx .setting-head .getImg-file input,
.per-data-ctx .setting-head .getImg-file span {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  width: 103px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #202020;
  border: 1px solid #202020;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-right: 18px;
}
.per-data-ctx .setting-head .getImg-file em {
  font-style: normal;
  font-size: 14px;
  color: #9a9a9a;
}
.per-data-ctx .setting-head .getImg-file input {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.per-data-ctx .setting-head .avatar-btn {
  margin-top: 38px;
}
.per-data-ctx .setting-head .avatar-btn button {
  cursor: pointer;
  width: 256px;
  height: 60px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  color: #202020;
  border: 1px solid #ededed;
}
.per-data-ctx .setting-head .avatar-btn button.avatar-save {
  background: #fed800;
  border: 1px solid #fed800;
  margin-right: 15px;
}
.client-banner {
  position: relative;
  overflow: hidden;
}
.client-banner .client-banner-sub {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
.client-banner .client-logo {
  z-index: 11;
  -webkit-animation: gfadeIn 0.6s 0.8s both;
  -moz-animation: gfadeIn 0.6s 0.8s both;
  -ms-animation: gfadeIn 0.6s 0.8s both;
  -o-animation: gfadeIn 0.6s 0.8s both;
  animation: gfadeIn 0.6s 0.8s both;
}
.client-model {
  overflow: hidden;
  background: #fed800;
}
.client-model ul li {
  width: 33.33333333%;
  text-align: center;
  padding: 100px 0;
  float: left;
}
.client-model ul li img {
  height: 130px;
}
.client-model.active ul li {
  -webkit-animation: gfadeIn 1s both;
  -moz-animation: gfadeIn 1s both;
  -ms-animation: gfadeIn 1s both;
  -o-animation: gfadeIn 1s both;
  animation: gfadeIn 1s both;
}
.client-model.active ul li:nth-child(1) {
  animation-delay: 0.4s;
}
.client-model.active ul li:nth-child(2) {
  animation-delay: 0.6s;
}
.client-model.active ul li:nth-child(3) {
  animation-delay: 0.8s;
}
.client-section {
  position: relative;
}
.client-section .section-txt {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 10%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
}
.client-section .section-txt p {
  font-size: 64px;
  font-weight: 200;
  color: #202020;
  margin-bottom: 34px;
}
.client-section .section-txt span {
  line-height: 2;
  font-weight: 200;
  font-size: 18px;
  color: #818181;
}
.client-section .section-child {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  z-index: 1;
}
.client-section .section-child img {
  height: 70%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-box-shadow: 0 45px 79px rgba(32,32,32,0.15);
  -moz-box-shadow: 0 45px 79px rgba(32,32,32,0.15);
  -ms-box-shadow: 0 45px 79px rgba(32,32,32,0.15);
  -o-box-shadow: 0 45px 79px rgba(32,32,32,0.15);
  box-shadow: 0 45px 79px rgba(32,32,32,0.15);
  opacity: 0;
}
.client-section .section-child img.section-img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
}
.client-section .section-child img.section-shadow {
  -webkit-box-shadow: 20px 0 40px rgba(32,32,32,0.01), -20px 0 40px rgba(32,32,32,0.01);
  -moz-box-shadow: 20px 0 40px rgba(32,32,32,0.01), -20px 0 40px rgba(32,32,32,0.01);
  -ms-box-shadow: 20px 0 40px rgba(32,32,32,0.01), -20px 0 40px rgba(32,32,32,0.01);
  -o-box-shadow: 20px 0 40px rgba(32,32,32,0.01), -20px 0 40px rgba(32,32,32,0.01);
  box-shadow: 20px 0 40px rgba(32,32,32,0.01), -20px 0 40px rgba(32,32,32,0.01);
}
.client-section .section-child img.section-sub-child1-1 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.client-section .section-child img.section-sub-child2 {
  margin-top: 13%;
}
.client-section .section-child img.section-sub-child3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: auto;
  left: auto;
  margin-right: -20%;
  opacity: 0;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.client-section .section-child img.section-sub-child4-1 {
  position: absolute;
  top: 30%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
}
.client-section .section-child img.section-sub-child4-2 {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
}
.client-section .section-child+.section-child2 {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.client-section .section-child+.section-child2 img.section-sub-child2 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0 auto;
  width: 100%;
  vertical-align: bottom;
  opacity: 0;
}
.client-section .section-child+.section-child2 img.section-sub-child3 {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -10%;
  left: auto;
  height: 95%;
  margin: 0 auto;
  vertical-align: bottom;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  opacity: 0;
}
.client-section .section-child.active img.section-img {
  opacity: 1;
}
.client-section .section-child.active img.section-sub-child1-1 {
  padding: 0 60px;
  background: #fff;
}
.client-section .section-child.active img.section-sub-child1-2 {
  margin-top: 11.5%;
  -webkit-animation: gfadeIn 1s both;
  -moz-animation: gfadeIn 1s both;
  -ms-animation: gfadeIn 1s both;
  -o-animation: gfadeIn 1s both;
  animation: gfadeIn 1s both;
  animation-delay: 0.5s;
}
.client-section .section-child.active img.section-sub-child2 {
  animation-delay: 0.5s;
  -webkit-animation: lfadeIn 1s both;
  -moz-animation: lfadeIn 1s both;
  -ms-animation: lfadeIn 1s both;
  -o-animation: lfadeIn 1s both;
  animation: lfadeIn 1s both;
}
.client-section .section-child.active img.section-sub-child3 {
  opacity: 1;
}
.client-section .section-child.active img.section-sub-child4-1 {
  animation-delay: 0.5s;
  -webkit-animation: rfadeIn 1s both;
  -moz-animation: rfadeIn 1s both;
  -ms-animation: rfadeIn 1s both;
  -o-animation: rfadeIn 1s both;
  animation: rfadeIn 1s both;
}
.client-section .section-child.active img.section-sub-child4-2 {
  animation-delay: 0.5s;
  -webkit-animation: lfadeIn 1s both;
  -moz-animation: lfadeIn 1s both;
  -ms-animation: lfadeIn 1s both;
  -o-animation: lfadeIn 1s both;
  animation: lfadeIn 1s both;
}
.client-section .section-child.active+.section-child2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
}
.client-section .section-child.active+.section-child2 .section-sub-child2 {
  animation-delay: 0.5s;
  -webkit-animation: gfadeIn 1s both;
  -moz-animation: gfadeIn 1s both;
  -ms-animation: gfadeIn 1s both;
  -o-animation: gfadeIn 1s both;
  animation: gfadeIn 1s both;
}
.client-section .section-child.active+.section-child2 .section-sub-child3 {
  animation-delay: 0.5s;
  -webkit-animation: gfadeIn 1s both;
  -moz-animation: gfadeIn 1s both;
  -ms-animation: gfadeIn 1s both;
  -o-animation: gfadeIn 1s both;
  animation: gfadeIn 1s both;
}
.client-download {
  position: relative;
}
.client-download >img {
  width: 100%;
}
.client-download .client-code {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 1;
  text-align: center;
}
.client-download .client-code img {
  width: 8%;
}
.client-nav {
  width: 70px;
  position: fixed;
  top: 76px;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 900;
}
.client-nav ul {
  height: 100%;
}
.client-nav ul li {
  position: relative;
  height: 33.33333333%;
  line-height: 100%;
}
.client-nav ul li div {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-nav ul li span {
  font-family: iconfont;
  font-size: 38px;
}
.company-profile .company-profile-banner {
  position: relative;
}
.company-profile .company-profile-banner .company-profile-txt {
  width: 730px;
  line-height: 2;
  position: absolute;
  top: 50%;
  right: 10%;
  bottom: auto;
  left: auto;
  z-index: 1;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
  font-size: 14px;
  color: #d3d3d3;
}
.company-profile .company-profile-banner .company-profile-txt span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
.company-profile .company-profile-banner .company-contact-way {
  padding: 0 12%;
}
.company-profile .company-profile-banner .company-contact-way ul {
  padding: 70px 0;
}
.company-profile .company-profile-banner .company-contact-way ul li {
  width: 33.3333333%;
  float: left;
}
.company-profile .company-profile-banner .company-contact-way ul li:nth-child(2) {
  text-align: center;
}
.company-profile .company-profile-banner .company-contact-way ul li:nth-child(3) {
  text-align: right;
}
.company-profile .company-profile-banner .company-contact-way ul li div {
  display: inline-block;
  text-align: left;
}
.company-profile .company-profile-banner .company-contact-way ul li div p {
  line-height: 2.7;
  font-size: 14px;
  color: #737373;
}
.company-profile .company-profile-banner .company-contact-way ul li div p img {
  vertical-align: middle;
  margin: -2px 15px 0 0;
}
.company-recruit {
  margin-top: -174px;
  position: relative;
  z-index: 10;
  border-top: 1px solid rgba(255,255,255,0.25);
  padding: 0 12%;
}
.company-recruit .company-recruit-type li {
  height: 86px;
  line-height: 86px;
  padding: 0 60px;
  float: left;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.company-recruit .company-recruit-type li:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fed800;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.company-recruit .company-recruit-type li.active:before {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.company-recruit .company-recruit-list {
  -webkit-box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  -ms-box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  -o-box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  box-shadow: 0 10px 36px rgba(0,0,0,0.05);
  background: #fff;
}
.company-recruit .company-recruit-list ul {
  padding-bottom: 50px;
}
.company-recruit .company-recruit-list ul li {
  cursor: pointer;
  line-height: 82px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #fff;
}
.company-recruit .company-recruit-list ul li span {
  display: inline-block;
  width: 20%;
  text-align: center;
  float: left;
  color: #545454;
  font-size: 14px;
}
.company-recruit .company-recruit-list ul li:first-child {
  line-height: 86px;
  border-bottom: 1px solid #f4f4f4;
}
.company-recruit .company-recruit-list ul li:first-child span {
  font-size: 16px;
}
.company-recruit .company-recruit-list ul li:first-child span img {
  width: 15px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 10px;
}
.company-recruit .company-recruit-list ul li:not(:first-child):hover,
.company-recruit .company-recruit-list ul li.active {
  border-bottom: 1px solid #fed800;
}
.company-recruit-txt {
  box-sizing: border-box;
  padding: 0 70px;
}
.company-recruit-txt .company-recruit-title {
  margin: 36px auto 20px;
  font-size: 14px;
  color: #565656;
}
.company-recruit-txt .company-recruit-details {
  font-size: 14px;
  color: #9f9f9f;
}
.helpCenter-type ul {
  box-sizing: border-box;
  height: 130px;
  line-height: 130px;
  text-align: center;
  -webkit-box-shadow: 0 0 1px #d5d5d5;
  -moz-box-shadow: 0 0 1px #d5d5d5;
  -ms-box-shadow: 0 0 1px #d5d5d5;
  -o-box-shadow: 0 0 1px #d5d5d5;
  box-shadow: 0 0 1px #d5d5d5;
}
.helpCenter-type ul li {
  cursor: pointer;
  width: 200px;
  line-height: normal;
  display: inline-block;
  opacity: 0.6;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.helpCenter-type ul li img {
  height: 20px;
}
.helpCenter-type ul li p {
  margin-top: 10px;
  color: #202020;
  font-size: 14px;
}
.helpCenter-type ul li.active,
.helpCenter-type ul li:hover {
  opacity: 1;
}
.helpCenter-type ul li.active p,
.helpCenter-type ul li:hover p {
  font-weight: bold;
}
.helpCenter-subType ul {
  box-sizing: border-box;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.helpCenter-subType ul li {
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 35px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #202020;
  position: relative;
  padding: 10px 0;
}
.helpCenter-subType ul li:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #202020;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 6px;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.helpCenter-subType ul li.active:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.helpCenter-subType ul li.active {
  font-weight: bold;
}
.helpCenter-list ul {
  box-sizing: border-box;
  width: 100%;
  padding: 0 12%;
}
.helpCenter-list ul li {
  width: 100%;
  margin-bottom: 15px;
}
.helpCenter-list ul li p {
  cursor: pointer;
  box-sizing: border-box;
  height: 67px;
  line-height: 67px;
  font-size: 16px;
  color: #202020;
  padding: 0 3%;
  background: #fff url("../images/triangle.png") 97% center no-repeat;
  background-size: 12px auto;
}
.helpCenter-list ul li p em {
  font-style: normal;
  font-size: 18px;
  color: #fed800;
  font-weight: bold;
  margin-right: 13px;
}
.helpCenter-list ul li div {
  box-sizing: border-box;
  border-top: 1px solid #f6f6f6;
  padding: 22px 3% 25px;
  font-size: 14px;
  color: #747474;
  line-height: 1.8;
  background: #fff;
}
.helpCenter-feedback {
  margin: 0 13%;
  line-height: 90px;
  border-top: 1px solid #ececec;
  text-align: center;
  font-size: 16px;
  color: #202020;
}
.helpCenter-feedback a {
  color: #202020;
  text-decoration: underline;
}
@-moz-keyframes moveLeft {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
  }
}
@-webkit-keyframes moveLeft {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
  }
}
@-o-keyframes moveLeft {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
  }
}
@keyframes moveLeft {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }
  100% {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
  }
}
@-moz-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-o-keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes rotateY {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  50% {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-moz-keyframes revise {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes revise {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes revise {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes revise {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes lfadeIn {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 1;
  }
}
@-webkit-keyframes lfadeIn {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 1;
  }
}
@-o-keyframes lfadeIn {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 1;
  }
}
@keyframes lfadeIn {
  0% {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 1;
  }
}
@-moz-keyframes rfadeIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 1;
  }
}
@-webkit-keyframes rfadeIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 1;
  }
}
@-o-keyframes rfadeIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 1;
  }
}
@keyframes rfadeIn {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 1;
  }
}
@-moz-keyframes gfadeIn {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes gfadeIn {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes gfadeIn {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes gfadeIn {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
