@charset "utf-8";
body {
  background: #fff !important;
}
/* PC端 */
/*start:首页*/
.mobile-box {
  width: 4.5em;
  height: 3.5em;
  text-align: center;
  position: fixed;
  top: 0;
  right: 2.3em;
}
.mobile-btn {
  width: 3em;
  height: 3.5em;
  line-height: 3.5em;
  text-align: center;
  position: fixed;
  top: 0.5em;
  right: 0;
  display: none;
}
.mobile-btn span {
  color: #2ab18b;
  font-size: 1.8em;
  font-weight: bold;
}
#topNav {
  width: 100%;
  position: fixed;
  top: 3.8em;
  left: 0;
  bottom: 50px;
  z-index: 999;
  background: #fff;
  display: none;
  box-sizing: border-box;
  overflow: auto;
}
#topNav li {
  border-bottom: 1px solid #eee;
  text-indent: 1em;
}
#topNav li a {
  display: block;
  line-height: 3.5em;
}
#topNav li a>.icon {
  /*margin: .65em; */
}
#topNav li.nav-back {
  width: 100%;
  padding: 1em 0 .5em;
  box-sizing: border-box;
  text-align: center;
  text-indent: 0;
  position: relative;
}
#topNav li.nav-back>.icon {
  position: absolute;
  left: 1em;bottom: .4em;
}
#topNav li.nav-son .icon {
  display: none;
}
.slideBox {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.slideBox .hd {
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 16px;
  text-align: right;
  bottom: 20px;
  margin: 0 auto;
}
.slideBox .hd ul {
  height: 16px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
.slideBox .hd ul li {
  width: 30px;
  height: 8px;
  margin: 0 5px;
  background: #fbfbfb;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
}
.slideBox .hd ul li.on {
  /* transform: scale(1.2); */
  background: #34b48f;
  color: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 100%;
}
.slideBox .bd ul {
  margin: 0;
  padding: 0;
}
.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 640px;
}
.slideBox .bd li a {
  display: block;
  height: 100%;
  width: 100%;
}
.banner-top {
  width: 100%;
  height: 102px;
  background: url(../images/banner_top.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 9;
}
.aboutus-content {
  width: 100%;
  height: 640px;
  background: url(../images/about_us_img.jpg) no-repeat center top #fff;
  margin-top: -4px;
  background-size: 100% 100%;
}
.aboutus-left-box {
  width: 628px;
  float: left;
  margin-top: 1.5rem;
  padding: 15px;
}
.aboutus-tit {
  font-size: 36px;
  font-weight: bold;
}
.aboutus-tit span {
  color: #999;
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}
.aboutus-left-box {
  margin-top: 57px;
}
.company-lists {
  width: 235px;
  height: 140px;
  display: block;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
}
.company-lists:hover {
  border: 1px solid #34b48f;
  transition: 0.5s all;
}
.t-img {
  width: 140px;
  display: block;
  margin: 0 auto;
  height: 140px;
}
.aboutus-little {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.aboutus-con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 0.1rem;
}
.aboutus-b {
  /* padding: 0 15px 55px 15px; */
}
.aboutus-mores {
  width: 115px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #e5e5e5;
  display: block;
  text-align: center;
  border-radius: 50px;
  margin-top: 35px;
}
.aboutus-mores:hover {
  background: #30b08b;
  color: #fff;
  transition: 0.5s all;
  border: 1px solid #fff;
}
.aboutus-right-box {
  width: 419px;
  background: url(../images/icon_map.png) top right no-repeat #34b48f;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  float: right;
  margin-top: 67px;
  border-radius: 7px;
  -webkit-box-shadow: #b2f1e0 0px 0px 10px;
  -moz-box-shadow: #b2f1e0 0px 0px 10px;
  box-shadow: #b2f1e0 0px 0px 10px;
}
.company-list {
  font-size: 24px;
  font-weight: bold;
  padding-left: 12px;
}
.company-list span {
  font-size: 16px;
  padding-left: 5px;
  font-weight: normal;
}
.company-tit {
  font-size: 18px;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  padding: 8px 12px;
}
.company-adress {
  font-size: 14px;
  padding-bottom: 5px;
  padding: 0 12px 7px;
}
.company-tel {
  width: 170px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  /* cursor: pointer; */
  float: left;
  margin: 8px;
  position: relative;
}
.company-adress-list {
  color: #333;
}
.comp-hove-box {
  width: 170px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fdcf00;
  color: #fff;
  display: none;
}
.comp-arrow {
  width: 15px;
  height: 8px;
  background: url(../images/icon_arow.png) no-repeat;
  position: absolute;
  bottom: -5px;
  left: 78px;
}
.company-adress-list:hover {
  color: #333;
}
.company-tel:hover .comp-hove-box {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: block;
  top: -43px;
}
.company-adress-list:hover {
  color: #34b48f;
}
.company-item {
  padding-left: 10px;
}
.time-box {
  display: inline-block;
  width: 201px;
  font-size: 16px;
  margin-top: 40px;
  padding-left: 15px;
}
.time-box b {
  font-size: 34px;
  color: #2ab18b;
}
/* 服务项目 */
.service-wrap {
  width: 100%;
  height: 914px;
  background: url(../images/service_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.service-title {
  font-size: 36px;
  font-weight: bold;
  padding-top: 60px;
  color: #fff;
  padding-left: 5px;
}
.service-en-tit {
  font-size: 18px;
  color: #fff;
  padding: 5px;
}
.service-list-box {
  width: 20%;
  float: left;
}
.service-item-box {
  width: 206px;
  height: 445px;
  margin: 37px auto;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.service-img-box {
  height: 316px;
  overflow: hidden;
}
.service-img-box img {
  width: 206px;
  height: 316px;
  transition: 0.5s all;
}
.service-eve,
.service-ws,
.service-tr,
.service-dq,
.service-zd {
  width: 94px;
  height: 94px;
  background: url(../images/icon_service01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 71%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.service-ws {
  background: url(../images/icon_service02.png) no-repeat;
}
.service-tr {
  background: url(../images/icon_service03.png) no-repeat;
}
.service-dq {
  background: url(../images/icon_service04.png) no-repeat;
}
.service-zd {
  background: url(../images/icon_service05.png) no-repeat;
}
.service-text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  padding-top: 62px;
  color: #333;
}
.service-item-box:hover .service-img-box img {
  overflow: hidden;
  transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
}
.service-pro-box {
  width: 25%;
  float: left;
}
.service-pro-item {
  width: 253px;
  height: 85px;
  line-height: 85px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  margin: 0 auto 23px;
}
/* hover */
.set_4_button3 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  color: #333;
  width: 253px;
  height: 85px;
  line-height: 85px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
  background: #fff;
  text-align: center;
  font-size: 17px;
  margin: 0 auto 23px;
}
.set_4_button3.raised {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #fff;
}
.set_4_button3.raised:active {
  background: #fff;
}
.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.clickable .toggle:checked + .anim {
  -moz-animation: anim-in 0.75s;
  -webkit-animation: anim-in 0.75s;
  animation: anim-in 0.75s;
}
.clickable .toggle:checked + .anim:after {
  -moz-animation: anim-in-pseudo 0.75s;
  -webkit-animation: anim-in-pseudo 0.75s;
  animation: anim-in-pseudo 0.75s;
}
.clickable .toggle:not(:checked) + .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.clickable .toggle:not(:checked) + .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.hoverable:hover > .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
}
.hoverable:hover > .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.s-active {
  background: #fed000 !important;
}
.news-list .new-con-box .time-box {
  font-size: 18px;
  color: #999;
  margin: 0 20px 0 0;
  padding-left: 0;
  width: auto;
}
.tel-box-m,
.slideBoxM {
  display: none;
}
@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(0, 0, 0, 0.25);
  }
  100% {
    background: transparent;
  }
}
.advan-wrap {
  width: 100%;
  background: #fff;
}
.advan-title {
  font-size: 36px;
  font-weight: bold;
  padding-top: 60px;
  color: #333;
  padding-left: 5px;
}
.advan-en-tit {
  font-size: 17px;
  color: #333;
  padding: 5px;
}
.advan-en {
  color: #999;
}
.advan-tab-box {
  margin-top: 30px;
}
.advan-tab-box .advan-content-box img {
  margin-right: 30px;
}
.adva-ul {
  list-style: none;
}
.adva-ul li {
  width: 225px;
  height: 65px;
  background: #e9f3f0;
  line-height: 65px;
  border-radius: 5px;
  float: left;
  margin: 25px;
  text-align: center;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: relative;
}
.advan-icon,
.rencai-icon,
.jishu-icon,
.fw-icon {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  display: inline-block;
  /* line-height: 40px; */
  vertical-align: middle;
  margin-right: 12px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.about-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
  background-size: cover !important;
  vertical-align: middle;
}
.about-icon1 {
  background: url(../images/icon_adv01.png) no-repeat;
}
.about-icon2 {
  background: url(../images/icon_adv02.png) no-repeat;
}
.about-icon3 {
  background: url(../images/icon_adv03.png) no-repeat;
}
.about-icon4 {
  background: url(../images/icon_adv04.png) no-repeat;
}
.adva-ul li.active .about-icon1 {
  background: url(../images/icon_adv01_active.png) no-repeat;
}
.adva-ul li.active .about-icon2 {
  background: url(../images/icon_adv02_active.png) no-repeat;
}
.adva-ul li.active .about-icon3 {
  background: url(../images/icon_adv03_active.png) no-repeat;
}
.adva-ul li.active .about-icon4 {
  background: url(../images/icon_adv04_active.png) no-repeat;
}
/* .adva-ul li:hover {
	background: #2ab18b;
	color: #fff;
} */
.adva-ul li.active {
  background: #2ab18b;
  color: #fff;
}
.adva-intro {
  /* padding-right: 20px; */
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-top: 44px;
}
.adva-compay {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 40px;
}
/* 新闻动态 */
.news-re {
  position: relative;
}
.news-wrap {
  width: 100%;
  height: 783px;
  background: url(../images/news_bgs.jpg) no-repeat center top;
  margin-top: 45px;
  display: inline-block;
}
.news-title {
  font-weight: bold;
  font-size: 34px;
  /* margin-top: 60px; */
  color: #333;
  position: absolute;
  top: 60px;
}
.news-title p {
  font-size: 18px;
  font-weight: normal;
  padding-top: 5px;
}
.news-ul {
  list-style: none;
  font-size: 16px;
  /* margin-top: 77px; */
  position: absolute;
  right: 0;
  top: 77px;
}
.news-ul li {
  width: 105px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.news-ul li:hover {
  background: #2ab18b;
  color: #fff;
  transition: 0.5s all;
}
.news-ul li.active {
  background: #2ab18b;
  color: #fff;
}
.news-list-w {
  width: 33%;
  float: left;
}
.news-list-link {
  width: 328px;
  height: 400px;
  display: block;
  margin: 50px auto 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  overflow: hidden;
}
.news-contents {
  padding-top: 130px !important;
  /* position: relative; */
}
.new-con-box {
  padding: 15px;
  box-sizing: border-box;
}
.new-data {
  font-size: 24px;
  color: #999;
}
.new-data img {
  vertical-align: middle;
  margin-left: 15px;
  transition: 0.5s all;
  /* height:208px; */
}
.new-year {
  font-size: 14px;
  color: #999;
}
.new-c-tit {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
}
.new-c-content {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  line-height: 23px;
}
.news-list-link:hover .newsimg img {
  transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
}
.newsimg {
  height: 208px;
  overflow: hidden;
}
.newsimg img {
  transition: 0.5s all;
}
.chaka-mored {
  width: 150px;
  height: 40px;
  border: 1px solid #e5e5e5;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  display: block;
  margin: 75px auto 0;
  background: #fff;
}
.chaka-mored:hover {
  background: #2ab18b;
  color: #fff;
  transition: 0.5s all;
  border: 1px solid transparent;
}
.hezuo-box {
  width: 25%;
  float: left;
  text-align: center;
}
.hezuo-links {
  width: 235px;
  height: 138px;
  display: block;
  margin: 0 auto 18px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  text-align: center;
}
.hz-w {
  margin-top: 60px;
}
.hezuo-links img {
  display: block;
  margin: 23px auto;
}
.hezuo-links:hover {
  border: 1px solid #2ab18b;
  transition: 0.5s all;
}
.ck-m {
  margin: 20px auto;
}
.set_8_button2 {
  display: inline-block;
  width: 235px;
  height: 155px;
  /* cursor: pointer; */
  text-align: center;
  transition: background 300ms;
}
.set_8_button2.outline {
  /* display: inline-block; */
  /* width: 85%; */
  /* height: 155px; */
  border-radius: 8px;
  border: 1px solid #eee;
  /* cursor: pointer; */
  /* text-align: center; */
  /* transition: background 300ms; */
  /* margin-bottom: 1.5rem; */
  margin-bottom: 21px;
}
.t-img {
  /* margin-top: 24px; */
}
.top-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 51px;
  border-bottom: 1px solid #f5f5f5;
}
.top-w-in {
  height: 165px;
  background: #fff;
  width: 100%;
}
/* 底部 */
/* 侧边栏 */
.slider-box {
  width: 43px;
  height: 170px;
  background: #2ab18b;
  border-radius: 40px;
  position: fixed;
  right: 100px;
  top: 50%;
  z-index: 1;
}
.slider-liuyan {
  width: 30px;
  height: 30px;
  display: block;
  margin: 20px auto 0;
}
.slider-tels {
  position: relative;
}
.tel-numbers {
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  position: absolute;
  right: 5px;
  z-index: 5;
  color: #fff;
  width: 98px;
  top: 22px;
  display: none;
}
.slider-tels:hover .tel-numbers {
  display: block;
}
.nfooter-wrap {
  width: 100%;
  /* height: 500px; */
  background: #303030;
  /* padding-bottom: 45px; */
  /* margin-top: -10px; */
}
.nfooter-nav {
  float: left;
  color: #fff;
  /* margin-right: 25px; */
  min-width: 100px;
  margin-top: 35px;
}
.nfooter-nav dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
.nfooter-nav dt a {
  color: #fff;
}
.nfooter-nav dd {
  font-size: 14px;
  color: #848484;
  line-height: 28px;
}
.nfooter-nav dd a {
  color: #848484;
}
.nfooter-nav dd a:hover {
  text-decoration: underline;
}
.code-box {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 8px;
}
.code-box {
  float: right;
  margin-top: 72px;
  margin-right: -34px;
}
.code-box img {
  width: 94px;
  height: 94px;
  margin: 8px;
  display: block;
}
.code-box p {
  text-align: center;
  color: #fff;
  padding-top: 8px;
}
.pho-box {
  margin-top: 50px;
  color: #fff;
}
.pho-tit {
  font-size: 14px;
}
.pho-con {
  font-size: 24px;
  font-weight: bold;
}
.pho-fl {
  margin-right: 5px;
}
.pho-adress {
  font-size: 16px;
  padding-top: 8px;
}
.friend-box {
  width: 260px;
  height: 35px;
  border-radius: 5px;
  background: #fff;
  line-height: 35px;
  padding-left: 5px;
  float: right;
  margin-top: 110px;
  margin-bottom: 20px;
}
.beian-boxs {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #141414;
}
.beian-boxs .banquan {
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.banquan .bah-txt {
  margin-left: 20px;
}
.ba-link {
  margin-left: 30px;
}
.ba-link a {
  color: #fff;
}
.ba-link img {
  margin-top: 16px;
  margin-left: 5px;
}
.banner-m,
.advan-en-tit-m,
.adva-intro-m,
.banner-m {
  display: none;
}
/* 各省分公司 */
.area-zb {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.area-detail {
  width: 850px;
  float: left;
  font-size: 18px;
  line-height: 33px;
  margin-left: 40px;
}
.area-number {
  color: #34b48f;
  font-size: 24px;
}
.area-nu {
  padding-left: 125px;
}
.area-hr {
  padding-left: 29px;
}
.area-wraps {
  margin-top: 55px;
}
.area-detail dl {
  width: 398px;
  float: left;
  margin-bottom: 15px;
}
/* end:首页 */
.top-logo-box {
}
.top-logo-box {
  width: 1100px;
  margin: 0 auto;
}
.top-logo-box img {
  width: 391px;
  /* height: 82px; */
  float: left;
  margin-top: 16px;
}
.tel-number {
  font-size: 20px;
  color: #34b491;
  line-height: 75px;
}
.top-w {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  height: 115px;
  background: #fff;
}
/*导航重置*/
section.nav-w {
  background: #fff;
  position: relative;
  bottom: -1px;
}
.nav-item-box {
  width: 1100px;
  margin: 0 auto;
  display: block;
  list-style: none;
}
.nav-item-box li {
  width: 78px;
  height: 51px;
  line-height: 52px;
  font-size: 14px;
  float: left;
  text-align: center;
  color: #fff;
}
.nav-item-box li > a {
  display: block;
  height: 52px;
  line-height: 52px;
}
.nav-item-box li > a.active,
.nav-item-box li > a:hover{
  background: #34b491;
  color: #fff;
}
.sele {
  position: absolute;
  display: block;
  top: 52px;
  left: 0;
  background-color: #34b48f95;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  display: none;
  text-align: left;
  padding: 10px 0;
}
.sele a {
  display: inline-block;
  float: left;
  width: 16.6%;
  margin: 0 !important;
  padding: 0px 5px;
  border: none;
  font-size: 15px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.sele a:hover {
  color: #000!important;
}
.m-more,
.company-box-m,
.menu,
.m-more-tel,
.yqlj-m {
  display: none;
}
.ico-tel {
  width: 37px;
  height: 37px;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: 100% 100%;
  float: left;
}
.hot-line {
  color: #34b48f;
  font-size: 14px;
  padding-top: 14px;
}
.hot-con {
  color: #34b48f;
  font-size: 20px;
  font-weight: bold;
}
.team-gao{
  display: none;
}
@media only screen and (max-width: 980px) {
  .tel-r {
    display: none;
  }
  body {
    width: 100%;
    height: 100%;
  }
  .nfooter-wrap {
    padding-bottom: 50px;
  }
  /* .fbox{display:flex}
	.fg1,.fg2,.fg3,.fg4,.fg5,.fg6,.fg7,.fg8,.fg9{width:1px}
	.fg1{flex-grow:1}
	.fg2{flex-grow:2}
	.fg3{flex-grow:3}
	.fg4{flex-grow:4}
	.fg5{flex-grow:5}
	.fg6{flex-grow:6}
	.fg7{flex-grow:7}
	.fg8{flex-grow:8}
	.fg9{flex-grow:9}
	.fbox-acenter{align-items:center;}
	.fbox-jcenter{justify-content:center;}
	.fbox-jbetween{justify-content:space-between;} */
  .top-w {
    width: 100%;
    /* overflow: hidden; */
    /* border-bottom: 1px solid #f5f5f5; */
    height: 4.5rem;
  }
  .top-w-in {
    height: 4.5rem;
    background: #fff;
    width: 100%;
  }
  .top-logo-box {
    width: 100%;
    height: 4.5rem;
    box-shadow: 0 2px 6px rgba(197, 197, 197, 0.2);
    padding: 0.5rem 1rem;
    display: flex;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    justify-content: space-between;
    z-index: 5;
  }
  .top-logo-box a {
    width: 50%;
    display: block;
  }
  .top-logo-box a img {
    width: 99%;
    margin-top: 0;
  }
  .tel-number {
    font-size: 20px;
    color: #34b491;
    line-height: 75px;
    display: none;
  }
  .nav-w {
    border-bottom: 1px solid #f5f5f5;
    display: none;
  }
  .m-more {
    width: 2rem;
    height: 1.8rem;
    background: url(../images/home_03.jpg) no-repeat;
    margin-top: 0.3rem;
    display: inline-block;
    background-size: 100% 100%;
  }
  .m-more-tel {
    width: 2em;
    height: 2em;
    background: url(../images/tel-img.png) no-repeat;
    margin-top: 0;
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu {
    width: 100vw;
    height: 100vh;
    z-index: 99;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
  }
  .menu2 {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 60vw;
    height: 100vh;
    background-color: #ffffff;
    float: right;
    z-index: 99;
  }
  .menu-close {
    height: 100vh;
    width: 40vw;
    float: left;
  }
  .menu-nav {
    width: 60vw;
    height: 3.8rem;
    background: #34b491;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  .menu-nav h4 {
    color: #ffffff;
  }
  .menu-con {
    height: 100%;
    overflow-x: hidden;
  }
  .menu-con div {
    height: 2.8rem;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding-left: 1.5rem;
    line-height: 2.8rem;
  }
  .menu-con div i {
    color: #aaa;
  }
  .menu-con ul a {
    min-height: 3.5rem;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
  }
  .btnul div:hover {
    background: #f8f8f8;
  }
  .tel-secur {
    display: none;
  }
  .tel-box {
    display: none;
  }
  .area-zb {
    font-size: 1.3rem !important;
    float: none;
    padding-left: 1rem;
  }
  .area-detail {
    width: 100%;
    float: none;
    line-height: 1.4;
    padding-top: 1rem;
    font-size: 1rem;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .area-detail .area-number {
    font-size: 1.2rem;
  }
  .area-nu {
    padding-left: 0.7rem;
  }
  .area-hr {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }
  .area-detail dl {
    margin-bottom: 1rem;
    line-height: 1.6;
    width: 50%;
  }
  .area-wraps {
    margin-top: 1rem;
  }
  .aboutus-con p {
    font-size: 1rem;
  }
  .adva-intro {
    margin-top: 1rem;
  }
}
/***适应小屏电脑***/
@media only screen and (min-width:1000px) and (max-width: 1366px) {
 /****/
  .banner-m .container{
    max-width: 100% !important;
  }
  .banner-m .container .swiper-slide{
    width: 100%;
  }
  .banner-m .container .swiper-slide img{
    width: 100%;
  } 
  .banner-top-m{
    width: 100%;
    height: 70px;
    background: url(../images/banner_top.png) no-repeat center top;
    background-size: 100% 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 9;
  }
}
/***适应小屏电脑***/
@media only screen and (max-width: 1366px) {
  .area-zb {
    font-size: 1.3rem;
    float: none;
  }
  .adva-intro {
    margin-top: 1rem;
  }
  .aboutus-con p {
    font-size: 1rem !important;
    line-height: 1.8rem;
  }
  .slider-box {
    /* display: none; */
  }
  .top-w-in {
    height: auto;
    background: #fff;
    width: 100%;
  }
  .area-detail {
    width: 100%;
    float: none;
    line-height: 1.8;
    padding-top: 1rem;
    display: contents;
  }
  .area-detail span {
    display: ;
  }
  .area-detail span .enter-box {
    display: none;
  }
  .slider-box .slider-liuyan,
  .slider-box .slider-tels {
    display: none;
  }
  .slider-box .icontop img {
    display: block;
  }
  .area-nu {
    padding-left: 0.7rem;
  }
  .slider-box {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    bottom: 13rem;
    right: 2rem;
    border-radius: 50%;
    z-index: 10;
  }
  .slider-box img {
    margin: 0 auto;
  }
  .area-hr {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
  }
  .area-detail dl {
    margin-bottom: 1rem;
    line-height: 1.6;
  }
  .area-wraps {
    margin-top: 1rem;
  }
  .tel-number {
    margin-right: 12rem;
  }
  .tel-secur,
  .slideBox {
    display: none;
  }
  .top-logo-box a img {
    /* width: auto; */
    /* height: 3rem; */
  }
  .tel-box-m .tel-secur,
  .tel-box-m .hot-line,
  .tel-box-m .hot-con {
    display: block;
    color: #333333;
  }
  .tel-box-m .tel-secur {
    padding: 0;
    font-size: 0.7rem;
    margin-top: 0;
  }
  .tel-box-m .hot-line {
    padding: 0;
    font-size: 0.7rem;
  }
  .tel-box-m .hot-con {
    font-size: 0.6rem;
    font-weight: 100;
  }
  .slideBoxM {
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0px 0px 40px 0px;
    width: 100%;
    height: 268px;
  }
  #slider_imgs {
    float: left;
    /* margin:0 0 0 100%; */
    width: 5880px;
    height: 268px;
  }
  #slider_imgs li {
    width: 100%;
    height: 268px;
    float: left;
  }
  #slider_imgs img {
    /* margin:0px 20px 0px 20px; */
    /* /* width:100%; */
    /* height:268px; */
  }
  #slider_index {
    clear: both;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* margin: 230px 0 0 400px; */
  }
  #slider_index li {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: white;
    margin-right: 20px;
  }
  .banner-m {
    position: relative;
    /****/
    display: block;
  }
  
  /* 指示器选中时高亮 */
  #slider_index #on {
    background-color: #e94653;
  }
}
@media only screen and (max-width: 980px) {
  /* start:首页手机端 */
  body,
  html {
    font-size: 14px;
  }
  .tel-box-m {
    display: block;
    margin-left: 1rem;
    margin-top: 3px;
  }
  .menu {
    width: 100vw;
    height: 100vh;
    z-index: 99;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
  }
  .sub-banners img {
    display: none;
  }
  .gs-banner-m img {
    display: block;
  }
  .menu2 {
    position: absolute;
    top: 0;
    left: 100vw;
    width: 60vw;
    height: 100vh;
    background-color: #ffffff;
    float: right;
    z-index: 99;
  }
  .menu-close {
    height: 100vh;
    width: 40vw;
    float: left;
  }
  .menu-nav {
    width: 60vw;
    height: 3.8rem;
    background: #34b491;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  .menu-nav h4 {
    color: #ffffff;
  }
  .menu-con {
    height: 100%;
    overflow-x: hidden;
  }
  .menu-con div {
    height: 2.8rem;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding-left: 1.5rem;
    line-height: 2.8rem;
  }
  .menu-con div i {
    color: #aaa;
  }
  .menu-con ul a {
    min-height: 3.5rem;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
  }
  .zhengquan {
    display: flex;
    align-items: center;
  }
  .banner-m {
    display: block;
    width: 100% !important;
    overflow: hidden;
  }
  .banner-m .container{
    max-width: 100% !important;
  }
  .swiper-pagination {
    left: 50% !important;
    top: 10.5rem !important;
    transform: translateX(-50%) !important;
  }
  .swiper-pagination span {
    margin: 0 0.2rem;
  }
  .swiper-pagination-bullet {
    width: 1.5rem !important;
    border-radius: 0.4rem !important;
    height: 0.4rem !important;
    background-color: #fff !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #34b48f !important;
  }
  .swiper-wrapper {
    height: auto !important;
  }
  .banner-top-m {
    position: absolute;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    z-index: 2;
    bottom: -2px;
    transform: translateX(-50%) !important;
  }
  .aboutus-left-box {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.7rem;
    margin-top: 1.5rem;
  }
  .aboutus-tit {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .aboutus-tit span {
    font-size: 0.7rem;
  }
  .aboutus-mores {
    float: right;
    font-size: 1rem;
    width: auto;
    padding: 0 1rem;
    border-radius: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
  .aboutus-content {
    background-size: 100% 22%;
    height: auto;
  }
  .aboutus-content .w {
    width: 100%;
  }
  .w {
    width: 100%;
    height: auto;
  }
  
  .company-box {
    display: flex;
    flex-wrap: wrap;
  }
  .aboutus-right-box {
    margin: 1rem 1rem;
  }
  .company-list {
    font-size: 1.1rem;
  }
  .company-list span {
    font-size: 0.8rem;
  }
  .company-tit {
    font-size: 1rem;
    padding: 8px 12px 2px;
  }
  .company-adress {
    font-size: 0.9rem;
  }
  .company-news {
    padding: 15px;
  }
  .company-box-pc {
    display: none;
  }
  .company-box-m {
    display: block;
    width: 100%;
    /* float: right; */
  }
  .aboutus-right-box {
    width: 100%;
    /* float: left; */
    margin: 0;
    padding: 15px 0;
    background-position: top right;
    background-size: 50%;
  }
  .time-box {
    display: inline-block;
    font-size: 0.9rem;
    margin-top: 1.2rem;
    padding-left: 15px;
    box-sizing: border-box;
    width: auto;
  }
  .company-box .time-box:nth-child(1) {
    margin-top: 0;
  }
  .time-box b {
    font-size: 1.5rem;
  }
  .service-item-box {
    width: auto;
    height: auto;
    border-radius: 3px;
    margin: 20px auto 10px;
  }
  .service-img-box {
    height: auto;
  }
  .service-img-box img {
    width: auto;
    height: auto;
  }
  .service-eve,
  .service-ws,
  .service-tr,
  .service-dq,
  .service-zd {
    width: 3rem;
    height: 3rem;
    background-size: 100% 100%;
    top: auto;
    bottom: 0.6rem;
  }
  .service-text {
    font-size: 0.9rem;
    padding: 1.5rem 0 0.8rem;
    font-weight: inherit;
    font-weight: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .slider-liuyan {
    width: 2.2rem;
    height: 2.2rem;
  }
  .service-wrap {
    margin-top: 1.5rem;
    height: auto;
    padding: 1.8rem 0;
    background: url(../images/bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .service-list-box {
    width: 19%;
    margin-right: calc(5% / 4);
  }
  .service-list-box:nth-last-child(1) {
    margin-right: 0;
  }
  .service-pro-box {
    width: 31%;
    margin-right: calc(7% / 2);
  }
  .service-pro-box:nth-child(3n) {
    margin-right: 0;
  }
  .set_4_button3 {
    width: auto;
    height: 45px;
    line-height: 15px;
    border-radius: 2px;
    font-size: 0.9rem;
    margin: 0px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5rem;
  }
  .fw-item-box {
    padding: 0 0.8rem;
    box-sizing: border-box;
  }
  .service-title,
  .advan-title,
  .news-title {
    padding-top: 0;
    font-size: 1.2rem;
    padding-left: 0.8rem;
  }
  .service-en-tit,
  .advan-en-tit,
  .news-title p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.8rem;
    padding: 0 0.8rem;
  }
  .service-en-tit .fr,
  .advan-en-tit .fr {
    font-size: 0.9rem;
  }
  .advan-en-tit .fr {
    color: #666666;
    text-align: right;
    max-width: 70%;
    position: absolute;
    right: 0.8rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .advan-en-tit-pc,
  .adva-intro-pc {
    display: none;
  }
  .advan-wrap {
    padding-top: 1.5rem;
  }
  .adva-ul {
    display: flex;
    margin-bottom: 0.8rem;
  }
  .adva-ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 0.9rem;
    width: 23%;
    height: auto;
    line-height: 2rem;
    padding: 0.2rem 0;
    margin-right: calc(8% / 3);
  }
  .adva-ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
  .advan-icon,
  .rencai-icon,
  .jishu-icon,
  .fw-icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.3rem;
    background-size: 100% 100% !important;
  }
  .advan-tab-box {
    padding: 0 0.8rem;
  }
  .advan-tab-box .advan-content-box {
    display: block;
  }
  .advan-tab-box .adva-intro {
    padding-top: 0;
    margin-top: 0.6rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .adva-intro-m {
    padding-top: 0.8rem;
    display: block;
  }
  .adva-intro-m .adva-intro {
    font-size: 1.1rem;
    padding-top: 0;
    line-height: 1.5rem;
  }
  .adva-compay {
    font-size: 1rem;
    padding-top: 0.6rem;
    line-height: 1.2rem;
    color: #999999;
  }
  .news-contents {
    padding: 1rem 0 !important;
  }
  .news-wrap {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    background-size: cover;
  }
  .news-title {
    position: relative;
    top: 0;
  }
  .news-wrap .news-title p {
    padding: 0.2rem 0 0;
  }
  .news-ul {
    position: relative;
    display: flex;
    align-items: center;
    top: 0;
    padding: 0 0.8rem 0.8rem;
    /* justify-content: flex-end; */
  }
  .news-ul li {
    font-size: 0.9rem;
    width: auto;
    box-sizing: border-box;
    height: auto;
    line-height: 1.4rem;
    padding: 0;
    margin-right: 0.4rem;
  }
  .news-ul li:nth-last-child(1) {
    margin-right: 0.8rem;
  }
  .news-ul li.active {
    padding: 0.3rem 0.8rem;
  }
  .news-wrap {
    height: auto;
    margin-bottom: 2rem;
  }
  .chaka-mored {
    width: 7.5rem;
    height: auto;
    border: none;
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 2rem;
    border: 1px solid #eee;
  }
  .news-list {
    margin-top: 0.5rem;
  }
  .news-list-w {
    width: 100%;
    box-sizing: border-box;
  }
  .news-list-link {
    width: auto;
    margin: 0 0.8rem 0.8rem;
    display: flex;
    height: auto;
    padding: 0.6rem;
    border: none;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    align-items: center;
  }
  .news-list-link .newsimg {
    width: 35%;
    min-width: 35%;
    height: auto;
    min-height: 7rem;
    max-height: 8rem;
    display: flex;
    align-items: center;
  }
  .news-list .new-con-box .time-box {
    font-size: 0.8rem;
    color: #999;
    margin: 0 0.6rem 0 0;
    padding-left: 0;
  }
  .new-con-box {
    padding: 0 0.2rem 0 0.6rem;
  }
  .new-c-tit {
    padding-top: 0.5rem;
    margin-bottom: 0.1rem;
    font-size: 0.9rem;
    -webkit-line-clamp: 1;
  }
  .new-data {
    font-size: 0.8rem;
  }
  .new-year {
    display: none;
  }
  .new-c-content {
    padding-top: 3px;
    font-size: 0.7rem;
  }
  .hezuo {
    margin-top: 1.8rem;
  }
  .hezuo .chaka-mored {
    border: 1px solid #e5e5e5;
  }
  .nfooter-wrap .lome {
    display: none;
  }
  .nfooter-wrap .pho-box {
    margin-top: 1.5rem;
    margin-left: 2rem;
  }
  .nfooter-wrap .pho-box img {
    width: 2.5rem;
  }
  .nfooter-wrap .pho-tit {
    font-size: 0.9rem;
  }
  .nfooter-wrap .pho-con {
    font-size: 1.2rem;
  }
  .nfooter-wrap .pho-adress {
    font-size: 0.9rem;
  }
  .nfooter-wrap .clearfix {
    position: relative;
  }
  .friend-box {
    width: 7rem;
    position: absolute;
    top: 2.3rem;
    right: 1.5rem;
    margin-top: 0;
    margin-right: 0;
    height: 1.6rem;
    font-size: 0.9rem;
  }
  .nfooter-wrap .w {
    padding-bottom: 1rem;
  }
  .beian-boxs {
    font-size: 0.9rem;
    padding: 0.6rem 2rem 1.2rem;
    height: auto;
    line-height: 1.5rem;
  }
  .beian-boxs .ba-link {
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    float: none;
    justify-content: flex-start;
    margin-left: 0;
  }
  .ba-link img {
    margin-top: 0;
  }
  .banquan {
    display: block;
  }
  .hz-w {
    padding: 1.2rem 0 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .hz-w .hezuo-box {
    width: calc((100% - 4.8rem) / 3);
    text-align: center;
    margin: 0.3rem 0.8rem;
  }
  .beian-boxs .banquan {
    width: auto;
    justify-content: center;
  }
  .hz-w .hezuo-box .set_8_button2 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0.3rem 0;
  }
  .hz-w .hezuo-box .set_8_button2 .t-img {
    height: auto;
    width: 70%;
  }
  .hz-w .company-lists {
    width: 100%;
  }
  .hz-box .chaka-mored {
    border: 1px solid #e5e5e5 !important;
  }
  .beian-boxs .banquan-box {
    display: block;
  }
  .beian-boxs .banquan-box .bah-txt {
    margin-left: 0;
  }
  .about-icon {
    width: 20px;
    height: 20px;
    margin-right: 0.1rem;
  }
  .pagination > li > a,
  .pagination > li > span {
    padding: 0.5rem;
  }
  .fanye .pagination .active a {
    margin-top: 0.15rem;
  }
  .aboutus-right-box .company-item {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.3rem;
  }
  .aboutus-right-box .company-tel {
    width: 43%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0.3rem 0.5rem;
    position: relative;
  }
  .set_8_button2.outline .lines,
  .yqlj-pc {
    display: none;
  }
  .yqlj-m {
    display: block;
  }
  /* end:首页手机端 */
  /* start：关于我们 */
  .sub-pro-list-box {
    padding: 0.5rem 1rem 2rem;
    margin-bottom: 0;
  }
  /* end：关于我们 */
  /*start：产品类表*/
  .sub-list-text {
    height: 3.1rem;
    line-height: 0;
  }
  .sub-wrap .shebei-box .zanwushuju {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    color: #969696;
  }
  .sub-wrap .shebei-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 2rem;
  }
  /*end：产品类表*/
  /*start：产品详情*/
  .online-link {
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .sub-detail-list {
    margin-top: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 1.2rem;
  }
  /*end：产品详情*/
  /*start：文章列表*/
  .sub-pro-list-box .new-wraps .new-wid .news-tit {
    font-size: 1rem;
    color: #000;
  }
  .sub-pro-list-box .new-wraps .new-wid .newp {
    font-size: 0.9rem;
    height: auto;
  }
  .sub-pro-list-box .new-wraps .new-wid .news-times {
    font-size: 0.9rem;
  }
  /*end：文章列表*/
  .news-detail .sub-pro-detail {
    text-align: justify;
  }
  /*start：文章详情*/
  .news-detail {
    padding: 0.5rem 1rem;
    border-bottom: 6rem solid #f7f7f7;
    margin-bottom: 0;
  }
  /*end：文章详情*/
  /*start：各省份公司*/
  .comp-mobile-box {
    /*flex-wrap: wrap;*/
    align-items: center;
  }
  .comp-mobile-box .comp-mo {
    width: 100%;
    display: block;
    height: auto;
    margin: 5px auto 15px;
  }
  .comp-mobile-box .comp-con {
    /*margin-left: 0*/
  }
  .comp-mobile-box .comp-con .comp-tits {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
  .comp-mobile-box .comp-con .comp-cons {
    font-size: 0.8rem;
    line-height: 1.5rem;
    margin-top: 0;
    text-align: justify;
  }
  .sub-pro-list-box .clearfix .area-zb {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-left: 0;
    font-size: 1.1rem !important;
  }
  .sub-pro-list-box {
    border-top: none;
  }
  .sub-pro-list-box .clearfix .area-detail,
  .sub-pro-list-box .maps {
    padding: 0;
  }
  .office-list .office-item-box .office-tit {
    font-size: 1.1rem;
  }
  .office-list .office-item-box .office-item .dec-adress {
    margin-top: 0.5rem;
  }
  .sub-pro-list-box .maps {
    margin-top: 2rem;
    height: 12rem;
  }
  .sub-pro-list-box #map {
    border: none !important;
  }
  /*end：各省份公司*/
  /*start：招聘岗位*/
  table th,
  table td {
    padding: 1rem 0.2rem !important;
    box-sizing: border-box;
  }
  .recruit-box .rec-tit {
    font-size: 1.1rem;
  }
  .joib-box .joib-img {
    width: 32%;
    height: auto;
  }
  .joib-box .joib-con {
    font-size: 1rem;
    margin-bottom: 0rem;
  }
  .joib-box .joib-aress {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .joib-box {
    padding-bottom: 1.5rem;
  }
  .peixun-pc,
  .man-img-pc,
  .adv_listimg_pc {
    display: none;
  }
  .man-img-m {
    display: block;
  }
  .peixun-m {
    display: block;
    margin-bottom: 2rem;
  }
  .jinsheng-bg {
    height: 49.5rem;
    background-position-y: bottom;
  }
  .man-img-m {
    margin-top: -0.5rem;
  }
  .man-img-m img {
    margin: 0 auto;
    width: 85%;
    margin-left: -2%;
  }
  .man-img-m img:nth-of-type(2) {
    margin-top: 2.5rem;
  }
  /*end：招聘岗位*/
  .all-case {
    height: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 70% !important;
  }
}
@media only screen and (min-width: 360px) {
  html {
    /*font-size: 80% !important;*/
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 90% !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 100% !important;
  }
}
@media only screen and (max-width: 750px) {
  .sub-banners img {
    display: none;
  }
  .gs-banner-m img {
    display: block;
    width: 100%;
  }
  .mobile-btn {
    display: block;
  }
  .team-gao{
    font-size: 2.5rem; margin: 15px auto 0px;font-weight: bold;text-align: center;display: block;
  }
}
