@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.5;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #2673ff;
}

/*******************************************
 *
 * ----------- 公用 -----------*
 * 
*******************************************/
.wp {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.g-tit01 {
  padding: 0 50px;
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: #787878;
}
.g-tit01 h2 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #333;
}
.g-tit01.white {
  color: #fff;
}
.g-tit01.white h2 {
  color: #fff;
}

.g-btn01 {
  display: block;
  width: 203px;
  height: 45px;
  margin: 45px auto;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background-color: #e00;
}
.g-btn01:hover {
  color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

 /*******************************************
 *
 * ----------- 公用 -----------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 头部 -----------*
 * 
*******************************************/
.header {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header .logo {
  float: left;
  margin-right: 60px;
}
.header .logo img {
  height: 44px;
  vertical-align: middle;
}
.header .logo .img02 {
  display: none;
}
.header.scroll {
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.header.scroll .logo .img01 {
  display: none;
}
.header.scroll .logo .img02 {
  display: inline;
}
.header.scroll .nav li {
  color: #333;
}
.header.scroll .nav li:hover {
  color: #2673ff;
}
.header.scroll .nav .active .v1:after {
  background-color: #333;
}
.header.scroll .nav li:hover .v1:after {
  background-color: #2673ff;
}

.nav:after {
  content: "";
  clear: both;
}
.nav li {
  position: relative;
  float: left;
  margin: 0 25px;
  line-height: inherit;
  color: #fff;
}
.nav li a {
  display: block;
  font-size: 14px;
  text-indent: inherit;
  color: inherit;
}
.nav li.active .v1, .nav li:hover .v1 {
  position: relative;
}
.nav li.active .v1:after, .nav li:hover .v1:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 160px;
  margin-top: -8px;
  margin-left: -80px;
  border: 1px solid #e2e2e2;
  border-top: #7b7b7b solid 3px;
  background-color: #fff;
}
.nav .sub dd {
  position: relative;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  text-indent: 27px;
  color: #999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav .sub dd i {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav .sub dd:hover {
  background-color: #ededed;
  text-indent: 32px;
}
.nav .sub dd:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu-open {
  display: none;
  width: 33px;
  height: 23px;
  position: fixed;
  right: 15px;
  top: 13px;
  cursor: pointer;
  z-index: 19;
  -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open hr {
  position: absolute;
  height: 3px;
  padding: 0;
  border: none;
  margin: 0;
  background-color: #387eff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.menu-open hr:nth-child(1) {
  width: 100%;
  top: 0;
  right: 0;
}
.menu-open hr:nth-child(2) {
  width: 40%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  opacity: 1;
}
.menu-open hr:nth-child(3) {
  width: 40%;
  top: 50%;
  right: 0;
  margin-top: -2px;
  opacity: 1;
}
.menu-open hr:nth-child(4) {
  width: 100%;
  bottom: 0;
  right: 0;
}

body.open .menu-open hr:nth-child(1) {
  width: 100%;
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
}
body.open .menu-open hr:nth-child(2) {
  opacity: 0;
  left: -50%;
}
body.open .menu-open hr:nth-child(3) {
  opacity: 0;
  right: -50%;
}
body.open .menu-open hr:nth-child(4) {
  width: 100%;
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/*******************************************
 *
 * --------- 头部 end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- banner及内页ban -----------*
 * 
*******************************************/
.banner {
  height: 776px;
}
.banner .item {
  height: 100%;

  background-repeat: no-repeat;
  background-size: cover;
}

.ban {
  height: 584px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*******************************************
 *
 * --------- banner及内页ban end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 底部 -----------*
 * 
*******************************************/
.footer {
  padding: 90px 0 60px;
  background-color: #60a411;
}
.footer .content {
  padding: 0 55px;
  font-size: 18px;
  line-height: 16px;
  color: #fdfbfb;
}
.footer .content .left {
  width: 1000px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.footer .content .code {
  width: 135px;
  padding: 0 25px;
  text-align: center;
}
.footer .content .code .tel {
  display: none;
}
.footer .content .btm {
  padding-top: 20px;
  text-align: center;
                                                                      <!--底部固定菜单-->   
  <div style="position:fixed ; bottom:0px;width:100%" >   
  <table  width="100%" height="48" align="center" border="0" bgcolor="#07d99a">   
 <tr  width="100%" bgcolor="#07d99a" align="center" border="0">   
    <td border="0">   
      <a href="/index.html" target="_self">首页</a>
   </td>
    <td border="0">
      <a href="/function.html" target="_self">产品</a>
   </td>
      <td>
        <a href="/case.html" target="_self">案例</a>
   </td>   
     <td>
       <a href="/about.html" target="_self">联系我们</a>
   </td>
 
       
   <!--  <td align="right">   
         版权所有 
    </td> 
    -->
  </tr>   
</table>   
</div> 
  <!--底部固定菜单结束--> 
}

/*******************************************
 *
 * --------- 底部 end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 首页 -----------*
 * 
*******************************************/
.main {
  flex: 1;
}
.main .i-section {
  padding: 60px 0 40px;
}
.main .index04 {
  background: url("../img01/801.jpg"/*tpa=https://ui.fuhaoyun.cn/urm_jz/img01/bg01.jpg*/) center no-repeat;
  background-size: cover;
}
.main .index07 {
  padding-bottom: 0 !important;
  background: url("../img01/bg02.jpg"/*tpa=https://ui.fuhaoyun.cn/urm_jz/img01/bg02.jpg*/) center no-repeat;
  background-size: cover;
}

.m-index01 {
  overflow: hidden;
  padding: 0 100px;
}
.m-index01 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  color: #787878;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-index01 li h3 {
  font-size: 40px;
  color: #333;
}

.m-index02 {
  padding: 0 40px;
  margin-bottom: 30px;
}
.m-index02 .list {
  padding-left: 80px;
  padding-bottom: 50px;
}
.m-index02 .list li {
  position: relative;
  padding-left: 20px;
  margin: 20px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.m-index02 .list li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #959595;
  border-radius: 50%;
}

.m-index03 {
  overflow: hidden;
  width: 96%;
  margin: 0 auto;
}
.m-index03 li {
  float: left;
  width: 16.666666%;
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 13px;
  text-align: center;
  color: #787878;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-index03 li h3 {
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
}
.m-index03 .icon {
  width: 51px;
  margin: 0 auto 24px;
}
.m-index03 .icon img {
  width: 100%;
}

.m-index04 {
  overflow: hidden;
  padding: 0 70px;
}
.m-index04 li {
  float: left;
  width: 33%;
  padding: 0 15px;
  margin-bottom: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-index04 .icon {
  width: 81px;
  margin: 0 auto 10px;
}

.m-index05 {
  overflow: hidden;
  padding: 0 40px;
}
.m-index05 li {
  float: left;
  width: 33.3333%;
  padding: 0 20px;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
  color: #1b1b1b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-index06 {
  overflow: hidden;
  padding: 0 150px;
}
.m-index06 li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 36px;
  font-size: 14px;
  text-align: center;
  color: #787878;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-index06 li:nth-child(4n+1) {
  clear: left;
}
.m-index06 li h3 {
  font-size: 18px;
  color: #323232;
}
.m-index06 .icon {
  width: 78px;
  margin: 0 auto 12px;
}

.m-index07 {
  padding-left: 90px;
}
.m-index07 .left {
  width: 310px;
  vertical-align: bottom;
}
.m-index07 .list {
  overflow: hidden;
  width: 568px;
  padding-left: 100px;
}
.m-index07 .list li {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 100px;
  padding-left: 25px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-index07 .list li:nth-child(2n+1) {
  clear: left;
}
.m-index07 .list li em {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  font-weight: bold;
}
.m-index07 .list li h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.m-index08 {
  text-align: center;
}

.m-index09 {
  padding: 0 110px;
  font-size: 18px;
  color: #787878;
}
.m-index09 .col-l {
  width: 395px;
}
.m-index09 .word {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
}
.m-index09 .word i {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-bottom: 4px;
  background-color: #969696;
  border-radius: 50%;
}
.m-index09 .word i:nth-of-type(1) {
  background-color: #908fe5;
}
.m-index09 .word i:nth-of-type(2) {
  background-color: #e6d25b;
}
.m-index09 .word i:nth-of-type(3) {
  background-color: #f6938a;
}
.m-index09 .link {
  display: inline-block;
  height: 38px;
  padding: 0 10px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 38px;
  color: #fff;
  background-color: #387eff;
  border-radius: 5px;
}
.m-index09 .link:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

/*******************************************
 *
 * --------- 首页 end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 功能 -----------*
 * 
*******************************************/
.m-func .section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.m-func .section .content {
  overflow: hidden;
  padding: 0 70px;
}
.m-func .section:nth-child(2n+1) .pic {
  float: right;
  text-align: right;
}
.m-func .section:nth-child(2n+1) .txt {
  float: left;
}
.m-func .section:nth-child(2n) .pic {
  float: left;
}
.m-func .section:nth-child(2n) .txt {
  float: right;
  text-align: right;
}
.m-func .section:nth-child(2n) .box, .m-func .section:nth-child(2n) .tit {
  color: #fff;
}
.m-func .section:nth-child(1) .content {
  padding-right: 0;
}
.m-func .section:nth-child(1) .pic img {
  vertical-align: bottom;
}
.m-func .section:nth-child(1) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(2) {
  background-image: url("../img01/801.jpg"/*tpa=https://ui.fuhaoyun.cn/urm_jz/img01/bg03.jpg*/);
}
.m-func .section:nth-child(2) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(3) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(4) {
  background-image: url("../img01/801.jpg"/*tpa=https://ui.fuhaoyun.cn/urm_jz/img01/bg04.jpg*/);
}
.m-func .section:nth-child(4) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(5) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(6) {
  background-image: url("../img01/801.jpg"/*tpa=https://ui.fuhaoyun.cn/urm_jz/img01/bg05.jpg*/);
}
.m-func .section:nth-child(6) .tag {
  background-color: #ffb400;
}
.m-func .section:nth-child(7) .tag {
  background-color: #ffb400;
}
.m-func .pic, .m-func .txt {
  height: 550px;
  line-height: 550px;
}
.m-func .pic {
  font-size: 0;
}
.m-func .pic .top {
  vertical-align: top;
}
.m-func .pic .mid {
  vertical-align: middle;
}
.m-func .pic .btm {
  vertical-align: bottom;
}
.m-func .pic img {
  max-height: 80%;
}
.m-func .txt {
  max-width: 350px;
  font-size: 0;
}
.m-func .txt:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.m-func .box {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  color: #787878;
}
.m-func .tit {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  color: #000;
}
.m-func .tag {
  display: inline-block;
  height: 48px;
  padding: 0 18px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  border-radius: 24px;
}

/*******************************************
 *
 * --------- 功能 end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 案例 -----------*
 * 
*******************************************/
.m-case {
  padding-top: 30px;
}
.m-case .tit {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
  color: #000;
}
.m-case .list {
  overflow: hidden;
  padding: 2.5% 0;
  margin-bottom: 130px;
}
.m-case .list li {
  position: relative;
  float: left;
  width: 20%;
  padding: 0 10px;
  font-size: 15px;
  text-align: center;
  color: #505050;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-case .list .inner {
  position: relative;
  padding-top: 50%;
  margin: 12.5% 0;
  cursor: pointer;
}
.m-case .list .inner:hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.m-case .list .inner:hover .code {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.m-case .list .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.m-case .list .icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.m-case .list .icon img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 80%;
}
.m-case .list .code {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.list-price {
  overflow: hidden;
  margin-left: -20px;
  margin-top: 40px;
  text-align: center;
}
.list-price .item {
  float: left;
  width: 50%;
}
.list-price .item .inner {
  margin-left: 20px;
}
.list-price .item .top {
  height: 220px;
  border-radius: 4px 4px 0 0;
}
.list-price .item.normal .top {
  background-color: #fe6156;
  background: -webkit-linear-gradient(top, #fe6156, #f01c0c);
  background: -moz-linear-gradient(bottom, #fe6156, #f01c0c);
  background: -ms-linear-gradient(top, #fe6156, #f01c0c);
  background: -o-linear-gradient(bottom, #fe6156, #f01c0c);
  background: linear-gradient(to bottom, #fe6156, #f01c0c);
  color: #fff;
}
.list-price .item.pro .top {
  background-color: #423c3c;
  background: -webkit-linear-gradient(left top, #423c3c, #121111);
  background: -moz-linear-gradient(bottom right, #423c3c, #121111);
  background: -ms-linear-gradient(left top, #423c3c, #121111);
  background: -o-linear-gradient(bottom right, #423c3c, #121111);
  background: linear-gradient(to bottom right, #423c3c, #121111);
  color: #f7cf7e;
  opacity: .9;
}
.list-price .top h4 {
  padding-top: 40px;
  font-size: 18px;
  line-height: 30px;
}
.list-price .top span {
  padding-top: 15px;
  font-size: 34px;
  line-height: 48px;
}
.list-price .top p {
  padding-top: 20px;
  font-size: 14px;
  line-height: 26px;
}
.list-price .item .desc {
  height: 280px;
  padding-top: 40px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.list-price .desc li {
  font-size: 14px;
  line-height: 40px;
  color: #666;
}

.table-price {
  width: 96%;
  margin: 60px auto 80px;
  border: 1px solid #dbdbdb;
}
.table-price td, .table-price th {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  color: #343434;
}
.table-price th {
  height: 40px;
  font-weight: normal;
  text-align: center;
}
.table-price td {
  position: relative;
  height: 44px;
  border: 1px solid #dbdbdb;
  font-size: 18px;
}
.table-price .col-1 {
  width: 187px;
}
.table-price .col-2 {
  width: 657px;
}
.table-price .col-3 {
  width: 155px;
}
.table-price .row1 .func {
  font-size: 15px;
  line-height: 42px;
}
.table-price .row1 .func em {
  display: inline-block;
  margin: 0 10px;
}
.table-price .pro {
  line-height: 26px;
}
.table-price .pro span {
  font-size: 16px;
  color: #787878;
}
.table-price .func {
  font-size: 18px;
  color: #2e2e2e;
}
.table-price .func span {
  font-size: 14px;
  color: #5a5a5a;
}
.table-price .price {
  font-size: 15px;
}
.table-price .price span {
  font-size: 24px;
}
.table-price .price .line {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: line-through;
}
.table-price .price .red {
  color: #e60012;
}
.table-price .icon {
  position: absolute;
  top: 0;
  right: 0;
}

/*******************************************
 *
 * --------- 案例 end ---------*
 * 
*******************************************/
/*******************************************
 *
 * ----------- 关于我们 -----------*
 * 
*******************************************/
.about-tab {
  padding: 76px 0;
  font-size: 0;
  text-align: center;
}
.about-tab a {
  display: inline-block;
  vertical-align: middle;
  width: 144px;
  height: 34px;
  border: 1px solid #e3e3e3;
  margin: 0 15px 10px;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  color: #999;
}
.about-tab a:hover {
  border-color: #2673ff;
  color: #2673ff;
}
.about-tab .active {
  border-color: #2673ff;
  color: #fff;
  background-color: #2673ff;
}
.about-tab .active:hover {
  color: #fff;
}

.about-swiper {
  overflow: hidden;
  width: 98%;
  max-width: 1000px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.about-swiper .tit {
  margin-bottom: 40px;
  font-size: 27px;
  text-align: center;
  color: #000;
}
.about-swiper .content {
  font-size: 18px;
  line-height: 28px;
  color: #343434;
}

#map {
  height: 450px;
}

/*******************************************
 *
 * --------- 关于我们 end ---------*
 * 
*******************************************/

/*******************************************
 *
 * ----------- 亲子 -----------*
 * 
*******************************************/
.qz-lists01 {
  overflow: hidden;
}
.qz-lists01 li {
  float: left;
  width: 16.666666%;
  padding: 0 10px;
  font-size: 17px;
  text-align: center;
  line-height: 24px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qz-lists01 li .icon {
  width: 64px;
  margin: 0 auto 22px;
}
.qz-lists01 li .icon img {
  width: 100%;
}

.qz-list02 {
  padding: 0 6.5%;
  overflow: hidden;
  text-align: center;
}
.qz-list02 dt {
  margin: 0 -6.5% 18px;
}
.qz-list02 dd {
  float: left;
  width: 25%;
  padding: 0 5px;
  font-size: 18px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.qz-sec01 {
  overflow: hidden;
  margin-bottom: 40px;
}
.qz-sec01 .pic {
  float: right;
  width: 385px;
  text-align: center;
}
.qz-sec01 .txt {
  overflow: hidden;
  padding-top: 50px;
  padding-left: 70px;
}
.qz-sec01 .txt .tit {
  margin-bottom: 26px;
  font-size: 18px;
  color: #333;
}
.qz-sec01 .txt .tit h3 {
  padding: 12px 0;
  font-size: 30px;
}
.qz-sec01 .txt .content {
  font-size: 18px;
  line-height: 38px;
  color: #333;
}

.qz-sec02 .pic {
  float: left;
  width: 670px;
}
.qz-sec02 .txt {
  padding-left: 40px;
}

.qz-list03 {
  overflow: hidden;
  margin-left: -10px;
}
.qz-list03 li {
  overflow: hidden;
  float: left;
  width: 33.333333%;
  margin-bottom: 30px;
}
.qz-list03 li .inner {
  display: block;
  position: relative;
  padding-bottom: 70px;
  margin-left: 10px;
}
.qz-list03 li .inner:hover .txt {
  margin-top: 0;
}
.qz-list03 li .pic {
  overflow: hidden;
  padding-top: 56%;
  position: relative;
}
.qz-list03 li .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qz-list03 li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px;
  margin-top: 56%;
  color: #333;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.qz-list03 li .txt .tit {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.qz-list03 li .txt .info {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
.qz-list03 li .txt .content {
  font-size: 14px;
  line-height: 20px;
}

.qz-table {
  width: 96%;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  color: #343434;
}
.qz-table th, .qz-table td {
  padding: 0 5px;
  font-weight: normal;
  text-align: center;
}
.qz-table td {
  border: 1px solid #d8d8d8;
}
.qz-table thead tr {
  height: 60px;
  font-size: 20px;
}
.qz-table .func {
  padding: 40px 50px;
  font-size: 15px;
  text-align: left;
  line-height: 42px;
  color: #2e2e2e;
}
.qz-table .func span {
  display: inline-block;
  margin: 0 10px;
}
.qz-table .font24 {
  font-size: 24px;
}
.qz-table .font15 {
  font-size: 15px;
}

/*******************************************
 *
 * --------- 亲子 end ---------*
 * 
*******************************************/

/*******************************************
 *
 * --------- 适配手机端 ---------*
 * 
*******************************************/
@media only screen and (max-width: 1099px) {
  .wp {
    width: 96%;
  }

  .g-tit01 {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  .g-tit01 h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .banner {
    height: 650px;
  }

  .ban {
    height: 530px;
  }

  .footer {
    padding: 60px 0 50px;
  }

  .footer .content {
    padding: 0 30px;
  }

  .footer .content .left {
    font-size: 14px;
    line-height: 18px;
  }

  .main .i-section {
    padding: 30px 0 20px;
  }

  .m-index01 {
    padding: 0 60px;
  }

  .m-index01 li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .m-index01 li h3 {
    font-size: 36px;
  }

  .m-index02 {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .m-index02 .list {
    padding-left: 60px;
    padding-bottom: 30px;
  }

  .m-index03 {
    width: auto;
  }

  .m-index03 .icon {
    width: 45px;
    margin-bottom: 10px;
  }

  .m-index03 li h3 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .m-index04 {
    padding: 0 40px;
  }

  .m-index04 li {
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .m-index04 .icon {
    width: 70px;
  }

  .m-index05 {
    padding: 0 20px;
  }

  .m-index05 li {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .m-index06 {
    padding: 0 60px;
  }

  .m-index06 li {
    margin-bottom: 30px;
  }

  .m-index07 {
    padding-left: 50px;
  }

  .m-index07 .list {
    width: 500px;
    padding-left: 50px;
  }

  .m-index07 .list li {
    padding-right: 50px;
    margin-bottom: 40px;
  }

  .m-index09 {
    padding: 0 50px;
    font-size: 16px;
  }

  .m-index09 .table-cell {
    width: 50%;
  }

  .m-index09 .word {
    font-size: 36px;
  }

  .m-index09 .link {
    margin-top: 15px;
    font-size: 14px;
  }

  .m-func .section .content {
    padding: 0 40px;
  }

  .m-func .pic, .m-func .txt {
    height: 400px;
    line-height: 400px;
  }

  .m-func .pic {
    width: 60%;
  }

  .m-func .pic img {
    max-width: 90%;
  }

  .m-func .txt {
    width: 40%;
    max-width: none;
  }

  .m-func .box {
    font-size: 16px;
    line-height: 26px;
  }

  .m-func .tit {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .m-func .tag {
    height: 40px;
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 40px;
  }

  .m-case .list {
    margin-bottom: 80px;
  }

  .table-price {
    width: 100%;
    margin: 40px auto 60px;
  }

  .about-tab {
    padding: 60px 0;
  }

  .about-swiper .tit {
    margin-bottom: 35px;
    font-size: 26px;
  }

  .qz-lists01 li {
    font-size: 16px;
  }

  .qz-lists01 li .icon {
    margin-bottom: 18px;
  }

  .qz-list02 dd {
    font-size: 16px;
  }

  .qz-sec01 {
    margin-bottom: 30px;
  }

  .qz-sec01 .txt {
    padding-left: 40px;
  }

  .qz-sec01 .txt .tit {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .qz-sec01 .txt .tit h3 {
    padding: 10px 0;
    font-size: 26px;
  }

  .qz-sec01 .txt .content {
    font-size: 16px;
    line-height: 32px;
  }

  .qz-sec02 .pic {
    width: 610px;
  }

  .qz-sec02 .txt {
    padding-left: 20px;
  }

  .qz-list03 li .inner {
    padding-bottom: 60px;
  }

  .qz-list03 li .txt .tit {
    font-size: 18px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 959px) {
  .g-tit01 {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .g-tit01 h2 {
    margin-bottom: 6px;
    font-size: 21px;
  }

  .header {
    height: 60px;
    line-height: 60px;
  }

  .header .logo {
    margin-right: 40px;
  }

  .header .logo img {
    height: 36px;
  }

  .nav li {
    margin: 0 10px;
  }

  .nav li .v1 {
    padding: 0 10px;
  }

  .nav li.active .v1:after,
  .nav li:hover .v1:after {
    bottom: 12px;
  }

  .nav .sub {
    margin-top: -4px;
  }

  .nav .sub dd {
    height: 40px;
    line-height: 40px;
  }

  .banner {
    height: 520px;
  }

  .ban {
    height: 420px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  .footer .content {
    padding: 0 10px;
  }

  .footer .content .code {
    padding-right: 0;
  }

  .main .i-section {
    padding: 20px 0 10px;
  }

  .m-index01 {
    padding: 0 20px;
  }

  .m-index01 li {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .m-index01 li h3 {
    font-size: 28px;
  }

  .m-index02 {
    padding: 0;
    margin-bottom: 15px;
  }

  .m-index02 .list {
    padding-left: 40px;
    margin-bottom: 20px;
  }

  .m-index02 .list li {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .m-index02 .list li:before {
    top: 6px;
  }

  .m-index03 li {
    margin-bottom: 20px;
  }

  .m-index03 .icon {
    width: 40px;
  }

  .m-index04 {
    padding: 5px 20px 0;
  }

  .m-index04 li {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .m-index04 .icon {
    width: 60px;
  }

  .m-index05 {
    padding: 0;
  }

  .m-index05 li {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .m-index06 {
    padding: 0 20px;
  }

  .m-index06 li {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .m-index06 .icon {
    width: 66px;
    margin-bottom: 5px;
  }

  .m-index06 li h3 {
    font-size: 16px;
  }

  .m-index07 {
    padding-left: 30px;
  }

  .m-index07 .list {
    width: 450px;
    padding-left: 30px;
  }

  .m-index07 .list li {
    padding-left: 22px;
    padding-right: 30px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 21px;
  }

  .m-index07 .list li em {
    font-size: 20px;
  }

  .m-index07 .list li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .m-index09 {
    padding: 0 30px;
    margin-bottom: 20px;
  }

  .m-index09 .col-l {
    width: auto;
  }

  .m-index09 .word {
    margin-bottom: 0;
    font-size: 28px;
  }

  .m-index09 .word i {
    width: 8px;
    height: 8px;
  }

  .m-func .section .content {
    padding: 0 10px;
  }

  .m-func .pic, .m-func .txt {
    height: 320px;
    line-height: 320px;
  }

  .m-func .box {
    font-size: 14px;
    line-height: 22px;
  }

  .m-func .tit {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .m-func .tag {
    height: 32px;
    padding: 0 12px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
  }

  .m-case {
    padding-top: 25px;
  }

  .m-case .tit {
    font-size: 26px;
    line-height: 38px;
  }

  .m-case .list {
    margin-bottom: 50px;
  }

  .m-case .list li {
    padding: 0 5px;
  }

  .table-price th {
    height: 30px;
  }

  .table-price td, .table-price th {
    padding: 8px;
    font-size: 18px;
  }

  .table-price .pro span {
    font-size: 15px;
  }

  .table-price .row1 .func, .table-price .price {
    font-size: 14px;
  }

  .table-price .row1 .func {
    line-height: 30px;
  }

  .table-price .row1 .func em {
    margin: 0 8px;
  }

  .table-price .func span, .table-price .price .line {
    font-size: 13px;
  }

  .table-price .price span {
    font-size: 20px;
  }

  .table-price .func {
    font-size: 16px;
  }

  .about-tab {
    padding: 50px 0;
  }

  .about-tab a {
    width: 130px;
    height: 32px;
    margin: 0 12px 8px;
    font-size: 14px;
    line-height: 32px;
  }

  .about-swiper {
    padding-bottom: 80px;
  }

  .about-swiper .tit {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .about-swiper .content {
    font-size: 16px;
    line-height: 24px;
  }

  .qz-lists01 li {
    font-size: 14px;
    line-height: 20px;
  }

  .qz-lists01 li .icon {
    width: 50px;
    margin-bottom: 14px;
  }

  .qz-list02 dt {
    margin-bottom: 12px;
  }

  .qz-list02 dd {
    font-size: 15px;
  }

  .qz-sec01 {
    margin-bottom: 20px;
  }

  .qz-sec01 .pic {
    width: 360px;
  }

  .qz-sec01 .txt {
    padding-left: 15px;
  }

  .qz-sec01 .txt .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .qz-sec01 .txt .tit h3 {
    padding: 6px 0;
    font-size: 20px;
  }

  .qz-sec01 .txt .content {
    font-size: 14px;
    line-height: 26px;
  }

  .qz-sec02 .pic {
    width: 450px;
  }

  .qz-table thead tr {
    height: 50px;
    font-size: 18px;
  }

  .qz-table .func {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 32px;
  }

  .qz-table .font24 {
    font-size: 20px;
  }

  .qz-table .font15 {
    font-size: 13px;
  }

  .qz-list03 li {
    width: 50%;
    margin-bottom: 20px;
  }

  .qz-list03 li .inner {
    padding-bottom: 50px;
  }

  .qz-list03 li .txt {
    padding: 10px;
  }

  .qz-list03 li .txt .tit {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 30px;
  }

  .qz-list03 li .txt .info {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 18px;
  }

  .qz-list03 li .txt .content {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }

  .g-tit01 {
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .g-tit01 h2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .header {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
  }

  .header .logo img {
    height: 30px;
  }

  .header .logo .img01 {
    display: none;
  }

  .header .logo .img02 {
    display: inline;
  }

  .nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  }

  .nav li {
    float: none;
    border-top: 1px solid #eee;
    margin: 0;
  }

  .nav li .v1 {
    text-align: center;
    line-height: 40px;
    color: #333;
  }

  .nav li.active .v1:after, .nav li:hover .v1:after {
    display: none;
  }

  .nav li.active .v1 {
    color: #387eff !important;
  }

  .nav .sub {
    position: static;
    width: auto;
    margin-left: 0;
  }

  .nav .sub dd {
    background-color: #ededed;
  }

  .nav .sub dd i {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .menu-open {
    display: block;
  }

  .banner {
    height: 320px;
  }

  .ban {
    height: 260px;
  }

  .footer {
    padding: 20px 0 15px;
  }

  .footer .content {
    padding: 0;
  }

  .footer .content .left {
    display: none;
  }

  .footer .content .code {
    display: block;
    width: auto;
    padding-left: 0;
    text-align: center;
  }

  .footer .content .code img {
    width: 80px;
    margin-bottom: 5px;
  }
  .footer .content .code .tel {
    display: block;
  }

  .footer .content .btm {
    padding-top: 15px;
  }

  .main .i-section {
    padding: 20px 0 10px;
  }

  .m-index01 {
    padding: 0;
  }

  .m-index01 li {
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .m-index01 li h3 {
    font-size: 20px;
  }

  .m-index02 {
    padding-top: 10px;
  }

  .m-index02 .list {
    padding: 0;
    margin-bottom: 0;
  }

  .m-index02 .left {
    width: 50%;
  }

  .m-index03 li {
    width: 33.333333%;
    padding: 0 5px;
    font-size: 12px;
  }

  .m-index03 li:nth-child(3n+1) {
    clear: left;
  }

  .m-index03 .icon {
    width: 36px;
    margin-bottom: 2px;
  }

  .m-index03 li h3 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .m-index04 {
    padding: 0;
  }

  .m-index04 li {
    padding: 0 5px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .m-index04 .icon {
    width: 50px;
    margin-bottom: 5px;
  }

  .m-index05 li {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .m-index06 {
    padding: 0;
  }

  .m-index06 li {
    padding: 0 5px;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .m-index06 .icon {
    width: 50px;
    margin-bottom: 2px;
  }

  .m-index06 li h3 {
    font-size: 14px;
  }

  .m-index07 {
    padding-left: 0;
  }

  .m-index07 .left {
    display: none;
  }

  .m-index07 .list {
    width: auto;
    padding-left: 0;
    margin-left: 30px;
  }

  .m-index09 {
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .m-index09 .word {
    font-size: 20px;
    line-height: 26px;
  }

  .m-index09 .word i {
    width: 5px;
    height: 5px;
  }

  .m-index09 .link {
    height: 30px;
    line-height: 30px;
    margin-top: 8px;
    font-size: 12px;
  }

  .m-func .section .content {
    padding: 0;
  }

  .m-func .pic, .m-func .txt {
    width: 50%;
    height: 240px;
    line-height: 240px;
  }

  .m-func .box {
    font-size: 12px;
    line-height: 18px;
  }

  .m-func .tit {
    margin-bottom: 4px;
    font-size: 20px;
  }

  .m-func .tag {
    height: 26px;
    padding: 0 10px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 26px;
  }

  .m-case {
    padding-top: 20px;
  }

  .m-case .tit {
    font-size: 22px;
    line-height: 34px;
  }

  .m-case .list {
    margin-bottom: 40px;
  }

  .m-case .list li {
    width: 25%;
  }

  .list-price {
    margin-top: 30px;
  }
  .list-price .item {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }

  .list-price .item .top {
    height: 180px;
  }

  .list-price .top h4 {
    padding-top: 30px;
    font-size: 16px;
  }

  .list-price .top span {
    padding-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .list-price .top p {
    padding-top: 15px;
  }

  .list-price .item .desc {
    height: auto;
    min-height: 150px;
    padding: 30px 10px;
  }

  .table-price {
    margin: 30px auto 40px;
  }

  .table-price .icon {
    width: 25px;
  }

  .g-btn01 {
    width: 200px;
    margin: 30px auto 40px;
    height: 40px;
    line-height: 40px;
  }

  .about-tab {
    padding: 30px 0;
  }

  .about-tab a {
    width: 100px;
    height: 24px;
    margin: 0 6px 5px;
    font-size: 12px;
    line-height: 24px;
  }

  .about-swiper {
    padding-bottom: 60px;
  }

  .about-swiper .tit {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .about-swiper .content {
    font-size: 14px;
    line-height: 20px;
  }

  #map {
    height: 360px;
  }

  .qz-lists01 li {
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
  }

  .qz-lists01 li .icon {
    width: 40px;
    margin-bottom: 8px;
  }

  .qz-list02 dt {
    margin-bottom: 6px;
  }

  .qz-list02 dd {
    font-size: 13px;
  }

  .qz-sec01 {
    margin-bottom: 12px;
  }

  .qz-sec01 .pic {
    float: none;
    width: auto;
  }

  .qz-sec01 .txt {
    padding: 0;
  }

  .qz-sec01 .txt .tit {
    font-size: 13px;
    margin-bottom: 6px;
  }

  .qz-sec01 .txt .tit h3 {
    font-size: 17px;
    padding: 3px 0;
  }

  .qz-sec01 .txt .content {
    font-size: 13px;
    line-height: 20px;
  }

  .qz-table {
    width: 100%;
  }

  .qz-table thead tr {
    height: 40px;
    font-size: 16px;
  }

  .qz-table .func {
    padding: 8px 12px;
    line-height: 24px;
  }

  .qz-table .func span {
    margin: 0 5px;
  }

  .qz-table .font24 {
    font-size: 16px;
  }

  .qz-table .font15 {
    font-size: 12px;
  }

  .qz-list03 {
    margin-left: -8px;
  }

  .qz-list03 li .inner {
    padding-bottom: 40px;
    margin-left: 8px;
  }

  .qz-list03 li .txt {
    padding: 8px;
  }

  .qz-list03 li .txt .tit {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .qz-list03 li .txt .info {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .qz-list03 li .txt .content {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
}
@media only screen and (max-width: 479px) {
  .g-tit01 {
    padding: 0;
  }

  .banner {
    height: 220px;
  }

  .ban {
    height: 175px;
  }

  .m-index01 li {
    width: 50%;
  }

  .m-index02 .table-cell {
    display: block;
    width: auto;
  }

  .m-index02 .left {
    text-align: center;
  }

  .m-index02 .list li {
    padding-left: 12px;
    margin: 10px 0;
  }

  .m-index02 .list li:before {
    top: 7px;
    width: 5px;
    height: 5px;
  }

  .m-index03 li {
    width: 50%;
  }

  .m-index03 li:nth-child(3n+1) {
    clear: none;
  }

  .m-index03 li:nth-child(2n+1) {
    clear: left;
  }

  .m-index04 li {
    width: 50%;
  }

  .m-index06 li {
    width: 50%;
  }

  .m-index06 li:nth-child(4n+1) {
    clear: none;
  }

  .m-index06 li:nth-child(2n+1) {
    clear: left;
  }

  .m-index07 .list {
    margin-left: 0;
    padding: 0 10px;
  }

  .m-index07 .list li {
    float: none;
    width: auto;
    padding-right: 0;
  }

  .m-func .section .content {
    padding: 10px 0 20px;
  }

  .m-func .pic, .m-func .txt {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    text-align: center !important;
    line-height: initial;
  }

  .m-func .pic img {
    width: 60%;
  }

  .m-func .box {
    text-align: center !important;
  }

  .m-case {
    padding-top: 15px;
  }

  .m-case .tit {
    font-size: 18px;
    line-height: 30px;
  }

  .m-case .list {
    margin-bottom: 30px;
  }

  .m-case .list li {
    width: 33.333333%;
  }

  .table-price {
    margin: 20px auto 30px;
  }

  .table-price th {
    height: 24px;
  }

  .table-price td, .table-price th {
    padding: 5px;
    font-size: 15px;
  }

  .table-price .pro {
    line-height: 20px;
  }

  .table-price .pro span {
    font-size: 13px;
  }

  .table-price .row1 .func, .table-price .price {
    font-size: 12px;
  }

  .table-price .func span, .table-price .price .line {
    font-size: 12px;
  }

  .table-price .price span {
    font-size: 16px;
  }

  .table-price .func {
    font-size: 14px;
  }

  .table-price .row1 .func {
    line-height: 24px;
  }

  .table-price .row1 .func em {
    margin: 0 5px;
  }

  .g-btn01 {
    margin: 0 auto 30px;
    width: auto;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
  }

  .about-tab {
    padding: 20px 0;
  }

  .about-swiper {
    padding-bottom: 40px;
  }

  .about-swiper .tit {
    margin-bottom: 8px;
  }

  #map {
    height: 300px;
  }

  .qz-lists01 li {
    width: 50%;
  }

  .qz-list03 li {
    float: none;
    width: auto;
    margin-bottom: 12px;
  }

  .qz-list03 li .inner {
    padding-bottom: 0;
  }

  .qz-list03 li .txt {
    position: static;
    margin-top: 0;
  }
}
/*******************************************
 *
 * --------- 适配手机端 end ---------*
 * 
*******************************************/

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