* {
  box-sizing: border-box;
}

/* 抖音故障效果 start */

.douyin {
  text-align: center;
  fill: #fff;
  font-size: 5em;
  letter-spacing: 8px;
  font-family: 'Press Start 2P';
  font-weight: 400;
  font-size: 100px;
  /*Create overlap*/

  margin: 0;
  line-height: 0;
  /*Animation*/
  animation: glitch1 5s infinite;
}

.douyin1 {
  fill: #25f4ee;
  animation: glitch2 5s infinite;
}

.douyin2 {
  fill: #fe2c55;
  animation: glitch3 5s infinite;
}

/*Keyframes*/

@keyframes glitch1 {
  0% {
    transform: none;
    opacity: 1;
  }

  7% {
    /* transform: skew(-2.5deg, -0.9deg); */
    filter: url(#filter);
    opacity: 0.75;
  }

  8% {
    filter: none;
  }

  10% {
    transform: none;
    opacity: 1;
  }

  12% {
    transform: none;
    opacity: 1;
  }

  25% {
    /* transform: skew(1.8deg, -0.1deg); */
    filter: url(#filter);
    opacity: 0.75;
  }
  26% {
    filter: none;
  }

  29% {

    transform: none;
    opacity: 1;
  }

  40% {

    transform: none;
    opacity: 1;
  }

  45% {
    /* transform: skew(-1deg, 1.2deg); */
    filter: url(#filter);
    opacity: 0.75;
  }

  47% {
    filter: none;
  }

  50% {
    transform: none;
    opacity: 1;
  }

  55% {
    transform: none;
    opacity: 1;
  }

  58% {
    /* transform: skew(0.4deg, -1deg); */
    filter: url(#filter);
    opacity: 0.75;
  }
  60% {
    filter: none;
  }

  65% {
    transform: none;
    opacity: 1;
  }

  75% {
    transform: none;
    opacity: 1;
  }
}



@keyframes glitch2 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(-4px, -6px);
    filter: url(#filter);
    opacity: 0.5;
  }

  8% {
    filter: none;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  12% {
    transform: none;
    opacity: 0.25;
  }

  25% {
    transform: translate(-7px, -4px);
    filter: url(#filter);
    opacity: 0.5;
  }

  26% {
    filter: none;
  }

  29% {
    transform: none;
    opacity: 0.25;
  }

  40% {
    transform: none;
    opacity: 0.25;
  }

  45% {
    transform: translate(-5px, -2px);
    filter: url(#filter);
    opacity: 0.5;
  }

  47% {
    filter: none;
  }


  50% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: none;
    opacity: 0.25;
  }

  58% {
    transform: translate(-4px, -6px);
    filter: url(#filter);
    opacity: 0.5;
  }

  60% {
    filter: none;
  }

  65% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: none;
    opacity: 0.25;
  }
}



@keyframes glitch3 {
  0% {
    transform: none;
    opacity: 0.25;
  }

  7% {
    transform: translate(4px, 6px);
    filter: url(#filter);
    opacity: 0.5;
  }

  8% {
    filter: none;
  }

  10% {
    transform: none;
    opacity: 0.25;
  }

  12% {
    transform: none;
    opacity: 0.25;
  }

  25% {
    transform: translate(7px, 4px);
    filter: url(#filter);
    opacity: 0.5;
  }

  26% {
    filter: none;
  }

  29% {
    transform: none;
    opacity: 0.25;
  }

  40% {
    transform: none;
    opacity: 0.25;
  }

  45% {
    transform: translate(5px, 2px);
    filter: url(#filter);
    opacity: 0.5;
  }

  47% {
    filter: none;
  }

  50% {
    transform: none;
    opacity: 0.25;
  }

  55% {
    transform: none;
    opacity: 0.25;
  }

  58% {
    transform: translate(4px, 8px);
    filter: url(#filter);
    opacity: 0.5;
  }

  60% {
    filter: none;
  }

  65% {
    transform: none;
    opacity: 0.25;
  }

  75% {
    transform: none;
    opacity: 0.25;
  }
}
/* 抖音故障效果 end */

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.common_title {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  position: relative;
  z-index: 3;
}

.common_title:after {
  content: '';
  display: block;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.common_p1 {
  font-size: 14px;
  color: #999999;
  text-align: center;
  line-height: 19px;
  margin-top: 11px;
  position: relative;
  z-index: 3;
}

.common_prev {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../images/icon7.png") no-repeat center;
  vertical-align: top;
  margin-right: 12px;
}

.common_next {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../images/icon6.png") no-repeat center;
  vertical-align: top;
  margin-left: 12px;
}

.banner {
  height: 600px;
  background: url("../images/banner.png") no-repeat center;
  text-align: center;
  padding-top: 160px;
}

.form {
  width: 1200px;
  height: 151px;
  background: #FFFFFF;
  margin: -66px auto auto auto;
  padding-top: 30px;
  box-shadow: 0px 7px 15px 0px #f7f7f7;
  position: relative;
  z-index: 2;
}

.form_each {
  position: relative;
  width: 1100px;
}

.form_each_name {
  padding-left: 50px;
  height: 49px;
  width: 390px;
  border: 1px solid #e5e5e5;
  background: url("../images/icon1.png") no-repeat center left 17px;
  float: left;
  margin-left: 50px;
  position: relative;
}

.form_each_name:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -5px;
}

.form_each_phone {
  padding-left: 50px;
  height: 49px;
  width: 485px;
  border: 1px solid #e5e5e5;
  border-left: none;
  background: url("../images/icon2.png") no-repeat center left 17px;
  float: left;
  position: relative;
}

.form_each_phone:before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -5px;
}

.form_each_btn {
  display: block;
  position: absolute;
  top: 0;
  right: -50px;
  width: 229px;
  height: 49px;
  background: #e62129;
  text-align: center;
  line-height: 49px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.form_each_btn:hover {
  color: #fff;
  background: #d11d24;
}

.form_each_btn i {
  display: inline-block;
  width: 15px;
  height: 49px;
  vertical-align: top;
  background: url("../images/icon3.png") no-repeat center;
  margin-left: 9px;
}

.form_each input {
  padding-left: 11px;
  height: 100%;
  width: 100%;
}

.form_slide {
  width: 1100px;
  margin: 22px auto auto auto;
  height: 17px;
  overflow: hidden;
  position: relative;
}

.form_slide_bd .slide_each {
  overflow: hidden;
}

.form_slide_bd .each {
  width: 296px;
  float: left;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}

.form_slide_bd .each i {
  display: inline-block;
  width: 50px;
  height: 17px;
  background: #FFAA02;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  margin-right: 6px;
}

.form_slide_bd .each i:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -6px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left-color: #FFAA02;
}

.form_slide .prev,
.form_slide .next {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: transparent url("../images/icon4.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  z-index: 3;
}

.form_slide .prev {
  right: 16px;
}

.form_slide .prev:hover {
  background-color: #E9E9E9;
}

.form_slide .next {
  background: url("../images/icon5.png") no-repeat center;
}

.form_slide .next:hover {
  background-color: #E9E9E9;
}

.question {
  height: 905px;
  background: #fff;
  margin-top: -85px;
  padding-top: 157px;
}

.question .common_title:after {
  width: 762px;
  height: 124px;
  background: url("../images/title1.png") no-repeat center;
}

.question_content {
  width: 675px;
  height: 414px;
  margin: 42px auto auto auto;
  position: relative;
}

.question_each {
  width: 270px;
  height: 80px;
  position: absolute;
  display: table;
  background: #FFF9FA;
}

.question_each .p1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  width: 208px;
}

.question_each img {
  max-width: none;
  position: absolute;
  top: 50%;
  margin-top: -20.5px;
}

.question .each1 {
  top: 33px;
  padding-left: 24px;
  left: -230px;
}

.question .each1 img {
  right: -20.5px;
}

.question .each2 {
  padding-left: 38px;
  right: -230px;
  top: 33px;
}

.question .each2 img {
  left: -20.5px;
}

.question .each3 {
  top: 169px;
  padding-left: 24px;
  left: -280px;
}

.question .each3 img {
  right: -20.5px;
}

.question .each4 {
  padding-left: 38px;
  right: -280px;
  top: 169px;
}

.question .each4 img {
  left: -20.5px;
}

.question .each5 {
  top: 303px;
  padding-left: 24px;
  left: -230px;
}

.question .each5 img {
  right: -20.5px;
}

.question .each6 {
  top: 303px;
  padding-left: 38px;
  right: -230px;
}

.question .each6 img {
  left: -20.5px;
}

.question_contact {
  display: block;
  width: 166px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #E62129;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  box-shadow: 0px 7px 14px 0px #ffcccc;
  margin: 82px auto auto auto;
  transition: 0.3s;
}

.question_contact:hover {
  background: #d11d24;
}

.question_contact i {
  display: inline-block;
  width: 15px;
  height: 44px;
  background: url("../images/question_icon1.png") no-repeat center;
  vertical-align: top;
  margin-left: 7px;
}

.question_contact:hover {
  color: #fff;
}

.fenyou {
  background: url("../images/question_bg.png") no-repeat center;
  padding: 69px 0 74px 0;
}

.fenyou .common_title:after {
  width: 544px;
  height: 124px;
  background: url("../images/title2.png") no-repeat center;
}

.fenyou_list {
  width: 1200px;
  margin: 45px auto auto auto;
}

.fenyou_each {
  float: left;
  width: 285px;
  height: 380px;
  background: #fff;
  box-shadow: 0px 0px 29px 0px #f1f1f1;
  transition: 0.3s;
  position: relative;
  margin-right: 20px;
}

.fenyou_each:last-child {
  margin-right: 0;
}

.fenyou_each .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E62129;
  opacity: 0;
}

.fenyou_each_img {
  margin: 8px auto auto auto;
  width: 268px;
  height: 120px;
  text-align: center;
  position: relative;
}

.fenyou_each_img img {
  max-width: 100%;
  max-height: 100%;
}

.fenyou_each_img .icon1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.fenyou_each .p1 {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-top: 27px;
}

.fenyou_each .p1:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #D8D8D8;
  margin: 21px auto auto auto;
}

.fenyou_each .p2 {
  font-size: 14px;
  color: #a9a7a7;
  line-height: 22px;
  text-align: center;
  width: 236px;
  margin: 24px auto auto auto;
}

.fenyou_each .btn {
  display: block;
  width: 144px;
  height: 36px;
  background: #fff;
  border: 1px solid #e62129;
  margin: 30px auto auto auto;
  font-size: 14px;
  color: #E62129;
  line-height: 34px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0px 8px 17px 0px rgba(255, 204, 204, 0);
}

.fenyou_each .btn i {
  display: inline-block;
  width: 11px;
  height: 100%;
  background: url("../images/wuyou_icon1.png") no-repeat center;
  vertical-align: top;
  margin-left: 3px;
  transition: 0.3s;
}

.fenyou_each:hover {
  transform: translateY(-6px);
}

.fenyou_each:hover .line {
  opacity: 1;
}

.fenyou_each:hover .btn {
  background: #E62129;
  color: #fff;
  box-shadow: 0px 8px 17px 0px #ffcccc;
}

.fenyou_each:hover .btn i {
  background: url("../images/wuyou_icon2.png") no-repeat center;
}

.case {
  height: 750px;
  padding-top: 67px;
  background: url("../images/case_bg.png") no-repeat center;
}

.case .common_title {
  color: #fff;
}

.case .common_title:after {
  width: 544px;
  height: 124px;
  background: url("../images/title3.png") no-repeat center;
}

.case .common_prev {
  background: url("../images/icon9.png") no-repeat center;
}

.case .common_next {
  background: url("../images/icon8.png") no-repeat center;
}

.case .common_p1 {
  color: #888888;
  margin-bottom: 45px;
}

.case_slide {
  margin: 45px auto auto auto;
  width: 1200px;
  height: 491px;
  position: relative;
  overflow: hidden;
}

.case_slide .swiper-wrapper {
  position: relative;
  z-index: 2;
}

.case_slide_each {
  width: 404px;
  height: 491px;
  float: left;
  padding: 9px 9px 0 9px;
  background: #fff;
  position: relative;
}

.case_slide_each .each_in {
  width: 404px;
  height: 348px;
  padding: 6px 0 0 0;
  background: #fff;
}

.case_slide_each .mask {
  width: calc(100% - 18px);
  height: 100%;
  background-image: url("../images/case_mask.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.case_slide_each .img {
  width: 100%;
  height: 228px;
}

.case_slide_each .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.case_slide_each .p1 {
  margin-top: 18px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
}

.case_slide_each .p2 {
  margin-top: 5px;
  text-align: center;
  color: #DCDCDC;
  font-size: 14px;
  line-height: 19px;
}

.case_slide_each .p2:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #D8D8D8;
  opacity: 0.54;
  margin: 15px auto 24px;
}

.case_slide_each .p3 {
  height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #a9a7a7;
  line-height: 22px;
  width: 328px;
  margin: auto;
}

.case_slide_each .more {
  display: block;
  width: 27px;
  height: 27px;
  margin: 23px auto auto auto;
  background: url("../images/case_more.png") no-repeat center;
}

.case_slide_each .btn {
  display: none;
  width: 166px;
  height: 44px;
  background: #e62129;
  box-shadow: 0px 7px 14px 0px #ffcccc;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 23px auto auto auto;
  transition: 0.3s;
}

.case_slide_each .btn:hover {
  background: #d11d24;
}

.case_slide_each .btn i {
  display: inline-block;
  width: 15px;
  height: 100%;
  background: url("../images/icon3.png") no-repeat center;
  vertical-align: top;
  margin-left: 8px;
}

.case_slide_each.swiper-slide-active {
  margin-top: 0;
  width: 404px;
  height: 491px;
  background: url("../images/case_on_bg.png") no-repeat center bottom;
}

.case_slide_each.swiper-slide-active .mask {
  display: none;
}

.case_slide_each.swiper-slide-active .more {
  display: none;
}

.case_slide_each.swiper-slide-active .btn {
  display: block;
}

.case_slide_each.swiper-slide-next .p2:after, .case_slide_each.swiper-slide-prev .p2:after {
  margin-top: 24px;
  transform: scale(1.4) !important;
}

.case_slide_each.swiper-slide-next .p3, .case_slide_each.swiper-slide-prev .p3 {
  width: 230px;
  transform: scale(1.3) !important;
  margin-top: 35px;
}

.case_slide_each.swiper-slide-next .more, .case_slide_each.swiper-slide-prev .more {
  transform: scale(1.1) !important;
}

.case_shadow {
  position: absolute;
  top: 122px;
  left: 50%;
  width: 800px;
  height: 210px;
  margin-left: -400px;
  background: linear-gradient(180deg, #ce6706 0%, #c20e03 100%);
}

.advantage {
  height: 946px;
  background: url("../images/adv_bg.png") no-repeat center;
  padding-top: 71px;
}

.advantage .common_title:after {
  width: 551px;
  height: 124px;
  background: url("../images/title4.png") no-repeat center;
}

.advantage_ul {
  width: 1200px;
  margin: 55px auto auto auto;
}

.advantage_li {
  float: left;
  width: 394px;
  height: 180px;
  background: #fff;
  box-shadow: 0px 0px 29px 0px #f1f1f1;
  margin: 0 9px 9px 0;
  position: relative;
  padding: 51px 0 0 143px;
}

.advantage_li:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #E62129;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}

.advantage_li .img {
  position: absolute;
  top: 49px;
  left: 42px;
  transition: 0.3s;
}

.advantage_li .p1 {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.3s;
}

.advantage_li .p1 .span1 {
  font-size: 14px;
  color: #DCDCDC;
}

.advantage_li .p2 {
  width: 210px;
  font-size: 14px;
  color: #a9a7a7;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 11px;
  transition: 0.3s;
}

.advantage_li .p2 span {
  color: #FFAA02;
}

.advantage_li .btn {
  display: block;
  width: 120px;
  height: 30px;
  background: #E62129;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 7px 14px 0px #ffcccc;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 7px;
  transition: 0.3s;
  opacity: 0;
}

.advantage_li .btn:hover {
  background: #d11d24;
}

.advantage_li .btn i {
  display: inline-block;
  width: 11px;
  height: 100%;
  background: url("../images/wuyou_icon2.png") no-repeat center;
  vertical-align: top;
  margin-left: 4px;
}

.advantage_li:nth-child(3n) {
  margin-right: 0;
}

.advantage_li:hover:before {
  opacity: 1;
}

.advantage_li:hover .img,
.advantage_li:hover .p1,
.advantage_li:hover .p2 {
  transform: translateY(-20px);
}

.advantage_li:hover .p2 {
  margin-top: 4px;
}

.advantage_li:hover .btn {
  opacity: 1;
  transform: translateY(-12px);
}

.process {
  padding-top: 60px;
}

.process_show {
  width: 1200px;
  margin: 33px auto auto auto;
}

.process_each {
  width: 200px;
  float: left;
  text-align: center;
  position: relative;
  z-index: 3;
}

.process_each:before {
  position: absolute;
  top: 41px;
  left: 0;
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}

.process_each:after {
  position: absolute;
  top: 41px;
  right: 0;
  display: block;
  content: '';
  width: 60px;
  height: 1px;
  background: #e5e5e5;
  z-index: -1;
}

.process_each .p1 {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  margin-top: 16px;
}

.process_each .p2 {
  font-size: 14px;
  color: #CBCBCB;
  line-height: 19px;
  margin-top: 7px;
  text-transform: uppercase;
}

.team {
  height: 809px;
  background: #F7F7F7;
  padding-top: 68px;
}

.team .common_title:after {
  width: 540px;
  height: 124px;
  background: url("../images/title5.png") no-repeat center;
}

.team_box {
  width: 1200px;
  height: 204px;
  margin: 36px auto auto auto;
  position: relative;
  overflow: hidden;
}

.team_ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
}

.team_each {
  float: left;
  width: 297px;
  height: 170px;
  margin-right: 4px;
  background: #FFFFFF;
  box-shadow: 0px 0px 29px 0px #f4f8f9;
  overflow: hidden;
  padding: 23px 0 0 23px;
  position: relative;
  cursor: pointer;
}

.team_each .img {
  float: left;
  width: 119px;
  height: 119px;
  text-align: center;
}

.team_each .img img {
  max-width: 100%;
  max-height: 100%;
}

.team_each .info {
  float: left;
  margin-left: 15px;
  width: 120px;
}

.team_each .info .p1 {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 24px;
}

.team_each .info .p1 i{
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  background: url(../images/icon12.png) no-repeat;
  margin: 4px 0 0 5px;
}

.team_each .info .p2 {
  font-size: 14px;
  color: #a9a7a7;
  line-height: 22px;
  margin-top: 4px;
  height: 22px;
}

.team_each .info .p2:after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #D8D8D8;
  margin-top: 15px;
}

.team_each .erwm{
  width: 119px;
  height: 119px;
  background: #fff;
  position: absolute;
  top: 23px;
  left: 23px;
  box-shadow: 0 0 16px #e0e0e0;
  -webkit-box-shadow: 0 0 16px #e0e0e0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.team_each:hover .erwm{
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.team_each .erwm img{
  width: 104px;
  height: 104px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.team_each > a.btn {
  display: block;
  width: 120px;
  height: 30px;
  border: 1px solid #E62129;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #E62129;
  box-shadow: 0 7px 14px 0 rgba(255, 204, 217, 0);
  transition: 0.3s;
  background: transparent;
  font-weight: bold;
  position: absolute;
  right: 21px;
  bottom: 28px;
  z-index: 9;
}

.team_each >a.btn i {
  display: inline-block;
  width: 11px;
  height: 100%;
  vertical-align: top;
  background: url("../images/wuyou_icon1.png") no-repeat center;
  margin-left: 3px;
  transition: 0.3s;
}

.team_each:hover > a.btn {
  background: #E62129;
  color: #FFFFFF;
  box-shadow: 0px 7px 14px 0px #ffccd9;
}

.team_each:hover > a.btn i {
  background: url("../images/wuyou_icon2.png") no-repeat center;
}

.team_scrollbar {
  width: 1200px;
  height: 3px;
  background: #FFFFFF;
  margin-top: 186px;
  position: relative;
}

.team_scrollbar_mask {
  display: block;
  height: 12px;
  width: 250px;
  border-radius: 6px;
  background: #E62129;
  position: absolute;
  top: -6px;
  left: 0;
  cursor: pointer;
}

.team_scrollbar_mask:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  height: 12px;
  width: 4px;
  background: url("../images/icon10.png") no-repeat center;
}

.team_scrollbar_mask:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  height: 12px;
  width: 4px;
  background: url("../images/icon11.png") no-repeat center;
}

.team_show {
  width: 1200px;
  padding: 21px 21px 30px 21px;
  background: #FFFFFF;
  margin: auto;
}

.team_show .p3 {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
}

.team_show .p4 {
  font-size: 14px;
  color: #a9a7a7;
  line-height: 22px;
  margin-top: 8px;
}

.team_show_img {
  margin-top: 16px;
  font-size: 0;
  overflow: hidden;
}

.team_show_img .img {
  margin-right: 4px;
  overflow: hidden;
  float: left;
}

.team_show_img .img img {
  transition: 0.5s;
}

.team_show_img .img:hover img {
  transform: scale(1.05);
}

.team_show_img .img:last-child {
  margin: 0;
}

.common_question {
  background: #fff;
  padding: 71px 0 65px 0;
}

.common_question .common_title:after {
  width: 762px;
  height: 124px;
  background: url("../images/title7.png") no-repeat center;
}

.common_question_list {
  width: 1200px;
  margin: 49px auto auto auto;
}

.common_question_each {
  display: block;
  width: 595px;
  background: white;
  box-shadow: 0px 0px 29px 0px #f1f1f1;
  padding: 22px 0 20px 38px;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}

.common_question_each:nth-child(2n) {
  margin-right: 0;
}


.common_question_each .p1 {
  width: 512px;
  padding-left: 27px;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  height: 26px;
  background: url("../images/common_question_icon1.png") no-repeat left top 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.common_question_each .line {
  display: block;
  width: 595px;
  height: 1px;
  background: url("../images/common_question_line.png") no-repeat center;
  position: absolute;
  top: 66px;
  left: 0;
}

.common_question_each .p2 {
  width: 508px;
  padding-left: 27px;
  font-size: 14px;
  color: #a9a7a7;
  line-height: 20px;
  text-align: justify;
  background: url("../images/common_question_icon2.png") no-repeat left top;
  margin: 37px 0 10px 0;
}

.common_question_each .span1 {
  margin: 0 0 0 27px;
  font-size: 12px;
  color: #E62129;
  line-height: 16px;
  height: 16px;
  vertical-align: top;
}

.common_question_each .span1:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 16px;
  vertical-align: top;
  background: url("../images/common_question_icon3.png") no-repeat center;
  margin-left: 4px;
}

.common_question_btn {
  display: block;
  margin: 55px auto auto auto;
  width: 166px;
  height: 44px;
  background: #E62129;
  box-shadow: 0px 7px 14px 0px #ffcccc;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  transition: 0.3s;
}

.common_question_btn:hover {
  background: #d11d24;
}

.common_question_btn:hover {
  color: #fff;
}

.common_question_btn i {
  display: inline-block;
  width: 15px;
  height: 44px;
  vertical-align: top;
  background: url("../images/question_icon1.png") no-repeat center;
  margin-left: 5px;
}
