.wrap {
  background: #fff;
}

.wrap img {
  width: 100%;
}

.banner-img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.padding {
  padding: 0 3.125%;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: auto;
  z-index: 15;
}

.banner .m-box img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.banner .m-cnt {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 0.42rem;
  text-align: center;
  font-size: 0;
}

.banner .m-cnt li {
  background: #1071be;
  width: 10%;
  height: 0.42rem;
  margin: 0 4%;
  border-radius: 0.3rem;
  display: inline-block;
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
}

.banner .m-cnt li.z-on {
  background: #b31d25;
  width: 15%;
}

.title {
  font-size: 3rem;
  color: #333333;
  line-height: 3.8rem;
  text-align: center;
  font-weight: bold;
}

.title span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.75rem;
  color: #333;
}

.title-box h3 {
  padding-top: 1rem;
  position: relative;
  line-height: 2.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.title-box h3 b {
  color: #0771bd;
}

.title-box p {
  line-height: 1.5rem;
  font-size: 1rem;
  text-align: center;
  color: #666;
}

.youshi {
  margin-top: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.youshi dl {
  width: 44.6%;
}

.youshi dl dd {
  font-size: 1rem;
  text-align: center;
  line-height: 3.8rem;
  color:#000;
}

.product .m-cnt {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.product .m-cnt li,
.product .m-cnt a {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 49%;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #666;
  font-size: 1.1rem;
  background-color: #f2f2f2;
  color: #666;
}

.product .m-cnt li.z-on,
.product .m-cnt a.z-on {
  background-color: #0771bd;
  color: #fff;
}

.product .big-img {
  position: relative;
  border: 1px solid #eee;
}

.product .big-img .hoverfont {
    position: absolute;
    bottom: 0;
    padding: 0.5rem 1rem;
    background-color: rgba(153, 153, 153, 0.8);
    color: #fff;
    width: 100%;
}

.product .big-img .hoverfont h3 {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.25rem;
}

.product .big-img .hoverfont p {
  font-size: 0.8rem;
  line-height: 1.25rem;
  margin-bottom: 0.6rem;
}

.product .big-img .hoverfont a {
  display: inline-block;
  width: 8.8rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  background-color: #fff;
  color: #1071be;
  border-radius: 0.95rem;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0.5rem 0 0 0;
}

.product .big-img .hoverfont a span {
  margin-left: 1rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 50%;
  background-color: #1071be;
  color: #fff;
  text-align: center;
}

.product .big-img .hoverfont a span i {
  font-size: 1rem;
  margin: 0;
}

.product .con ul {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product .con li {
  width: 46.8%;
  margin-bottom: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
}

.product .con li img {
  display: block;
}

.product .con li span {
  display: block;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 1rem;
  line-height: 4rem;
  color: #333;
}

.product a.more-pro {
  margin: 3rem 0;
  display: block;
  width: 100%;
  background-color: #0771bd;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.75rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.why-box .why-con {
  margin-top: 2rem;
}

.why-box .why {
  padding-top: 1.3rem;
}

.why-box .why .ms .tit {
  height: 4rem;
}

.why-box .why .ms .tit .num {
  float: left;
  width: 3.75rem;
  height: 3.6rem;
  margin-top: 0.3rem;
  margin-right: -3.75rem;
  line-height: 3.6rem;
  background-color: #1071be;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

.why-box .why .ms .why-title {
  padding-left: 4.75rem;
}

.why-box .why .ms .why-title h4 {
  line-height: 2.6rem;
  font-weight: bold;
  font-size: 2rem;
  color: #1071be;
}

.why-box .why .ms .why-title p {
  line-height: 1.4rem;
  font-size: 1.3rem;
  color: #333;
}

.why-box .why .ms .des dl {
  margin-top: 1rem;
}

.why-box .why .ms .des dl dt {
  position: relative;
  float: left;
  margin-right: -1rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
}

.why-box .why .ms .des dl dd {
  padding-left: 2rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6rem;
}

.why-box .why-nav {
  margin: 1.9rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 2.1rem;
}

.why-box .why-nav::after, .why-box .why-nav::before {
  content: "";
  width: 6rem;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  top: 50%;
}

.why-box .why-nav::after {
  left: 0;
}

.why-box .why-nav::before {
  right: 0;
}

.why-box .why-nav li {
  font-size: 1.5rem;
  color: #333;
  font-weight: 700;
  margin: 0 1.4rem;
}

.why-box .why-nav li.z-on {
  color: #0771bd;
}

.rongyu-box {
  padding: 2rem 3.125%;
  height: 31.1rem;
  background: url(/Mobile/Images/Index/ry-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.rongyu-box .title-box {
  color: #fff;
}

.rongyu-box .title-box p {
  color: #fff;
}

.rongyu-box .rongyu {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rongyu-box .rongyu .ry {
  position: relative;
  width: 47.6%;
  height: 18.95rem;
  padding-top: 2rem;
  background: #fff;
  text-align: center;
  margin-bottom: 1rem;
}

.rongyu-box .rongyu .ry img {
  max-width: 74%;
}

.rongyu-box .rongyu .ry h4 {
  line-height: 2.25rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

.rongyu-box .rongyu .ry p {
  padding: 0 1rem;
  line-height: 1.3rem;
  font-size: 0.8rem;
  color: #666;
  text-align: left;
}

.rongyu-box .rongyu .ry a {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  margin-left: -3.35rem;
  display: inline-block;
  width: 6.7rem;
  height: 2rem;
  font-size: 0.9rem;
  line-height: 2rem;
  text-align: center;
  background-color: #00b19c;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}

.anli-box {
  margin-top: 1.5rem;
}

.anli-box .alm {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anli-box .alm dl {
  margin-bottom: 1rem;
  width: 33.3%;
  text-align: center;
  color: #333;
  border-right: 1px dotted #cdcdcd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.anli-box .alm dl dt i {
  font-size: 2rem;
        color:#333;
}

.anli-box .alm dl dd {
  font-size: 0.9rem;
        color:#333;
}

.anli-box .alm dl:nth-child(3n+3) {
  border-right: 0;
}

.anli-box .anli {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anli-box .anli dl {
  margin-bottom: 1rem;
  width: 48.6%;
}

.anli-box .anli dl dt img {
  display: block;
  width: 100%;
}

.anli-box .anli dl dd {
  height: 2.6rem;
  line-height: 2.6rem;
  background-color: #eee;
  text-align: center;
  font-size: 0.9rem;
}

.about-box {
  margin-top: 1.5rem;
  background-color: #0771bd;
}

.about-box .about {
  height: 22.9rem;
  padding: 0 3.125%;
  position: relative;
  background: url(/Mobile/Images/Index/about-02.jpg) no-repeat center top;
  background-size: 100% auto;
  color: #fff;
}

.about-box .about h2 {
  padding-top: 3.8rem;
  line-height: 3rem;
  font-size: 2rem;
  font-weight: bold;
}

.about-box .about h6 {
  margin-bottom: 3.5rem;
  line-height: 1.5rem;
  font-size: 1.2rem;
}

.about-box .about p {
  margin-bottom: 2rem;
  line-height: 1.4rem;
  font-size: 1rem;
}

.about-box .about a {
  display: inline-block;
  width: 11.3rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background-color: #fff;
  color: #158fc7;
  text-align: center;
  border-radius: 1.2rem;
  font-size: 1rem;
}

.about-box .about a i {
  margin-left: 1rem;
  font-size: 1rem;
}

.hezuo-box .title-box {
  margin-bottom: 1.5rem;
}

.hezuo-box .hezuo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.hezuo-box .hezuo p {
  display: block;
  width: 31.33%;
  border: 1px solid #eee;
}

.hezuo-box .hezuo p img {
  max-width: 100%;
}

.news-box {
  padding-top: 1.5rem;
}

.g-news .m-cnt {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-news .m-cnt li {
  text-align: center;
  width: 50%;
  height: 3.75rem;
  font-size: 0.8rem;
  line-height: 3.75rem;
  background-color: #8899a1;
  color: #fff;
}

.g-news .m-cnt li.z-on {
  background-color: #1071be;
}

.g-news .news-txt .news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-news .news-txt .news-top .news-img {
  width: 37.3%;
}

.g-news .news-txt .news-top .news-div {
  width: 59.3%;
}

.g-news .news-txt .news-top .news-div .news-title {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #333;
  margin-bottom: 0.5rem;
}

.g-news .news-txt .news-top .news-div .news-des {
  font-size: 0.9rem;
  color: #666;
  line-height: 1rem;
  margin-bottom: 1.5rem;
}

.g-news .news-txt .news-top .news-div .news-des a {
  color: #1071be;
}

.g-news .news-txt .news-top .news-div .time {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #6b6b6b;
}

.g-news .news-txt .news-list {
  margin: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5rem;
}

.g-news .news-txt .news-list .time {
  width: 17.8%;
  height: 3.5rem;
  border: 0.15rem solid #c7c7c7;
  color: #999;
  text-align: center;
}

.g-news .news-txt .news-list .time .data {
  font-size: 1.5rem;
  line-height: 2.05rem;
  color: #6b6b6b;
}

.g-news .news-txt .news-list .time .year {
  font-size: 0.8rem;
  color: #666666;
  line-height: 1.1rem;
}

.g-news .news-txt .news-list .news-content {
  width: 77.6%;
}

.g-news .news-txt .news-list .news-content .news-title {
  line-height: 1.5rem;
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.g-news .news-txt .news-list .news-content .news-des {
  font-size: 0.9rem;
  line-height: 1.25rem;
  color: #666;
}

.g-news .news-txt .news-list .news-content .news-des a {
  color: #0771bd;
}

.bgcolor-hui {
  background-color: #f2f2f2;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 13.13px;
  }
}

@media screen and (min-width: 440px) {
  html {
    font-size: 14.38px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 520px) {
  html {
    font-size: 16.88px;
  }
}

@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
/*# sourceMappingURL=index.css.map */