@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#008927","sub1color":"#292929"},
{"vicolor":"#ff3d05","sub1color":"#ff9805"},
{"vicolor":"#ac0000","sub1color":"#008a00"},
{"vicolor":"#05a5c9","sub1color":"#018927"} 
]
AVAIBLE_VI*/
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
  background: #fff;
  font-size: 14px;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
.wrap {
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*网站首页宽度*/
strong {
  font-weight: normal;
}
.f_cb:after,
.f_cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f_cb,
.f_cbli li {
  zoom: 1;
}
.f_fl {
  float: left;
}
.f_fr {
  float: right;
}
.f_pr {
  position: relative;
}
.f_pa {
  position: absolute;
}
.f_csp {
  cursor: pointer;
}
.f_oh {
  overflow: hidden;
}
.f_fs1 {
  font-size: 12px;
}
.f_fs2 {
  font-size: 13px;
}
.f_fs3 {
  font-size: 14px;
}
.f_fa {
  font-family: Arial, Helvetica, sans-serif;
}
.f_cs1,
.f_cs1 a {
  color: #4cab0d;
}
.f_cs2,
.f_cs2 a {
  color: #e60012;
}
.f_cs3,
.f_cs3 a {
  color: #343434;
}
.f_cs4 {
  color: #fff;
}
.f_wb {
  font-weight: bold;
}
.f_fwn {
  font-weight: normal;
}
.f_tal {
  text-align: left;
}
.f_tac {
  text-align: center;
}
.f_tar {
  text-align: right;
}
.f_db {
  display: block;
}
.f_mt10 {
  margin-top: 10px;
}
/*头部开始*/
.message_button input {
  background-color: #008927 !important;
}
.g_hd {
  overflow: hidden;
  height: 10.9rem;
}
/*头部整体布局样式*/
.m-logo {
  float: left;
  padding-left: 5%;
  max-width: 21%;
  height: 8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
}
.m-logo img {
  max-width: 100%;
  width: auto;
  max-height: 7rem;
  display: block;
}
.m-tel {
  float: right;
  width: 70%;
  padding: 1.8rem 0 0 0;
  line-height: 2rem;
}
.u-text {
  overflow: hidden;
  font-weight: bold;
  display: block;
  color: #222222;
  font-size: 1.3rem;
  height: 2rem;
}
.u_text2 {
  height: 2rem;
  font-size: 1.2rem;
  color: #333333;
  padding-top: 0.5rem;
  overflow: hidden;
}
.u_tel {
  background: #008927;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-size: 1.1rem;
  padding-left: 25%;
}
.u_tel b {
  font-size: 1.4rem;
}
.u_tel a {
  color: #fff;
}
/*底部开始*/
.g_ft {
  text-align: center;
}
.g_ft .up {
  width: 4.3rem;
  margin: 0 auto;
  position: relative;
  top: -2.3rem;
  background-color: #008927;
  border-radius: 50%;
  overflow: hidden;
}
.g_ft .up img {
  width: 100%;
  display: block;
}
.g_ft .code {
  margin-bottom: 2rem;
}
.g_ft .code em {
  width: 35%;
  margin: 0 auto;
  display: block;
}
.g_ft .code span {
  display: block;
  height: 2rem;
}
.g_ft .code img {
  width: 100%;
  display: block;
}
.f-con {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: center;
  color: #555;
  margin-bottom: 4.5rem;
}
.f-con a {
  color: #555;
}
.fnav {
  position: fixed;
  bottom: 0;
  min-width: 320px;
  max-width: 640px;
  width: 100%;
  height: 3rem;
  z-index: 888;
}
.fnav li {
  width: 50%;
  float: left;
  height: 3rem;
  background: #008927;
  text-align: center;
  box-sizing: border-box;
}
.fnav li:last-child {
  margin-right: 0;
  background: #292929;
}
.fnav li a {
  color: #fff;
  font-size: 1.1rem;
  line-height: 3rem;
}
.m_nav {
  height: 6.2rem;
  background: #216eb7;
}
.m_nav li {
  float: left;
  color: #fff;
  width: 33.333%;
  text-align: center;
}
.m_nav li {
  height: 3.1rem;
  line-height: 3.1rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #36baf9;
  border-right: 1px solid #36baf9;
  border-bottom: 1px solid #067ab0;
  border-left: 1px solid #067ab0;
}
.m_nav a:nth-child(3n) li {
  border-right: none;
}
.m_nav a:nth-child(1) li,
.m_nav a:nth-child(4) li {
  border-left: none;
}
.m_nav a:nth-child(5) li,
.m_nav a:nth-child(6) li,
.m_nav a:nth-child(4) li {
  border-bottom: none;
}
.g-adv {
  height: auto;
}
.g-adv .sclwrap_box,
.g-adv .m-box,
.g-adv .m-box img {
  overflow: hidden;
  height: 15rem;
}
.g-adv .m-box li img {
  width: 100%;
}
.g-adv .m-cnt {
  background: #aaaaaa;
}
.g-adv .m-cnt li {
  float: left;
  width: 33.3333%;
}
.g-adv .m-cnt li.z-on {
  background: #4a4a4a;
}
.g_pro {
  padding-top: 3.2rem;
  padding-bottom: 1rem;
}
.g_pro h2 {
  height: 6rem;
  text-align: center;
  overflow: hidden;
}
.g_pro h2 em {
  display: block;
  height: 1.2rem;
  font-size: 0.6rem;
  color: #d9d9d9;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.g_pro h2 i {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  height: 2.7rem;
  line-height: 2.7rem;
  display: block;
  overflow: hidden;
}
.g_pro h2 span {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  padding: 0 0.5rem;
  margin: 0 auto;
  text-align: center;
  background: #008927;
  border-radius: 0.7rem;
  overflow: hidden;
}
.g_pro .m-cnt {
  padding: 0 5% 0 5%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 1rem;
}
.g_pro .m-cnt li {
  width: 21%;
  height: 2.8rem;
  background-color: #e6e6e6;
  text-align: center;
  font-size: 1.1rem;
  color: #555555;
  line-height: 2.8rem;
  overflow: hidden;
}
.g_pro .m-cnt li.z-on {
  color: #fff;
  background-color: #008927;
}
.con {
  float: left;
  display: inline;
}
.g_pro .u_lst8 {
  padding: 0 5% 0 5%;
}
.g_pro .u_lst8 li {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  z-index: 2;
  position: relative;
  margin-bottom: 1rem;
}
.g_pro .u_lst8 li:nth-child(1) {
  width: 100%;
}
.g_pro .u_lst8 li img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.g_pro .u_lst8 li em {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.2rem;
  color: #fff;
  height: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  display: block;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.g_pro .u_lst8 li:nth-child(3),
.g_pro .u_lst8 li:nth-child(5) {
  margin-right: 0;
}
/* 案例 */
.g_an {
  padding-top: 3.3rem;
  padding-bottom: 2rem;
  background: #f1f1f1;
}
.g_an h2 {
  height: 6.5rem;
  text-align: center;
  overflow: hidden;
}
.g_an h2 em {
  display: block;
  height: 1.2rem;
  font-size: 0.6rem;
  color: #d9d9d9;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.g_an h2 i {
  font-size: 1.6rem;
  font-weight: bold;
  color: #222222;
  line-height: 2.7rem;
  height: 2.7rem;
  display: block;
  overflow: hidden;
}
.g_an h2 span {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  padding: 0 0.5rem;
  margin: 0 auto;
  text-align: center;
  background: #008927;
  border-radius: 0.7rem;
  overflow: hidden;
}
.g_an .m-cnt {
  padding: 0 5% 0 5%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 1rem;
}
.g_an .m-cnt li {
  width: 30%;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666666;
  background: #fff;
  overflow: hidden;
}
.g_an .m-cnt li.z-on {
  color: #fff;
  background: #008927;
}
.g_an dt,
.g_an dt img {
  width: 100%;
  display: block;
}
.g_an dd {
  padding: 1rem 5% 0;
}
.g_an dd h3 {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  font-size: 1.2rem;
  color: #222222;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.g_an dd p {
  font-size: 1rem;
  color: #666666;
  line-height: 1.8rem;
  overflow: hidden;
}
.g_ys {
  padding-top: 3rem;
  height: 39.75rem;
  background-color: #008927;
  position: relative;
  margin-bottom: 4.5rem;
}
.g_ys h2 {
  height: 7.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.g_ys h2 em {
  display: block;
  height: 1.2rem;
  font-size: 0.6rem;
  color: #d9d9d9;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.g_ys h2 i {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.7rem;
  color: #fff;
  height: 2.7rem;
  display: block;
  overflow: hidden;
}
.g_ys h2 span {
  display: inline-block;
  max-width: 93%;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #008927;
  font-weight: normal;
  padding: 0 0.5rem;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 0.7rem;
  overflow: hidden;
}
.g_ys .m-cnt {
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.g_ys .m-cnt li span {
  display: block;
  overflow: hidden;
}
.g_ys .m-cnt li {
  font-size: 0;
  width: 100%;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #666666;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-content: center;
  -webkit-align-content: center;
  -webkit-align-items: center;
  flex-flow: wrap;
  -webkit-flex-flow: wrap;
  width: 18%;
  margin: 0 3%;
  text-align: center;
  height: 6.2rem;
  background-color: #e6e6e6;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.g_ys .m-cnt li.z-on {
  color: #fff;
  background-color: #292929;
}
.g_ys dl {
  padding: 0 5%;
}
.g_ys dt img,
.g_ys dt {
  width: 100%;
  display: block;
}
.g_ys dd {
  padding: 0.6rem 0 0;
}
.g_ys dd h3 {
  height: 2.5rem;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  white-space: nowrap;
  overflow: hidden;
}
.g_ys dd h3 em {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.5rem;
  color: #97c29c;
}
.g_ys dd p {
  max-height: 8.5rem;
  font-size: 1rem;
  color: #fdfaf8;
  line-height: 1.8rem;
  overflow: hidden;
}
/* 工程定制 */
.g_dz {
  height: 23rem;
}
.g_dz h2 {
  height: 6.3rem;
  text-align: center;
  overflow: hidden;
}
.g_dz h2 em {
  display: block;
  height: 1.2rem;
  font-size: 0.6rem;
  color: #d9d9d9;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.g_dz h2 i {
  font-size: 1.6rem;
  color: #222222;
  height: 2.7rem;
  line-height: 2.7rem;
  display: block;
  font-weight: bold;
  overflow: hidden;
}
.g_dz h2 span {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
  padding: 0 0.5rem;
  margin: 0 auto;
  text-align: center;
  background: #008927;
  border-radius: 0.7rem;
  overflow: hidden;
}
.g_dz dl {
  padding: 0 11%;
  position: relative;
}
.g_dz dt,
.g_dz dt img {
  width: 100%;
  display: block;
}
.g_dz dd {
  position: absolute;
  width: 66%;
  height: 7rem;
  padding: 1.2rem 0 0;
  left: 16%;
  top: 2.4rem;
  margin: 0 auto;
  z-index: 1;
}
.g_dz dd h3 {
  height: 2rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.g_dz dd p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  text-align: center;
  padding: 0 5%;
}
.g_dz dd:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #008927;
  opacity: 0.75;
  z-index: -1;
}
/* 关于 */
.g_ab {
  height: 37rem;
  background: #f2f2f2;
  position: relative;
}
.g_ab dt,
.g_ab dt img {
  width: 100%;
  display: block;
}
.g_ab dd {
  position: relative;
  padding-top: 4.4rem;
}
.ab-title {
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.g_ab h3 {
  min-width: 38%;
  height: 5rem;
  display: inline-block;
  background-color: #008927;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5rem;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.g_ab h3 em {
  display: block;
  font-size: 0.6rem;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.g_ab p {
  padding: 0 4% 0;
  font-size: 1rem;
  color: #555555;
  line-height: 1.8rem;
  text-align: center;
  height: 12.6rem;
  overflow: hidden;
}
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: 384px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
