@import "0521swiper.css";
.content-wrap,
.demo,
.infolist,
.liststyle {
  width: 387px;
  height: 40px;
}
.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.infolist {
  border: 1px solid #DBDADA;
  font-size: 14px;
  position: relative;
  color: #494949;
  min-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.infolist .liststyle span {
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: url(0521arrow.png) no-repeat right center;
  padding: 0 0 0 15px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.infolist .liststyle span i {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-right: 30px;
  position: relative;
  font-style: initial;
}
.infolist .liststyle span i:after {
  content: "";
  display: block;
  width: 20px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  /*background-image: url(0521jt_nor.png);*/
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 10px auto;
}
.infolist .liststyle span ul {
  width: 140px;
  position: absolute;
  border: 1px solid #e8e8e8;
  background: white;
  left: -1px;
  top: 36px;
  border-top: 0;
  margin-bottom: 10px;
  display: none;
  z-index: 10;
  overflow-y: auto !important;
  height: 186px;
}
.infolist .liststyle span ul li {
  width: 140px;
  height: 35px;
  text-align: left;
  float: left;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.infolist .liststyle span ul li:first-child {
  border-top: 0;
}
.infolist .liststyle span ul li a {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #494949;
  text-decoration: none;
}
.infolist .liststyle span ul li a:hover {
  background: #F4F4F4;
}
lable {
  position: absolute;
  width: 5em;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 22px;
  padding: 8px 0;
  line-height: 22px;
}
/**
 * LArea移动端城市选择控件
 * 
 * version:1.7.2
 * 
 * author:黄磊
 * 
 * git:https://github.com/xfhxbb/LArea
 * 
 * Copyright 2016
 * 
 * Licensed under MIT
 * 
 * 最近修改于： 2016-6-12 16:47:41
 */
.gearArea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9900;
  overflow: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.area_ctrl {
  vertical-align: middle;
  background-color: #d5d8df;
  color: #000;
  margin: 0;
  height: auto;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9901;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideInUp {
  -webkit-animation: slideInUp .3s;
  animation: slideInUp .3s;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.area_roll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  -webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
  -webkit-mask: -webkit-linear-gradient(top, #debb47 50%, rgba(36, 142, 36, 0));
}
.area_roll > div {
  font-size: 1.6em;
  height: 10em;
  float: left;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.area_roll > div .gear {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9902;
  margin-top: 4em;
}
.area_roll_mask {
  -webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));
  -webkit-mask: -webkit-linear-gradient(bottom, #debb47 50%, rgba(36, 142, 36, 0));
  padding: 0;
}
.area_grid {
  position: relative;
  top: 4em;
  width: 100%;
  height: 2em;
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
  border-top: 1px solid #abaeb5;
  border-bottom: 1px solid #abaeb5;
}
.area_roll > div:nth-child(3) .area_grid > div {
  left: 42%;
}
.area_btn {
  color: #0575f2;
  font-size: 1.6em;
  line-height: 1em;
  text-align: center;
  padding: 0.8em 1em;
}
.area_btn_box:before,
.area_btn_box:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #96979b;
  z-index: 15;
  -webkit-transform: scaleY(0.33);
  transform: scaleY(0.33);
}
.area_btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f1f2f4;
  position: relative;
}
.area_btn_box:before {
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}
.area_btn_box:after {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: 50% 70%;
  transform-origin: 50% 70%;
}
.tooth {
  height: 2em;
  line-height: 2em;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.homePage {
  margin-top: 60px;
  /*beyong*/
  /*anytime*/
  /*our*/
  /*our*/
  /*trial*/
  /*public title*/
  /*下拉框*/
  /*placeholder*/
  /*滚动条*/
}
.homePage img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.homePage .anchors {
  padding-right: 58px;
}
.homePage .anchors .container {
  position: relative;
}
.homePage .startMove {
  display: block;
  width: 96px;
  height: 33px;
  margin-right: 0;
  position: fixed;
  right: 0;
  top: -47px;
  z-index: 999;
  cursor: pointer;
}
.homePage .banner {
  background-color: #1F2531;
  height: 500px;
}
.homePage .banner .container {
  padding-left: 120px;
  padding-right: 120px;
}
.homePage .banner_content {
  overflow: hidden;
  width: 100%;
  margin-top:30px;
}
.homePage .banner_text {
  color: #fff;
  float: left;
  margin-top: 188px;
  width: 50%;
}
.homePage .banner_text p {
  font-size: 40px;
  margin-bottom: 14px;
}
.homePage .banner_text p:last-child {
  font-family: SFNSDisplay;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2.6px;
  line-height: 27px;
}
.homePage .banner_pic {
  float: right;
  margin-top: 33px;
  width: 50%;
}
.homePage .contents .beyond_container {
  padding-left: 120px;
  padding-right: 120px;
}
.homePage .contents .beyond_container .beyond_content {
  text-align: center;
  margin-top: 72px;
}
.homePage .contents .beyond_container .beyond_content h3 {
  font-size: 18px;
  color: #2A303C;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 12px;
}
.homePage .contents .beyond_container .beyond_content p {
  width: 190px;
  margin: 0 auto;
  font-size: 14px;
  color: #2A303C;
  letter-spacing: 0;
  text-align: center;
  line-height: 21px;
}
.homePage .contents .beyond_container .beyond_content p:last-child {
  width: 210px;
  line-height: 25px;
}
.homePage .anytime_contents {
  background: #F7F8FA;
}
.homePage .anytime_contents .anytime {
  padding: 52px 0;
}
.homePage .anytime_contents .anytime .anytime_title p {
  font-size: 30px;
  text-align: center;
  color: #4A4A4A;
  line-height: 1.5;
}
.homePage .anytime_contents .anytime .anytime_title p:last-child {
  font-size: 24px;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #000;
}
.homePage .anytime_contents .anytime .anytime_title p:last-child i {
  color: #4496FC;
  font-style: normal;
}
.homePage .anytime_contents .anytime .anytime_content {
  text-align: center;
  margin-top: 72px;
}
.homePage .anytime_contents .anytime .anytime_content img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.homePage .anytime_contents .anytime .anytime_content p {
  font-size: 18px;
  color: #4A4A4A;
  text-align: center;
  margin-top: 30px;
}
.homePage .our_contents .our_container {
  text-align: center;
  margin-top: 72px;
}
.homePage .cooperative_contents {
  background: #F7F8FA;
}
.homePage .cooperative_contents .cooperative_container {
  text-align: center;
  margin-top: 72px;
}
.homePage .trial_contents {
  background: url(0521bg.png) no-repeat center;
  background-size: cover;
}
.homePage .trial_contents .trial_container {
  text-align: center;
  margin-top: 72px;
}
.homePage .trial_contents label {
  font-size: 15px;
  color: #4A4A4A;
  text-align: center;
  margin-right: 32px;
}
.homePage .trial_contents .region {
  height: 40px;
  line-height: 40px;
}
.homePage .trial_contents .region label {
  position: relative;
  top: -14px;
}
.homePage .trial_contents .region div {
  display: inline-block;
}
.homePage .trial_contents .inputBox {
  margin-bottom: 20px;
  position: relative;
}
.homePage .trial_contents input,
.homePage .trial_contents .selected {
  width: 387px;
  height: 40px;
}
.homePage .trial_contents input {
  border: 1px solid #DBDADA;
  padding-left: 15px;
}
.homePage .trial_contents .errorMessage {
  position: absolute;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 15px;
  color: #F76280;
  left:940px;
  top:0;
}
.homePage .trial_contents .error {
  border: 1px solid #F76280;
}
.homePage .trial_contents .remove_error_style {
  border: 1px solid #DBDADA;
}
.homePage .trial_contents .submit {
  margin-top: 40px;
}
.homePage .trial_contents .submit a {
  display: block;
  width: 494px;
  height: 40px;
  line-height: 40px;
  background: #4496FC;
  margin: 0 auto;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.homePage .trial_contents .submit p {
  font-size: 15px;
  color: #4A4A4A;
  text-align: center;
}
.homePage .beyond,
.homePage .our,
.homePage .cooperative,
.homePage .trial {
  padding: 52px 0;
}
.homePage .beyond_title p,
.homePage .our_title p,
.homePage .cooperative_title p,
.homePage .trial_title p {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  color: #4A4A4A;
}
.homePage .beyond_title p:last-child,
.homePage .our_title p:last-child,
.homePage .cooperative_title p:last-child,
.homePage .trial_title p:last-child {
  font-size: 24px;
  font-family: PingFangSC-Light;
  font-weight: 300;
  color: #000;
}
.homePage .beyond_title p:last-child i,
.homePage .our_title p:last-child i,
.homePage .cooperative_title p:last-child i,
.homePage .trial_title p:last-child i {
  color: #4496FC;
  font-style: normal;
}
.homePage select {
  border: none;
  appearance: none;
  -webkit-appearance: none;
  /*去除chrome浏览器的默认下拉图片*/
  -moz-appearance: none;
  /*去除Firefox浏览器的默认下拉图片*/
}
.homePage ::-webkit-input-placeholder {
  font-size: 15px;
  color: #9B9B9B;
}
.homePage :-moz-placeholder {
  font-size: 15px;
  color: #9B9B9B;
}
.homePage :-ms-input-placeholder {
  font-size: 15px;
  color: #9B9B9B;
}
.homePage ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.homePage ::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid #ccc;
}
.homePage ::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
  color: transparent;
  filter: alpha(opacity=0);
}
.homePage ::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
/*手机端*/
@media (max-width: 768px) {
  .homePage .beyond,
  .homePage .our,
  .homePage .cooperative,
  .homePage .trial {
    padding: 30px 0;
  }
  .homePage .banner {
    height: auto;
  }
  .homePage .contents .beyond_container {
    padding-left: 0;
    padding-right: 0;
  }
  .homePage .mb_bg {
    text-align: center;
  }
  .mb_homePage .banner .container {
    padding: 0;
  }
  .mb_homePage .banner .banner_text {
    margin-top: 70px;
  }
  .mb_homePage .banner .banner_pic {
    margin-top: 26px;
  }
  .mb_homePage .contents .beyond_container .beyond_content {
    margin-top: 36px;
  }
  .mb_homePage .our_container .col-xs-12,
  .mb_homePage .cooperative_container .col-xs-12 {
    margin-bottom: 30px;
  }
  .mb_homePage .our_container .col-xs-12:last-child,
  .mb_homePage .cooperative_container .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .mb_homePage .trial_container .inputBox label,
  .mb_homePage .trial_container .region label {
    width: 30%;
    margin-right: 0;
  }
  .mb_homePage .trial_container .inputBox input,
  .mb_homePage .trial_container .region input,
  .mb_homePage .trial_container .inputBox .content-wrap,
  .mb_homePage .trial_container .region .content-wrap {
    width: 70%;
  }
  .mb_homePage .trial_container .region .demo,
  .mb_homePage .trial_container .region .infolist,
  .mb_homePage .trial_container .region .liststyle {
    width: 100%;
  }
  .mb_homePage .trial_container .region label {
    top: 0;
  }
  .mb_homePage .trial_container .submit a {
    width: 100%;
  }
  .mb_homePage .trial_container .content-wrap {
    width: 70%;
  }
  .mb_homePage .trial_container .content-wrap .content-block,
  .mb_homePage .trial_container .content-wrap #demo1 {
    width: 100%;
  }
  .mb_homePage .trial_container .content-wrap .sArea {
    font-size: 15px;
  }
  .mb_homePage .trial_container .errorMessage {
    left: 97px;
    top: 29px;
    font-size: 12px;
  }
}

/*# sourceMappingURL=index.css.map */