.nav_wrap .head_nav > li > a {
  color: black;
}
.search i {
  color: black !important;
}
.fixed-nav .head_layer {
  background-color: white !important;
}
.fixed-nav .nav_wrap {
  background-color: white !important;
}
.head_layer{background-color: white;}
.container {
  max-width: 1340px !important;
}
.btn13 {
  border: 1px solid black;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: white;
}

.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: white;
  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: white;
  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;
}


.cp-duov {
	display: block;
	width: 280px;
	height: 46px;
	overflow: hidden;
	border-radius: 6px;
	background: #00A784;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	margin: 20px auto;
	border: 1px solid #00A784;
}

.cp-duov span {
	display: block;
	position: relative;
	top: 0;
	font-family: 'MONTSERRAT-Light';
	text-align: center;
}

.cp-duov:hover {
	background: white;
	color: #00A784;
}


.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: black;
  padding: 10px 60px;
}
.btn13 .btn-inner:hover{color: #fff;background-color :#901d22;}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.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.2);
}
.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;
}

.scrollsidebar{
    right: 10px!important;
}

.scrollsidebar .cont .Hidden{
    display: none;
    /*display: inline-block;*/
}
.email:hover .Hover{
  display: none;
}
.email:hover .Hidden {
  display: inline;
}
.whatsapp:hover .Hover{
  display: none;
}
.whatsapp:hover .Hidden {
  display: inline;
}
.skype:hover .Hover{
  display: none;
}
.skype:hover .Hidden {
  display: inline;
}



@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;
}

/* news */
.indexnews {
  padding: 60px 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 white;
  display: inline-block;
  font-size: 18px;
  color: white;
  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;
}
.indexnews_title_more:hover {
  background-color: white;
  color: #fff;
}

.blog_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.indexproduct_title{
        display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.blog_title span {
    font-size: 19px;
    font-weight: bold;
    color: #0B2154;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.indexgood span {
    font-size: 19px;
    font-weight: bold;
    color: #0B2154;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog_title h2 {
    word-break: break-all;
    font-size: 24px;
    color: #0B2154;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

/* allmain */
.allmain {
    padding: 70px 0;
}

.allmain_li {
    margin: 15px 0;
}

.allmain_box {
    position: relative;
    overflow: hidden;
}

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

.allmainimg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0%;
    margin-top: 21px;
}

.allmain_cover {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0,.1);
    z-index: 10;
}
.allmain_box i{
    display: block;
    margin: 0 auto 0 10px;
    width: 40px;
    height:40px;
    border: 1px solid black;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    /*position: absolute;*/
    /*bottom: 0%;*/
    /*z-index: 100;*/
}
.allmain_box .iconfont{
    font-size: 12px;
}
.yanse:hover {
    background: #901d22;
    color: white;
}
.yanse:hover  i  {
     border: 1px solid white;
}


.allmain_font {
    display: flex;
        position: absolute;
    left: 0%;
    bottom: 0%;
    padding: 0;
    z-index: 100;
    color: white;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    align-items: center;
}
.allmain_cover hover   .allmain_font {
    color:white;
    background-color: #901d22;
    font-weight: bold;
}
.yanse {
    transition:all ease 0.3s;
    padding: 20px;
    display: flex;
    align-items: center;
    color: black;
}


/* 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;
}
    .zeceng {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
}
.zeceng h3 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 10px;*/
    text-align: center;
    word-wrap: break-word;
    z-index: 9999;
    padding: 10px;
}
.indexproduct_hot_li:hover .indexproduct_hot_button a {
  background-color: #826f66;
}

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




/* footer */
.footer {
  background-color: black;
  padding: 60px 0;
  background: url(/wp-content/themes/global/static/images/bg5.webp);
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 20px;
}
.footer_main h2 {
  font-size: 14px;
  color: white;
  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-left: 0;
  margin-right: 15px;
  border-radius: 0;
  margin-bottom: 5px;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: white;
  margin-bottom: 15px;
  /*text-transform: capitalize;*/
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #901d22;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #901d22;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 18px;
  color: white;
  margin-right: 10px;
  border: 1px solid white;
  padding:2px 6px;
}
.footer_contact li p {
  font-size: 16px;
  color: white;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: white;
  flex: 1;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid white;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}
.footer_copyrights_name {
  font-size: 14px;
  color: white;
}
.footer_copyrights_p p {
  font-size: 14px;
  color: black;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 14px;
  color: white;
  display: inline;
  text-transform: uppercase;
}
.footer_tags {
  border-bottom: 1px solid white;
  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: white;
  text-transform: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: white;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: white;
}
.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: white;
  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: #e7f5ff;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: white;
  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;
}
/* 1 */
.indexproduct{padding: 60px 0;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title h2{font-size: 24px;color: #0B2154;font-weight: bold;text-align: center;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box {height: 100%;position: relative;overflow: hidden;border: 1px solid #ddd;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{width: 100%;height: auto;position: relative;overflow: hidden;display: block;padding-top: 60%;}
.indexproduct_img img{width: 60%;vertical-align: middle;position: absolute;top: 0;left: 20%;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{background-color: white;padding: 20px;}
.indexproduct_content h3{color: #fff;text-align: center; font-weight: bold; font-size: 18px;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_content a{color: black;font-size: 18px;font-weight: bold;text-align: center;display: block;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_li:hover .indexproduct_box{border: 1px solid #901d22;border-radius: 20px;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}
/* indexabout */
.indexabout{padding: 70px 0;background-color: #f0f3f8;}
.indexabout_maskimg{margin-bottom: 50px;}
.indexabout_maskimg img{width: 100%;vertical-align: middle;}
.indexabout_hd_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_hd_content span {
  font-size: 20px;
  color: #000;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: bold;
}
.indexabout_hd_content h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.indexabout_hd_content p {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* number */
.indexadvantage{padding: 0 0 70px 0;background-color: #f0f3f8;}
.indexadvantage_main{margin-top: 50px;}
.indexadvantageflex{display: flex;flex-wrap: wrap;}
.indexadvantage_box{ height: 100%; background-color: #0f1113;padding: 30px 20px;}
.datanum{display: flex;justify-content: center;align-items: center;}
.datanum span{font-size: 48px;color: #fff;font-weight: bold;}
.datanum b{font-size: 48px;color: #fff;font-weight: bold;}
.indexadvantage_box h3{font-size:20px;color: #fff;text-align: center; word-wrap: break-word;word-break: break-all; font-weight: bold;margin: 5px 0 10px 0;}
.indexadvantage_box p{font-size: 14px;color: #fff;text-align: center; word-wrap: break-word;word-break: break-all;}
.indexadvantage_main .indexadvantage_li:nth-child(2) .indexadvantage_box{height: 100%; transform: scaleY(1.1); background-color: white;}
.indexadvantage_main .indexadvantage_li:nth-child(3) .indexadvantage_box{height: 100%;transform: scaleY(1.1); background-color: white;}
.indexadvantage_main .indexadvantage_li:nth-child(1),.indexadvantage_main .indexadvantage_li:nth-child(4){margin-top: 10px;}
/* indexgood */
.indexgood{padding: 60px 0 0 0;}
.indexgood_flex{display: flex;flex-wrap: wrap;align-items: center;}
/* shi pei */
@media (max-width:576px){
.yanse h3{
    font-size: 12px;
}
  .scrollsidebar{display: none;}
  .bg-dark{background-color: white !important;}
  .navbar-toggler{background-color: #333 !important;}
  .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  .indexabout{padding: 40px 0;}
  .indexabout_maskimg{display: none;}
  .indexabout_hd_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 250px;}
  .videobox iframe{max-height: none;min-height: 250px;}
  .indexadvantage_main{margin-top: 0;}
  .indexadvantage_li {margin-bottom: 30px;}
  .indexadvantage_main .indexadvantage_li:nth-child(2) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(3) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(1), .indexadvantage_main .indexadvantage_li:nth-child(4){margin-top: 0;}
  .datanum span{font-size: 28px;}
  .datanum b{font-size: 28px;}
  .indexadvantage_box h3{font-size: 16px;}
  .indexadvantage{padding: 0 0 30px 0;}
  .indexgood{padding: 0;}
  .indexnews{padding: 30px 0;}
  .indexnews_title_left h2{font-size: 36px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 15px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}


}
@media (min-width:576px) and (max-width:768px) {
.yanse h3{
    font-size: 12px;
}
  .scrollsidebar{display: none;}
  .bg-dark{background-color: white !important;}
  .navbar-toggler{background-color: #333 !important;}
  .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  .indexabout{padding: 40px 0;}
  .indexabout_maskimg{display: none;}
  .indexabout_hd_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 350px;}
  .videobox iframe{max-height: none;min-height: 350px;}
  .indexadvantage_main{margin-top: 0;}
  .indexadvantage_li {margin-bottom: 30px;}
  .indexadvantage_main .indexadvantage_li:nth-child(2) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(3) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(1), .indexadvantage_main .indexadvantage_li:nth-child(4){margin-top: 0;}
  .datanum span{font-size: 28px;}
  .datanum b{font-size: 28px;}
  .indexadvantage_box h3{font-size: 16px;}
  .indexadvantage{padding: 0 0 30px 0;}
  .indexgood{padding: 0;}
  .indexnews{padding: 30px 0;}
  .indexnews_title_left h2{font-size: 36px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 15px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:768px) and (max-width:992px) {
.yanse h3{
    font-size: 12px;
}
.zeceng h3 {
    font-size: 13px;
}
  .scrollsidebar{display: none;}
  .bg-dark{background-color: white !important;}
  .navbar-toggler{background-color: #333 !important;}
  .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  .indexabout{padding: 40px 0;}
  .indexabout_maskimg{display: none;}
  .indexabout_hd_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 500px;}
  .videobox iframe{max-height: none;min-height:500px;}
  .indexadvantage_main{margin-top: 0;}
  .indexadvantage_li {margin-bottom: 30px;}
  .indexadvantage_main .indexadvantage_li:nth-child(2) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(3) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(1), .indexadvantage_main .indexadvantage_li:nth-child(4){margin-top: 0;}
  .datanum span{font-size: 28px;}
  .datanum b{font-size: 28px;}
  .indexadvantage_box h3{font-size: 16px;}
  .indexadvantage{padding: 0 0 30px 0;}
  .indexgood{padding: 0;}
  .indexnews{padding: 30px 0;}
  .indexnews_title_left h2{font-size: 36px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 15px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:992px) and (max-width:1200px) {
  .scrollsidebar{display: none;}
  .bg-dark{background-color: white !important;}
  .navbar-toggler{background-color: #333 !important;}
  .indexproduct{padding: 40px 0  10px 0;}
  .indexproduct_title h2{font-size: 30px;}
  .indexproduct_content{padding: 15px 10px;}
  .indexproduct_content h3,.indexproduct_content a{font-size: 16px;}
  .indexabout{padding: 40px 0;}
  .indexabout_maskimg{display: none;}
  .indexabout_hd_left {margin-bottom: 30px;}
  .videobox{width: 90%;max-height: none;min-height: 500px;}
  .videobox iframe{max-height: none;min-height: 500px;}
  .indexadvantage_main{margin-top: 0;}
  .indexadvantage_li {margin-bottom: 30px;}
  .indexadvantage_main .indexadvantage_li:nth-child(2) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(3) .indexadvantage_box{transform: none;}
  .indexadvantage_main .indexadvantage_li:nth-child(1), .indexadvantage_main .indexadvantage_li:nth-child(4){margin-top: 0;}
  .datanum span{font-size: 28px;}
  .datanum b{font-size: 28px;}
  .indexadvantage_box h3{font-size: 16px;}
  .indexadvantage{padding: 0 0 30px 0;}
  .indexgood{padding: 30px 0 0 0;}
  .indexnews{padding: 30px 0;}
  .indexnews_title_left h2{font-size: 36px;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 15px;}
  .footer{padding: 40px 0 70px 0;}
  .footer_logo img{max-height: 50px;}
  .footer_page {display: none;}
  .footer_product {display: none;}
}
@media (min-width:1200px) and (max-width:1400px) {
  .videobox{width: 90%;}
}
@media (min-width:1400px) and (max-width:1680px) {}