html {
  color: #000;
  background: #FFF;
  font-size: 82px;
}
body {
  font-size: 14px;
  font-family: "苹方";
  line-height: 20px;
  min-width: auto !important;
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.ver-mid {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.ft_14 {
  font-size: 14px;
}
.ft_16 {
  font-size: 16px;
}
.ft_18 {
  font-size: 18px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.mar_10 {
  margin: 10px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.fanzhuan {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.hover-shadow {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hover-shadow:hover {
  box-shadow: 0 3px 8px #e6e6e6;
  -moz-box-shadow: 0 3px 8px #e6e6e6;
  -webkit-box-shadow: 0 3px 8px #e6e6e6;
}
.hover-large {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hover-large:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.dis_table {
  display: table;
  text-align: center;
  height: 100%;
}
.dis_tablecell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.o_hidden {
  overflow: hidden;
}
.txt_hidden {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn-hoverbg {
  position: relative;
  overflow: hidden;
}
.btn-hoverbg:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: attr(data-text);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00AAEA;
  color: #fff;
  overflow: hidden;
}
.btn-hoverbg:hover:after {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.have-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-whiteborder {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  width: 1.6rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.18rem;
  border-radius: 0.23rem;
  -moz-border-radius: 0.23rem;
  -webkit-border-radius: 0.23rem;
}
.hb_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 3;
}
.hb_txt .inner {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.banner-app {
  height: 6rem;
  background: url(../img-app/banner-app.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
}
.banner-app .hb_txt .inner {
  display: block;
  color: #fff;
}
.banner-app h2 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.banner-app h2 span {
  color: #0072ff;
}
.banner-app h5 {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.banner-app .btnbox {
  margin-top: 0.4rem;
}
.banner-app .btn-whiteborder {
  position: relative;
  overflow: hidden;
}
.banner-app .btn-whiteborder:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: attr(data-text);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00AAEA;
  color: #fff;
  overflow: hidden;
}
.banner-app .btn-whiteborder:hover:after {
  width: 100%;
}
.wx-container {
  width: 14.4rem;
  margin: 0 auto;
}
.section {
  padding: 0.6rem 0;
}
.bg-gray {
  background: #f4f4f4;
}
.section-title {
  text-align: center;
  color: #232323;
  margin-bottom: 0.3rem;
}
.section-title .title {
  font-size: 0.3rem;
  line-height: 0.68rem;
}
.section-title .en {
  color: #787878;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
  font-weight: lighter;
}
.section-title .desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.section-title.white {
  color: #fff;
}
.section-title.white .en {
  color: #fff;
  opacity: 0.5;
}
.kflc-list:before,
.kflc-list:after {
  display: table;
  content: " ";
}
.kflc-list:after {
  clear: both;
}
.kflc-list li {
  width: 15.6%;
  margin-right: 1%;
  float: left;
  padding-bottom: 15.6%;
  position: relative;
  text-align: center;
  background: #fff;
}
.kflc-list li:hover {
  color: #00AAEA;
  box-shadow: 0 0 15px rgba(169, 169, 169, 0.3);
  -moz-box-shadow: 0 0 15px rgba(169, 169, 169, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(169, 169, 169, 0.3);
}
.kflc-list li:hover .img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.kflc-list .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kflc-list .inner .img {
  height: 0.7rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.kflc-list .inner p {
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.zxbox {
  margin-top: 0.6rem;
  text-align: center;
}
.bar-zxzx {
  display: inline-block;
  text-align: center;
  width: 3.15rem;
  height: 0.41rem;
  line-height: 0.41rem;
  background: url(../img-app/bg-zxzx.png) center center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0;
}
.bar-zxzx .title {
  display: inline-block;
  vertical-align: middle;
  width: 36%;
  font-size: 0.16rem;
}
.bar-zxzx .cont {
  width: 62%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.26rem;
}
.bg-hzlc {
  background: url(../img-app/bg-hzlc.jpg) center center no-repeat;
  background-size: cover;
}
.hzlc-list {
  position: relative;
  margin-top: 0.5rem;
}
.hzlc-list:before,
.hzlc-list:after {
  display: table;
  content: " ";
}
.hzlc-list:after {
  clear: both;
}
.hzlc-list li {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.47rem;
  background: url(../img-app/bg-item-hzlc.png) center center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.23rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hzlc-list .title {
  font-size: 0.24rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.hzlc-list .desc {
  font-size: 0.18rem;
  line-height: 0.3rem;
}
.hzlc-list .no {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0.2rem;
  left: 0;
  font-size: 0.23rem;
  font-weight: bold;
}
.section-hy {
  text-align: center;
}
.section-hy img {
  max-width: 100%;
  vertical-align: middle;
}
.section-hy .img-wap {
  display: none;
}
.jjfa {
  background: #fff;
  margin-bottom: 0.3rem;
}
.jjfa .imgbox {
  display: block;
  overflow: hidden;
}
.jjfa .img {
  padding-bottom: 55.4%;
  background-size: cover;
  background-repeat: no-repeat;
}
.jjfa .txt {
  padding: 15px 5%;
  color: #4d4d4d;
  font-size: 0.14rem;
  line-height: 0.28rem;
}
.jjfa .title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.16rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.jjfa .desc {
  height: 0.84rem;
  overflow: hidden;
  position: relative;
}
.jjfa .desc:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.31rem;
  height: 0.08rem;
  background: url(../img-app/icon-jt.png) center center no-repeat;
  background-size: 100%;
}
.jjfa:hover {
  background: #2d9fff;
}
.jjfa:hover .txt {
  color: #fff;
}
.jjfa:hover .txt a {
  color: #fff;
}
.jjfa:hover .img {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.jjfa:hover .desc:after {
  background-image: url(../img-app/icon-jt-on.png);
}
.jjfabox .prev,
.jjfabox .next {
  position: static;
  display: inline-block;
  width: 12px;
  height: 21px;
  background-size: 100% 100%;
  margin: 10px;
  cursor: pointer;
}
.jjfabox .prev {
  background-image: url(../img-app/swiper-left.png);
}
.jjfabox .prev.swiper-button-disabled {
  background-image: url(../img-app/swiper-left-false.png);
}
.jjfabox .next {
  background-image: url(../img-app/swiper-right.png);
}
.jjfabox .next.swiper-button-disabled {
  background-image: url(../img-app/swiper-right-false.png);
}
.case {
  margin-left: -1%;
}
.case:before,
.case:after {
  display: table;
  content: " ";
}
.case:after {
  clear: both;
}
.case li {
  float: left;
  width: 24%;
  margin-left: 1%;
  margin-bottom: 15px;
}
.case li:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.case li:hover .title a {
  color: #00AAEA;
}
.case .imgbox {
  display: block;
  overflow: hidden;
}
.case .img {
  padding-bottom: 55.4%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding-bottom: 75%;
}
.case .desc {
  padding: 5px 0;
  line-height: 30px;
}
.case .desc:before,
.case .desc:after {
  display: table;
  content: " ";
}
.case .desc:after {
  clear: both;
}
.case .title {
  width: 45%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
}
.case .hy {
  width: 54%;
  color: #848484;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: right;
}
.banner-wx {
  height: 6rem;
  background: url(../img-app/banner-app.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
  height: 9.54rem;
  background-image: url(../img-app/banner-wx.jpg);
}
.banner-wx .hb_txt .inner {
  display: block;
  color: #fff;
}
.banner-wx h2 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.banner-wx h2 span {
  color: #0072ff;
}
.banner-wx h5 {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.banner-wx .btnbox {
  margin-top: 0.4rem;
}
.banner-wx .btn-whiteborder {
  position: relative;
  overflow: hidden;
}
.banner-wx .btn-whiteborder:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: attr(data-text);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00AAEA;
  color: #fff;
  overflow: hidden;
}
.banner-wx .btn-whiteborder:hover:after {
  width: 100%;
}
.banner-wx .span {
  color: #69ddee;
}
.banner-wx h2 {
  font-size: 0.5rem;
  line-height: 0.7rem;
}
.banner-wx h6 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #e3e3e3;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.banner-wx .btn-zx {
  margin: 0 0.25rem;
  position: relative;
  overflow: hidden;
}
.banner-wx .btn-zx:after {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  content: attr(data-text);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #00AAEA;
  color: #fff;
  overflow: hidden;
}
.banner-wx .btn-zx:hover:after {
  width: 100%;
}
.banner-wx .btn-zx:after {
  background: #fff;
  color: #efcc00;
}
.banner-wx .btn-zx.white:after {
  background: #efcc00;
  color: #fff;
}
.banner-wx .ico {
  width: 1.84rem;
}
.btn-zx {
  text-align: center;
  display: inline-block;
  width: 1.37rem;
  height: 0.55rem;
  border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  background: #efcc00;
  font-size: 0.22rem;
  line-height: 0.55rem;
  color: #29465f;
  font-family: "黑体";
}
.btn-zx.white {
  background-color: #fff;
}
.model-title {
  margin-bottom: 0.4rem;
}
.model-title .ch {
  letter-spacing: 7px;
  font-size: 0.4rem;
  line-height: 0.7rem;
}
.model-title .ch .b {
  font-size: 0.5rem;
  line-height: 0.7rem;
  color: #ff5c5c;
  vertical-align: baseline;
  font-family: '苹方';
}
.model-title .en {
  font-size: 0.18rem;
  line-height: 0.3rem;
  text-transform: uppercase;
}
.model-title.white {
  color: #fff;
}
.gnkf-item {
  color: #fff;
  margin: 0.8rem 0 1rem 0;
}
.gnkf-item:before,
.gnkf-item:after {
  display: table;
  content: " ";
}
.gnkf-item:after {
  clear: both;
}
.gnkf-item .i-left {
  width: 36%;
  float: left;
}
.gnkf-item .i-left .img {
  width: 0.8rem;
  float: left;
}
.gnkf-item .i-left .txt {
  margin-left: 1.5rem;
}
.gnkf-item .i-left .txt .title {
  font-size: 0.3rem;
  line-height: 0.24rem;
  margin-bottom: 0.1rem;
}
.gnkf-item .i-left .txt .title span {
  font-size: 0.15rem;
  text-transform: uppercase;
  margin-left: 8px;
}
.gnkf-item .i-left .txt .desc {
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.gnkf-item .i-right {
  width: 62%;
  float: right;
  border-left: 4px solid #fff;
  min-height: 1rem;
}
.gnkf-item .gnkf-spot {
  padding-left: 10px;
  line-height: 50px;
  position: relative;
}
.gnkf-item .gnkf-spot li {
  width: 25%;
  height: 50px;
  float: left;
}
.gnkf-item .gnkf-spot li.on .title,
.gnkf-item .gnkf-spot li:hover .title {
  background: #29465f;
}
.gnkf-item .gnkf-spot li.on .desc,
.gnkf-item .gnkf-spot li:hover .desc {
  display: block;
}
.gnkf-item .gnkf-spot li:nth-child(5) .desc,
.gnkf-item .gnkf-spot li:nth-child(6) .desc,
.gnkf-item .gnkf-spot li:nth-child(7) .desc,
.gnkf-item .gnkf-spot li:nth-child(8) .desc {
  top: 0px;
}
.gnkf-item .gnkf-spot .title {
  display: inline-block;
  font-size: 0.18rem;
  padding: 0 0.2rem;
}
.gnkf-item .gnkf-spot .desc {
  display: none;
  position: absolute;
  left: 10px;
  top: 50px;
  width: 100%;
  padding: 0 0.2rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.16rem;
  background: #29465f;
}
.ys-box {
  padding: 0.8rem 0;
}
.ys-box:before,
.ys-box:after {
  display: table;
  content: " ";
}
.ys-box:after {
  clear: both;
}
.ys-left {
  width: 50%;
  float: left;
  text-align: center;
}
.ys-left img {
  max-width: 90%;
}
.ys-right {
  width: 45%;
  float: right;
  color: #fff;
}
.ys-right ul li {
  margin: 0.4rem 0 0.7rem 0;
}
.ys-right ul li .title {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.ys-right ul li .desc {
  font-size: 0.18rem;
}
.ys-right .btn-zx {
  margin-right: 0.5rem;
}
.fwbz-list:before,
.fwbz-list:after {
  display: table;
  content: " ";
}
.fwbz-list:after {
  clear: both;
}
.fwbz-list li {
  width: 14.2%;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  margin: 1rem 0;
}
.fwbz-list li .img {
  height: 0.62rem;
}
.fwbz-list li p {
  margin-top: 0.3rem;
}
.dhzx-bar {
  width: 2.9rem;
  padding-right: 1.28rem;
  height: 0.55rem;
  line-height: 0.55rem;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  font-size: 0.18rem;
  color: #62809a;
  text-align: center;
  margin: 0 auto;
}
.dhzx-bar .blackspan {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.22rem;
  line-height: 0.55rem;
  color: #fff;
  background: #29465f;
  height: 0.55rem;
  width: 1.28rem;
  position: absolute;
  right: -2px;
  top: 0;
}
.dhzx-bar .tel {
  font-size: 0.27rem;
  line-height: 0.55rem;
  color: #ed4848;
  font-weight: weight;
  vertical-align: middle;
}
.case.case-swiper {
  margin-left: 0;
}
.case.case-swiper li {
  margin-left: 0;
  color: #fff;
}
.case.case-swiper li .title {
  width: 100%;
  text-align: center;
}
.case.case-swiper li .title a {
  color: #fff;
}
.pagination.case {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .wx-container {
    width: 80%;
  }
  .hzlc-list li {
    width: 1.5rem;
    height: 1.68rem;
    padding: 0 0.1rem;
  }
  .hzlc-list .title {
    font-size: 15px;
  }
  .hzlc-list .desc {
    font-size: 12px;
  }
  .hzlc-list .no {
    top: 0.1rem;
    font-size: 14px;
  }
  .banner-wx h2 {
    font-size: 0.25rem;
    line-height: 0.4rem;
  }
  .banner-wx h6 {
    font-size: 0.14rem;
  }
  .banner-wx .ico {
    width: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .wx-container {
    width: 90%;
  }
  .hb_txt .inner {
    width: 90%;
  }
  .banner-app h2 {
    font-size: 20px;
  }
  .banner-app h5 {
    font-size: 15px;
  }
  .btn-whiteborder {
    font-size: 14px;
  }
  .kflc-list li {
    width: 32.3%;
    padding-bottom: 32.3%;
    margin-bottom: 0.1rem;
  }
  .case li {
    width: 49%;
  }
  .btn-zx {
    font-size: 0.15rem;
    line-height: 0.45rem;
    height: 0.45rem;
  }
  .banner-wx .btn-zx {
    margin: 0 0.15rem;
  }
  .banner-wx {
    height: 7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section {
    padding: 0.3rem 0;
  }
  .section-title .title {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .section-title .en {
    font-size: 12px;
  }
  .kflc-list li {
    margin-bottom: 0.05rem;
  }
  .kflc-list .inner .img {
    height: 0.4rem;
  }
  .kflc-list .inner p {
    font-size: 0.18rem;
  }
  .zxbox {
    margin-top: 0.3rem;
  }
  .bar-zxzx {
    width: 3rem;
  }
  .bar-zxzx .cont {
    font-size: 0.2rem;
  }
  .case li {
    width: 99%;
  }
  .section-hy .img-pc {
    display: none;
  }
  .section-hy .img-wap {
    display: inline-block;
  }
  .hzlc-list {
    text-align: center;
  }
  .hzlc-list li {
    position: static;
    float: left;
    width: 45%;
    margin: 10px 2.4% 10px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .hzlc-list .no {
    display: none;
  }
  .model-title {
    margin-bottom: 0.4rem;
  }
  .model-title .ch {
    letter-spacing: 4px;
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .model-title .ch .b {
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #ff5c5c;
  }
  .model-title .en {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }
  .gnkf-item {
    margin: 0.5rem 0 0.5rem;
  }
  .gnkf-item .i-left,
  .gnkf-item .i-right {
    float: none;
    width: 100%;
  }
  .gnkf-item .i-left {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  .gnkf-item .i-left .txt {
    margin-left: 0;
  }
  .gnkf-item .i-left .txt .title {
    font-size: 0.25rem;
  }
  .gnkf-item .i-left .img {
    display: none;
  }
  .gnkf-item .i-right {
    border-left: none;
  }
  .gnkf-item .gnkf-spot {
    padding-left: 0;
    line-height: 40px;
  }
  .gnkf-item .gnkf-spot li {
    width: 33.2%;
    height: 40px;
  }
  .gnkf-item .gnkf-spot .desc {
    display: none !important;
  }
  .gnkf-item .gnkf-spot .title {
    font-size: 0.15rem;
    padding: 0;
  }
  .ys-box {
    padding-top: 0.4rem;
  }
  .ys-left,
  .ys-right {
    float: none;
    width: 100%;
  }
  .ys-right ul li {
    margin-bottom: 0.4rem;
  }
  .ys-right ul li .title {
    font-size: 0.24rem;
  }
  .btnbox {
    text-align: center;
  }
  .ys-right .btn-zx {
    margin: 0 12px;
  }
  .fwbz-list {
    margin-bottom: 0.3rem;
  }
  .fwbz-list li {
    width: 33.3%;
    margin: 0.3rem 0;
    font-size: 0.18rem;
  }
  .fwbz-list li .img {
    height: 0.5rem;
  }
  .dhzx-bar {
    width: 2.5rem;
    padding-right: 1rem;
  }
  .dhzx-bar .tel {
    font-size: 0.2rem;
  }
  .dhzx-bar .blackspan {
    font-size: 0.18rem;
    width: 1rem;
  }
}

