@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");
}

/* 关于我们--开始 */
.navbox{
  width: 100%;
  background: #4c4c4c;
}
.navbox .w ul{
  display: flex;
  align-items: center;
}
.navbox .w ul li a{
  width: 240px;
  display: block;
  line-height: 52px;
  text-align: center;
  color: #fff;
  /* background: #4c4c4c; */
  font-size: 18px;
  transition: all 0.5s;
  margin-right: 1px;
}
.navbox .w ul li .nav_at{
  color: #fff;
  background: #f88413;
}
.navbox .w ul li a:hover{
  color: #fff;
  background: #f88413;
}
.about {
  width: 100%;
  overflow: hidden;
  padding: 3vw 0 5vw;
  background-image: url(/assets/image/ab_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about .w {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.about .w .about_fl {
  width: 40%;
  float: left;
  margin-right: 50px;
}

.about .w .about_fl img {
  width: 100%;
}
.about .w .about_fr ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .w .about_fr ul li{
  width: 32.5%;
}
.about .w .about_fr ul li img{
  width: 100%;
  border-radius: 10px;
}
.about .w .about_fr h1 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 10px;
  position: relative;
}

.about .w .about_fr h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about .w .about_fr p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
#Res{
  margin-top:0;
  padding-top: 60px;
}
#Res>h1 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}

#Res>h1::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  background: #f88413 ;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

#culture {
  width: 100%;
  overflow: hidden;
  padding: 6vw 0;
  background-image: url(/assets/image/wh_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

#culture .w>h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}

#culture ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

#culture ul:last-child {
  width: 60%;
  margin: 50px auto 0;
}

#culture ul li {
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(182, 0, 6, 0.2);
  padding: 8px;
}

#culture ul li:hover {
  background-color: #f88413 ;
}

#culture ul li .text {
  width: 180px;
  height: 180px;
  border: 8px solid #e1e7e9;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
}

#culture ul li .text p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
}

#culture ul li:hover .text p {
  display: none;
}

#culture ul li .text span {
  color: #fff;
  text-align: center;
  display: none;
  font-size: 18px;
  padding: 6px;
  transition: all 0.5s;
}

#culture ul li:hover .text span {
  display: block;
}

#history {
  background-image: url(/assets/image/ls_bg.png);
  background-size: 50px;
  padding: 5vw 0;
}

#history .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

#history .fltext {
  width: 100%;
}

#history .fltext p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 42px;
  width: 315px;
}

#history .history_tit {
  width: 30%;
  margin-top: 100px;
}

.history_tit ul {
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  margin-left: 20px;
  padding-left: 35px;
  padding-bottom: 10px;
}

#history .history_tit ul li span {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  transition: all .3s ease;
  margin-left: -45px;
  top: 25px;
}

#history .history_tit ul li span::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  border-radius: 50%;
  background: #ffffff73;
  left: -5px;
  top: -5px;
}

#history .history_tit ul li.on span {
  background-color: #f88413 ;
}

#history .history_tit ul li.on span::after {
  background: #ff696973;
}

#history .history_tit ul li {
  color: rgba(255, 255, 255, 0.2);
  margin: 10px 0;
  border-bottom: 1px solid transparent;
  font-size: 24px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 100%;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-weight: bold;
}

#history .history_tit ul li.on {
  color: #fff;
}

.history_cont {
  width: 70%;
}

.history_cont h3 {
  position: absolute;
  left: 0;
  font-family: "DINCOND-BOLD";
  font-size: 100px;
  margin: -20px 0 0 15px;
  color: #fff;
}

.history_cont p {
  font-size: 17px;
  color: #e7e7e7;
  line-height: 32px;
  font-weight: 300;
}

/* 技术服务 */
.yjbox {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}

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

.yjbox ul li:nth-child(2n) {
  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: #f88413 ;
  margin: 0 0 10px;
  font-weight: bold;
}

.yjbox ul li .yjtext>div p {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 32px;
}

/* 销售网络 */
.sales .w {
  position: relative;
}

.sales .w p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

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

.sales .w>span {
  position: absolute;
  width: 50px;
  height: 60px;
  background: transparent;
  display: block;
  right: 385px;
  top: 200px;
}
.dealer{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.dealer li{
  width: 24%;
  margin: 10px 0.5%;
}
.dealer li h3{
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
}
.dealer li p{
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin: 0;
}
@media(max-width:1480px) {
  .sales .w>span {
    right: 370px;
    top: 190px;
  }
}

@media(max-width:1450px) {
  .sales .w>span {
    right: 355px;
    top: 190px;
  }
}

@media(max-width:1410px) {
  .sales .w>span {
    right: 350px;
    top: 190px;
  }
}

@media(max-width:1360px) {
  .sales .w>span {
    right: 340px;
    top: 190px;
  }
}

@media(max-width:1335px) {
  .sales .w>span {
    right: 335px;
    top: 210px;
  }
}

@media(max-width:1305px) {
  .sales .w>span {
    right: 320px;
    top: 210px;
  }
}

@media(max-width:1260px) {
  .sales .w>span {
    right: 310px;
    top: 200px;
  }
}

@media(max-width:1210px) {
  .sales .w>span {
    right: 300px;
    top: 195px;
  }
}

.sales .w>span img {
  width: 200px;
  display: none;
  transition: all 0.5s;
}

.sales .w>span:hover img {
  display: block;
}

/* 联系我们--开始 */
.lxdz {
  width: 100%;
  padding: 40px 0;
}

.lxdz>.w {
  background: #f2f6f7;
  padding: 30px 40px;
}

.lxdz ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lxdz ul>div {
  width: 47%;
  margin: 10px 0;
}

.lxdz ul h1 {
  width: 100%;
  display: block;
  font-size: 22px;
  margin: 0;
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 15px;
  font-weight: bold;
}

.lxdz ul li {
  font-size: 16px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.lxdz ul li span {
  background: #ffdbb8;
  color: #f88413 ;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.lxdz ul li .lxrig {
  float: left;
}

.lxdz ul li .lxrig h3 {
  font-size: 16px;
  margin: 5px 0 8px;
  color: #000;
  font-weight: bold;
}

.lxdz ul li .lxrig p {
  margin: 0;
  font-size: 14px;
  color: #868686;
}

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

.right_input .w {
  overflow: hidden;
  padding: 40px;
  background: #f2f6f7;
}

.right_input .w>h3 {
  font-size: 30px;
  font-weight: bold;
  color: #f88413 ;
  text-align: center;
  margin: 0 0 12px;
}

.right_input .w>p {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 0;
  text-align: center;
}

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

.right_input ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

.right_input li h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.right_input li h3>span {
  color: #ff0000;
  font-weight: normal;
  font-size: 14px;
  margin-right: 3px;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  padding: 12px 10px;
  height: 180px;
  outline: none;
}

.right_input li input {
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  padding: 15px 10px;
}

.right_input li>span {
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 100%;
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  background: #f88413 ;
  color: #fff;
  transition: all 0.8s;
  font-size: 16px;
  margin: 20px 0 0;
}

.right_input #insubmit:hover {
  background: #f88413 ;
  color: #fff;
}

.right_input li input:focus {
  border: 1px solid #f88413  !important;
}

.right_input #bzContact:focus {
  border: 1px solid #f88413  !important;
}

.iw_poi_title {
  color: #f88413 ;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #f88413 ;
  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: 320px;
}

/* 联系我们--结束 */

@media(max-width:768px) {
  /* 关于我们 */
  .navbox .w{
    padding: 0;
  }
  .navbox .w ul li{
    width: 50%;
  }
  .navbox .w ul li a{
    width: 100%;
  }
  .about .w .about_fl {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about .w .about_fr ul li{
    width: 100%;
    margin: 6px 0;
  }
  #Res {
    margin-top: 0;
    padding-top: 50px;
  }
  .yjbox ul li{
    flex-wrap: wrap;
  }
  .yjbox ul li .yjpic {
    width: 100%;
    overflow: hidden;
  }
  .yjbox ul li .yjtext {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0 !important;
  }
  .dealer li{
    width: 100%;
    margin: 10px 0;
  }

  /* 联系我们 */
  .lxdz {
    padding: 0;
  }

  .lxdz>.w {
    background: #fff;
    padding: 0;
  }

  .lxdz ul {
    max-width: 100%;
    padding: 20px;
    margin: 0;
  }

  .lxdz ul h1 {
    font-size: 20px;
  }

  .lxdz ul>div {
    width: 100%;
    margin: 10px 0;
  }

  .right_input .w {
    overflow: hidden;
    padding: 0;
    background: transparent;
  }

  .right_input .w>h3 {
    font-size: 20px;
    padding: 0 20px;
  }

  .right_input .w>p {
    font-size: 16px;
    padding: 0 20px;
  }

  .right_input {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
    background: #f2f2f2;
  }

  .right_input ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: hidden;
  }

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

  .right_input #insubmit {
    margin: 10px 0 20px;
  }

  .right_input .inputimg {
    display: none;
  }

}