@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "微软雅黑";
  color: #333;
}

ul, li, ol {
  list-style: none;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9oeav0");
  src: url("../fonts/icomoon.eot?9oeav0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?9oeav0") format("truetype"), url("../fonts/icomoon.woff?9oeav0") format("woff"), url("../fonts/icomoon.svg?9oeav0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner {
  position: relative;
}

.container {
  padding: 0;
  position: relative;
}

.title {
  position: relative;
  text-align: center;
}
.title:after {
  content: '';
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  position: absolute;
}
.title strong {
  background: #fff;
  color: #999;
  position: relative;
  z-index: 8;
  font-weight: 400;
}

.aboutWrap .content {
  overflow: hidden;
}

@media (min-width: 767px) {
  body {
    min-width: 1200px;
  }

  .wp-lg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .hd-lg {
    height: 90px;
    border-bottom: 5px solid #ea5413;
  }
  .hd-lg .logo {
    float: left;
    margin-top: 8px;
  }
  .hd-lg .slogan {
    font-size: 24px;
    color: #999;
    float: left;
    margin-top: 15px;
    height: 60px;
    line-height: 60px;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
    margin-left: 15px;
    font-style: italic;
  }

  .banner {
    height: 596px;
  }

  .bannerImg {
    background: url(../img/banner_sm.jpg) no-repeat center top;
    height: 596px;
  }

  .bannerCon {
    width: 410px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: 180px;
  }
  .bannerCon h3 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .bannerCon .btnGroup {
    background: url(../img/whitebg.png) repeat;
    width: 410px;
    height: 220px;
    border-radius: 10px;
    margin-top: 45px;
  }
  .bannerCon .btnGroup ul {
    padding: 15px 20px;
    overflow: hidden;
  }
  .bannerCon .btnGroup li strong {
    font-weight: 400;
    font-size: 20px;
    display: block;
  }
  .bannerCon .btnGroup li a {
    display: block;
    margin-top: 15px;
    background: #ea5413;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
  }
  .bannerCon .btnGroup li a img {
    margin-right: 15px;
    float: left;
    height: 48px;
    margin-top: 6px;
  }
  .bannerCon .btnGroup .col-l {
    float: left;
    width: 150px;
  }
  .bannerCon .btnGroup .col-l img {
    display: block;
    margin-top: 15px;
  }
  .bannerCon .btnGroup .col-r {
    float: right;
    width: 200px;
  }

  .title {
    height: 40px;
    margin: 60px 0;
  }
  .title strong {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    padding: 0 50px;
  }

  .aboutWrap .cli-lg {
    text-align: center;
  }
  .aboutWrap .cli-lg i {
    display: block;
    font-size: 68px;
    color: #ea5413;
    background: url(../img/icobg.png) no-repeat;
    width: 160px;
    height: 160px;
    line-height: 160px;
    margin: 0 auto;
  }
  .aboutWrap .cli-lg h3 {
    font-size: 24px;
  }
  .aboutWrap .cli-lg p {
    color: #999;
    font-size: 16px;
    padding: 10px;
  }

  .funWrap .swiper-container {
    width: 1200px;
    height: 700px;
  }
  .funWrap .swiper-container .swiper-pagination-ly, .funWrap .swiper-container .swiper-pagination-bullets {
    position: relative;
    bottom: 0;
    top: 0;
    margin: 0 120px;
  }
  .funWrap .swiper-container .swiper-pagination-ly:after, .funWrap .swiper-container .swiper-pagination-bullets:after {
    content: '';
    position: absolute;
    width: 600px;
    height: 10px;
    top: 20px;
    left: 50%;
    margin-left: -320px;
    background: #d5d5d5;
  }
  .funWrap .swiper-container .swiper-pagination-ly .swiper-pagination-switch, .funWrap .swiper-container .swiper-pagination-bullets .swiper-pagination-switch {
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #d5d5d5;
    position: relative;
    z-index: 5;
    opacity: 1;
    margin: 0 125px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
  }
  .funWrap .swiper-container .swiper-pagination-ly .swiper-active-switch, .funWrap .swiper-container .swiper-pagination-bullets .swiper-active-switch {
    background: #ea5413;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on, .funWrap .swiper-container .swiper-pagination-bullets span.on {
    background: #ea5413;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:before, .funWrap .swiper-container .swiper-pagination-bullets span.on:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 10px;
    top: 20px;
    background: #ea5413;
    z-index: -1;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:nth-child(1):before, .funWrap .swiper-container .swiper-pagination-bullets span.on:nth-child(1):before {
    left: 0;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:nth-child(2):before, .funWrap .swiper-container .swiper-pagination-bullets span.on:nth-child(2):before {
    left: 0;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:nth-child(3):before, .funWrap .swiper-container .swiper-pagination-bullets span.on:nth-child(3):before {
    display: none;
  }
  .funWrap .swiper-container .swiper-wrapper {
    margin-top: 50px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .pic {
    float: left;
    width: 490px;
    height: 594px;
    background: url(../img/deivceimg.png) no-repeat;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .pic img {
    display: block;
    padding-top: 67px;
    padding-left: 116px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con {
    margin-left: 500px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con h4 {
    font-size: 36px;
    line-height: 36px;
    padding-top: 180px;
    padding-bottom: 30px;
    margin: 0;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con p {
    font-size: 28px;
    line-height: 36px;
    color: #999;
  }
  .funWrap .swiper-container .swiper-button-ly {
    width: 54px;
    font-size: 54px;
    line-height: 54px;
    height: 54px;
    margin-top: -27px;
    color: #ea5413;
    background: none;
    position: absolute;
    top: 50%;
    cursor: pointer;
  }
  .funWrap .swiper-container .swiper-button-ly.swiper-button-disabled {
    color: #999;
  }
  .funWrap .swiper-container .swiper-button-next {
    right: 10px;
  }
  .funWrap .swiper-container .swiper-button-prev {
    left: 0;
  }

  .flatWrap .content {
    overflow: hidden;
  }
  .flatWrap .con {
    padding-top: 180px;
    padding-left: 80px;
  }
  .flatWrap .con h4 {
    font-size: 36px;
  }
  .flatWrap .con p {
    padding-top: 10px;
    font-size: 28px;
    line-height: 36px;
    color: #999;
  }

  .serviceWrap {
    background: #f2dc6b;
    position: relative;
    padding-top: 1px;
  }
  .serviceWrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -40px;
    border-width: 20px;
    border-style: solid;
    border-color: #f2dc6b transparent transparent transparent;
    z-index: 8;
  }
  .serviceWrap .title:after {
    background: #cea84f;
  }
  .serviceWrap .title strong {
    color: #955d05;
    background: #f2dc6b;
  }
  .serviceWrap .content {
    padding: 0 10px 30px;
    text-align: center;
  }

  .wechatWrap {
    background: #93d962;
    position: relative;
    padding-top: 1px;
  }
  .wechatWrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -40px;
    border-width: 20px;
    border-style: solid;
    border-color: #93d962 transparent transparent transparent;
  }
  .wechatWrap .title:after {
    background: #317302;
  }
  .wechatWrap .title strong {
    color: #317302;
    background: #93d962;
  }
  .wechatWrap .content {
    overflow: hidden;
    padding-bottom: 40px;
  }
  .wechatWrap .content .pic {
    text-align: center;
  }
  .wechatWrap .content .con {
    padding-top: 20px;
  }
  .wechatWrap .content .con h4 {
    font-size: 36px;
    color: #317302;
  }
  .wechatWrap .content .con p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
  }

  .contactWrap .content {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .contactWrap .content .con h4 {
    padding-top: 5px;
    font-size: 30px;
  }
  .contactWrap .content .con p {
    font-size: 20px;
    color: #999;
    line-height: 36px;
    padding-top: 10px;
  }

  .footer {
    background: #c9c9ca;
    padding: 20px 0;
  }
  .footer .quickLink {
    text-align: center;
  }
  .footer .quickLink strong {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
  }
  .footer .quickLink span {
    color: #fff;
    padding: 0 8px;
    font-size: 18px;
  }
  .footer .quickLink a {
    font-size: 18px;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 10px;
  }
  .footer .copyright span {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
  }
  .footer .copyright a {
    font-size: 14px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  img {
    max-width: 100%;
  }

  .hd-sm {
    height: 50px;
    border-bottom: 3px solid #ea5413;
  }
  .hd-sm .logo {
    float: left;
    margin-top: 7px;
    padding: 0 10px;
  }
  .hd-sm .logo img {
    height: 35px;
  }
  .hd-sm .slogan {
    font-size: 12px;
    color: #999;
    float: left;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #e5e5e5;
    padding-left: 10px;
    margin-left: 10px;
    font-style: italic;
  }

  .banner img {
    display: block;
  }
  .banner .btnGroup {
    position: absolute;
    overflow: hidden;
    bottom: 30px;
    right: 20px;
  }
  .banner .btnGroup a {
    display: block;
    margin-top: 10px;
    background: #ea5413;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 12px;
    color: #fff;
  }
  .banner .btnGroup a img {
    margin-right: 5px;
    float: left;
    height: 22px;
    margin-top: 4px;
  }

  .title {
    height: 20px;
    margin: 30px 0;
  }
  .title strong {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    padding: 0 25px;
  }

  .aboutWrap .cli-xs {
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutWrap .cli-xs i {
    display: block;
    font-size: 50px;
    color: #ea5413;
    background: url(../img/icobg.png) no-repeat;
    background-size: 100%;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 0 auto;
  }
  .aboutWrap .cli-xs h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
  }
  .aboutWrap .cli-xs p {
    color: #999;
    font-size: 12px;
    padding-top: 5px;
  }

  .funWrap .swiper-container {
    padding: 0;
    height: 360px;
  }
  .funWrap .swiper-container .swiper-pagination-ly, .funWrap .swiper-container .swiper-pagination-bullets {
    position: absolute;
    bottom: auto;
    top: 0;
    width: 312px;
    left: 50%;
    margin-left: -156px;
    height: 30px;
  }
  .funWrap .swiper-container .swiper-pagination-ly:after, .funWrap .swiper-container .swiper-pagination-bullets:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 5px;
    top: 10px;
    left: 50%;
    margin-left: -150px;
    background: #d5d5d5;
  }
  .funWrap .swiper-container .swiper-pagination-ly .swiper-pagination-switch, .funWrap .swiper-container .swiper-pagination-bullets .swiper-pagination-switch {
    width: 24px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #d5d5d5;
    position: relative;
    z-index: 5;
    opacity: 1;
    margin: 0 60px;
    border-radius: 50%;
    display: inline-block;
  }
  .funWrap .swiper-container .swiper-pagination-ly .swiper-active-switch, .funWrap .swiper-container .swiper-pagination-bullets .swiper-active-switch {
    background: #ea5413;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on, .funWrap .swiper-container .swiper-pagination-bullets span.on {
    background: #ea5413;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:before, .funWrap .swiper-container .swiper-pagination-bullets span.on:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 5px;
    top: 10px;
    background: #ea5413;
    z-index: -1;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:nth-child(1):before, .funWrap .swiper-container .swiper-pagination-bullets span.on:nth-child(1):before {
    left: 0;
  }
  .funWrap .swiper-container .swiper-pagination-ly span.on:nth-child(2):before, .funWrap .swiper-container .swiper-pagination-bullets span.on:nth-child(2):before {
    left: 0;
  }
  .funWrap .swiper-container .swiper-pagination-ly span:nth-child(1), .funWrap .swiper-container .swiper-pagination-bullets span:nth-child(1) {
    margin: 0 60px 0 0;
  }
  .funWrap .swiper-container .swiper-pagination-ly span:nth-child(3), .funWrap .swiper-container .swiper-pagination-bullets span:nth-child(3) {
    margin: 0 0 0 60px;
  }
  .funWrap .swiper-container .swiper-wrapper {
    margin-top: 50px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .pic {
    float: left;
    width: 245px;
    height: 297px;
    background: url(../img/deivceimg.png) no-repeat;
    background-size: 100%;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .pic img {
    display: block;
    padding-top: 33px;
    padding-left: 57px;
    width: 176px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con {
    position: absolute;
    left: 195px;
    top: 90px;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con h4 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 15px;
    margin: 0;
  }
  .funWrap .swiper-container .swiper-wrapper .swiper-slide .con p {
    font-size: 13px;
    line-height: 20px;
    color: #999;
  }
  .funWrap .swiper-container .swiper-button-ly {
    width: 28px;
    font-size: 28px;
    line-height: 28px;
    height: 28px;
    margin-top: -14px;
    color: #ea5413;
    background: none;
    position: absolute;
    top: 50%;
  }
  .funWrap .swiper-container .swiper-button-ly.swiper-button-disabled {
    color: #999;
  }
  .funWrap .swiper-container .swiper-button-next {
    right: 5px;
  }
  .funWrap .swiper-container .swiper-button-prev {
    left: 5px;
  }

  .flatWrap .pic img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .flatWrap .con {
    text-align: center;
    padding-bottom: 30px;
  }
  .flatWrap .con h4 {
    font-size: 18px;
  }
  .flatWrap .con p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
  }

  .serviceWrap {
    background: #f2dc6b;
    position: relative;
    padding-top: 1px;
  }
  .serviceWrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #f2dc6b transparent transparent transparent;
    z-index: 9;
  }
  .serviceWrap .title:after {
    background: #cea84f;
  }
  .serviceWrap .title strong {
    color: #955d05;
    background: #f2dc6b;
  }
  .serviceWrap .content {
    padding: 0 10px 30px;
  }

  .wechatWrap {
    background: #93d962;
    position: relative;
    padding-top: 1px;
  }
  .wechatWrap:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #93d962 transparent transparent transparent;
  }
  .wechatWrap .title:after {
    background: #317302;
  }
  .wechatWrap .title strong {
    color: #317302;
    background: #93d962;
  }
  .wechatWrap .content {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .wechatWrap .content .pic {
    text-align: center;
  }
  .wechatWrap .content .con {
    padding-top: 10px;
  }
  .wechatWrap .content .con h4 {
    font-size: 14px;
    color: #317302;
  }
  .wechatWrap .content .con p {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
  }

  .contactWrap .content {
    padding-bottom: 30px;
    overflow: hidden;
  }
  .contactWrap .content .pic {
    text-align: center;
  }
  .contactWrap .content .con {
    text-align: center;
  }
  .contactWrap .content .con h4 {
    padding-top: 10px;
    font-size: 16px;
  }
  .contactWrap .content .con p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
  }

  .footer {
    background: #c9c9ca;
    padding: 8px 0;
  }
  .footer .quickLink {
    text-align: center;
  }
  .footer .quickLink strong {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
  }
  .footer .quickLink span {
    color: #fff;
    padding: 0 3px;
    font-size: 12px;
  }
  .footer .quickLink a {
    font-size: 12px;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 5px;
  }
  .footer .copyright span {
    font-size: 12px;
    color: #fff;
    display: block;
  }
  .footer .copyright a {
    font-size: 12px;
    color: #fff;
  }
}

/*# sourceMappingURL=sub.css.map */
