@import url('reset.css');
@import url('animate.min.css');
@import url('swiper-bundle.min.css');
@font-face {
  font-family: logoti;
  src: url(字体圈欣意LOGO体.ttf);
}
html {
  scroll-behavior: smooth;
}

.page_main .contact{
    display: flex;
    justify-content: space-between;
}
.page_main .contact .entry{
    flex: 0 48%;
}
.page_main .contact .company_subscribe{
    flex: 0 48%;
}

@media screen and (max-width:950px){
    .page_main .contact{
        flex-direction: column;
    }
}


/* grid */
.sys-layer {
  margin: 0 auto;
}
.sys-row {
  margin: 0 -8px;
}
.sys-col {
  float: left;
}
.sys-col-inner {
  margin: 0 8px;
}
.sys-col-md {
  float: left;
}
.sys-col-md-12 {
  width: 100%;
}
.sys-col-md-11 {
  width: 91.66666667%;
}
.sys-col-md-10 {
  width: 83.33333333%;
}
.sys-col-md-9 {
  width: 75%;
}
.sys-col-md-8 {
  width: 66.66666667%;
}
.sys-col-md-7 {
  width: 58.33333333%;
}
.sys-col-md-6 {
  width: 50%;
}
.sys-col-md-5 {
  width: 41.66666667%;
}
.sys-col-md-4 {
  width: 33.33333333%;
}
.sys-col-md-3 {
  width: 25%;
}
.sys-col-md-2 {
  width: 16.66666667%;
}
.sys-col-md-1 {
  width: 8.33333333%;
}
#spotlight {
  background-color: #000000a2 !important;
}
#spotlight .footer {
  width: 100%;
}
#spotlight .footer .title {
  text-align: center;
  text-transform: capitalize;
}
.index_layout {
  width: 1600px;
  margin: 0 auto;
}
.gotop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
  visibility: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  background-color: #16873b;
  color: #ffffff;
  text-align: center;
  transform: translateY(100%);
  font-size: 18px;
  line-height: 50px;
  opacity: 0;
  transition: all 0.5s;
  cursor: pointer;
}
.gotop em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -ms-transform: translateY(10px);
}
.gotop::before {
  display: block;
  content: '↑';
  font-family: 'fontawesome';
  transition: all 0.5s;
}
.gotop:hover::before {
  opacity: 0;
  transform: translateY(-15px) scale(0.5);
  filter: alpha(opacity=0);
  transition: all 0.5s;
}
.gotop:hover em {
  opacity: 1;
  transform: none;
  transition: all 0.5s;
}
.gotop.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -ms-transform: none;
  transition: all 0.5s;
}
.prz-wrapper {
  width: 100% !important;
  height: 100% !important;
  cursor: zoom-in;
}
.container {
  font-family: Arial;
}
.container .index_head,
.container .page_head {
  background-color: #f1f5f8;
  position: static;
  z-index: 99;
  width: 100%;
}
.container .index_head .head_holder,
.container .page_head .head_holder {
  display: none !important;
}
.container .index_head .Wrapper,
.container .page_head .Wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.container .index_head .Wrapper .head,
.container .page_head .Wrapper .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 0;
  position: relative;
}
.container .index_head .Wrapper .logo,
.container .page_head .Wrapper .logo {
  float: left;
  display: flex;
  align-items: center;
}
.container .index_head .Wrapper .logo a,
.container .page_head .Wrapper .logo a {
  font-size: 30px;
}
.container .index_head .Wrapper .logo a img,
.container .page_head .Wrapper .logo a img {
  width: 100%;
  padding: 10px 0;
}
.container .index_head .Wrapper .webWrap,
.container .page_head .Wrapper .webWrap {
  display: flex;
  padding: 20px 0;
  gap: 30px;
  align-items: center;
}
.container .index_head .Wrapper .web_nav ul,
.container .page_head .Wrapper .web_nav ul {
  display: flex;
  gap: 0 2.5vw;
  transition: all 0.3s;
  justify-content: flex-start;
}
.container .index_head .Wrapper .web_nav ul > li,
.container .page_head .Wrapper .web_nav ul > li {
  position: relative;
}
.container .index_head .Wrapper .web_nav ul > li > a,
.container .page_head .Wrapper .web_nav ul > li > a {
  height: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.container .index_head .Wrapper .web_nav ul > li > a > em,
.container .page_head .Wrapper .web_nav ul > li > a > em {
  width: 100%;
}
.container .index_head .Wrapper .web_nav ul > li > a > b,
.container .page_head .Wrapper .web_nav ul > li > a > b {
  margin-left: 4px;
}
.container .index_head .Wrapper .web_nav ul > li > a > b::after,
.container .page_head .Wrapper .web_nav ul > li > a > b::after {
  content: '';
  content: '\f107';
  font-family: 'fontawesome';
}
.container .index_head .Wrapper .web_nav ul > li ul,
.container .page_head .Wrapper .web_nav ul > li ul {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 250px;
  z-index: 99;
  height: auto;
  border-top: 2px solid #16873b;
  transform: rotateX(90deg);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.container .index_head .Wrapper .web_nav ul > li ul > li,
.container .page_head .Wrapper .web_nav ul > li ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #ccc;
}
.container .index_head .Wrapper .web_nav ul > li ul > li::after,
.container .page_head .Wrapper .web_nav ul > li ul > li::after {
  display: none;
}
.container .index_head .Wrapper .web_nav ul > li ul > li:last-child,
.container .page_head .Wrapper .web_nav ul > li ul > li:last-child {
  border-bottom: none;
}
.container .index_head .Wrapper .web_nav ul > li ul > li em,
.container .page_head .Wrapper .web_nav ul > li ul > li em {
  padding: 0;
}
.container .index_head .Wrapper .web_nav ul > li ul > li a,
.container .page_head .Wrapper .web_nav ul > li ul > li a {
  font-weight: normal ;
  width: auto;
  color: #555;
  line-height: 2.2;
  padding: 0 15px;
  text-align: left;
  font-size: 16px;
  justify-content: start;
}
.container .index_head .Wrapper .web_nav ul > li ul > li a::before,
.container .page_head .Wrapper .web_nav ul > li ul > li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 30%;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 40%;
  opacity: 0;
  transition: all 0.5s;
}
.container .index_head .Wrapper .web_nav ul > li ul > li a > b,
.container .page_head .Wrapper .web_nav ul > li ul > li a > b {
  margin-left: 4px;
  transform: none;
}
.container .index_head .Wrapper .web_nav ul > li ul > li a > b::after,
.container .page_head .Wrapper .web_nav ul > li ul > li a > b::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 5px solid #aaa;
  border-left-width: 6px;
  border-right: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 20px;
  top: 14px;
}
.container .index_head .Wrapper .web_nav ul > li ul > li > ul,
.container .page_head .Wrapper .web_nav ul > li ul > li > ul {
  position: absolute;
  left: 250px;
  margin-top: 0;
  top: -2px;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(90deg);
}
.container .index_head .Wrapper .web_nav ul > li ul > li > ul li,
.container .page_head .Wrapper .web_nav ul > li ul > li > ul li {
  border-bottom: 1px dashed #ccc;
}
.container .index_head .Wrapper .web_nav ul > li ul > li > ul li:last-child,
.container .page_head .Wrapper .web_nav ul > li ul > li > ul li:last-child {
  border-bottom: none;
}
.container .index_head .Wrapper .web_nav ul > li ul > li:hover > a,
.container .page_head .Wrapper .web_nav ul > li ul > li:hover > a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
.container .index_head .Wrapper .web_nav ul > li ul > li:hover > a::before,
.container .page_head .Wrapper .web_nav ul > li ul > li:hover > a::before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #16873b;
  transition: all 0.5s;
}
.container .index_head .Wrapper .web_nav ul > li ul > li:hover > a > b::after,
.container .page_head .Wrapper .web_nav ul > li ul > li:hover > a > b::after {
  transform: rotate(0);
  border-color: #fff;
  border-left-color: #16873b;
}
.container .index_head .Wrapper .web_nav ul > li ul > li:hover > ul,
.container .page_head .Wrapper .web_nav ul > li ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  transition: all 0.3s;
}
.container .index_head .Wrapper .web_nav ul > li:hover > a,
.container .page_head .Wrapper .web_nav ul > li:hover > a {
  text-decoration: none;
  color: #16873b;
}
.container .index_head .Wrapper .web_nav ul > li:hover > a > b,
.container .page_head .Wrapper .web_nav ul > li:hover > a > b {
  transform: rotate(180deg);
}
.container .index_head .Wrapper .web_nav ul > li:hover > a > b::after,
.container .page_head .Wrapper .web_nav ul > li:hover > a > b::after {
  border-color: #000;
  border-left-color: transparent;
  border-right-color: transparent;
}
.container .index_head .Wrapper .web_nav ul > li:hover > ul,
.container .page_head .Wrapper .web_nav ul > li:hover > ul {
  opacity: 1;
  transform: rotateX(0);
  visibility: visible;
  transition: all 0.3s;
}
.container .index_head .Wrapper .web_nav ul > li:hover > ul li a b,
.container .page_head .Wrapper .web_nav ul > li:hover > ul li a b {
  transform: none;
}
.container .index_head .Wrapper .web_nav ul .nav-current > a,
.container .page_head .Wrapper .web_nav ul .nav-current > a {
  color: #16873b;
}
.container .index_head .Wrapper .head_form,
.container .page_head .Wrapper .head_form {
  right: 12vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.container .index_head .Wrapper .head_form .head_search .btn--search,
.container .page_head .Wrapper .head_form .head_search .btn--search {
  display: block;
  flex: 0 20%;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/index/search.png);
  filter: invert(100%);
}
.container .index_head .Wrapper .head_form .country,
.container .page_head .Wrapper .head_form .country {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0 0 1vw;
}
.container .index_head .Wrapper .head_form .country .change-language,
.container .page_head .Wrapper .head_form .country .change-language {
  position: relative;
}
.container .index_head {
  background-color: transparent;
  position: fixed;
}
.container .index_head .Wrapper .web_nav ul > li > a {
  color: #fff;
}
.container .index_head .Wrapper .head_form .head_search .btn--search {
  filter: invert(0);
}
.container .index_more {
  padding: 8px 40px;
  font-family: Arial;
  font-size: 24px;
  text-transform: uppercase;
  border-radius: 8px;
  color: #fff;
  background-color: #16873b;
  border: 1px solid #16873b;
  transition: all 0.5s;
}
.container .index_more:hover {
  color: #16873b;
  background-color: transparent;
  transition: all 0.5s;
}
.container .bannerWrapper {
  overflow: hidden;
}
.container .bannerWrapper .swiper {
  overflow: hidden;
  position: relative;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .imgWrapper img {
  width: 100%;
  height: 100%;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  color: #fff;
  font-family: logoti;
  width: 65%;
  text-transform: uppercase;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p {
  font-size: 35px;
  margin-bottom: 20px;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
  font-size: 70px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide-active .imgWrapper {
  transition: 3s linear;
  transform: scale(1.05);
}
.container .bannerWrapper .swiper .swiper-wrapper .swiper-slide-duplicate-active .imgWrapper {
  transition: 3s linear;
  transform: scale(1.05);
}
.container .bannerWrapper .swiper .swiper-pagination {
  bottom: 20px;
}
.container .bannerWrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fff;
  opacity: 1;
}
.container .bannerWrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #16873b;
}
.container footer .web_footer {
  background-image: url(../img/index/foot.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5vw 6vw 4vw 10vw;
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 2vw;
}
.container footer .web_footer h3 {
  padding-top: 20px;
  margin-bottom:20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.container footer .web_footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.container footer .web_footer ul li a {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.container footer .web_footer > div {
  flex: 0 20%;
}
.container footer .web_footer .foot_follow{
    flex: 0 35%;
}
.container footer .web_footer .snslink {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container footer .web_footer .snslink .foot_logo {
  width: 172px;
}
.container footer .web_footer .snslink .foot_logo img {
  width: 100%;
}
.container footer .web_footer .snslink .snslist {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.container footer .web_footer .snslink .snslist li {
  width: 28px;
}
.container footer .web_footer .snslink .snslist li img {
  width: 100%;
}
.container footer .web_footer .foot_feature ul li a::before {
  content: "<<";
  margin-right: 5px;
  font-size: 26px;
}
.container footer .web_footer .foot_menu ul li a::before {
  content: "<<";
  margin-right: 5px;
  font-size: 26px;
}
.container footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0;
  box-sizing: border-box;
  z-index: 999;
  border-top:1px solid #dddddd ;
}
.container footer .sj-footer ul {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 16px;
}
.container footer .sj-footer ul li a svg path {
  fill: #333;
}
.container footer .sj-footer ul li a:hover {
  text-decoration: none;
}
.container footer .sj-footer ul #f-logo .imgWarp {
  width: 30vw;
}
.container footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
.container .index_title {
  font-size: 60px;
  color: #16873b;
  font-weight: bold;
}
.container .page_title {
  /*text-align: center;*/
  margin: 0 auto;
}
.container .page_title .title {
  font-size: 52px;
  color: #333;
  font-weight: bold;
}
.container .page_title .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #6e6e6e;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.container .index_main {
  padding: 5vw 0 ;
}
.container .index_main .index_featured {
  padding-bottom: 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .index_main .index_featured .left_info {
  flex: 0 45%;
}
.container .index_main .index_featured .left_info .index_title {
  width: 80%;
}
.container .index_main .index_featured .left_info .desc {
  margin-top: 20px;
  font-size: 30px;
  color: #16873b;
}
.container .index_main .index_featured .left_info .intro {
  margin: 20px 0 40px 0;
}
.container .index_main .index_featured .left_info .intro p {
  font-size: 20px;
  color: #6e6e6e;
  margin-bottom: 10px;
}
.container .index_main .index_featured .right_img {
  flex: 0 49%;
  border-radius: 20px;
  overflow: hidden;
}
.container .index_main .index_featured .right_img img {
  width: 100%;
}
.container .index_main .index_product {
  padding-bottom: 7vw;
}
.container .index_main .index_product .index_title {
  text-align: center;
}
.container .index_main .index_product ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.container .index_main .index_product ul li {
  flex: 0 25%;
  padding: 10px 10px 15px 10px;
  box-sizing: border-box;
}
.container .index_main .index_product ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.container .index_main .index_product ul li a .imgWrap {
  position: relative;
  overflow: hidden;
}
.container .index_main .index_product ul li a .imgWrap img {
  width: 100%;
  transition: all 0.5s;
}
.container .index_main .index_product ul li a .imgWrap .mult {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EFEFEF;
  /* 半透明黑色叠底 */
  mix-blend-mode: multiply;
}
.container .index_main .index_product ul li a .info {
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  background-color: #16873b;
}
.container .index_main .index_product ul li a .info .cate {
  font-size: 18px;
}
.container .index_main .index_product ul li a .info .title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .index_main .index_product ul li a:hover .imgWrap img {
  transform: rotate(-5deg) scale(1.2);
  transition: all 0.5s;
}
.container .index_main .index_about {
  padding-bottom: 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .index_main .index_about .left_img {
  flex: 0 50%;
  border-radius: 10px;
  overflow: hidden;
}
.container .index_main .index_about .left_img img {
  width: 100%;
}
.container .index_main .index_about .right_info {
  flex: 0 45%;
}
.container .index_main .index_about .right_info .intro {
  margin: 20px 0 40px;
  width:100%;
  font-size: 20px;
  color: #6e6e6e;
}
.container .index_main .index_choose {
  padding-bottom: 7vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .index_main .index_choose .choose_info {
  flex: 0 45%;
}
.container .index_main .index_choose .choose_info .intro {
  color: #6e6e6e;
  font-size: 20px;
  width: 100%;
  margin: 20px 0;
}
.container .index_main .index_choose .choose_info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.container .index_main .index_choose .choose_info ul li {
  flex: 0 50%;
}
.container .index_main .index_choose .choose_info ul li span {
  font-size: 50px;
  font-weight: bold;
  display: block;
  color: #16873b;
}
.container .index_main .index_choose .choose_info ul li p {
  font-size: 16px;
  color: #333;
}
.container .index_main .index_choose .choose_img {
  flex: 0 50%;
  border-radius: 10px;
  overflow: hidden;
}
.container .index_main .index_choose .choose_img img {
  width: 100%;
}
.container .index_main .index_news {
  padding-bottom: 2vw;
}
.container .index_main .index_news .index_title {
  text-align: center;
}
.container .index_main .index_news .newWrap {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  /*align-items: center;*/
  justify-content: space-between;
}
.container .index_main .index_news .newWrap .imglist {
  flex: 0 45%;
}
.container .index_main .index_news .newWrap .imglist li {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.container .index_main .index_news .newWrap .imglist li img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
}
.container .index_main .index_news .newWrap .news_items {
  flex: 0 52%;
}
.container .index_main .index_news .newWrap .news_items .item {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #a9acb3;
}
.container .index_main .index_news .newWrap .news_items .item a {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.container .index_main .index_news .newWrap .news_items .item a .title_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6e6e6e;
}
.container .index_main .index_news .newWrap .news_items .item a .title_date .title {
  font-size: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .index_main .index_news .newWrap .news_items .item a .title_date .date {
  font-size: 20px;
}
.container .index_main .index_news .newWrap .news_items .item a .desc_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .index_main .index_news .newWrap .news_items .item a .desc_more .desc {
  flex: 0 60%;
  font-size: 20px;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .index_main .index_news .newWrap .news_items .item a .desc_more .more {
  width: 38px;
}
.container .index_main .index_news .newWrap .news_items .item a .desc_more .more img {
  width: 100%;
}
.container .index_main .index_news .newWrap .news_items .item:hover a .title_date .title {
  color: #16873b;
}
.container .index_main .index_news .newWrap .news_items .item:hover a .desc_more .more {
  filter: sepia() saturate(200%) hue-rotate(85deg) brightness(85%);
}
.container .index_main .index_news .newWrap .news_items .active a .title_date .title {
  color: #16873b;
}
.container .index_main .index_news .newWrap .news_items .active a .desc_more .more img {
  filter: sepia() saturate(200%) hue-rotate(85deg) brightness(85%);
}
.container .index_inquiry {
  background-image: url(../img/index/quote_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 4vw 0;
}
.container .index_inquiry .index_title {
  color: #fff;
  width: 65%;
  font-size: 40px;
  margin: 0 auto;
  text-align: center;
}
.container .index_inquiry .btnWrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.container .index_inquiry .btnWrap a {
  padding: 5px 40px;
  border-radius: 10px;
  font-size: 24px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
}
.container .index_inquiry .btnWrap .inquiry_btn {
  border: 1px solid #16873b;
  background-color: #16873b;
}
.container .fixed-nav {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.container .fixed-nav-active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.container .fixed-nav-active .Wrapper .web_nav ul > li > a {
  color: #333;
}
.container .fixed-nav-active .Wrapper .head_form .head_search .btn--search {
  filter: invert(100%);
}
@keyframes beat {
  0% {
    top: 1vw;
  }
  50% {
    top: -0.5vw;
  }
  100% {
    top: 1vw;
  }
}
/*product photos*/
.product-intro {
  position: relative;
  overflow: hidden;
}
.cloud-zoom-lens {
  border: 1px solid #eee;
  cursor: move;
}
.cloud-zoom-title {
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 3px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
.cloud-zoom-big {
  overflow: hidden;
  padding: 0px;
}
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
.product-view .swiper-slide {
  padding-bottom: 1px;
}
.product-view .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}
.product-view {
  position: relative;
  width: 41%;
  float: left;
}
.product-view .product-image {
  position: relative;
  border: 1px solid #ddd;
}
.product-view .product-image img {
  position: relative;
  width: 100%;
}
.product-view .image-additional-wrap {
  position: relative;
  z-index: 99;
  margin-top: 34px;
  width: 85%;
  margin: 0 auto;
  padding: 0 7.5%;
}
.product-view .image-additional {
  position: relative;
  margin: 20px 0px;
  overflow: hidden;
}
.product-view .image-additional li {
  position: relative;
  width: 100%;
  float: left;
  overflow: visible;
}
.product-view .image-additional li.single {
  display: none;
}
.product-view .image-additional li img {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1px;
}
.product-view .image-additional li a {
  display: block;
  position: relative;
  padding: 0 5%;
}
.product-view .image-additional li.current img {
  padding: 0;
}
.product-view .image-additional img.popup {
  display: none;
}
.ad_prompt {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  line-height: 40px;
  margin: -20px 0 0;
  text-align: center;
  color: #ff6f00;
  font-size: 20px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
  display: none;
}
.product-view .image-additional.swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.product-view .swiper-button-next,
.product-view .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  line-height: 30px;
  font-size: 28px;
  background: none;
}
.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
/*product summary*/
.product-summary {
  position: relative;
  width: 55%;
  float: right;
  padding: 0 0 10px;
  color: #666;
  font-size: 13px;
}
.navigate_button_prev::after {
  content: '';
  background-image: url(/img/index/prev01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_prev:hover::after {
  opacity: 1;
}
.navigate_button_next::after {
  content: '';
  background-image: url(/img/index/next01.png);
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
.navigate_button_next:hover::after {
  opacity: 1;
}
.layui-layer {
  background: transparent;
}
#inquiry_form {
  min-width: 300px;
  width: 30vw;
  display: none;
}
.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #16873b;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
}
#form .list {
  margin-bottom: 15px;
}
#form .list h6 {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list h6 span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form .sub {
  width: 30%;
  color: #fff;
  background-color: #16873b;
  border: none;
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 15px;
  border-radius: 45px;
  cursor: pointer;
}
.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 110;
  transition: all 0.5s;
  transform: translateX(260px);
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color: #16873b;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 24px;
  height: 24px;
}
.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li:hover {
  transform: translateX(-260px);
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper .sidebar ul .ewmWarp:hover {
  height: 210px;
  transition: all 0.5s;
}
@media screen and (min-width: 1921px) {
  .container .index_layout {
    width: 85vw;
  }
  .container .index_head .Warpper .web_nav ul li a,
  .container .page_head .Warpper .web_nav ul li a {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1680px) {
  .index_layout {
    width: 1440px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1540px) {
  .index_layout {
    width: 89vw;
  }
  .container .index_title {
    font-size: 50px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p {
    font-size: 30px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 50px;
  }
  .container .index_main .index_featured .left_info .desc {
    font-size: 26px;
  }
  .container .index_main .index_featured .left_info .intro p {
    font-size: 18px;
  }
  .container .index_main .index_news .newWrap .news_items .item a {
    gap: 10px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .title_date .title {
    font-size: 26px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .desc_more .desc {
    font-size: 18px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .desc_more .more {
    width: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .container .index_title {
    font-size: 45px;
  }
  .container .index_more {
    font-size: 20px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap p {
    font-size: 25px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 45px;
  }
  .container .index_main .index_featured .left_info .index_title {
    line-height: 1.2;
  }
  .container .index_main .index_featured .left_info .desc {
    margin-top: 10px;
  }
  .container .index_main .index_featured .left_info .intro {
    margin: 10px 0 30px 0;
  }
  .container .index_main .index_about .right_info .intro {
    width: 100%;
    font-size: 18px;
  }
  .container .index_main .index_choose .choose_info .intro {
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
  }
  .container .index_main .index_choose .choose_info ul li span {
    font-size: 35px;
  }
  .container .index_main .index_news .newWrap .news_items .item {
    padding: 10px 0;
  }
  .container .index_main .index_news .newWrap .news_items .item a .title_date .title {
    font-size: 24px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .title_date .date {
    font-size: 16px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .desc_more .desc {
    flex: 0 70%;
    font-size: 16px;
  }
  .container .index_inquiry .index_title {
    font-size: 30px;
  }
  .container .index_inquiry .btnWrap a {
    font-size: 20px;
  }
  .container footer .web_footer {
    padding: 5vw 4vw;
  }
  .container footer .web_footer ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .container .index_title {
    font-size: 40px;
  }
  .container .index_head .Wrapper .logo a img,
  .container .page_head .Wrapper .logo a img {
    max-width: 200px;
  }
  .container .index_head .Wrapper .web_nav ul > li > a,
  .container .page_head .Wrapper .web_nav ul > li > a {
    font-size: 20px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap {
    width: 70%;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap h1 {
    font-size: 40px;
  }
  .container .index_main .index_featured .left_info .index_title {
    width: 89%;
  }
  .container .index_main .index_product ul li a .info .title {
    font-size: 16px;
  }
  .container .index_inquiry .index_title {
    width: 80%;
  }
  .container footer .web_footer ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 950px) {
    #form .list textarea{
        margin-top: 2px;
    }
  .sys_sub_head {
    margin-top: 60px;
  }
  .phone-head-items {
    display: block;
  }
  .index_layout {
    width: 95vw;
  }
  .container .index_title {
    font-size: 30px;
  }
  .container .index_more {
    font-size: 16px;
  }
  .container .index_head,
  .container .page_head {
    display: none;
  }
  .container .bannerWrapper {
    margin-top: 60px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .infoWrap {
    display: none;
  }
  .container .index_main .index_featured {
    flex-direction: column;
    padding-bottom: 50px;
    gap: 20px;
  }
  .container .index_main .index_featured .left_info .intro p {
    font-size: 16px;
  }
  .container .index_main .index_product {
    padding-bottom: 50px;
  }
  .container .index_main .index_product ul li {
    flex: 0 50%;
  }
  .container .index_main .index_about {
    padding-bottom: 50px;
    flex-direction: column;
    gap: 20px;
  }
  .container .index_main .index_choose {
    padding-bottom: 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .container .index_main .index_news .newWrap {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  .container .index_main .index_news .newWrap .news_items .item a .title_date .title {
    font-size: 20px;
  }
  .container .index_main .index_news .newWrap .imglist {
    display: none;
  }
  .container .index_inquiry {
    margin-bottom: 66px;
  }
  .container .index_inquiry .index_title {
    font-size: 18px;
  }
  .container .index_inquiry .btnWrap {
    flex-direction: column;
  }
  .container .index_inquiry .btnWrap a {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }
  .container footer .web_footer {
    display: none ;
  }
  .container footer .sj-footer {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .phone-head-item .title:before {
      color: #333;
    font-size: 20px;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/phone_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 130px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .itemWrap .phone-head-aside {
    order: 1;
  }
  .itemWrap .phone-head-aside {
    order: 4;
  }
  .phone-head-item {
    float: left;
    width: 45px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }
  .phone-head-item.phone-head-home .title a:before {
    content: '\f015';
  }
  .phone-head-item.phone-head-nav .title:before {
    content: '\f0c9';
  }
  .phone-head-item.phone-head-language .title:before {
    content: "\f1ab";
  }
  .phone-head-item.phone-head-search .title:before {
    content: "\f002";
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }
  .index_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }
  .index_head .head-search {
    display: none;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    background: #000;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #FFF;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn_phone.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
}
/*-------------------------------
search  start
----------------------------------*/
.search-ipt {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.web-search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  visibility: hidden;
}
.web-search .btn--search-close {
  display: inline-block;
  font-size: 1.8em;
  border-radius: 50%;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background-image: url(../img/search_btn_close.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 35%;
  background-size: auto 35%;
  background-color: #ccc;
  width: 42px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.web-search .btn--search-close:hover {
  background-color: #16873b;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.js .btn--search-close {
  display: block;
}
.web-search .search-ipt {
  font-family: inherit;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #333;
  border-bottom: 3px solid;
  font-size: 20px;
  line-height: 10px;
}
.web-search .search-ipt::-webkit-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt:-ms-input-placeholder {
  color: #6e6e6e8e;
  font-weight: bold;
}
.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
  -webkit-appearance: none;
}
.web-search .search-ipt::-ms-clear {
  display: none;
}
.web-search .search-attr {
  font-size: 90%;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #333;
}
.js .container {
  position: relative;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.js .main-wrap--move {
  height: 100vh;
}
.js .web-search {
  pointer-events: none;
}
.js .search--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.web-search .btn--search-close {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search--open .btn--search-close {
  opacity: 1;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-animation: bounceInA 1s ease;
  -o-animation: bounceInA 1s ease;
  animation: bounceInA 1s ease;
}
.search__suggestion,
.web-search .search-attr {
  opacity: 0;
  -moz-transform: translate3d(0, 30px, 0);
  -webkit-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -moz-transition: opacity 0.8s, transform 0.8s;
  -webkit-transition: opacity 0.8s, transform 0.8s;
  -ms-transition: opacity 0.8s, transform 0.8s;
  -o-transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.search--open .search-attr {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 20px;
}
.js .web-search .search-ipt {
  font-size: 60px;
  font-weight: bold;
  border-bottom-width: 1px;
  padding: 15px 0;
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -moz-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  opacity: 0;
  text-transform: uppercase;
}
.js .web-search .search-ipt,
.web-search .search-attr {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js .search--open .search-ipt {
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.js .search--open .search-btn {
  display: none !important;
}
.web-search .search-attr {
  padding-bottom: 0;
}
.js .web-search {
  width: 70%;
  height: 240px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0;
  margin: auto;
  border-radius: 8px;
  z-index: 100001;
  perspective: 1200px;
}
.js .web-search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  background-color: #fff \9;
  -webkit-transform: translateY(-30%) scale(1, 0);
  -ms-transform: translateY(-30%) scale(1, 0);
  -o-transform: translateY(-30%) scale(1, 0);
  transform: translateY(-30%) scale(1, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.js .search--open::before {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.main-wrap--move:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}
/*-------------------------------
            search  end
            ----------------------------------*/
/*-------------------------------
language  start
----------------------------------*/
.prisna-wp-translate-seo {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
}
.phone-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
  display: block;
}
.change-language .change-language-title,
.change-language .change-language-title a {
  color: #333;
  font-size: 10pt;
}
.change-language:hover .change-language-title a:after {
  -moz-transform: rotate(-360deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.change-language .change-language-cont {
  position: absolute;
  top: 36px;
  right: 0;
  width: 360px;
  background: #FFF;
  padding: 20px 10px 20px 20px;
  transform: scale3d(0.9, 0.9, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 80vh;
}
.change-language:hover .change-language-cont {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}
.change-language .change-language-cont li {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}
.change-language .change-language-cont li a:hover {
  color: #e60011;
}
.change-language .change-language-cont .lang-item-hide {
  display: none !important;
}
.change-language .change-language-cont .lang-more {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
}
.change-language .change-language-cont .more-active {
  font-size: 20px;
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}
.change-language ::-webkit-scrollbar {
  width: 5px;
}
.change-language ::-webkit-scrollbar-track {
  background-color: #fff;
}
.change-language ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
  display: block;
}
.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(../img/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}
li.language-flag a {
  position: relative;
}
.language-flag-af .country-flag {
  background-position: 0 0 !important;
}
.language-flag-sq .country-flag {
  background-position: 0 -16px !important;
}
.language-flag-ar .country-flag {
  background-position: 0 -32px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -48px !important;
}
.language-flag-az .country-flag {
  background-position: 0 -64px !important;
}
.language-flag-eu .country-flag {
  background-position: 0 -80px !important;
}
.language-flag-be .country-flag {
  background-position: 0 -96px !important;
}
.language-flag-bg .country-flag {
  background-position: 0 -112px !important;
}
.language-flag-ca .country-flag {
  background-position: 0 -128px !important;
}
.language-flag-zh .country-flag {
  background-position: 0 -144px !important;
}
.language-flag-zh-TW .country-flag {
  background-position: 0 -160px !important;
}
.language-flag-hr .country-flag {
  background-position: 0 -176px !important;
}
.language-flag-cs .country-flag {
  background-position: 0 -192px !important;
}
.language-flag-da .country-flag {
  background-position: 0 -208px !important;
}
.language-flag-nl .country-flag {
  background-position: 0 -240px !important;
}
.language-flag-en .country-flag {
  background-position: 0 -256px !important;
}
.language-flag-et .country-flag {
  background-position: 0 -272px !important;
}
.language-flag-tl .country-flag {
  background-position: 0 -288px !important;
}
.language-flag-fi .country-flag {
  background-position: 0 -304px !important;
}
.language-flag-fr .country-flag {
  background-position: 0 -320px !important;
}
.language-flag-gl .country-flag {
  background-position: 0 -336px !important;
}
.language-flag-ka .country-flag {
  background-position: 0 -352px !important;
}
.language-flag-de .country-flag {
  background-position: 0 -368px !important;
}
.language-flag-el .country-flag {
  background-position: 0 -384px !important;
}
.language-flag-ht .country-flag {
  background-position: 0 -400px !important;
}
.language-flag-iw .country-flag {
  background-position: 0 -416px !important;
}
.language-flag-hi .country-flag,
.language-flag-te .country-flag,
.language-flag-kn .country-flag,
.language-flag-ta .country-flag,
.language-flag-gu .country-flag {
  background-position: 0 -432px !important;
}
.language-flag-hu .country-flag {
  background-position: 0 -448px !important;
}
.language-flag-is .country-flag {
  background-position: 0 -464px !important;
}
.language-flag-id .country-flag {
  background-position: 0 -480px !important;
}
.language-flag-ga .country-flag {
  background-position: 0 -496px !important;
}
.language-flag-it .country-flag {
  background-position: 0 -512px !important;
}
.language-flag-ja .country-flag {
  background-position: 0 -528px !important;
}
.language-flag-ko .country-flag {
  background-position: 0 -544px !important;
}
.language-flag-la .country-flag {
  background-position: 0 -560px !important;
}
.language-flag-lv .country-flag {
  background-position: 0 -576px !important;
}
.language-flag-lt .country-flag {
  background-position: 0 -592px !important;
}
.language-flag-mk .country-flag {
  background-position: 0 -608px !important;
}
.language-flag-ms .country-flag {
  background-position: 0 -624px !important;
}
.language-flag-mt .country-flag {
  background-position: 0 -640px !important;
}
.language-flag-no .country-flag {
  background-position: 0 -656px !important;
}
.language-flag-fa .country-flag {
  background-position: 0 -672px !important;
}
.language-flag-pl .country-flag {
  background-position: 0 -688px !important;
}
.language-flag-pt .country-flag {
  background-position: 0 -704px !important;
}
.language-flag-ro .country-flag {
  background-position: 0 -720px !important;
}
.language-flag-ru .country-flag {
  background-position: 0 -736px !important;
}
.language-flag-sr .country-flag {
  background-position: 0 -752px !important;
}
.language-flag-sk .country-flag {
  background-position: 0 -768px !important;
}
.language-flag-sl .country-flag {
  background-position: 0 -784px !important;
}
.language-flag-es .country-flag {
  background-position: 0 -800px !important;
}
.language-flag-sw .country-flag {
  background-position: 0 -816px !important;
}
.language-flag-sv .country-flag {
  background-position: 0 -832px !important;
}
.language-flag-th .country-flag {
  background-position: 0 -848px !important;
}
.language-flag-tr .country-flag {
  background-position: 0 -864px !important;
}
.language-flag-uk .country-flag {
  background-position: 0 -880px !important;
}
.language-flag-ur .country-flag {
  background-position: 0 -896px !important;
}
.language-flag-vi .country-flag {
  background-position: 0 -912px !important;
}
.language-flag-cy .country-flag {
  background-position: 0 -928px !important;
}
.language-flag-yi .country-flag {
  background-position: 0 -944px !important;
}
.language-flag-bn .country-flag {
  background-position: 0 -960px !important;
}
.language-flag-eo .country-flag {
  background-position: 0 -976px !important;
}
.language-flag.language-flag-custom-afghanistan .country-flag {
  background-position: 0 -992px !important;
}
.language-flag.language-flag-custom-albania .country-flag {
  background-position: 0 -1008px !important;
}
.language-flag.language-flag-custom-algeria .country-flag {
  background-position: 0 -1024px !important;
}
.language-flag.language-flag-custom-argentina .country-flag {
  background-position: 0 -1040px !important;
}
.language-flag.language-flag-custom-australia .country-flag {
  background-position: 0 -1056px !important;
}
.language-flag.language-flag-custom-austria .country-flag {
  background-position: 0 -1072px !important;
}
.language-flag.language-flag-custom-belgium .country-flag {
  background-position: 0 -1088px !important;
}
.language-flag.language-flag-custom-brazil .country-flag {
  background-position: 0 -1104px !important;
}
.language-flag.language-flag-custom-canada .country-flag {
  background-position: 0 -1120px !important;
}
.language-flag.language-flag-custom-chile .country-flag {
  background-position: 0 -1136px !important;
}
.language-flag.language-flag-custom-cote-d-ivoire .country-flag {
  background-position: 0 -1152px !important;
}
.language-flag.language-flag-custom-ecuador .country-flag {
  background-position: 0 -1168px !important;
}
.language-flag.language-flag-custom-egypt .country-flag {
  background-position: 0 -1184px !important;
}
.language-flag.language-flag-custom-england .country-flag {
  background-position: 0 -1200px !important;
}
.language-flag.language-flag-custom-luxembourg .country-flag {
  background-position: 0 -1216px !important;
}
.language-flag.language-flag-custom-malaysia .country-flag {
  background-position: 0 -1232px !important;
}
.language-flag.language-flag-custom-mexico .country-flag {
  background-position: 0 -1248px !important;
}
.language-flag.language-flag-custom-new-zealand .country-flag {
  background-position: 0 -1264px !important;
}
.language-flag.language-flag-custom-oman .country-flag {
  background-position: 0 -1280px !important;
}
.language-flag.language-flag-custom-qatar .country-flag {
  background-position: 0 -1296px !important;
}
.language-flag.language-flag-custom-saudi-arabia .country-flag {
  background-position: 0 -1312px !important;
}
.language-flag.language-flag-custom-singapore .country-flag {
  background-position: 0 -1328px !important;
}
.language-flag.language-flag-custom-south-africa .country-flag {
  background-position: 0 0 !important;
}
.language-flag.language-flag-custom-switzerland .country-flag {
  background-position: 0 -1344px !important;
}
.language-flag.language-flag-custom-syria .country-flag {
  background-position: 0 -1360px !important;
}
.language-flag.language-flag-custom-united-arab-emirates .country-flag {
  background-position: 0 -1376px !important;
}
.language-flag.language-flag-custom-united-states-of-america .country-flag {
  background-position: 0 -1392px !important;
}
.language-flag-hy .country-flag {
  background-position: 0 -1408px;
}
.language-flag-bs .country-flag {
  background-position: 0 -1424px;
}
.language-flag-ceb .country-flag {
  background-position: 0 -1440px;
}
.language-flag-ny .country-flag {
  background-position: 0 -1456px;
}
.language-flag-ha .country-flag {
  background-position: 0 -1472px;
}
.language-flag-hmn .country-flag {
  background-position: 0 -1488px;
}
.language-flag-ig .country-flag {
  background-position: 0 -1504px;
}
.language-flag-jw .country-flag {
  background-position: 0 -1520px;
}
.language-flag-kk .country-flag {
  background-position: 0 -1536px;
}
.language-flag-km .country-flag {
  background-position: 0 -1552px;
}
.language-flag-lo .country-flag {
  background-position: 0 -1568px;
}
.language-flag-la .country-flag {
  background-position: 0 -1584px;
}
.language-flag-mg .country-flag {
  background-position: 0 -1600px;
}
.language-flag-ml .country-flag {
  background-position: 0 -1616px;
}
.language-flag-mi .country-flag {
  background-position: 0 -1632px;
}
.language-flag-mr .country-flag {
  background-position: 0 -1648px;
}
.language-flag-mn .country-flag {
  background-position: 0 -1664px;
}
.language-flag-my .country-flag {
  background-position: 0 -1680px;
}
.language-flag-ne .country-flag {
  background-position: 0 -1696px;
}
.language-flag-pa .country-flag {
  background-position: 0 -1712px;
}
.language-flag-st .country-flag {
  background-position: 0 -1728px;
}
.language-flag-si .country-flag {
  background-position: 0 -1744px;
}
.language-flag-so .country-flag {
  background-position: 0 -1760px;
}
.language-flag-su .country-flag {
  background-position: 0 -1776px;
}
.language-flag-tg .country-flag {
  background-position: 0 -1792px;
}
.language-flag-uz .country-flag {
  background-position: 0 -1808px;
}
.language-flag-yo .country-flag {
  background-position: 0 -1824px;
}
.language-flag-zu .country-flag {
  background-position: 0 -1840px;
}
/*-------------------------------
            language  end
            ----------------------------------*/
