@charset "utf-8";

/*about*/

.pathbg {
  background: #f7f7f7;
  padding-top: 100px;
}
.hls-page-path {
  color: #999;
  font-size: 12px;
  padding: 23px 0;
  overflow: hidden;
}
.hls-page-path a {
  color: #999;
}
.hls-page-path a.cur {
  color: #000;
}
.hls-page-path a:hover {
  color: #000;
}

.hls-page-about {
  overflow: hidden;
  padding: 1% 0 5% 0;
}
.hls-page-about .ptitle {
  position: relative;
}
.hls-page-about .ptitle h2 {
  display: block;
  font-size: 300px;
  line-height: 300px;
  color: #fafafa;
  font-family: "Conv_Montserrat-Bold";
  width: 200%;
  text-transform: uppercase;
}
.hls-page-about .ptitle h3 {
  display: block;
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  bottom: 10%;
  z-index: 3;
  font-size: 80px;
  color: #1a1a1a;
}
.aboutnav {
  width: 55%;
  margin: auto;
  overflow: hidden;
  padding: 2% 0;
  text-align: center;
}
.aboutnav * {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aboutnav li {
  width: 25%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin: 2.5%;
}
.aboutnav li a {
  position: relative;
  padding: 20px 0;
}
.aboutnav li a::before,
.aboutnav li a::after {
  content: "";
  background: #1a1a1a;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.aboutnav li a::before {
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.aboutnav li a::after {
  width: 100%;
  height: 1px;
  z-index: 1;
}
.aboutnav li a h6 {
  font-size: 12px;
  font-family: "Conv_Montserrat-Light";
  text-transform: uppercase;
  font-weight: normal;
}
.aboutnav li a h5 {
  font-size: 14px;
  padding: 5px 0;
}
.aboutnav li a i {
  background: url("../images/down.svg") no-repeat;
  background-size: 100%;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6.5px;
}
.aboutnav li a:hover i {
  right: 5%;
}
.aboutnav li a:hover h6,
.aboutnav li a:hover h5 {
  padding-left: 5%;
}
.aboutnav li a:hover::before {
  width: 100%;
}

.pt130 {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}
.hls-company {
  background: #f7f7f7;
  padding: 10%;
  overflow: hidden;
}
.hls-company .company {
  width: 40%;
}
.hls-company .company .text {
  padding: 90px 0;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.hls-company-pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: 3;
}

.hls-history {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 180px 0;
}
.hls-history .title {
  text-align: center;
}
.hls-history .title h2,
.hls-history .title h3 {
  color: #fff;
}
.histor {
  position: relative;
  padding: 5% 0 0;
  overflow: hidden;
}
.histor-time-line {
  background: url("../upload/hline.svg") center bottom no-repeat;
}
.histor-time {
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.histor-time h3 {
  padding: 50px 0;
  overflow: hidden;
  font-size: 30px;
  color: #676768;
  font-family: "Conv_Montserrat-Bold";
  text-transform: uppercase;
  text-align: center;
}
.histor-time .swiper-slide-thumb-active h3,
.histor-time .swiper-slide-active h3 {
  color: #fff;
}
.histor-main {
  position: relative;
  width: 1100px;
  margin: 50px auto auto;
}
.histor-main li {
  background: #fff;
  padding: 7% 5%;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
}
.histor-time h3,
.histor-main li {
  cursor: url("../upload/hmous.cur"), default !important;
}

.hls-interpretation {
  padding: 8% 0;
  overflow: hidden;
}
.interpretationlist {
  padding: 5% 0 0;
  overflow: hidden;
}
.interpretation {
  overflow: hidden;
  position: relative;
}
.interpretation .pic {
  width: 67%;
  float: left;
}
.interpretation .txt {
  position: absolute;
  width: 25%;
  height: 100%;
  left: 67%;
  top: 0;
  padding: 5% 3% 5% 5%;
  overflow: hidden;
}
.interpretation .txt h2 {
  font-size: 60px;
}
.interpretation .txt h4 {
  font-size: 20px;
}
.interpretation .txt h5 {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  font-weight: normal;
  padding: 30px 0;
  overflow: hidden;
  text-align: justify;
}
.interpretation.int2 .pic {
  width: 33%;
  float: left;
}
.interpretation.int2 .txt {
  width: 26%;
  left: 33%;
  padding: 10% 4% 0 4%;
}
.interpretation.int2 .pic:last-child {
  width: 33%;
  float: right;
}

.hls-brand {
  margin: 5% auto;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.hls-brand .brand {
  padding: 15% 0 0 0;
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: auto;
}
.hls-brand .brand .btitle {
  text-align: center;
}
.hls-brand .brand .btitle h4 {
  font-size: 30px;
  color: #fff;
}
.hls-brand .brand .btitle h2 {
  font-size: 60px;
  color: #fff;
}
.hls-brand .brand .txt {
  text-align: right;
  font-size: 12px;
  line-height: 19px;
  color: #5d5d5d;
  position: absolute;
  right: 0;
  top: 0px;
  font-family: "Conv_Montserrat-Regular";
}
.hls-brand .concept {
  position: relative;
  clear: both;
  margin-top: 300px;
  overflow: hidden;
}
.hls-brand .concept .pic {
  width: 43%;
  float: left;
}
.hls-brand .concept .main {
  width: 50%;
  padding: 20% 0 0 7%;
  overflow: hidden;
  float: left;
}
.hls-brand .concept .main .text {
  width: 80%;
  padding: 5% 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  text-align: justify;
}
.hls-brand .advantage {
  padding: 5% 0;
  overflow: hidden;
}
.hls-brand .advantage .pic {
  width: 50%;
  float: right;
}
.hls-brand .advantage .main {
  width: 40%;
  padding: 7% 0 0 10%;
  overflow: hidden;
  float: right;
}
.hls-brand .advantage .main .text {
  width: 80%;
  padding: 5% 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #666;
}
.hls-brand .advantage .main .text li {
  position: relative;
  color: #666;
}
.hls-brand .advantage .main .text li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.hls-brand .advantage .main .text strong {
  font-weight: bold;
  color: #666;
}
.hls-brand .advantage .main .text span {
  color: #ccc;
}

.certificationlist {
  padding: 1% 0 10% 0;
  overflow: hidden;
}
.certification {
  margin-left: 5%;
  padding-bottom: 3%;
  width: 95%;
  position: relative;
  overflow: hidden;
}
.certification {
  cursor: url("../upload/hmous.svg"), default !important;
}
.certification li {
  background: #f7f7f7;
  text-align: center;
  padding: 20% 5% 10% 5%;
  overflow: hidden;
}
.certification li .dtable {
  height: 260px;
}
.certification li .dtable-cell {
  height: 260px;
}
.certification li img {
  max-height: 260px;
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.certification li h5 {
  color: #1a1a1a;
  font-size: 14px;
  padding-top: 20px;
  overflow: hidden;
  font-family: "Conv_Montserrat-Bold", Arial, "微软雅黑", "黑体", "宋体";
}
.swiper-button-nextC,
.swiper-button-prevC {
  left: auto;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: 0;
  width: 80px;
  height: 45px;
  position: absolute;
  outline: none;
  cursor: pointer;
}
.swiper-button-nextC {
  background: url("../images/right-h.svg") center no-repeat #f7f7f7;
  background-size: 20%;
  opacity: 0.4;
}
.swiper-button-prevC {
  background: url("../images/left-h.svg") center no-repeat #f7f7f7;
  background-size: 20%;
  right: 80px;
  opacity: 0.3;
}
.swiper-button-nextC:hover,
.swiper-button-prevC:hover {
  opacity: 1;
}
.swiper-button-nextC::after {
  content: "";
  width: 1px;
  height: 45px;
  right: 80px;
  top: 0;
  position: absolute;
  background: #ccc;
}
.certification .swiper-pagination.swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  background: #ededed;
  height: 2px;
}
.certification span.swiper-pagination-progressbar-fill {
  background: #1a1a1a;
}

.downloadlist {
  padding: 1% 0 8% 0;
  overflow: hidden;
}
.download {
  margin-left: 5%;
  padding-bottom: 3%;
  width: 95%;
  position: relative;
  overflow: hidden;
}
.download {
  cursor: url("../upload/hmous.svg"), default !important;
}
.download li {
  background: #f7f7f7;
  text-align: center;
  padding: 20% 5% 10% 5%;
  overflow: hidden;
  position: relative;
}
.download li:hover span {
  display: block;
}
.download li span {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 35%;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  text-align: center;
}
.download li span a {
  cursor: default !important;
}
.download li span a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 5px;
}
.download li span a.icon-ss {
  background: url("../images/ss.svg") center no-repeat #1a1a1a;
  background-size: 40%;
}
.download li span a.icon-dd {
  background: url("../upload/dd.svg") center no-repeat #1a1a1a;
  background-size: 40%;
}
.download li i {
  background: url("../upload/pdf.png");
  width: 121px;
  height: 121px;
  margin: auto;
  display: block;
}
.download li h5 {
  color: #666666;
  font-size: 16px;
  padding: 20px 0;
  overflow: hidden;
  font-family: "Conv_Montserrat-Bold", Arial, "微软雅黑", "黑体", "宋体";
}
.download li:hover h5 {
  color: #000;
}
.swiper-button-nextD,
.swiper-button-prevD {
  left: auto;
  right: 0;
  top: auto;
  top: 30px;
  margin: 0;
  width: 80px;
  height: 45px;
  position: absolute;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
.swiper-button-nextD {
  background: url("../images/right-h.svg") center no-repeat #f7f7f7;
  background-size: 20%;
  opacity: 0.4;
}
.swiper-button-prevD {
  background: url("../images/left-h.svg") center no-repeat #f7f7f7;
  background-size: 20%;
  right: 80px;
  opacity: 0.3;
}
.swiper-button-nextD:hover,
.swiper-button-prevD:hover {
  opacity: 1;
}
.swiper-button-nextD::after {
  content: "";
  width: 1px;
  height: 45px;
  right: 80px;
  top: 0;
  position: absolute;
  background: #ccc;
}
.download .swiper-pagination.swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  background: #ededed;
  height: 2px;
}
.download span.swiper-pagination-progressbar-fill {
  background: #1a1a1a;
}

.downloadnav {
  padding: 2% 0 3% 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  width: 90%;
}
.downloadnav h6 {
  font-size: 14px;
  padding: 0 20px 15px 20px;
  overflow: hidden;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.downloadnav h6:hover {
  color: #000;
}
.downloadnav h6::after {
  content: "";
  width: 80%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 10%;
  bottom: 0px;
  display: none;
}
.downloadnav .swiper-slide-thumb-active h6,
.downloadnav .swiper-slide-active h6 {
  color: #000;
}
.downloadnav .swiper-slide-thumb-active h6::after,
.downloadnav .swiper-slide-active h6::after {
  display: block;
}
.downloadnav .swiper-slide {
  width: auto;
}

/*prodcut*/

.hls-page-prodcut {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}
.prodcutnav {
  text-align: center;
}
.prodcutnav .swiper-wrapper {
  display: block;
}
.prodcutnav .swiper-slide {
  display: inline-block;
}
.prodcutnav a {
  display: inline-block;
  vertical-align: top;
}
.prodcutnav a i {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.prodcutnav a i img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.prodcutnav a i svg,
.prodcutnav a .svg-inject {
  fill: #999;
}
.prodcutnav a:hover .svg-inject,
.prodcutnav a:hover .svg-inject path,
.prodcutnav a:hover svg {
  fill: #000;
}
.prodcutnav a.cur .svg-inject {
  fill: #fa8d3e;
}

.prodcutnav a h5 {
  display: block;
  font-size: 14px;
  color: #999;
  padding: 10px 0;
}
.prodcutnav a.cur h5 {
  color: #fa8d3e;
}
.prodcutnav a.cur i img,
.prodcutnav a:hover i img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.prodcutnav a:hover h5 {
  color: #000;
}
.prodcutnav2 {
  text-align: center;
  overflow: hidden;
  padding: 3% 0;
}
.prodcutnav2 a {
  font-size: 14px;
  color: #999999;
  padding: 20px;
  position: relative;
  font-weight: bold;
}
.prodcutnav2 a::after {
  content: "";
  width: 80%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 10%;
  bottom: 0px;
  display: none;
}
.prodcutnav2 a.cur::after {
  display: block;
}
.prodcutnav2 a.cur {
  color: #1a1a1a;
}
.prodcutnav2 a:hover {
  color: #000;
}

.prodcutlist {
  overflow: hidden;
  padding: 1% 0;
  text-align: center;
}
.prodcutlist * {
  display: block;
  overflow: hidden;
}
.prodcutlist a {
  display: inline-block;
  background: #fff;
  width: 17%;
  margin: 0.8%;
}
.prodcutlist a .pic {
  max-width: 300px;
  max-height: 300px;
  min-height: 300px;
}
.prodcutlist a .txt {
  text-align: center;
  border-top: #eeeeee 1px solid;
  padding: 7% 0 3% 0;
}
.prodcutlist a .txt h4 {
  font-size: 16px;
}
.prodcutlist a .txt h5 {
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #999;
}
.prodcutlist a:hover .txt {
  background: #fa8d3e;
}
.prodcutlist a:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.prodcutlist a:hover h5 {
  color: #000;
}

.hls-page-prodcutdetail {
  overflow: hidden;
  padding: 5% 0;
}
.detailpic {
  float: left;
  width: 46%;
  border: 1px solid #eee;
}
.detailpic .swiper-button-next,
.detailpic .swiper-button-prev {
  left: auto;
  right: 0;
  top: auto;
  bottom: 1px;
  margin: 0;
  width: 90px;
  height: 60px;
  position: absolute;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.detailpic .swiper-button-next {
  background: url("../images/right-b.svg") center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 20%;
}
.detailpic .swiper-button-prev {
  background: url("../images/left-b.svg") center no-repeat rgba(0, 0, 0, 0.3);
  background-size: 20%;
  right: 91px;
}
.detailpic .swiper-button-next:hover {
  background: url("../images/right-b.svg") center no-repeat rgba(0, 0, 0, 1);
  background-size: 20%;
}
.detailpic .swiper-button-prev:hover {
  background: url("../images/left-b.svg") center no-repeat rgba(0, 0, 0, 1);
  background-size: 20%;
}
.detailpic .swiper-pagination.swiper-pagination-fraction {
  left: 5%;
  bottom: 5%;
  text-align: left;
  font-size: 14px;
  color: #999;
  font-family: "Conv_Montserrat-Bold";
}
.detailpic .swiper-pagination.swiper-pagination-fraction span {
  opacity: 0.3;
  font-family: "Conv_Montserrat-Bold";
}
.detailpic
  .swiper-pagination.swiper-pagination-fraction
  span.swiper-pagination-current {
  font-size: 24px;
  opacity: 1;
}

.detailmain {
  float: left;
  width: 40%;
  padding-left: 8%;
}
.dtitle {
  font-size: 28px;
  font-weight: bold;
  font-family: "Conv_Montserrat-Bold", Arial, "微软雅黑", "黑体", "宋体";
}
.dtitle h2 {
  font-size: 44px;
  font-weight: bold;
  font-family: "Conv_Montserrat-Bold", Arial, "微软雅黑", "黑体", "宋体";
}
.pdata {
  padding: 5% 0 0;
  overflow: hidden;
}
.pdata h4 {
  font-size: 16px;
  border-bottom: 2px solid #1b1b1b;
  padding: 10px 0;
  overflow: hidden;
  display: block;
}
.pdata ul {
  padding: 3% 0 0;
  overflow: hidden;
}
.pdata ul li {
  float: left;
  width: 33%;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.pdata .text {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  padding: 3% 0 0;
  overflow: hidden;
}
.pdata .downpdf {
  padding: 3% 0 0;
  overflow: hidden;
}
.pdata .downpdf a {
  padding-left: 40px;
  height: 30px;
  line-height: 30px;
  background: url("../upload/pdf1.png") left center no-repeat;
  display: block;
  font-size: 14px;
  color: #666;
  margin-right: 20px;
}
.pdata .downpdf a:hover {
  text-decoration-line: underline;
}
.pcertification {
  margin-top: 3%;
}
.pcertification a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 20px;
}
.pcertification a h5 {
  padding: 10px 20px;
  border: 1px solid #666;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.pcertification a:hover h5 {
  background: #000;
  color: #fff;
}
.pcertification a:hover .pcrzshow {
  display: block;
}
.pcrzshow {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  width: 180px;
  height: 90px;
  border: 2px solid #666;
  text-align: center;
  background: #fff;
}
.pcrzshow img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.pcrzshow:before,
.pcrzshow:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-top: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-bottom: 10px #fff solid;
}
.pcrzshow:before {
  border-bottom: 10px #666 solid;
}
.pcrzshow:after {
  top: -17px;
  border-bottom: 10px #fff solid;
}

.hls-page-otherprodcut {
  padding: 8% 0;
  overflow: hidden;
}
.hls-page-otherprodcut .title {
  text-align: center;
}
.hls-page-otherprodcut .title h3 line {
  display: block;
  margin: 20px auto;
}
.hls-page-otherprodcut .prodcutnav {
  padding-top: 4%;
  overflow: hidden;
}
.otherprodcut {
  padding: 2% 0;
  overflow: hidden;
  text-align: center;
}
.otherprodcut * {
  display: block;
  overflow: hidden;
}
.otherprodcut a {
  display: inline-block;
  background: #fff;
  width: 17%;
  margin: 1%;
}
.otherprodcut a .pic {
  max-width: 300px;
  max-height: 300px;
  min-height: 300px;
}
.otherprodcut a .txt {
  text-align: center;
  border-top: #eeeeee 1px solid;
  padding: 7% 0 3% 0;
}
.otherprodcut a .txt h4 {
  font-size: 16px;
}
.otherprodcut a .txt h5 {
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  color: #999;
}
.otherprodcut a:hover .txt {
  background: #fa8d3e;
}
.otherprodcut a:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.otherprodcut a:hover h5 {
  color: #000;
}

/*case*/

.hls-page-case {
  overflow: hidden;
  padding: 4% 0 5% 0;
}
.hls-page-case .ptitle {
  position: relative;
}
.hls-page-case .ptitle h2 {
  display: block;
  font-size: 300px;
  line-height: 300px;
  color: #fafafa;
  font-family: "Conv_Montserrat-Bold";
  width: 200%;
  text-transform: uppercase;
}
.hls-page-case .ptitle h3 {
  display: block;
  position: absolute;
  width: 400px;
  left: 5%;
  bottom: 10%;
  z-index: 3;
  font-size: 80px;
  color: #1a1a1a;
}
.hls-page-case .ptitle h4 {
  display: block;
  position: absolute;
  width: 45%;
  right: 5%;
  bottom: 7%;
  z-index: 3;
  font-size: 16px;
  color: #999;
  line-height: 34px;
  font-weight: normal;
}

.hls-page-caselist {
  overflow: hidden;
  padding: 5% 0;
}
.caselist {
}
.caselistpic {
  width: 55%;
  float: left;
}
.caselistpic img {
}
.caselistright {
  width: 37%;
  padding: 3% 0 0 8%;
  float: left;
  overflow: hidden;
}
.caselistright .tmore {
  position: relative;
  left: auto;
  top: auto;
}
.casetitle {
  padding: 7% 0 10% 0;
  overflow: hidden;
}
.casetitle h5 {
  font-size: 20px;
  display: block;
  color: #999;
  padding: 10px 0;
  overflow: hidden;
  cursor: pointer;
}
.casetitle .swiper-wrapper {
  display: block;
}
.casetitle .swiper-slide {
  width: 100% !important;
  clear: both;
  display: block;
}
.casetitle .swiper-slide-thumb-active h5 {
  color: #1a1a1a;
}

.caselistright.clr2,
.caselistpic.clpic2,
.caselistpic.clpic4 {
  float: right;
}

.hls-page-casedetail {
  overflow: hidden;
  padding: 5% 0;
}
.casedetail {
  width: 101%;
}
.case {
  float: left;
  width: 32.7777777%;
  margin: 0 0.5% 0.5% 0;
  position: relative;
}
.case .pic {
  position: relative;
}
.case .pic .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.6;
}
.case .txt {
  position: absolute;
  width: 90%;
  padding: 5%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.case .txt h4 {
  font-size: 18px;
  color: #fff;
}

/*news*/

.nnav {
  position: absolute;
  right: 4%;
  bottom: 15%;
  width: 35%;
  text-align: center;
}
.nnav a {
  font-size: 20px;
  color: #999;
  position: relative;
  padding: 15px 0px;
  overflow: hidden;
  font-weight: bold;
  display: block;
}
.nnav a.cur {
  color: #1a1a1a;
}
.nnav a::after {
  content: "";
  width: 70%;
  height: 2px;
  background: #fa8d3e;
  position: absolute;
  left: 15%;
  bottom: 0px;
  display: none;
}
.nnav a.cur::after {
  display: block;
}
.nnav a:hover {
  color: #1a1a1a;
}
.swiper-nnav {
  position: relative;
}
.nnav.num3,
.nnav.num4 {
  text-align: right;
}
.nnav.num3 .swiper-wrapper,
.nnav.num4 .swiper-wrapper {
  display: block;
}
.nnav.num3 .swiper-container .swiper-slide,
.nnav.num4 .swiper-container .swiper-slide {
  display: inline-block;
}
.nnav.num3 .swiper-container .swiper-slide a,
.nnav.num4 .swiper-container .swiper-slide a {
  text-align: center;
}

.hls-page-news {
  overflow: hidden;
  padding: 0;
}
.hls-page-news .inewslist {
  padding: 3% 0 3% 0;
}
.hls-page-newsdetail {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 5% 0;
}
.hls-page-newsdetail .title {
  text-align: center;
  border-bottom: 1px solid #e7e9ef;
  padding: 10px 0;
  overflow: hidden;
}
.hls-page-newsdetail .title h2 {
  font-size: 40px;
  font-family: "Conv_Montserrat-Bold", "微软雅黑", "黑体", "宋体", Arial;
}
.hls-page-newsdetail .title h5 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  padding: 20px 0;
  display: block;
  overflow: hidden;
}
.newsdetail {
  padding: 5% 0;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.newsdetail img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.news-detail-page {
  width: 100%;
  margin: 50px auto;
  padding: 30px 0;
  position: relative;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  overflow: hidden;
}
.news-detail-page a {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
}
.news-detail-page a:hover {
  color: #fa8d3e;
}
.news-detail-page a.prev {
  left: 0;
  background: url("../images/left-h.svg") left center no-repeat;
  background-size: 6%;
  padding-left: 50px;
}
.news-detail-page a.next {
  right: 0;
  background: url("../images/right-h.svg") right center no-repeat;
  background-size: 6%;
  padding-right: 50px;
}
.news-detail-page a.return {
  position: relative;
  top: auto;
  margin: auto;
  width: 90px;
  text-align: center;
}
.news-detail-page a.prev::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  left: 30px;
}
.news-detail-page a.next::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  position: absolute;
  top: 0;
  right: 30px;
}

/*service*/

.hls-page-service {
  overflow: hidden;
  padding: 1% 0 0;
}
.service {
}
.stores {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
.storespic {
  float: left;
  width: 60%;
}
.storestxt {
  overflow: hidden;
  width: 35%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.storestxt h2 {
  font-size: 30px;
}
.storestxt h4 {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  font-weight: normal;
  overflow: hidden;
  padding: 50px 0;
  display: block;
}
.viewmap {
  font-size: 14px;
  font-family: "Conv_Montserrat-Bold";
  position: relative;
  padding-bottom: 20px;
}
.viewmap::after,
.viewmap::before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0px;
}
.viewmap:hover {
}
.viewmap::before {
  width: 0;
  left: 0;
  background: #fff;
  z-index: 3;
}
.viewmap::after {
  width: 100%;
  left: 0;
  background: #000;
}
.viewmap:hover::before {
  -webkit-animation: widthain1 300ms 1 ease-in;
  animation: widthain1 300ms 1 ease-in;
}
.viewmap:hover::after {
  -webkit-animation: widthain1 300ms 1 300ms ease-out;
  animation: widthain1 300ms 1 300ms ease-out;
}
@keyframes widthain1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.stores.stores2 .storespic {
  float: right;
  width: 60%;
}
.stores.stores2 .storestxt {
  right: auto;
  left: 5%;
}

.stores .swiper-button-ctrl {
  width: 100%;
  height: 50px;
  text-align: left;
  margin-top: 100px;
  overflow: hidden;
  clear: both;
}
.stores .swiper-button-ctrl * {
  display: inline-block;
  left: auto;
  top: auto;
  width: auto;
  bottom: auto;
  margin: auto;
  position: relative;
  background: none;
  font-family: "Conv_Montserrat-Regular";
}
.stores .swiper-pagination {
  margin: 0 10px;
}
.stores .swiper-pagination span {
  margin: 0 1px;
}
.stores .swiper-pagination.swiper-pagination-fraction {
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  color: #999;
}
.stores .swiper-pagination.swiper-pagination-fraction span {
  color: #999;
}
.stores
  .swiper-pagination.swiper-pagination-fraction
  span.swiper-pagination-current {
  color: #000;
  font-size: 20px;
}
.stores.stores2 .storestxt .swiper-pagination-total {
  color: #999;
}
.stores .swiper-button-nextS::after,
.stores .swiper-button-prevS::before {
  content: "";
  bottom: -4px;
  top: auto;
  position: absolute;
  width: 15px;
  height: 20px;
}
.stores .swiper-button-nextS::after {
  background: url("../images/right-h.svg") center no-repeat;
  background-size: 100%;
  right: 0px;
}
.stores .swiper-button-prevS::before {
  background: url("../images/left-h.svg") center no-repeat;
  background-size: 100%;
  left: 0px;
}
.stores .swiper-button-nextS,
.stores .swiper-button-prevS {
  opacity: 0.3;
  cursor: pointer;
}
.stores .swiper-button-nextS:hover,
.stores .swiper-button-prevS:hover {
  opacity: 1;
}

.dealers {
  overflow: hidden;
  padding-bottom: 130px;
}
.dealers-map {
  float: left;
  width: 56%;
}
.dealers-right {
  float: left;
  width: 35%;
  padding: 2% 4%;
}
.dealers-search {
}
.dealers-select {
  width: 35%;
  border: 2px solid #ccc;
  height: 45px;
  font-size: 14px;
  color: #999999;
  padding: 0 2%;
  font-weight: bold;
  margin: 2px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/sj.png") 90% center no-repeat;
  outline: none;
}
.dealers-submit {
  width: 25%;
  height: 45px;
  background: #666666;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.dealers-submit:hover {
  background: #fa8d3e;
}

.dealers-list {
  margin: 5% 3% 5% 0;
  overflow: hidden;
}
.dealers-list a {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 2px solid #ededed;
}
.dealers-list a i {
  width: 15%;
  height: 70px;
  float: left;
  border-right: 1px solid #ededed;
  background: url("../upload/add.svg") center no-repeat;
  background-size: 40%;
}
.dealers-list a span {
  float: left;
  padding-left: 5%;
  width: 79%;
}
.dealers-list a span h5 {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.dealers-list a span h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #999;
}
.dealers-list a:hover {
  background: #f1f1f1;
}
.dealers-list a:hover span h5 {
  color: #fa8d3e;
}

.electricity {
  text-align: center;
  overflow: hidden;
  padding-bottom: 130px;
}
.electricity a {
  width: 31.3333333%;
  height: 310px;
  display: inline-block;
  vertical-align: middle;
  margin: 0.9%;
  background: #f7f7f7;
}
.electricity a img,
.electricity a svg {
  display: inline-block;
  max-width: 100%;
  width: 160px;
  height: auto;
}
.electricity a i {
  display: none;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -22.5px;
  border-radius: 100%;
  background: url("../images/right-h.svg") center no-repeat #fff;
  background-size: 30%;
}
.electricity a .dtable {
}
.electricity a .dtable-cell {
}
.electricity a:hover {
  background: #1a1a1a;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.electricity a:hover i {
  display: block;
}
.electricity a:hover img {
  margin-bottom: 50px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.electricity a:hover svg {
  margin-bottom: 50px;
}
.electricity a .svg-inject {
  fill: #000;
}
.electricity a:hover .svg-inject {
  fill: #fff;
}

.feedback {
  overflow: hidden;
  padding-bottom: 130px;
  width: 1100px;
  margin: auto;
  text-align: center;
}
.feedback li {
  width: 32%;
  display: inline-block;
  margin: 0.5%;
  text-align: left;
  overflow: hidden;
}
.feedback li h5 {
  font-size: 14px;
  padding: 10px 0;
}
.feedback li .input3 {
  border: 2px solid #ccc;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 2%;
  width: 94%;
  outline: none;
}
.feedback li .input3:focus {
  border: 2px solid #000;
}
.fbmain {
  display: inline-block;
  width: 98%;
  padding: 2% 0;
  text-align: left;
  overflow: hidden;
}
.fbmain h5 {
  font-size: 14px;
  padding: 10px 0;
}
.textarea3 {
  border: 2px solid #ccc;
  height: 150px;
  line-height: 24px;
  display: block;
  padding: 1% 2%;
  width: 95.5%;
  outline: none;
}
.textarea3:focus {
  border: 2px solid #000;
}
.submit3 {
  height: 50px;
  line-height: 50px;
  background: #666666;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 30%;
  font-weight: bold;
  margin: 20px auto;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.submit3:hover {
  background: #fa8d3e;
}

.technical-nav {
  background: #ededed;
  overflow: hidden;
}
.technical-nav a {
  float: left;
  display: block;
  line-height: 63px;
  width: 10%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.technical-nav a.cur {
  background: #1a1a1a;
  color: #fff;
}
.technicalist {
}
.technical {
  overflow: hidden;
  padding: 5% 0;
}
.technical .left {
  float: left;
  width: 40%;
  padding: 2% 5%;
  overflow: hidden;
}
.technical .pic {
  float: left;
  width: 50%;
}
.technical .left .data {
  overflow: hidden;
  padding: 5% 0;
}
.technical .left .data li {
  width: 90%;
  text-align: left;
  padding: 15px 0;
  margin-bottom: 15px;
  border: 2px solid #f2f2f2;
  overflow: hidden;
}
.technical .left .data li span,
.technical .left .data li h5 {
  display: inline-block;
  vertical-align: middle;
}
.technical .left .data li span {
  min-width: 20%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
}
.technical .left .data li span h3 {
  font-size: 20px;
  font-family: "Conv_Montserrat-Bold", "微软雅黑", "黑体", "宋体", Arial;
}
.technical .left .data li span h4 {
  font-size: 14px;
  color: #999;
}
.technical .left .data li h5 {
  font-size: 16px;
  padding: 0 5%;
  width: 60%;
}

.technicadetail {
  overflow: hidden;
  padding-bottom: 130px;
}
.technicadetail img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

/*contact*/

.hls-page-contact {
  overflow: hidden;
  padding: 1% 0 0;
}
.contact {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
.serviceconsulting {
  /* width: 80%; */
  margin: auto;
}
.serviceconsulting .left {
  float: left;
  width: 40%;
}
.serviceconsulting .left h3 {
  font-size: 24px;
  line-height: 38px;
  padding-bottom: 40px;
  overflow: hidden;
}
.serviceconsulting .left ul {
  padding: 3% 0;
  overflow: hidden;
}
.serviceconsulting .left ul h4 {
  font-size: 18px;
  padding-bottom: 15px;
  overflow: hidden;
}
.serviceconsulting .left ul li {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.serviceconsulting .left ul h5 {
  font-size: 14px;
}
.serviceconsulting .right {
  float: left;
  width: 50%;
  margin: 0 0 0 10%;
}
.serviceconsulting .right li {
  overflow: hidden;
  padding-bottom: 20px;
}
.serviceconsulting .right li h5 {
  font-size: 14px;
  padding: 10px 0;
}
.serviceconsulting .right li .input1 {
  border: 2px solid #ccc;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 2%;
  width: 100%;
  outline: none;
}
.serviceconsulting .right li .input1:focus {
  border: 2px solid #000;
}
.serviceconsulting .right li .textarea1 {
  border: 2px solid #ccc;
  height: 150px;
  line-height: 24px;
  display: block;
  padding: 1% 2%;
  width: 100%;
  outline: none;
}
.serviceconsulting .right li .textarea1:focus {
  border: 2px solid #000;
}
.serviceconsulting .right li .submit1 {
  height: 50px;
  line-height: 50px;
  background: #666666;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 30%;
  font-weight: bold;
  margin: 20px auto;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.serviceconsulting .right li .submit1:hover {
  background: #fa8d3e;
}

.joininvestment {
  width: 100%;
  margin: auto;
}
.joindetail {
}
.joindetail img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.joinapplyfor {
  overflow: hidden;
  padding: 8% 0 0 0;
  text-align: center;
}
.joinapply {
  overflow: hidden;
  padding: 2% 0;
}
.joinapply .select3 {
  width: 99%;
  border: 2px solid #ccc;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #999999;
  padding: 0 2%;
  font-weight: bold;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/sj.png") 90% center no-repeat;
  outline: none;
}
.joinapply .feedback {
  padding-bottom: 0;
}

.projectcooperation {
  width: 90%;
  margin: auto;
}
.project {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
.project .pic {
  float: left;
  width: 55%;
}
.project .txt {
  overflow: hidden;
  width: 35%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}
.project .txt h2 {
  font-size: 30px;
}
.project .txt h4 {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  font-weight: normal;
  overflow: hidden;
  padding: 50px 0;
  display: block;
}
.project.project2 .pic {
  float: right;
}
.project.project2 .txt {
  right: auto;
  left: 5%;
}
.project:last-child {
  margin-bottom: 0px;
}

.recruitment {
  width: 1280px;
  margin: auto;
  text-align: center;
}
.recruitmentlist {
  text-align: left;
  overflow: hidden;
  padding: 2% 0;
}
.jobtitle {
  margin: 5% 0 0 0;
  background: #4d4d4d;
  padding: 2% 5%;
}
.jobtitle span {
  display: inline-block;
  width: 20%;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.jobtitle span:first-child {
  text-align: left;
}
.jobtitle span:last-child {
  text-align: right;
}
.joblist {
  padding: 0;
}
.joblist li {
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}
.joblist li a {
  padding: 1.5% 5%;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background: url("../upload/sj.png") 94.5% center no-repeat;
}
.joblist li a:hover,
.joblist li a.cur:hover {
  background: url("../upload/sj2.png") 94.5% center no-repeat #fa8d3e;
}
.joblist li a:hover span,
.joblist li a:hover span:last-child {
  color: #fff;
}
.joblist li a span {
  display: inline-block;
  width: 20%;
  font-size: 16px;
  text-align: center;
}
.joblist li a span:first-child {
  text-align: left;
}
.joblist li a span:last-child {
  text-align: right;
}
.joblist li ul {
  background: #f7f7f7;
  padding: 2% 5%;
  font-size: 14px;
  line-height: 26px;
}
.joblist li ul.children {
  display: none;
}
.joblist li.cur a.cur span {
  font-weight: bold;
}
.joblist li a.cur {
  background: url("../upload/sj3.png") 94.5% center no-repeat #fff;
}
.joblist li.cur ul.children {
  display: block;
}
.jobli {
  overflow: hidden;
}
.jobli li {
  width: 20%;
  float: left;
  overflow: hidden;
  display: block;
  border: none;
}
.jobli h6 {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  font-weight: normal;
}
.jobli h5 {
  display: block;
  font-size: 14px;
}
.jobtext {
  padding: 2% 0;
}
.jobbtn {
  margin-bottom: 30px;
  height: 40px;
  line-height: 40px;
  width: 140px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #1a1a1a;
}
.jobbtn:hover {
  background: #fa8d3e;
  color: #fff;
  border: 2px solid #fa8d3e;
}

.talentconcept {
}
.talentconcept .pic {
  float: left;
  width: 55%;
}
.talentconcept .txt {
  float: left;
  width: 35%;
  padding: 5% 0 5% 10%;
  overflow: hidden;
}
.talentconcept .txt .text {
  padding: 7% 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
}
.teamstyle {
  padding: 5% 0;
  overflow: hidden;
}
.teamstyledetail {
  padding: 4% 0;
  overflow: hidden;
}
.teamstyledetail img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.searchlist {
  padding: 2% 0;
  overflow: hidden;
}
.searchlist h3 {
  font-size: 30px;
  text-align: center;
}
.searchdetail {
  padding: 1% 0;
  overflow: hidden;
}

@charset "utf-8";
/* CSS Document  */

@media screen and (max-width: 2600px) {
}

@media screen and (max-width: 1920px) {
}

/* 1680 */
@media screen and (max-width: 1680px) {
  .hls-iadvantages .text {
    width: 300%;
  }
  .hls-company-pic {
    width: 50%;
  }
  .histor-time-line {
    background: url("../upload/hline.svg") center bottom no-repeat;
    background-size: 100%;
  }
  .interpretation .txt {
    padding: 2% 3% 5% 5%;
  }
  .interpretation.int2 .txt {
    padding: 5% 4% 0 4%;
  }
  .hls-brand .concept {
    margin-top: 10%;
  }
  .prodcutlist a .pic,
  .otherprodcut a .pic {
    max-height: 300px;
    min-height: auto;
  }
  .dealers-right {
    padding: 0 4%;
  }
  .technical .left {
    width: 44%;
    padding: 0 3% 0 3%;
  }
  .technical .left .data li {
    width: 98%;
    padding: 13px 0;
    margin-bottom: 10px;
  }
}

/* 1440 */
@media screen and (max-width: 1440px) {
  .hls-iadvantages .text {
    font-size: 250px;
  }
  .inewslist .inews a .txt h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0;
  }
  .hls-icontact .icontact a {
    font-size: 24px;
    width: 450px;
    height: 100px;
    line-height: 100px;
    margin-left: -225px;
    margin-top: -50px;
  }
  .prodcutlist a .txt h4 {
    font-size: 14px;
  }
  .prodcutlist a .txt h5 {
    font-size: 12px;
  }
  .dtitle {
    font-size: 20px;
  }
  .dtitle h2 {
    font-size: 30px;
  }
  .detailmain {
    width: 46%;
    padding-left: 5%;
  }
  .prodcutlist a,
  .otherprodcut a {
    width: 19%;
    margin: 0.3%;
  }
  .hls-page-case .ptitle h2 {
    width: 300%;
    font-size: 250px;
    line-height: 250px;
  }
  .casetitle h5 {
    font-size: 16px;
  }
  .caselistpic {
    width: 60%;
  }
  .caselistright {
    width: 32%;
    padding: 3% 0 0 8%;
  }
  .dealers-list a span h5 {
    font-size: 14px;
  }
  .dealers-list a span h6 {
    font-size: 14px;
    line-height: 23px;
  }
  .dealers-map {
    width: 58%;
  }
  .dealers-right {
    padding: 0 0 0 2%;
  }
  .dealers-list a {
    padding: 10px 0;
  }
  .scroll_wrap {
    height: 480px;
  }
  .technical .left .data li h5 {
    font-size: 14px;
  }
  .technical .left {
    width: 40%;
    padding: 0 3% 0 3%;
  }
  .technical .pic {
    width: 54%;
  }
  .nnav {
    width: 45%;
  }
}

/* 1366 */
@media screen and (max-width: 1366px) {
  footer .hls-footer .leftnav ul {
    width: 18%;
  }
  .title h2 {
    font-size: 40px;
  }
  .iacase li a h4 {
    font-size: 18px;
  }
  .inewslist .inews a .txt h4 {
    font-size: 14px;
  }
  .inewslist .inews a .txt h5 {
    font-size: 12px;
    line-height: 20px;
  }
  .hls-page-about .ptitle h2 {
    font-size: 250px;
    line-height: 250px;
    width: 300%;
  }
  .hls-page-about .ptitle h3 {
    font-size: 70px;
  }
  .aboutnav {
    width: 65%;
  }
  .hls-company {
    padding: 7% 5%;
  }
  .interpretation .txt {
    padding: 1% 0 0 3%;
    width: 30%;
  }
  .interpretation .txt h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .hls-brand .concept .main .text {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
  }
  .hls-brand .advantage .main {
    width: 50%;
    padding: 5% 0 0 0;
  }
  .download li h5 {
    font-size: 14px;
  }
  .hls-page-case .ptitle h3 {
    font-size: 70px;
  }
  .storestxt h4,
  .project .txt h4 {
    font-size: 14px;
    line-height: 30px;
  }
  .viewmap {
    font-size: 12px;
  }
  .technical .left .data li span h3 {
    font-size: 16px;
  }
  .serviceconsulting {
    /* width: 90%; */
  }
}

/* 1280 */
@media screen and (max-width: 1280px) {
  .hls-company .company .text {
    padding: 8% 0;
    font-size: 14px;
    line-height: 30px;
  }
  .interpretation .txt h2 {
    font-size: 40px;
  }
  .interpretation .txt h5 {
    font-size: 13px;
  }
  .hls-brand .brand .btitle h2 {
    font-size: 50px;
  }
  .hls-brand .advantage .main {
    padding: 0;
  }
  .pdata .text {
    font-size: 12px;
    line-height: 26px;
  }
  .pdata h4 {
    font-size: 14px;
    border-bottom: 1px solid #1b1b1b;
    padding: 5px 0;
  }
  .dtitle {
    font-size: 18px;
  }
  .otherprodcut a .txt h4,
  .casetitle h5 {
    font-size: 14px;
  }
  .otherprodcut a .txt h5 {
    font-size: 12px;
  }
  .casetitle h5 {
    padding: 5px 0;
  }
  .storestxt h4 {
    line-height: 24px;
    padding: 8% 0;
  }
  .stores .swiper-button-ctrl {
    margin-top: 80px;
  }
  .technical .left {
    width: 40%;
    padding: 0 3% 0 0;
  }
  .technical .left .data li h5 {
    font-size: 12px;
    padding: 0 0 0 5%;
    width: 60%;
  }
  .technical .pic {
    width: 57%;
  }
  .technical .left .data li span {
    min-width: 30%;
  }
  .technical .left .data li span h3 {
    font-size: 14px;
  }
  .technical:last-child .left {
    width: 40%;
    padding: 0 0 0 3%;
  }
  .serviceconsulting .left ul {
    padding: 5% 0;
  }
  .recruitment {
    width: 90%;
  }
  .talentconcept .txt {
    width: 35%;
    padding: 0 0 5% 10%;
  }
  .talentconcept .txt .text {
    padding: 10% 0 0 0;
    font-size: 14px;
    line-height: 30px;
  }
  .xy-index-banner .text h2 {
    font-size: 40px;
  }
  .xy-index-banner .text h3 {
    font-size: 20px;
  }
}

/* 1152 */
@media screen and (max-width: 1152px) {
  .nnav {
    width: 55%;
  }
  header .hls-header .right .hls-nav a {
    font-size: 15px;
    margin-right: 30px;
  }
  header .hls-header .right .other a {
    font-size: 15px;
  }
  .hls-iadvantages .right {
    padding: 3% 5% 0 5%;
  }
  .inewslist .inews a .txt h5 {
    display: none;
  }
  .inewslist .inews a .txt h6 {
    padding: 5% 0;
  }
  header.header-fixed .hls-header .right .hls-nav a {
    margin-right: 30px;
  }
  .interpretation .txt h5 {
    font-size: 12px;
  }
  .hls-brand .advantage .main .text li {
    font-size: 14px;
  }
  .electricity a {
    width: 30.3333333%;
  }
}

/* 1024 */
@media screen and (max-width: 1024px) {
}

/* 860 */
@media screen and (max-width: 860px) {
  header,
  .pcshow,
  .suspension {
    display: none !important;
  }
  .mbshow,
  .nav_mobile {
    display: block !important;
  }
  .rolling-top {
    display: none !important;
  }
  footer .hls-footer {
    padding: 10% 0;
  }
  footer .hls-footer .leftnav {
    display: none;
  }
  footer .hls-footer .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer .hls-footer .right ul {
    float: none;
  }
  footer .hls-footer .right ul a.flogo {
    margin: auto;
  }
  footer .hls-footer .right ul li {
    text-align: center;
  }
  footer .hls-footer .right ul:last-child a {
    display: block;
  }
  .xy-index-banner .text {
    width: 90%;
    left: 5%;
    top: 35%;
    margin-left: 0px;
  }
  .xy-index-banner .text h2 {
    font-size: 20px;
  }
  .xy-index-banner .text.left {
    left: 5%;
  }
  .xy-index-banner .text.right {
    right: 5%;
  }
  .xy-index-banner .text h6 {
    font-size: 14px;
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
  .title h2 {
    font-size: 24px;
  }
  .title h3 {
    font-size: 18px;
  }
  .ptb5 {
    padding: 15% 0;
  }
  .tmore {
    width: 70px;
    top: 45%;
  }
  .tmore a {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .hls-iproduct .iproduct,
  .hls-iproduct .iproduct.ip1,
  .hls-iproduct .iproduct.ip2,
  .hls-iproduct .iproduct.ip4 {
    margin: 1% 0px;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .hls-iproduct .iproduct .txt h4 {
    font-size: 18px;
  }
  .hls-iproduct .iproduct .txt h5 {
    font-size: 14px;
  }
  .hls-iadvantages .left {
    float: none;
    width: 100%;
  }
  .hls-iadvantages .right {
    float: none;
    width: 90%;
    padding: 10% 5% 0 5%;
    margin-bottom: 10%;
  }
  .imore a {
    font-size: 14px;
    width: 130px;
    height: 42px;
    line-height: 42px;
  }
  .icase-nav {
    width: 100%;
    height: 40px;
    position: relative;
    right: auto;
    bottom: auto;
    padding: 10% 0 0 0;
  }
  .icase-nav .swiper-slide li::after {
    width: 100%;
    left: 0;
  }
  .iacaselist .imore {
    margin-left: -62px;
  }
  .iacaselist .swiper-slide {
    padding-bottom: 40px;
  }
  .hls-inews {
    padding: 15% 0;
  }
  .inewslist .inews {
    width: 100%;
    float: none;
    margin-bottom: 3%;
  }
  .inewslist .inews a .pic {
    width: 100%;
    float: none;
  }
  .inewslist .inews a .txt {
    position: relative;
    right: auto;
    top: auto;
    width: 90%;
    height: auto;
    padding: 5%;
    overflow: hidden;
  }
  .inewslist .inews a .txt h5 {
    display: block;
  }
  .inewslist .inews a .txt h6 {
    padding: 0;
  }
  .inewslist .inews:nth-child(3) .txt,
  .inewslist .inews:nth-child(4) .txt {
    left: auto;
    right: auto;
  }
  .hls-icontact .icontact a {
    font-size: 20px;
    width: 60%;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    margin-top: -25px;
    left: 20%;
  }
  .pathbg {
    padding-top: 50px;
  }
  .hls-page-about .ptitle h2 {
    font-size: 200px;
    line-height: 200px;
    width: 1000%;
  }
  .hls-page-about .ptitle h3 {
    font-size: 40px;
    width: 100%;
    left: 0;
    margin-left: 0px;
    text-align: center;
    bottom: 30%;
  }
  .aboutnav {
    width: 100%;
  }
  .aboutnav li a i {
    margin-top: 0;
  }
  .aboutnav li a {
    padding: 10px 0;
  }
  .hls-company-pic {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .pt130 {
    padding-top: 10%;
  }
  .hls-company .company {
    width: 100%;
  }
  .hls-history {
    padding: 20% 0;
  }
  .histor-time h3 {
    padding: 20px 0;
    font-size: 20px;
  }
  .histor-time-line {
    background: url(../upload/hline.svg) center bottom no-repeat;
    background-size: 400%;
  }
  .histor-main {
    width: 100%;
    margin: 50px auto auto;
  }
  .histor-main li {
    font-size: 14px;
    line-height: 26px;
  }
  .hls-interpretation {
    padding: 20% 0;
  }
  .interpretation .pic {
    width: 100%;
    float: none;
  }
  .interpretation .txt {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    padding: 5% 0;
  }
  .interpretation.int2 .pic,
  .interpretation.int2 .pic:last-child {
    width: 100%;
    float: none;
  }
  .interpretation.int2 .txt {
    width: 100%;
    left: auto;
    padding: 5% 0;
  }
  .hls-brand {
    background-size: 200%;
  }
  .hls-brand .brand .btitle h4 {
    font-size: 16px;
  }
  .hls-brand .brand .btitle h2 {
    font-size: 22px;
  }
  .hls-brand .concept .pic {
    width: 100%;
    float: none;
    margin-top: 5%;
  }
  .hls-brand .brand .txt {
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    position: relative;
    right: auto;
    top: auto;
  }
  .hls-brand .concept .main {
    width: 100%;
    padding: 10% 0;
    float: none;
  }
  .hls-brand .advantage .main {
    width: 100%;
    padding: 5% 0 0 0;
  }
  .hls-brand .advantage .pic {
    width: 100%;
    float: none;
  }
  .hls-brand .advantage .main .text {
    width: 100%;
    padding: 5% 0;
    font-size: 14px;
    line-height: 30px;
  }
  .title h6 {
    font-size: 14px;
    line-height: 28px;
    adding: 30px 0;
    width: 100%;
  }
  .swiper-button-nextC,
  .swiper-button-prevC,
  .swiper-button-nextD,
  .swiper-button-prevD {
    display: none;
  }
  .certification li {
    padding: 10%;
  }
  .certification li .dtable,
  .certification li .dtable-cell,
  .certification li img {
    height: 150px;
    max-height: 150px;
  }
  .downloadlist {
    padding: 10% 0;
  }
  .hls-page-container#A6 {
    padding: 10% 0;
    overflow: hidden;
  }
  .prodcutnav .swiper-wrapper {
    display: flex;
  }
  .prodcutnav2 {
    padding: 10% 0;
  }
  .prodcutnav2 a {
    padding: 10px;
  }
  .prodcutlist a,
  .otherprodcut a {
    width: 49%;
    margin: 0.5%;
    float: left;
    display: block;
  }
  .prodcutlist {
    padding: 5% 0 15% 0;
    width: 101%;
  }
  .hls-page-prodcut {
    width: 101%;
    margin-left: -1%;
  }
  .detailpic {
    float: none;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: calc(100% - 2px);
  }
  .detailpic .swiper-button-next,
  .detailpic .swiper-button-prev {
    width: 60px;
    height: 40px;
    bottom: 0px;
  }
  .detailpic .swiper-button-prev {
    right: 61px;
  }
  .detailpic .swiper-pagination.swiper-pagination-fraction {
    bottom: 3%;
  }
  .detailmain {
    width: 100%;
    padding: 5% 0;
  }
  .hls-page-prodcutdetail {
    padding: 5% 0 15% 0;
  }
  .dtitle {
    font-size: 16px;
  }
  .dtitle h2 {
    font-size: 20px;
  }
  .pdata ul li {
    font-size: 12px;
    margin-right: 10%;
    width: auto;
  }
  .otherprodcut a:last-child {
    display: none;
  }
  .hls-page-otherprodcut .prodcutnav {
    padding: 10% 0;
  }
  .hls-page-case .ptitle h2 {
    width: 1000%;
    font-size: 200px;
    line-height: 200px;
  }
  .hls-page-case .ptitle h3 {
    font-size: 40px;
    bottom: auto;
    top: 30%;
  }
  .hls-page-case .ptitle h4 {
    position: relative;
    width: 90%;
    right: auto;
    bottom: auto;
    font-size: 14px;
    line-height: 24px;
    margin: auto;
  }
  .caselistpic {
    width: 100%;
  }
  .caselistright {
    width: 90%;
    padding: 5%;
  }
  .caselistright.clr2,
  .caselistpic.clpic2,
  .caselistpic.clpic4 {
    float: left;
  }
  .hls-icontact img {
    width: 200%;
  }
  .casedetail {
    width: 100%;
  }
  .case {
    float: none;
    width: 100%;
    margin: 1% 0;
  }
  .hls-page-casedetail {
    padding: 5% 0 15% 0;
  }
  .nnav {
    right: auto;
    left: auto;
    bottom: auto;
    width: 97%;
    text-align: left;
    position: relative;
    margin: -50px auto auto;
  }
  .nnav a {
    font-size: 14px;
    margin-left: 0;
    padding: 10% 0;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .pagenum {
    padding: 1% 0 15% 0;
  }
  .hls-page-newsdetail {
    width: 90%;
    padding: 5% 0;
  }
  .hls-page-path {
    line-height: 22px;
  }
  .hls-page-newsdetail .title h2 {
    font-size: 30px;
  }
  .news-detail-page a.prev,
  .news-detail-page a.next {
    text-indent: -999px;
    background-size: 26%;
  }
  .storespic,
  .stores.stores2 .storespic {
    float: none;
    width: 100%;
  }
  .storestxt {
    width: 100%;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    padding: 5% 0;
  }
  .stores {
    margin-bottom: 15%;
  }
  .stores.stores2 .storestxt {
    right: auto;
    left: 0;
  }
  .storestxt h2 {
    font-size: 20px;
  }
  .dealers-map {
    width: 100%;
  }
  .dealers-right {
    float: left;
    width: 90%;
    padding: 5% 5%;
  }
  .dealers-list {
    margin: 5% 0 5% 0;
    height: 510px;
    overflow: auto;
  }
  .scroll_wrap {
    height: auto;
  }
  .scroll_bar {
    display: none;
  }
  .scroll_cont {
    height: auto;
  }
  .electricity a {
    width: 100%;
    height: 210px;
    margin: 1% 0;
  }
  .feedback {
    padding-bottom: 13%;
    width: 90%;
    margin: auto;
  }
  .feedback li {
    width: 100%;
    margin: 1% 0;
  }
  .textarea3 {
    width: 94.5%;
  }
  .submit3 {
    width: 98%;
  }
  .technical-nav a {
    line-height: 63px;
    width: 30%;
  }
  .technical .left {
    width: 100%;
    padding: 5% 0;
  }
  .technical .pic {
    width: 100%;
  }
  .technical:last-child .left {
    width: 100%;
    padding: 5% 0;
  }
  .serviceconsulting .left {
    float: none;
    width: 100%;
  }
  .serviceconsulting .right {
    float: none;
    width: 100%;
    margin: 0%;
  }
  .serviceconsulting .right li .submit1 {
    width: 100%;
  }
  .contact {
    margin-bottom: 10%;
  }
  .project {
    margin-bottom: 10%;
  }
  .project .pic {
    float: none;
    width: 100%;
  }
  .project .txt {
    width: 100%;
    position: relative;
    height: auto;
    right: auto;
    top: auto;
    padding: 5% 0;
  }
  .project .txt h2 {
    font-size: 20px;
  }
  .project .txt h4 {
    padding: 5% 0;
  }
  .project.project2 .txt {
    right: auto;
    left: auto;
  }
  .jobtitle span,
  .joblist li a span {
    width: 30%;
  }
  .jobtitle span:last-child,
  .joblist li a span:last-child,
  .jobtitle span:nth-child(2),
  .joblist li a span:nth-child(2) {
    display: none;
  }
  .joblist li a {
    padding: 5% 5%;
  }
  .jobli li {
    width: 30%;
    float: left;
  }
  .jobbtn {
    margin: 30px 0;
  }
  .talentconcept .pic {
    float: none;
    width: 100%;
  }
  .talentconcept .txt {
    width: 100%;
    float: none;
    padding: 5% 0;
  }
  .nnav.num3,
  .nnav.num4 {
    text-align: left;
  }
  .nnav.num3 .swiper-wrapper,
  .nnav.num4 .swiper-wrapper {
    display: flex;
  }
  .dealers {
    padding-bottom: 13%;
  }
  .pcrzshow {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 10px;
  }
  .joinapply .select3 {
    background: url(../images/sj.png) 95% center no-repeat;
  }

  .white_content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: -0px;
    margin-top: -0px;
    background: #fff;
  }
  .white_content .dtable {
    height: 100%;
  }
  .white_content .dtable .dtable-cell {
    height: 100% !important;
  }
  .white_content form {
    position: inherit;
  }
}

/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
}

/* phone 678 */
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* phone 678 plus*/
@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
}

/* phone x 和 微信内高*/
@media only screen and (device-width: 375px) and (device-height: 812px) {
}

/* phone x */
@media screen and (max-width: 736px) and (orientation: landscape) {
}

/* all iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPad x */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad y */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* all iPad pro */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* x iPad pro */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* y iPad pro */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/*兼容IE11*/
@media screen and(-ms-high-contrast:active), (-ms-high-contrast: none) {
}
