@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}

/* 关于我们--开始 */
.Company {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.Company .w  h3 {
  font-size: 34px;
  margin: 0 0 35px;
  font-weight: bold;
  position: relative;
}

.Company .w  h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 120px;
  height: 4px;
  background-color: #54b23c;
}

.Company .w>p {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  font-weight: 300;
}

.Company .w .js_right {
  width: 48%;
  margin-left: 2%;
  float: right;
}

.Company .w .js_right>img {
  width: 100%;
  height: 320px;
}

.Company .w .js_right ul {
  width: 100%;
  padding: 30px;
  background-color: #54b23c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Company .w .js_right li {
  width: 45%;
  display: flex;
  align-items: center;
  color: #fff;
  margin: 10px 0;
}

.Company .w .js_right li .tbhz img {
  width: 50px;
}

.Company .w .js_right li .wzhz {
  width: 100%;
  margin-left: 15px;
}

.Company .w .js_right li .wzhz h3 {
  font-size: 36px;
  font-weight: bold;
  font-family: 'DINCOND-BOLD';
  margin: 0;
}

.Company .w .js_right li .wzhz h3 span {
  font-family: "微软雅黑";
  font-size: 15px;
  font-weight: normal;
  margin-left: 10px;
}

.Company .w .js_right li .wzhz p {
  border-top: 1px solid #fff;
  font-size: 15px;
  margin: 10px 0 0;
  padding-top: 15px;
}

.yjbox {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
  background: #fafafa;
  padding: 3vw 0 4vw;
}

.yjbox>h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.yjbox>p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}

.yjbox ul li a {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /* background: #f7f7f7; */
}

.yjbox ul li:nth-child(2n) a {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

.yjbox ul li .yjpic {
  width: 50%;
  overflow: hidden;
}

.yjbox ul li .yjpic img {
  width: 100%;
  transition: all 0.5s;
}

.yjbox ul li:hover .yjpic img {
  transform: scale(1.2);
}

.yjbox ul li .yjtext {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yjbox ul li:nth-child(odd) .yjtext {
  padding: 0 0 0 5%;
}

.yjbox ul li:nth-child(even) .yjtext {
  padding: 0 5% 0 0;
}

.yjbox ul li:first-of-type .yjtext>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yjbox ul li:first-of-type .yjtext>div>div {
  margin-bottom: 25px;
  width: 50%;
}

.yjbox ul li .yjtext>div h3 {
  font-size: 24px;
  color: #54b23c;
  margin: 0 0 10px;
  font-weight: bold;
}

.yjbox ul li .yjtext>div p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 32px;
}
.cjbox{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.cjbox ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cjbox ul li{
  width: 32.5%;
  overflow: hidden;
}
.cjbox ul li img{
  width: 100%;
  transition: all 0.5s;
}
.cjbox ul li:hover img{
  transform: scale(1.2);
}
/* 职业 */
.deve_tit {
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}

.deve_tit h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px
}

.deve_tit p {
  font-size: 18px;
}

.deve_tit p a {
  color: #54b23c;
}

.deve_list {
  width: 100%;
  overflow: hidden;
  background: #f8f8f8;
  padding: 4vw 0;
}

.deve_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.deve_list ul>h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 40px;
  width: 100%;
  text-align: center;
}

.deve_list ul li {
  width: 32%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3%;
}

.deve_list ul li img {
  width: 60px;
}

.deve_list ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.deve_list ul li p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.deve_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.deve_img li {
  width: 32%;
}

.deve_img li img {
  width: 100%;
}

/* 价值观 */
.vision .w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin-top: 60px;
}

.vision .vision_text {
  width: 50%;
}

.vision .vision_text>div {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}

.vision .vision_text h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
}

.vision .vision_text p {
  font-size: 18px;
  color: #666;
  font-weight: 300;
}

.vision .vision_img {
  width: 550px;

}

.vision .vision_img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: -2.4px 5.4px 9px rgb(0 0 0 / 18%);
  border: 10px solid #edffe9;
}

/* 技术与创新 */
.jscx .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-right: 30px;
}

.jscx .w .jscx_wz {
  width: 48%;
}

.jscx .w .jscx_wz h3 {
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: bold;
}

.jscx .w .jscx_wz p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.jscx .w .jscx_pic {
  width: 48%;
  position: relative;
}

.jscx .w .jscx_pic::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 10px solid #54b23c;
  z-index: -1;
}

.jscx .w .jscx_pic img {
  width: 100%;
}

/* 品质管控 */
.quality {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

.quality .w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.zlwz {
  width: 48%;
}

.zlwz>div {
  width: 125%;
  background: #f9fdf9;
  padding: 6%;
  border-radius: 12px;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  font-weight: 300;
}

.zlwz>div h3 {
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: bold;
  color: #54b23c;
  line-height: 1.5;
}

.zlimg {
  width: 50%;
}

.zlimg img {
  width: 100%;
}

/* 全球网络 */
.sales {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}

.sales img {
  width: 80%;
  display: block;
  margin: auto;
}


/* 联系我们--开始 */
.cont {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.cont .w {
  display: flex;
  flex-wrap: wrap;
}

.cont .w ul {
  width: 38%;
  background-color: #54b23c;
  padding: 30px;
  margin: 0 20px 0 0;
  position: relative;
  border-radius: 10px;
}

.cont .w ul h3 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff7a;
  padding-bottom: 10px;
}

.gszb {
  margin-top: 30px !important;
}

.cont .w ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}

.cont .w ul li .icon—box {
  margin-right: 10px;
}

.cont .w ul li .icon—box span {
  font-size: 28px;
  color: #fff;
}

.cont .w ul li .lxwz h4 {
  font-size: 16px;
  margin: 0 0 3px;
  font-weight: bold;
}

.cont .w ul li .lxwz p {
  font-size: 15px;
  margin: 0;
}

.cont .w ul>div {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
  border-top: 1px solid #fdfdfd;
  margin-top: 20px;
}

.cont .w ul>div>div {
  width: 110px;
  text-align: center;
  margin-right: 10px;
  float: left;
}

.cont .w ul>div>div img {
  width: 100%;
}

.cont .w ul>div>div p {
  font-size: 15px;
  color: #fff;
  margin: 10px 0 0;
}

.cont .w .map_box {
  width: 60%;
}

.iw_poi_title {
  color: #54b23c;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #54b23c;
  display: block;
  margin-top: -2px;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}

#dituContent {
  width: 100%;
  height: 100%;
}

.message {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.right_input {
  width: 100%;
  background: #fff;
  padding: 50px 40px;
}

.right_input>h3 {
  font-size: 32px;
  color: #333;
  margin: 0 0 20px;
  font-weight: normal;
  text-align: center;
}

.right_input ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.right_input li {
  width: 49%;
  margin: 0 0 20px;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  height: 100px;
  outline: none;
  border: 0;
  border-bottom: 1px solid #000000;
  margin-top: 30px;
  color: #333;
  font-size: 15px;
}

.right_input li input {
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #333;
  font-size: 15px;
}

.right_input #bzContact:focus,
.right_input li input:focus {
  border-bottom: 1px solid #54b23c !important
}

.right_input li .tips {
  font-size: 12px;
  color: #54b23c;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  cursor: pointer;
  width: 40%;
  line-height: 44px;
  background: #696969;
  display: block;
  clear: both;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.8s;
  margin: 40px auto;
}

.right_input #insubmit:hover {
  background: #54b23c;
}

/* 联系我们--结束 */
/* 代理商查询 */
.distr_box {
  width: 45%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 20px;
  overflow: hidden;
}

.distr_box .w h2 {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 10px 0 20px;
}

.distr_box .w form input {
  height: 50px;
  width: 100%;
  border: 1px solid #54b23c;
  padding: 10px;
}

.distr_box .w form span button {
  width: 90px;
  height: 50px;
  border: 0;
  outline: none !important;
  padding: 0px;
  background: #54b23c;
  color: #fff;
  border-radius: 0;
}

.cplblist_box {
  width: 100%;
  overflow: hidden;
}

.cplblist_box .w .dls {
  width: 32%;
  float: left;
  background: #f7f7f7;
  padding: 15px;
  margin: 10px 0.5%;
  height: 180px;
}

.empty_dls {
  display: none;
  text-align: center;
  padding: 10px;
  color: #666;
}

.sjj-tit {
  font-size: 42px;
  color: #54b23c;
  margin: 50px 0 10px;
  font-weight: normal;
  text-align: center;
}

@media(max-width:768px) {

  /* 关于我们 */
  .Company .w .js_left {
    width: 100%;
    float: left;
  }

  .Company .w .js_right {
    width: 100%;
    float: right;
    margin: 0;
  }

  .Company .w .js_right>img {
    width: 100%;
    height: auto;
  }

  .Company .w .js_right ul {
    width: 100%;
    padding: 10px;
    background-color: #54b23c;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .Company .w .js_right li {
    width: 48%;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 10px 0;
  }

  .Company .w .js_right li .tbhz img {
    width: 40px;
  }

  .Company .w .js_right li .wzhz {
    width: 100%;
    margin-left: 5px;
  }

  .Company .w .js_right li .wzhz h3 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'DINCOND-BOLD';
    margin: 0;
  }

  .Company .w .js_right li .wzhz p {
    border-top: 1px solid #fff;
    font-size: 15px;
    margin: 6px 0 0;
    padding-top: 10px;
  }
  .cjbox{
    padding: 0;
  }
  .cjbox ul li{
    width: 100%;
    margin: 5px 0;
  }
  .yjbox {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #fafafa;
    padding: 20px 10px;
  }

  .yjbox ul li .yjpic {
    width: 100%;
    overflow: hidden;
  }

  .yjbox ul li .yjpic img {
    width: 100%;
    transition: all 0.5s;
  }

  .yjbox ul li:nth-child(odd) .yjtext {
    padding: 0;
  }

  .yjbox ul li .yjtext {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .yjbox ul li .yjtext>div h3 {
    font-size: 24px;
    color: #54b23c;
    margin: 20px 0 10px;
    font-weight: bold;
  }


  /* 职业 */
  .deve_tit {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }

  .deve_list ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0;
  }

  .deve_list ul>h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
  }

  .deve_img {
    margin-top: 30px;
  }

  .deve_img li {
    width: 100%;
    margin: 10px 0;
  }

  .distr_box {
    width: 100%;
  }

  .vision .vision_text {
    width: 100%;
  }
  .quality {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .zlwz,
  .zlwz>div,
  .zlimg{
    width: 100%;
  }
  /* 技术创新 */
  .jscx .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-right: 0;
  }
  .jscx .w .jscx_wz {
    width: 100%;
  }
  .jscx .w .jscx_pic {
    width: 94%;
    position: relative;
    margin-top: 30px;
  }
  .jscx .w .jscx_pic::after {
    position: absolute;
    content: "";
    top: -13px;
    left: 13px;
    width: 100%;
    height: 100%;
    border: 6px solid #54b23c;
    z-index: -1;
  }

  /* 联系我们 */
  .cont {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 20px 0;
  }

  .cont .w ul {
    padding: 10px;
    width: 100%;
    margin: 10px 0;
  }

  .cont .w ul li {
    width: 100%;
  }

  .right_input {
    padding: 20px;
  }

  .right_input li {
    width: 100%;
    margin: 0 0 12px;
  }

  .right_input #bzContact {
    height: 80px;
    margin-top: 10px;
  }

  .right_input #insubmit {
    width: 100%;
    margin: 20px auto;
  }

  #dituContent {
    width: 100%;
    height: 250px;
  }
  .message{
    padding: 20px 0;
  }

}