.mo-search{padding:10px 15px;display:none;border-bottom:1px solid #222;position:absolute;left:0;top:60px;width:100%;background:#333;box-sizing:border-box;z-index: 999;}
.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:#35AC2A;border:none;font-size:18px;color:#fff;border-radius:0 4px 4px 0;}

.lang-selector ul {max-height: 160px !important;}
.head-nav .dropdown {
  position: absolute;
  top: calc(100%);
  left: 0;
  right: 0;
  height: 0;
  /* display: none; */
  transition: height 0.3s linear;
  overflow: hidden;
  background: #fff;
  /* border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5; */
}

.head-nav > li > .dropdown.on {
  height: auto;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.head-nav > li > .dropdown ul {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.head-nav > li > .dropdown li {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.2s ease-in 0s;
}

.head-nav > li > .dropdown ul li > a {
  padding: 30px 70px;
  display: block;
  position: relative;
  z-index: 2;
}

.head-nav > li > .dropdown li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 80px solid #fff;
  border-bottom: 80px solid transparent;
  border-right: 80px solid transparent;
  z-index: 1;
}

.head-nav > li > .dropdown li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 80px solid #fff;
  border-top: 80px solid transparent;
  border-left: 80px solid transparent;
  z-index: 1;
}

.head-nav > li > .dropdown li.on {
  background: var(--color-primary);
}

.head-nav > li > .dropdown li.on > a {
  color: #fff;
}

.head-nav .dropdown.output {
  position: fixed;
  display: flex;
  flex-direction: column;
  /* padding: 40px 0 0; */
  height: 0;
  /* bottom: 0; */
  /* overflow-y: auto; */
  /* transition: height 0.3s; */
  box-sizing: border-box;
}

.head-nav .dropdown.output::-webkit-scrollbar {
  width: 2px;
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.head-nav .dropdown.output .list-wrapper {
  padding: 40px 0;
}

.head-nav .dropdown.output .f_mobile {
  display: flex;
  margin-bottom: 20px;
}

.head-nav .dropdown.output .f_mobile .f_img {
  width: 21.875%;
  margin: 0;
  position: relative;
  display: block;
}

.head-nav .dropdown.output .f_mobile .f_img:after {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ccc;
  content: "";
  transform: translateY(-50%)
}

.head-nav .dropdown.output .f_mobile .f_img .img {
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 240px;
}

.head-nav .dropdown.output .f_mobile .f_img .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-nav .dropdown.output .f_mobile .f_img .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.head-nav .dropdown.output .f_mobile .f_img .tit {
  position: absolute;
  left: 0;
  top: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  line-height: 1.6;
  text-transform: capitalize;
  z-index: 3;
}

.head-nav .dropdown.output .f_mobile .fz_jut {
  width: 78.125%;
  padding-left: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item {
  margin: 0 0 20px;
  width: 33.3333%;
  padding-left: 20px;
  box-sizing: border-box;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  font-size: 18px;
  padding-bottom: 16px;
  padding-top: 16px;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #e8e8e8;
  text-transform: capitalize;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_title span {
  margin: 0;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_title:hover {
  color: var(--color-primary);
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  padding-top: 20px;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong a {
  display: flex;
  width: 50%;
  color: #666666;
  font-size: 14px;
  padding-right: 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong a span {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 8px;
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong a:hover {
  color: var(--color-primary);
}

.head-nav .dropdown.output .f_mobile .fz_jut .item .fz_zhong a:hover:before {
  background: var(--color-primary);
}

.head-nav .dropdown.output .qili-hadbot_jut {
  /* position: sticky;
  left: 0;
  top: 0;
  width: 100%; */
  background: var(--color-primary);
  padding: 20px 0;
  /* z-index: 99; */
  transition: all 0.5s;
  box-sizing: border-box;
  /* display: none;
  opacity: 0; */
}

.head-nav .dropdown.output .qili-hadbot_jut .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 38px;
  color: #fff;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt {
  display: flex;
  margin: 0;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .font {
  margin-right: 100px;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .font .name {
  line-height: 1;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  width: 180px;
  color: var(--color-primary);
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
  border: 1px solid #fff;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .fz_bt i {
  display: block;
  width: 20px;
  margin-right: 20px;
  overflow: hidden;
  font-size: 18px;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .fz_lt .fz_bt:hover {
  background: var(--color-primary);
  color: #fff;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .close-btn {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .close-btn i {
  display: block;
  font-size: 24px;
  overflow: hidden;
  transition: all 0.3s linear;
  margin-left: 20px;
}

.head-nav .dropdown.output .qili-hadbot_jut .cont .close-btn:hover i {
  transform: rotate(90deg);
  transform-origin: center;
}

/* .head-nav .output.on {
  display: flex !important;
  flex-direction: column;
} */
.head-nav .output.on > .list-wrapper {
  flex: 1;
  overflow-y: auto;
}

/* .head-nav .output.on .qili-hadbot_jut {
  display: block;
  opacity: 1;
} */

.head-nav .dropdown.output::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--color-primary);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.head-nav .dropdown.output::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ededed;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.head-nav > ul > li ul {
  position: absolute;
  width: 315px;
  height: auto;
  left: 0;
  top: 40px;
  z-index: 1000;
  padding: 3px 0 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0 -6px 9px 0;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-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
}

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

.head-nav > ul > li ul > li {
  float: none;
  text-align: left;
  position: relative
}

.head-nav > ul > li ul > li:last-child {
  border: none
}

.head-nav > ul > li ul > li > a {
  display: block;
  padding: 10px 20px;
  border: none;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize
}

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

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

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

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

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

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

.cd-popup {
  display: block;
  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;
}

.cd-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* margin-left: -15%;
  margin-top: -15%; */
  float: none;
  max-height: 100%;
  overflow: auto;
}

.cd-popup .div_info {
  width: 40%;
  padding: 55px;
  background: #fff;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
  /* border-radius: 24px; */
  border-radius: var(--button-radius);
}

.cd-popup .div_info h3 {
  padding-bottom: 20px;
  font-size: 28px;
  color: #333;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: montserrat-bold;
}

.cd-popup .div_info input,
.cd-popup .div_info textarea {
  display: block;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 30px;
  font-size: 15px;
  border: none;
  background: #fafafa;
  border: 1px solid #eee;
  outline: none;
  border-radius: var(--button-radius);
}

.cd-popup .div_info button {
  width: 100%;
  height: 56px;
  font-size: 15px;
  color: #fff;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  margin-top: 30px;
  outline: none;
  letter-spacing: 1px;
  font-family: montserrat-bold;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: var(--button-radius);
}

.cd-popup .div_info button:hover {
  background: none;
  color: var(--color-primary);
  cursor: pointer;
}

.cd-popup .div_info textarea {
  height: 166px;
  padding: 20px 30px;
  line-height: 30px;
}

.cd-popup .cd-popup-close {
  position: absolute;
  right: 7%;
  top: 30px;
  font-size: 22px;
  line-height: 42px;
  color: #999;
}

.cd-popup .cd-popup-close:hover {
  text-decoration: none;
}

.cd-popup .input-position {
  position: relative;
}

@media screen and (max-width: 1580px) {
  .cd-popup .div_info {
    margin-top: 0;
    max-height: 90%;
    width: 50%;
  }

  .cd-popup .div_info input {
    height: 48px;
  }

  .cd-popup .div_info {
    padding: 40px;
  }

  .cd-popup .div_info h3 {
    padding-bottom: 15px;
  }

  .cd-popup .div_info textarea {
    height: 110px;
  }

  .cd-popup-close {
    top: 24px;
  }
}

@media screen and (max-width: 1280px) {
  .cd-popup .div_info textarea {
    line-height: 26px;
  }
}

@media screen and (max-width: 960px) {
  .cd-popup .div_info {
    width: 80%;
    /* margin-left: -43%; */
    padding: 30px;
  }

  .cd-popup .cd-popup-close {
    top: 15px;
  }

  .cd-popup .div_info button {
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .cd-popup .div_info {
    max-height: 80%;
    width: 90%;
  }

  .cd-popup .div_info h3 {
    font-size: 24px;
  }

  .cd-popup .div_info input,
  .cd-popup .div_info textarea {
    margin-top: 16px;
  }
}


.gotop-sangni {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  z-index: 11;
}

.gotop-sangni a {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  background: var(--color-primary);
  margin: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 45px;
  box-shadow: 1px 2px 6px 2px rgb(0, 0, 0, 0.1);
  cursor: pointer;
}

.gotop-sangni a i.qico-email {
  font-size: 30px;
}

.gotop-sangni a i.qico-up {
  font-size: 22px;
}

.gotop-sangni a:hover {
  background: var(--color-primary);
  text-decoration: none;
}


.head-top-sangni {
  position: relative;
  z-index: 11;
  width: 100%;
  background: var(--color-primary);
}

/* Chrome */
.head-top-sangni .head-searchbg input::-webkit-input-placeholder {
  color: #fff;
}
/* IE 10+ */
.head-top-sangni .head-searchbg input:-ms-input-placeholder {
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
.head-top-sangni .head-searchbg input:-moz-placeholder,
.head-top-sangni .head-searchbg input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.head-top-sangni .head-fl {
  line-height: 56px;
}

.head-top-sangni .head-fr {
	display: flex;
	align-items: center;
}

.head-top-sangni .m-navleft {
  cursor: pointer;
}

.head-top-sangni .head-mo-search {
	line-height: 60px;
	color: #fff;
	margin-right: 10px;
	display: none;
}

.head-top-sangni .head-mo-search .qico {
	font-size: 22px;
}


.head-top-sangni .m-navico {
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
  color: #fff;
  display: none;
}

.head-top-sangni .head-fl span {
  margin-right: 20px;
}

.head-top-sangni .head-fl span i {
  display: inline-block;
  margin-top: 10px;
  margin-right: 12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: top;
  border-radius: 50%;
  background: rgba(176, 176, 176, 0.3);
  font-size: 16px;
  color: #fff;
}

.head-top-sangni .head-fl span b {
  font-size: 16px;
  color: #fff;
}
.head-top-sangni .head-fl span b a:hover{
 color:#fff;
}

.head-top-sangni .head-searchbg {
  float: left;
  width: 204px;
  height: 32px;
  margin-top: 0;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.24);
}

.head-top-sangni .head-searchbg input {
  float: left;
  width: 160px;
  height: 32px;
  padding-left: 24px;
  font-size: 13px;
  color: #fff;
  border: none;
  outline: none;
  background: 0 0;
  outline: none;
}

.head-top-sangni .head-searchbg button {
  float: right;
  width: 44px;
  height: 32px;
  background: 0 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  outline: none;
}

.head-top-sangni .head-searchbg button::before {
  /* content: '\e727'; */
  font-size: 22px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.head-top-sangni .head-searchbg button:hover::before {
  opacity: 1;
}

.head-top-sangni .current-lang{
  margin-top: 0;
  color: #fff;
}


.header-height-sangni .header-sangni {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 10;
  font-size: 0;
  box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.08);
}
.header-height-sangni .header-sangni .container {
  align-items: center;
  padding: 20px 0;
}

.fixed {
  position: fixed !important;
  top: 0;
  z-index: 10 !important;
  max-width: 1920px;
}

.header-height-sangni .head-logo {
  width: 16%;
}

.header-height-sangni .head-logo img {
  max-height: 45px;
}

.mobile-height-sangni .m-navcenter img {
  max-height: 35px;
}

.header-height-sangni .head-nav {
  width: 62%;
}

.header-height-sangni .head-nav ul {
  margin-bottom: 0;
}

.header-height-sangni .head-nav li {
  position: relative;
  display: inline-block;
  padding: 5px 22px;
}

.header-height-sangni .head-nav li h3 {
  font-weight: 600;
}

.header-height-sangni .head-nav li h3.down {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.header-height-sangni .head-nav li h3 b::before {
  /* content: '\e60c'; */
  display: inline-block;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 14px;
  color: #2a2a2a;
  vertical-align: top;
}

.header-height-sangni .head-nav li a {
  display: block;
  padding: 0 2px;
  font-size: 17px;
}

.header-height-sangni .head-nav li h3 a {
  color: #212121;
  font-family: 'D-DIN_Bold';
}

.header-height-sangni .head-nav li h3 a i{
  font-size: 12px;
}

.header-height-sangni .head-nav li h3 a:hover {
  text-decoration: none;
}

.header-height-sangni .head-nav li h3:hover,
.header-height-sangni .head-nav li h3.current {
  border-bottom: 1px solid var(--color-primary);
}

.header-height-sangni .head-nav li h3:hover a,
.header-height-sangni .head-nav li h3.current a {
  color: var(--color-primary);
  padding-bottom: 3px;
}

.header-height-sangni .head-nav li h3.down:hover b::before,
.header-height-sangni .head-nav li h3.down.current b::before {
  color: var(--color-primary);
}

.header-height-sangni .nav-slidedown {
  display: none;
  position: absolute;
  width: 312px;
  top: 47px;
  left: 0;
  padding: 0 20% 18px;
  background: #fff;
  text-align: left;
  z-index: 2;
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.1);
}

.header-height-sangni .head-nav li .nav-slidedown a {
  height: auto;
  padding-top: 18px;
  font-size: 15px;
  color: #666;
}

.header-height-sangni .head-nav li .nav-slidedown a:hover {
  color: var(--color-primary);
}

.header-height-sangni .href a,
.mobile-height-sangni .href a {
  display: inline-block;
  padding: 14px 48px;
  background: var(--color-primary);
  font-size: 15px;
  color: #fff;
  font-family: var(--title-font-family);
  font-weight: 700;
  border-radius: 50px;
}

.header-height-sangni .href a:hover,
.mobile-height-sangni .href a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.mobile-height-sangni {
  display: none;
  height: 60px;
}

.mobile-height-sangni .mobile-nav-sangni {
  display: none;
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0 20px;
  z-index: 999;
}

.m-navlist-sangni {
  position: fixed;
  left: -80%;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0 0 20px;
  background: #fff;
  box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.m-navlist-sangni .m-listtop {
  padding: 20px;
  font-size: 24px;
}

.m-navlist-sangni .m-listtop img {
  width: 146px;
}

.m-navlist-sangni .m-listtop span {
  float: right;
  font-size: 24px;
  color: #999;
  font-weight: 100;
  line-height: 36px;
  opacity: 0.8;
  cursor: pointer;
}

.m-navlist-sangni .m-navlistcon {
  margin-left: 20px;
}

.m-navlist-sangni .m-navlistcon ul {
  display: none;
}

.m-navlist-sangni .m-navlistcon span {
  display: block;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}

.m-navlist-sangni .m-navlistcon span a {
  display: inline-block;
  width: 70%;
  padding: 15px 0;
  font-size: 16px;
  color: #000009;
  float: left;
}

.m-navlist-sangni .m-navlistcon span a.current,
.m-navlist-sangni .m-navlistcon li a.current {
  color: var(--color-primary);
}

.m-navlist-sangni .m-navlistcon span i {
  text-align: right;
  width: 24%;
  float: right;
  font-size: 18px;
  padding: 15px 6% 15px 0;
}

.m-navlist-sangni .m-navlistcon ul li {
  margin-left: 20px;
  border-bottom: 1px solid #dedede;
}

.m-navlist-sangni .m-navlistcon ul li a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  color: #666;
}

.m-navlist-sangni .m-navlistcon ul li a b {
  padding-left: 10px;
}

.m-navlist-sangni .m-navlistcon .xla-three {
  border-top: 1px solid #dedede;
  padding-left: 20px;
}

.mobile-height-sangni .m-navtap {
  padding-left: 6%;
}

.mobile-height-sangni .m-navcenter {
  width: 57%;
  margin-top: 13px;
  padding-left: 36px;
  text-align: center;
  flex: 1;
}

.mobile-height-sangni .m-navright .href a {
  margin-top: 12px;
  margin-right: 20px;
  padding: 12px;
  font-size: 12px;
}

.head-top-sangni .container,
.header-height-sangni .container {
  width: 1400px;
  margin: 0 auto;
}

.head-top-sangni .wp,
.header-height-sangni .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1580px) {
  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 78%;
  }

  .header-height-sangni .head-logo {
    width: 18%;
  }

  .header-height-sangni .head-nav {
    width: 62%;
  }

  .header-height-sangni .head-nav li {
    padding: 5px 16px;
  }
  
  .header-height-sangni .head-nav li h3 {
  	font-size: 22px;
  }

  .header-height-sangni .nav-slidedown {
    top: 45px;
  }

  .header-height-sangni .header-height-sangni .head-nav li a {
    font-size: 16px;
  }

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 38px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1460px) {
  .header-height-sangni .head-logo img {max-height: 35px;}
  .header-height-sangni .head-nav li a {font-size: 15px;}
}

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

  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px 30px;
  }
  
  .header-height-sangni .href a, .mobile-height-sangni .href a {
    padding: 10px 20px;
    font-size: 12px;
  }
  .header-height-sangni .head-nav li {padding:5px 11px;}
}

@media screen and (max-width: 1280px) {
  .header-height-sangni .href a,
  .mobile-height-sangni .href a {
    padding: 14px;
    font-size: 13px;
  }


  .header-height-sangni .head-nav li .nav-slidedown a {
    font-size: 14px;
  }
  
  .header-height-sangni .head-nav li h3 {
  	font-size: 20px;
  }
  
  .header-height-sangni .head-logo img {
    max-height: 30px;
  }
  .header-height-sangni .head-nav li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1081px) {
  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 88%;
  }

  .header-height-sangni .header-sangni {
    display: none;
  }

  .mobile-height-sangni .mobile-nav-sangni,
  .mobile-height-sangni {
    display: flex;
  }
  
  .mobile-height-sangni .m-navcenter {
  	padding-left: 0;
  }
  
  .head-top-sangni .head-fl span {
	  display: none;
  }

  .head-top-sangni .head-fl span b {
    font-size: 14px;
  }

  .head-top-sangni .head-fl {
    line-height: 48px;
  }

  .head-top-sangni .head-fl span i {
    margin-top: 7px;
  }

  .head-top-sangni {
    position: relative;
  }


  .head-top-sangni .head-searchbg {
    display: none;
  }

  .mobile-height-sangni {
    position: relative;
    z-index: 9;
  }
  
  .mobile-height-sangni .m-navright{
    display: none;
  }
  
  .head-top-sangni .m-navico,.head-top-sangni .head-mo-search {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 100%;
  }
}

@media screen and (max-width: 340px) {
  .head-top-sangni .head-fl span {
    margin-right: 0;
  }

  .mobile-height-sangni .m-navcenter {
    width: 48%;
    padding-left: 26px;
  }
}


@media screen and (max-width:500px){
  .head-top-sangni .head-fl span b{
    display: none;
  }
}