html, body, div, span,h1, h2, h3, h4, h5, h6, p, a, u, i, center,dl, 
dt, dd, ol, ul, li,table, caption, tbody, tfoot, thead, tr, th, td,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
  border-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.clearfix {
  zoom: 1;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
body,html {
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-weight: 100;
  background-color: #efefef;
  min-width: 1200px;
}
body {
  padding-top: 5.3125rem;
}
@media screen and (max-width:1620px){
  html,body {
    font-size: 13px;
  }
}
@media screen and (min-width:1620px){
  html,body {
    font-size: 16px;
  }
}
/* @font-face { 
  font-family: 'fzltzchjt';
  src: url('../assets/方正兰亭中粗黑简体.TTF');
}
@font-face { 
  font-family: 'fzltcxhjt';
  src: url('../assets/方正兰亭超细黑简体.TTF');
}
@font-face { 
  font-family: 'fzltqhjt';
  src: url('../assets/方正兰亭纤黑简体.TTF');
} */
.topsp {
  width: 100rem;
  position: absolute;
  left: 50%;
  margin-left: -50rem;
}
.w {
  width: 75rem;
  margin:0 auto;
  position: relative;
}
.m {
  width: 81.25rem;
  margin:0 auto;
  position: relative;
}
.b {
  width: 100rem;
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: 'iconfont';
  src: url('./css/font/iconfont.eot');
  src: url('./css/font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('./css/font/iconfont.woff2') format('woff2'),
      url('./css/font/iconfont.woff') format('woff'),
      url('./css/font/iconfont.ttf') format('truetype'),
      url('./css/font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1 {
  font-size: 0;
}
.notext {
  font-size: 0;
}

/* 顶部导航 */
.topbar {
  position: fixed;
  top: 0;
  z-index: 10000;
  background-color: #333;
  width: 100%;
  height: 5.3125rem;
  color: #fff;
  min-width: 930px;
}
.barbox {
  position: relative;
  width: 100%;
  height: 5.3125rem;
  margin: 0 auto;
}
.barimg {
  width: 13.8rem;
  height: 2.75rem;
  position: absolute;
  top: 50%;
  left: 18%;
  margin-top: -1.375rem;
}
.barimg h1 {
  font-size: 0;
}
.bartext {
  position: absolute;
  top: 0;
  right: 8%;
}
.topbar ul li {
  float: left;
  width: 8.75rem;
  height: 5.3125rem;
  text-align: center;
  overflow: hidden;
}
.topbar ul li .probarlist {
  max-height: 28rem;
  overflow-y: auto;
}
.topbar ul li .probarlist::-webkit-scrollbar { width: 2px !important }
.topbar ul li:hover {
  height: auto;
  background-color: #555;
}
.topbar ul li:hover .barhead{
  background-color: #444;
}
.topbar ul li:hover .barhead a {
  border: 1px solid #fff;
  border-radius: 5px;
}
.topbar li .barhead {
  height: 5.3125rem;
  line-height: 5.3125rem;
}
.topbar .barhead a {
  padding: 4px 10px 6px 10px;
}
.topbar .barhead .spanborder {
  border: 1px solid #fff;
  border-radius: 5px;
}
.topbar .barbody a:hover {
  color: #ccc;
}
.topbar li .barbody {
  height: 3.75rem;
  line-height: 3.75rem;
}
@media screen and (max-width:1400px){
  .barimg { left: 8%; }
  .bartext { right: 5%; }
}
@media screen and (max-width:1200px){
  .topbar ul li { width: 6.75rem; }
}

/* 页面头部 */
.top_bg a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_bg img {
  width: 100%;
  height: 100%;
}
.top_bg h5 {
  font-size: 0;
}

/* 底部菜单 */
.bottom_list {
  font-size: .875rem;
  background-color: #fff;
}
.bottom_list dl a:hover {
  text-decoration: underline;
  color: #3cac6a;
}
.bottom_list dt.hdgf a:hover {
  text-decoration: underline;
}
.bottom_list dl {
  margin-right: 6.25rem;
}
.bottom_list dl:first-child {
  margin-left: 3.75rem;
}
.bottom_list dt {
  font-weight: 700;
  margin-bottom: 1.5625rem;
}
.bottom_list dd {
  color: #868686;
  margin-bottom: .75rem;
}
.bot_list {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}
.list_icon {
  font-size: 3.75rem;
  color: #ddd;
  cursor: pointer;
}
.icon_box div:first-child + div {
  margin-top: 5px;
  margin-left: .625rem;
}
.icon_box div:first-child + div .list_icon {
  font-size: 3.625rem;
}
.bottom_address {
  text-align: center;
  line-height: 2rem;
}
.bottom_address > div {
  margin-top: 3.75rem;
  margin-right: 5rem;
}
/* 微信分享 */
.wx-box{
  right: 3rem;
  top: 1rem;
  position: absolute;
  margin: 0;
  z-index: 1001;
  background: #fff;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  padding: 1rem;
  display: none;
}
.wx-box .wx-box-head{
  font-size: 14px;
  text-align: left;
  line-height: 0.16rem;
  height: 0.16rem;
  position: relative;
  color: #000;
}
.wx-box .wx-box-close{
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: -0.8rem;
  top: -0.8rem;
  color: #999;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.6rem;
  text-align: center;
  cursor: pointer;
}
.wx-box .wx-box-main{
  padding-top: 1rem;
  min-height: 2rem;
  text-align: center;
}
.wx-box .wx-box-foot{
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  color: #666;
}

/* 底部文字 */
.bottom_address a {
  color: #3bac67;
  text-decoration: underline;
}
.industry_img {
  width: 5.625rem;
}
.bottom_text {
  padding: 1.875rem 0;
  line-height: 1.5rem;
  text-align: center;
  background-color: #efefef;
  font-size: .875rem;
  color: #888;
}
.bottom_text p:nth-of-type(1){
  font-weight: 700;
  color: #000;
  margin-bottom: .625rem;
}
.bottom_friends {
  padding: 1.875rem 0;
  line-height: 2rem;
  text-align: center;
  background-color: #fff;
  font-size: .875rem;
  color: #888;
}
.bottom_friends_con {
  width: 1200px;
  margin: 0 auto;
}
.bottom_friends_con > span {
  margin-right: 10px;
}
.bottom_friends_con > a {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.bottom_friends_con > a:nth-last-of-type(1) {
  border-right: none;
}

/* 搜索框 */
.searchbox {
  padding: 6.875rem 0;
  background-color: #d0d0d0;
}
.searchbox > div {
  font-size: 0;
  letter-spacing: -4px;
  position: relative;
  width: 66.875rem;
  height: 3.75rem;
  margin: 0 auto;
}
.searchbox_text {
  width: 56.25rem;
  height: 2.375rem;
  text-indent: .9375rem;
  font-size: 1rem;
  border: none;
  position: absolute;
  left: 0;
  z-index: 1;
  top: 50%;
  margin-top: -1.1875rem;
}
.searchbox_button {
  width: 11.25rem;
  height: 3.75rem;
  border: none;
  background-color: #005b49;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  position: absolute;
  right: 0;
}

/* 加盟三下箭头 */
.downtips {
  display: block;
  font-size: 3.125rem;
  color: rgb(9, 128, 102);
  margin-bottom: 4rem;
}


/* 设计定制---底部售后导航条 */
.comment_bar {
  margin-top: 6.25rem;
  margin-bottom: 4.5rem;
}
/* 招商加盟导航条 */
.comment_bar li {
  float: left;
  width: 8.125rem;
  height: 8.125rem;
  margin-left: 6rem;
}
.comment_bar li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.comment_bar .comment_aftersales_bar li a img {
  width: 700%;
  margin-top: 5%;
  max-width: none;
}
.comment_bar .comment_aftersales_bar li:nth-child(1) img {
  margin-left: 9%;
}
.comment_bar .comment_aftersales_bar li:nth-child(2) img {
  margin-left: -143%;
}
.comment_bar .comment_aftersales_bar li:nth-child(3) img {
  margin-left: -296%;
}
.comment_bar .comment_aftersales_bar li:nth-child(4) img {
  margin-left: -445%;
}
.comment_bar .comment_aftersales_bar li:nth-child(5) img {
  margin-left: -600%;
}
.hashover {
  display: none;
}
.comment_bar .comment_aftersales_bar li:hover .nohover {
  display: none;
}
.comment_bar .comment_aftersales_bar li:hover .hashover {
  display: block;
}
.comment_bar > .comment_join_bar li span {
  font-size: 0;
}
.comment_bar > .comment_join_bar li .image2 {
  display: none;
}
.comment_bar > .comment_join_bar li:hover .image1 {
  display: none;
}
.comment_bar > .comment_join_bar li:hover .image2 {
  display: block;
}

/* 回到顶部 */
.back_to_top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
  box-sizing: border-box;
  background-color: #ccc;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.5;
  animation: scalebacktop 4s ease-in-out infinite;
  box-shadow: 0px 0px 12px 3px #999;
}
.back_to_top.show {
  display: block;
}
.back_to_top:hover {
  opacity: 1;
}
@keyframes scalebacktop {
  0%{
      transform: scale(1);
  }
  25%{
      transform: scale(1.1);
  }
  50%{
      transform: scale(1);
  }
  75%{
      transform: scale(1.1);
  }
}
@keyframes showtopbar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bidbox {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
  height: 23.75rem;
}
.bgbox {
  background-color: #005b49;
  width: 15rem;
  height: 9.375rem;
  position: absolute;
  top: -3.125rem;
  left: 0;
  z-index: 0;
}
.imgbox img {
  width: 100%;
  height: 100%;
}
.imgbox {
  width: 72.5rem;
  height: 23.75rem;
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 3;
  overflow: hidden;
}
.imgbox > a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.imgbox .left {
  width: 53.75rem;
  height: 23.75rem;
  margin-right: 1.25rem;
  background-color: #fff;
}
.imgbox .right {
  width: 17.5rem;
  height: 23.75rem;
}
.imgbox .right > div {
  width: 17.5rem;
  height: 11.25rem;
  background-color: #fff;
  margin-bottom: 1.25rem;
}
.datebox {
  height: 3.375rem;
  line-height: 3.375rem;
  background-color: #005b49;
  padding: 0 3.125rem;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  position: absolute;
  bottom: -1.6875rem;
  left: 0;
  z-index: 6;
}
.textmore {
  font-size: 1.5rem;
  font-weight: 100;
  margin-left: .625rem;
}
.textbox1 {
  padding-left: 5rem;
  padding-top: 1.25rem;
  position: relative;
  overflow: hidden;
}
.textbox1 h3 {
  font-size: 1.75rem;
  color: #808080;
  text-align: left;
}
.textbox1 > p {
  text-align: left;
  margin-top: 1.25rem;
  line-height: 2.5rem;
  font-size: 1.0625rem;
}
/* .textbox1 p {
  margin-top: 1.25rem;
  line-height: 2.5rem;
  font-size: 1.0625rem;
} */
.lookmore {
  color: #1a6b58;
  border: 1px solid #1a6b58;
  cursor: pointer;
  width: 6.25rem;
  line-height: 1.875rem;
  text-align: center;
  margin-top: .625rem;
  margin-left: 3.125rem;
  margin-bottom: 9.5rem;
}
.lookmore a {
  display: block;
  width: 100%;
  height: 100%;
}
.content_line {
  width: 1px;
  height: 100%;
  background-color: #1a6b58;
  position: absolute;
  top: 1.875rem;
  left: 3.125rem;
}
.content_circle {
  position: absolute;
  top: 1.375rem;
  left: 2.5rem;
  border: 1px solid #1a6b58;
  box-sizing: border-box;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.content_circle > div {
  position: absolute;
  top: .125rem;
  left: .125rem;
  background-color: #1a6b58;
  border-radius: 50%;
  width: .875rem;
  height: .875rem;
}


/* 案例 */
.imglo img {
  width: 100%;
  height: 100%;
}
.imglo .title {
  font-size: 3.125rem;
  color: #7f7f80;
  margin-bottom: 7.5rem;
}
.imglo h4 {
  font-size: 3.125rem;
  color: #005b47;
  margin-top: 7.5rem;
  font-weight: 400;
}
.imglo h5 {
  font-size: 1.375rem;
  color: #005b47;
  margin-bottom: 6.875rem;
  font-weight: 400;
}
.imglo .top {
  width: 100%;
  height: 28.125rem;
  position: relative;
  background-color: #fff;
}
.imglo .procon {
  width: 100%;
  text-align: left;
}
.imglo .top .topl {
  width: 33.75rem;
  height: 28.75rem;
  position: absolute;
  bottom: 1.5rem;
  left: 1.75rem;
  background-color: #eee;
}
.imglo .top .topr {
  width: 39.375rem;
  height: 28.125rem;
  position: absolute;
  top: 0;
  right: 0;
}
/* .imglo .top p {
  font-size: 0;
} */
.imglo .bottom {
  width: 100%;
  margin-top: 3rem;
}
.imglo .line {
  width: 23.75rem;
  height: 1.25rem;
  margin: 0 auto;
  margin-top: 4.375rem;
  margin-bottom: 10.625rem;
}

/* 标题文字 */
.guatitle {
  margin: 5rem 0 ;
}
.texthan {
  font-size: 3.125rem;
  font-weight: 500;
  color: #085f4c;
}
.textying {
  font-size: 1.375rem;
  font-weight: 500;
  color: #085f4c;
}

/* 加盟申请 */
.joinour {
  height: 17.5rem;
  position: relative;
}
.joinour >img {
  width: 100%;
  height: 100%;
}
.joinour_imgbg {
  height: 17.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}
.inputbox {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.8125rem;
  margin-left: -33.4375rem;
  color: #fff;
  height: 5.625rem;
  text-align: left;
  box-sizing: border-box;
}
.textbox {
  font-size: 1.875rem;
  width: 7rem;
  height: 5.625rem;
  padding-left: 0px;
  padding-top: 0px;
}
.textbox img {
  vertical-align: top;
}
.textbox p {
  font-size: 0;
}
.iptform {
  position: relative;
  width: 57.5rem;
  height: 5.625rem;
}
.iptform1 {
  position: relative;
  width: 57.5rem;
  height: 5.625rem;
}
.citybox {
  width: 48.125rem;
  height: 2.5rem;
  margin: 2px 0 0 2.375rem;
  position: absolute;
  z-index: 3;
}
.citybox > input {
  display: block;
  float: left;
  width: 11.25rem;
  height: 2.375rem;
  border: none;
  margin: 0;
  text-indent: .625rem;
  font-size: 1rem;
  box-sizing: border-box;
  margin-right: .625rem;
}
.citybox > select {
  -webkit-appearance: menulist-button;
  border: none;
  margin: 0;
  display: block;
  border-radius: 0;
  float: left;
  width: 11.25rem;
  height: 2.375rem;
  line-height: 2.375rem;
  box-sizing: border-box;
  margin-right: .625rem;
}
.phonetext {
  width: 300px;
  margin-left: 2.375rem;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.citybox > .gosearch {
  background-color: #005b49;
  padding: 0;
  height: 3.75rem;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 100;
  text-align: center;
  position: absolute;
  top: -0.625rem;
  right: -10rem;
  z-index: -1;
}


/* 分页器 */
#moretext {
  margin-bottom: 9.375rem;
}

.morebox p {
  background-color: #efefef !important;
}

.logbg {
  margin-bottom: 14rem;
}
.logbg_text {
  position: absolute;
  top: -11rem;
  width: 28.125rem;
  height: 20rem;
  background: rgba(0,91,71,0.8);
  color: #fff;
  padding: 3.75rem 1.875rem;
  box-sizing: border-box;
  text-align: left;
}
.logbg_text h2 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 100;
}
.logbg_text .line {
  width: 100px;
  height: 4px;
  background-color: #fff;
  margin: 2.5rem 0;
}
.logbg_text h5 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 400;
}

/* 留资弹窗 */
.liutanmask {
  display: none;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
.liutanbg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 552px;
  margin-left: -276px;
  margin-top: -208px;
}
.tanclosebtn {
  position: absolute;
  top: -36px;
  right: -36px;
  width: 36px;
  cursor: pointer;
}
.liutancon {
  position: absolute;
  top: 2%;
  left: 2%;
  bottom: 2%;
  right: 2%;
}
.liutitle {
  font-size: 26px;
  font-weight: normal;
  margin-top: 50px;
}
.tanline {
  width: 40px;
  height: 1px;
  background: #000;
  margin: 5px auto;
}
.liutitleyw {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.citybox1 {
  width: 88%;
  margin: 0 auto;
  font-size: 0;
}
.citybox1 input {
  width: 100%;
  height: 36px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  padding: 0;
}
.citybox1 select {
  width: 48%;
  box-sizing: border-box;
  height: 36px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  text-indent: 10px;
}
.citybox1 select:nth-of-type(1) {
  margin-right: 4%;
}
.citybox1 select option {
  text-align: center;
}
.gosearch1 {
  background: #005946;
  color: #fff;
  cursor: pointer;
}
.liuchengtxt {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 10px;
}
.liuchengtxt > span {
  color: #005946;
}
.liutancon .liuchengtxt:nth-of-type(1) {
  margin-top: 80px;
}

.guatitle {
  font-size: 0;
}

