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

}

.inqury_title_box .inqury_titl_desc a{
  font-weight: bold;
  color: var(--color-primary);
  font-family: var(--title-font-family);
}
.sidebanner-rightint2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%) !important;
}
.sidebanner-rightint2 h1,
.sidebanner-rightint2 h2 {

  text-shadow: 2px 1px 1px #333 !important;
}
.sitetop-rightint2 {
  position: relative;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 30;
  background-color: #f7f7f7;
}
.sitetop-rightint2 .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  max-width: 1655px;
}
.sitetop-rightint2 span {
  display: none;
  text-align: center;
  cursor: pointer;
}
.sitetop-rightint2 span.mo-header-search {
  margin-right: 95px;
}
.sitetop-rightint2 span i {
  color: #fff;
  font-size: 24px;
}

.sitetop-rightint2-left,
.sitetop-rightint2-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 p {
  /* padding: 0 0 0 38px; */
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  font-weight: 300;
  margin-right: 10px;
}
.sitetop-rightint2 p.tel i,
.sitetop-rightint2 p.mail i{
  font-size: 18px;
}

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

.sitetop-rightint2 .share {
  margin-left: 28px;
}
.sitetop-rightint2 .share a {
  display: inline-block;
  background-color: var(--color-primary);
  margin: 0 15px 0 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
}
.sitetop-rightint2 .share a i {
  font-size: 19px;
  color: #fff;
}
.sitetop-rightint2 .share a:hover {
  color: var(--color-primary);
}

.sitetop-rightint2 .sitetop-left,
.sitetop-rightint2 .sitetop-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sitetop-rightint2 .sitetop-left p{}
.sitetop-rightint2 .sitetop-left p a{text-decoration: underline;}
.sitetop-rightint2 .sitetop-left p img{max-width: 30px;vertical-align: middle;}
.sitetop-rightint2 .sitetop-right .search i{
  font-size: 20px;
}
.sitetop-rightint2 .header-rightint2-right {
  height: 36px;
}

.sitetop-rightint2-search-box {
  top: 190px;
}

.sitetop-rightint2-header .nav > ul > li .drop-down {
  top: 190px;
}

.sitetop-rightint2-header-right {
  display: none !important;
}

.search-box-rightint2 {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 190px;
  background: rgba(0, 0, 0, 0.67);
  padding: 25px 0;
}

.search-box-rightint2 .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px;
}

.search-box-rightint2 .close i {
  font-size: 21px;
  color: #fff;
}

.search-box-rightint2 .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.search-box-rightint2 .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
}

.search-box-rightint2 .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 55px;
  background: var(--color-primary);
  text-align: center;
  display: block;
  cursor: pointer;
}

.search-box-rightint2 .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff;
}

.mo-leftmenu-rightint2 {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 1005 !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);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.mo-leftmenu-rightint2 .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

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

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

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

.mo-leftmenu-rightint2 > ul {
}

.mo-leftmenu-rightint2 > ul > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

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

.mo-leftmenu-rightint2 > 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-rightint2 > ul > li.active {
}

.mo-leftmenu-rightint2 ul li a {
  color: #333;
  display: block;
}

.mo-leftmenu-rightint2 ul li a:hover {
  text-decoration: none;
}

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

.mo-leftmenu-rightint2 ul li ul li {
  line-height: 35px;
}

.mo-leftmenu-rightint2 ul li ul li a {
    padding: 0 0 0 20px;
    line-height: 40px;
    font-size: 12px;
}

.header-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background-color: #fff;
}
.header-rightint2 .inq a
{
  /* width: 280px; */
  /* height: 55px; */
  line-height: 45px;
  display: block;
  background: #fff;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: var(--color-primary);
  font-weight: 300;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 16px;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  display: block;
}
.header-rightint2.prefix {
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  animation: .95s ease-in-out 0s normal none 1 running fadeInDown; background: #fff;
}
.header-rightint2 .nav > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li {
  position: relative;
  margin-left: 60px;
}

.header-rightint2 .nav > ul > li.static {
  position: static;
}

.header-rightint2 .nav > ul > li > a {
  display: block;
  font-size: 20px;
  color: #181717;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 20;
}

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

.header-rightint2 .nav > ul > li > ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -30px;
  text-align: left;
  top: 58px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  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;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
}

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

.header-rightint2 .nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
}

.header-rightint2 .nav > ul > li > ul li:last-child {
  border: none;
}

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

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

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

.header-rightint2 .nav > ul > li > ul li:hover > a {
  background: var(--color-primary);
  color: #fff;
}

.header-rightint2 .nav > ul > li > ul li ul {
  left: 210px;
  top: 0;
}

.header-rightint2 .nav > ul > li:hover > a,
.header-rightint2 .nav > ul > li.active > a {
  color: var(--color-primary);
  font-weight: 700;
}

.header-rightint2 .nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.header-rightint2 .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);
}
.header-rightint2 .nav > ul > li .drop-down .menu-col li{
  font-size: 14px;
  margin-top: 15px;
}
.header-rightint2 .nav > ul > li .drop-down  .col-menu:last-child{
border-right:none;
}
.header-rightint2 .nav > ul > li .drop-down  .col-menu{border-right: 1px #c1c1c1 solid;}
.header-rightint2 .nav > ul > li .drop-down {
  position: absolute;
  /* width: auto; */
  /* left: -900px; */
  top: 90px;
  z-index: 100;
  padding: 30px 0;
  box-sizing: border-box;
  background: #f1f1f1;
  box-shadow: 0 6px 5px rgba(1, 1, 1, 0.14);
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  /* left: 0; */
  /* right: 0; */
  width: 900px;
  margin: auto;
  /* float: none; */
  right: -500px;
  /* left: 0; */
  /* width: 100%; */
  /* padding: 0 20px; */
}
.header-rightint2 .nav > ul > li .drop-down .row{padding: 0 40px;}
.header-rightint2 .nav > ul > li .drop-down .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header-rightint2 .nav > ul > li .drop-down .title{
  font-size: 18px;
  font-weight: 900;
  color: #333;
}
.header-rightint2 .nav > ul > li .drop-down .tab {
  width: 340px;
  margin-top: 10px;
  border-right: 1px solid #cccbcb;
  padding-right: 40px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span {
  display: block;
  font-size: 17px;
  color: #0e0e0e;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
}

.header-rightint2 .nav > ul > li .drop-down .tab span + span {
  margin-top: 20px;
}

.header-rightint2 .nav > ul > li .drop-down .tab span.active {
  color: var(--color-primary);
}

.header-rightint2 .nav > ul > li .drop-down .tab-list {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 50px;
}

.header-rightint2 .nav > ul > li .drop-down .list {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
}

.header-rightint2 .nav > ul > li .drop-down .list.active {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-rightint2 .nav > ul > li .drop-down .list dl {
  width: 25%;
  padding: 10px;
  position: relative;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dt {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 15px;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd {
  font-size: 16px;
  display: block;
  color: #4b4b4b;
  font-weight: 300;
}

.header-rightint2 .nav > ul > li .drop-down .list dl dd + dd {
  margin-top: 6px;
}

.header-rightint2 .nav > ul > li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.header-rightint2 .logo img {
  height: 76px;
}

@media (max-width: 766px) {
  .visible-xs-block-rightint2 {
    display: block !important;
  }
}

.visible-xs-block-rightint2 {
  display: none !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.header-rightint2 {
  height: 130px;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.header-rightint2 .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.header-rightint2 .logo {
}

.header-rightint2 h1 a {
  display: inline-block;
  width: 225px;
  height: 76px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 225px 76px;
}

.header-rightint2-right {
  background: #fff;
  border: 1px solid #e9e9e9;
  height: 57px;
  padding: 0 20px;
  border-radius: 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 20;
}

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

.header-rightint2-lang .current-lang {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.header-rightint2-lang .current-lang em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
}

.header-rightint2-lang .current-lang i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.header-rightint2-right .line {
  width: 1px;
  height: 17px;
  background: #b0b0b0;
  overflow: hidden;
  margin: 0 20px;
}

.header-rightint2-right span.mo-header-rightint2-menu {
  text-align: center;
  cursor: pointer;
  display: none;
}

.header-rightint2-right span.mo-header-rightint2-menu i {
  color: #333;
  font-size: 24px;
}

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

@media screen and (max-width: 1500px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 55px;
  }
}

@media screen and (max-width: 1441px) {
  .header-rightint2 .nav > ul > li {
    margin-left: 45px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 20px;
  }
}

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

  .header-rightint2 .nav > ul > li {
    margin-left: 40px;
  }
  .header-rightint2 .nav > ul > li > a {
    font-size: 18px;
  }

  .header-rightint2 .nav > ul > li .drop-down .tab {
    width: 300px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span {
    font-size: 18px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab span + span {
    margin-top: 20px;
  }
  .header-rightint2 .nav > ul > li .drop-down .tab-list {
    margin-left: 40px;
  }
}

@media screen and (max-width: 992px) {
  .sitetop-rightint2 p {
    font-size: 14px;
  }
  .sitetop-rightint2 .share {
    display: none;
  }

  .header-rightint2 .nav {
    display: none;
  }

  .header-rightint2 {
    height: 110px;
  }
  .header-rightint2 .logo img {
    height: 60px;
  }

  .header-rightint2-right span.mo-header-rightint2-menu {
    display: block;
  }

  .search-box-rightint2 {
    top: 170px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitetop-rightint2 {
    position: static;
    height: 50px;
    background: #333;
  }
  .sitetop-rightint2 .container {
    padding: 0;
  }
  .sitetop-rightint2 p,
  .sitetop-rightint2 .share,
  .nav {
    display: none;
  }

  .sitetop-rightint2 span {
    display: block;
  }

  .sitetop-rightint2-header-right {
    display: flex !important;
  }
  .sitetop-rightint2-header-right .line {
    visibility: hidden;
  }
  .sitetop-rightint2 {
    display: none;
  }

  .header-rightint2 {
    height: auto;
    padding: 20px 0;
  }
  .header-rightint2 .container {
    padding-right: 10px;
  }
  .header-rightint2 .logo img {
    height: 50px;
  }
  .header-rightint2 h1 a {
    width: 148px;
    height: 50px;
    background-size: 148px 50px;
  }

  .header-rightint2-right {
    background: transparent;
    border: none;
    height: auto;
    padding: 0;
  }
  .header-rightint2-lang .current-lang {
    height: 32px;
    width: 80px;
    padding: 0 5px;
    border: none;
  }
  .header-rightint2-lang .current-lang em {
    margin: 0 5px;
  }
  .search-box-rightint2 {
    top: 91px;
    padding: 20px 10px;
  }
  .search-box-rightint2 .serchbox {
    width: 100%;
  }
  .search-box-rightint2 .close {
    display: none;
  }

  .search em i {
    font-size: 24px;
  }
  .header-rightint2-right span.mo-header-rightint2-menu {
    margin-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .header-rightint2 {
    padding: 10px 0;
  }
  .header-rightint2 .logo img {
    height: 32px;
  }

  .search-box-rightint2 {
    top: 60px
  }

  .search-box-rightint2 .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 70px 0 10px;
  }
  .search-box-rightint2 .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }

  .header-rightint2-right .line {
    margin: 0 0 0 17px;
  }
}




@media screen and (max-width: 480px) {
  .indexA-rightint2 .txt h3 {
    font-size: 18px !important;
  }

  .indexA-rightint2 .txt h6 {
    font-size: 20px !important;
    margin: 15px 0 0 !important;
  }
  .indexA-rightint2 .txt .t {
    font-size: 16px !important;
    line-height: 24px !important; 
    margin: 15px 0 0 !important;
  }
  .indexA-rightint2 .txt .t p {
    font-size: 12px !important;
    text-align: justify !important;
}
    .indexA-rightint2 .txt .more {
        width: 170px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 12px !important;
    }
    
}


@media screen and (max-width:576px) {
  .indexB-rightint2 ul li {
    width: 50% !important;
  }
}


@media screen and (max-width:480px) {
.indexB-rightint2 ul li h5 span{
  font-size: 18px !important;
}
  .indexB-rightint2 ul li h5 {
    font-size: 24px !important;
  }
  
      .indexB-rightint2 ul li p {
        font-size: 12px !important;
        line-height: 18px !important;
        margin: 5px 0 0 !important;
    }
    .indexB-rightint2 ul li h5::after{
      left: 25px !important;
    }
}

@media screen and (max-width: 600px) {
  .tit-text-guanxiang .container {
    height: 80px;
  }
  .home-why-guanxiang{
    padding-top: 15px !important;
  }
  
      .home-why-guanxiang .title h2, .home-why-guanxiang .title h2 a {
        font-size: 20px !important;
        line-height: 1 !important;
    }
    
    .home-why-guanxiang .wp{
      margin-top: 0 !important;
    }
    .home-why-guanxiang .lg-04 li{
      padding: 10px !important;
    }
    .home-why-guanxiang p{
      font-size: 12px !important;
    }
    .home-why-guanxiang ul li h3{
      margin-top: 0 !important;
    }
    
}


@media screen and (max-width:480px){
  .tx_ser_area{
    padding: 20px 0 !important;
  }
  .witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3{
    font-size: 18px !important;
  }
  
}



@media screen and (max-width:480px){
      .margin-top-sangni {
        margin-top: 0 !important;
    }
    .san-home-industry .title h2, .san-home-industry .title h2 a{
      font-size: 16px  !important;
    }
        .san-home-industry .container {
        width: 100% !important;
    }
    .san-home-industry .title p{
      font-size: 12px !important;
    }
        .san-home-industry .main-href a {
        font-size: 10px !important;
        padding: 8px 5px !important;
        margin: 20px 0 !important;
    }
}



@media screen and (max-width:480px){
  .section-wrap .title h1, .section-wrap .title h1 a, .section-wrap .title h2, .section-wrap .title h2 a, .section-wrap .title h3, .section-wrap .title h3 a, .section-wrap .title h4, .section-wrap .title h4 a, .section-wrap .title h5, .section-wrap .title h5 a{
    font-size: 20px !important;
  }
  .qianhe-goods-pricing table{
        padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
  }
    .table-wrapper{

    overflow-x: auto;
  }
}



@media screen and (max-width:480px){
  .rentaly-do-you-have-block{
    padding: 0 0 30px !important;
  }
  .rentaly-do-you-have-block h2{
    font-size: 20px !important;
  }
  .rentaly-do-you-have-block .smallQuestion{
    font-size: 12px !important;
  }
  .rentaly-do-you-have-block .sectionWrap .accordion-section-title .text{
    font-size: 14px !important;
  }
  .rentaly-do-you-have-block .sectionWrap .accordion-section-content {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}
    .sidebanner-rightint2 h1, .sidebanner-rightint2 h2 {
        font-size: 18px !important;
    }
    
    
    .home-service-guanxiang .title h1, .home-service-guanxiang .title h1 a, .home-service-guanxiang .title h2, .home-service-guanxiang .title h2 a{
              font-size: 20px !important;
        line-height: 1 !important;
    
    }
    
        .home-service-guanxiang .container {
        width: 100% !important;
    }
        .home-service-guanxiang .title p {
        font-size: 12px !important;
        line-height: 20px !important;
        text-align: justify !important;
    }
        .home-service-guanxiang p {
        font-size: 12px !important;
        line-height: 20px !important;
        text-align: justify !important;
    }
    .home-service-guanxiang .main-href{
          justify-content: center !important;
          margin-top: 20px !important;
          
    }
    .padding-top-guanxiang{
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }
    
    .witr_feature_12.sub-item p{
      font-size: 12px !important;
      text-align: justify !important;
      line-height: 20px !important;
    }
    .goods-qualitylist{
      padding-bottom: 0 !important;
    }
    .witr_section_title_inner.text-center p {
    width: 100% !important;
    font-size: 12px !important;
    text-align: justify !important;
    line-height: 20px !important;
}

.medi_featureDetail p {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    text-align: justify !important;
    line-height: 20px !important;
}

.medi_featureDetail{
  padding: 0 !important;
}

.bobo-pic-columns{
  padding: 15px 0 !important;
}
.bobo-pic-columns h3{
  font-size: 22px !important;
}
.bobo-pic-columns ul li{
  max-width: 50% !important;
}
.rentaly-do-you-have-block .smallQuestion{
  width: 100% !important;
}
    .desq-company_intro .txt .t {
        font-size: 12px !important;
        line-height: 20px !important;
        margin: 10px 0 0 !important;
        text-align: justify !important;
    }
    
    .goods-quality.section-wrap {
    padding: 25px 0 50px !important;
}
.section-wrap .title p {
    margin-top: 10px !important;
    font-size: 12px !important;
    text-align: justify !important;
    line-height: 20px !important;
}
     .san-about-us .container {
        width: 100% !important;
    }
        .san-about-us h2, .san-about-us h2 a {
        font-size: 20px !important;
        padding: 0 0 20px 0 !important;
    }
        .san-about-us .about-usright {
        margin-top: 20px !important;
        font-size: 12px !important;
        line-height: 20px !important;
        text-align: justify !important;
    }
    .custom-pop-inquiry .div_info{
      padding: 30px 10px !important;
    }
    .san-home-industry .main-href{
      text-align: center !important;
    }
    
}


@media screen and (max-width:768px) {

  .arshine2-foot_top .tit h5 {
    font-size: 16px !important;
  }

  .arshine2-foot_top .tit p {
    font-size: 16px !important;
  }

  .arshine2-foot_top a {
    width: 160px !important;
    font-size: 18px !important;
  }
}


.lang-selector ul {
    height: 150px;
}
