select {
  outline: none;
}
.box-w-1200 {
  width: 1200px;
}
.box-f {
  float: left;
}
.box-r {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box-center {
  margin: 0 auto;
}
.box-flex {
  display: flex;
}
.box-justify-center {
  justify-content: center;
}
.box-align-items-center {
  align-items: center;
}
.box-space-between {
  justify-content: space-between;
}
.box-align-items-end {
  align-items: flex-end;
}
.box-justify-end {
  justify-content: flex-end;
}
.single-line-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multiline-ellipsis {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.left-jiao {
  position: relative;
}
.left-jiao::after {
  content: '';
  position: absolute;
  top: 12px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 10px solid #FEF0E9;
}
.right-jiao {
  position: relative;
}
.right-jiao::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #F5F5F5;
}
.font-12 {
  font-size: 12px;
  font-weight: 400;
}
.font-14 {
  font-size: 14px;
  font-weight: 400;
}
.font-16 {
  font-size: 16px;
  font-weight: 400;
}
.font-18 {
  font-size: 18px;
  font-weight: 400;
}
.font-24 {
  font-size: 24px;
  font-weight: 400;
}
.font-28 {
  font-size: 28px;
  font-weight: 400;
}
.font-20 {
  font-size: 20px;
  font-weight: 400;
}
.font-32 {
  font-size: 32px;
  font-weight: bold;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.b-c:hover {
  color: #F86A2A !important;
}
.c-cc:hover {
  background: #c55624;
}
.w-cc:hover {
  color: #c55624;
}
.b-bb:hover {
  background: #1c65bb;
}
.h-hh:hover {
  background: #b12e32 !important;
}
.y-yy:hover {
  background: #9b7955 !important;
}
.w-big:hover {
  font-size: 18px;
}
.w-underline:hover {
  text-decoration: underline;
}
.box-title {
  width: 100%;
  height: 50px;
  position: relative;
}
.box-title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  left: 0;
  top: 26px;
}
.box-title .box-title-continer {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  padding-right: 12px;
  box-sizing: border-box;
}
.box-title .box-title-text {
  color: #333;
  margin-right: 12px;
}
.box-title .box-small-title {
  color: #999999;
}
.news-title-box {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  color: #333;
  line-height: 40px;
  position: relative;
}
.news-title-box::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 2px;
  background: #F86A2A;
}
.rm-list {
  padding-top: 15px;
}
.rm-list .type-fl-xuhao {
  width: 19px;
  color: #FFFFFF !important;
}
.rm-list .type-fl-list-item {
  margin-top: 10px;
}
.rm-list .type-fl-list-item .type-fl-xuhao {
  width: 8px;
  height: 8px;
  background: #DDDDDD;
  border-radius: 50%;
}
.rm-list .type-fl-text {
  display: inline-block;
  color: #333;
  width: 75%;
}
.rm-list .type-fl-price {
  width: 25%;
  display: inline-block;
  color: #999999;
  text-align: right;
}
.rm-list .type-fl-desc {
  width: 375px;
}
.head-box {
  width: 100%;
  height: 650px;
  position: relative;
}
.nav-box {
  width: 100%;
  height: 90px;
  background: rgba(0, 11, 21, 0.7);
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-continer {
  height: 100%;
}
.swiper1 {
  min-width: 1200px;
  width: 100%;
  height: 100%;
}
.swiper1 .swiper-wrapper,
.swiper1 .swiper-slide {
  min-width: 1200px;
  width: 100%;
  height: 100%;
}
.swiper-img {
  width: 1920px;
  height: 100%;
}
.nav-logo-box .head-logo {
  width: 71px;
  height: 62px;
}
.nav-logo-box .head-desc {
  margin-left: 5px;
}
.nav-logo-box .head-desc p {
  color: #FFFFFF;
  line-height: 18px;
}
.nav-logo-box .head-desc .head-fbt {
  opacity: 0.7;
}
.nav-box-lsit {
  height: 40px;
}
.nav-list-item {
  box-sizing: border-box;
  margin-left: 5px;
}
.nav-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}
.nav-list-item-cuer {
  background: #F86A2A;
  border-radius: 20px;
}
.ld-icon {
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../img/public/ld.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.index-form-box {
  position: absolute;
  top: 90px;
  right: 0px;
  width: 100%;
}
.form-box {
  width: 340px;
  height: 470px;
  background: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  z-index: 111;
}
.form-box select {
  cursor: pointer;
}
.form-tab-box {
  width: 100%;
  height: 44px;
}
.form-tab-box .form-tab-item {
  width: 50%;
  height: 100%;
  line-height: 42px;
  text-align: center;
  color: #333;
  cursor: pointer;
  background: #F5F5F5;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
}
.form-tab-box .form-tab-cuer {
  background: #F86A2A;
  color: #FFFFFF;
  border: 1px solid #F86A2A;
}
.form-item {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  padding: 0 10px;
  color: #333;
}
.adress-box {
  width: 100%;
  position: relative;
}
.form-code-input {
  width: 190px;
  height: 100%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.code-button {
  width: 84px;
  height: 100%;
  line-height: 38px;
  color: #F86A2A;
  text-align: right;
  cursor: pointer;
  position: relative;
}
.code-button::before {
  position: absolute;
  content: '|';
  color: #EBEBEB;
  left: 0;
}
.form-submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #F86A2A;
  color: #FFFFFF;
  margin-top: 30px;
  cursor: pointer;
}
.form-yyxz {
  box-sizing: border-box;
  display: none;
}
.yyxz-title {
  width: 100%;
  color: #333;
  padding-top: 15px;
  margin-bottom: 15px;
}
.yyxz-content {
  color: #333;
  line-height: 20px;
}
.news-box {
  width: 100%;
  margin: 15px 0;
}
.news-title {
  color: #333;
  line-height: 23px;
}
.swiper2 {
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 20px;
}
.swiper2 .swiper-slide span {
  color: #333;
  line-height: 20px;
  margin-left: 15px;
}
.fault-type {
  width: 100%;
}
.fault-type .fault-left {
  width: 275px;
  height: 380px;
  background: #F86A2A;
  flex-direction: column;
}
.fault-type .fault-left p {
  color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  text-align: center;
  line-height: 28px;
}
.fault-type .fault-right {
  width: 925px;
  height: 380px;
  border-top: 1px solid #EBEBEB;
  flex-wrap: wrap;
}
.fault-type .fault-right-item {
  width: 25%;
  height: 50%;
  flex-direction: column;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  box-sizing: border-box;
}
.fault-type .fault-right-item:hover {
  background: #EBEBEB;
}
.fault-type .fault-right-item img {
  width: 160px;
  height: 120px;
}
.fault-type .fault-right-item .fault-right-title {
  color: #333;
  margin-top: 10px;
}
.fault-left-title {
  font-weight: bold;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.fault-left-title-box {
  flex-direction: column;
}
.fault-left-img {
  width: 185px;
  height: 166px;
  margin-top: 30px;
}
.ljyy-button {
  display: block;
  width: 110px;
  height: 40px;
  background: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
}
.ljyy-button span {
  color: #F86A2A;
}
.fault-icon {
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/public/select-icon.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 8px;
}
.rm-serve-list {
  width: 100%;
}
.rm-serve-item {
  width: 288px;
  height: 140px;
  padding: 20px;
  box-sizing: border-box;
  margin-right: 16px;
}
.rm-serve-item .rm-serve-name {
  color: #FFFFFF;
  display: block;
}
.rm-serve-item .rm-serve-desc {
  color: #FFFFFF;
  margin-top: 5px;
  display: block;
}
.rm-serve-item .rm-button {
  width: 100%;
  margin-top: 25px;
}
.rm-serve-item .rm-button-text {
  color: #FFFFFF;
}
.rm-serve-item:nth-child(1) {
  background: #F86A2A;
}
.rm-serve-item:nth-child(1) .rm-icon {
  background: url(../img/public/select-icon.png) no-repeat;
  background-size: 100% 100%;
}
.rm-serve-item:nth-child(2) {
  background: #747CBB;
}
.rm-serve-item:nth-child(2) .rm-icon {
  background: url(../img/public/select-icon02.png) no-repeat;
  background-size: 100% 100%;
}
.rm-serve-item:nth-child(3) {
  background: #6E96BB;
}
.rm-serve-item:nth-child(3) .rm-icon {
  background: url(../img/public/select-icon03.png) no-repeat;
  background-size: 100% 100%;
}
.rm-serve-item:nth-child(4) {
  background: #769D75;
  margin-right: 0px;
}
.rm-serve-item:nth-child(4) .rm-icon {
  background: url(../img/public/select-icon04.png) no-repeat;
  background-size: 100% 100%;
}
.rm-icon-box {
  width: 19px;
  height: 19px;
  border-radius: 100%;
  background-color: #FFFFFF;
  text-align: center;
}
.rm-icon {
  display: inline-block;
  width: 6px;
  height: 10px;
}
.advantage-list {
  width: 100%;
  padding-top: 38px;
}
.advantage-item {
  position: relative;
  width: 227px;
  height: 195px;
  border: 1px solid #F86A2A;
  margin-right: 16px;
  box-sizing: border-box;
}
.advantage-item:last-child {
  margin-right: 0px;
}
.advantage-item .advantage-title {
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-top: 65px;
}
.advantage-item .advantage-desc {
  color: #666;
  line-height: 21px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 30px;
}
.advan-img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 76px;
  top: -37px;
}
.consulting-information-box {
  width: 100%;
}
.consulting-information-box .consulting-information-left {
  width: 794px;
  height: 507px;
}
.consulting-information-box .consulting-left-item {
  width: 390px;
  height: 100%;
}
.consulting-information-box .consulting-left-item:nth-child(1) {
  margin-right: 14px;
}
.consulting-information-box .consulting-information-one .consulting-information-img {
  width: 100%;
  height: 260px;
}
.consulting-information-box .consulting-information-one .consulting-information-one-desc {
  color: #999999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 8px;
}
.consulting-information-box .consulting-information-one-title {
  width: 280px;
  color: #333;
}
.consulting-information-box span {
  color: #666;
}
.consulting-information-list {
  width: 100%;
}
.consulting-information-title {
  font-weight: bold;
}
.consulting-information-right {
  width: 391px;
  height: 507px;
  margin-left: 15px;
}
.repair-fault {
  width: 100%;
}
.repair-fault-left {
  width: 794px;
  height: 498px;
}
.repair-fault-one {
  width: 100%;
}
.repair-fault-one-img {
  width: 209px;
  height: 135px;
}
.repair-fault-desc-box {
  width: 570px;
  height: 135px;
  margin-left: 15px;
}
.repair-wt-item {
  width: 100%;
  height: 21px;
  background: url(../img/public/wt-icon.png) no-repeat;
  background-size: 21px 21px;
  background-position: left;
  padding-left: 30px;
  box-sizing: border-box;
}
.repair-wt-title {
  display: inline-block;
  color: #333;
  width: 100%;
}
.repair-wt-desc-box {
  width: 100%;
  height: 79px;
  background: #FFF0E9;
  padding: 10px 15px;
  box-sizing: border-box;
}
.repair-wt-desc-box a {
  display: inline-block;
  color: #333;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.repair-wt-desc-box:hover {
  background: rgba(248, 106, 42, 0.2);
}
.repair-wt-info {
  width: 100%;
  margin-top: 8px;
}
.repair-wt-info span {
  color: #999999;
  margin-right: 15px;
}
.repair-fault-list {
  width: 100%;
  flex-wrap: wrap;
}
.repair-fault-item {
  width: 386px;
  margin-right: 22px;
  margin-top: 30px;
}
.repair-fault-item:nth-of-type(2n+1) {
  margin-right: 0;
}
.repair-fault-item-icon {
  width: 21px;
  height: 21px;
}
.repair-fault-title {
  color: #333;
  max-width: 250px;
  margin-left: 10px;
}
.repair-article-time {
  color: #999999;
}
.repair-article-content {
  background: rgba(248, 106, 42, 0.1);
  padding: 7px 10px;
  box-sizing: border-box;
  line-height: 20px;
}
.repair-article-content a {
  -webkit-line-clamp: 2;
  color: #333;
}
.repair-article-content:hover {
  background: rgba(248, 106, 42, 0.2);
}
.rem-wd-list {
  width: 100%;
}
.rem-wd-item {
  width: 100%;
}
.rem-wd-item .repair-fault-title {
  max-width: 249px;
}
.rem-wd-bt-box {
  width: 53px;
  height: 56px;
  background: #F86A2A;
  color: #FFFFFF;
  padding: 0 8px;
  box-sizing: border-box;
  flex-direction: column;
  letter-spacing: 4px;
}
.rem-wd-content {
  width: 320px;
  height: 56px;
  padding: 7px 12px;
  box-sizing: border-box;
  background: rgba(248, 106, 42, 0.1);
}
.rem-wd-content a {
  color: #333;
  -webkit-line-clamp: 2;
}
.rem-wd-content:hover {
  background: rgba(248, 106, 42, 0.2);
}
.pc-gg-box {
  width: 100%;
}
.pc-gg {
  height: 170px;
}
.pc-gg img {
  width: 100%;
  height: 100%;
}
.pp-list .pp-item {
  width: 288px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  box-sizing: border-box;
  margin-right: 16px;
}
.pp-list .pp-item:last-child {
  margin-right: 0px;
}
.pp-list .pp-item:nth-child(1) .pp-title-box {
  background: #F86A2A;
}
.pp-list .pp-item:nth-child(1) .rm-icon {
  background: url(../img/public/select-icon.png) no-repeat;
  background-size: 100% 100%;
}
.pp-list .pp-item:nth-child(2) .pp-title-box {
  background: #747CBB;
}
.pp-list .pp-item:nth-child(2) .rm-icon {
  background: url(../img/public/select-icon02.png) no-repeat;
  background-size: 100% 100%;
}
.pp-list .pp-item:nth-child(3) .pp-title-box {
  background: #6E96BB;
}
.pp-list .pp-item:nth-child(3) .rm-icon {
  background: url(../img/public/select-icon03.png) no-repeat;
  background-size: 100% 100%;
}
.pp-list .pp-item:nth-child(4) .pp-title-box {
  background: #769D75;
}
.pp-list .pp-item:nth-child(4) .rm-icon {
  background: url(../img/public/select-icon04.png) no-repeat;
  background-size: 100% 100%;
}
.pp-list .pp-title-box {
  width: 100%;
  height: 42px;
  border-radius: 4px 4px 0px 0px;
  padding: 0 10px;
  box-sizing: border-box;
}
.pp-list .pp-title {
  color: #FFFFFF;
  font-weight: bold;
}
.PP-list-box {
  width: 100%;
  padding: 0 13px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PP-list-box li {
  margin-right: 8px;
  margin-top: 10px;
  width: 126px;
}
.PP-list-box li:nth-of-type(2n) {
  margin-right: 0px;
}
.PP-list-box .pp-list-item {
  display: block;
  width: 126px;
  height: 54px;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  background: #FFFFFF;
  text-align: center;
  line-height: 54px;
  color: #333;
  font-weight: blod;
}
.PP-list-box .pp-list-item:hover {
  border: 1px solid #F86A2A;
}
.PP-list-box .pp-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PP-list-box .pp-list-item .pp-item-img {
  width: 103px;
  height: auto;
  max-height: 53px;
}
.PP-list-box .pp-name {
  display: block;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #999999;
  text-align: center;
  margin-top: 5px;
}
.pp-bt-group {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  border-radius: 0px 0px 4px 4px;
  margin-top: 10px;
}
.pp-bt {
  display: block;
  width: 50%;
  height: 100%;
  color: #F86A2A;
  line-height: 40px;
  text-align: center;
}
.pp-bt-fg {
  position: relative;
}
.pp-bt-fg::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 21px;
  background: #ebebeb;
}
.site-left {
  width: 794px;
  height: 610px;
}
.site-item {
  width: 100%;
  height: 85px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.site-item:last-child {
  margin-bottom: 0px;
}
.site-name-box {
  height: 100%;
  width: 210px;
  color: #333;
}
.site-item-name {
  width: 80px;
  height: 33px;
  background: #F86A2A;
  position: relative;
  padding: 0 15px 0 8px;
  box-sizing: border-box;
  line-height: 33px;
  color: #FFFFFF;
}
.site-item-name::after {
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 33px solid #FFFFFF;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.site-name {
  font-weight: bold;
  padding: 0 0 0 8px;
  box-sizing: border-box;
  margin-top: 11px;
  color: #333;
  display: block;
}
.site-adress-box {
  width: 210px;
  height: 100%;
  margin-left: 25px;
}
.site-adress-box a {
  display: inline-block;
}
.site-adress {
  color: #333;
  line-height: 24px;
  width: 100%;
}
.site-desc {
  width: 210px;
  height: 48px;
  line-height: 24px;
  color: #333333;
  -webkit-line-clamp: 2;
  margin-left: 23px;
}
.site-btn-group {
  height: 100%;
  flex-direction: column;
  margin-left: 35px;
}
.site-btn-group a {
  color: #F86A2A;
}
.site-btn-group a:first-child {
  margin-bottom: 5px;
}
.site-content {
  width: 100%;
}
.site-right {
  width: 391px;
  height: 610px;
  margin-left: 15px;
}
.rm-site-list {
  width: 100%;
  padding-top: 2px;
}
.rm-site-item {
  width: 100%;
  height: 173px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  margin-top: 16px;
}
.rm-site-item .pp-bt-group {
  margin-top: 12px;
}
.rem-site-name {
  color: #333;
  margin-left: 10px;
  max-width: 250px;
}
.rem-site-content-box {
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  margin-top: 12px;
}
.rem-site-content-box p {
  color: #999;
  width: 100%;
  line-height: 24px;
}
.rem-site-content-box span {
  color: #666;
}
.links-list {
  border: 1px solid #EBEBEB;
  padding: 15px 25px;
  box-sizing: border-box;
}
.links-list-box a {
  color: #333333;
  display: inline-block;
  margin: 25px 15px 0 0;
  box-sizing: border-box;
}
.pc-page-gg-box {
  width: 100%;
}
.pc-page-gg-img {
  width: 1200px;
  height: 300px;
}
.crumbs-box {
  margin-top: 15px;
}
.crumbs-box span,
.crumbs-box a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.crumbs-box a {
  margin-right: 5px;
}
.crumbs-box a::after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
.crumbs-box a:hover {
  text-decoration: underline;
}
.record-box {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  background: #000;
}
.record-box p {
  width: 540px;
  padding: 0 15px;
  box-sizing: border-box;
  line-height: 20px;
}
.record {
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
}
.record-box-font {
  color: #999;
}
.bottom-navigation-box {
  width: 100%;
  height: 175px;
  background: #363333;
}
.bottom-navigation {
  height: 100%;
}
.bottom-navigation-link p {
  color: #999;
  margin-bottom: 20px;
}
.bottom-navigation-link a {
  color: #999;
  display: block;
  margin-top: 8px;
}
.bottom-navigation-link a:hover {
  text-decoration: underline;
}
.code-box img {
  width: 90px;
  height: 90px;
}
.code-box p {
  text-align: center;
  color: #999;
  margin-top: 17px;
}
.phone-box {
  flex-direction: column;
  align-items: flex-end;
}
.phone-box .zixun-icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.phone-box p {
  color: #999;
}
.phone-box p span {
  font-size: 16px;
}
.phone-box .zixun-text-phone {
  line-height: 24px;
  color: #FFFFFF;
  margin: 8px 0;
}
.phone-box .zixun-text {
  color: #999;
}
.logo-img {
  width: 175px;
  height: 62px;
}
.fu-detail-right {
  width: 874px;
  height: auto;
}
.fu-detail-left {
  width: 310px;
}
.sp-jg {
  color: #FE6100;
}
.sp-jg span {
  font-weight: 400;
}
.sp-r-item {
  padding: 0 20px;
  box-sizing: border-box;
}
.sp-r-item .rm-bt-sp {
  height: 60px;
  border-bottom: 1px solid #EBEBEB;
  padding: 0;
  box-sizing: border-box;
}
.rm-bt-box {
  height: 20px;
  border-left: solid 2px #F86A2A;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 20px;
  color: #333333;
}
.fu-detail-left .pp-list {
  width: 100%;
}
.fu-detail-left .pp-list .pp-item {
  width: 100%;
  padding-bottom: 16px;
}
.fu-detail-left .PP-list-box .pp-list-item {
  width: 137px;
  height: 58px;
}
.fu-detail-left .PP-list-box .pp-list-item .pp-item-img {
  width: 111px;
  max-height: 57px;
}
.fu-detail-left .pp-list .pp-item {
  margin-right: 0px;
  border: none;
}
.fu-detail-left .PP-list-box li {
  margin-top: 15px;
}
.card-box-1,
.card-box-3 {
  width: 100%;
  background: #FFFFFF;
  padding: 0 0 18px;
  box-sizing: border-box;
}
.card-box-1 .sp-r-item,
.card-box-3 .sp-r-item {
  padding: 0;
}
.card-box-1 .sp-r-item .rm-bt-sp,
.card-box-3 .sp-r-item .rm-bt-sp {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  height: 50px;
}
.card-box-1 .repair-fault-list {
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
}
.card-box-1 .repair-fault-list .repair-fault-item {
  width: 100%;
  margin-top: 25px;
}
.card-box-1 .repair-fault-title {
  max-width: 169px;
}
.card-box-1 .rm-site-list {
  padding: 0 15px;
  box-sizing: border-box;
}
.card-box-1 .rm-site-list .rem-site-name {
  max-width: 160px;
}
.card-box-1 .rm-list {
  padding: 0 15px;
  box-sizing: border-box;
}
.card-box-1 .rm-list .type-fl-desc {
  width: 260px;
}
.card-box-1 .rm-list .type-fl-price {
  width: 20%;
}
.card-box-1 .rm-list .type-fl-text {
  width: 80%;
}
.card-box-1 .zx-list-box {
  padding: 0 18px;
  box-sizing: border-box;
}
.card-box-1 .zx-list-box .zx-item {
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #EBEBEB;
  box-sizing: border-box;
  margin-bottom: 0;
}
.card-box-1 .zx-list-box .zx-item:last-child {
  border-bottom: 0px;
}
.card-wxxm {
  width: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.card-wxxm .card-wxxm-item {
  margin-right: 18px;
  margin-top: 23px;
  width: 79px;
}
.card-wxxm .card-wxxm-item:nth-of-type(3n) {
  margin-right: 0px;
}
.card-wxxm .card-wxxm-item .card-wxxm-img {
  width: 79px;
  height: 79px;
}
.card-wxxm .card-wxxm-item .card-wxx-name {
  color: #333333;
  display: block;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 5px;
  text-align: center;
}
.no-panding-bottom {
  padding: 0px;
}
.card-box-2 {
  width: 100%;
  background: #fff;
}
.card-box-2 .card-box-title {
  width: 100%;
  height: 108px;
  background: #333333;
  padding: 24px 28px 0 28px;
  box-sizing: border-box;
}
.card-box-2 .card-box-title h2,
.card-box-2 .card-box-title h3 {
  color: #FFFFFF;
}
.card-box-2 .card-box-title h3 {
  opacity: 0.6;
}
.card-box-3 .repair-fault-list {
  padding: 0 17px;
  box-sizing: border-box;
}
.card-box-3 .repair-fault-item {
  width: 408px;
  margin-right: 24px;
  margin-top: 15px;
}
.card-box-3 .repair-fault-item:nth-of-type(2n) {
  margin-right: 0px;
}
.wxxm-list {
  width: 100%;
  padding: 0 28px 28px;
  box-sizing: border-box;
}
.wxxm-list a {
  display: block;
  width: 100%;
  background: url(../img/public/select-icon05.png) no-repeat;
  background-size: 6px 10px;
  background-position: right;
  margin-top: 25px;
  color: #333;
}
.wxxm-list a:hover {
  color: #F86A2A;
  background: url(../img/public/select-icon.png) no-repeat;
  background-size: 6px 10px;
  background-position: right;
}
.wxxm-list-cur {
  color: #F86A2A !important;
  background: url(../img/public/select-icon.png) no-repeat !important;
  background-size: 6px 10px !important;
  background-position: right !important;
}
.wxxm-item {
  color: #333;
}
.gg-box {
  width: 100%;
  background: #FFFAF6;
  padding: 20px 15px 30px;
  box-sizing: border-box;
  position: relative;
}
.gg-box .gg-button-close {
  position: absolute;
  bottom: 7px;
  right: 15px;
  color: #E6454A;
  background: url(../img/public/close-icon.png) no-repeat;
  height: 16px;
  line-height: 16px;
  background-size: 16px 16px;
  background-position: right;
  padding-right: 24px;
  box-sizing: border-box;
  color: #2F80FF;
  opacity: 0.5;
  cursor: pointer;
}
.gg-box h2 {
  color: #E6454A;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
}
.gg-box .gg-list-box {
  width: 100%;
  flex-wrap: wrap;
}
.gg-box .gg-list-box p {
  width: 65px;
  height: 28px;
  background: #FFE5E5;
  opacity: 1;
  border-radius: 2px;
  margin-right: 6px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 5px;
}
.gg-box .gg-list-box p:nth-of-type(4n) {
  margin-right: 0px;
}
.gg-box .gg-item {
  width: 100%;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.gg-box .gg-item span {
  color: #666666;
}
.gg-box .gg-btn-gronp {
  width: 100%;
}
.gg-box .gg-btn-gronp .zxkf-btn {
  display: block;
  width: 134px;
  height: 38px;
  background: #E6454A;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.gg-box .gg-btn-gronp .dhzx-btn {
  width: 134px;
  height: 38px;
  background: #C39869;
  border-radius: 3px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}
.fu-detail-box {
  margin-bottom: 25px;
}
.sp-detail-yy-box {
  width: 100%;
  height: 440px;
  background: #FFFFFF;
}
.sp-bd-bt {
  width: 100%;
  height: 80px;
  background: url(../img/public/bdbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  flex-direction: column;
}
.sp-bd-bt h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.sp-bd-bt p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #89939C;
}
.sp-bd-form {
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.sp-bd-form input,
.sp-bd-form select {
  padding: 10px 10px;
  box-sizing: border-box;
}
.layui-form-select dl dd.layui-this {
  background-color: #F86A2A !important;
}
.sp-bd-item {
  width: 100%;
  height: 35px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}
.layui-form-item {
  position: relative;
  margin-bottom: 15px;
}
.layui-form-item input,
.layui-form-item select {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  font-weight: 400;
}
.layui-form-item select {
  outline: none;
}
.adress-list {
  z-index: 99;
  position: absolute;
  top: 45px;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  max-height: 500px;
  overflow-y: scroll;
  padding: 10px 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ebebeb;
}
.adress-list::-webkit-scrollbar {
  display: none;
}
.adress-list .adress-item {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.adress-list .adress-item em {
  color: #F86A2A;
}
.sp-bd-yz {
  width: 165px;
}
.sp-bd-yz-button {
  width: 100px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  color: #2680EB;
  background: #FFFFFF;
  cursor: pointer;
}
.sp-bd-yz-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  height: 20px;
  width: 1px;
  background: #EBEBEB;
}
.sp-liyy {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #F86A2A;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.pplb-turner {
  margin-top: 30px;
}
.pplb-turner a {
  display: inline-block;
  width: 97px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  color: #999999;
  margin-right: 25px;
  border-radius: 19px;
}
.pplb-turner a:hover {
  color: #fff;
  background: #F86A2A;
  border: 1px solid #F86A2A;
}
.zxxq-page-turner {
  margin-top: 25px;
  margin-bottom: 25px;
}
.zxxq-page-turner .zxxq-previous,
.zxxq-page-turner .zxxq-next {
  width: 430px;
  height: 88px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}
.zxxq-page-turner .zxxq-previous p,
.zxxq-page-turner .zxxq-next p {
  color: #999999;
  display: inline;
}
.zxxq-page-turner .zxxq-previous a,
.zxxq-page-turner .zxxq-next a {
  display: inline-block;
  color: #333333;
  width: 100%;
  margin-top: 5px;
}
.tj-pro-box {
  width: 100%;
  padding: 16px 16px 0;
  box-sizing: border-box;
}
.tj-card {
  width: 100%;
  height: 145px;
  background: #F8F8F8;
  padding: 8px 25px 8px 8px;
  box-sizing: border-box;
}
.tj-pro-img {
  width: 130px;
  height: 130px;
}
.tj-content-box {
  width: 512px;
  height: 100%;
}
.tj-pro-name {
  display: inline-block;
  width: 100%;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.tj-pro-content {
  color: #999;
  line-height: 20px;
  width: 100%;
  -webkit-line-clamp: 2;
  margin-top: 5px;
}
.tj-button {
  display: block;
  width: 103px;
  height: 37px;
  line-height: 37px;
  background: #F86A2A;
  border-radius: 19px;
  text-align: center;
  color: #fff;
}
.zx-list-box {
  width: 100%;
}
.zx-list-box .zx-item {
  width: 100%;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.zx-list-box .zx-item span {
  color: #999;
  margin-right: 30px;
}
.zx-list-box .zx-title {
  color: #333;
  font-weight: bold;
  display: inline-block;
  max-width: 100%;
}
.zx-list-box .zx-content {
  color: #999;
  width: 100%;
  -webkit-line-clamp: 3;
  line-height: 21px;
}
.zx-list-box .zx-bq {
  display: block;
  background: url(../img/public/zxbq.png) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  line-height: 16px;
  background-position: center left;
  padding-left: 21px;
  box-sizing: border-box;
  margin-right: 0px !important;
}
.zxxq-content-box {
  width: 100%;
  background: #fff;
  padding: 25px 30px;
  box-sizing: border-box;
}
.zxxq-tilte {
  color: #333;
  line-height: 44px;
}
.zxxq-info span {
  color: #999;
  margin-right: 30px;
}
.zxxq-info .zx-bq {
  display: block;
  background: url(../img/public/zxbq.png) no-repeat;
  background-size: 16px 16px;
  height: 16px;
  line-height: 16px;
  background-position: center left;
  padding-left: 21px;
  box-sizing: border-box;
  margin-right: 0px !important;
}
.zxxq-text {
  line-height: 30px !important;
  color: #333333 !important;
}
.zxxq-text img {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 10px !important;
}
.zxxq-text p,
.zxxq-text span {
  margin: 0;
  color: #333333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.wdlb-list {
  background: #FFFFFF;
  padding: 25px 15px;
  box-sizing: border-box;
}
.wdlb-list .repair-fault-left {
  width: 100%;
  height: auto;
}
.wdlb-list .repair-fault-desc-box {
  width: 620px;
}
.wdlb-list .repair-fault-item {
  width: 411px;
  margin-top: 25px;
}
.wdxq-user-img {
  width: 21px;
  height: 21px;
  border-radius: 100%;
  margin-right: 10px;
}
.wdxq-user-info span {
  color: #333;
}
.wdxq-user-info .wdxq-date {
  color: #999;
  margin-left: 5px;
}
.network-list {
  width: 100%;
}
.network-list .site-item {
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.network-list .site-adress-box,
.network-list .site-desc,
.network-list .site-btn-group {
  margin-left: 0;
}
.network-box {
  width: 100%;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
}
.networkxq-name {
  color: #333;
  line-height: 44px;
}
.network-item {
  line-height: 28px;
  color: #333;
}
.network-item span {
  color: #999;
}
.network-btn {
  display: block;
  width: 113px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #F86A2A;
  border-radius: 19px;
  color: #F86A2A;
  line-height: 35px;
  text-align: center;
  margin-right: 15px;
}
.network-btn:hover {
  background: #F86A2A;
  color: #fff;
}
.networkxq-wxxm .card-wxxm {
  padding: 0 19px;
}
.networkxq-wxxm .card-wxxm .card-wxxm-item {
  margin-right: 47px;
  margin-top: 25px;
  width: 100px;
}
.networkxq-wxxm .card-wxxm .card-wxxm-item:last-child {
  margin-right: 0px;
}
.networkxq-wxxm .card-wxxm .card-wxxm-item .card-wxxm-img {
  width: 100px;
  height: 100px;
}
.networkxq-wxxm .card-wxxm .card-wxxm-item .card-wxx-name {
  margin-top: 10px;
}
.networkxq-wd .wdlb-list {
  padding: 20px 15px 1px;
}
.ppxq-box {
  width: 185px;
  height: 185px;
}
.ppxq-box img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.ppxq-content-box {
  width: 615px;
  margin-left: 24px;
}
.ppxq-pp-box .PP-list-box {
  padding: 0 23px;
}
.ppxq-pp-box .PP-list-box li {
  margin-right: 13px;
}
.ppxq-pp-box .PP-list-box li:nth-of-type(5n) {
  margin-right: 0px;
}
.ppxq-pp-box .PP-list-box .pp-list-item {
  width: 155px;
  height: 66px;
}
.sx-type-list {
  width: 1150px;
}
.links-box {
  margin-bottom: 30px;
}
.noShow {
  display: none;
}
.yidong-swiper {
  display: none;
}
.fu-detail-left .PP-list-box li {
  width: 137px;
}
@media screen and (max-width: 750px) {
  .fu-detail-left .PP-list-box li {
    width: 3.06rem;
  }
  .sx-type-list {
    width: auto;
  }
  .h5-type-select {
    color: #F86A2A;
  }
  .isShow {
    display: none;
  }
  .yidong-no {
    display: none;
  }
  .noShow {
    display: flex;
  }
  .box-w-1200 {
    width: 100%;
  }
  .font-20 {
    font-size: 0.38rem;
  }
  .font-16 {
    font-size: 0.28rem;
  }
  .font-14 {
    font-size: 0.28rem;
  }
  .font-24 {
    font-size: 0.4rem;
  }
  .font-32 {
    font-size: 0.32rem;
  }
  .font-18 {
    font-size: 0.28rem;
  }
  .margin-top-40 {
    margin-top: 0.4rem;
  }
  .margin-top-15 {
    margin-top: 0.3rem;
  }
  .margin-top-20 {
    margin-top: 0.3rem;
  }
  .margin-top-10 {
    margin-top: 0.2rem;
  }
  .margin-top-25 {
    margin-top: 0.25rem;
  }
  .margin-top-30 {
    margin-top: 0.6rem;
  }
  .yidong-swiper {
    display: block !important;
    width: 100% !important;
    min-width: auto !important;
  }
  .swiper1 {
    min-width: auto;
    width: 100%;
    height: 100%;
  }
  .swiper1 .swiper-wrapper,
  .swiper1 .swiper-slide {
    min-width: auto;
    width: 100%;
    height: 100%;
  }
  .swiper-img {
    width: 100%;
    height: 4.18rem;
  }
  .nav-logo-box {
    width: 100%;
    justify-content: center;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .nav-continer {
    flex-wrap: wrap;
  }
  .head-box {
    height: auto;
    background: #fff;
  }
  .head-box .swiper1 {
    display: none;
  }
  .nav-box {
    background: #000b15;
    height: auto;
    position: static;
  }
  .nav-logo-box .head-logo {
    width: 1.42rem;
    height: 1.24rem;
  }
  .nav-box-lsit {
    height: 0.95rem;
    width: 100%;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
  .nav-box-lsit::-webkit-scrollbar {
    display: none;
  }
  .nav-box-lsit li {
    display: inline-block;
    margin-left: 0;
  }
  .nav-list-item a {
    width: 1.76rem;
    height: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
    color: #FFFFFF;
    line-height: 0.94rem;
    text-align: center;
  }
  .nav-list-item-cuer {
    background: #000;
    border-radius: 0;
    position: relative;
  }
  .nav-list-item-cuer::before {
    position: absolute;
    content: '';
    height: 0.04rem;
    background: #FFFFFF;
    width: 0.64rem;
    bottom: 0.1rem;
    left: 0.56rem;
  }
  .index-form-box {
    position: static;
    top: 0;
    right: 0;
    left: 0;
  }
  .form-box {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 0.4rem 0.3rem;
  }
  .form-tab-box {
    width: 100%;
    height: 0.88rem;
  }
  .form-tab-box .form-tab-item {
    line-height: 0.84rem;
  }
  .form-item {
    height: 0.8rem;
    padding: 0 0.2rem;
  }
  .code-button {
    padding-left: 0.2rem;
    box-sizing: border-box;
    width: 1.8rem;
  }
  .form-code-input {
    width: 4.4rem;
    padding: 0 0.2rem 0 0;
  }
  .form-submit {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
  }
  .yyxz-title {
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .yyxz-content {
    color: #333;
    line-height: 0.4rem;
  }
  .news-box {
    margin: 0.3rem 0;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .swiper2 .swiper-slide span {
    line-height: 0.4rem;
    margin-left: 0.2rem;
  }
  .fault-type-box {
    flex-wrap: wrap;
  }
  .fault-type .fault-left {
    width: 100%;
    height: 2.98rem;
    position: relative;
    align-items: flex-start;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .fault-left-img {
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 3.14rem;
    height: 2.82rem;
    margin-top: 0;
  }
  .fault-left-title {
    display: inline-block;
    width: auto;
  }
  .fault-type .fault-left p {
    display: inline-block;
    width: auto;
    text-align: left;
    line-height: 0.56rem;
  }
  .fault-left-title-continer {
    display: flex;
    flex-direction: column;
  }
  .ljyy-button {
    display: block;
    width: 1.7rem;
    height: 0.64rem;
    line-height: 0.64rem;
    margin-top: 0.3rem;
  }
  .ljyy-button span {
    font-size: 0.28rem;
  }
  .fault-type .fault-right {
    width: 100%;
    height: auto;
  }
  .fault-type .fault-right-item {
    width: 25%;
    height: 2.5rem;
    flex-direction: column;
  }
  .fault-type .fault-right-item img {
    width: 1.48rem;
    height: 1.11rem;
  }
  .fault-type .fault-right-item .fault-right-title {
    color: #333;
    margin-top: 0.2rem;
    font-size: 0.24rem;
  }
  .box-title {
    width: 100%;
    height: 0.8rem;
  }
  .box-title .box-title-text {
    color: #333;
    margin-right: 0.1rem;
    margin-left: 0.3rem;
  }
  .box-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EBEBEB;
    left: 0;
    top: 0.4rem;
  }
  .box-title .box-title-continer {
    padding-right: 0.2rem;
  }
  .rm-serve-list {
    flex-wrap: wrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .rm-serve-item {
    width: 3.35rem;
    height: 2.18rem;
    padding: 0.2rem;
    box-sizing: border-box;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .rm-serve-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .rm-serve-item .rm-button {
    width: 100%;
    margin-top: 0.28rem;
  }
  .advantage-list {
    width: 100%;
    padding: 0 0.3rem 0 0.3rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .advantage-item {
    position: relative;
    width: 227px;
    height: 195px;
    border: 1px solid #F86A2A;
    margin-right: 16px;
    box-sizing: border-box;
    margin-top: 0.7rem;
  }
  .advantage-item:nth-child(1),
  .advantage-item:nth-child(2),
  .advantage-item:nth-child(3) {
    width: 2.2rem;
    height: 3rem;
    margin-right: 0.15rem;
  }
  .advantage-item:nth-child(1) .advan-img,
  .advantage-item:nth-child(2) .advan-img,
  .advantage-item:nth-child(3) .advan-img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0.6rem;
    top: -0.5rem;
  }
  .advantage-item:nth-child(3),
  .advantage-item:nth-child(5) {
    margin-right: 0 !important;
  }
  .advantage-item:nth-child(4),
  .advantage-item:nth-child(5) {
    width: 3.34rem;
    height: 2.42rem;
    margin-right: 0.22rem;
  }
  .advantage-item:nth-child(4) .advan-img,
  .advantage-item:nth-child(5) .advan-img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1.17rem;
    top: -0.5rem;
  }
  .advantage-item .advan-img {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0.6rem;
    top: -0.5rem;
  }
  .advantage-item .advantage-title {
    color: #333;
    margin-top: 0.75rem;
    font-size: 0.28rem;
  }
  .advantage-item .advantage-desc {
    color: #666;
    line-height: 0.36rem;
    text-align: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-top: 0.25rem;
    font-size: 0.24rem;
  }
  .rm-icon-box {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 100%;
    background-color: #FFFFFF;
    text-align: center;
  }
  .rm-icon {
    display: inline-block;
    width: 0.08rem;
    height: 0.16rem;
  }
  .consulting-information {
    flex-direction: column;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .consulting-information-box .consulting-information-left {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .consulting-information-box .consulting-left-item {
    width: 100%;
    height: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.3rem;
  }
  .consulting-information-box .consulting-information-one .consulting-information-img {
    width: 6.88rem;
    height: 4.58rem;
  }
  .consulting-information-list .consulting-information-one-title {
    width: 5.3rem;
  }
  .consulting-information-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .news-title-box {
    height: 0.8rem;
    color: #333;
    line-height: 0.8rem;
    position: relative;
    font-size: 0.36rem;
  }
  .news-title-box::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 1.47rem;
    height: 2px;
    background: #F86A2A;
  }
  .rm-list {
    padding-top: 0.3rem;
  }
  .rm-list .type-fl-desc {
    width: 6.6rem;
  }
  .rm-list .type-fl-list-item .type-fl-xuhao {
    width: 0.16rem;
    height: 0.16rem;
  }
  .repair-fault {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-top: 0;
  }
  .repair-fault-left {
    width: 100%;
    height: auto;
  }
  .repair-fault-box .repair-fault-one {
    display: none;
  }
  .repair-fault-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0.4rem;
  }
  .repair-fault-item-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .rem-wd-content {
    width: 5.7rem;
    height: auto;
    padding: 7px 12px;
    box-sizing: border-box;
    background: rgba(248, 106, 42, 0.1);
  }
  .pc-gg {
    height: auto;
  }
  .pc-gg img {
    width: 100%;
    height: 2.48rem;
  }
  .pp-list {
    flex-wrap: wrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .pp-list .pp-item {
    width: 3.32rem;
    margin-right: 0rem;
    margin-bottom: 0.2rem;
  }
  .PP-list-box .pp-list-item {
    width: 1.48rem;
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .repair-fault-box .pp-name {
    max-width: 100%;
  }
  .PP-list-box {
    width: 100%;
    padding: 0 0.14rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .PP-list-box li {
    margin-right: 0;
    margin-top: 0.2rem;
    width: 1.48rem;
  }
  .PP-list-box .pp-list-item .pp-item-img {
    width: 1.19rem;
    height: auto;
    max-height: 100%;
  }
  .pp-bt-group {
    width: 100%;
    height: 0.6rem;
    margin-top: 0.2rem;
  }
  .pp-bt {
    display: block;
    width: 50%;
    height: 100%;
    color: #F86A2A;
    line-height: 0.7rem;
    text-align: center;
  }
  .site-content {
    flex-wrap: wrap;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .site-left {
    width: 100%;
    height: auto;
  }
  .site-name-box {
    width: auto;
    height: auto;
    color: #333;
    display: flex;
  }
  .site-name {
    font-weight: 400;
    padding: 0 0 0 0.22rem;
    box-sizing: border-box;
    margin-top: 0;
    height: 0.66rem;
    line-height: 0.66rem;
    font-size: 0.28rem;
  }
  .site-item-name {
    width: 1.7rem;
    height: 0.66rem;
    padding: 0 15px 0 8px;
    box-sizing: border-box;
    line-height: 0.66rem;
    color: #FFFFFF;
  }
  .site-item {
    width: 100%;
    height: auto;
    display: block;
  }
  .site-item-name::after {
    right: -15px;
    top: 1px;
    border-bottom: 0.66rem solid #FFFFFF;
  }
  .site-adress-box {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 0 0.25rem;
    box-sizing: border-box;
  }
  .site-desc {
    width: 100%;
    height: 24px;
    color: #333333;
    -webkit-line-clamp: 1;
    margin-left: 0;
    padding: 0 0.25rem;
    box-sizing: border-box;
    margin-top: 0;
  }
  .site-btn-group {
    height: 100%;
    flex-direction: row;
    margin-left: 0;
    border-top: 1px solid #EBEBEB;
    margin-top: 12px;
  }
  .site-btn-group a {
    display: block;
    width: 50%;
    height: 100%;
    color: #F86A2A;
    line-height: 0.7rem;
    text-align: center;
    font-size: 0.28rem;
    margin-bottom: 0px !important;
  }
  .site-right {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .links-box {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 0.35rem;
  }
  .links-list {
    border: 1px solid #EBEBEB;
    padding: 0 0.25rem 0.25rem;
    box-sizing: border-box;
  }
  .links-list-box a {
    color: #333333;
    display: inline-block;
    margin: 0.35rem 0.25rem 0 0;
    box-sizing: border-box;
  }
  .site-adress {
    font-size: 0.28rem;
  }
  .logo-img {
    display: none;
  }
  .code-box {
    display: none;
  }
  .bottom-navigation-box {
    width: 100%;
    height: auto;
    background: #363333;
    padding: 0.4rem 0.3rem;
    box-sizing: border-box;
  }
  .record {
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .record-box p {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 0.24rem;
  }
  .bottom-navigation-link a {
    font-size: 0.24rem;
  }
  .bottom-navigation-link p {
    color: #999;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
  }
  .rem-wd-bt-box {
    width: 1rem;
    height: 1rem;
    padding: 0 0.14rem;
  }
  .pc-page-gg-img {
    width: 100%;
    height: auto;
  }
  .pc-page-gg-box {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .crumbs-box {
    display: none;
  }
  .fu-detail-left {
    width: 100%;
    float: right;
  }
  .fu-detail-right {
    width: 100%;
    float: left;
    height: auto;
  }
  .tj-pro-box {
    width: 100%;
    padding: 16px 16px 0;
    box-sizing: border-box;
  }
  .tj-pro-img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .tj-card {
    height: auto;
    padding: 0.16rem;
  }
  .tj-content-box {
    width: 3rem;
    height: 100%;
  }
  .tj-button {
    display: block;
    width: 1.6rem;
    height: 37px;
    line-height: 37px;
    background: #F86A2A;
    border-radius: 19px;
    text-align: center;
    color: #fff;
  }
  .card-box-1 .rm-list .type-fl-desc {
    width: 6.6rem;
  }
  .repair-fault-left .repair-fault-one {
    display: none;
  }
  .fu-detail-box .repair-fault {
    padding-bottom: 0.3rem;
  }
  .fu-detail-box .card-wxxm {
    justify-content: space-between;
  }
  .card-box-3 .repair-fault-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .fu-detail-left .card-box-1 {
    margin-top: 0.3rem;
  }
  .fu-detail-box .PP-list-box li {
    margin-right: 0.5rem;
    width: 3.06rem;
  }
  .fu-detail-box .fu-detail-left .PP-list-box .pp-list-item {
    width: 3.06rem;
    height: 1.2rem;
  }
  .fu-detail-box .PP-list-box li:nth-of-type(2n) {
    margin-right: 0px !important;
  }
  .ppxq-pp-box .PP-list-box li:nth-of-type(5n) {
    margin-right: 0.5rem;
  }
  .ppxq-pp-box .PP-list-box {
    padding: 0 0.44rem;
  }
  .ppxq-pp-box .PP-list-box .pp-list-item {
    width: 3.06rem;
    height: 1.2rem;
  }
  .network-box {
    width: 100%;
    background: #fff;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    display: block;
  }
  .ppxq-box {
    width: 100%;
    height: 2rem;
    justify-content: center;
  }
  .ppxq-box img {
    width: 30%;
    height: auto;
    max-height: 100%;
  }
  .ppxq-content-box {
    width: 100%;
    margin-left: 0;
  }
  .networkxq-wxxm .card-wxxm .card-wxxm-item {
    margin-right: 0;
    margin-top: 0.3rem;
    width: 2rem;
    height: auto;
  }
  .networkxq-wxxm .card-wxxm .card-wxxm-item:nth-of-type(3n) {
    margin-right: 0px !important;
  }
  .card-wxxm .card-wxxm {
    justify-content: space-between;
  }
  .card-wxxm .card-wxxm-item {
    margin-right: 0;
    margin-top: 0.3rem;
    width: 2rem;
    height: auto;
  }
  .card-wxxm .card-wxxm-item:nth-of-type(3n) {
    margin-right: 0px !important;
  }
  .card-wxxm .card-wxxm-item .card-wxxm-img {
    width: 2rem;
    height: 2rem;
  }
  .zxxq-content-box {
    width: 100%;
    background: #fff;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .zxxq-tilte {
    color: #333;
    line-height: 0.6rem;
  }
  .zxxq-page-turner {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .zxxq-page-turner .zxxq-previous,
  .zxxq-page-turner .zxxq-next {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.08rem;
    padding: 0.3rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.25rem;
  }
  .zxxq-page-turner .zxxq-previous a,
  .zxxq-page-turner .zxxq-next a {
    display: inline-block;
    font-size: 0.3rem;
    font-weight: 400;
    margin-top: 0.1rem;
  }
  .zx-list-box .zx-item span {
    color: #999;
    margin-right: 0.3rem;
  }
  .zx-list-box .zx-bq {
    max-width: 2rem;
    overflow: hidden;
  }
}

.zixun-text-a{
  padding-top: 10px;
  color: #999;
  transition: 0.3s;
}
.zixun-text-a:hover{
  transition: 0.3s;
  color: #F86A2A;
  text-decoration: underline;
}
