@charset "utf-8";
.index_public_ad_header .public_ad_header{
  background: none !important;
  border: none !important;
}
.index_public_ad_header .public_ad_header_social_media a {
  border:none;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left:5px;
  border-radius: 50%;
  text-align: center;
  background: none;
  transition: all 0.35s ease
}
.index_public_ad_header .public_ad_header_name{
  font-weight: bold;
}
.index_public_ad_header .public_ad_header_name  i{
  font-size: 16px;
  color: #fe9043;
  text-transform: uppercase;
}
.index_public_ad_header .public_ad_header_email{
  font-weight: bold;
}
.index_public_ad_header .public_ad_header_email i {
  font-size: 18px;
  color: #fe9043;
  margin-right: 5px;
}

.index_public_ad_header .public_ad_header_email a:hover {
  color: #fe9043;
  text-decoration: none;
  
}

.index_public_ad_header .public_ad_header_name strong {
  color: #fe9043;
}
.index_public_ad_header .public_ad_header_social_media a i {
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.index_public_ad_header .public_ad_header_social_media a i:hover{
  color: #fe9043;
}
.index_web_head .headernav_tel{
  font-size:36px;
  color:#fff;
  margin-left: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-family: Impact;
}
.index_public_ad_header .public_ad_header{
  padding: 50px 0 20px 0;
}
.index_web_head .head_layer{
  background: none;
}
header .container{
  position: relative;
}
.headernav_box{
  flex: 0 10%;
  display: flex;
  justify-content:start;
  align-items: center;
}
.header{
  position: absolute;
  z-index: 999;
  width: 100%;
}
.banner{
  position: relative;
  top:0;
  z-index: 0;
}
.banner img{
  height: 100%;
  width: 100%;
}
.banner .swiper-pagination-bullet{
  border: 2px #fff solid;
  background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
  border: 2px #fe9043 solid;
  background-color: #fe9043;
}

/* about */
.indexhotproduct{
  background: url(../images/backjpg.jpg) no-repeat bottom;
  background-size: cover;
  padding: 120px 0;
  border-top: 1px #666 solid;
  border-bottom: 1px #666 solid;

}
.indexhotproduct_wrap{
  background: url(../images/about.webp) fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 50px 300px 50px;
  position: relative;
}
.indexhotproduct_wrap::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0 , 0 ,0.5);
  z-index: 0;
}
.indexhotproduct_wrap_title{
  position: relative;
  color:#fff;
  z-index: 9;
}
.indexhotproduct_wrap_title h2{
  font-size:30px;
    word-wrap: break-word;
    white-space: normal;
}
.indexhotproduct_wrap_title h3{
  font-size:48px;
  font-family: Impact;
  word-wrap: break-word;
    white-space: normal;
}
.indexhotproduct_wrap_more{
  background-color: #fe9043;
  padding: 20px 70px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 40px;
  transition: all ease 0.5s;
  font-size:24px;
  color: #fff;
  text-transform: uppercase;
}
.indexhotproduct_wrap_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(255, 255 ,255 , 0.3);
  transition: all ease 0.5s;
}
.indexhotproduct_wrap_main{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexhotproduct_wrap_left{
  background-color:#272a2f;
  padding:50px 30px;
  margin-top: -180px;
  position: relative;
  z-index: 999;
  flex: 0 28%;
  margin-left: 40%;
}
.indexhotproduct_wrap_left_title h2{
  font-size:28px;
  color:#fff;
  font-family: Impact;
}
.indexhotproduct_wrap_left_title h2 span{
  color: #0b9fab;
}
.indexhotproduct_wrap_left_title p{
  color:#fff;
  font-size:14px;
  padding: 20px 0;
}
.indexhotproduct_wrap_right{
  background: url(../images/img1.webp) center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:50px;
  position: relative;
  flex: 0 28%;
  margin-top: -150px;
  text-align: center;
  color:#Fff;
  margin-right: 4%;
}
.indexhotproduct_wrap_right::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0 , 0 ,0.5);
  z-index: 0;
}
.indexhotproduct_wrap_right_title{
  z-index: 999;
  position: relative;
}
.indexhotproduct_wrap_right_title h2{
  font-size: 20px;
    word-wrap: break-word;
    white-space: normal;
}
.indexhotproduct_wrap_right_title h3{
  font-size:48px;
  color: #0b9fab;
  padding: 20px 0;
  font-family: Impact;
  word-wrap: break-word;
    white-space: normal;

}
.indexhotproduct_wrap_right_title h4{
  font-size:16px;
  line-height: 24px;
  word-wrap: break-word;
    white-space: normal;
}

/* indexadvantages */
.indexadvantages{
  background: url(../images/bg1.webp) no-repeat right center #272a2f;
  padding: 80px 0;
  position: relative;
  height: 100%;
}

.indextitle {
  text-align: center;
  color:#fff;
}
.indextitle span{
  font-size:18px;
}
.indextitle h3{
  font-size:60px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom:50px;
  font-family: Impact;
  word-wrap: break-word;
    white-space: normal;
}
.indexadvantages_margin{
  margin-bottom: 20px;
}
.indexadvantages_border{
  border: 1px #666 solid;
  padding: 20px 20px 30px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.indexadvantages_wrap{
  
  position: relative;
  overflow: hidden;
  height: 100%;
}
.indexadvantages_wrap_title{
  text-align:center;
}
.indexadvantages_wrap_title span{
  font-size:14px;
  color: #fe9043;
  margin-bottom: 10px;
  display: block;
}
.indexadvantages_wrap_title h3{
  font-size:24px;
  color:#fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Impact;  
}
.indexadvantages_wrap_icon{
  text-align: center;
}
.indexadvantages_wrap_icon i {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  background-color: #272a2f;
  border-radius: 50%;
  margin: auto;
  position: relative;
  font-size: 48px;
  color: #fff;
  margin-top: -60px;
  display: inline-block;
  color: #0b9fab;
  transition: all 0.35s ease
}
.indexadvantages_wrap_icon:hover i{
  transform: rotateY(180deg);
  transition: all 0.35s ease
}
.indexadvantages_wrap_main{
  background: url(../images/bg2.webp) no-repeat bottom #32353a;
  margin-top:80px;
  padding:0 0 50px 0;
  position: relative;
  height: 100%;
}
.indexadvantages_wrap_tit{
  position: relative;
  height: 100%;
  padding: 20px 20px;
  color:#fff;
  word-wrap: break-word;
    white-space: normal;;
}
/* product */
.indexproduct{
  padding: 80px 0;
  position: relative;
}
.indexproduct .productSwiper{
  padding-bottom: 50px;
}
.indexproduct_title h2{
  font-size:24px;
  margin-bottom: 20px;
  color:#0b9fab
}
.indexproduct_title h3{
  font-size:60px;
  font-family: Impact;
  text-transform: uppercase;
}
.indexproductwrapper_img{
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.indexproductwrapper_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease
}
.indexproductwrapper_tit{
  text-align: center;
}
.indexproductwrapper_tit h2{
  font-size:18px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproductwrapper_tit h3{
  font-size:24px;
  color:#fe9043;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Impact;
  text-transform: uppercase;
  margin: 10px 0;
}
.indexproductwrapper_more{
  padding: 15px 50px;
  border-radius: 35px;
  background-color: #fe9043;
  display: inline-block;
  margin-top: 20px;
  font-family: Impact;
  text-transform: uppercase;
  color:#000;
  transition: all ease 0.5s;
}
.indexproductwrapper_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(0, 0 ,0 , 0.3);
  transition: all ease 0.5s;
}
.productSwiper{
  position: relative;
}
.productSwiper .swiper-button-next{
  top: 60px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius:2px;
  text-align: center;
  background-color: #fe9043;
  z-index: 9999;
  position: absolute;
  border-radius: 50%;
  color:#fff
}

.productSwiper .swiper-button-prev {
  top: 60px;
  left: auto;
  right:70px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius:2px;
  text-align: center;
  background-color: #fe9043;
  z-index: 9999;
  position: absolute;
  color:#fff;
  border-radius: 50%;
}
.swiper-button-next::after, .swiper-button-prev::after{
  font-size:16px
}
/* about */
.indexabout{
  padding:30px 0;
}
.indexabout_title h2{
  font-size:24px;
  color: #0b9fab;
}
.indexabout_title h1{
  font-size:72px;
  font-family:Impact;
  margin: 10px 0;
}
.indexabout_title p{
  padding: 10px 0;
  color:#666;
  word-wrap: break-word;
    white-space: normal;
  /*word-break: break-all;*/
}
.indexabout_title{
    margin-right: 30px;
}
.indexabout_more{
  background-color: #fe9043;
  padding: 15px 60px;
  font-family: Impact;
  display: inline-block;
  margin-top: 20px;
  border-radius: 35px;
  text-transform: uppercase;
  transition: all ease 0.5s;
  font-size:18px
}
.indexabout_more:hover{
  box-shadow: 10px 10px 0px 0px rgba(0, 0 ,0 , 0.3);
  transition: all ease 0.5s;
}

.indexabout_img{
  position: relative;
  width: 100%;
  height: 100%;
  background-color:#fe9043;
  display: block;
  padding-bottom: 20px;
}
.indexabout_img img{
  position: relative;
  margin-top: -30px;
  margin-left: -30px;  
}
/* news */

.indexnewstitle {
  text-align: center;
}
.indexnewstitle span{
  font-size:18px;
  color: #0b9fab;
}
.indexnewstitle h3{
  font-size:60px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom:50px;
  font-family: Impact;
  color:#000;
}
.indexnews{
  padding: 50px 0;
}
.indexnews_main{
  margin-top: 50px;
}
.indexnews .newblogflex {
  display: flex;
  flex-wrap: wrap;
}
.indexnews .blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}
.indexnews .blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexnews .blog_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.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews .blog_txt {
  padding: 20px 15px 30px 15px;
}
.indexnews .blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  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;
}
.indexnews .blog_txt p {
  word-wrap: break-word;
  /* white-space: pre-wrap; */
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  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;
}
.indexnews .blogmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexnews .blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #000;
  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;
}
.indexnews .blogline {
  width: 0%;
  height: 3px;
  background: #fe9043;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  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;
  transform: translateX(-50%);
}
.indexnews .blogli:hover .blogline {
  width: 100%;
}
.indexnews .blogli:hover .blogmore {
  background-color: #fe9043;
  border: 1px solid #fe9043;
  color: #fff;
}
.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #fe9043;
}
.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}
.indexnews .blogli {
  margin-bottom: 30px;
}
/* footer */
footer{
  background-color: #252525;
  padding: 30px 0;
  color: #fff;
  position: relative;

}
footer a{
  color: #fff;
}

.foot{
  padding-top:80px;
  padding-bottom: 80px;
}
.fot_nav{
  padding-bottom: 50px;
}
.fot_nav h2{
  font-size:18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.fot_nav ul li a{font-size: 16px;color: #fff;word-break: break-all;word-wrap: break-word;display: block;margin: 10px 0;}
.fot_nav ul li{
  /*line-height: 36px;*/
}
.fot_nav ul li a:hover{
  color: #fe9043;
}
.fot_about{
  border-top: 1px #999 solid;
  padding-top: 50px;
  padding-right: 10px;
}
.fot_about h3{
  font-size:48px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
    word-break: break-all;
    font-family: Impact;

}
.fot_about span{
  color: #fe9043;
  font-family: Impact;

}
.fot_about ul li{
  margin-bottom: 20px;
}
.fot_left{
  border-right:1px #999 solid; 
  height: 100%;
  position: relative;
}
.fot_right{
  position: relative;
  height: 100%;
}
.fot_right_about h3{
  font-size:48px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
  font-family: Impact;
}
.fot_right_about span{
  color: #fe9043;
  font-family: Impact;
}
.fot_right_about p{
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fot_contact {
  margin-top: 20px;
}
.fot_contact h3{
  color:#fe9043;
  font-size:16px;
  margin: 5px 0;
  font-weight: bold;
}
.fot_contact p{
  font-size:18px;
  color:#999;
  padding: 5px 0;
}
.bottom{
  margin-top:30px;
  color: #999;
}
.bottom a{
  color: #fe9043;
}
.foot{
  padding: 50px 0;
}
@media (max-width:576px) {
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#252525 !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
/*.indexhotproduct_wrap_right*/
  .indexhotproduct{
    padding: 50px 0;
  }
  .indexhotproduct_wrap{
    padding: 20px 10px;
  }
  .indexhotproduct_wrap_left{
    margin-left: 0;
    margin-top: 0;
  }
  .indexhotproduct_wrap_main{
    display: block;
  }
  .indexhotproduct_wrap_right{
    margin-top: 0;
    margin-right: 0;
  }
  .indexhotproduct_wrap_more{
    padding: 15px 40px;
  }
  .indexhotproduct_wrap_title h3{
    font-size: 48px;
    line-height: 48px;
  }
  .indexhotproduct_wrap_title h2{
    font-size:18px;
  }
  .indexhotproduct_wrap_right_title h3{
    margin: 0 0;
  }
  .indextitle h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexproduct .productSwiper{
    padding-bottom: 80px;
  }
  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe9043;
    z-index: 9999;
    margin-top: 50px;
  }
  .productSwiper .swiper-button-prev{
    left: 0;
    right: auto;
  }
  .indexproductwrapper_more{
    padding: 15px 25px;
  }
  .indexproduct_title h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexproduct_title h2{
    font-size:18px
  }
  .indexadvantages_border{
    margin-bottom: 20px;
  }
  .indexabout_title h1{
    font-size:48px
  }
  .indexabout_title h2{
    font-size:18px
  }
  .indexabout_right{
    padding-top: 50px;
  }
  .indexabout{
    padding: 0 0;
  }
  .indexnewstitle h3{
    font-size:48px
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_left{
    border: none !important;
  }
  .fot_about{
    padding-right: 0;
  }
}

@media (min-width:577px) and (max-width:767px) {
  .navbar-toggler {
    background:none;
  }
  .bg-dark {
    background:#252525 !important;
    padding:0 0 !important
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }

  .indexhotproduct{
    padding: 50px 0;
  }
  .indexhotproduct_wrap{
    padding: 20px 10px;
  }
  .indexhotproduct_wrap_left{
    margin-left: 0;
    margin-top: 0;
  }
  .indexhotproduct_wrap_main{
    display: block;
  }
  .indexhotproduct_wrap_right{
    margin-top: 0;
    margin-right: 0;
  }
  .indexhotproduct_wrap_more{
    padding: 15px 40px;
  }
  .indexhotproduct_wrap_title h3{
    font-size: 48px;
    line-height: 48px;
  }
  .indexhotproduct_wrap_title h2{
    font-size:18px;
  }
  .indexhotproduct_wrap_right_title h3{
    margin: 0 0;
  }
  .indexadvantages_border{
    margin-bottom: 20px;
  }
  .indextitle h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexproduct .productSwiper{
    padding-bottom: 80px;
  }
  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe9043;
    z-index: 9999;
    margin-top: 50px;
  }
  .productSwiper .swiper-button-prev{
    left: 0;
    right: auto;
  }
  .indexproductwrapper_more{
    padding: 15px 25px;
  }
  .indexproduct_title h3{
    font-size:48px;
    line-height: 48px;
  }
  .indexproduct_title h2{
    font-size:18px
  }
  .indexabout_title h1{
    font-size:48px
  }
  .indexabout_title h2{
    font-size:18px
  }
  .indexabout_right{
    padding-top: 50px;
  }
  .indexabout{
    padding: 0 0;
  }
  .indexnewstitle h3{
    font-size:48px
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_left{
    border: none !important;
  }
  .fot_about{
    padding-right: 0;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .indexhotproduct{
    padding: 80px 0;
  }
  .indexhotproduct_wrap{
    padding: 100px 20px 200px 20px;
  }
  .indexhotproduct_wrap_left{
    margin-left: 0;
    flex: 0 50%;
  }
  .indexhotproduct_wrap_right{
    margin-right: 0;
    flex: 0 50%;
  }
  .indextitle h3{
    font-size:48px
  }
  .indexadvantages{
    padding: 50px 0;
  }
  .indexproduct .productSwiper{
    padding-bottom: 80px;
  }
  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe9043;
    z-index: 9999;
    margin-top: 50px;
  }
  .productSwiper .swiper-button-prev{
    left: 0;
    right: auto;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexabout{
    padding: 30px 0;
  }
  .indexabout_right{
    padding-top: 50px;
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
  .fot_left{
    border: none !important;
  }
  .fot_about{
    padding-right: 0;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .indexhotproduct{
    padding: 80px 0;
  }
  .indexhotproduct_wrap{
    padding: 100px 20px 200px 20px;
  }
  .indexhotproduct_wrap_left{
    margin-left: 0;
    flex: 0 50%;
  }
  .indexhotproduct_wrap_right{
    margin-right: 0;
    flex: 0 50%;
  }
  .indextitle h3{
    font-size:48px
  }
  .indexadvantages{
    padding: 50px 0;
  }
  .indexproduct .productSwiper{
    padding-bottom: 80px;
  }
  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background-color: #fe9043;
    z-index: 9999;
    margin-top: 50px;
  }
  .productSwiper .swiper-button-prev{
    left: 0;
    right: auto;
  }
  .indexproduct{
    padding: 50px 0;
  }
  .indexabout{
    padding: 30px 0;
  }
  .indexabout_img img{
    margin-left: 0;
    margin-top: 0;
  }
  .indexabout_img{
    background: none;
    padding-top: 50px;
  }
  .indexabout_right{
    padding-top: 50px;
  }
  .fot_right_about h3{
    font-size: 30px;
  }
  .fot_about h3{
    font-size: 30px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .scrollsidebar{
    top:320px
  }
  .nav_wrap .head_nav > li{
    margin-left: 0;
    margin-right: 0;
  }
  .index_web_head .headernav_tel{
    margin-left: 0;
    font-size:24px
  }
  .headernav_box{
    flex: 0 8%;
  }
  .index_public_ad_header .public_ad_header{
    padding: 30px 30px 30px 0;
  }
  .fixed-nav .nav_wrap{
    flex: 0 64% !important;
  }
  .fixed-nav .headernav_box{
    flex: 0 6%;
  }
  .indexhotproduct_wrap_left{
    margin-left: 30%;
    flex: 38%;
  }
  .indexabout_img img{
    margin-left: -25px;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .index_public_ad_header .public_ad_header{
    padding: 30px 30px 30px 0;
  }
  .headernav_box{
    flex: 0 6%;
  }
 
}