/* 清除浮动 */
/* 圆角  */
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/* 背景自适应 */
.boxs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*阴影*/
/* input提示字体颜色修改 */
html,
body {
  height: 100%;
}
@font-face {
  font-family: 'countdown';
  src: url("../font/DINCond-Black.otf") format("otf"), url("../font/DINCond-Black.woff2") format("woff2"), url("../font/DINCond-Black.woff") format("woff"), url("../font/DINCond-Black.ttf") format("truetype"), url("../font/DINCond-Black.eot") format("embedded-opentype"), url("../font/DINCond-Black.svg") format("svg");
}
.top_banner {
  padding: 0 20px;
  background: url("../images/index_banner_bg.png") no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .container {
    width: auto;
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 15px;
  }
}
.mainInter .seeMore {
  cursor: pointer;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #ffab4b;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: #FFFFFF;
  font-size: 17px;
  display: block;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .mainInter .seeMore {
    max-width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    width: 70%;
  }
}
.mainInter h5.headline {
  font-size: 36px;
  line-height: 38px;
  color: #333333;
  text-align: center;
  padding: 60px 0 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mainInter h5.headline {
    font-size: 26px;
    padding: 30px 0 10px;
  }
}
.mainInter p {
  font-size: 15px;
  color: #333333;
  line-height: 32px;
}
.mainInter p i {
  color: #ffab4b;
}
@media (max-width: 768px) {
  .mainInter p {
    font-size: 14px;
    line-height: 26px;
  }
}
.mainInter h6 {
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  font-weight: bold;
}
.mainInter.bgcolor {
  background-color: #f7f9f9;
  padding-bottom: 60px;
}
.mainInter.bgcolor .container1 {
  background-color: #fff;
  padding: 0 18px 35px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainInter.bgcolor .container1 .headline1 {
  position: relative;
  font-size: 50px;
  line-height: 41px;
  color: #333333;
  text-align: center;
  padding: 49px 0 23px;
  margin-bottom: 23px;
  font-weight: bold;
  border-bottom: 1px solid #f1f1e6;
}
.mainInter.bgcolor .container1 .headline1::before {
  content: '';
  position: absolute;
  width: 64px;
  height: 6px;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%);
  background-color: #626988;
}
.mainInter.bgcolor .container1 .contactWay {
  background: url("../images/bg_about.png") no-repeat center;
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  padding: 28px 38px 110px 35px;
}
.mainInter.bgcolor .container1 .contactWay p {
  font-size: 18px;
  color: #666;
}
@media (max-width: 1024px) {
  .mainInter.bgcolor .container1 .contactWay {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .mainInter.bgcolor .container1 .contactWay {
    padding: 24px 30px 60px;
  }
}
@media (max-width: 500px) {
  .mainInter.bgcolor .container1 .contactWay {
    padding: 24px 20px 30px;
  }
}
.mainInter .shrmSay {
  position: relative;
  background: url(../images/bg.jpg) no-repeat top center;
  padding-bottom: 130px;
}
.mainInter .shrmSay .container {
  position: relative;
  padding-top: 28px;
  z-index: 99;
}
.mainInter .shrmSay p {
  padding-right: 41%;
  padding-left: 45px;
}
.mainInter .shrmSay .shrmPerson {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mainInter .shrmSay .shrmPerson > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .mainInter .shrmSay p:first-of-type {
    padding-right: 0;
    max-width: 80%;
  }
}
@media (max-width: 1060px) {
  .mainInter .shrmSay p:first-of-type {
    max-width: 100%;
  }
  .mainInter .shrmSay p:nth-of-type(2) {
    padding-right: 0;
    max-width: 58%;
  }
}
@media (max-width: 850px) {
  .mainInter .shrmSay p:nth-of-type(2) {
    max-width: 85%;
  }
}
@media (max-width: 768px) {
  .mainInter .shrmSay {
    background-size: cover;
    padding-bottom: 0;
  }
  .mainInter .shrmSay p {
    padding-left: 0;
  }
  .mainInter .shrmSay p:first-of-type,
  .mainInter .shrmSay p:nth-of-type(2),
  .mainInter .shrmSay p:nth-of-type(3) {
    max-width: 100%;
  }
  .mainInter .shrmSay .shrmPerson {
    position: inherit;
    overflow: hidden;
    margin-top: 8px;
  }
  .mainInter .shrmSay .shrmPerson > img {
    max-width: 116%;
    width: 116%;
    left: -8%;
    position: relative;
  }
}
@media (max-width: 1200px) {
  .mainInter .shrmSay {
    padding-bottom: 190px;
  }
}
@media (max-width: 768px) {
  .mainInter .shrmSay {
    padding-bottom: 0px;
  }
}
.mainInter .originProduct {
  background: -webkit-linear-gradient(top, #fff, #fbfcfc);
}
.mainInter .originProduct .proList {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.mainInter .originProduct .proList li {
  width: 31.25%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.7s cubic-bezier(0.7, 0, 0.4, 1);
}
.mainInter .originProduct .proList li:hover .ProductCont {
  bottom: 0;
}
.mainInter .originProduct .proList li:hover .ProductCont h6 {
  font-size: 28px;
  margin-top: 35px;
}
.mainInter .originProduct .proList li:hover .ProductImg img {
  transform: scale(1.04);
}
.mainInter .originProduct .proList li .ProductImg {
  overflow: hidden;
}
.mainInter .originProduct .proList li .ProductImg img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
.mainInter .originProduct .proList li .ProductCont {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -80%;
  text-align: center;
  background: rgba(50, 58, 86, 0.8);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mainInter .originProduct .proList li .ProductCont h6 {
  padding: 10px 0;
  color: #FFFFFF;
}
.mainInter .originProduct .proList li .ProductCont dl {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto;
  max-width: 80%;
}
.mainInter .originProduct .proList li .ProductCont dl dd {
  margin: 0 0 5px;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fefefe;
}
.mainInter .originProduct .proList li .ProductCont dl dd a {
  color: #fefefe;
  font-size: 16px;
  padding-left: 25px;
  background: url(../images/link.png) no-repeat 3px center;
}
.mainInter .originProduct .proList li .ProductCont .seeMore {
  position: absolute;
  bottom: 22px;
  left: 50%;
  margin-left: -100px;
}
@media (max-width: 1280px) {
  .mainInter .originProduct .proList li {
    width: 32.5%;
  }
  .mainInter .originProduct .proList li .ProductCont h6 {
    padding: 5px 0;
  }
  .mainInter .originProduct .proList li .ProductCont .seeMore {
    bottom: 5px;
  }
  .mainInter .originProduct .proList li:hover .ProductCont h6 {
    margin: 5% 0 0;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .mainInter .originProduct .proList li {
    min-height: 190px;
    width: 32.8%;
  }
  .mainInter .originProduct .proList li:hover .ProductCont {
    bottom: 0;
  }
  .mainInter .originProduct .proList li:hover .ProductCont h6 {
    font-size: 18px;
    margin-top: 20px;
  }
  .mainInter .originProduct .proList li .ProductCont {
    bottom: 0;
  }
  .mainInter .originProduct .proList li .ProductCont h6 {
    font-size: 18px;
    margin-top: 20px;
  }
  .mainInter .originProduct .proList li .ProductCont dl {
    margin: 0 auto 15px;
  }
  .mainInter .originProduct .proList li .ProductCont dl dd a {
    font-size: 13px;
    background-size: 14px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .mainInter .originProduct .proList li .ProductCont .seeMore {
    bottom: 15px;
    margin-left: -35%;
  }
}
@media (max-width: 580px) {
  .mainInter .originProduct .proList {
    display: block;
  }
  .mainInter .originProduct .proList li {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 360px;
  }
  .mainInter .originProduct .proList li:hover .ProductCont h6 {
    margin-top: 40px;
    font-size: 22px;
  }
  .mainInter .originProduct .proList li .ProductCont h6 {
    margin-top: 40px;
    font-size: 22px;
  }
  .mainInter .originProduct .proList li .ProductCont dl {
    margin-top: 10px;
  }
  .mainInter .originProduct .proList li .ProductCont dl dd a {
    font-size: 15px;
  }
  .mainInter .originProduct .proList li .ProductCont .seeMore {
    bottom: 20px;
    margin-left: -100px;
  }
}
.mainInter .newInfor {
  padding-bottom: 50px;
  background: -webkit-linear-gradient(top, #fbfcfc, #f7f8f9);
}
.mainInter .newInfor .proList {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.mainInter .newInfor .proList li {
  width: 31.25%;
  position: relative;
  background-color: #fff;
}
.mainInter .newInfor .proList li:hover {
  box-shadow: -2px -3px 10px 0px rgba(255, 255, 255, 0.15), 2px 4px 10px 0px rgba(71, 166, 164, 0.15);
}
.mainInter .newInfor .proList li a {
  padding: 18px 21px 31px 21px;
  display: block;
}
.mainInter .newInfor .proList li a span {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #626988;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  color: #FFFFFF;
  top: -12px;
  left: 10px;
  text-align: center;
}
.mainInter .newInfor .proList li a span i {
  font-size: 36px;
  display: block;
  text-align: center;
  font-family: 'countdown', arial;
  line-height: 72px;
}
.mainInter .newInfor .proList li a h6 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-left: 71px;
  color: #626988;
  font-size: 18px;
  line-height: 24px;
}
.mainInter .newInfor .proList li a h6:hover {
  color: #ffb967;
}
.mainInter .newInfor .proList li a p {
  text-indent: 0;
  color: #666666;
  font-size: 14px;
  margin: 15px 0 0;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mainInter .newInfor .proList li a > i {
  display: block;
  color: #999999;
  margin-top: 15px;
}
.mainInter .newInfor .proList li a > i:hover {
  color: #ffab4b;
}
.mainInter .newInfor .seeMore {
  transition: all 0.1s;
  margin-top: 30px;
  background-color: #d3a518;
}
.mainInter .newInfor .seeMore:hover {
  transform: scale(1.03);
}
@media (max-width: 1000px) {
  .mainInter .newInfor .proList {
    margin-top: 20px;
  }
  .mainInter .newInfor .proList li a span {
    width: 60px;
    height: 60px;
    font-size: 12px;
    left: 20px;
  }
  .mainInter .newInfor .proList li a span i {
    font-size: 30px;
    line-height: 30px;
  }
  .mainInter .newInfor .proList li a h6 {
    margin-top: 30px;
    padding-left: 0;
  }
  .mainInter .newInfor .proList li a p {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .mainInter .newInfor .proList li {
    width: 32.8%;
  }
  .mainInter .newInfor .proList li a {
    padding-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .mainInter .newInfor .seeMore {
    margin-top: 20px;
  }
  .mainInter .newInfor .proList {
    display: block;
  }
  .mainInter .newInfor .proList li {
    margin: 0 auto 35px;
    width: 100%;
    max-width: 360px;
  }
  .mainInter .newInfor .proList li a {
    padding: 15px;
    padding-top: 0;
  }
  .mainInter .newInfor .proList li a h6 {
    margin-top: 0;
    padding-left: 75px;
  }
  .mainInter .newInfor .proList li a p {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mainInter .newInfor .proList li a i {
    margin-top: 5px;
    text-align: right;
  }
  .mainInter .newInfor .proList li:last-of-type {
    margin-bottom: 0;
  }
}
.mainInter .shrmIntro {
  padding-bottom: 40px;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1) inset;
}
.mainInter .shrmIntro ul {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.mainInter .shrmIntro ul li {
  text-align: center;
  width: 27.27%;
  position: relative;
  padding: 10px 15px 75px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
}
.mainInter .shrmIntro ul li:hover {
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.mainInter .shrmIntro ul li:hover div span {
  background-color: #029491;
  color: #FFFFFF;
}
.mainInter .shrmIntro ul li a {
  display: block;
}
.mainInter .shrmIntro ul li h6 {
  margin-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainInter .shrmIntro ul li span {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mainInter .shrmIntro ul li div {
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
.mainInter .shrmIntro ul li div span {
  display: inline-block;
  font-size: 17px;
  color: #029491;
  text-align: center;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: solid 1px #029491;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .mainInter .shrmIntro {
    padding-bottom: 15px;
  }
  .mainInter .shrmIntro ul {
    display: block;
  }
  .mainInter .shrmIntro ul li {
    width: auto;
    background: #f7f9f9;
    margin-bottom: 10px;
  }
  .mainInter .shrmIntro ul li img {
    width: 70px;
  }
  .mainInter .shrmIntro ul li h6 {
    margin-top: -10px;
  }
  .mainInter .shrmIntro ul li div span {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
  }
}
.mainInter .shrmRunQues {
  background-color: #f7f9f9;
  padding: 0 0 60px;
}
.mainInter .shrmRunQues .quesList ul {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.mainInter .shrmRunQues .quesList ul li {
  width: 23.08%;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.mainInter .shrmRunQues .quesList ul li:hover {
  transform: translateY(-15px);
}
.mainInter .shrmRunQues .quesList ul li div.questop {
  position: relative;
  left: 10%;
  width: 68%;
  background: #FFFFFF url(../images/que.png) no-repeat right top;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 15px 6%;
}
.mainInter .shrmRunQues .quesList ul li div.questop h6 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  color: #029491;
  text-align: center;
}
.mainInter .shrmRunQues .quesList ul li div.quesbot {
  height: 215px;
  background: url(../images/bot.png) no-repeat top center;
  background-size: 100% auto;
}
.mainInter .shrmRunQues .quesList ul li div.quesbot dl {
  padding: 30px 30px 0;
}
.mainInter .shrmRunQues .quesList ul li div.quesbot dl dd {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 21px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainInter .shrmRunQues .quesList ul li div.quesbot dl dd::before {
  position: absolute;
  left: -4px;
  top: 7px;
  content: '';
  width: 7px;
  height: 7px;
  background: #ffab4b;
  display: block;
  transform: rotate(45deg);
}
.mainInter .shrmRunQues .quesList ul li div.quesbot a {
  position: absolute;
  bottom: 45px;
  width: 50%;
  line-height: 40px;
  text-align: center;
  height: 40px;
  background-color: #faad14;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: block;
  margin: 0 auto;
  color: #FFFFFF;
  left: 25%;
  transition: all 0.2s;
  transform: scale(1);
}
.mainInter .shrmRunQues .quesList ul li div.quesbot a:hover {
  transform: scale(1.03);
}
@media (max-width: 1160px) {
  .mainInter .shrmRunQues {
    padding: 0 0 30px;
  }
  .mainInter .shrmRunQues .quesList ul li {
    width: 24%;
  }
  .mainInter .shrmRunQues .quesList ul li div.questop {
    padding: 12px 6%;
  }
  .mainInter .shrmRunQues .quesList ul li div.quesbot dl {
    padding: 25px 25px 0;
  }
  .mainInter .shrmRunQues .quesList ul li div.quesbot dl dd {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-left: 13px;
  }
  .mainInter .shrmRunQues .quesList ul li div.quesbot dl dd::before {
    left: 1px;
    width: 6px;
    height: 6px;
  }
  .mainInter .shrmRunQues .quesList ul li div.quesbot a {
    width: 44%;
    left: 28%;
    bottom: 28%;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1000px) {
  .mainInter .shrmRunQues .quesList {
    overflow-x: auto;
  }
  .mainInter .shrmRunQues .quesList ul {
    width: 920px;
  }
  .mainInter .shrmRunQues .quesList ul li div.quesbot {
    height: 190px;
  }
}
.mainInter .shrmStep ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainInter .shrmStep ul li {
  width: 14%;
  text-align: center;
  position: relative;
}
.mainInter .shrmStep ul li:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  right: -31px;
  top: 32%;
  background: url(../images/j.png) no-repeat center center;
}
.mainInter .shrmStep ul li:last-of-type:after {
  display: none;
}
.mainInter .shrmStep ul li img {
  display: block;
  margin: 0 auto;
}
.mainInter .shrmStep ul li span {
  margin: 15px 0;
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.mainInter .shrmStep ul li span::before {
  position: absolute;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #029491;
  content: '';
  bottom: -4px;
  transform: rotate(45deg);
}
.mainInter .shrmStep ul li i {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin: 6px 0 0;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mainInter .shrmStep .seeMore {
  margin-top: 40px;
  margin-bottom: 50px;
  transform: scale(1);
}
.mainInter .shrmStep .seeMore:hover {
  transition: all 0.1s;
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .mainInter .shrmStep ul li {
    padding: 20px 0;
    width: 49.8%;
    border-bottom: 1px solid #eeeeee;
  }
  .mainInter .shrmStep ul li:after {
    display: none;
  }
  .mainInter .shrmStep ul li:nth-of-type(2n+1) {
    border-right: 1px solid #eeeeee;
  }
  .mainInter .shrmStep ul li:nth-of-type(5),
  .mainInter .shrmStep ul li:nth-of-type(6) {
    border-bottom: none;
  }
  .mainInter .shrmStep ul li span {
    display: none;
  }
}
.mainInter .shrmService {
  padding-bottom: 60px;
  background: #029491;
}
.mainInter .shrmService h5 {
  color: #FFFFFF;
}
.mainInter .shrmService .shrmsep {
  overflow-x: auto;
}
.mainInter .shrmService .shrmsep ul {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.mainInter .shrmService .shrmsep ul li {
  background-color: #FFFFFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  width: 30%;
  padding-bottom: 30px;
  height: 280px;
  transition: all 0.2s;
  cursor: pointer;
}
.mainInter .shrmService .shrmsep ul li:hover {
  transform: translateX(-6px);
}
.mainInter .shrmService .shrmsep ul li img {
  display: block;
  margin: 35px auto 10px;
}
.mainInter .shrmService .shrmsep ul li span {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: block;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .mainInter .shrmService .shrmsep ul {
    width: 760px;
  }
  .mainInter .shrmService .shrmsep ul li {
    width: 31.8%;
  }
  .mainInter .shrmService .shrmsep ul li img {
    width: 94px;
  }
}
.mainInter .shrmTeachClass .seeMore {
  margin: 30px auto;
  transform: scale(1);
}
.mainInter .shrmTeachClass .seeMore:hover {
  transition: all 0.1s;
  transform: scale(1.04);
}
.mainInter .shrmTeachClass ul {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.mainInter .shrmTeachClass ul li {
  width: 23%;
}
.mainInter .shrmTeachClass ul li a {
  display: block;
}
.mainInter .shrmTeachClass ul li a:hover {
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.mainInter .shrmTeachClass ul li a:hover div.courseImg img {
  transform: scale(1.018);
}
.mainInter .shrmTeachClass ul li a div {
  overflow: hidden;
}
.mainInter .shrmTeachClass ul li a div.courseImg img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.2s;
}
.mainInter .shrmTeachClass ul li a div.courseDetails {
  padding: 10px;
  position: relative;
}
.mainInter .shrmTeachClass ul li a div.courseDetails h6 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666666;
}
.mainInter .shrmTeachClass ul li a div.courseDetails dl {
  margin-top: 6px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.mainInter .shrmTeachClass ul li a div.courseDetails dl dt {
  color: #ff5252;
  font-size: 14px;
}
.mainInter .shrmTeachClass ul li a div.courseDetails dl dd {
  color: #999999;
  font-size: 12px;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .mainInter .shrmTeachClass ul {
    display: block;
  }
  .mainInter .shrmTeachClass ul li {
    width: auto;
    margin: 10px 0;
  }
  .mainInter .shrmTeachClass ul li a {
    display: table;
    width: 100%;
  }
  .mainInter .shrmTeachClass ul li a div {
    display: table-cell;
    vertical-align: top;
  }
  .mainInter .shrmTeachClass ul li a div.courseImg {
    width: 120px;
  }
  .mainInter .shrmTeachClass ul li a div.courseDetails {
    padding: 0 10px;
  }
  .mainInter .shrmTeachClass ul li a div.courseDetails h6 {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
  }
  .mainInter .shrmTeachClass ul li a div.courseDetails dl {
    position: absolute;
    bottom: 0;
    width: 94%;
  }
}
.mainInter .shrmMessage {
  margin: 60px 0;
}
.mainInter .shrmMessage a:hover {
  color: #029491;
}
.mainInter .shrmMessage .newMes {
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.mainInter .shrmMessage .newMes .newLis {
  width: 47.5%;
}
.mainInter .shrmMessage .newMes .newLis:first-of-type .title h3 {
  background: url(../images/li1.png) no-repeat left center;
}
.mainInter .shrmMessage .newMes .newLis:last-of-type .title h3 {
  background: url(../images/li2.png) no-repeat left center;
}
.mainInter .shrmMessage .newMes .newLis .title {
  position: relative;
  margin-bottom: 25px;
}
.mainInter .shrmMessage .newMes .newLis .title h3 {
  font-size: 24px;
  color: #333333;
  padding-left: 40px;
  padding-right: 40px;
}
.mainInter .shrmMessage .newMes .newLis .title a {
  position: absolute;
  right: 0;
  top: 10px;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis {
  margin-bottom: 23px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis:hover .lisWords p {
  color: #029491;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis > div {
  display: table-cell;
  vertical-align: top;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis .lisImfg {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 181px;
  overflow: hidden;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis .lisImfg img {
  max-width: 100%;
  display: block;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis .lisWords {
  padding-left: 10px;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis .lisWords h4 {
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.mainInter .shrmMessage .newMes .newLis .shrmlis .lisWords p {
  text-indent: 0;
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li {
  margin: 18px 0;
  position: relative;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a {
  display: block;
  padding: 0 0 0 10px;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a::before {
  width: 3px;
  height: 3px;
  background: #999999;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a:hover::before {
  background: #029491;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a:hover span {
  color: #029491;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a:hover i {
  color: #029491;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a span {
  font-size: 14px;
  color: #666666;
  display: block;
  margin: 0 80px 0 0;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.mainInter .shrmMessage .newMes .newLis .shrmlisbox li a i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #999999;
}
@media (max-width: 768px) {
  .mainInter .shrmMessage .newMes {
    display: block;
  }
  .mainInter .shrmMessage .newMes .newLis {
    width: auto;
    margin-bottom: 25px;
  }
  .mainInter .shrmMessage .newMes .newLis .title {
    margin-bottom: 15px;
  }
  .mainInter .shrmMessage .newMes .newLis .title h3 {
    font-size: 20px;
    background-size: 20px;
  }
  .mainInter .shrmMessage .newMes .newLis .title a {
    display: none;
  }
  .mainInter .shrmMessage .newMes .newLis .shrmlis {
    margin-bottom: 15px;
  }
  .mainInter .shrmMessage .newMes .newLis .shrmlis .lisImfg {
    width: 137px;
  }
  .mainInter .shrmMessage .newMes .newLis .shrmlis .lisWords h4 {
    margin-bottom: 12px;
  }
  .mainInter .shrmMessage .newMes .newLis .shrmlis .lisWords p {
    overflow: hidden;
    display: -webkit-box;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mainInter .shrmMessage .newMes .newLis .shrmlisbox li {
    margin: 7px 0;
  }
}
.mainInter .contactJionUs {
  margin: 0 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(71, 141, 140, 0.1);
}
.mainInter .contactJionUs .positionTitle {
  padding: 30px 20px 20px;
}
.mainInter .contactJionUs .positionTitle li {
  display: inline-block;
  min-width: 125px;
  padding: 11px 17px;
  border: solid 1px #333;
  margin: 0 15px 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-size: 17px;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.mainInter .contactJionUs .positionTitle li.on {
  background: #333;
  color: #FFFFFF;
}
.mainInter .contactJionUs .positionList li {
  display: none;
}
.mainInter .contactJionUs .positionList li.active {
  display: block;
}
.mainInter .contactJionUs .positionList li .basicInfor {
  padding: 0px 30px 20px;
  border-bottom: 1px solid #EEEEEE;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mainInter .contactJionUs .positionList li .basicInfor dd {
  font-size: 15px;
  color: #999999;
}
.mainInter .contactJionUs .positionList li .basicInfor dd i {
  color: #333333;
}
.mainInter .contactJionUs .positionList li .detailInfor {
  padding: 30px;
}
.mainInter .contactJionUs .positionList li .detailInfor dl {
  margin-bottom: 20px;
}
.mainInter .contactJionUs .positionList li .detailInfor dl dt {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  margin-bottom: 7px;
}
.mainInter .contactJionUs .positionList li .detailInfor dl dt::before {
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #333;
  content: '';
  left: 0;
  top: 6px;
}
.mainInter .contactJionUs .positionList li .detailInfor dl.last dd {
  padding-left: 10px;
}
.mainInter .contactJionUs .positionList li .detailInfor dl dd {
  padding-left: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  position: relative;
}
.mainInter .contactJionUs .positionList li .detailInfor dl dd i {
  position: absolute;
  left: 10px;
  top: 0;
}
@media (max-width: 1100px) {
  .mainInter .contactJionUs .positionList li .basicInfor {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .mainInter .contactJionUs .positionList li .basicInfor dd {
    min-width: 200px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .mainInter .contactJionUs {
    margin: 0;
  }
  .mainInter .contactJionUs .positionTitle {
    padding: 15px;
  }
  .mainInter .contactJionUs .positionTitle li {
    min-width: 0;
    padding: 6px 10px;
    margin-right: 5px;
    font-size: 14px;
  }
  .mainInter .contactJionUs .positionList li .basicInfor {
    padding: 0 15px 10px;
  }
  .mainInter .contactJionUs .positionList li .basicInfor dd {
    font-size: 14px;
    min-width: 50%;
    margin-top: 5px;
  }
  .mainInter .contactJionUs .positionList li .detailInfor {
    padding: 15px;
  }
  .mainInter .contactJionUs .positionList li .detailInfor dl dt {
    font-size: 17px;
  }
  .mainInter .contactJionUs .positionList li .detailInfor dl dd {
    line-height: 22px;
  }
}
.mainInter .aboutDownload h5 {
  padding-bottom: 30px;
}
.mainInter .aboutDownload .eduList > ul {
  max-width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.mainInter .aboutDownload .eduList > ul > li {
  position: relative;
  width: 316px;
  text-align: center;
  height: 370px;
  box-shadow: 2px 4px 10px 0px rgba(9, 124, 116, 0.1), -2px -3px 10px 0px rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 0 30px;
  border-top: 3px solid #029491;
  transition: all 0.3s;
  cursor: pointer;
  background: #FFFFFF;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose {
  padding: 0 25px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chatImg li {
  display: none;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chatImg li.active {
  display: block;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd {
  width: 56px;
  padding: 12px 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-top: 8px;
  border: solid 1px #333333;
  padding-left: 50px;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd:first-of-type {
  background: url(../images/and1.png) no-repeat 14px center;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd:last-of-type {
  background: url(../images/phone.png) no-repeat 14px center;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd.on {
  border: solid 1px #ffab4b;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd.on:first-of-type {
  background: url(../images/and.png) no-repeat 14px center;
}
.mainInter .aboutDownload .eduList > ul > li .chatchoose .chattype dd.on:last-of-type {
  background: url(../images/phone1.png) no-repeat 14px center;
}
.mainInter .aboutDownload .eduList > ul > li .code {
  display: block;
  margin: 0 auto;
  position: relative;
}
.mainInter .aboutDownload .eduList > ul > li .code::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url(../images/shade.png) no-repeat top center;
}
.mainInter .aboutDownload .eduList > ul > li > span {
  color: #333;
  font-size: 16px;
  margin: 30px 0 24px;
  display: block;
}
.mainInter .aboutDownload .eduList > ul > li h4 {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.mainInter .aboutDownload .eduList > ul > li p {
  margin: 10px 0 30px;
  font-size: 14px;
  text-indent: 0;
  padding: 0 30px;
  line-height: 24px;
  color: #999999;
}
@media (max-width: 1090px) {
  .mainInter .aboutDownload .eduList > ul {
    max-width: 1010px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .mainInter .aboutDownload .eduList > ul > li {
    margin: 10px 0 20px;
  }
  .mainInter .aboutDownload .eduList > ul > li:nth-of-type(2n+1) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .mainInter .aboutDownload .eduList > ul {
    display: block;
  }
  .mainInter .aboutDownload .eduList > ul > li {
    margin: 10px auto 20px;
    width: 100%;
    width: 316px;
  }
  .mainInter .aboutDownload .eduList > ul > li:nth-of-type(2n+1) {
    margin-right: auto;
  }
}
/* 底部资料获取 start */
.slide_bottom {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  line-height: 64px;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.slide_bottom .ztwrap {
  position: relative;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.slide_bottom figure {
  margin-right: 40px;
  margin-left: 60px;
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flex;
  /*flex容器*/
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  height: 64px;
}
.slide_bottom span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  margin-right: 50px;
}
.slide_bottom span em {
  color: #ff7164;
  padding: 0 10px;
}
.slide_bottom input {
  width: 260px;
  line-height: 40px;
  background-color: #ffffff;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  margin-right: 20px;
}
.slide_bottom button {
  text-align: center;
  width: 136px;
  line-height: 40px;
  background-color: #ff7164;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
}
.slide_bottom .hides {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1240px) {
  .slide_bottom .ztwrap {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  .slide_bottom button {
    margin-right: 33px;
  }
  .slide_bottom figure {
    margin-left: 2%;
  }
  .slide_bottom span {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media (max-width: 1080px) {
  .slide_bottom {
    display: none;
  }
}
.slide_bottom.position {
  position: inherit;
}
/* 底部资料获取 end */
