.jd-top{
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  position: fixed;
  transition: all 600ms;
}
.home {
  width: 100%;
  background: #333333;
  padding-top: 93px;
  position: relative;
}
@media (max-width: 768px) {
  .home {
    padding-top: 78px!important;
  }
}
.jd-top .dom1 {
  padding: 20px 5%;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jd-top .dom1 .phone {
  display: flex;
  align-items: center;
}
.jd-top .dom1 .phone .l {
  text-align: right;
}
.jd-top .dom1 .phone .l p:nth-child(1) {
  color: #999999;
}
.jd-top .dom1 .phone .l p:nth-child(2) {
  color: #ED7D31;
  font-weight: bold;
}
.jd-top .dom1 .phone .r {
  margin-left: 10px;
}
.header .dom2 {
  display: flex;
  justify-content: space-between;
  height: 46px;
}
.header .dom2 .links {
  width: 58%;
  background: #55595D;
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .dom2 .links a {
  color: white;
  font-size: 14px;
}

.header .dom2 .links a:hover {
  color: #f5a623;
}
.header .dom2 .links .active {
  color: #f5a623;
}

.header .dom2 .search {
  width: 20%;
  background: #2A2C2E;
  position: relative;
}
.header .dom2 .search img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.header .dom2 .search input {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: white;
  font-size: 16px;
  height: 100%;
}
.header .dom2 .lan {
  width: 8%;
  background: #55595D;
  padding: 25px 1%;
  display: flex;
  cursor: pointer;
  align-items: center;
  position: relative;
}
.header .dom2 .lan .chose {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: none;
}
.header .dom2 .lan:hover .chose {
  display: block;
}
.header .dom2 .lan p {
  color: white;
}
.header .dom2 .lan img {
  margin-left: 10px;
}

.pheader {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1002;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pheader .menu {
  width: 100%;
  background-color: white;
  padding: 15px 0;
}
.pheader .menu a {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.pheader .menu a img {
  display: block;
  width: 300px;
  object-fit: contain;
}
.pheader .menu .navbox {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.pheader .menu .navbox .line {
  width: 20px;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 10px;
  top: 13px;
}
.pheader .menu .navbox .line:nth-child(2) {
  top: 19px;
}
.pheader .menu .navbox .line:nth-child(3) {
  top: 25px;
}
.pheader .menu .activeBox .line:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.pheader .menu .activeBox .line:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.pheader .menu .activeBox .line:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}

.menuList {
  position: fixed;
  left: 0;
  top: 79px;
  width: 90%;
  padding: 20px 5% 0 5%;
  height: 100vh;
  z-index: 1001;
  background-color: black;
  flex-direction: column;
  align-items: center;
  transition: all 600ms;
  display: none;
}
.menuList .item {
  width: 90%;
}
.menuList .item a {
  color: white;
  display: block;
  font-size: 18px;
  text-align: left;
  padding: 13px 10px 13px 25px;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.activeList {
  transform: translateY(0);
  display: flex;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}

.foot {
  position: relative;
}
.foot .dom1 {
  background: white;
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .l {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .l .pic img {
  width: 60px;
  object-fit: contain;
}
.foot .dom1 .l .info {
  width: calc(96% - 65px);
  margin-top: 10px;
}
.foot .dom1 .l .info .p1 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.foot .dom1 .l .info .p2 {
  color: #55595D;
  font-size: 12px;
  margin: 15px 0;
}
.foot .dom1 .l .info .des {
  color: #55595D;
  font-size: 12px;
  line-height: 1.6;
}
.foot .dom1 .r {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .r .r1 {
  width: 45%;
}
.foot .dom1 .r .r1 input {
  width: 96%;
  border: 1px solid #E4E4E4;
  color: #999999;
  border-radius: 3px;
  padding: 9px 2%;
  outline: none;
  margin-bottom: 10px;
  font-size: 12px;
}
.foot .dom1 .r .r2 {
  width: 53%;
}
.foot .dom1 .r .r2 textarea {
  width: 96%;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  height: 142px;
  padding: 10px 2%;
  outline: none;
  color: #999999;
  resize: none;
}
.foot .dom1 .r .r2 a {
  width: 70px;
  height: 30px;
  background: #333333;
  color: white;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.foot .dom1 .r .r2 a:hover{
  width: 70px;
  height: 30px;
  background: #f5a623;
  color: white;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.foot .dom2 {
  padding: 80px 5%;
  display: flex;
  justify-content: space-between;
}
.foot .dom2 .item {
  display: flex;
  align-items: center;
  width: 250px;
}
.foot .dom2 .item .pic img {
  width: 60px;
  object-fit: contain;
}
.foot .dom2 .item .text {
  margin-left: 20px;
  color: white;
  font-size: 14px;
}
.foot .dom2 .item .text .p1 {
  font-weight: bold;
}
.foot .dom2 .item .text .p2 {
  margin-top: 10px;
}
.foot .dom3 {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.foot .dom3 a, .foot .dom3 span {
  color: #AAACAE;
  font-size: 14px;
}
.foot .dom3 a {
  display: inline-block;
  margin: 0 10px;
}

.rfixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #535353;
  width: 40px;
}
.rfixed a {
  cursor: pointer;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  float: right;
  padding: 0 10px;
}
.rfixed a img {
  width: 18px;
}
.rfixed a p {
  width: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s linear;
  color: white;
  text-indent: 10px;
  font-size: 14px;
}
.rfixed a .code {
  position: absolute;
  left: -100px;
  top: -30px;
  background: #f5a623;
  padding: 10px;
  transform: scale(0);
  transition: all 600ms;
}
.rfixed a .code img {
  width: 80px;
  height: 80px;
}
.rfixed a:hover {
  background: #f5a623;
}
.rfixed a:hover p {
  width: 160px;
}
.rfixed a:hover span {
  transform: scale(1);
}
.rfixed a:hover .code {
  transform: scale(1);
}
.rfixed .lm {
  display: flex;
  height: 40px;
  float: right;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.rfixed .lm img {
  width: 18px;
}
.rfixed .lm .links {
  position: absolute;
  left: -100px;
  width: 100px;
  top: -10px;
  transition: all 600ms;
  transform: scale(0);
}
.rfixed .lm .links a {
  background: #f5a623;
  height: auto;
  display: block;
  width: 80%;
  line-height: 35px;
  color: white;
    text-align: center;
    margin-bottom: 5px;
}
.rfixed .lm:hover .links {
  transform: scale(1);
}

@media screen and (max-width: 1200px) {
  .rfixed {
    width: 40px;
    padding: 0;
    height: 40px;
    top: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rfixed a {
    display: none;
  }
  .rfixed #top {
    display: block;
    margin: 0;
  }
  .rfixed #top img {
    width: 20px;
  }

  .header {
    display: none;
  }

  .pheader {
    display: flex;
  }

  .foot .dom1 {
    flex-direction: column;
    padding: 20px 5%;
  }
  .foot .dom1 .l {
    width: 100%;
  }
  .foot .dom1 .l .pic img {
    width: 60px;
  }
  .foot .dom1 .l .info {
    width: calc(96% - 60px);
    margin-top: 0;
  }
  .foot .dom1 .l .info .p1 {
    font-size: 24px;
  }
  .foot .dom1 .r {
    width: 100%;
    margin-top: 20px;
    flex-direction: column;
  }
  .foot .dom1 .r .r1, .foot .dom1 .r .r2 {
    width: 100%;
  }
  .foot .dom2 {
    padding: 15px 5%;
    flex-direction: column;
  }
  .foot .dom2 .item {
    margin-bottom: 20px;
  }
  .foot .dom2 .item .pic img {
    width: 80px;
  }
  .foot .dom3 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  .foot .dom3 a {
    margin-bottom: 5px;
  }
  .foot .dom3 span {
    display: none;
  }
  
  .rfixed .lm{
    display: none;
  }
  
}

/*# sourceMappingURL=header.css.map */
