@charset "UTF-8";
/**
 * @desc File Info
 * @author MaLiang
 * @date 2019-6-6
*/
/* S 公用 */
/**
 * @desc File Info
 * @author Puhongmei
 * @date 2019-4-16
*/
/* S 公用 */
* {
  font-family: "微软雅黑";
}

.flot_left {
  float: left;
}
.flot_right {
  float: right;
}
.transitionStyle {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari 和 Chrome */
  -ms-transition: all 0.5s;
  /* Safari 和 Chrome */
  -o-transition: all 0.5s;
  /* Opera */
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base_title > h3 {
  font-size: 0.36rem;
  font-family: "PingFang";
  color: #333333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.base_title > p {
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.678);
  text-align: center;
  line-height: 1;
  margin-top: 0.2rem;
}
.base_phone_btn {
  position: relative;
  width: 100%;
  max-width: 7rem;
  border-width: 0.02rem;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0.06rem;
  height: 0.78rem;
  line-height: 0.78rem;
  padding-left: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
}
.base_phone_btn > img {
  height: 0.2rem;
  margin-right: 0.08rem;
  vertical-align: initial;
}
.base_phone_btn > span {
  display: inline-block;
  font-size: 0.24rem;
  font-family: "PingFang";
  color: #666;
}
.base_phone_btn > span b {
  font-size: 0.3rem;
  font-style: normal;
  font-weight: bold;
  font-family: "Adobe Heiti Std";
  color: #666;
}
.base_phone_btn > span b a {
  color: inherit!important;
}
.base_phone_btn > span a {
  color: #666 !important;
}
.base_phone_btn > a {
  position: absolute;
  top: -0.02rem;
  right: -0.02rem;
  width: 2.46rem;
  height: 0.78rem;
  font-size: 0.3rem;
  text-align: center;
  font-family: "PingFang";
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#01affb), to(#0180fd));
  background-image: linear-gradient(to right, #01affb 0%, #0180fd 100%);
  border-radius: 0 0.06rem 0.06rem 0;
}
.base_tel_btn {
  position: relative;
  display: block;
  text-align: center;
  line-height: 0.71rem;
  width: 6rem;
  height: 0.71rem;
  border-radius: 0.06rem;
  background-image: linear-gradient(179deg, #0180fd 0%, #01affb 100%);
  margin: 0 auto;
  font-size: 0.26rem;
  color: #fff;
}
.base_tel_btn > span {
  position: relative;
  z-index: 1;
  font-size: 0.26rem;
  color: #fff;
}
.base_tel_btn a {
  color: inherit;
}
.base_tel_btn > img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.085rem;
  width: 6.17rem;
}
.base_btn {
  position: relative;
  display: block;
  width: 6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  border-radius: 0.06rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#01affb), to(#0180fd));
  background-image: linear-gradient(to right, #01affb 0%, #0180fd 100%);
  margin: 0 auto;
  font-size: 0.30774rem;
  color: #ffffff;
  -webkit-transform: matrix(0.84487027, 0, 0, 0.84487027, 0, 0);
  transform: matrix(0.84487027, 0, 0, 0.84487027, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 0.2rem;
}
.base_btn::before {
  position: absolute;
  content: '';
  width: 6.16rem;
  height: 0.9rem;
  left: 50%;
  top: 0;
  background: url(../images/public/base_btn_shadow.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.pop_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.go_page {
  display: none;
}
.textarea_box > i {
  left: 0;
  top: 0!important;
  margin-top: 0.3rem !important;
}
.textarea_box > textarea {
  padding-left: 0.9rem !important;
}
/* S 轮播分页器样式调整 */
.pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 100%;
  border: none;
  margin-right: 0.1rem;
}
.pagination .swiper-active-switch {
  background-color: #0182fd !important;
}
/* E 轮播分页器样式调整 */
/* S 头部 */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 0.24rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_left .current_city {
  color: #333;
  font-weight: bold;
  height: 100%;
  vertical-align: middle;
  font-family: "PingFang";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header_left .current_city img {
  display: inline-block;
  width: auto;
  height: 0.32rem;
  margin-right: 0.1rem;
}
header .logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  margin-top: -0.28rem;
  height: 0.56rem;
}
header .logo > img {
  height: 100%;
}
header .head_nav_btn > img {
  width: 0.38rem;
}
/* E 头部 */
/* S-- 弹出城市列表 */
.pop_frame {
  width: 100%;
  max-width: 750px;
  height: 100%;
  background-color: #f4f6f5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.pop_frame_top {
  width: 100%;
  height: 0.86rem;
  border-width: 1px;
  border-color: #eeeeee;
  border-style: solid;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.24rem;
}
.pop_yw_top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pop_frame_top > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.pop_frame_top > a > i > img {
  width: 0.35rem;
  margin-right: 0.1rem;
}
.pop_frame_top > a > span {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  color: #000000;
}
.pop_frame_top > a > img {
  width: 0.14rem;
  margin-right: 0.38rem;
}
#pop_business_list .pop_frame_top > a > img {
  width: 0.24rem;
}
.pop_frame_top > span {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  color: #000000;
}
.pop_list_content {
  width: 100%;
  padding: 0 0 0 0.27rem;
}
.pop_list_content > p {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  color: #333333;
  height: 0.88rem;
  line-height: 0.88rem;
}
.all_list_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all_list_info > li {
  width: 2.11rem;
  height: 0.72rem;
  border-width: 1px;
  border-color: #dbdbdb;
  border-style: solid;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 0.2rem;
  margin-right: 0.27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all_list_info > li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.all_list_info > li span {
  font-size: 0.26rem;
  font-family: "Microsoft YaHei";
  color: #575757;
}
.all_list_info > li i > img {
  height: 0.28rem;
  margin-right: 0.08rem;
  margin-top: -0.08rem;
}
/* E 弹出城市列表 end */
/* S 导航 */
.pop_menu_box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.2);
}
.pop_menu_box > div {
  position: absolute;
  height: 100%;
  top: 0.88rem;
  right: 0;
}
.pop_menu_box > div > i {
  position: absolute;
  top: -0.1rem;
  right: 0.36rem;
  width: 0;
  height: 0;
  border-width: 0 0.1rem 0.1rem;
  border-style: solid;
  border-color: transparent transparent #31333c;
  /*透明 透明  灰*/
}
.menu {
  border-radius: 0.06rem;
  width: 3.73rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.menu > span {
  display: block;
  width: 100%;
  height: 0.94rem;
}
.menu > nav {
  background-color: #31333c;
}
.menu > nav > li {
  font-family: "PingFang";
}
.menu > nav > li a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0.42rem;
  font-size: 0.3rem;
  height: 0.94rem;
  line-height: 0.94rem;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #282931;
}
.menu > nav > li > .menu_sub::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/public/menu_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem 0.08rem;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu > nav > li > ul > li > a {
  background-color: #31333c;
  font-size: 0.28rem;
}
.menu > nav > li .menu_close::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/public/menu_down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem 0.08rem;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
  transform: translateY(-50%) rotateZ(-90deg);
}
.menu > nav > li .menu_sub + ul {
  display: block!important;
}
.menu > nav > li .menu_sub + ul a {
  padding-left: 0.7rem;
}
.menu > nav > li .menu_close + ul {
  display: none!important;
}
/* E 导航 */
/* S 备案信息 */
.record_info {
  padding: 0.24rem 0 1.5rem 0;
  background-color: #f7f7f7;
}
.record_info p {
  line-height: 0.36rem;
  font-family: "Adobe Heiti Std";
  font-size: 0.2rem;
  text-align: center;
  color: #888;
}
/* E 备案信息 */
/* S 页脚 */
footer {
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.4rem;
  background: transparent url(../images/public/footer_bg.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 0.4rem 0.24rem 0 0.24rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 998;
}
footer .footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer_content > a {
  display: block;
  width: 2.4rem;
}
footer .footer_content > a img {
  display: block;
  height: 0.36rem;
  margin: 0 auto 0.1rem;
}
footer .footer_content > a span {
  display: block;
  font-size: 0.24rem;
  line-height: 1;
  text-align: center;
  color: #666;
}
footer > a {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.9rem;
  background-image: linear-gradient(179deg, #0180fd 0%, #01affb 100%);
  -webkit-box-shadow: 6px 10.392px 16px 0px rgba(1, 128, 253, 0.14);
  box-shadow: 6px 10.392px 16px 0px rgba(1, 128, 253, 0.14);
}
footer > a > img {
  display: inline-block;
  height: 0.46rem;
  -webkit-animation: swing 2s ease infinite;
  animation: swing 2s ease infinite;
}
footer > a .swing {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
/* E 页脚 */
/* S 弹出表单样式 */
.pop_form > div {
  padding: 0.5rem 0 0.4rem;
  width: 7rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pop_form > div h3 {
  font-size: 0.36rem;
  font-family: "PingFang";
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.pop_form > div > span {
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.2rem;
  right: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop_form > div > span img {
  width: 0.3rem;
}
.pop_form > div .base_form div input,
.pop_form > div .base_form div select {
  border-color: rgba(0, 0, 0, 0.1);
}
.pop_form > div .base_form > p {
  color: #666;
}
/* E 弹出表单样式 */
/* S 二级表单 */
.ejForm > div {
  padding: 0.5rem 0 0.4rem;
  width: 7rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.ejForm > div h4 {
  font-size: 0.36rem;
  font-family: "PingFang";
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.ejForm > div form {
  padding: 0 0.24rem;
}
.ejForm > div form > a {
  display: block;
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.2rem;
  right: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ejForm > div form > a img {
  width: 0.2rem;
}
.ejForm > div form > div {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}
.ejForm > div form > div i {
  position: absolute;
  display: block;
  width: 0.88rem;
  height: 0.4rem;
  top: 50%;
  margin-top: -0.2rem;
  text-align: center;
}
.ejForm > div form > div i img {
  height: 100%;
}
.ejForm > div form > div select,
.ejForm > div form > div input {
  width: 100%;
  height: 0.9rem;
  font-size: 0.24rem;
  padding-left: 0.9rem;
  border-radius: 0.1rem;
  color: #333;
  border: 1px solid #dbdbdb;
  background: #fff;
}
.ejForm > div form > div select:focus,
.ejForm > div form > div input:focus {
  border: 1px solid #0084f1;
}
.ejForm > div form > div input::-webkit-input-placeholder,
.ejForm > div form > div select::-webkit-input-placeholder,
.ejForm > div form > div textarea::-webkit-input-placeholder {
  color: #666;
}
.ejForm > div form > div input:-ms-input-placeholder,
.ejForm > div form > div select:-ms-input-placeholder,
.ejForm > div form > div textarea:-ms-input-placeholder {
  color: #666;
}
.ejForm > div form > div input::-ms-input-placeholder,
.ejForm > div form > div select::-ms-input-placeholder,
.ejForm > div form > div textarea::-ms-input-placeholder {
  color: #666;
}
.ejForm > div form > div input::-moz-placeholder,
.ejForm > div form > div select::-moz-placeholder,
.ejForm > div form > div textarea::-moz-placeholder {
  color: #666;
}
.ejForm > div form > div input::placeholder,
.ejForm > div form > div select::placeholder,
.ejForm > div form > div textarea::placeholder {
  color: #666;
}
.ejForm > div form > div select {
  background: url("../images/public/select_icon.png") no-repeat right 0.2rem center;
  background-size: 0.27rem auto;
}
.ejForm > div form > div textarea {
  width: 100%;
  height: 1.9rem;
  font-size: 0.26rem;
  border-width: 1px;
  border-color: #dbdbdb;
  border-style: solid;
  font-size: 0.24rem;
  padding: 0.3rem 0.24rem;
  border-radius: 0.1rem;
  color: #333;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ejForm > div form > div textarea:focus {
  border-color: #0084f1 !important;
}
.ejForm > div form > button {
  display: block;
  width: 100%;
  line-height: 0.88rem;
  border-radius: 0.06rem;
  color: #fff;
  margin: 0 auto 0.22rem;
  font-size: 0.3rem;
  background-image: linear-gradient(179deg, #0180fd 0%, #01affb 100%);
  -webkit-box-shadow: 6px 10.392px 16px 0px rgba(100, 100, 100, 0.14);
  box-shadow: 6px 10.392px 16px 0px rgba(100, 100, 100, 0.14);
}
/* E 二级表单 */
/* S 360°互联网营销方案 全方位捕捉精准流量 */
.market_program {
  padding: 0.45rem 0;
  background: #fff;
  overflow: hidden;
}
.market_program .market_program_content {
  padding: 0 0.24rem;
}
.market_program ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 0.64rem;
}
.market_program ul li {
  width: 33%;
  padding-bottom: 0.4rem;
}
.market_program ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.78rem;
  height: 0.78rem;
  text-align: center;
  border-width: 0.02rem;
  border-color: #fd7811;
  border-style: solid;
  border-radius: 50%;
  background-color: #fda25b;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(253, 162, 91, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(253, 162, 91, 0.3);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.market_program ul li i > img {
  height: 0.38rem;
}
.market_program ul li span {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  font-family: "PingFang";
  color: #333;
  line-height: 1;
  margin-top: 0.2rem;
}
.market_program ul li:nth-of-type(2) i {
  border-color: #2bbdf8;
  background-color: #45cbff;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(69, 203, 255, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(69, 203, 255, 0.3);
  z-index: 1;
}
.market_program ul li:nth-of-type(3) i {
  border-color: #04cfb1;
  background-color: #28ddbc;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(40, 221, 188, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(40, 221, 188, 0.3);
}
.market_program ul li:nth-of-type(4) i {
  border-color: #fd727a;
  background-color: #ff9295;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(255, 146, 149, 0.3);
  box-shadow: 0px 5px 5px 0px rgba(255, 146, 149, 0.3);
}
.market_program ul li:nth-of-type(5) i {
  border-color: #6771f5;
  background-color: #8b9af9;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(139, 154, 249, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(139, 154, 249, 0.3);
}
.market_program ul li:nth-of-type(6) i {
  border-color: #0075e8;
  background-color: #0180fd;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(1, 128, 253, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(1, 128, 253, 0.3);
}
.market_program ul li:nth-of-type(7) i {
  border-color: #0075e8;
  background-color: #45cbff;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(69, 203, 255, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(69, 203, 255, 0.3);
}
.market_program ul li:nth-of-type(8) i {
  border-color: #24c4a9;
  background-color: #27ddbc;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(39, 221, 188, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(39, 221, 188, 0.3);
}
.market_program ul li:nth-of-type(9) i {
  border-color: #6172fc;
  background-color: #8b9af9;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(139, 154, 249, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(139, 154, 249, 0.3);
}
.market_program ul li:nth-of-type(10) i {
  border-color: #0075e8;
  background-color: #0180fd;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(1, 128, 253, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(1, 128, 253, 0.3);
}
.market_program ul li:nth-of-type(11) i {
  border-color: #fc9341;
  background-color: #fda15a;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(253, 161, 90, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(253, 161, 90, 0.3);
}
.market_program ul li:nth-of-type(12) i {
  border-color: #fd727a;
  background-color: #ff9295;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(255, 146, 149, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(255, 146, 149, 0.3);
}
/* E 360°互联网营销方案 全方位捕捉精准流量 */
/* S 表单样式 */
.hlw_form {
  padding: 0.45rem 0;
}
.hlw_form input,
.hlw_form select {
  border: 1px solid #e5e5e5 !important;
}
.base_form form {
  margin-top: 0.4rem;
  padding: 0 0.24rem;
}
.base_form form > div {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}
.base_form form > div i {
  position: absolute;
  display: block;
  width: 0.88rem;
  height: 0.4rem;
  top: 50%;
  margin-top: -0.2rem;
  text-align: center;
}
.base_form form > div i img {
  height: 100%;
}
.base_form form > div select,
.base_form form > div input {
  width: 100%;
  height: 0.9rem;
  font-size: 0.24rem;
  padding-left: 0.9rem;
  border-radius: 0.1rem;
  color: #333;
  border: 1px solid #fff;
  background: #fff;
}
.base_form form > div select:focus,
.base_form form > div input:focus {
  border: 1px solid #0084f1 !important;
}
.base_form form > div select {
  background: url("../images/public/select_icon.png") no-repeat right 0.2rem center;
  background-size: 0.27rem auto;
}
.base_form form > div input::-webkit-input-placeholder {
  color: #666;
}
.base_form form > div input:-ms-input-placeholder {
  color: #666;
}
.base_form form > div input::-ms-input-placeholder {
  color: #666;
}
.base_form form > div input::-moz-placeholder {
  color: #666;
}
.base_form form > div input::placeholder {
  color: #666;
}
.base_form form > div .yzm_btn {
  position: absolute;
  right: 0.06rem;
  top: 50%;
  margin-top: -0.37rem;
  padding: 0;
  width: 1.82rem;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 0.06rem;
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00c3fa), to(#005feb));
  background: linear-gradient(to right, #00c3fa 0%, #005feb 100%);
}
.base_form form > button {
  display: block;
  width: 100%;
  line-height: 0.88rem;
  border-radius: 0.06rem;
  color: #fff;
  margin: 0 auto 0.22rem;
  font-size: 0.3rem;
  background-image: linear-gradient(179deg, #0180fd 0%, #01affb 100%);
  -webkit-box-shadow: 6px 10.392px 16px 0px rgba(100, 100, 100, 0.14);
  box-shadow: 6px 10.392px 16px 0px rgba(100, 100, 100, 0.14);
}
.base_form > p {
  line-height: 0.3rem;
  font-size: 0.2rem;
  text-align: center;
  color: #888;
  margin-top: 0.35rem;
}
/* E 表单样式 */
/* S 成功案例轮播 */
.success_swiper {
  width: 100%;
  height: 3.3rem;
}
.success_swiper .swiper-slide {
  height: 2.55rem;
  width: 4.84rem !important;
  border-radius: 0.06rem;
  background-color: #ffffff;
  -webkit-box-shadow: 7.713px 9.193px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 7.713px 9.193px 18px 0px rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.success_swiper .swiper-slide > img {
  width: 100%;
}
/* E 成功案例轮播 */
/* S 顶呱呱实力见证，深受客户好评 */
.witness_praise_swiper {
  height: 4.02rem;
}
.witness_praise_swiper .swiper-slide {
  position: relative;
  height: 3.4rem;
  width: 5.66rem !important;
  border-radius: 0.06rem;
  -webkit-box-shadow: 7.713px 9.193px 18px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 7.713px 9.193px 18px 0px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.witness_praise_swiper .swiper-slide > span {
  display: block;
  width: 100%;
  height: 100%;
}
.witness_praise_swiper .swiper-slide > span img {
  width: 100%;
}
.witness_praise_swiper .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  left: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0.22rem !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.702);
  padding: 0 0.2rem;
}
/* E 顶呱呱实力见证，深受客户好评 */
.xqjs_input {
  height: 1.3rem !important;
}
.xqjs_input > textarea {
  width: 100%;
  height: 100%;
  padding-right: 0.55rem;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  padding-left: 0.9rem;
  padding-top: 0.24rem;
  outline: none;
  border: 1px solid #e5e5e5 !important;
}
.xqjs_input > textarea:focus {
  border: 1px solid #0084f1 !important;
}
.xqjs_input > textarea::-webkit-input-placeholder {
  color: #666;
}
.xqjs_input > textarea::-moz-placeholder {
  color: #666;
}
.xqjs_input > textarea:-ms-input-placeholder {
  color: #666;
}
.xqjs_input > textarea::-ms-input-placeholder {
  color: #666;
}
.xqjs_input > textarea::placeholder {
  color: #666;
}
.xqjs_input > i {
  top: 0.26rem !important;
  margin-top: 0!important;
}
/* E 公用 */
/* S 按产品 */
.case_menu {
  width: 100%;
  padding: 0.5rem 0.24rem;
  background-color: #f7f7f7;
}
.case_menu > b {
  display: block;
  font-size: 0.3rem;
  border-left: 0.04rem solid #009afa;
  height: 0.22rem;
  line-height: 0.22rem;
  padding-left: 0.1rem;
}
.case_menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case_menu ul > li {
  width: 1.6rem;
  height: 0.6rem;
  border-radius: 0.05rem;
  background-color: #ffffff;
  text-align: center;
  line-height: 0.6rem;
  margin: 0.2rem 0.2rem 0 0;
  font-size: 0.25rem;
  color: #666;
}
.case_menu ul > li:nth-child(4n+0) {
  margin-right: 0;
}
.case_menu ul > li > a {
  color: inherit;
  font-size: inherit;
}
.case_menu ul .activeClass {
  background-color: #0182fd !important;
  color: #fff !important;
}
/* E 按产品 */
/* S 案例列表 */
.case_list {
  width: 100%;
  background-color: #fff;
  padding: 0.24rem 0.24rem 0.5rem;
  min-height: 4rem;
  overflow: hidden;
}
.case_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.case_list ul li {
  width: 3.4rem;
}
.case_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 0.2rem;
}
.case_list ul li a > i {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
}
.case_list ul li a > i img {
  width: 100%;
}
.case_list ul li a > div {
  width: 100%;
  height: 0.6rem;
  text-align: center;
  background-color: #f1f3f7;
  line-height: 0.6rem;
  padding: 0 0.24rem;
}
.case_list ul li a > div > span {
  font-size: 0.24rem;
  color: #666;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*限制在一个块元素显示的文本的行数*/
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
/* E 案例列表 */
/* element-ui css样式 */
.slide-fade-enter-active {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slide-fade-leave-active {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.loadall {
  text-align: center;
  padding: 10px 0;
  color: #666;
  font-size: 0.3rem;
}
