.container {
  max-width: 1440px !important;
}
/* head */
.container2 {
display: flex;
align-items: center;
}
.web_head {
  background: url(../images/indexbg.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.head_layer .logo-fixed {
  background: #fff;
  padding: 20px;
  flex: 0 15%;
}
.nav_wrap .head_nav, .nav_wrap .head_nav a {
  color: #fff;
}
.search i {
  color: #fff;
}
.nav_wrap {
  flex: 0 70%;
}
/* title */
.index_title {
  text-align: left;
  margin-bottom: 40px;
}

.index_title h2 {
  font-size: 60px;
  font-weight: bolder;
  color: #282828;
  word-break: break-all;
}
.index_title h1 {
  font-size: 60px;
  font-weight: bolder;
  color: #282828;
  word-break: break-all;
}
/* product */
.indexproduct {
  padding: 50px 0;
}

.indexproduct_title {
  margin-bottom: 50px;
}

.indexproduct_title h2 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 0 auto 20px auto;
}

.indexproduct_title p {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.indexproduct_title .indexhot_title_t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.indexproduct_title .indexhot_title_t span {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #E87373;
  margin-right: 15px;
}

.indexproduct_title .indexhot_title_t h3 {
  font-size: 24px;
  color: #E87373;
  font-weight: bold;
}

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

.indexproductli {
  margin: 15px 0;
}

.indexproductbox {
  height: 100%;
  border-left: solid 3px #9c399a;
  padding: 0px 40px;
  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;
}
.indexproductbox h2{
 color: #000;
 font-weight: bolder;
 font-size: 24px;
margin-bottom: 20px;
word-break: break-all;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.indexproductbox p{
  color: #000;
  font-size: 18px;
  margin-top: 20px;
  word-break: break-all;
  display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.indexproductimg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexproductimg 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;
}

.indexproductcon {
  /* padding: 20px 0 0 0;
  margin-top: 30px; */
}

.indexproductcon a {
  font-size: 18px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  padding: 15px 15px;
  background: linear-gradient(to right, #ed3b58, #d73464, #a6227f);
  text-align: center;
  font-weight: 700;
}

.indexproducttxt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproductli:hover .indexproducttxt h3 {
  color: #fff;
}

.indexproductli:hover .indexproductimg img {
  transform: scale(1.1);
}
.indexproductli:hover .indexproductcon a {
background: #000;
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;
}
/* brand */
.indexbrand {
  padding: 50px 0;
  background-color: #ebeff5;
}

.indexbrand_title {
  text-align: center;
}

.indexbrand_title h3 {
  font-size: 16px;
  color: #D1A280;

}

.indexbrand_title h2 {
  font-size: 48px;
  color: #25292B;
  font-weight: bold;
  margin: 20px 0;
}

.indexbrand .indexproduct_title {
  width: 65%;
}

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

.indexbrandli {
  margin-bottom: 30px;
}

.indexbrandwenan {
  padding: 10px;
  text-align: center;
}

.indexbrandwenan h3 {
  z-index: 99;
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.indexbrandwenan p {
  z-index: 99;
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.indexbrandbox {
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.indexbrandbox:hover {
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.indexbrandicon {
  font-size: 50px !important;
  color: #fff;
  position: absolute;
  top: 5px;
  right: 12px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.indexbrandli:hover .indexbrandcover {
  transform: scale(12);
}

.indexbrandli:hover .indexbrandwenan h3,
.indexbrandli:hover .indexbrandwenan p {
  color: #901b8d;
}

.indexbrandli:hover .indexbrandicon {
  color: #901b8d;
}
/* news */
.indexnew {
  padding: 50px 0;
}
.indexnewli{
  margin-top: 10px;
}
.indexnew .indexproduct_title {
  width: 60%;
}

.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 {
  word-break: break-all;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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: 1;
  -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;
}
.indexproductallmore {
  font-size: 20px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  padding: 15px 15px;
  background: linear-gradient(to right, #ed3b58, #d73464, #a6227f);
  font-weight: 700;
}
.indexnewbottom {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-top: 20px;
}

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

.indexnewcon .indexproductallmore p {
  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 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: #901b8d;
  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:hover .indexnewimg img {
  transform: scale(1.1);
}

.indexnewli:hover .indexnewbox {
  background-color: #901b8d;
}

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

.indexnewli:hover .indexnewcon .indexproductallmore {
  background: #000;
  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;
}


.indexnewli:hover .indexnewcon .indexproductallmore span {
  background-color: #901b8d;
}

.indexnewli:hover .indexnewcon .indexproductallmore i {
  color: #fff;
}
/* about */
.indexabout{
  padding: 50px 0;
}
.indexabout_tit p{
font-size: 18px;
color: #f94053;
word-break: break-all;
}
.indexabout_main{
  padding: 0 30px;
}
.indexabout_navimg{
  margin: 100px 0 30px;
  padding: 40px;
  background: linear-gradient(to bottom right, #f94053 0%, #901b8d 100%);
}
.indexabout_navimg img{
  margin-top: -100px;
}
.indexabout_nav p{
  font-size: 18px;
  line-height: 1.5;
  color: #000000B3;
  word-break: break-all;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp:3;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}
.indexabout_good{
  padding: 0 30px;
}
.indexabout_goodtit p{
  font-size: 18px;
color: #000;
word-break: break-all;
}
.indexabout_goodnav{
  margin: 80px 0 30px 0;
}
.indexabout_goodnavimg{
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.indexabout_goodnavimg img{
width: 80px;
height: 80px;
}
.indexabout_goodnavimg p{
  margin-left: 20px;
  font-size: 22px;
  color: #000;
  font-weight: bolder;
  word-break: break-all;
}
/* contactus */
.indexcontactus{
  padding: 50px 0;
  background-color: #ebeff5;
}
.indexcontactus_main{
  padding: 150px 60px;

    display: flex;
    align-items: center;
}
.indexcontactus_mainicon{
  background: linear-gradient(to right, #ed3b58, #d73464, #a6227f);
  padding: 15px;
  width: 160px;
  text-align: center;
  margin: auto;
}
.indexcontactus_mainicon i{
  font-size: 60px;
  color: #fff;
}
.indexcontactus_mainnav p{
  color: #fff;
  font-size: 35px;
  font-weight: bolder;
  word-break: break-all;
}
.indexcontactus_mainnav{
  margin-left: 30px;
}
.indexcontactus_b{
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}
.indexcontactus_b p{
 font-size: 16px;
 color: #1c1c1c;
 word-break: break-all;
}
.indexcontactus_b a{
  font-size: 18px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  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;
  padding: 15px 15px;
  background: linear-gradient(to right, #ed3b58, #d73464, #a6227f);
  font-weight: 700;
 }
 .indexcontactus_b a:hover{
  background: #000;
  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;
 }
/* footer */
.footer {
  background: url(../images/indexbg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 80px 0;
}

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

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

.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

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

.footer_main .public_ad_header_social_media a {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 15px;
  border-radius: 50%;
}

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

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

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

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

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

.footer_contact1_tel i {
  color: #fff;
  font-size: 30px;
}

.footer_contact1_social_tel p {
  color: #fff;
  font-size: 20px;
  margin-left: 10px;
}

.footer_media {
  margin-bottom: 20px;
}

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

.public_ad_header_social_media2 a {
  border: 1px solid #901b8d;
  display: block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin: 0px 12px;
  background-color: #901b8d;
  text-align: center;
  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;
}

.public_ad_header_social_media2 a i {
  font-size: 22px;
  text-align: center;
  color: #000;
  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;
}

.public_ad_header_social_media2 a:hover {
  border: 1px solid #fff;
  background-color: #fff;
}

.public_ad_header_social_media2 a:hover i {
  color: #901b8d;
}

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

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

.footer_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.footer_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  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: capitalize;
}

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

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

/* shi pei */
@media (max-width:576px){
  .index_title h2 {
    font-size: 32px;
  }
  .index_title {
    margin-bottom: 20px;
}
  .indexproduct {
    padding: 30px 0;
  }
  .indexproductbox{
    padding: 0 10px;
  }
  .indexproductbox h2 {
    font-size: 22px;
}
.indexproductcon a{
  margin-top: 15px;
  padding: 10px;
}
.indexbrand {
  padding: 30px 0;
}
.indexabout {
  padding: 30px 0;
}
.index_title h1 {
  font-size: 32px;
}
.indexabout_main {
  padding: 0;
}
.indexabout_good {
  padding: 30px 0 0 0;
}
.indexabout_goodnav {
  margin: 0;
}
.indexcontactus {
  padding: 30px 0;
}
.indexcontactus_main{
  display: block;
  padding: 30px;
}
.indexcontactus_mainicon{
  width: 130px;
}
.indexcontactus_mainnav {
  margin-left:0px;
  margin-top: 20px;
}
.indexcontactus_mainnav p {
  font-size: 25px;
}
.indexcontactus_b a{
  width: 100%;
  margin-top: 10px;
}
.indexcontactus_b{
  display: block;
}
.indexnew {
  padding: 30px 0;
}
.footer {
  padding: 30px 0 80px 0;
}
.footer_contact{
  margin-top: 10px;
}
}
@media (min-width:577px) and (max-width:768px) {
  .index_title h2 {
    font-size: 32px;
  }
  .index_title {
    margin-bottom: 20px;
}
  .indexproduct {
    padding: 30px 0;
  }
  .indexproductbox{
    padding: 0 10px;
  }
  .indexproductbox h2 {
    font-size: 22px;
}
.indexproductcon a{
  margin-top: 15px;
  padding: 10px;
}
.indexbrand {
  padding: 30px 0;
}
.indexabout {
  padding: 30px 0;
}
.index_title h1 {
  font-size: 32px;
}
.indexabout_main {
  padding: 0;
}
.indexabout_good {
  padding: 30px 0 0 0;
}
.indexabout_goodnav {
  margin: 0;
}
.indexcontactus {
  padding: 30px 0;
}
.indexcontactus_main{
  display: block;
  padding: 30px;
}
.indexcontactus_mainicon{
  width: 130px;
}
.indexcontactus_mainnav {
  margin-left:0px;
  margin-top: 20px;
}
.indexcontactus_mainnav p {
  font-size: 25px;
}
.indexcontactus_b a {
  width: 30%;
  margin-left: 10px;
}
.indexnew {
  padding: 30px 0;
}
.footer {
  padding: 30px 0 80px 0;
}
.footer_contact{
  margin-top: 10px;
}
}
@media (min-width:769px) and (max-width:992px) {
  .index_title h2 {
    font-size: 40px;
}
  .index_title {
    margin-bottom: 20px;
}
  .indexproduct {
    padding: 30px 0;
  }
  .indexproductbox {
    padding: 0 30px;
}
  .indexproductbox h2 {
    font-size: 22px;
}
.indexproductcon a{
  margin-top: 15px;
  padding: 10px;
}
.indexbrand {
  padding: 30px 0;
}
.indexabout {
  padding: 30px 0;
}
.index_title h1 {
  font-size: 40px;
}
.indexabout_main {
  padding: 0;
}
.indexabout_good {
  padding: 30px 0 0 0;
}
.indexabout_goodnav {
  margin: 0;
}
.indexcontactus {
  padding: 30px 0;
}
.indexcontactus_main{
  display: block;
  padding: 30px;
}
.indexcontactus_mainicon {
  width: 120px;
}
.indexcontactus_mainnav {
  margin-left:0px;
  margin-top: 20px;
}
.indexcontactus_mainnav p {
  font-size: 25px;
}
.indexcontactus_b a{
  width: 30%;
  margin-left: 10px;
}
.indexnew {
  padding: 30px 0;
}
.footer {
  padding: 30px 0 80px 0;
}
.footer_contact{
  margin-top: 10px;
}
}
@media (min-width:993px) and (max-width:1200px) {
  .index_title h2 {
    font-size: 45px;
}
  .index_title {
    margin-bottom: 20px;
}
  .indexproduct {
    padding: 30px 0;
  }
  .indexproductbox {
    padding: 0 30px;
}
  .indexproductbox h2 {
    font-size: 22px;
}
.indexproductcon a{
  margin-top: 15px;
  padding: 10px;
}
.indexbrand {
  padding: 30px 0;
}
.indexabout {
  padding: 30px 0;
}
.index_title h1 {
  font-size: 45px;
}
.indexabout_main {
  padding: 0;
}
.indexabout_goodnav {
  margin: 0;
}
.indexcontactus {
  padding: 30px 0;
}
.indexcontactus_main{
  display: block;
  padding: 30px;
}
.indexcontactus_mainicon{
  width: 120px;
}
.indexcontactus_mainnav {
  margin-left:0px;
  margin-top: 20px;
}
.indexcontactus_mainnav p {
  font-size: 25px;
}
.indexcontactus_b a{
  width: 40%;
  margin-left: 10px;
}
.indexnew {
  padding: 30px 0;
}
.footer {
  padding: 30px 0 80px 0;
}
.footer_contact{
  margin-top: 10px;
}
}
@media (min-width:1201px) and (max-width:1440px) {
  .index_title h2 {
    font-size: 50px;
  }
  .index_title h1 {
    font-size: 50px;
  }
  .indexcontactus_mainicon {
    width: 180px;
}
.nav_wrap {
  flex: 0 65%;
}
}
@media (min-width:1401px) and (max-width:1680px) {
  .indexcontactus_mainicon {
    width: 170px;
}
}