
.search i {
  color: #000 !important;
}

/* 1 */
.container {
  max-width: 1440px !important;
}
.brand {
  padding: 30px 0;
  background-color: #3a3845;
}
.brand_flex {
  display: flex;
  flex-wrap: wrap;
}
.brand_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.brand_box img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.brand_box h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.brand_box p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
}
/* 2 */
.indexproduct {
  padding: 60px 0 30px 0;
}
.indexproduct_title {
  margin-bottom: 30px;
}
.indexproduct_title span {
  font-size: 16px;
  color: #3a3845;
  text-align: center;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexproduct_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_li {
  margin-bottom: 30px;
}
.indexproduct_box {
  height: 100%;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.25);
}
.indexproduct_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.indexproduct_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  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_content {
  padding: 20px 15px;
}
.indexproduct_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  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_content p {
  font-size: 16px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_button {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #3a3845;
  margin-top: 15px;
  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_button p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.indexproduct_li:hover .indexproduct_content h3 {
  color: #3a3845;
}
.indexproduct_li:hover .indexproduct_button {
  background-color: #062b86;
}
.indexproduct_li:hover .indexproduct_img img {
  transform: scale(1.2);
}
/* product_brand */
.indexproduct_brand_main {
  background: url(../images/img10.jpg) no-repeat 50% 50% fixed;
  background-size: cover;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.indexproduct_brand_mask {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.indexproduct_brand_content {
  z-index: 99;
  position: relative;
  width: 60%;
}
.indexproduct_brand_content span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.indexproduct_brand_content h2 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexproduct_brand_content p {
  font-size: 16px;
  color: #fff;
}
.indexproduct_brand_content a {
  padding: 10px 60px;
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  color: #000;
  display: inline-block;
  margin-top: 20px;
  text-transform: uppercase;
  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_brand_content a:hover {
  background-color: #3a3845;
  color: #fff;
}
/* hot product */
.indexproduct_hot {
  padding: 60px 0;
}
.indexproduct_hot_flex {
  display: flex;
  flex-wrap: wrap;
}
.indexproduct_hot_box {
  height: 100%;
}
.indexproduct_hot_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70%;
  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_hot_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  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_hot_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0px;
  flex: 1;
}
.indexproduct_hot_text h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 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_hot_text p {
  font-size: 16px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.indexproduct_hot_button a {
  padding: 30px 15px;
  background-color: #3a3845;
  margin-left: 20px;
  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_hot_button p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
.indexproduct_hot_li:hover .indexproduct_hot_button a {
  background-color: #062b86;
}

.indexproduct_hot_li:hover .indexproduct_hot_text h3 {
  color: #3a3845;
}
.indexproduct_hot_li:hover .indexproduct_hot_img img {
  transform: scale(1.1);
}
.indexproduct_hot_li:hover .indexproduct_hot_img {
  border-radius: 15px;
}
/* about us */
.indexabout_hd_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.indexabout {
  background-color: #062b86;
  padding: 40px 0;
}
.indexabout_hd_content span {
  font-size: 20px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.indexabout_hd_content h1 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexabout_hd_content p {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn13 {
  border: 1px solid #d0d0d0;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover {
  color: #fff;
  border-color: #3a3845;
}

.btn13 .bgsqr1 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #3a3845;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13 .bgsqr2 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #3a3845;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
  border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
  border-width: 50px 260px;
}
.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #fff;
  padding: 10px 60px;
}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
}
.indexabout_video_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutus {
  padding: 40px 0;
  background: url(../images/backjpg.jpg) fixed;
}
.indexaboutus_img img {
  width: 100%;
  vertical-align: middle;
}
.indexaboutus .indexabout_hd_content span {
  color: #333;
}
.indexaboutus .indexabout_hd_content h1 {
  color: #000;
}
.indexaboutus .indexabout_hd_content p {
  color: #000;
}
.indexaboutus .btn13 .btn-inner {
  color: #000;
}
.indexaboutus .btn13 .btn-inner:hover {
  color: #fff;
}
/* customer feedback */
.indexanswer {
  padding: 60px 0;
}
.indexanswerright {
  position: relative;
}
.indexjia_content p {
  font-size: 14px;
  color: #333;
  word-wrap: break-word;
}
.indexanswer_content h2 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: italic;
}
.zjr span {
  display: block;
  width: 100px;
  height: 4px;
  background-color: #264699;
}
.zjr {
  margin-bottom: 30px;
}
.indexjia_rate i {
  font-size: 16px;
  color: #fad23c;
}
.indexjia_more a {
  display: flex;
  justify-content: flex-end;
  align-items: 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;
}
.indexjia_more p {
  font-size: 18px;
  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;
}
.indexjia_more i {
  font-size: 22px;
  color: #000;
  margin-left: 10px;
  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;
}
.indexjia_more a:hover {
  margin-right: 30px;
}
.indexjia_more a:hover p {
  color: #fff;
}
.indexjia_more a:hover i {
  color: #fff;
}
.indexjia_num {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.indexjia_num p {
  font-size: 70px;
  color: #000;
  font-weight: bold;
  margin-left: 8px;
}
.indexjia_left_title h4 {
  font-size: 70px;
  color: #000;
  font-weight: bold;
}
.indexjia_left_title h6 {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.indexjia_left_title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.6);
}
.indexanswerimg img {
  width: 100%;
  vertical-align: middle;
}
.indexanswerimg {
}

.indexanswerflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.indexthreemore {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  border-radius: 30px;
  background-color: #fff;
}
.indexthreemore:hover {
  background-color: #264699;
  color: #fff;
}
.indexthreemore:hover p,
.indexthreemore:hover i {
  color: #fff;
}
.indexjia_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-icon {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background: #264699;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 45%;
}
.quote-icon:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0.2;
}
.quote-icon i {
  font-size: 40px;
  color: #fff;
}

.comment_main .swiper-pagination-bullet {
  background: transparent;
  opacity: 0.8 !important;
  width: 10px;
  height: 10px;
  background-color: #ddd;
}
.comment_main .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: #d1bc92 !important;
}
.comment_main .swiper-button-next,
.comment_main .swiper-button-prev {
  color: #d1bc92;
}
.person {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.person img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.fankui {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.names {
  margin-top: 20px;
}
.names h3 {
  font-size: 22px;
  color: #d1bc92;
}
.names span {
  font-size: 14px;
  color: #292929;
  margin-top: 10px;
  display: block;
}
.comment_main .swiper {
  width: 100%;
  height: 100%;
}
.comment_main .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 40px;
}
.comment_main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* news */
.indexnews {
  padding: 0 0 50px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 10px 40px;
  border: 1px solid #3a3845;
  display: inline-block;
  font-size: 18px;
  color: #3a3845;
  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;
}
.indexnews_title_more:hover {
  background-color: #3a3845;
  color: #fff;
}
/* footar */
.footar {
  background-color: #000;
  padding: 60px 0;
}
.footar_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 20px;
}
.footar_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.footar_main .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footar_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  margin-bottom: 5px;
}
.footar_page h3,
.footar_product h3,
.footar_contact h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footar_page a,
.footar_product a {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
}
.footar_product a:hover {
  text-decoration: underline !important;
  color: #062b86;
}
.footar_page a:hover {
  text-decoration: underline !important;
  color: #062b86;
}
.footar_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footar_contact li i {
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.footar_contact li p {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footar_contact li a {
  font-size: 16px;
  color: #fff;
  flex: 1;
}
.footar_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%;
}
.footar_copyrights_name {
  font-size: 14px;
  color: #fff;
}
/* .footar_copyrights_p {
  display: flex;
  justify-content: flex-end;
  align-items: center;
} */
.footar_copyrights_p p {
  font-size: 14px;
  color: #fff;
  display: inline;
}
.footar_copyrights_p a {
  font-size: 14px;
  color: #fad23c;
  display: inline;
  text-transform: uppercase;
}
.footar_tags {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footar_tags p {
  font-size: 14px;
  color: #ddd;
  text-transform: capitalize;
}
.footar_tags a {
  font-size: 14px;
  color: #ddd;
  display: block;
  margin: 5px;
}
.footar_tags a:hover {
  text-decoration: underline !important;
  color: #062b86;
}
.bg-dark {
  background-color: #fff !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.indexchoose {
  padding: 80px 0;
}
.indexchoose_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
}
.indexchoose_img {
  position: relative;
}
.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}
.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #062b86;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}
.indexchoose_title p {
  font-size: 16px;
  color: #333;
}
.indexchoose_list {
  margin-top: 40px;
}
.fivetxt {
  flex: 1;
}
.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #f8f8f8;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #fad23c;
  text-align: center;
}
.indexchoose_list li h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.indexchoose_list li p {
  font-size: 14px;
  color: #333;
}
@media (max-width: 576px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}
  .brand_li {
    margin: 10px 0;
  }
  .brand {
    padding: 10px 0;
  }
  .brand_box h3 {
    font-size: 16px;
  }
  .brand_box p {
    font-size: 14px;
  }
  .brand_box img {
    width: 35px;
    height: 35px;
  }
  .indexproduct {
    padding: 30px 0;
  }
  .indexproduct_title h2 {
    font-size: 32px;
  }
  .indexproduct_button {
    display: none;
  }
  .indexproduct_brand_main {
    padding: 30px 15px;
  }
  .indexproduct_brand_content {
    width: 100%;
  }
  .indexproduct_brand_content h2 {
    font-size: 18px;
  }
  .indexproduct_brand_content span {
    font-size: 16px;
  }
  .indexproduct_brand_content p {
    font-size: 14px;
  }
  .indexproduct_hot {
    padding: 30px 0;
  }
  .indexabout_hd_left {
    margin-bottom: 30px;
  }
  .indexabout_hd_content p {
    font-size: 14px;
  }
  .quote-icon {
    display: none;
  }
  .indexanswer {
    padding: 30px 0;
  }
  .indexanswer_content h2 {
    font-size: 20px;
  }
  .indexnews_title_left h2 {
    font-size: 32px;
  }
  .indexnews_title_more {
    padding: 5px 40px;
    margin-top: 10px;
  }
  .indexproduct_brand_content a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .indexnews_main .blogli:last-child {
    display: none;
  }
  .indexnews {
    padding: 0 0 20px 0;
  }
  .footar {
    padding: 30px 0 70px 0;
  }
  .footar_page {
    display: none;
  }
  .footar_product {
    display: none;
  }
  .footar_contact {
    margin-top: 30px;
  }
  .footar_logo img {
    max-height: 50px;
  }
  .footar_copyrights_name {
    margin-bottom: 10px;
  }
  .footar_copyrights_p a {
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 300px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 300px;}
  .brand_li {
    margin: 10px 0;
  }
  .brand {
    padding: 10px 0;
  }
  .brand_box h3 {
    font-size: 16px;
  }
  .brand_box p {
    font-size: 14px;
  }
  .brand_box img {
    width: 35px;
    height: 35px;
  }
  .indexproduct {
    padding: 30px 0;
  }
  .indexproduct_title h2 {
    font-size: 32px;
  }
  .indexproduct_button {
    display: none;
  }
  .indexproduct_brand_main {
    padding: 30px 15px;
  }
  .indexproduct_brand_content {
    width: 100%;
  }
  .indexproduct_brand_content h2 {
    font-size: 18px;
  }
  .indexproduct_brand_content span {
    font-size: 16px;
  }
  .indexproduct_brand_content p {
    font-size: 14px;
  }
  .indexproduct_hot {
    padding: 30px 0;
  }
  .indexabout_hd_left {
    margin-bottom: 30px;
  }
  .indexabout_hd_content p {
    font-size: 14px;
  }
  .quote-icon {
    display: none;
  }
  .indexanswer {
    padding: 30px 0;
  }
  .indexanswer_content h2 {
    font-size: 20px;
  }
  .indexnews_title_left h2 {
    font-size: 32px;
  }
  .indexnews_title_more {
    padding: 5px 40px;
    margin-top: 10px;
  }
  .indexproduct_brand_content a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .indexnews_main .blogli:last-child {
    display: none;
  }
  .indexnews {
    padding: 0 0 20px 0;
  }
  .footar {
    padding: 30px 0 70px 0;
  }
  .footar_page {
    display: none;
  }
  .footar_product {
    display: none;
  }
  .footar_contact {
    margin-top: 30px;
  }
  .footar_logo img {
    max-height: 50px;
  }
  .footar_copyrights_name {
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .footar_copyrights_p a {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .brand_li {
    margin: 10px 0;
  }
  .brand {
    padding: 10px 0;
  }
  .brand_box h3 {
    font-size: 16px;
  }
  .brand_box p {
    font-size: 14px;
  }
  .brand_box img {
    width: 35px;
    height: 35px;
  }
  .indexproduct {
    padding: 30px 0;
  }
  .indexproduct_title h2 {
    font-size: 32px;
  }
  .indexproduct_button {
    display: none;
  }
  .indexproduct_brand_main {
    padding: 30px 15px;
  }
  .indexproduct_brand_content {
    width: 100%;
  }
  .indexproduct_brand_content h2 {
    font-size: 18px;
  }
  .indexproduct_brand_content span {
    font-size: 16px;
  }
  .indexproduct_brand_content p {
    font-size: 14px;
  }
  .indexproduct_hot {
    padding: 30px 0;
  }
  .indexabout_hd_left {
    margin-bottom: 30px;
  }
  .indexabout_hd_content p {
    font-size: 14px;
  }
  .quote-icon {
    display: none;
  }
  .indexanswer {
    padding: 30px 0;
  }
  .indexanswer_content h2 {
    font-size: 20px;
  }
  .indexnews_title_left h2 {
    font-size: 32px;
  }
  .indexnews_title_more {
    padding: 5px 40px;
    margin-top: 10px;
  }
  .indexproduct_brand_content a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .indexnews_main .blogli:last-child {
    display: none;
  }
  .indexnews {
    padding: 0 0 20px 0;
  }
  .footar {
    padding: 30px 0 70px 0;
  }
  .footar_page {
    display: none;
  }
  .footar_product {
    display: none;
  }
  .footar_contact {
    margin-top: 30px;
  }
  .footar_logo img {
    max-height: 50px;
  }
  .footar_copyrights_name {
    margin-bottom: 10px;
    margin-right: 30px;
  }
  .footar_copyrights_p a {
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .brand_li {
    margin: 10px 0;
  }
  .brand {
    padding: 10px 0;
  }
  .brand_box h3 {
    font-size: 16px;
  }
  .brand_box p {
    font-size: 14px;
  }
  .brand_box img {
    width: 35px;
    height: 35px;
  }
  .indexproduct {
    padding: 30px 0;
  }
  .indexproduct_title h2 {
    font-size: 32px;
  }
  .indexproduct_button {
    display: none;
  }
  .indexproduct_brand_main {
    padding: 30px 15px;
  }
  .indexproduct_brand_content {
    width: 100%;
  }
  .indexproduct_brand_content h2 {
    font-size: 18px;
  }
  .indexproduct_brand_content span {
    font-size: 16px;
  }
  .indexproduct_brand_content p {
    font-size: 14px;
  }
  .indexproduct_hot {
    padding: 30px 0;
  }
  .indexabout_hd_left {
    margin-bottom: 30px;
  }
  .indexabout_hd_content p {
    font-size: 14px;
  }
  .quote-icon {
    display: none;
  }
  .indexanswer {
    padding: 30px 0;
  }
  .indexanswer_content h2 {
    font-size: 20px;
  }
  .indexnews_title_left h2 {
    font-size: 32px;
  }
  .indexnews_title_more {
    padding: 5px 40px;
    margin-top: 10px;
  }
  .indexproduct_brand_content a {
    font-size: 16px;
    padding: 10px 30px;
  }
  .indexnews {
    padding: 0 0 20px 0;
  }
  .footar {
    padding: 30px 0 70px 0;
  }
  .footar_page {
    display: none;
  }
  .footar_product {
    display: none;
  }

  .footar_logo img {
    max-height: 50px;
  }

  .footar_copyrights_p a {
    margin-left: 0;
  }
  .indexabout_hd_content h1 {
    font-size: 18px;
  }
  .indexabout_hd_content span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .gotop {
    bottom: 150px;
    right: 10px;
  }
  .product_left_hotproduct{display: none;}
  .videobox{width: 90%;}
}
@media (min-width: 1400px) and (max-width: 1680px) {
}
