/*global start*/
:root{
	--title--size:40px;
	--font-bold:600;
	--font-bolder:700;
}



a {
    cursor: pointer;
}

.global-title {
    color: var(--title-text-color);
    font-size: var(--title--size);
    font-family: var(--title-font-family);
    font-weight: var(--font-bold);
    position: relative;
    text-transform: capitalize;
    line-height: 1;
}
.okki-chat--bubble-holder .okki-chat-widget-bubble.okki-chat-elements--right{
  bottom: 80px!important;
}

body section {
    margin: 70px 0;
}

body section.inner {
    margin: 0;
    padding: 70px 0;
}

body section.head-top-guanxiang, body section.cookie-policy, body section.crumbs-guanxiang, body section.small-banner-guanxiang,body section.section-item {
    margin: 0!important;
}

@media(max-width: 1440px) {
    :root {
        --title--size:28px;
    }

    body section {
        margin: 60px 0;
    }

    body section.inner {
        padding: 60px 0;
    }
}

@media(max-width: 767px) {
    :root {
        --title--size:20px;
    }

    body section {
        margin: 30px 0;
    }

    body section.inner {
        padding: 30px 0;
    }
}
  

.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-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-fr {
  display: flex;
  align-items: center;
}

.head-top-sangni .head-searchbg {
  float: left;
  width: 204px;
  height: 32px;
  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 {
  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: 10px 0;
}

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

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

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

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

.header-height-sangni .head-nav {
  width: 62%;
  margin-top: 8px;
}

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

.header-height-sangni .head-nav li {
  position: relative;
  display: inline-block;
  padding: 0 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: var(--font-family);
}

.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 0px 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;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  color: #666;
}

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

.header-height-sangni .nav-slidedown .sub-nav-item {
  position: relative;
  padding: 18px 20px 0;
}
.header-height-sangni .nav-slidedown .sub-nav-item:hover .sub-nav-item-children {
  display: flex;
}
.header-height-sangni .nav-slidedown .sub-nav-item > a {
  display: flex;
  justify-content: space-between;
}
.header-height-sangni .nav-slidedown .sub-nav-item a:hover {
  color: var(--color-primary);
}
.header-height-sangni .nav-slidedown .sub-nav-item .sub-nav-item-children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  flex-direction: column;
  width: 312px;
  padding-bottom: 18px;
  background: #fff;
  box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.1);
}
.header-height-sangni .nav-slidedown .sub-nav-item .sub-nav-item-children li {
  padding: 18px 20px 0 !important;
}

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

.mobile-height-sangni .mobile-nav-sangni .m-navleft {
  cursor: pointer;
}


.mobile-height-sangni .m-navico {
  font-weight: 700;
  font-size: 22px;
  line-height: 60px;
}

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

.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 (min-width: 2440px) {
  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 80%;
  }
}


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

  .head-top-sangni .container,
  .header-height-sangni .container {
    width: 90%;
  }

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

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

  .header-height-sangni .head-nav li {
    padding: 5px 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: 1420px) {

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

@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 {
    padding: 5px 15px;
  }

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

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

  .head-top-sangni .container {
    width: 100%;
    max-width: 100%;
  }

  .header-height-sangni .container {
    width: 88%;
  }

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

  .mobile-height-sangni .mobile-nav-sangni,
  .mobile-height-sangni {
    display: flex;
  }

  .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 .lang-selector {
    padding-left: 0 !important;
  }

  .mobile-height-sangni {
    position: relative;
    z-index: 9;
  }
}

@media screen and (max-width: 576px) {
  .head-top-sangni .container {
    justify-content: center;
  }
}

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