/*一行省略隐藏*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
/*.inside-banner .info {*/
/*font-size: 16px;*/
/*}*/
.header {
  background: rgba(0, 0, 0, 0.8);
}
.anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}
.inside-banner .title {
  /*color: #333333;*/
}
.inside-banner .button {
  width: 240px;
  height: 42px;
  background: #ed6827;
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  margin-top: 55px;
}
.inside-banner .info {
  /*color: #333333;*/
}
.contact .preSales {
  /* background: #f7f7f7; */
  padding: 50px 0 40px 0;
  position: relative;
}
.contact .preSales .list {
  text-align: center;
  margin-top: 49px;
}
.contact .preSales li {
  position: relative;
  width: 600px;
  text-align: center;
  float: left;
  background: rgba(243, 244, 251, 0.53);
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.contact .preSales li:first-child {
  margin-right: 60px;
}
.contact .preSales li .box {
  width: 100%;
  height: 400px;
  text-align: left;
  overflow: hidden;
}
.contact .preSales li:hover {
  box-shadow: 0px 28px 54px 0px rgba(0, 0, 0, 0.2);
}

.contact .preSales li .box .txt-04 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
}
.contact .preSales .icon {
  width: 122px;
  height: 122px;
  margin: 46px auto 30px;
  display: block;
  overflow: hidden;
  /* height: 68px; */
  /* border: 1px #999999 solid; */
  /* border-radius: 50%; */
  position: relative;
  /* margin-right: 10px; */
  vertical-align: middle;
}
.contact .preSales .text {
  text-align: center;
  vertical-align: middle;
  flex: 1;
  min-height: 76px;
  padding-left: 15px;
}
.contact .preSales .text .label {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  height: 36px;
  margin-bottom: 10px;
}
.contact .preSales .txt-01 {
  font-size: 24px;
  color: #f45f1d;
}
.contact .preSales .txt-01 a {
  color: #f45f1d;
}
.contact .preSales .preSales-txt-01 {
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #333333;
  margin-top: 12px;
}
.contact .preSales .txt-02 {
  height: 24px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5c5c5c;
  line-height: 24px;
}
.contact .preSales .txt-03 {
  margin-top: 25px;
}
.contact .preSales .txt-03 a {
  font-family: Source Han Sans CN;
  color: #ed6827;
  font-size: 18px;
  font-weight: 400;
  color: #ed6827;
}

.contact .boxone {
  float: right;
}
.contact .showimg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.contact .afterSale {
  background-image: url(../images/icon/bg2.png);
  padding: 70px 0 57px 0;
  position: relative;
}
.contact .afterSale .bt {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-top: 35px;
}
.contact .afterSale .bt .tj {
  display: inline-block;
  background: #f5791d;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 0 5px;
  vertical-align: middle;
  margin-left: 5px;
}
.contact .afterSale .bt .icon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 47px;
  top: 42px;
}
.contact .afterSale .info {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5c5c5c;
  margin-top: 5px;
}
.mobile-info {
  display:none;
}
.contact .afterSale .list {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
}
.contact .afterSale .liclass {
  width: 600px;
  height: 190px;
  position: relative;
  background: linear-gradient(180deg, #f0f1f1, #ffffff);
  border: 2px solid #ffffff;
  border-radius: 10px;
  float: left;
  margin-bottom: 59px;
}
.contact .afterSale .liclass:hover {
  background: linear-gradient(180deg, #fffffe, #fff8f6);
  border-left: 3px solid #ed6827;
  box-shadow: 0px 28px 54px 0px rgba(0, 0, 0, 0.2);
}
.contact .afterSale .liclass .hover {
  display: none;
}
.contact .afterSale .liclass:hover .hover {
  display: block;
}
.contact .afterSale .liclass:hover .default {
  display: none;
}
.contact .afterSale .liclass:nth-of-type(2n) {
  margin-left: 58px;
}
.contact .afterSale .box {
  width: 100%;
  padding-left: 135px;
}
.contact .afterSale .btn {
  margin-top: 20px;
  /* float: right; */
}
.contact .afterSale .liclass:hover .btn a {
  color: #ed6827;
}
.contact .afterSale .liclass:hover .i-01 {
  color: #ed6827;
}
.contact .afterSale .btn a {
  display: inline-block;
  /* border: 1px #45a5e7 solid; */
  color: #5c5c5c;
  font-size: 16px;
  min-width: 110px;
  /* line-height: 32px; */
  text-align: left;
}
.contact .afterSale .btn a:hover {
  background: #fff;
  color: #ed6827;
}
.contact .afterSale .zzfpxx {
  line-height: 40px;
  background: #ed6827;
  text-align: center;
  position: relative;
  color: #ffffff;
  margin-left: -9px;
  margin-right: -9px;
}
.contact .icondiv {
  display: block;
  left: 0;
  top: 0;
}
.contact .afterSale .zzfpxx .icon {
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  margin-left: 15px;
}
.contact .afterSale .mobile {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact .afterSale .span-01 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5c5c5c;
}
.contact .afterSale .i-01 {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5c5c5c;
}
.contact .afterSale .txt {
  margin-top: 20px;
}
.contact .afterSale .txt p {
  float: left;
}
.contact .afterSale .txt p:nth-child(1) {
  margin-right: 50px;
}
.contact .afterSale .txt i {
  font-stretch: normal;
  font-style: normal;
}
/* .contact .afterSale li .box:hover {
    border-bottom: 3px solid #EB5F02;
  } */
.contact .branch {
  background-image: url(../images/icon/bg.png);
  padding-top: 105px;
  padding-bottom: 150px;
  position: relative;
}
.contact .branch .list {
  margin-top: 50px;
}
.contact .branch li {
  width: 610px;
  float: left;
  margin-bottom: 20px;
}
.contact .branch li:nth-of-type(2n) {
  float: right;
}
.contact .branch li:hover .box {
  box-shadow: 5px 14px 29px 0px rgba(1, 10, 22, 0.21);
}
.contact .branch li:hover .box .bt {
  color: #ed6827;
}
.contact .branch li:hover .boxshadow {
  box-shadow: 5px 14px 29px 0px rgba(1, 10, 22, 0);
}
.contact .branch .box {
  height: 147px;
  background: #fff;
  padding: 40px 35px 10px 30px;
  box-shadow: 3px 8px 9px 0px rgba(1, 10, 22, 0.05);
}
.contact .branch .box:hover .default {
  display: none;
}
.contact .branch .box:hover .hover {
  display: block;
}
.contact .branch .box .hover {
  display: none;
}
.contact .branch .boxshadow {
  background: rgba(255, 255, 255, 0);
  box-shadow: 3px 8px 9px 0px rgba(1, 10, 22, 0);
}
.contact .branch .bt {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.contact .branch .bt .icon {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.contact .branch .bt .icon1 {
  display: block;
  width: 25px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -10px;
}
.contact .branch .info {
  padding-left: 35px;
  min-height: 63px;
}
.contact .branch .info p {
  line-height: 24px;
}
.contact .fapiao {
  background-color: #ffffff;
  margin-top: 30px;
  padding-top: 10px;
}
.contact .fplist {
  width: 120px;
}
.contact .fplist li {
  width: 100%;
  text-align: right;
  line-height: 25px;
}
.contact .fapiao .fptitle {
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
  background-color: #f7f7f7;
}
/*增值税专用发票开票信息*/
.zzhsh {
  display: none;
  background: #f7f7f7;
}
.zzhsh .up {
  background: #f5f5f5;
  text-align: center;
  margin: 10px 0;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zzhsh .up span {
  vertical-align: middle;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}
.zzhsh .up:hover {
  background: #ccc;
}
.zzhsh .title {
  background: #eeeeee;
  line-height: 47px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.zzhsh .truelandTabs {
  margin-top: 30px;
  position: relative;
}
.zzhsh .truelandTabs:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
  position: absolute;
  top: 0;
  left: 15%;
}
.zzhsh .tabsBtn {
  width: 15%;
  float: left;
}
.zzhsh .tabsBtn li {
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
/* .zzhsh .tabsBtn li:after {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 0;
  } */
.zzhsh .tabsBtn li span {
  position: relative;
  z-index: 2;
}
/* .zzhsh .tabsBtn li:hover {
    color: #333;
  } */
/* .zzhsh .tabsBtn li:hover:after {
    width: 100%;
  } */
.zzhsh .tabsBtn .active {
  /* background: #dcdcdc; */
  color: #ed6827;
}
.zzhsh .tabsBtn .active::after {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #ed6827;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 5px;
  top: 0;
}
.zzhsh .tabsCon {
  width: 85%;
  float: right;
  padding-left: 15px;
}
.zzhsh .item {
  clear: both;
  display: none;
  background: #ffffff;
  padding: 10px;
}
.zzhsh .list-01 {
  overflow: hidden;
  padding: 1px 0 0 1px;
  margin: auto 0 10px 10px;
}
.zzhsh .list-01 li {
  float: left;
  width: 25%;
  line-height: 30px;
  border: 1px solid #d4d4d4;
  margin-top: -1px;
  margin-left: -1px;
  padding: 5px 5px;
}
.zzhsh .list-01 .li-01,
.zzhsh .list-01 .li-03 {
  width: 12%;
  background: #f4f4f4;
  text-align: center;
}
.zzhsh .list-01 .li-02 {
  width: 50%;
}
.zzhsh .list-01 .li-04 {
  width: 26%;
}
.zzhsh .text-01 {
  line-height: 30px;
  padding: 30px 20px;
}
.zzhsh .text-01 .p-01 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 35px;
}
.zzhsh .text-01 .p-02 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.zzhsh .text-01 .p-02 span {
  display: inline-block;
  line-height: 35px;
  border-radius: 35px 0 0 35px;
  /* background: #e6e6e6 url(../images/contact-line.png) no-repeat right center; */
  padding: 0 35px 0 30px;
  position: relative;
}
.zzhsh .text-01 .p-02 span::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #ed6827;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 5px;
  top: 0;
}
.zzhsh .text-01 .p-01::before {
  content: "";
  display: block;
  margin: auto;
  width: 8px;
  height: 8px;
  background: #ed6827;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 5px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .contact .boxone {
    float: left;
  }
  .contact .preSales {
    background: #f7f7f7;
  }
  .zzhsh .truelandTabs {
    margin-top: 20px;
  }
  .zzhsh .truelandTabs:before {
    display: none;
  }
  .zzhsh .tabsBtn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .zzhsh .tabsBtn li {
    width: 25%;
    float: left;
    padding: 0;
    text-align: center;
    line-height: 30px;
  }
  .zzhsh .tabsCon {
    width: 100%;
    padding-left: 0;
  }
  .zzhsh .list-01 {
    margin: auto;
  }
  .zzhsh .list-01 .li-01,
  .zzhsh .list-01 .li-03 {
    width: 100%;
    background: #f4f4f4;
    text-align: left;
  }
  .zzhsh .list-01 .li-02 {
    width: 100%;
  }
  .zzhsh .list-01 .li-04 {
    width: 100%;
  }
  .contact .preSales {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .preSales .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .contact .preSales li {
    width: 100%;
    text-align: left;
    padding: 0;
    background-color: #fff;
    margin-bottom: 15px;
  }
  .contact .preSales li .box {
    padding: 20px 0 10px 5px;
    min-height: auto;
    height: auto;
    display: flex;
  }
  .contact .preSales .icon {
    width: 25%;
    /* width: 40px;
        height: 40px; */
    margin-top: 18px;
    margin-bottom: 0;
    float: left;
  }
  .contact .preSales .text .label {
    font-weight: bold;
    text-align: left;
    color: #333333;
    font-size: 16px;
  }
  .contact .preSales .preSales-txt-01 {
    font-size: 24px;
    text-align: left;
  }
  .contact .preSales .text {
    width: 60%;
    flex: none;
    padding-left: 0;
  }
  .contact .preSales .txt-02 {
    padding-right: 5px;
    font-size: 14px;
    text-align: left;
    height: auto;
    display:none;
  }
  .contact .preSales .txt-03 {
    text-align: left;
    margin-top: 19px;
    font-size: 14px;
  }
  .contact .preSales .txt-03 a {
    font-size: 14px;
  }
  .contact .preSales li .box .txt-04 {
    text-align: left;
    font-weight: bold;
    text-align: left;
    color: #333333;
    font-size: 16px;
  }
  .contact .afterSale {
    background: #f7f7f7 !important;
    padding-top: 30px;
    background: none;
  }
  .contact .afterSale .list {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }

  .contact .afterSale .zzfpxx {
    margin-left: 0;
    margin-right: 0;
  }
  .contact .afterSale .liclass {
    padding: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f4f5f5 100%, #fff8f6 100%);
    box-shadow: 0px 8px 10px 0px rgba(227, 227, 227, 0.5);
    border-radius: 4px;
    border: 1px solid #ffffff;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .contact .afterSale .liclass:last-child {
    margin-bottom: 0;
  }
  .contact .afterSale .pc {
    display: none;
  }
  .contact .afterSale .mobile {
    display: block;
  }
  .contact .afterSale .btn {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contact .branch {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact .branch .list {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .contact .branch li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .contact .branch li .box {
    background: #fff;
    box-shadow: 3px 8px 9px 0px rgb(1 10 22 / 5%);
  }
  .contact .branch li:nth-of-type(2n) .box {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0px 8px 10px 0px rgba(227, 227, 227, 0);
  }
  .contact .branch li:last-child {
    padding-bottom: 0;
  }
  .contact .branch .box {
    padding: 20px 20px 20px 20px;
  }
  .contact .branch .bt {
    font-size: 16px;
  }
  .contact .branch .info {
    min-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .zzhsh .tabsBtn li {
    width: 50%;
  }
  .contact .afterSale .txt p {
    float: unset;
    font-size: 13px;
  }
  .contact .afterSale .txt p:nth-child(1) {
    margin-right: 0;
  }
  .contact .afterSale .box {
    padding-left: 20%;
    height: auto;
  }
  .contact .afterSale .bt .icon {
    width: 11%;
    left: 4%;
    top: 30%;
  }
  .contact .afterSale .bt {
    margin-top: 13px;
    font-size: 16px;
  }
  .contact .afterSale .info {
    font-size: 12px;
    display:none;
  }
  .mobile-info {
    display:block !important;
  }
  .contact .afterSale .span-01 {
    font-size: 13px;
  }
  .contact .afterSale .txt {
    margin-top: 7px;
    margin-bottom: 13px;
  }
  .contact .afterSale .i-01 {
    color: #ed6827;
    font-size: 13px;
  }
  .contact .afterSale .btn a {
    font-size: 13px;
  }
  .contact .afterSale .btn .spl {
    color: #ed6827;
  }
}
@media screen and (max-width: 374px) {
  .contact .preSales li .txt-02 {
    font-size: 13px;
    height: auto;
    text-align: left;
  }
  .contact .afterSale .bt {
    margin-top: 13px;
    font-size: 16px;
  }
  .contact .afterSale .txt {
    margin-top: 7px;
    margin-bottom: 13px;
  }
  .contact .afterSale .i-01 {
    color: #ed6827;
  }
}

@media screen and (max-width: 1024px){
  .container {
    width: 100%;
    min-width: 100%;
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 1280px) and (min-width: 824px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.m-honor-navs .swiper-button-disabled {
  background: rgba(0, 0, 0, 0);
}

