.container {
  max-width: 1440px !important;
}

body,
html {
  overflow-x: hidden;
}

.fixed-nav-active .search i {
  color: #fff;
}

.public_ad_header_social_media a {
  align-items: center;
}

/* hotproduct */
.indexhotproduct {
  padding: 50px 0 100px 0;
  background: #0c2f45;
}

.indexpro_title {
  text-align: center;
}

.indexpro_title h2 {
  font-size: 50px;
  line-height: 2;
  font-weight: 800;
  color: #fff;
  word-break: break-all;
}

.indexpro_title p {
  font-size: 19px;
  line-height: normal;
  color: #ff9b3c;
  word-break: break-all;
}


.indexhotproduct_li {
  margin: 15px 0;
  position: relative;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexhotproductflex {
  display: flex;
  flex-wrap: wrap;
}

.indexhotproduct_box {
  height: 100%;
  padding: 30px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexhotproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexhotproduct_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexhotproduct_con {
  padding: 20px;
  background: #fff;
  position: absolute;
  bottom: -40px;
  right: -10px;
  text-align: center;
  margin: 0 10px;
}

.indexhotproduct_con h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.indexhotproduct_con P {
  font-size: 16px;
  color: #4A4A4A;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

.indexhotproduct_con .indexhotproduct_more {
  /* width: 60%; */
  padding: 10px;
  border: 1px solid #ff9b3c;
  background-color: #ff9b3c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0 auto;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexhotproduct_li:hover .indexhotproduct_con h3 {
  color: #ff9b3c;
}

.indexhotproduct_li:hover .indexhotproduct_con .indexhotproduct_more {
  background-color: #fff;
  color: #ff9b3c;
}

.indexhotproduct_li:hover .indexhotproduct_box {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

/* about */
.indehoh {}

.hoh_main {
  padding: 100px 50px;
}

.indehohnav {
  display: flex;
}

.indehohnavl {
  width: 65%;
}

.indehohnavr {
  width: 35%;
}

.hoh_main_top {
  padding-bottom: 30px;
  border-bottom: solid 1px #e5e5e5;
}

.hoh_main_top a {
  display: block;
  width: 50%;
padding: 20px;
  background-color: #ff8b34;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
  border: 1px solid #ff9b3c;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.hoh_main_top a:hover {
  background-color: #fff;
  color: #ff9b3c;
}

.hoh_main_top h1 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
  word-break: break-all;
}

.hoh_main_top p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #4a4a4a;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.hoh_main_ban {
  padding: 50px 0;
}


.hoh_main_ban h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hoh_main_ban h4 {
  font-size: 19px;
  color: #f04f31;
}


.ban_num {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  align-items: center;
}

.ban_num_left {
  height: 100%;
  overflow: hidden;
}

.ban_num_left span {
  width: 80px;
  height: 80px;
  font-size: 50px;
  font-weight: 800;
  text-align: left;
  color: #ee3816;
}

.ban_num_right {
  width: 75%;
  height: 100%;
}

.ban_num_right h3 {
  color: #000;
  font-weight: 800;
  margin-bottom: 5px;
  word-break: break-all;
  font-size: 22px;
}

.ban_num_right p {
  font-size: 15px;
  color: #4a4a4a;
  word-break: break-all;
}

.hoh_img {
  width: 100%;
  height: 100%;

}


/* sale */
.indexsale {
  width: 100%;
  background-color: #ee3816;
  background-image: linear-gradient(rgba(238, 56, 22, 0.71) 0%, rgba(238, 56, 22, 0.71) 100%), url(../images/viewsbg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 0px top 0px, left -36px top calc(68px + 50%);
  background-size: auto, 1027.65px auto;
  background-attachment: scroll, scroll;
}

.sale_list {
  width: 90%;
  margin: auto;
  padding: 80px 0px;
}

.salelist_title h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 900;
  word-break: break-all;
}

.salelist_title h4 {
  color: #ff9b3c;
  font-size: 20px;
  margin-top: 12px;
  word-break: break-all;
}

.salelist_border {
  border-bottom: solid 1px rgb(255 255 255 / 20%);
  margin-top: 50px;
  margin-bottom: 50px;
}

.salelist_listpos {
  margin-bottom: 10px;
}

.salelist_left {
  height: 100%;
  display: flex;
  align-items: center;
  border: solid 1px rgb(255 255 255 / 20%);
  padding: 20px;
}

.salelist_left img {
  /* width: 100px;
  height: 100px; */
}

.saleleft_value {
  margin-left: 30px;
}

.saleleft_value h2 {
  font-size: 24px;
  font-weight: 900;
  color: rgb(255 168 83);
  margin-top: 10px;
  word-break: break-all;
}

.saleleft_value p {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  word-break: break-all;
}

/* product */
.indexproduct {
  background-color: #eee;
  padding: 60px 0;
}

.indexproduct_title {
  text-align: center;
  margin-bottom: 30px;
}

.indexproduct_title h2 {
  font-size: 50px;
  line-height: 2;
  font-weight: 800;
  color: #000;
  word-break: break-all;
}

.indexproduct_title p {
  font-size: 19px;
  line-height: normal;
  color: #ff9b3c;
  word-break: break-all;
}

.indexproduct_li {
  margin: 15px 0;
  position: relative;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproductflex {
  display: flex;
  flex-wrap: wrap;
}

.indexproduct_box {
  height: 100%;
  background-color: #fff;
  padding: 30px 20px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexproduct_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_con {
  margin-top: 30px;
}

.indexproduct_con h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
  font-weight: bold;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_con .indexproduct_more {
  /* width: 60%; */
  padding: 15px;
  border: 1px solid #ff9b3c;
  background-color: #ff9b3c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 30px auto 0 auto;
  display: block;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_li:hover .indexproduct_con h3 {
  color: #ff9b3c;
}

.indexproduct_li:hover .indexproduct_con .indexproduct_more {
  background-color: #fff;
  color: #ff9b3c;
}

.indexproduct_li:hover {
  top: -20px;
}

.indexproduct_li:hover .indexproduct_box {
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
}

/* news */
.indexnew {
  padding: 50px 0;
}

.indexnew_main {
  margin-top: 50px;
}

.indexnew .indexproductallmore {
  border: none;
}

.indexnewflex {
  display: flex;
  flex-wrap: wrap;
}

.indexnewbox {
  height: 100%;
  background-color: #f6f6f6;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewimg {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
  display: block;
  padding-top: 100%;
}

.indexnewimg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewcon {
  padding: 20px 15px;
}

.indexnewcon h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewcon p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewbottom {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-top: 20px;
}

.indexnewbottom span {
  font-size: 14px;
  color: #000;
}

.indexnewcon .indexproductallmore p {
  color: #ff9b3c;
  font-weight: 600;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewcon .indexproductallmore span {
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewcon .indexproductallmore i {
  color: #002b47;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexnewli {
  margin-bottom: 10px;
}

.indexnewli:hover .indexnewimg img {
  transform: scale(1.1);
}

.indexnewli:hover .indexnewbox {
  background-color: #002b47;
}

.indexnewli:hover .indexnewcon h3 a,
.indexnewli:hover .indexnewcon p,
.indexnewli:hover .indexnewbottom span {
  color: #fff;
}

.indexnewli:hover .indexnewcon .indexproductallmore p {
  color: #ff9b3c;
}

.indexnewli:hover .indexnewcon .indexproductallmore span {
  background-color: #002b47;
}

.indexnewli:hover .indexnewcon .indexproductallmore i {
  color: #fff;
}

/* good */
.indexgood {
  
  padding: 0 200px 200px 0;
}

.indexgoodbg {
  background: #002b47;
  padding: 50px;
}

.indexgoodnav {
  display: flex;
  align-items: center;
}

.indexgoodleft {
  width: 50%;
}

.indexgoodright {
  width: 50%;
}

.indexgoodtit h2 {
  font-weight: bolder;
  font-size: 38px;
  color: #ff8b34;
  word-break: break-all;
  line-height: 2;
}

.indexgoodtit p {
  font-size: 18px;
  color: #fff;
  word-break: break-all;
}

.whook {
  margin-top: 30px;
}

.whook li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0;
}

.whook li i {
  color: #ff8b34;
  font-size: 14px;
  margin-right: 10px;
}

.whook p {
  font-size: 14px;
  color: #fff;
  word-break: break-all;
}

.whogo {
  display: block;
  width: 70%;
  padding: 20px;
  background-color: #ff8b34;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0;
  border: 1px solid #ff9b3c;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.whogo:hover {
  background-color: #fff;
  color: #ff9b3c;
}

/* brand feedback */
.indexbf {
  display: flex;
}

.indexbrand {
  width: 50%;
}

.indexfeedback {
  width: 50%;
  background: #002942;
  padding: 60px;
}

.indexbrandpos {
  display: flex;
  flex-wrap: wrap;
}

.indexbrandbgb {
  background: #e1effc;
  text-align: center;
  padding: 40px;
  height: 100%;
}

.indexbrandbgw {
  background: #fff;
  text-align: center;
  padding: 40px;
}

.indexfeedbacktit {
  margin-bottom: 70px;
}

.indexfeedbacktit h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bolder;
  word-break: break-all;
}

.indexfeedbacktit p {
  color: #ffffffb3;
  font-size: 22px;
  font-weight: bolder;
  word-break: break-all;
}

.feedback_licon {
  display: flex;
  align-items: end;
  justify-content: center;
}

.feedback_licon i {
  font-size: 36px;
  color: #c3c3c3;
}

.feedback_title {
  padding: 50px 30px;
}

.feedback_title p {
  color: #4A4A4A;
  font-size: 18px;
  word-break: break-all;
  margin-bottom: 30px;
}

.feedback_title h2 {
  color: #ee3816;
  font-size: 22px;
  word-break: break-all;
}

.feedback_ricon {
  background: #ff9b3c;
  text-align: center;
}

.feedback_ricon i {
  font-size: 36px;
  color: #fff;
}

.indexfeedback .swiper-slide {
  height: auto;
}

.swipercard {
  background-color: #fff;
  height: 100%;
  padding: 0 10px;
}

.iconimg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* footer */
.footer {
  background: url(../images/footbg.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 90px 0;
}

.footer .iconsize {
  font-size: 26px;
  line-height: 1.8;
}

.footer_contacts {
  margin-left: 20px;
}

.footer_contact1 {
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.footer_contact1_tel {
  /* text-align: center; */
}

.footer_contact1_tel p {
  color: #ff9b3c;
  font-size: 16px;
  font-weight: bolder;
}

.footer_contact1_tel i {
  font-size: 22px;
  line-height: 2.2;
  color: #fff;
}

/* .footer_contact1_social_tel {
  margin-left: 20px;
} */

.footer_contact1_social_add {
  /* margin-left: 20px; */
}

.footer_contact1_social_tel p {
  font-size: 16px !important;
  color: #fff !important;
  margin: 10px 0;
}

.footer_contact1_social_add p {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}

.footer_contacts p {
  font-size: 16px;
  color: #ffffff80;
}

.footer_contacts h2 {
  font-size: 19px;
  color: #ffffff;
}

.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 20px;
}

.footer_main h3 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}

.footer_worktime {
  margin: 30px 0;
}

.footer_worktime p {
  font-size: 14px;
  color: #ffffff80;
  padding: 5px 0;
}

.footer_iconbg {
  background: #ad4bdb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
}

.public_ad_header_social_media {
  justify-content: flex-start !important;
  margin-left: 0;
}

.footer .public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #fff;
  line-height: 3;
}

.public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  color: #000;
  line-height: 3;
}

.footer_url {
  margin: 40px 0;
}

.footer_url a {
  margin-left: 0;
  margin-right: 20px;
  border-radius: 0;
  color: #fff;
  line-height: 3;
  font-size: 22px;
  font-weight: 800;
}

.footer_page h3,
.footer_hotproduct h3,
.footer_contact h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 20px;
}

.footer_page a,
.footer_hotproduct a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}

.footer_hotproduct a:hover {
  text-decoration: underline !important;
}

.footer_page a:hover {
  text-decoration: underline !important;
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: nowrap;
}

.footer_contact li i {
  font-size: 22px;
  color: #fff;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}

.footer_copyrights_name {
  font-size: 14px;
  color: #fff;
}

.footer_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}

.footer_copyrights_p a {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: inline;
  text-decoration: underline;
}

.footer_tags {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.footer_tags p {
  font-size: 14px;
  color: #fff;
  text-transform: none;
}

.footer_tags a {
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 5px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
}
.indexbrand{
    display: none;
}
.indexfeedback{
    width: 100%;
}
/* shi pei */
@media (max-width:576px) {
  .indexhotproduct {
    padding: 30px 0 50px 0;
    background: #0c2f45;
  }

  .indexpro_title h2 {
    font-size: 30px;
  }

  .indexhotproduct_con {
    position: static;
    bottom: 0;
    right: 0;
    padding: 10px;
  }

  .indexhotproduct_box {
    padding: 0;
  }

  .indehohnavl {
    width: 100%;
  }

  .indehohnavr {
    display: none;
  }

  .hoh_main {
    padding: 30px 10px;
  }

  .hoh_main_top h1 {
    font-size: 30px;
  }

  .hoh_main_top a {
    margin-top: 15px;
  }

  .hoh_main_ban {
    padding: 30px 0 0 0;
  }

  .hoh_main_ban h2 {
    font-size: 30px;
  }

  .sale_list {
    padding: 30px 0px;
  }

  .salelist_title h2 {
    font-size: 30px;
  }

  .salelist_title h4 {
    font-size: 18px;
  }

  .salelist_border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ban_num_left span {
    font-size: 40px;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_title h2 {
    font-size: 30px;
  }

  .indexproduct_box {
    padding: 10px;
  }

  .indexproduct_con {
    margin-top: 10px;
  }

  .indexproduct_con .indexproduct_more {
    margin: 10px auto 0 auto;
  }

  .indexnew {
    padding: 30px 0;
  }

  .indexproduct_title {
    margin-bottom: 20px;
  }

  .indexbf {
    display: block;
  }

  .indexbrand {
    width: 100%;
  }

  .indexfeedback {
    width: 100%;
    padding: 20px;
  }

  .feedback_title {
    padding: 30px 0px;
  }

  .footer {
    padding: 30px 0 90px 0;
  }

  .indexfeedbacktit {
    margin-bottom: 30px;
  }

  .indexfeedbacktit p {
    font-size: 19px;
  }

  .feedback_licon i {
    font-size: 30px;
  }

  .feedback_ricon i {
    font-size: 30px;
  }

  .indexgood {
    padding: 0 50px 50px 0;
  }

  .indexgoodnav {
    display: block;
  }

  .indexgoodleft {
    width: 100%;
  }

  .indexgoodright {
    width: 100%;
  }

  .indexgoodbg {
    padding: 20px;
  }

  .indexgoodtit h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .saleleft_value h2 {
    font-size: 20px;
}
}

@media (min-width:577px) and (max-width:768px) {
  .indexhotproduct {
    padding: 30px 0 50px 0;
    background: #0c2f45;
  }

  .indexpro_title h2 {
    font-size: 30px;
  }

  .indexhotproduct_con {
    position: static;
    bottom: 0;
    right: 0;
    padding: 10px;
  }

  .indexhotproduct_box {
    padding: 0;
  }

  .indehohnavl {
    width: 100%;
  }

  .indehohnavr {
    display: none;
  }

  .hoh_main {
    padding: 30px 10px;
  }

  .hoh_main_top h1 {
    font-size: 30px;
  }

  .hoh_main_top a {
    margin-top: 15px;
  }

  .hoh_main_ban {
    padding: 30px 0 0 0;
  }

  .hoh_main_ban h2 {
    font-size: 30px;
  }

  .sale_list {
    padding: 30px 0px;
  }

  .salelist_title h2 {
    font-size: 30px;
  }

  .salelist_title h4 {
    font-size: 18px;
  }

  .salelist_border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ban_num_left span {
    font-size: 40px;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_title h2 {
    font-size: 30px;
  }

  .indexproduct_box {
    padding: 10px;
  }

  .indexproduct_con {
    margin-top: 10px;
  }

  .indexproduct_con .indexproduct_more {
    margin: 10px auto 0 auto;
  }

  .indexnew {
    padding: 30px 0;
  }

  .indexproduct_title {
    margin-bottom: 20px;
  }

  .indexbf {
    display: block;
  }

  .indexbrand {
    width: 100%;
  }

  .indexfeedback {
    width: 100%;
    padding: 20px;
  }

  .feedback_title {
    padding: 30px 0px;
  }

  .footer {
    padding: 30px 0 90px 0;
  }

  .indexfeedbacktit {
    margin-bottom: 30px;
  }

  .indexfeedbacktit p {
    font-size: 19px;
  }

  .feedback_licon i {
    font-size: 30px;
  }

  .feedback_ricon i {
    font-size: 30px;
  }

  .indexgood {
    padding: 0 50px 50px 0;
  }

  .indexgoodnav {
    display: block;
  }

  .indexgoodleft {
    width: 100%;
  }

  .indexgoodright {
    width: 100%;
  }

  .indexgoodbg {
    padding: 20px;
  }

  .indexgoodtit h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .saleleft_value h2 {
    font-size: 20px;
}


}

@media (min-width:769px) and (max-width:992px) {
  .indexhotproduct {
    padding: 30px 0 50px 0;
    background: #0c2f45;
  }

  .indexpro_title h2 {
    font-size: 30px;
  }

  .indexhotproduct_con {
    position: static;
    bottom: 0;
    right: 0;
    padding: 10px;
  }

  .indexhotproduct_box {
    padding: 0;
  }

  .indehohnavl {
    width: 100%;
  }

  .indehohnavr {
    display: none;
  }

  .hoh_main {
    padding: 30px 10px;
  }

  .hoh_main_top h1 {
    font-size: 30px;
  }

  .hoh_main_top a {
    margin-top: 15px;
  }

  .hoh_main_ban {
    padding: 30px 0 0 0;
  }

  .hoh_main_ban h2 {
    font-size: 30px;
  }

  .sale_list {
    padding: 30px 0px;
  }

  .salelist_title h2 {
    font-size: 30px;
  }

  .salelist_title h4 {
    font-size: 18px;
  }

  .salelist_border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ban_num_left span {
    font-size: 40px;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_title h2 {
    font-size: 30px;
  }

  .indexproduct_box {
    padding: 10px;
  }

  .indexproduct_con {
    margin-top: 10px;
  }

  .indexproduct_con .indexproduct_more {
    margin: 10px auto 0 auto;
  }

  .indexnew {
    padding: 30px 0;
  }

  .indexproduct_title {
    margin-bottom: 20px;
  }

  .indexbf {
    display: block;
  }

  .indexbrand {
    width: 100%;
  }

  .indexfeedback {
    width: 100%;
    padding: 20px;
  }

  .feedback_title {
    padding: 30px 0px;
  }

  .footer {
    padding: 30px 0 90px 0;
  }

  .indexfeedbacktit {
    margin-bottom: 30px;
  }

  .indexfeedbacktit p {
    font-size: 19px;
  }

  .feedback_licon i {
    font-size: 30px;
  }

  .feedback_ricon i {
    font-size: 30px;
  }

  .indexgood {
    padding: 0 50px 50px 0;
  }

  /* .indexgoodnav {
    display: block;
  }

  .indexgoodleft {
    width: 100%;
  }

  .indexgoodright {
    width: 100%;
  } */

  .indexgoodbg {
    padding: 20px;
  }

  .indexgoodtit h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .saleleft_value h2 {
    font-size: 20px;
}

}

@media (min-width:993px) and (max-width:1200px) {
  .indexhotproduct {
    padding: 30px 0 50px 0;
    background: #0c2f45;
  }

  .indexpro_title h2 {
    font-size: 40px;
  }

  .indexhotproduct_con {
    position: static;
    bottom: 0;
    right: 0;
    padding: 10px;
  }

  .indexhotproduct_box {
    padding: 0;
  }

  .indehohnavl {
    width: 100%;
  }

  .indehohnavr {
    display: none;
  }

  .hoh_main {
    padding: 30px 10px;
  }

  .hoh_main_top h1 {
    font-size: 40px;
  }

  .hoh_main_top a {
    margin-top: 15px;
  }

  .hoh_main_ban {
    padding: 30px 0 0 0;
  }

  .hoh_main_ban h2 {
    font-size: 40px;
  }

  .sale_list {
    padding: 30px 0px;
  }

  .salelist_title h2 {
    font-size: 40px;
  }

  .salelist_title h4 {
    font-size: 18px;
  }

  .salelist_border {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ban_num_left span {
    font-size: 40px;
  }

  .indexproduct {
    padding: 30px 0;
  }

  .indexproduct_title h2 {
    font-size: 40px;
  }

  .indexproduct_box {
    padding: 10px;
  }

  .indexproduct_con {
    margin-top: 10px;
  }

  .indexproduct_con .indexproduct_more {
    margin: 10px auto 0 auto;
  }

  .indexnew {
    padding: 30px 0;
  }

  .indexproduct_title {
    margin-bottom: 20px;
  }

  .indexbf {
    display: block;
  }

  .indexbrand {
    width: 100%;
  }

  .indexfeedback {
    width: 100%;
    padding: 20px;
  }

  .feedback_title {
    padding: 30px 0px;
  }

  .footer {
    padding: 30px 0 90px 0;
  }

  .indexfeedbacktit {
    margin-bottom: 30px;
  }

  .indexfeedbacktit p {
    font-size: 19px;
  }

  .feedback_licon i {
    font-size: 30px;
  }

  .feedback_ricon i {
    font-size: 30px;
  }

  .indexgood {
    padding: 0 100px 100px 0;
}

  /* .indexgoodnav {
    display: block;
  }

  .indexgoodleft {
    width: 100%;
  }

  .indexgoodright {
    width: 100%;
  } */

  .indexgoodbg {
    padding: 20px;
  }

  .indexgoodtit h2 {
    font-size: 35px;
    line-height: 1.5;
  }
  .saleleft_value h2 {
    font-size: 20px;
}
}

@media (min-width:1201px) and (max-width:1440px) {
  .indexhotproduct_con {
    right: 5px;
}
.feedback_licon {
  justify-content: start;
}
}

@media (min-width:1401px) and (max-width:1680px) {
  .indexhotproduct_con {
    right: 2px;
}
.feedback_ricon i {
  font-size: 32px;
}
.feedback_licon i {
  font-size: 32px;
}
}