@media screen and (max-width:480px){
.inqury_title_box .inqury_title_text{
  font-size: 24px !important;
}
.inqury_title_box .inqury_titl_desc{
  font-size: 12px !important;
}
.inqury-form .one-line-input{
  font-size: 12px !important;
}
 .inqury-form .textarea-input{
  font-size: 12px !important;
}
.inqury-form .phone-wrap input[type="number"]{
  width: 100% !important;
  font-size: 12px !important;
}

}
.mo-leftmenu ul li ul li a{
  line-height: 50px;
}

.sitetop {
  position: absolute;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.sitetop .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop span {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.sitetop span.mo-header-search {
  margin-right: 95px;
}

.sitetop span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-left,
.sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.sitetop p {
  /* padding: 0 0 0 38px; */
  margin-right: 30px;
  line-height: 30px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

.sitetop p.tel {
  background: url("../../images/tel.png") no-repeat left center;
}

.sitetop p.mail {
  background: url("../../images/mail.png") no-repeat left center;
}


.sitetop p a:hover {
  color: #e50a14;
}

.sitetop .share {
}

.sitetop .share a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 15px 0 0;
}

.sitetop .share a i {
  font-size: 19px;
}

.sitetop .share a:hover {
  color: var(--color-primary);
}

.header-lang {
  position: relative;
  z-index: 200;
}

.header-lang .box {
  height: 34px;
  width: 88px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255);
}

.header-lang .box img {
  float: left;
  margin: 7px 0 0 7px;
}

.header-lang .box em {
  float: left;
  margin: 7px 5px 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: rgba(255, 255, 255);
}

.header-lang .box i {
  float: left;
  margin: 7px 0 0 0;
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255);
}

.header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.header-lang .lang-box::before {
  content: "";
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.header-lang ul {
  max-height: 160px;
  overflow-y: scroll;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%;
}

.header-lang ul li:last-child {
  border: none;
}

.header-lang ul li a {
  color: #333;
  font-size: 12px;
  display: block;
}

.header-lang ul li a:hover {
  color: #015198;
}

.header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.search {
  margin: 0 10px 0 0;
  position: relative;
  z-index: 10;
}

.search h3 {
  width: 45px;
  height: 36px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}

.search h3 i {
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  -webkit-text-stroke-width: 0.1px;
  text-stroke-width: 0.1px;
}

.search .serchbox {
  display: none;
  position: absolute;
  background: #fff;
  width: 235px;
  height: 20px;
  padding: 10px;
  top: 36px;
  left: 0px;
  z-index: 1000;
  box-sizing: content-box;
}

.search .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 20px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
  box-sizing: border-box;
}

.search .serchbox .submit_btn {
  border: none;
  width: 35px;
  background: #d8261a;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.search:hover h3 {
  background: var(--color-primary);
}

.search:hover h3 i {
  color: #fff;
}

.search:hover .serchbox {
  display: block;
}

.mo-search {
  padding: 10px 15px;
  display: none;
  border-bottom: 1px solid #222;
  position: absolute;
  z-index: 200;
  left: 0;
  top: 51px;
  width: 100%;
  background: #333;
  box-sizing: border-box;
}

.mo-search .form-control {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 85%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px 0 0 4px;
}

.mo-search .submit_btn {
  float: left;
  width: 15%;
  height: 34px;
  line-height: 34px;
  background: #dd3e00;
  border: none;
  font-size: 18px;
  color: #fff;
  border-radius: 0 4px 4px 0;
}



.header {
  box-sizing: border-box;
  height: 110px;
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 60px;
}

.header > div {
  padding-left: 0;
  align-items: center;
  background: var(--color-primary);
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* -webkit-align-items: flex-start; */
  /* align-items: flex-start; */
}

.header span.mo-header-menu {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  text-indent: -9999px;
}

.header span.mo-header-menu i {
  font-size: 24px;
  line-height: 50px;
}

.header .logo {
  line-height: 110px;
  text-align: center;
  background: #fff;
  text-align: center;
  width: 330px;
  height: 110px;
}

.header .logo img {
  max-width: 260px;
  max-height: 100px;
}

.header .logo img.mo {
  display: none;
}
.search-lan{
  display:flex;
  padding-right: 100px;
}
.nav {
  height: 110px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.nav > ul {
  height: 100%;
  font-size: 0;
  text-align: center;
}

.nav > ul > li {
  height: 100%;
  display: inline-block;
  position: relative;
  /* margin: 0 30px; */
}

.nav > ul > li > a {
  height: 100%;
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 0 30px;
  line-height: 110px;
  text-align: center;
  position: relative;
}

.nav > ul > li > a i {
  color: inherit;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
}

.nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: 0;
  text-align: left;
  top: 110px;
  z-index: 1000;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 9px 0px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}

.nav > ul > li > ul::before {
  content: "";
  position: absolute;
  left: 40px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
  -webkit-text-stroke-width: 0.2px;
}

.nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 15px;
  color: #313131;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize;
}

.nav > ul > li > ul > li > a {
  padding-right: 20px;
}

.nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
}

.nav > ul > li > ul li > a:hover {
 color: #e50a14;
}

.nav > ul > li:nth-child(3) > ul {
  left: -55px;
  width: 226px;
}

.nav > ul > li:nth-child(3) > ul::before {
  left: 100px;
}

.nav > ul > li:nth-child(3) > ul li {
  /* float: left; */
  /* width: 48%; */
}

.nav > ul > li > ul li ul {
  left: 230px;
  top: 0;
}

.nav > ul > li:hover > a,
.nav > ul > li.active > a {
  color: #e50a14;
}
.nav > ul > li:hover,
.nav > ul > li.active {
  background-color: #fff;
  transition: background-color 0.3s ease; 
}
.nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.nav ul li:hover > ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
}

@media screen and (max-width: 1500px) {
  .nav > ul > li {
    margin: 0 17px;
  }

  .nav > ul > li > a {
    font-size: 19px;
  }
}

@media screen and (max-width: 1330px) {
  .sitetop p {
    font-size: 16px;
  }

  .nav > ul > li {
    margin: 0 10px;
  }

  .nav > ul > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1150px) {
  .sitetop p {
    font-size: 14px;
  }

  .sitetop .share {
    display: none;
  }

  .header {
    height: 80px;
  }

  .header .logo {
    width: 220px;
    height: 100px;
    background-position: center right;
  }

  .header .logo img {
    max-width: 200px;
    max-height: 90px;
  }

  .nav {
    height: 80px;
  }

  .nav > ul > li {
    margin: 0 8px;
  }

  .nav > ul > li > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .sitetop {
    position: absolute;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  .header{display:none}

 

  .sitetop p,
  .sitetop .share,
  .nav {
    display: none;
  }

  .sitetop span {
    display: block;
  }

 /*.header-lang {
    position: absolute;
    right: 10px;
    top: 9px;
  }*/

  .header-lang .box {
    height: 32px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 0;
  }

  .header-lang .box img {
    margin: 5px 0 0 5px;
    border-radius: 0;
  }

  .header-lang .box em {
    margin: 5px 5px 0 5px;
    color: #fff;
  }

  .header-lang .box i {
    margin: 5px 0 0 0;
    color: #fff;
  }

  .header-lang ul {
    padding: 0 5px;
    top: 32px;
    border: 1px solid #ccc;
    border-radius: 0;
  }

  .header-lang ul li img {
    margin-right: 5px;
    border-radius: 0;
  }

  .search {
    margin: 0 95px 0 0;
  }

  .header {
    height: auto;
    padding: 20px 0;
    position: static;
  }

  .header > div {
    background: #fff;
    -webkit-align-items: center;
    align-items: center;
  }

  .header .logo {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .header .logo img {
    margin-left: 0;
  }
  .header .logo img{
    height: 40px !important;
    
  }
  .header{
    padding: 10px 0 !important;
  }
  
  
  .sitetop-left .logo img{height:50px}
}



@media screen and (max-width:1441px) and (min-width:993px){
  .qili-sidebanner h1, .qili-sidebanner h2{
    display: none !important;
  }
  .qili-sidebanner p{
    margin-top: 170px !important;
  }
  .header{
    height: 75px !important;
  }
  .nav {
    height: 75px !important;
  }
  .header .logo img{
        max-height: 50px !important
  }
  .header .logo{
    background-size: 60% !important;
    height: 75px;
    line-height: 75px;
    width: 290px;
  }
  .nav > ul > li > a {
    line-height: 75px;
  }
}


@media(max-width:1199px){
  .nav > ul > li > a {padding: 0 15px;}
  .header .logo {width: 250px;}
}









/*首页板块的响应式                                  ********************************/

@media screen and (max-width:992px){
  .qili-aframe1 .item .txt p{
    text-align: center;
  }
}



@media screen and (max-width:992px){
      .gazolin-we-work-with-global-gndustries-block .sec-title .sec-explain {
        font-size: 12px !important;
        line-height: 20px !important;
    }
        .gazolin-we-work-with-global-gndustries-block {
        padding: 20px 0 !important;
    }
        .about-us .txt .t {
        line-height: 24px !important;
        font-size: 12px !important;
    }
        .arshine2-indicator_card ul li h5 {
        font-size: 24px !important;
    }
        .arshine2-indicator_card ul li h5::after {
        font-size: 14px !important;
    }
    .arshine2-indicator_card ul li:last-child{
      width: 100% !important;
    }
    #parallax strong{
      font-size: 26px !important;
    }
    .seize-customer .tit h3{
      font-size: 24px !important;
    }
        .seize-customer .tit p {
        font-size: 12px !important;
    }
    .latest-blog{
      padding: 20px 0 !important;
    }
    .latest-blog .title h1, .latest-blog .title h1 a, .latest-blog .title h2, .latest-blog .title h2 a, .latest-blog .title h3, .latest-blog .title h3 a, .latest-blog .title h4, .latest-blog .title h4 a, .latest-blog .title h5, .latest-blog .title h5 a{
      font-size: 24px !important;
    }
    .latest-blog .blogcon{
      margin-top: 0 !important;
    }
    .blogfl p, .blogfr p{
      font-size: 12px !important;
    }
    .guanxiang-goods-certifications .title h2, .guanxiang-goods-certifications .title h2 a{
      font-size: 24px !important;
    }
    .gazolin-we-work-with-global-gndustries-block .col-md-6:last-child{
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
}



/*手机端*/
.qili-menu_btn {
  width: 22px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  z-index: 8;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
}

.qili-menu_btn > .menu_btn_top {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 32px;
  height: 2px;
  border-radius: 1.5px;
  background: #fff;
  -webkit-transition: top 0.3s, background-color 0.3s, transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4);
  transition: top 0.3s, background-color 0.3s, transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0)
}



.qili-menu_btn > .menu_btn_bot {
  position: absolute;
  top: 16px;
  left: 87%;
  width: 15px;
  height: 2px;
  border-radius: 1.5px;
  background: #fff;
  -webkit-transition: top 0.3s, background-color 0.3s, transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4);
  transition: top 0.3s, background-color 0.3s, transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.6, 1.4);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0)
}



.mo-leftmenu {
  background: #000;
  position: fixed;
  top: 59px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 9999 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mo-leftmenu .tit {
}

.mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  font-family: "Times New Roman";
}

.mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
}

.mo-leftmenu > ul {margin-top: 50px;}

.mo-leftmenu > ul > li {
  line-height: 50px;
  font-size: 17px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}

.mo-leftmenu > ul > li.active {
  color:#fff;
  font-weight:bold
}


.mo-leftmenu > ul > li > a {
  padding: 0 0 0 40px;
  line-height: 50px;
}

.mo-leftmenu > ul > li > i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mo-leftmenu > ul > li.active {
}

.mo-leftmenu ul li a {
  display: block;
}

.mo-leftmenu ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}

.mo-leftmenu ul li ul li {
  line-height: 35px;
  font-size: 14px;
}

.mo-leftmenu ul li ul li a {
  background: url("../../images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
}

.menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.sung-header .sung-search-box .box {
  width: 100%;
}

.box1{
  padding: 50px 40px 20px 40px;
}

.serchbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #BEBEBE;
}

.serchbox .submit_text {
  background: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: right;
  padding: 0 15px;
  box-sizing: border-box;
  color: #fff;
}

.serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 40px;
  line-height: 40px;
  background: none;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.serchbox .submit_btn i {
  font-size: 28px;
  color: var(--text-color);
  vertical-align: middle;
  color: #fff;
}


.mo-leftmenu .header-lang {padding: 10px 0 0 40px;display: flex;align-items: center;}

.mo-leftmenu .header-lang span {color:#fff;padding-right: 20px;}

.sitetop-right .header-lang{display:none}

.sitetop{display:none}


.mo-leftmenu .header-lang .lang-box {right: 20%;top: 55px;}
.mo-leftmenu .header-lang .lang-box::before {right: 95px;}

@media(max-width:991px){
  .sitetop{display:block}
  .sitetop-right .header-lang{display:block;margin-right: 50px;}
  
}