html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 28px;
  color: #33465b;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
}
.content {
  padding-top: 80px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 50px;
  }
}
@keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-moz-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@-o-keyframes water {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.form-content {
  background: url(../images/bg.jpg) center top no-repeat;
  padding-bottom: 100px;
}
.form-content .top-content {
  width: 100%;
  font-size: 0;
}
.form-content .top-content img {
  width: 100%;
}
.form-content .b-content {
  padding-top: 20px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 80px;
  background: #fff;
}
.form-content .b-content h3 {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.form-content .b-content h3 + h3 {
  margin-bottom: 20px;
}
.form-content .b-content .l-body-item span {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  width: 52px;
  display: inline-block;
}
.form-content .b-content .l-body-item input.text {
  font-size: 14px;
  color: #666;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 400;
  display: inline-block;
  width: 240px;
  height: 36px;
  margin-bottom: 15px;
  padding-left: 15px;
  overflow: hidden;
  border: 1px solid #dcdee2;
  border-radius: 18px;
  transition: all 0.3s;
}
.form-content .b-content .l-body-item input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #bfc2d4;
}
.form-content .b-content .l-body-item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #bfc2d4;
}
.form-content .b-content .l-body-item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bfc2d4;
}
.form-content .b-content .l-body-item input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #bfc2d4;
}
.form-content .b-content .l-body-check {
  margin-top: 20px;
}
.form-content .b-content .l-body-check .l-body-item .item-span {
  width: 100%;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.form-content .b-content .l-body-check .redio {
  width: auto;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 10px;
}
.form-content .b-content .l-body-check input {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.form-content .b-content .l-body-check textarea {
  width: 640px;
  height: 100px;
  border: 1px solid #dcdee2;
  border-radius: 2px;
}
.form-content .l-btn {
  margin-top: 40px;
  display: inline-block;
  float: none;
  height: 40px;
  line-height: 40px;
  background: #1198f6;
  color: #fff;
  padding: 0 60px;
  border-radius: 30px;
}
.form-content .l-btn:hover {
  background: #46b3ff;
}
@media (max-width: 978px) {
  .form-content {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .form-content .l-container {
    padding: 0;
  }
  .form-content .top-content {
    width: 100%;
    font-size: 0;
  }
  .form-content .top-content img {
    width: 100%;
  }
  .form-content .b-content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    background: #fff;
  }
  .form-content .b-content h3 {
    font-size: 12px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .form-content .b-content h3 + h3 {
    margin-bottom: 20px;
  }
  .form-content .b-content .l-body-item span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    width: 52px;
    display: inline-block;
  }
  .form-content .b-content .l-body-item input.text {
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 400;
    display: inline-block;
    width: 283px;
    height: 36px;
    margin-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
    border: 1px solid #dcdee2;
    border-radius: 18px;
    transition: all 0.3s;
  }
  .form-content .b-content .l-body-item input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bfc2d4;
  }
  .form-content .b-content .l-body-item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bfc2d4;
  }
  .form-content .b-content .l-body-item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bfc2d4;
  }
  .form-content .b-content .l-body-item input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bfc2d4;
  }
  .form-content .b-content .l-body-check {
    margin-top: 20px;
  }
  .form-content .b-content .l-body-check .l-body-item .item-span {
    width: 100%;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .form-content .b-content .l-body-check .redio {
    width: auto;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .form-content .b-content .l-body-check input {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
  }
  .form-content .b-content .l-body-check textarea {
    width: 100%;
    height: 100px;
  }
  .form-content .l-btn {
    margin-top: 40px;
    display: inline-block;
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1198f6;
    color: #fff;
    padding: 0 60px;
    border-radius: 30px;
  }
}
