.lang-selector ul {
    text-align: left;
    font-size: 0;
    max-height: 160px !important;
    overflow-y: scroll;
}
@media screen and (max-width:480px){
  .arshine2-foot_top .tit p{
    font-size: 12px !important;
  }
  .arshine2-foot_top{
    height: 200px !important;
  }
      .arshine2-foot_top a {
        width: 120px !important;
        font-size: 12px !important;
    }
    .arshine-path{
      padding-top: 15px !important;
    }
    .custom-pop-inquiry .div_info{
      padding: 30px 10px !important;
    }
    .crm_inquiry_form_boxcustom_inquiry_form_1721624902855604 .inqury_title_box .inqury_title_text{
      font-size: 24px !important;
    }
    .crm_inquiry_form_boxcustom_inquiry_form_1721624902855604 .inqury-form .one-line-input{
      font-size: 12px !important;
    }
    .crm_inquiry_form_boxcustom_inquiry_form_1721624902855604 .inqury-form .textarea-input{
      font-size: 12px !important;
    }
    
}

.gotop-sangni {
  position: fixed;
  right: 10px;
  top: 50%;
  display: none;
  z-index: 11;
}
.head-fr{
  width: 100%;;
}
.arshine2-inquiry{
  background-position: center !important;
}
.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.wx .wx-box{
  position: absolute;
  right: 62px;
  top: 31%;
  transform: translateY(-50%);
  display:none
}
.gotop-sangni a.wx .wx-box .box{
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}
.gotop-sangni a.wx .wx-box .box img{
  width:140px;
}
.gotop-sangni a.wx .wx-box .arrowPanel{
   width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
 }
 .gotop-sangni a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}
.gotop-sangni a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}
.gotop-sangni a.wx:hover .wx-box {
  display: block;
}

.gotop-sangni a i {
  font-size: 30px;
}
.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: 1;
  width: 100%;
  background: #EEE;
}

/* Chrome *
.head-searchbg input::-webkit-input-placeholder {
  color: #fff;
}
/* IE 10+ */
.head-searchbg input:-ms-input-placeholder {
  color: #fff;
}
/* Firefox 4-18 */
/* Firefox 19+ */
 .head-searchbg input:-moz-placeholder,
 .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;
}
.subnav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subnav > li {
    display: inline-block;
    position: relative;
    text-align: center;
}
.subnav > li > a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 49px;
    line-height: 22px;
    text-align: center;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.subnav > li:hover > a, .subnav > li.active > a {
    color: #37018C;
}
.subnav > li ul {
    position: absolute;
    width: 220px;
    height: auto;
    left: 0;
    text-align: left;
    top: 57px;
    z-index: 1000;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.14) 0 0 9px 0px;
    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;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
}
.subnav > 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;
}
.subnav > li > ul li {
    border-bottom: 1px solid #EDEDED;
    position: relative;
    -webkit-text-stroke-width: 0.2px;
}
.subnav > li > ul > li > a {
    padding-right: 20px;
}

.subnav > li > ul li > a {
    display: block;
    border-radius: 4px;
    padding: 9px 15px;
    color: #313131;
    font-size: 15px;
    line-height: 21px;
    text-transform: capitalize;
}
.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-searchbg {
  float: left;
  width: 204px;
  height: 32px;
  margin-top: 11px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid #333;
}

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

 .head-searchbg button {
  float: right;
  width: 42px;
  height: 32px;
  background: 0 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  outline: none;
}
.head-searchbg input::placeholder{color:#888}
 .head-searchbg button::before {
  /* content: '\e727'; */
  font-size: 22px;
  color: #333;
  opacity: 0.7;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

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

.head-top-sangni .current-lang{
  margin-top: 10px;
  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: 12%;
}

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

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

.header-height-sangni .head-nav {
  width: 48%;
  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 20px;
}

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

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

.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 {
  }
.header-height-sangni .head-nav li a {
    display: block;
    padding: 0 2px;
    font-size: 15px !important;
}


  .header-height-sangni .head-nav {
  }

  .header-height-sangni .head-nav li {
    padding: 5px 12px;
  }

  .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;
  }
  .head-searchbg input{
    width: 90px;
  }
  .head-searchbg{
    width: 150px;
  }
  .header-height-sangni .head-nav li a {
    display: block;
    font-size: 13px !important;
}

}

@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 {
  }
.header-height-sangni .head-nav{
  width: 55%;
}
  .header-height-sangni .head-nav li .nav-slidedown a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1080px) {
  .head-top-sangni .container,
  .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-searchbg {
    display: none;
  }

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


@media screen and (max-width:576px){
  .subnav > li > a{
    font-size: 10px !important;
  }
}
@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;
  }
}
