@charset "utf-8";

html {
  font-size: 625%;
}

body {
  font-size: 14px;
  background-color: #fff;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
  margin: 0;
  padding: 0;
}

body,
html,
input,
button,
textarea {
  color: #000;
  line-height: 1.5;
}

body {
  background-color: #fff;
}

/* 新增 */
/* 弹窗标题 */
.contactFormTop {
  width: 100%;
  height: 55px;
  background: #013e5a;
  line-height: 55px;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

/*===========================
21. Product Modal
============================= */

#productModal {
  width: calc(100vw + 17px);
}

#productModal .contactDiglog {
  width: 600px;
  padding: 24px 20px 0px;
  margin: 7% auto;
  font-size: 14px;
}

#productModal .contactDiglog .contact-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

#productModal .contactDiglog .contact-header .modal-header-title {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  line-height: 30px;
}

#productModal .contactDiglog .contact-header i {
  cursor: pointer;
  color: #999999;
  font-size: 18px;
}

#productModal .contactDiglog .contactContent {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 30px;
}

.company_subscribe .ZDYlearn_more .footerInput input {
  border: solid 1px var(--commonWord);
}

@media only screen and (min-width: 850px) {
  .company_subscribe .ZDYlearn_more {
    padding: 0 25%;
  }
}

@media only screen and (max-width: 850px) {
  .company_subscribe .ZDYlearn_more {
    padding: 0 10%;
  }
}

@media only screen and (max-width: 480px) {
  .company_subscribe .ZDYlearn_more {
    padding: 0 0%;
  }
}

/* 结束新增 */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

main {
  flex: 1 1 auto;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4,
h5 {
  font-size: 14px;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
}

li {
  list-style: none;
}

i,
em {
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover {
  color: #ff9702;
  text-decoration: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #c1c1c1;
  margin: 15px 0 15px 0;
}

a:active,
select,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

/* clear floating */
.clearfix:after,
.layout:after,
.sys_row:after,
.web_main:after,
.page_main:after,
.nav_wrap .head_nav:after,
.items_list ul:after,
.product_items:after,
.cate_items ul:after,
.web_head .logo:after,
.product-intro:after,
.detail-tabs:after,
.foot_item .news_cell:after,
.company_subscribe .index_bd:after,
.index_cate .index_cate_items:after,
.index_ad .ad_items:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix,
.layout,
.sys_row,
.web_main,
.page_main,
.nav_wrap .head_nav,
.items_list ul,
.product_items,
.cate_items ul,
.web_head .logo,
.product-intro,
.detail-tabs,
.foot_item .news_cell,
.company_subscribe .index_bd,
.index_cate .index_cate_items,
.index_ad .ad_items {
  *zoom: 1;
}

.clear {
  clear: both;
}

/* layout */
.layout {
  /* width: 1280px; */
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.index_company_intr .layout,
.company_subscribe .layout {
  width: 1350px;
}

.z9999 {
  z-index: 9999 !important;
}

.hide {
  display: none;
}

/*gotop*/
.gotop {
  position: fixed;
  text-align: center;
  right: 20px;
  bottom: 50px;
  color: #fff;
  background-color: #333;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
}

.gotop:hover,
.gotop.active:hover {
  background-color: #ff9702;
  color: #fff;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.gotop:hover:before {
  -webkit-transform: translateY(-15px) scale(0.5);
  -ms-transform: translateY(-15px) scale(0.5);
  -o-transform: translateY(-15px) scale(0.5);
  transform: translateY(-15px) scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop:hover .icon-a-ic_upArrow {
  display: none;
}

/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li > a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.ad_item figure figcaption .item_more,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.foot_sns li img,
.blog-item:after {
  -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;
}

.head_nav > li > a:before,
.head_nav > li > a:after,
.head-search .search-btn,
.icon-cate,
.index_ad .ad_item figure:before,
.index_ad .ad_item figure,
.index_ad .ad_item figure figcaption:after,
.index_ad .ad_item figure:before,
.index_product .product_item .item_desc,
.index_product .product_item .learn_more,
.company_subscribe .subscribe_desc:before,
.company_subscribe .subscribe_desc:after,
.web_head .btn--search:before,
.web_head .btn--search:after,
.gotop em,
.gotop:before {
  -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;
}

/* float */
.sys_fl {
  float: left !important;
}

.sys_fr {
  float: right !important;
}

/* button */
.sys_btn {
  display: inline-block;
  line-height: 20px;
  padding: 0.5em 1.2em;
  border: 0 solid #bec8a0;
  background: #fff;
  text-transform: uppercase;
  color: #000 !important;
  vertical-align: middle;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.sys_btn:before {
  display: none;
}

.sys_btn:hover {
  background-color: #f90;
  color: #fff !important;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input:-moz-placeholder {
  color: #aaa;
}

/* font-family */
.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
/* .mobile-head-item .title:before, */
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
}

.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.web_head .btn--search:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after {
  font-family: "fontawesome";
}

/*transition*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* web_head */
.head_layer {
  position: relative;
  z-index: 2;
  padding-top: 1px;
  margin-bottom: -1px;
}

.head_layer .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head_layer .logo {
  float: left;
}

.head_layer .logo img {
  width: auto;
  height: 60px;
}

.web_head .head_right {
  float: right;
  z-index: 1;
  margin: 10px 0;
}

.web_head .btn--search {
  display: inline-block;
  width: 29px;
  height: 29px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.web_head .btn--search:before,
.web_head .btn--search:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(img/search_btn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.web_head .btn--search:before {
  background-position: 0 0;
}

.web_head .btn--search:after {
  background-position: 0 -29px;
  top: 30%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.web_head .btn--search:hover:before {
  top: -30%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.web_head .btn--search:hover:after {
  top: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.web_head .change-language .change-language-title {
}

.web_head .change-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  padding-right: 20px;
}

.change-language .change-language-title a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.change-language:hover .change-language-title a {
  color: #000;
}

.nav_wrap {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  /* padding: 0 30px; */
}

.nav_wrap .head_nav {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.nav_wrap .head_nav > li {
  display: inline-block;
  line-height: 88px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-align: left;
  margin: 0 5px;
}

.nav_wrap .head_nav > li > a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  text-transform: uppercase;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.nav_wrap .head_nav > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  background-color: #f39700;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav_wrap .head_nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border: 10px solid #fff;
  border-left-width: 8px;
  border-right-width: 8px;
  z-index: 1;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.nav_wrap .head_nav > li:hover > a:after,
.nav_wrap .head_nav > li.nav-current > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.nav_wrap .head_nav > li > a > em {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}

/* .nav_wrap .head_nav>li>a>b:after {
    content: '\f107';
    vertical-align: middle;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
} */

.nav_wrap .head_nav > li:hover > a > b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_wrap .head_nav > li.nav-current > a {
  color: #fff;
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav > li.nav-current > a:after,
.nav_wrap .head_nav:hover > li:hover > a:before,
.nav_wrap .head_nav:hover > li:hover > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_wrap .head_nav > li.nav-current > a:before,
.nav_wrap .head_nav:hover > li:hover > a:before {
  height: 100%;
}

.nav_wrap .head_nav:hover > li > a {
  color: #333;
}

.nav_wrap .head_nav:hover > li > a:before {
  height: 0;
}

.nav_wrap .head_nav:hover > li:hover > a {
  color: #fff;
}

.nav_wrap .head_nav:hover > li:hover > a:before {
  height: 100%;
}

.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0 15px;
}

.nav_wrap .head_nav > li li a {
  display: block;
  line-height: 1.8em;
  padding: 10px 0;
  font-size: 12px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #eee;
}

.nav_wrap .head_nav > li li a:hover {
  padding-left: 5px;
}

.nav_wrap .head_nav > li li b:after {
  content: "\f105";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 10px;
}

.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}

.nav_wrap .head_nav > li li:hover > a {
  color: #f39700;
}

.nav_wrap .head_nav > li ul ul {
  left: 102%;
  top: -15px;
}

.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  -o-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.nav_wrap .head_nav li:hover > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -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-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
}

.fixed-nav .logo img {
  height: 52px;
}

.fixed-nav .nav_wrap .head_nav > li {
  line-height: 70px;
}

.fixed-nav-active .head_layer {
  -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;
}

.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}

.fixed-nav .change-language .change-language-cont {
  top: 51px;
  background-color: rgba(255, 255, 255, 0.95);
}

/* web_footer */
.web_footer {
  background-color: #3e3a39;
  padding-top: 20px;
  font-size: 14px;
}

.web_footer,
.web_footer a {
  color: #e5e5e5;
}

.web_footer a i {
  color: #000000;
}

.web_footer a:hover {
  color: #ff9702;
}

.foot_items {
  /* border-top: 2px solid #848180; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.foot_items .layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.foot_items .layout:after {
  display: none;
  display: block\9;
}

.foot_item {
  width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.foot_item .title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.foot_item .title,
.foot_item .title a {
  color: #fff;
}

.foot_item_info {
}

.foot_item .foot_logo {
  margin-bottom: 20px;
}

.foot_item .foot_logo img {
  max-width: 70%;
}

.foot_item .copyright {
  display: block;
  padding-bottom: 35px;
  font-size: 17px;
}

.foot_sns li {
  display: inline-block;
  margin: 0 4px 8px 0;
}

.foot_sns li a {
  display: inline-block;
  line-height: 14px;
  padding: 8px;
  border: 1px solid #3e3a39;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.foot_sns li img {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}

.foot_sns li a:hover {
  background-color: #fff;
  border-color: #fff;
  border-radius: 40%;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.news_cell {
  margin-bottom: 20px;
}

.news_cell .cell_img {
  width: 30%;
  float: left;
  margin-right: 20px;
}

.news_cell .cell_img img {
  display: block;
  width: 100%;
}

.news_cell .cell_cont {
  line-height: 18px;
}

.news_cell .news_time {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-style: italic;
}

.news_cell .news_tit {
  height: 3em;
  line-height: 1.5em;
  font-size: 14px;
  overflow: hidden;
  font-weight: normal;
}

.news_cell:hover .cell_img img {
  opacity: 0.8;
}

.foot_contact_list .contact_item {
  line-height: 1.8;
  margin-bottom: 10px;
  font-style: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.foot_contact_list .contact_item i {
  margin-right: 10px;
}

.foot_contact_list .contact_item:hover .contact_ico {
  -webkit-animation: swing 0.4s ease;
  -o-animation: swing 0.4s ease;
  animation: swing 0.4s ease;
}

.foot_contact_list .contact_ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(img/contact_ico.png);
  float: left;
  margin-top: 8px;
  /* font-size: 25px; */
}

.foot_contact_list .contact_txt {
  margin-left: 50px;
}

.foot_contact_list .item_label {
  padding-right: 5px;
}

.foot_contact_list .contact_ico_phone {
  background-position: 0 0;
}

.foot_contact_list .contact_ico_fax {
  background-position: 0 -30px;
}

.foot_contact_list .contact_ico_email {
  background-position: 0 -60px;
  /* margin-top: 4px; */
}

.foot_contact_list .contact_ico_time {
  background-position: 0 -90px;
}

.foot_contact_list .contact_ico_local {
  background-position: 0 -120px;
}

.foot_contact_list .contact_ico_skype {
  background-position: 0 -150px;
}

.tel_link {
  pointer-events: none;
}

.copyright {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tel_link {
    pointer-events: auto;
  }
}

/*-------------------------------------------------------- 
														page: index
																	------------------------------------------------------*/

/* title */
.index_hd {
  margin-bottom: 30px;
  padding-top: 6px;
  text-align: center;
}

.index_hd .hd_title {
  line-height: 1.2;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

.index_hd .hd_desc {
  width: 50%;
  margin: 0.8em auto 0;
  max-width: 520px;
  font-size: 18px;
  font-weight: normal;
}

/* index_ad */
.index_ad {
  padding-top: 35px;
  padding-bottom: 35px;
}

.index_ad .ad_items {
  margin: 0 -15px;
}

.index_ad .ad_item {
  width: 33.33333333%;
  float: left;
  padding: 0 15px 15px;
}

.index_ad .ad_item figure {
  display: table;
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px 20px;
  position: relative;
}

.index_ad .ad_item .item_img,
.index_ad .ad_item figcaption {
  display: table-cell;
  vertical-align: top;
}

.index_ad .ad_item .item_img {
  width: 45%;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.index_ad .ad_item figcaption {
  width: 55%;
  padding-top: 15px;
  position: relative;
}

.index_ad .ad_item figcaption:before {
  content: "";
  display: block;
  width: 30%;
  height: 6px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index_ad .ad_item .item_title {
  font-size: 18px;
  font-weight: normal;
  max-height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
}

.index_ad .ad_item figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f39700;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotateZ(-3deg) translateX(-15%);
  -ms-transform: rotateZ(-3deg) translateX(-15%);
  -o-transform: rotateZ(-3deg) translateX(-15%);
  transform: rotateZ(-3deg) translateX(-15%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  border-radius: 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index_ad .ad_item figure:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  border-radius: 0;
}

.index_ad .ad_item figure:hover,
.index_ad .ad_item figure:hover a {
  color: #fff;
}

.index_ad .ad_item figure:hover figcaption:before {
  background-color: #fff;
}

/* index_product */
.product_item {
  width: 33.33333333%;
  float: left;
}

.product_item figure {
  margin: 0;
}

.product_item .item_img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_item .item_img {
  *display: inline;
}

.product_item .item_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.01);
}

.product_item .item_img img {
  width: 100%;
}

.product_item figcaption {
  padding: 15px 10px;
}

.product_item .item_title {
  font-weight: normal;
  font-size: 15px;
  text-align: center;
}

.product_item .item_title a {
  display: block;
  height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 10%;
}

.product_item:hover .item_img a:before {
  width: 100%;
  left: 0;
}

.index_product {
  padding-top: 35px;
  padding-bottom: 35px;
}

.index_product .product_items {
  margin: 0 -15px;
  padding-top: 10px;
}

.index_product .product_item {
  width: 25%;
}

.index_product .product_item figure {
  margin: 15px;
  position: relative;
}

.index_product .product_item figcaption {
  padding: 0;
  background-color: #e1a33f;
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
}

.index_product .product_item figcaption,
.index_product .product_item figcaption a {
  color: #fff;
}

.index_product .product_item .item_title a {
  line-height: 32px;
  white-space: nowrap;
}

.index_product .product_item .item_desc {
  max-height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 14px;
  margin-top: 20px;
}

.index_product .product_item .learn_more {
  display: block;
  padding-top: 20px;
}

.index_product .product_item .sys_btn {
  padding: 0.3em 0.8em;
}

.index_product .product_item .item_desc,
.index_product .product_item .learn_more {
  opacity: 0;
  filter: alpha(opacity=0);
}

.index_product .product_item .item_img:hover img {
  -webkit-transform: scale(1.2) rotate(8deg);
  -ms-transform: scale(1.2) rotate(8deg);
  -o-transform: scale(1.2) rotate(8deg);
  transform: scale(1.2) rotate(8deg);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.index_product .product_item:hover figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(243, 151, 0, 0.9);
}

.index_product .product_item:hover .item_title {
  font-size: 24px;
  text-transform: uppercase;
}

.index_product .product_item:hover .item_title a {
  height: auto;
  max-height: 1.2em;
  line-height: 1.2em;
}

.index_product .product_item:hover figcaption {
  height: 100%;
  padding: 15% 20px;
}

.index_product .product_item:hover .item_desc,
.index_product .product_item:hover .learn_more {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*index_company_intr*/
.index_company_intr {
  padding-top: 35px;
  padding-bottom: 35px;
}

.index_company_intr .index_hd {
  margin-bottom: 50px;
}

.index_company_intr .index_bd {
  position: relative;
  padding-top: 85px;
}

.index_company_intr .index_bd:before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background-color: #e0e0de;
  position: absolute;
  left: 0;
  top: 0;
}

.index_company_intr .index_bd .layout {
  background-color: #f39700;
  position: relative;
  z-index: 1;
}

.index_company_intr .company_intr_img,
.index_company_intr .company_intr_cont {
  width: 50%;
  float: left;
  padding: 35px;
}

.index_company_intr .company_intr_img {
  box-sizing: border-box !important;
  padding-left: 45px;
}

.index_company_intr .company_img_slides {
  margin-top: -60px;
  overflow: hidden;
}

.index_company_intr .company_intr_cont {
  box-sizing: border-box !important;
  padding-right: 45px;
  color: #fff;
}

.index_company_intr .company_intr_logo {
  display: block;
  margin-bottom: 30px;
}

.index_company_intr .company_intr_logo img {
  max-width: 50%;
  height: auto;
}

.index_company_intr .company_intr_desc {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: justify;
}

.index_company_intr .company_intr_desc,
.index_company_intr .company_intr_desc a {
  color: #fff;
}

.index_company_intr .learn_more {
  padding-top: 20px;
}

.index_company_intr .sys_btn {
  font-size: 16px;
  padding: 5px 12px;
}

.index_company_intr .sys_btn:hover {
  background-color: #000;
}

/* company_subscribe */
.company_subscribe {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center;
}

.company_subscribe .subscribe_desc {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  padding-left: 13%;
  padding-right: 13%;
  position: relative;
  margin-bottom: 50px;
}

.company_subscribe .subscribe_desc:before,
.company_subscribe .subscribe_desc:after {
  position: absolute;
  top: 50%;
  margin-top: -1em;
  line-height: 2em;
  font-family: "fontawesome";
  color: #f39700;
  font-size: 36px;
}

.company_subscribe .subscribe_desc:before {
  /* content: '\f10d'; */
  left: 0;
}

.company_subscribe .subscribe_desc:after {
  /* content: '\f10e'; */
  right: 0;
}

.company_subscribe .subscribe_desc:hover:before,
.company_subscribe .subscribe_desc:hover:after {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  font-size: 42px;
}

.company_subscribe .subscribe_desc:hover:before {
  top: 10%;
  left: 5%;
}

.company_subscribe .subscribe_desc:hover:after {
  top: 85%;
  right: 5%;
}

.company_subscribe .sys_btn {
  font-size: 32px;
  padding: 0.8em 1.35em;
  background-color: #f39700;
  color: #fff !important;
  border-radius: 0.7em;
}

.company_subscribe .sys_btn:hover {
  box-shadow: 0 -0.2em 0 #aa6900 inset;
  -webkit-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  -o-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
}

/*----------------------------------aside---------------------------------*/
.aside {
  float: left;
  width: 230px;
}

.side-tit-bar {
  position: relative;
  margin-bottom: 15px;
}

.side-tit-bar .side-tit {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  color: #fff;
  padding: 0 0 0 15px;
  background: #ff9702;
}

.side-widget {
  position: relative;
  margin: 0 0 60px;
}

.side-cate {
  padding: 0 0 0 10px;
}

.side-cate li {
  position: relative;
  line-height: 35px;
  font-size: 16px;
}

.side-cate li li {
  line-height: 30px;
  font-size: 14px;
}

.side-cate li li,
.side-cate li li a {
  color: #333;
}

.side-cate li a {
  position: relative;
  display: block;
  margin-right: 38px;
}

.side-cate ul {
  display: none;
  overflow: visible !important;
}

.side-cate li li {
  padding: 2px 0;
}

.side-cate li li a {
  padding: 0 10px 0 15px;
  margin-right: 0;
  position: relative;
}

.side-cate li li a:hover,
.side-cate li li.active > a {
  color: #ff9702;
}

.side-cate li li a:hover:before,
.side-cate li li.active > a:before {
  background-color: #ff9702;
}

.side-cate li li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 12px;
}

.side-cate li li li a {
  padding: 0 66px;
  margin-right: 0;
}

.side-cate li .icon-cate {
  position: absolute;
  right: 0;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
}

.side-cate li .icon-cate:hover,
.side-cate li.nav-current > .icon-cate:hover {
}

.side-cate li .icon-cate.icon-cate-down:before {
  content: "\f04b";
}

.side-cate li .icon-cate.icon-cate-up:before {
  content: "\f04b";
}

.side-cate li .icon-cate.icon-cate-up {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-product-items {
  position: relative;
}

.side-product-items .items_content {
  position: relative;
  padding: 35px 0;
}

.side_product_item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.side_product_item figure {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
  display: table-cell;
  vertical-align: middle;
}

.side_product_item .item-img {
  width: 70px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.side_product_item .item-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.side_product_item .item-img img {
  display: block;
  width: 100%;
}

.side_product_item:hover .item-img:before {
  background-color: rgba(255, 255, 255, 0.3);
}

.side_product_item figcaption {
  padding-left: 15px;
}

.side_product_item figcaption h3 {
  font-size: 15px;
  font-weight: normal;
}

.side_product_item figcaption h3 a {
  display: block;
  max-height: 2.8em;
  line-height: 1.4em;
  -ms-word-break: break-all;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover + figcaption h3 a {
  color: #ff9702;
}

.side-product-items .side_slider {
  max-height: 450px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
}

.side-product-items .side_product_item {
  height: 90px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
  position: absolute;
  left: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 38px;
  color: #ccd3d9;
  z-index: 1;
  text-align: center;
  cursor: pointer;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
  display: inline-block;
  -webkit-transform: scale(2.5, 1);
  -ms-transform: scale(2.5, 1);
  -o-transform: scale(2.5, 1);
  transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
  top: 0;
}

.side-product-items .btn-prev:before {
  content: "\f106";
}

.side-product-items .btn-next {
  bottom: 0;
}

.side-product-items .btn-next:before {
  content: "\f107";
}

.aside .side-bn {
  width: 100%;
  margin: 0 0 40px;
}

.aside .side-bn img {
  width: 100%;
}

/*----------------------------------main---------------------------------*/
.main {
  position: relative;
  width: calc(100% - 290px);
  float: right;
  padding-bottom: 50px;
}

.main .banner_section {
  margin-bottom: 25px;
}

/*title*/
.page_title {
  line-height: 38px;
  position: relative;
  font-size: 22px;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  color: #000;
}

.items_list .page_title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  line-height: 32px;
  padding-bottom: 5px;
}

.items_list .share_this {
  float: right;
  position: absolute;
  right: 0;
  top: 5px;
}

/*main_banner*/
.main_banner {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.main_banner ul {
  margin: 0 !important;
}

.main_banner img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 160px;
}

.main_intro {
  line-height: 2;
  font-size: 16px;
  padding-bottom: 20px;
}

/*page*/
.page_bar {
  position: relative;
  line-height: 31px;
  height: 33px;
  margin: 30px 0;
  text-align: right;
  font-size: 14px;
}

.page_bar a,
.page_bar span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 33px;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin: 0 0 0 8px;
  text-align: center;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe', endColorStr='#e3e3e3', gradientType='0');
  background: -moz-linear-gradient(top, #fefefe, #e3e3e3);
  background: -o-linear-gradient(top, #fefefe, #e3e3e3);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fefefe),
    to(#e3e3e3)
  );
}

.page_bar a.current,
.page_bar a:hover {
  color: #fff;
  background: #ff9702;
  border-color: #ff9702;
}

.page_bar span.current2 {
  padding-left: 8px;
  padding-right: 8px;
}

/*-------------------------------------------------------- 
													page: product list
																	------------------------------------------------------*/
.items_list {
  width: 100%;
  position: relative;
}

.items_list ul {
  margin: 0 -12px;
}

.items_list .product_item {
  width: 25%;
  float: left;
}

.items_list .product_item figure {
  margin: 10px 12px;
}

.items_list .product_item .item_img {
  border: 4px solid #f2f4f5;
}

.items_list .product_item .item_img a:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #ff9702;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}

.items_list .product_item .item_img a:after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  background-image: url(img/ico_plus.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 39px;
  background-size: auto 39px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.items_list .product_item:hover .item_img a:before {
  width: 100%;
  height: 100%;
  border-radius: 0%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.items_list .product_item:hover .item_img a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.items_list .product_item .item_title a:hover,
.goods-may-like .product_item .item_title a:hover {
  color: #ff9702;
}

/*-------------------------------------------------------- 
													page: single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro {
  position: relative;
  margin-bottom: 60px;
}

.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 .product-image.zoom_remove:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 999;
}

.product-view {
  position: relative;
  width: 52%;
  float: left;
}

.product-view .product-image {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-view .product-image img {
  position: relative;
  width: 100%;
}

.product-view .image-additional {
  position: relative;
  width: 85%;
  margin: 25px auto;
  overflow: hidden;
}

.product-view .image-additional li {
  position: relative;
  width: 100%;
  width: 25%;
  float: left;
  padding: 5px 0;
}

.product-view .image-additional li.single {
  display: none;
}

.product-view .image-additional li img {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.product-view .image-additional li a {
  display: block;
  position: relative;
  margin: 0 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product-view .image-additional li a:before,
.product-view .image-additional li a:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-view .image-additional li a:before {
  content: "";
  font-family: "fontawesome";
  color: #fff;
  display: block;
  text-align: center;
  background-color: #ff9702;
  position: absolute;
  left: 20%;
  right: 20%;
  top: 20%;
  bottom: 20%;
  z-index: 1;
}

.product-view .image-additional li.current a:before {
  opacity: 0.3;
  filter: alpha(opacity=30);
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}

.product-view .image-additional li:not(.current) a:hover {
  border-color: #eee;
}

.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 summary*/
.product-summary {
  position: relative;
  width: 43%;
  float: right;
  padding: 0 0 10px;
}

.product-summary .page_title {
  color: #ff9702;
  border-bottom: 0;
  padding-bottom: 0;
}

.product-summary .product-meta {
  line-height: 25px;
  font-size: 17px;
  line-height: 1.8;
}

.product-summary .product-meta h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: normal;
  color: #aaa;
}

.product-summary .product-meta ul {
  padding-top: 15px;
}

.product-summary .product-meta li {
  width: 100%;
  display: table;
  font-size: 17px;
  padding: 2px 0;
}

.product-summary .product-meta li em {
  display: table-cell;
  width: 40%;
  color: #aaa;
}

.product-summary .product-meta br {
  height: 10px;
  display: none;
}

.product-btn-wrap {
  position: relative;
  padding-top: 60px;
  text-align: right;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  line-height: 28px;
  padding: 0.35em 1.2em;
  font-size: 16px;
  background: #1b1b1b;
  color: #fff;
  margin: 0 0 10px 15px;
  text-transform: uppercase;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before {
  padding-right: 10px;
  font-size: 18px;
}

.product-btn-wrap .email:before {
  content: "\f003";
}

.product-btn-wrap .pdf:before {
  content: "\f1c1";
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover {
  background-color: #ff9702;
}

.product-summary .share-this {
  margin: 30px 0 0;
  text-align: right;
}

/* product detail */
.product-detail {
  position: relative;
  overflow: visible;
  margin: 0 5%;
}

.detail-tabs {
  position: relative;
}

.detail-tabs .title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  padding: 1px 45px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #e6e6e6;
  float: left;
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(top, #fff, #e6e6e6);
  margin-right: -1px;
  position: relative;
  color: #666;
  box-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5) inset,
    1px 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.detail-tabs .title.current {
  background: #fff;
  color: #ff9702;
  background-image: -webkit-linear-gradient(top, #fff, #fafafa);
  background-image: linear-gradient(top, #fff, #fafafa);
}

.product-detail .tab-panel-content {
  padding: 10px 0;
  display: block;
  overflow: hidden;
}

.product-detail .disabled {
  display: none;
}

.tab-panel-wrap {
  padding: 50px 60px;
  border: 1px solid #e6e6e6;
  margin-bottom: 60px;
}

/*like product*/
.goods-may-like {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.goods-may-like .title {
  font-size: 18px;
  color: #ff9702;
  margin: 80px 0 65px;
  padding-bottom: 15px;
  font-weight: normal;
  border-bottom: 9px solid #eee;
}

.goods-may-like .product_item {
  width: 25%;
  margin: 0;
  padding: 0;
}

.goods-may-like .product_item {
  width: 33.3333%;
  margin-right: 20px;
  padding: 12px 0;
  position: relative;
}

.goods-may-like .product_item figure {
  border: 1px solid #d2d2d2;
  padding: 3px;
  margin: 0;
}

.goods-may-like .product_item figure:hover {
  box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.goods-may-like .product_item:hover .item_title a {
  color: #ff9702;
}

.goods-may-like .product_item:hover .item_img img {
  filter: saturate(106%) contrast(130%);
}

.goods-may-like .layer-bd {
  padding: 0 11%;
  position: relative;
}

/*public*/
.web_main {
  position: relative;
}

.page_main {
  background: #fff;
  padding: 50px 0 0;
  -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);
}

/*path_nav*/
.path_bar {
  text-align: left;
  line-height: 32px;
}

.path_bar .layout {
  border-bottom: 10px solid #eee;
  padding-top: 35px;
  padding-bottom: 15px;
}

.path_bar li {
  font-size: 18px;
  display: inline;
  padding-right: 15px;
}

.path_bar li:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #888;
  vertical-align: middle;
  margin-left: 15px;
}

.path_bar li:last-child {
  color: #ff9702;
}

.path_bar li:last-child:after {
  display: none;
}

.mobile-head-items {
  display: none;
}

/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/
.blog_list {
  position: relative;
  width: 100%;
}

.blog-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 35px 20px;
}

.blog-item:nth-child(2n + 1) {
  background: #f9f9f9;
}

.blog-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blog-item:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #ff9702;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.blog-item:hover:after {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.blog-item .item-img,
.blog-item .item-img img {
  border-radius: 5px;
}

.blog-item .item-img {
  position: relative;
  display: block;
  max-width: 200px;
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  margin: 0 20px 0 0;
  float: left;
}

.blog-item .item-img img {
  position: relative;
  width: 100%;
}

.blog-item .item-info .item-title {
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  font-size: 20px;
  font-weight: normal;
}

.blog-item .item-info time {
  display: block;
  font-size: 16px;
  margin: 8px 0;
}

.blog-item .item-info .item-detail {
}

.blog-item .item-info .item-more {
  color: #8f9395;
  margin: 20px 0 0;
  float: right;
}

.blog-item .item-info .item-more {
  display: inline-block;
  padding: 0.2em 0.8em;
  line-height: 1.8;
  color: #ff9702;
  position: relative;
  text-transform: uppercase;
}

.blog-item .item-info .item-more:before,
.blog-item .item-info .item-more:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff9702;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-item .item-info .item-more:before {
  left: 0;
  top: 0;
}

.blog-item .item-info .item-more:after {
  right: 0;
  bottom: 0;
}

.blog-item .item-info .item-more:hover:before,
.blog-item .item-info .item-more:hover:after {
  width: 0;
  opacity: 0;
}

.blog-item .item-info .item-more:hover {
  background-color: #ff9702;
  color: #fff;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/
.download_list {
  position: relative;
  width: 100%;
}

.download-item {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  margin: 0 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
}

.download-item .item-img {
  max-width: 25px;
}

.download-item .item-title {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  margin: 0 10px;
  font-size: 16px;
  font-weight: bold;
}

.download-item .item-button {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  *zoom: 1;
  float: right;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 5px;
  cursor: pointer;
}

.download-item .item-button:before {
  content: "\f019";
  margin: 0 10px 0 0;
}

/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/
.faq_list {
  position: relative;
  width: 100%;
}

.faq-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 25px;
  border: 1px solid #eee;
  margin: 0 0 20px;
}

.faq-item .faq-title {
  position: relative;
  font-size: 16px;
  padding: 15px 0;
  cursor: pointer;
}

.faq-item .faq-title:before {
  position: absolute;
  content: "\f067";
  right: 0;
  font-size: 14px;
}

.faq-item .faq-title.show-title:before {
  content: "\f068";
}

.faq-item .faq-title h3 {
  font-weight: normal;
}

.faq-item .faq-cont {
  margin: 0 0 25px;
  display: none;
}

.faq-item:first-child .faq-cont {
  display: block;
}

@media only screen and (max-width: 768px) {
  .inquiry-form .form-btn-wrapx .form-btn-submitx {
    top: 0 !important;
  }
}

@media only screen and (max-width: 1680px) {
}

@media only screen and (max-width: 1500px) {
}

@media only screen and (max-width: 1440px) {
  body {
    min-width: 1200px;
  }

  .layout {
    width: 95%;
  }

  .index_company_intr .layout,
  .company_subscribe .layout {
    width: 1200px;
  }
}

@media only screen and (max-width: 1366px) {
  /*layout*/
  body {
    min-width: 1100px;
  }

  .layout {
    width: 95%;
  }

  .index_company_intr .layout,
  .company_subscribe .layout {
    width: 1100px;
  }

  /*list*/
  .items_list .product_item {
    width: 33.33333333%;
  }

  .foot_item:nth-child(3n + 1) {
    clear: left;
  }
}

@media only screen and (max-width: 1250px) {
  body {
    min-width: inherit;
  }

  .layout {
    width: 95%;
  }

  .index_company_intr .layout,
  .company_subscribe .layout {
    width: 95%;
  }

  /*header*/
  .head_layer .logo img {
    height: 50px;
  }

  .nav_wrap .head_nav > li {
    margin: 0 5px;
  }

  .nav_wrap .head_nav > li > a {
    padding: 0 10px;
  }

  /*footer*/
  .foot_item {
    width: 30%;
  }

  /*index*/
  .index_ad .ad_item figcaption {
    padding-top: 0;
  }

  .index_ad .ad_item .item_title {
    font-size: 16px;
  }

  .index_company_intr .index_bd {
    padding-top: 50px;
  }

  .index_company_intr .index_bd:before {
    height: 250px;
  }

  .index_company_intr .index_bd .layout {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .index_company_intr .company_img_slides {
    margin-top: auto;
  }

  .index_company_intr .company_intr_cont {
    padding-left: 0;
  }

  .index_company_intr .company_intr_logo {
    margin-bottom: 15px;
  }

  .index_company_intr .company_intr_desc {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .index_product .product_item:hover .item_title {
    font-size: 15px;
    text-transform: none;
  }

  .index_product .product_item:hover .item_title a {
    height: 32px;
    max-height: 32px;
    line-height: 32px;
  }

  .index_product .product_item:hover figcaption {
    height: 32px;
    padding: 0;
  }

  .index_product .product_item .item_desc,
  .index_product .product_item .learn_more {
    display: none;
  }

  /*list*/
  .items_list .product_item {
    width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
}

.iconZDY-ic_rightArrow::before {
  content: "\e75f";
}

@media only screen and (max-width: 950px) {
  .iconZDY-ic_rightArrow::before {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
  }
}

@media only screen and (min-width: 950px) {
  .iconZDY-ic_rightArrow::before {
    content: "\e767" !important;
  }
}

@media only screen and (max-width: 950px) {
  body {
    min-width: 100%;
  }

  .z10000 {
    position: relative;
    z-index: 100000;
  }

  .mobile-body-mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }

  .mobile-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile_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;
  }

  .mobile-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #161622;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    display: block;
    z-index: 999;
  }

  .mobile-head-item {
    float: left;
    width: 45px;
  }

  .mobile-head-item.mobile-head-aside {
    float: right;
  }

  .mobile-head-item .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }

  .mobile-head-item .title a {
    position: relative;
    display: block;
    color: #fff;
  }

  .mobile-head-item.mobile-head-home .title a:before {
    content: "\f015";
  }

  .mobile-head-item.mobile-head-nav .title:before {
    /* content: '\f0c9'; */
  }

  .mobile-head-item.mobile-head-language .title:before {
    content: "\f1ab";
  }

  .mobile-head-item.mobile-head-search .title:before {
    content: "\f002";
  }

  .mobile-head-item.mobile-head-social .title:before {
    content: "\f007";
  }

  .mobile-head-item.mobile-head-aside .title:before {
    content: "\f060";
  }

  .mobile-head-item .main-content-wrap {
    background: #fff;
    top: 0;
    display: block;
    z-index: 99999;
  }

  .mobile-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }

  .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }

  .mobile-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }

  .mobile-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-head-item .middle-show-content-wrap {
    top: 30px;
    visibility: visible;
    opacity: 1;
  }

  .web_head .logo {
    position: relative;
    display: block;
    /* float: none; */
    text-align: center;
    margin-bottom: 0;
  }

  .web_head {
    padding: 25px 0 0;
    height: auto;
  }

  .web_head .nav_wrap .head_nav,
  .web_head .change-language,
  .web_head .btn--search {
    display: none;
  }

  .contentNone::after {
    content: none;
  }

  .web_head .nav_wrap {
    position: static;
  }

  .nav_wrap .logo img {
    height: 100px;
  }

  .web_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }

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

  /* header */
  .web_head {
    position: static;
  }

  .web_head .head_layer,
  .index_web_head .head_layer {
    text-align: center;
    position: static;
  }

  .web_head .head_layer .layout {
    /* display: block; */
    /* width: auto; */
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .head_layer .logo {
    width: auto;
  }

  .web_head .head_right {
    margin: 0;
  }

  .path_bar {
    background-attachment: scroll !important;
  }

  /*nav */
  .head_nav {
    width: 100%;
  }

  .head_nav li {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
  }

  .head_nav > li {
    border-bottom: 1px solid #eee;
    line-height: 35px;
  }

  /* .head_nav>li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 12px;
    } */

  .head_nav li ul {
    display: block;
    width: 100%;
  }

  .head_nav li ul li {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
    text-transform: lowercase;
    line-height: 30px;
  }

  .head_nav li ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
  }

  .head_nav li ul li li {
    line-height: 25px;
  }

  .head_nav li ul li li:before {
    display: none;
  }

  .web_head .nav_wrap {
    display: none;
  }

  /* footer */
  .foot_items .layout {
    display: block;
  }

  .foot_items .layout:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .foot_item {
    display: block;
    width: 50%;
    float: left;
  }

  .foot_item:nth-child(3n + 1) {
    clear: none;
  }

  .foot_item:nth-child(2n + 1) {
    clear: left;
  }

  .foot_item .title {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .foot_item .foot_item_bd {
    padding-right: 8%;
  }

  /* index */
  .index_ad .ad_items {
    margin: 0 -8px;
  }

  .index_ad .ad_item {
    padding: 0 8px 8px;
  }

  @media screen and (min-width: 481px) {
    .index_ad .ad_item figure {
      padding: 20px 10px;
      text-align: center;
    }

    .index_ad .ad_item figure:before {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
    }

    .index_ad .ad_item figure,
    .index_ad .ad_item .item_img,
    .index_ad .ad_item .item_cont {
      display: block;
    }

    .index_ad .ad_item .item_img {
      padding-right: 0;
      margin: 0 auto;
    }

    .index_ad .ad_item figcaption {
      padding-top: 15px;
    }

    .index_ad .ad_item figcaption:before {
      width: 50px;
      position: static;
      height: 3px;
      margin: 0 auto 10px;
    }

    .index_ad .ad_item .item_title {
      height: 3em;
    }

    .index_hd .hd_desc {
      width: 80%;
    }
  }

  .index_product .product_items {
    margin: 0 -8px;
  }

  .index_product .product_item figure {
    margin: 8px;
  }

  /* aside */
  .aside {
    display: none;
  }

  .side-widget {
    margin-bottom: 35px;
  }

  .side-product-items .items_content {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .side-product-items .btn-prev,
  .side-product-items .btn-next {
    display: none;
  }

  .side-product-items .side_slider {
    padding-top: 0;
    padding-bottom: 0;
    max-height: inherit;
  }

  .side-product-items .side_slider ul:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .side-product-items .side_product_item {
    display: block;
    width: 50%;
    height: auto !important;
    float: left;
    text-align: center;
  }

  .side-product-items .side_product_item:nth-child(2n + 1) {
    clear: left;
  }

  .side-product-items .side_product_item figure {
    display: block;
    width: auto;
    border: 1px solid #eee;
    padding: 3px;
    margin: 5px;
  }

  .side-product-items .side_product_item .item-img {
    display: block;
    width: 100%;
    float: none;
  }

  .side-product-items .side_product_item .item-img img {
    width: 100%;
    height: auto;
    border: 0;
  }

  .side-product-items .side_product_item figcaption {
    width: auto;
    display: block;
    padding: 8px;
  }

  .side-product-items .side_product_item figcaption .item_title {
    height: auto;
    font-size: 12px;
    text-transform: none;
  }

  /* main */
  .page_main {
    padding-top: 25px;
  }

  .main {
    width: auto;
    float: none;
    margin: 0 auto;
  }

  .product-item {
    width: 33.333%;
  }

  .product-item .item-wrap {
    margin: 8px;
  }

  .items_list {
    width: 100%;
  }

  .items_list ul {
    margin: 0 -10px;
    padding-top: 0;
  }

  .items_list .product_item figure {
    margin-left: 10px;
    margin-right: 10px;
  }

  .items_list .product_item {
    width: 33.333%;
  }

  /* list */
  .page_bar {
    margin-top: 20px;
    text-align: center;
  }

  /* product intro */
  .page_title {
    line-height: 1.1;
  }

  .video_close {
    display: none;
  }

  .image-additional li.image-item.current img,
  .image-additional li.image-item img {
    border: 1px solid #eee;
  }

  .product-view {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
  }

  .product-view .product-image,
  .single_product_items {
    display: none;
  }

  .image-additional-wrap {
    display: block;
  }

  .product-view .image-additional {
    width: 100%;
    margin: 0;
  }

  .product-view .image-additional ul {
    width: 100%;
  }

  .product-view .image-additional li {
    width: 100%;
    margin: 0;
  }

  .product-view .image-additional li a {
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
  }

  .product-view .image-additional li img {
    width: 100%;
  }

  .product-view .image-additional li.single {
    display: block;
  }

  .product-view .image-additional li.current a:before,
  .product-view .image-additional li.current a:after {
    display: none;
  }

  /* product summary */
  .product-summary {
    position: relative;
    width: 100%;
    float: none;
  }

  .product-summary .share-this {
    float: none;
    margin: 30px 0;
  }

  .product-summary .product-meta li {
    display: block;
  }

  .product-summary .product-meta li em {
    display: inline;
    color: #333;
    padding-right: 15px;
    font-weight: bold;
  }

  .product-btn-wrap {
    text-align: left;
  }

  .product-btn-wrap a {
    margin: 0 0 10px !important;
  }

  .product-summary .share-this {
    text-align: left;
  }

  /* product detail  */
  .tab-panel-wrap {
    padding: 30px 0 0;
  }

  .product-detail {
    margin-left: auto;
    margin-right: auto;
  }

  .goods-may-like .title {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .goods-may-like .layer-bd {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .index_hd {
    padding: 0;
  }

  .index_hd .hd_desc {
    width: auto;
    margin: 0.8em 5% 0;
  }

  .web_head .logo img {
    height: 60px;
    width: auto;
  }

  /*list*/
  .items_list .product_item {
    width: 50%;
  }

  .items_list .product_item:nth-child(2n + 1) {
    clear: left;
  }

  /*index*/
  .index_hd .hd_title,
  .index_company_intr .company_intr_title {
    font-size: 30px;
  }

  .index_cate .item_info {
    padding: 10px;
  }

  .index_product .product_item {
    width: 50%;
  }

  .index_company_intr .index_bd .layout {
    padding: 0;
  }

  .index_company_intr .company_intr_img,
  .index_company_intr .company_intr_cont {
    width: auto;
    float: none;
  }

  .index_company_intr .company_intr_img {
    padding: 30px;
  }

  .index_company_intr .company_intr_cont {
    padding: 10px 30px 50px;
  }

  .index_cate .cate_item {
    width: 50%;
  }

  .company_subscribe .index_bd {
    display: block;
    text-align: center;
  }

  .company_subscribe .title {
    width: auto;
    float: none;
    padding: 0 0 1em;
  }

  .company_subscribe .button {
    float: none;
  }
}

@media only screen and (max-width: 480px) {
  .mobile-hide {
    display: none !important;
  }

  .gotop {
    display: none !important;
  }

  .service_item {
    width: 100%;
  }

  .blog-item .item-img {
    width: 150px;
  }

  .table_wrap {
    overflow-x: scroll;
  }

  /* layout */
  body {
    min-width: inherit;
  }

  .layout,
  .index_company_intr .layout,
  .company_subscribe .layout {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .layout .logo {
    padding-left: 10px;
  }

  .contentNone:after {
    content: none;
  }

  .contentNone .header-right {
    padding-right: 10px;
  }

  /* aside */
  .side-widget {
    margin: 0 0 30px;
  }

  .side-tit-bar .side-tit {
    font-size: 16px;
    text-transform: none;
  }

  .side-cate li li {
    line-height: 32px;
  }

  .side-cate li li a {
    padding: 0 15px;
  }

  .side-product-items .side_product_item {
    width: 100%;
    float: none;
  }

  .side-product-items .side_product_item figure {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* header */
  .head_layer .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .web_head .logo img {
    height: 42px;
  }

  .web_head .head_layer .layout {
    padding: 0;
  }

  .head_top {
    padding: 0;
  }

  /* footer */
  .foot_items {
    padding-bottom: 30px;
  }

  .foot_item {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foot_item .foot_logo img {
    max-width: 50%;
  }

  .foot_item .copyright {
    font-size: 15px;
    padding-bottom: 20px;
  }

  .foot_contact_list .contact_ico {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  .foot_contact_list .contact_txt {
    margin-left: 45px;
  }

  .news_cell .cell_img {
    width: 80px;
  }

  .index_hd .hd_title,
  .index_company_intr .company_intr_title {
    font-size: 24px;
  }

  .index_hd .hd_desc {
    font-size: 14px;
  }

  .index_ad .ad_item {
    width: auto;
    float: none;
  }

  .index_ad .ad_item figure {
    padding: 20px 15px;
  }

  .index_ad .ad_item .item_img {
    width: 35%;
  }

  .index_ad .ad_item figcaption {
    width: 65%;
  }

  .index_ad .ad_item figcaption:before {
    height: 3px;
  }

  .index_ad .ad_item .item_title {
    height: auto;
  }

  .index_product .product_items {
    margin: 0 -5px;
  }

  .index_product .product_item figure {
    margin: 5px;
  }

  .index_company_intr .company_intr_img {
    padding: 15px;
  }

  .index_company_intr .company_intr_cont {
    padding: 10px 15px 30px;
  }

  .company_subscribe .subscribe_desc {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .company_subscribe .subscribe_desc:before,
  .company_subscribe .subscribe_desc:hover:before {
    top: 0;
    left: 0;
    font-size: 20px;
  }

  .company_subscribe .subscribe_desc:after,
  .company_subscribe .subscribe_desc:hover:after {
    bottom: 0;
    top: auto;
    right: 0;
    font-size: 20px;
  }

  .company_subscribe .sys_btn {
    font-size: 20px;
    padding: 0.5em 1.2em;
  }

  /*main*/
  .path_bar {
    font-size: 14px;
  }

  /*list*/

  .product_item .item_img a:after {
    display: none;
  }

  .items_list ul {
    margin: 0 -5px;
  }

  .items_list .product_item figure {
    margin: 5px;
  }

  .items_list .product_item .item_title {
    font-size: 14px;
  }

  .items_list .product_item .item_title a {
    padding: 0;
  }

  /*blog*/
  .blog-item {
    padding: 30px 5px;
  }

  .blog-item .item-img {
    width: auto;
    max-width: 70%;
    float: none;
    margin-right: 0;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .blog-item .item-info .item-title {
    line-height: 1.2;
    font-weight: normal;
  }

  .blog-item .item-info {
    padding-top: 15px;
  }

  .blog-item .item-info .item-title {
    height: auto;
    font-size: 22px;
  }

  .blog-item .item-info .item-detail {
    max-height: 9em;
    line-height: 1.5em;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .blog-item .item-info .item-more {
    float: none;
  }

  .blog-item .item-info time {
    font-size: 14px;
    color: #888;
  }

  /* product */
  .items_list .share_this {
    position: static;
    text-align: left;
    padding-bottom: 15px;
    float: none;
  }

  .page_main {
    padding-top: 15px;
  }

  .product-intro {
    overflow: visible;
  }

  .product-view {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }

  .product-view .image-additional li a {
    margin-left: 0;
    margin-right: 0;
  }

  .product-view .image-additional li a:before,
  .product-view .image-additional li a:after {
    display: none;
  }

  .product-btn-wrap .email,
  .product-btn-wrap .pdf,
  .product-btn-wrap .buy {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .goods-may-like .title {
    text-transform: none;
  }

  .page_title {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .product-summary {
    padding-top: 0;
  }

  .product-summary .page_title {
    font-size: 24px;
  }

  .product-summary .product-meta {
    font-size: 14px;
  }

  .product-summary .product-meta p {
    font-size: 15px;
  }

  .product-summary .product-meta h3 {
    line-height: 1.3;
    font-size: 16px;
  }

  .product-summary .product-meta li {
    font-size: 13px;
  }

  .product-summary .share-this {
    text-align: left;
    margin: 20px 0 0;
  }

  .product-btn-wrap {
    padding-top: 30px;
  }

  .product-btn-wrap .email,
  .product-btn-wrap .pdf,
  .product-btn-wrap .buy {
    font-size: 14px;
    padding: 5px 10px;
  }

  .product-detail {
    margin-top: 40px;
  }

  .detail-tabs .title {
    font-size: 14px;
    padding: 1px 15px;
  }

  .tab-panel-wrap {
    padding: 10px 0;
    border: 0;
  }

  .goods-may-like .title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .goods-may-like .layer-bd {
    position: relative;
  }

  .goods-may-like .product_item .item_title {
    font-size: 14px;
  }

  .goods-may-like .product_item .item_title a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .side_product_item {
    width: 100%;
  }
}

/*-------------------------------
			font start
			----------------------------------*/
/*-------------------------------
			font end
			----------------------------------*/

/*-------------------------------
			swiper-slide start
			----------------------------------*/
.slider_banner {
  position: relative;
  overflow: hidden;
}

/*-------------------------------
			entry-table start
			----------------------------------*/
.entry {
  padding: 15px 0;
}

.entry {
  color: #666;
}

.entry a {
  color: #0030ff;
}

.entry p {
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.8;
}

.entry table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

.entry th,
.entry td {
  height: 30px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
  background: #fbfbfb;
  padding: 0 15px;
}

.entry th {
  font-size: 12px;
  background: #eee;
}

.entry td p,
.entry th p,
.pd-panel .entry td p,
.pd-panel .entry th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.entry td.amts {
  color: #cb2027;
}

.entry th#cartDelete {
  text-align: center;
}

.entry .button {
  margin: 15px 10px 0 0;
  background: #dfdfdf;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
  line-height: 1.2;
  color: #777;
  font-weight: bold;
  text-transform: Capitalize;
}

.entry .button:hover {
  background: #cb2027;
  color: #fff;
}

.entry .deletecartitem {
  width: 50px;
  text-align: center;
}

.entry .deletecartitem label {
  display: none;
}

.entry .stotal td.amts {
  font-size: 18px;
  font-weight: bold;
}

.entry img.alignleft {
  float: left;
  margin: 20px 15px 0 0;
}

.entry img.alignright {
  float: right;
  margin: 20px 0 0 15px;
}

.entry img.alignleftnopad {
  float: left;
  margin-left: 0;
}

.entry img.alignrightnopad {
  float: right;
  margin-right: 0;
}

.entry img.aligncenter {
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
}

.entry img {
  max-width: 100%;
}

.cartitem a {
  color: #292929;
  font-weight: bold;
}

.inquiry-form ul li {
  background: none;
}

.entry .inquiry-form-wrap {
  margin: 20px 0 0;
}

.table_wrap {
  position: relative;
  display: block;
}

.main table {
  position: relative;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0 !important;
}

.main table th,
.main table td {
  height: 30px;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  color: #666;
  background: #fbfbfb;
  padding: 0 15px;
}

.main table th {
  font-size: 12px;
  background: #eee;
}

.main table td p,
.main table th p,
table td p,
table th p {
  margin: 0;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.3;
}

.main table td.amts {
  color: #cb2027;
}

.main table th#cartDelete {
  text-align: center;
}

/*-------------------------------
			entry-table end
			----------------------------------*/

/*-------------------------------
			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: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none;
  background: url(img/search_btn_close.png) no-repeat center 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.web-search .btn--search-close:hover {
  background-position: center -50px;
  -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 {
  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: #333;
  font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
  opacity: 1;
  color: #333;
  font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
  color: #333;
  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: 210px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 35px 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%;
  border-radius: 8px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.98);
  background-color: #fff;
  -webkit-transform: translateY(-30%) rotateX(-60deg);
  -ms-transform: translateY(-30%) rotateX(-60deg);
  -o-transform: translateY(-30%) rotateX(-60deg);
  transform: translateY(-30%) rotateX(-60deg);
  -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
			----------------------------------*/

/*-------------------------------
			scrollsidebar start
			----------------------------------*/
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
}

.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 150px;
  right: 0;
}

.show_btn {
  width: 38px;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(img/custom_service/show_btn.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}

.side_content {
  width: 0;
  height: auto;
  overflow: hidden;
  float: left;
}

.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
}

.side_content .side_list .hd img {
  width: 100%;
  border-bottom: 1px solid #dadada;
}

.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}

.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 43px;
  text-decoration: none;
}

.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}

.side_content .side_list .cont li .email:before {
  background-image: url(img/custom_service/icons01.png);
}

.side_content .side_list .cont li .skype:before {
  background-image: url(img/custom_service/icons02.png);
}

.side_content .side_list .cont li .inquiry:before {
  background-image: url(img/custom_service/icons03.png);
}

.side_content .side_list .cont li .qq:before {
  background-image: url(img/custom_service/icons04.png);
}

.ww {
  margin-left: -30px;
}

.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}

.side_content .side_list .t-code img {
  width: 100%;
}

.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
  background: url(img/custom_service/close.png) no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
  display: none;
}

/*-------------------------------
			scrollsidebar end
			----------------------------------*/

/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -275px;
  width: 550px;
  /* height: 500px; */
  height: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: none;
  z-index: 2000;
}

.inquiry-pop-bd:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  height: auto;
  left: 0;
  top: 0;
  padding: 22px;
  z-index: 1;
  background: #fff;
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: url(img/custom_service/fancy_close.png) no-repeat center center;
  cursor: pointer;
  z-index: 1;
}

.inquiry-form-wrap {
  position: relative;
  height: 420px;
  width: 100.5%;
}

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

@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    width: auto;
    height: 450px;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
  }

  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }

  .scrollsidebar {
    display: none;
  }
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
  display: none;
}

.mobile-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 {
  font-size: 10pt;
}

.change-language .change-language-title {
  padding: 0;
}

.change-language .change-language-title a .W-icon {
  padding: 0 5px;
}

.change-language:hover .change-language-title a .W-icon {
  -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: 30%;
  margin: 0 0 10px;
  font-size: 10pt;
  overflow: hidden;
  padding: 0 10px 0 0;
}

.change-language .change-language-cont li a:hover {
  color: #ff9702;
}

.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
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeInLeftA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftA {
  -webkit-animation-name: fadeInLeftA;
  animation-name: fadeInLeftA;
}

@-webkit-keyframes fadeInUpA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUpA {
  -webkit-animation-name: fadeInUpA;
  animation-name: fadeInUpA;
}

@-webkit-keyframes fadeInRightA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRightA {
  -webkit-animation-name: fadeInRightA;
  animation-name: fadeInRightA;
}

@-webkit-keyframes twinkling {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes OrangePulse {
  from {
    background-color: rgba(210, 174, 109, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }

  50% {
    background-color: rgba(210, 174, 109, 1);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }

  to {
    background-color: rgba(210, 174, 109, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(210, 174, 109, 1);
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  40% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  40% {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }

  60% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20%);
  }

  50% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-20%);
  }

  50% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes bounceInA {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceInA {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceInA {
  -webkit-animation-name: bounceInA;
  animation-name: bounceInA;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeInDownA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownA {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDownA {
  -webkit-animation-name: fadeInDownA;
  animation-name: fadeInDownA;
}

@keyframes fadeInA {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeInA {
  -webkit-animation-name: fadeInA;
  animation-name: fadeInA;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/*-------------------------------
			animation  end
			----------------------------------*/
