.lang-selector ul {
  text-align: left;
  font-size: 0;
  max-height: 160px !important;
  overflow-y: scroll;
}
@media screen and (max-width:480px){
   .inqury_title_box .inqury_title_text {
    color: #000 !important;
       }
    }
body{
  max-width: 1902px;
  margin: 0 auto;
}
.bobo-sitetop {
  display: none;
  background: #333;
  height: 50px;
  line-height: 50px
}

.bobo-sitetop span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  color: #fff
}

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

.bobo-sitetop span i {
  font-size: 24px;
  line-height: 50px
}

.sutong-mo-leftmenu{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:999 !important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.sutong-mo-leftmenu .tit{height:50px;background:#333;display:flex;justify-content:space-between;align-items:center;}
.sutong-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:18px;font-weight:bold;}
.sutong-mo-leftmenu .tit span{cursor:pointer;width:50px;text-align:center;display:block;}
.sutong-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.sutong-mo-leftmenu > ul{}
.sutong-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.sutong-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.sutong-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu > ul > li.active{}
.sutong-mo-leftmenu ul li a{color:#333}
.sutong-mo-leftmenu ul li ul li a{display: block;}
.sutong-mo-leftmenu ul li a:hover{text-decoration: none;}
.sutong-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.sutong-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.sutong-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:14px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.sutong-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}

.sutong-menu-transitioning{transform:translateX(0)}

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

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

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

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

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

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

.bobo-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff
}
.bobo-header .share a {
  display: inline-block;
  color: #515151;
  background: #fff;
  border: 1px solid #bababa;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%
}

.bobo-header .share a+a {
  margin-left: 5px
}

.bobo-header .share a i {
  font-size: 24px;
  color: inherit
}

.bobo-header .share a:hover {
  color: #fff;
  border-color: var(--color-primary);
  background: var(--color-primary)
}
.bobo-header {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 74px;
  background: var(--bg-color);
}

.bobo-header .container {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.bobo-header .logo img {
  height: 45px;
}

.bobo-header_right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.bobo-search {
  margin-right: 15px
}

.bobo-search span {
  height: 25px;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
  display: block
}

.bobo-search span i {
  color: #999;
  font-size: 24px;
  line-height: 25px;
  display: inline-block;
  -webkit-text-stroke-width: 0.1px;
}

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

.bobo-header-lang .lang-selector .current-lang {
  padding: 0 6px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #999;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: var(--text-color);
}

.bobo-header-lang .current-lang em {
  margin: 0 7px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block
}

.bobo-header-lang .current-lang i {
  font-size: 14px;
  height: 15px;
  transition: all 0.3s ease 0s
}


.bobo-nav {
    position: relative;
    z-index: 999;
}

.bobo-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; 
}

.bobo-nav > ul > li {
    position: relative;
    padding: 0 25px;
}

.bobo-nav > ul > li > a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    color: #bebebe;
    transition: color 0.3s;
    text-decoration: none;
}

.bobo-nav ul ul {
    position: absolute;
    width: 280px;
    z-index: 1000;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.bobo-nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0); 
}

.bobo-nav > ul > li > ul {
    left: 0;
    top: 100%;
}

.bobo-nav ul ul ul {
    left: 100%;
    top: -10px;
    margin-left: 0;
}

.bobo-nav ul ul li {
    position: relative;
}

.bobo-nav ul ul li a {
    display: block;
    padding: 12px 20px;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.bobo-nav > ul > li:hover > a,
.bobo-nav > ul > li.active > a {
    color: var(--color-primary);
}

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

.bobo-nav ul ul li > a i.qico-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0.6;
}

.header, .nav-container, .bobo-nav {
    overflow: visible !important;
}

.bobo-nav > ul > li > ul::before {
    content: '';
    position: absolute;
    left: 25px;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0,0,0,0.04);
}



@media screen and (max-width: 1500px) {
  .bobo-nav > ul > li {
    padding: 0 15px
  }
}

@media screen and (max-width: 1499px) {
  .bobo-header .logo img {height: 30px;}
  .bobo-nav > ul > li > a {font-size: 16px;}
  .bobo-header .share a {width: 28px;height: 28px;line-height: 28px;}
  .bobo-header .share a i {font-size: 16px;}
}

@media screen and (max-width: 1200px) {
  .bobo-nav > ul > li {
    padding: 0 10px
  }

  .bobo-nav > ul > li > a {
    font-size: 16px;
    padding: 0 4px
  }
}

@media(max-width:1199px){
  .bobo-nav > ul > li > a {font-size: 14px;}
  .bobo-nav > ul > li {padding: 0 5px;}
}

@media screen and (max-width: 1171px) {
  .small-banner-guanxiang img{
    width: 100% !important;
    height: auto !important;
  }
  .small-banner-guanxiang{
    height: auto !important;
  }
  .bobo-header .logo img {
    height: 30px;
}
  .bobo-sitetop {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  }

  .bobo-header {
    height: auto;
    padding: 20px 0;
    position: static;
    margin-top: 50px;
  }

  .bobo-header .container {
    height: auto;
    -webkit-justify-content: center;
    justify-content: center
  }

  .bobo-search-box {
    position: fixed;
    top: 50px;
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .bobo-search-box .serchbox {
    width: 100%
  }

  .bobo-search-box .serchbox .submit_text {
    height: 40px;
    line-height: 40px;
    padding: 0 90px 0 12px
  }

  .bobo-search-box .serchbox .submit_btn {
    width: 60px;
    height: 40px;
    line-height: 40px
  }

  .bobo-search-box .close {
    display: none
  }

  .bobo-header-lang {
    position: fixed;
    right: 122px;
    top: 6px
  }

  .bobo-header-lang .current-lang {
    padding: 0 5px
  }

  .bobo-header-lang .current-lang em {
    margin: 0 5px;
    font-size: 12px;
    color: #fff !important;
  }

  .bobo-header-lang .current-lang i {
    color: #fff !important;
  }

  .bobo-nav,
  .bobo-search {
    display: none
  }
  
  .bobo-header .share{
    z-index: 999;
    position: fixed;
    right: 12px;
    top: 12px;
  }
  
}


@media screen and (min-width:769px){
  .bobo_advantage_1{
    display: none !important;
   
  }
}


@media screen and (max-width:768px){
    .bobo_advantage{
    display: none !important;
  }
  
    .bobo_advantage_1{
    display: block !important;
    background: #000;
  }
}


:root{
   --title-font-family: 'Poppins', sans-serif !important;
    --font-family: 'Poppins', sans-serif !important;
}