/*开始*/
.lang-selector ul {
    text-align: left;
    font-size: 0;
    max-height: 160px !important;
    overflow-y: scroll;
}
.sutong-header-lang>ul>.language em,.sutong-header-lang>ul>.language i{color: #fff !important;}

.sutong-sitetop {
  background: #13393c;
  height: 56px;
  display: none;
}
.sutong-mo-leftmenu ul ul .qico-right{
  display: none;
}
.sutong-sitetop .wp {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.sutong-sitetop span.sutong-mo-header-menu,
.sutong-sitetop span.sutong-mo-header-search {
  width: 50px;
  height: 50px;
  display: none;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  text-align: center;
  color: #fff
}

.sutong-sitetop span.sutong-mo-header-menu i,
.sutong-sitetop span.sutong-mo-header-search i {
  font-size: 24px;
  line-height: 50px
}

.sutong-sitetop-left p {
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 39px;
  line-height: 46px
}

.sutong-sitetop-left p.email {
  background: url('./pics/mail.png') no-repeat left center
}

.sutong-sitetop-left p a {
  color: #fff
}

.sutong-sitetop-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 30
}

.sutong-search span {
  cursor: pointer;
  text-align: center
}

.sutong-search span i {
  color: #fff;
  font-size: 18px;
  display: inline-block
}

.sutong-search-box {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 56px;
  background: #13393c;
  padding: 33px 0
}

.sutong-search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px
}

.sutong-search-box .close i {
  font-size: 21px;
  color: #fff
}

.sutong-search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.sutong-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: var(--text-color);
  padding: 0 90px 0 15px;
  font-size: 15px
}

.sutong-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: var(--active-color);
  text-align: center;
  display: block;
  cursor: pointer
}

.sutong-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #000
}

.sutong-sitetop-right .line {
  width: 1px;
  height: 12px;
  background: #a4a8ab;
  margin: 0 15px
}

.sutong-header-lang {
  position: relative;
  z-index: 30;
  margin-right: 30px
}

.sutong-header-lang .box {
  height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center
}

.sutong-header-lang .box img {
  height: 16px
}

.sutong-header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase
}

.sutong-header-lang .box i {
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #fff
}

.sutong-header-lang .lang-box {
  width: 200px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 42px;
  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;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2)
}

.sutong-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
}

.sutong-header-lang ul {
  max-height: 160px;
  /*overflow-y: scroll;*/
  padding: 0px 10px;
  /*border: 1px solid #e5e5e5;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.sutong-header-lang ul li {
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
  width: 50%
}

.sutong-header-lang ul li:last-child {
  border: none
}

.sutong-header-lang ul li a {
  color: #333;
  font-size: 14px;
  display: block
}

.sutong-header-lang ul li a:hover {
  color: var(--active-color)
}

.sutong-header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px
}

.sutong-header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.sutong-share {
  font-size: 0
}

.sutong-share a {
  width: 31px;
  height: 31px;
  line-height: 31px;
  border-radius: 50%;
  background: #007fb1;
  display: inline-block;
  text-align: center
}



.sutong-share a i {
  font-size: 16px;
  color: #fff
}

.sutong-share a:hover {
  opacity: .7
}

.sutong-share a:nth-child(2) {
  background: #0086b3
}

.sutong-share a:nth-child(3) {
  background: #537bbc
}

.sutong-share a:nth-child(4) {
  background: #e52d26
}

.sutong-share a:nth-child(5) {
  background: #fc0003
}



.sutong-sitetop .sutong-share a + a {
  margin-left: 12px
}

.sutong-header {
  background: #fff;
  height: 112px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
  display: none;
}

.sutong-header .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.sutong-header-right {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20
}

.sutong-nav > ul {
  display: flex;
  align-items: center
}

.sutong-nav > ul > li {
  position: relative
}

.sutong-nav > ul > li + li {
  margin-left: 40px
}

.sutong-nav > ul > li > a {
  display: block;
  font-size: 15px;
  color: #212121;
  height: 40px;
  line-height: 40px;
  text-align: center
}

.sutong-nav > ul > li ul {
  position: absolute;
  width: 220px;
  height: auto;
  left: -40px;
  top: 48px;
  z-index: 30;
  padding: 10px 7px;
  border-radius: 6px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  box-shadow: rgba(0, 0, 0, 0.14) 0 0 9px 0
}

.sutong-nav > ul > li > ul::before {
  content: '';
  position: absolute;
  left: 65px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent
}

.sutong-nav > ul > li > ul li {
  border-bottom: 1px solid #ededed;
  position: relative
}

.sutong-nav > ul > li > ul li:last-child {
  border: none
}

.sutong-nav > ul > li > ul li > a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #333;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize
}

.sutong-nav > ul > li > ul > li > a {
  padding-right: 20px
}

.sutong-nav > ul > li > ul li > a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px
}

.sutong-nav > ul > li > ul li > a:hover {
  background: var(--active-color);
  color: #fff
}

.sutong-nav > ul > li > ul li ul {
  left: 230px;
  top: 0
}

.sutong-nav > ul > li:hover > a,
.sutong-nav > ul > li.active > a {
  color: var(--active-color)
}

.sutong-nav > ul > li:hover > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

.sutong-nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.sutong-header-right .quote {
  margin-left: 40px;
  width: 170px;
  height: 42px;
  line-height: 42px;
  background: var(--btn-bg);
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-align: center
}

.sutong-header-right .quote:hover {
  background: var(--btn-bg-hover);
}

.sutong-header-right span.sutong-mo-header-menu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  background: #485157;
  text-align: center;
  color: #fff;
  display: none
}

.sutong-header-right span.sutong-mo-header-menu i {
  font-size: 24px
}

.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: 105 !important;
  -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);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.sutong-mo-leftmenu .tit {
  height: 56px;
  background: #13393c;
  display: flex;
  align-items: center
}

.sutong-mo-leftmenu .tit h6 {
  flex: 1;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  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 > li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative
}

.sutong-mo-leftmenu > ul > li > a {
  padding: 0 0 0 20px
}

.sutong-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
}

.sutong-mo-leftmenu ul li a {
  color: #333;
  display: block;
  line-height: 50px;
}
.sutong-mo-leftmenu ul li ul li a{
  font-size: 12px;
}
.sutong-mo-leftmenu ul li a:hover {
  text-decoration: none
}

.sutong-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px
}

.sutong-mo-leftmenu ul li ul li {
  line-height: 35px;
  display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sutong-mo-leftmenu ul li ul li a {
  padding: 0 0 0 25px
}

.sutong-mo-leftmenu ul ul i {
  font-size: 12px;
}

.sutong-menu-transitioning {
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.4);
}

.sutong-popup-mask {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 1000
}

.sutong-popup-mask.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s
}

.sutong-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 50%;
  background: #6c6c6c;
  cursor: pointer;
}

.sutong-popup-close:hover {
  background: var(--btn-bg);
}

.sutong-popup-close i {
  color: white;
  font-size: 20px;
}

@media screen and (max-width: 1500px) {
  .sutong-nav > ul > li + li {
    margin-left: 30px
  }

  .sutong-header-right .quote {
    width: 150px;
    height: 40px;
    line-height: 40px
  }
}

@media screen and (max-width: 1281px) {
  .sutong-sitetop-left p {
    font-size: 15px
  }
  .sutong-logo img {
    height: 45px
  }
  .sutong-nav > ul > li + li {
    margin-left: 20px
  }
}

@media screen and (max-width: 1171px) {
  .sutong-nav {
    display: none
  }

  .sutong-header-right span.sutong-mo-header-menu {
    display: block
  }

  .sutong-header-right .quote {
    margin: 0 20px 0 0
  }
}

@media screen and (max-width: 992px) {
  .sutong-search-box {
    padding: 20px 0;
  }

  .sutong-search-box .box {
    padding: 0 55px 0 15px
  }

  .sutong-search-box .close {
    right: 15px
  }

  .sutong-search-box .close i {
    font-size: 18px;
  }

  .sutong-search-box .serchbox {
    width: 100%
  }

  .sutong-search-box .serchbox .submit_text,
  .sutong-search-box .serchbox .submit_btn {
    height: 38px;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .sutong-sitetop-left p,
  .sutong-header-right,
  .sutong-sitetop-right .sutong-share {
    display: none
  }

  .sutong-sitetop .wp {
    padding-left: 0
  }

  .sutong-sitetop span.sutong-mo-header-menu {
    display: block
  }

  .sutong-header-lang {
    margin-right: 0
  }

  .sutong-header {
    height: auto;
    padding: 20px 0
  }

  .sutong-header .sutong-logo {
    width: 100%;
    text-align: center
  }
}


@media (max-width: 992px){ 
  .navbar{
    display: none !important;
  }
  .sutong-header,.sutong-sitetop{
    display: block !important;
  }
  .farmi-head-block{
    padding: 0 !important;
  }
}

/*移动端头部结束*/

body::-webkit-scrollbar{display: none;-y}

.bgpic{width: 290px;}
.rightint-goods-list{display: none;}

.sidebanner-rightint2 .container{text-align: center;}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px !important;
    }
}



@media (min-width: 1500px) {
    .hoiet_hotel .container {
        max-width: 1440px !important;
    }
}

.sticky-header a{color: #000 !important;}

.wenben{
  font-size: 20px;
  color: #fff;
  width: 561px !important;
  margin: 0 auto;
}

.sidebanner-rightint2{
  height: 700px;
}

.sidebanner-rightint2 img{
  height: 100%;
  aspect-ratio: 478 / 175;
  object-fit: cover
}

/*.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu>li >a{letter-spacing: 1px;}*/

.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li:nth-child(3) >.sub-menu >li:nth-child(4) >.sub_sub_menu {
  display: flex;
    width: 300px;
    flex-wrap: wrap;
}

.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li:nth-child(3) >.sub-menu >li:nth-child(4) >.sub_sub_menu>li {
  width: 50%;
}

.hoiet_hotel_left img {
    width: 105% !important;
    max-width: none !important;
}

.rela img {
    position: relative;
    right: 120px;
}
.zhuli-multi_cols ul li{
    border: 1px solid #ddd !important;
    width: 20.666667% !important;
    padding: 0 22px !important;
    margin: 40px 25px 0!important;
    position: relative!important;
    text-align: center!important;
    cursor: pointer!important;
}

.btns a{padding: 21px 32px; background:#1b2e6a;font-size:17px;color:#fff;font-weight:600;}
.btns a:hover{background: rgba(27,46,106,0.8);}
.btns {margin-top: 50px;}
/*.lang-selector .current-lang em {color: #fff !important;}*/

.a{
  left: -78px;
}

.qianhe-goods-pricing::after{display: none !important;}
.current>a{color: #0182ac !important;}

.masks{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.2);
  position: absolute;
  left: 0;
  top:0;
  z-index: -1;
}

.btns a{padding: 14px 32px !important;}
.sidebanner-rightint2 h1, .sidebanner-rightint2 h2{text-shadow: 1px 1px 2px #000 !important;}
.sidebanner-rightint2 p{
  color: #ffffff99!important;
    font-size: 16px!important;
    margin: 0 0 80px 0!important;
    
    text-shadow: 1px 1px 2px #333!important;}
.sidebanner-rightint2 p a {
    color: #ffffff99!important;
    text-shadow: 1px 1px 2px #333!important;
}
.sidebanner-rightint2 p i {
    font-size: 16px !important;
    color: #ffffff99!important;
}



.farmi-head-block .main-header-two .farmi-box .navbar-collapse .navbar-center > li a:hover{color: #13393c;}
.farmi-head-block .main-header-two .farmi-box .navbar-collapse .navbar-center > li .ab{color: #fff !important;}
.farmi-head-block .sticky-header .farmi-box .navbar-collapse .navbar-center > li .ab {color: #13393c !important;}
.farmi-head-block .sticky-header .lang-selector .current-lang em {color: #000 !important;}
.farmi-head-block .sticky-header .lang-selector .current-lang i {color: #000 !important;}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li:nth-child(4) .sub-menu li:nth-child(4)>a:hover{color: #000 !important;}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li > a:hover {color: #0182ac !important;}

.crm_inquiry_form_boxcustom_inquiry_form_1727056217446144 .inqury_submit{background: #13393c !important;}
.inqury_submit{background: #1b2e6a !important;font-size:17px !important;font-weight:600 !important;}

/*.lang-selector .current-lang i {color: #fff !important;}*/
/*网站统一字体*/
/**:not(i){*/
/*  font-family: "IBMPlexSans-Regular",Helvetica,Arial,sans-serif !important;*/
/*}*/

.farmi-head-block {
  position: relative;
}
@media (max-width: 991px) {
  .farmi-head-block {
    padding-bottom: 81px;
  }
}
@media (max-width: 768px){
  .navbar>.container{
    padding: 0!important;
  }
}

.farmi-head-block .loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: 0s 1.6s ease;
  animation: hide 0s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  /* 定义动画 */
}
.farmi-head-block .loader-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: fadeOut 1.4s forwards;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    /* 动画开始时不透明 */
  }
  100% {
    opacity: 0;
    /* 动画结束时完全透明 */
  }
}
@keyframes hide {
  to,
  from {
    display: none;
    visibility: hidden;
  }
}
.farmi-head-block .loader-wrapper .preloader {
  width: 128px;
  height: 128px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s 1s ease;
  animation: fadeOut 0.5s forwards;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.farmi-head-block .loader-wrapper .preloader img {
  position: absolute;
  display: inline-block;
  width: 100%;
  border-radius: 100%;
}
.farmi-head-block .top-bar-area {
  display: none;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  padding-bottom: 20px;
}
.farmi-head-block .top-bar-area .flex-item {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 15px;
}
@media (max-width: 991px) {
  .farmi-head-block .top-bar-area .flex-item {
    justify-content: center;
  }
  .sub_sub_menu {display: none;}
}
.farmi-head-block .top-bar-area .flex-item p {
  margin: 0;
  font-weight: 500;
  color: #ffffff;
  line-height: 30px;
}
.farmi-head-block .top-bar-area .flex-item ul {
  margin: 0 50px;
}
.farmi-head-block .top-bar-area .flex-item ul li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.farmi-head-block .top-bar-area .flex-item ul li i {
  font-size: 12px;
  margin-right: 5px;
}
.farmi-head-block .top-bar-area .flex-item ul li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (max-width: 991px) {
  .farmi-head-block .top-bar-area .social {
    display: none;
  }
}
.farmi-head-block .top-bar-area .social ul {
  line-height: 30px;
}
.farmi-head-block .top-bar-area .social ul li {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.farmi-head-block .top-bar-area .social ul li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
.farmi-head-block .top-bar-area .top-bg-image {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 100px;
  width: 100%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
/*.farmi-head-block .top-bar-area-show {*/
/*  display: block;*/
/*}*/
@media (max-width: 767px) {
  .farmi-head-block .top-bar-area-show {
    display: none;
  }
}
.farmi-head-block .navbar-transparent.white {
  background: transparent none repeat scroll 0 0;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
  /*background-color: rgba(255, 255, 255, 0.2) !important;*/
}
@media (max-width: 991px) {
  .farmi-head-block .navbar-transparent.white {
    background: #fff;
  }
}
.farmi-head-block .navbar-fixed {
  padding: 0;
  min-height: 50px;
  display: block;
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
  top: 0;
}
.farmi-head-block .farmi-box {
  /*position: relative;*/
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box {
    display: block;
  }
}
.farmi-head-block .farmi-box .navbar-header {
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-header {
    flex: 1;
    float: none;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
  }
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle {
  position: relative;
  background: transparent;
  display: none;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-header .navbar-toggle {
    display: block;
  }
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle i {
  font-size: 21px;
  color: var(--title-text-color);
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle .caidan {
  display: block;
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle .guanbi {
  display: none;
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle.active .caidan {
  display: none;
}
.farmi-head-block .farmi-box .navbar-header .navbar-toggle.active .guanbi {
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.farmi-head-block .farmi-box .navbar-header .navbar-brand {
  padding: 20px 15px 20px 0;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-header .navbar-brand {
    flex: 1;
    display: flex;
    justify-content: center;
  }
}
.farmi-head-block .farmi-box .navbar-header .navbar-brand img {
  max-width: 165px;
  max-height: 60px;
}
@media (max-width: 1199px) {
  .farmi-head-block .farmi-box .navbar-header .navbar-brand img {
    max-width: 102px;
  }
}
.farmi-head-block .farmi-box .navbar-header .navbar-brand .logo-display {
  display: block;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-header .navbar-brand .logo-display {
    display: none;
  }
}
.farmi-head-block .farmi-box .navbar-header .navbar-brand .logo-scrolled {
  display: none;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-header .navbar-brand .logo-scrolled {
    display: block;
  }
}
@media (min-width: 991px) {
  .farmi-head-block .farmi-box #Menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .navbar-collapse {
    margin-bottom: 30px;
    max-height: 350px;
    overflow-y: auto !important;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li {
    float: none;
    overflow: hidden;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li a {
    display: block;
    color: #333333;
    padding: 13px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 1px #e0e0e0;
    text-decoration: none;
    line-height: 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;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li a::after {
    display: none !important;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .arrow-icon {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 0px;
    font-size: 14px;
    color: #333333;
    display: none;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .arrow-icon.active {
    display: inline;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu {
    display: none;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu > li {
    padding-left: 18px;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu > li a:hover {
    color: var(--color-primary);
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu > li .sub_sub_menu > li {
    padding-left: 28px;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu > li .sub_sub_menu > li a:hover {
    color: var(--color-primary);
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown.on,
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown1.on {
    height: auto;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown.on .arrow-icon,
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown1.on .arrow-icon {
    transform: rotate(90deg);
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown > a::after,
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav li.dropdown1 > a::after {
    content: "\e690";
    font-family: "iconfont" !important;
    float: right;
    font-size: 14px;
    margin-left: 10px;
    position: absolute;
    right: -10px;
  }
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li {
  float: left;
  position: static;
  display: block;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li > a {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.02em;
  padding: 40px 15px;
  /*font-weight: 600;*/
  text-decoration: none;
  color: #000;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li > a:hover {
  color: var(--color-primary);
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .arrow-icon {
  display: none;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu {
  display: flex;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1000;
  float: left;
  width: 250px;
  min-width: 160px;
  /*padding: 97px 231px;*/
  padding-top: 30px;
  padding-bottom: 80px;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #fff none repeat scroll 0 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*border: 1px solid transparent;*/
  border-radius: 2px;
  /*box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);*/
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100% !important;
  justify-content: center;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu li a {
  padding: 10px 15px;
  border-bottom: solid 1px #021c20;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  white-space: normal;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 16px;
  letter-spacing: 1px;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu .sub_sub_menu > li a {
  padding: 5px 15px;
  border-bottom: none;
  color: #021c20;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  white-space: normal;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 16px;
  letter-spacing: normal;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu li a:hover {
  color: #0182ac !important;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu li .sub_sub_menu {
  opacity: 1;
  visibility: visible;
  /*position: absolute;*/
  top: 46px;
  left: 0%;
  z-index: 1000;
  /*float: left;*/
  width: 100%;
  min-width: 160px;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: #fff none repeat scroll 0 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 2px;
  /*box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);*/
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li .sub-menu li:hover .sub_sub_menu {
  opacity: 1;
  visibility: visible;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center > li:hover .sub-menu {
  /*opacity: 1;*/
  /*visibility: visible;*/
  display: flex;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center .current > a:first-child {
  /*color: var(--color-primary) !important;*/
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center li.dropdown > a::after {
  content: "\e64d";
  display: inline;
  font-size: 10px;
  font-family: "iconfont" !important;
  margin-left: 5px;
  margin-top: 2px;
  border: none;
  font-weight: 900;
  transition: all 0.35s ease-in-out;
  display: none;
}
.farmi-head-block .farmi-box .navbar-collapse .navbar-center li.dropdown > a:hover::after {
  content: "\e6bb";
}
.farmi-head-block .farmi-box .attr-nav {
  display: flex;
  align-items: center;
  /*border-left: 1px solid rgba(255, 255, 255, 0.1);*/
}
@media (max-width: 991px) {
    .farmi-head-block .farmi-box .attr-nav {
        position: absolute;
        right: 10px;
        top: 20px;
        margin-right: 15px;
  }
  .farmi-head-block .farmi-box .navbar-collapse .mobile-navbar-nav > li .sub-menu >div{display: none;}
}
.farmi-head-block .farmi-box .attr-nav ul {
  padding: 0;
  list-style: none;
  display: inline-block;
  display: flex !important;
  justify-content: center;
  margin-bottom: 0;
}

.farmi-head-block .farmi-box .attr-nav .lang-list{justify-content:left; flex-wrap: wrap;}

.farmi-head-block .farmi-box .attr-nav ul li {
  float: left;
  display: block;
  font-size: 18px;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .attr-nav ul li {
    padding: 8px 0;
  }
}
.farmi-head-block .farmi-box .attr-nav ul .language {
  margin: 0 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .farmi-head-block .farmi-box .attr-nav ul .language {
    margin: 0px 40px 0px 20px;
  }
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .attr-nav ul .language {
    margin: 0px 10px;
  }
}
@media (max-width: 400px) {
  .farmi-head-block .farmi-box .attr-nav ul .language {
    margin: 0px;
  }
}
.farmi-head-block .farmi-box .attr-nav ul li.button {
  margin-left: 10px;
}
.farmi-head-block .farmi-box .attr-nav ul li.button .btn {
  display: none;
  background: var(--color-primary);
  padding: 10px 14px !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--title-text-color) !important;
  border-radius: 30px;
  text-decoration: none;
}
.farmi-head-block .farmi-box .attr-nav ul li.button .btn i {
  font-weight: 500;
  margin-right: 5px;
}
.farmi-head-block .farmi-box .attr-nav ul li.button .btn i span {
  line-height: 19px;
}
.farmi-head-block .farmi-box .attr-nav ul li.button .btn:hover {
  background: var(--btn-hover);
}
@media (max-width: 1399px) {
  .farmi-head-block .farmi-box .attr-nav ul li.button {
    display: block;
  }
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .attr-nav ul li.button {
    display: block;
  }
}
@media (max-width: 767px) {
  .farmi-head-block .farmi-box .attr-nav ul li.button {
    display: none;
  }
}
.farmi-head-block .farmi-box .attr-nav ul li.farmi-search-btn {
  display: block;
  cursor: pointer;
  color: #000;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .attr-nav ul li.farmi-search-btn {
    color: #0e0e0e;
  }
}
.farmi-head-block .farmi-box .attr-nav ul li.farmi-search-btn .search {
  font-size: 25px;
  line-height: 42px;
}
.farmi-head-block .farmi-box .attr-nav .top-search {
  background-color: #ffffff;
  border: medium none;
  border-radius: 30px;
  box-shadow: 0 10px 40px -15px rgba(0, 0, 0, 0.5);
  display: none;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 102px;
  z-index: 99;
  border: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .farmi-head-block .farmi-box .attr-nav .top-search {
    top: 70px;
  }
}
.farmi-head-block .farmi-box .attr-nav .top-search .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.farmi-head-block .farmi-box .attr-nav .top-search .input-group form {
  overflow: hidden;
  position: relative;
  display: flex;
}
.farmi-head-block .farmi-box .attr-nav .top-search .input-group form input.form-control {
  background-color: transparent;
  border: medium none !important;
  box-shadow: inherit;
  color: #1c1c1c;
  min-width: 300px;
  padding: 0 20px;
}
.farmi-head-block .farmi-box .attr-nav .top-search .input-group form input.form-control::placeholder {
  color: var(--text-color);
  opacity: 1;
}
.farmi-head-block .farmi-box .attr-nav .top-search .input-group button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: inherit;
  color: var(--text-color);
  height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 9;
}
.farmi-head-block .main-header-two {
  /*position: relative;*/
}
@media (max-width: 991px) {
  .farmi-head-block .main-header-two {
    position: absolute;
  }
}
.farmi-head-block .main-header-two .farmi-box {
  border: 1px;
}
.farmi-head-block .main-header-two .farmi-box .navbar-header .navbar-brand .logo-display {
  display: none;
}
.farmi-head-block .main-header-two .farmi-box .navbar-header .navbar-brand .logo-scrolled {
  display: block;
}
.farmi-head-block .main-header-two .farmi-box .navbar-collapse .navbar-center > li a {
  /*color: #13393C !important;*/
  text-decoration: none;
  
}

.farmi-head-block .main-header-two .farmi-box .navbar-collapse .navbar-center > li a:hover {
  /*color: var(--color-primary) !important;*/
}
.farmi-head-block .main-header-two .farmi-box .navbar-collapse .navbar-center > li .current a {
  color: var(--color-primary);
}
@media (max-width: 1199px) {
  .qianhe-goods-pricing table{
        padding-left: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
    font-size: 12px !important;
  }
    .table-wrapper{

    overflow-x: auto;
  }
  .farmi-head-block .main-header-two .farmi-box .attr-nav .language {
  }
}
.farmi-head-block .main-header-two .farmi-box .attr-nav .button {
  display: none;
}
.farmi-head-block .main-header-two .farmi-box .attr-nav .farmi-search-btn {
  display: block;
  color: #000;
}
.farmi-head-block .main-header-two .farmi-box .attr-nav .farmi-search-btn i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.farmi-head-block .navbar.sticky-header {
  background-color: #fff !important;
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
}

.farmi-head-block .navbar.sticky-header a{color: #000;}

.farmi-head-block .navbar.sticky-header .logo-display {
  display: none !important;
}
.farmi-head-block .navbar.sticky-header .logo-scrolled {
  display: block !important;
}
.farmi-head-block .navbar.sticky-header .navbar-center > li > a {
  color: #fff;
  text-decoration: none;
}
.farmi-head-block .navbar.sticky-header .navbar-center > li > a:hover {
  color: var(--color-primary);
}
.farmi-head-block .navbar.sticky-header .farmi-box .attr-nav ul li.farmi-search-btn .search {
  color: #333333 !important;
}
.farmi-head-block .navbar.sticky-header .farmi-box .attr-nav ul li.farmi-search-btn .search:hover {
  color: var(--color-primary);
}
.lang-selector .current-lang {
  color: #000;
}
@media (max-width: 991px) {
  .lang-selector .current-lang {
    color: var(--title-text-color);
  }
}
.main-header-two .current-lang,
.sticky-header .current-lang {
  color: var(--title-text-color);
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .preloader {
  top: -100%;
  opacity: 0;
}


@media screen and (max-width:1441px){
  .sidebanner-rightint2 {
    height: 350px !important;
}

}


@media screen and (max-width:768px){
  
  
  .myart img {
    width: 100% !important;
    height: auto !important;
}
  .sidebanner-rightint2 {
    /*height: auto !important;*/
}

.inqury_title_box .inqury_title_text{
  font-size: 24px !important;
  font-weight: 400 !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;
}
.sidebanner-rightint2 p{
  margin: 0 0 20px 0 !important;
}

.wenben{
  width: 90% !important;
  font-size: 12px !important;
}


}
.sutong-mo-leftmenu ul li ul li ul li a{
  padding: 0 0 0 40px;
}

@media screen and (max-width:480px){
  .sutong-header{
    padding: 10px 0;
  }
  .sutong-logo img{
    height: 35px;
  }
  .hoiet_hotel_left img{
    width: 100% !important;
    right: 0 !important;
  }
  .hoiet_hotel {
    padding-top: 20px !important;
}

    .hoiet_hotel p {
        font-size: 12px !important;
    }
        .hoiet_hotel p span{
        font-size: 12px !important;
    }
        .hoiet_hotel_btns .btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
        margin-top: 10px !important;
        }
    .bobo-pic-text2 ul li{
      flex-direction: column !important;
    }
    .bobo-pic-text2 ul li .pic img{
      position: static !important;
    }
    .bobo-pic-text2{
      padding: 30px 0 30px 0px !important;
    }
    .bobo-pic-text2 ul li .txt h2{
      font-size: 20px !important;
      font-weight: 400 !important;
    }
    .bobo-pic-text2 ul li .txt .t {
    margin-top: 20px !important;
    font-size: 12px !important;
    line-height: 1.5;
    
}
.bobo-pic-text2 ul li .pic{
  height: auto !important;
  width: 100% !important;
}
.bobo-pic-text2 ul li .txt{
position: static !important;
}

    .bobo-pic-text2 ul li .txt {
        margin-top: 10px;
        padding-right: 0 !important;
    }
}











/*about4*/

@media screen and (max-width: 480px) {
  .zhuli-multi_cols .tit h3 {
    font-size: 22px !important;
  }
  .zhuli-multi_cols .tit p {
    font-size: 14px;
    line-height: 22px;
  }
  .zhuli-multi_cols ul li {
    width: 50%;
  }
  .zhuli-multi_cols .tit h3::after{
    margin: 15px auto 0;
  }
  .zhuli-multi_cols ul{
        justify-content: space-around;
  }
      .zhuli-multi_cols ul li {
        width: 48% !important;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }
  
}












@media all and (max-width: 991px) {
  .taxio-faq .faq-right {
    margin-bottom: 50px;
  }

  .taxio-faq .accordion-button {
    font-size: 16px;
  }
  .taxio-faq{
    padding: 20px 0 !important;
  }
  .taxio-faq .about-text{
    font-size: 12px  !important;
  }
  .btns {
    margin-top: 20px !important;
}
.btns a {
    padding: 10px 20px !important;
    font-size: 12px !important;
}
.taxio-faq .accordion-body{
  font-size: 12px !important;
}
.hoiet_hotel_title h2{
  display: none !important;
}
.dis{
  display: none !important;
}
}


@media screen and (max-width:480px){
  .section-wrap{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  
  .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: 24px;
  }
      .goods-qualitylist ul li {
        width: 50% !important;
      }
      .goods-qualitylist ul li h3 {
    margin: 15px 0 0px;
      }
      .goods-qualitylist ul li h3 a{
        font-size: 14px !important;
      }
  .a{
  position: static !important;
  }
  .farmi-banner-block .banner-area .carousel-indicator .carousel-indicators{
    display: none !important;
  }
  .qianhe-goods-pricing table{
    margin-top: 10px !important;
  }
  .bobo-pic-text2 ul li .txt h2{
    text-align: left !important;
  }
  
      .sidebanner-rightint2 p {
        font-size: 12px !important;
        margin: 0 0 35px !important;
    }
    .sidebanner-rightint2 h1, .sidebanner-rightint2 h2{
      margin-bottom: 20px !important;
    }
    
    .taxio-faq .accordion-button{
      font-size: 14px !important;
    }
    
    .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;
    }
}


@media screen and (max-width:480px){
.news-content h1{
font-weight:400 !important;
}

.bobo-news-right .side-news-list h4{
  font-weight: 400 !important;
}
}










@media screen and (max-width:1550px) and (min-width:1270px){
  .sidebanner-rightint2 h1, .sidebanner-rightint2 h2{
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
  .sidebanner-rightint2 p{
    margin: 0 0 20px 0 !important;
  }
  .sidebanner-rightint2 p{
    font-size: 16px !important;
  }
  .wenben{
    font-size: 14px !important;
  }
}

