* {
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  resize: none;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "HelveticaNeueLTStd-MdCn",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  list-style: none;
  vertical-align: bottom;
  border-collapse: collapse;
  border-spacing: 0;
  z-index: 1;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}
.clearfix {
  *zoom: 1;
  z-index: 0;
}
.newline {
  width: 100%;
  float: left;
  padding: 0;
  height: 1px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
.out_wrap {
  width: 100%;
  float: left;
}
.out_wrap .content_wrap {
  width: 1250px;
  max-width: 1250px;
  margin: 0 auto;
}
.content_wrap,
.fa-whatsapp:lang(ar) {
  direction: ltr !important;
}
@media screen and (max-width: 1400px) {
  .out_wrap .content_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1250px) {
  .out_wrap .content_wrap {
    width: 95%;
  }
}
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
}
.fa:before,
.fa:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-search:before {
  content: "\f002";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-download:before {
  content: "\f019";
}
.top_info {
  background: #08c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
}
.top_info .content_wrap {
  height: 40px;
}
.top_info .content_wrap .email {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
}
.top_info .content_wrap .email:before {
  margin-right: 5px;
}
.top_info .content_wrap .email:hover {
  color: #ebd9d9;
}
.top_info .content_wrap .email:after {
  content: "|";
  color: #fff;
  margin-left: 10px;
}
.top_info .content_wrap .tel {
  display: block;
  float: left;
  color: #fff;
  line-height: 40px; position:relative;
}
.top_info .content_wrap .tel span { display:none; position:absolute; top:41px; left:20px;transition: 2s;
-moz-transition: 1s; /* Firefox 4 */
-webkit-transition: 1s; /* Safari and Chrome */
-o-transition: 1s; }
.top_info .content_wrap .tel:hover span { display:block;}
.top_info .content_wrap .tel:before {
  margin-right: 5px;
}
.top_info .content_wrap .tel:hover {
  color: #ebd9d9;
}
.top_info .content_wrap .search {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.top_info .content_wrap .search input {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 190px;
  padding: 0 40px 0 15px;
  border-radius: 30px;
  color: #b7b7b7;
}
.top_info .content_wrap .search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 38px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  cursor: pointer;
  line-height: 1;
  color: #b7b7b7;
}
.top_info .content_wrap .language {
  float: right;
  padding-left: 20px;
}
.top_info .content_wrap .language .cur_language {
  padding: 0 15px 0 25px;
  line-height: 40px;
  height: 40px;
  float: left;
  display: block;
  color: #fff;
}
.top_info .content_wrap .language .cur_language:before {
  content: url("/wp-content/themes/lisun/img/en.jpg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_info .content_wrap .language .cur_language:after {
  content: "\f0d7";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.top_info .content_wrap .language .list_language::-webkit-scrollbar {
  width: 0 !important;
}
.top_info .content_wrap .language .list_language {
  z-index: 999;
  display: none;
  position: absolute;
  background: #00a2e4;
  padding: 0 6px;
  left: 12px;
  top: 80%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: scroll;
  overflow-x: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.top_info .content_wrap .language .list_language a {
  overflow: hidden;
  display: block;
  padding-left: 25px;
  border-bottom: 2px solid transparent;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
}
.top_info .content_wrap .language .list_language a img {
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px !important;
  height: 16px !important;
}
.top_info .content_wrap .language .list_language a:hover {
  color: #ebd9d9;
}
.nav_info {
  z-index: 4;
  position: fixed;
  top: 40px;
  left: 0;
  background: #fff;
}
.nav_info .content_wrap {
  height: 90px;
}
.nav_info .content_wrap .m_nav,
.nav_info .content_wrap .m_search {
  display: none;
}
.nav_info .content_wrap .logo {
  min-width: 200px;
  float: left;
  height: 100%;
  width: 16%;
}
.nav_info .content_wrap .logo img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.nav_info .content_wrap .navigation {
  float: right;
  height: 100%;
}
.nav_info .content_wrap .navigation .menu-item {
  float: left;
}
.nav_info .content_wrap .navigation .menu-item > a {
  height: 90px;
  line-height: 90px;
  float: left;
  padding-left: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  width: 100%;
}
.nav_info .content_wrap .navigation .menu-item:first-child > a {
  padding-left: 0;
}
.nav_info .content_wrap .navigation .current-menu-item > a,
.nav_info .content_wrap .navigation .current-menu-parent > a {
  color: #08c;
}
.nav_info .content_wrap .navigation .menu-item > a:hover {
  color: #08c;
}
.nav_info .content_wrap .navigation .menu-item:hover > a:after {
  color: #08c;
}
.nav_info .content_wrap .navigation .menu-item-has-children .nav_click {
  position: absolute;
  right: 0;
  width: 14px;
  height: 90px;
}
.nav_info .content_wrap .navigation .menu-item-has-children > a:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  content: "\f107";
  color: #a5a5a5;
}
.nav_info .content_wrap .navigation .sub-menu {
  position: absolute;
  display: none;
  top: 88px;
  left: 0;
  border-top: 2px solid #08c;
  background-color: #fff;
}
.nav_info
  .content_wrap
  .navigation
  .sub-menu
  .menu-item-has-children
  > a:hover {
  padding-left: 24px;
  padding-right: 12px;
}
.nav_info .content_wrap .navigation .sub-menu .sub-menu {
  left: 100%;
  top: -2px;
  height: 100%;
  /*min-height: 600px;*/
  background: transparent;
}
.nav_info .content_wrap .navigation .sub-menu .menu-item {
  border-right: 1px solid #ededed;
  width: 100%;
  float: left;
  position: initial;
  background-color: #fff;
}
.nav_info .content_wrap .navigation .sub-menu .menu-item a {
  height: 30px;
  white-space: nowrap;
  line-height: 30px;
  padding: 0 24px 0 12px;
  border-bottom: 1px solid #ededed;
  font-weight: normal;
  font-size: 13px;
  width: 100%;
}
.nav_info .content_wrap .navigation .sub-menu .menu-item a:hover {
  background-color: #08c;
  color: #fff;
}
.nav_bottom {
  padding-top: 130px;
}
@media screen and (max-width: 1140px) {
  .nav_info .content_wrap {
    height: auto;
  }
  .nav_info .content_wrap .logo {
    width: 100%;
    margin: 50px 0 15px;
  }
  .nav_info .content_wrap .logo img {
    width: auto;
    height: 46px;
  }
  .nav_info .content_wrap .navigation {
    width: 100%;
    height: 90px;
    text-align: center;
  }
  .nav_info .content_wrap .navigation .menu-item {
    display: inline-block;
    float: none;
    text-align: left;
  }
  .nav_bottom {
    padding-top: 195px;
  }
}
@media screen and (max-width: 965px) {
  .nav_info .content_wrap .logo {
    width: 100%;
    height: 90px;
    margin: 0;
  }
  .nav_info .content_wrap .m_nav {
    display: block;
    position: absolute;
    z-index: 8;
    width: 100px;
    text-align: left;
    left: 10px;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
  }
  .nav_info .content_wrap .m_nav:before {
    content: "\f0c9";
  }
  .nav_info .content_wrap .navigation {
    display: none;
    background: #fff;
    border-top: 1px solid #000;
    height: 400px;
    overflow-y: scroll;
    padding: 0 1%;
    text-align: left;
  }
  .nav_info .content_wrap .navigation .menu-item {
    border-bottom: 1px dashed #eee;
    width: 100%;
  }
  .nav_info .content_wrap .navigation .menu-item a {
    height: 40px;
    line-height: 40px;
    padding-left: 20px !important;
  }
  .nav_info .content_wrap .navigation .menu-item .sub-menu {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 10px;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .nav_info .content_wrap .navigation .menu-item .sub-menu a {
    height: auto;
    white-space: normal;
    line-height: 24px;
    padding: 5px 0;
  }
  .nav_info .content_wrap .navigation .menu-item-has-children .nav_click {
    width: 10%;
    height: 40px;
  }
  .nav_info .content_wrap .navigation .menu-item-has-children > a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    content: "+";
  }
  .nav_info
    .content_wrap
    .navigation
    .menu-item-has-children
    > a.active-item:after {
    content: "-";
  }
  .nav_bottom {
    padding-top: 130px;
  }
}
@media screen and (max-width: 700px) {
  .top_info .content_wrap .search {
    position: absolute;
    right: 0px;
    top: 126px;
    display: none;
  }
  .nav_info .content_wrap .m_search {
    display: block;
    position: absolute;
    z-index: 8;
    width: 48px;
    text-align: center;
    right: 10px;
    font-size: 24px;
    height: 90px;
    line-height: 90px;
  }
  .nav_info .content_wrap .m_search:before {
    content: "\f002";
  }
}
@media screen and (max-width: 500px) {
  .top_info .content_wrap .email:after {
    content: "";
  }
  .top_info .content_wrap .tel {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .nav_info .content_wrap .logo img {
    height: 36px;
  }
}
.footer_info {
  background-color: #0169ab;
}
.footer_info .content_wrap {
  padding: 20px 0;
  overflow: hidden;
}
.footer_info .content_wrap .menu-footer-menu-container {
  width: 38%;
  float: left;
}
.footer_info .content_wrap .menu-footer-menu-container ul li {
  float: left;
}
.footer_info .content_wrap .menu-footer-menu-container ul li a {
  line-height: 36px;
  height: 36px;
  color: #fff;
  padding: 0 10px;
  text-transform: capitalize;
}
.footer_info .content_wrap .menu-footer-menu-container ul li a:after {
  content: "|";
  float: right;
}
.footer_info
  .content_wrap
  .menu-footer-menu-container
  ul
  li:last-child
  a:after {
  content: "";
}
.footer_info .content_wrap .sns {
  width: 24%;
  float: left;
  text-align: center;
}
.footer_info .content_wrap .sns a {
  line-height: 36px;
  height: 36px;
  width: 36px;
  background-color: #fff;
  color: #999;
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
}
.footer_info .content_wrap .sns a:hover {
  background: #c3191e;
  color: #fff;
}
.footer_info .content_wrap .copyright {
  width: 38%;
  float: left;
  color: #fff;
  line-height: 36px;
  height: 36px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .footer_info .content_wrap .menu-footer-menu-container {
    width: 100%;
  }
  .footer_info .content_wrap .menu-footer-menu-container ul {
    text-align: center;
  }
  .footer_info .content_wrap .menu-footer-menu-container ul li {
    display: inline-block;
    float: none;
  }
  .footer_info .content_wrap .sns {
    width: 100%;
    padding: 20px 0;
  }
  .footer_info .content_wrap .copyright {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 382px) {
  .footer_info .content_wrap .menu-footer-menu-container ul li a {
    padding: 0 4px 0 0;
  }
}
.breadcrumb_info {
  background: #f5f5f5;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  padding: 26px 0 18px 0;
}
.breadcrumb_info .content_wrap a {
  letter-spacing: 0.5px;
  padding-right: 12px;
  float: left;
}
.breadcrumb_info .content_wrap a:hover {
  color: #08c;
}
.breadcrumb_info .content_wrap a:after {
  content: "\f105";
  margin-left: 12px;
}
.breadcrumb_info .content_wrap span,
.breadcrumb_info .content_wrap h1 {
  float: left;
  font-size: 14px;
  color: #08c;
}
.sidebar h2 {
  float: left;
  border-bottom: 2px solid #08c;
  padding: 24px 0 18px;
  font-weight: 560;
}
.sidebar .first_title {
  width: 100%;
  color: #fff;
  background: #08c;
  border-radius: 4px;
  padding: 18px;
  border: none;
}
.sidebar .list {
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
}
.sidebar .list h3 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.sidebar .list h3 a {
  width: 100%;
  float: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: normal;
}
.sidebar .list h3 a:hover {
  color: #08c;
}
.sidebar .title h3 a {
  padding-left: 0;
  font-weight: normal;
}
.sidebar .list > a {
  display: table-cell;
  padding: 6px;
  width: 25%;
  border: 1px solid #08c;
}
.sidebar .list > a img {
  width: 100%;
}
.at-share-btn-elements{margin-top:10px !important;}

.leave_form {
  width: 100%;
  float: left;
  padding: 14px 18px 14px 18px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  border-top: 4px solid #08c;
  margin-bottom: 6px !important;
}
.leave_form h3 {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 800;
}
.leave_form p {
  width: 100%;
  float: left;
  color: #666;
  padding: 14px 0 10px 0;
}
.leave_form input {
  margin-top: 10px;
  float: left;
  font-size: 13px;
  width: 49%;
  color: #666;
  border-radius: 4px;
  padding: 10px 18px;
  border: 1px solid #eaeaea;
}
.leave_form input[name="name"],
.leave_form input[name="email"] {
  margin-right: 1%;
}
.leave_form input[name="company"],
.leave_form input[name="sns"] {
  margin-left: 1%;
}
.leave_form textarea {
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
  width: 100%;
  height: 140px;
  border: 1px solid #eaeaea;
  display: block;
  border-radius: 4px;
  padding-left: 18px;
  overflow-x: hidden;
}
.leave_form input[type="submit"] {
  padding: 0;
  width: 98px;
  height: 34px;
  border-radius: 34px;
  line-height: 34px;
  margin-top: 30px;
  background: #08c;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .leave_form {
    padding: 10px 18px 10px 18px;
  }
  .leave_form input {
    padding: 6px 18px;
  }
  .leave_form textarea {
    padding-top: 4px;
  }
  .leave_form input[type="submit"] {
    margin-top: 12px;
  }
}
@media screen and (max-width: 766px) {
  .leave_form {
    padding: 14px 18px 14px 18px;
  }
  .leave_form input {
    width: 100%;
    padding: 10px 18px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .leave_form textarea {
    padding-top: 10px;
  }
  .leave_form input[type="submit"] {
    width: 98px;
    margin-top: 30px;
  }
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.left_right_wrap .left_wrap {
  width: 25%;
  float: left;
  padding: 48px 15px 60px 0;
}
.left_right_wrap .right_wrap {
  width: 75%;
  float: right;
  padding: 48px 0 60px;
}
@media screen and (max-width: 1000px) {
  .left_right_wrap .left_wrap {
    width: 100%;
    padding: 0 15px 60px;
  }
  .left_right_wrap .right_wrap {
    width: 100%;
  }
}
.rich_text {
  width: 100%;
  float: left;
}
.rich_text h3 {
  width: 100%;
  float: left;
  padding-bottom: 18px;
}
.rich_text iframe {
  max-width: 100%;
  float: left;
}
.rich_text hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  width: 100%;
}
.rich_text .img_center_wrap {
  width: 100%;
  float: left;
  text-align: center;
}
.rich_text div.aligncenter {
  width: 100% !important;
  float: left;
}
.rich_text p {
  width: 100%;
  float: left;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.2px;
  padding-bottom: 18px;
  line-height: 23px;
  word-wrap: break-word;
}
.rich_text p a,.rich_text li a {
  font-size: 13px;
  color: #08c;
}
.rich_text p a u,.rich_text a {
  font-size: 13px;
  color: #08c;
  text-decoration: none;
}
.rich_text p img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
.rich_text p em {
  font-style: normal;
}
.rich_text ol {
    width: 100%;
    float: left;
    list-style: decimal;
    padding-left: 18px;
    padding-bottom: 12px;
  }
  .rich_text ol>li {
    width: 100%;
    float: left;
    list-style: inherit;
    padding-bottom: 2px;
    line-height: 23px;
    font-size: 13px;
  }
  .rich_text ul {
    width: 100%;
    float: left;
    list-style: circle;
    padding-left: 18px;
    padding-bottom: 12px;
  }
  .rich_text ul>li {
    width: 100%;
    float: left;
    list-style: inherit;
    padding-bottom: 2px;
    line-height: 26px;
    font-size: 13px;
  }
.rich_text table {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 18px;
  font-size: 13px;
  letter-spacing: 0.2px;
  border: 1px solid #ccc;
}
.rich_text table tr {
  border: 1px solid #ddd;
  padding: 5px;
}
.rich_text table tr td {
  border: 1px solid #eaeaea;
  text-align: center;
  padding: 12px 0 10px 0;
  font-size: 13px;
  word-break: break-all;
}
.rich_text table tr td p {
  padding: 0;
  word-break: break-all;
}
.rich_text .wp-caption {
  padding: 5px;
  border: 1px solid #eaeaea;
  float: left;
  margin-bottom: 10px;
  max-width: 100%;
}
.rich_text .wp-caption img {
  max-width: 100%;
  height: auto;
}
.rich_text .aligncenter {
  text-align: center;
}
.rich_text .product_details_right_pdf {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.rich_text .product_details_right_pdf:before {
  content: "\f019";
  margin-right: 10px;
}
.vedio_play {
  position: absolute;
  z-index: 66;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -13px;
  background: #fff;
  height: 20px;
}
.vedio_play:before {
  content: "\f16a";
  font-size: 60px;
  margin-top: -20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.vedio:hover .vedio_play:before {
  color: #f00;
}
.product_info .left_wrap ul {
  width: 100%;
  float: left;
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #eaeaea;
  border-top: none;
  background: #f5f5f5;
}
.product_info .left_wrap ul li {
  float: left;
  width: 100%;
}
.product_info .left_wrap ul li .sub_click {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 28px;
  cursor: pointer;
}
.product_info .left_wrap ul li .has_item:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  content: "\f105";
  margin-left: 10px;
}
.product_info .left_wrap ul li a {
  padding-left: 20px;
  font-size: 13px;
  letter-spacing: 0.2px;
  float: left;
  line-height: 20px;
  padding-bottom: 4px;
  padding-top: 3px;
}
.product_info .left_wrap ul li .sub-menu {
  display: none;
  background: #fff;
}
.product_info .left_wrap ul li .sub-menu a {
  height: auto;
  word-break: break-all;
}
.product_info .left_wrap ul li .sub-menu a:hover {
  background: #f5f5f5;
}
.product_info .right_wrap .img_info {
  width: 38%;
  float: left;
}
.product_info .right_wrap .img_info .swiper-wrapper {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.product_info .right_wrap .img_info .swiper-wrapper .switch_item {
  float: left;
  width: 100%;
  display: none;
  border: 2px solid #08c;
  height: 356px;
}
.product_info .right_wrap .img_info .swiper-wrapper .switch_item img {
  width: 100%;
}
.product_info .right_wrap .img_info .swiper-wrapper .switch_item .zoom {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  background: #80c4e6;
  text-align: center;
  line-height: 36px;
}
.product_info .right_wrap .img_info .swiper-wrapper .switch_item.active {
  display: block;
}
.product_info .right_wrap .img_info .img_nav {
  width: 100%;
  float: left;
}
.product_info .right_wrap .img_info .img_nav a {
  width: 25%;
  float: left;
  background: #fff;
  padding: 5px;
}
.product_info .right_wrap .img_info .img_nav a img {
  border: 1px solid #08c;
  width: 100%;
}
.product_info .right_wrap .title_info {
  width: 60%;
  float: right;
}
.product_info .right_wrap .title_info h1,
.product_info .right_wrap .title_info .desc {
  width: 100%;
  float: left;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.product_info .right_wrap .title_info form {
  margin-bottom: 20px;
}
.product_info .right_wrap .title_info form textarea {
  height: 70px;
}
.product_info .right_wrap .tab_nav {
  width: 100%;
  float: left;
  padding-top: 36px;
  z-index: 9;
}
.product_info .right_wrap .tab_nav li {
  border: 1px solid #eaeaea;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 2px;
  float: left;
  margin-bottom: -1px;
  text-align: center;
  background: #f5f5f5;
  padding: 7px 16px 6px;
  border-bottom: none;
  cursor: pointer;
}
.product_info .right_wrap .tab_nav li.active,
.product_info .right_wrap .tab_nav li:hover {
  color: #08c;
  border-top: 3px solid #08c;
  background: #fff;
}
.product_info .right_wrap .tab_content {
  width: 100%;
  float: left;
  border: 1px solid #eaeaea;
  letter-spacing: 0;
  margin-top: -1px;
}
.product_info .right_wrap .tab_content>li {
  padding: 30px 18px;
  width: 100%;
  float: left;
  display: none;
}
.product_info .right_wrap .tab_content li p,
.product_info .right_wrap .tab_content li div {
  width: 100% !important;
  float: left;
}
.product_info .right_wrap .tab_content li img {
  max-width: 100%;
}
.product_info .right_wrap .tab_content li .vedio {
  cursor: pointer;
  margin-bottom: 18px;
}
.product_info .right_wrap .tab_content li .vedio img {
  width: 100%;
}
.product_info .right_wrap .tab_content li a:hover {
  color: #08c;
}
.product_info .right_wrap .tab_content li.active {
  display: block;
}
.product_info .right_wrap .relate_info {
  width: 100%;
  float: left;
  padding-top: 56px;
}
.product_info .right_wrap .relate_info h5 {
  width: 100%;
  float: left;
  padding-bottom: 26px;
  font-weight: 560;
}
.product_info .right_wrap .relate_info .switch_wrap {
  width: 100%;
  float: left;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item {
  padding: 0 1%;
  display: none;
  width: 25%;
  float: left;
  z-index: 5;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item a {
  width: 100%;
  float: left;
  border: 2px solid #08c;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item a img {
  width: 100%;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item h3 {
  width: 100%;
  float: left;
  text-align: center;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item h3 a {
  border: none;
  padding-top: 14px;
  font-size: 13px;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_item.active {
  display: inline-block;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav {
  z-index: 3;
  width: 100%;
  position: absolute;
  height: 100%;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav a {
  width: 1%;
  height: 100%;
  
  min-height: 184px;
  font-size: 18px;
  text-align: center;
  color: #08c;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav .prev {
  float: left;
  margin-left: -1%;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav .next {
  float: right;
  margin-right: -1%;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav .prev:before {
  content: "\f104";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  margin: auto;
}
.product_info .right_wrap .relate_info .switch_wrap .switch_nav .next:before {
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  margin: auto;
}
.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  top: 5%;
  left: 25%;
  width: 50%;
  height: 70%;
  background: #fff;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .closeLightbox {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.lightbox .closeLightbox:before {
  content: "X";
}
.lightbox img {
  height: 100%;
  max-width: 80%;
}
@media screen and (max-width: 800px) {
  .product_info .left_wrap .first_title {
    display: none;
  }
  .product_info .right_wrap .title_info form {
    margin-bottom: 10px;
  }
  .lightbox {
    left: 2%;
    width: 96%;
    overflow: hidden;
  }
  .lightbox img {
    max-height: 100%;
    height: auto;
  }
}
@media screen and (max-width: 766px) {
  .product_info .right_wrap {
    padding: 36px 0;
  }
  .product_info .right_wrap .img_info {
    width: 100%;
  }
  .product_info .right_wrap .title_info {
    padding-top: 36px;
    width: 100%;
  }
  .product_info .right_wrap .relate_info .switch_wrap .switch_item {
    width: 50%;
  }
  .product_info .right_wrap .relate_info .switch_wrap .switch_nav .prev {
    margin-left: -2%;
  }
  .product_info .right_wrap .relate_info .switch_wrap .switch_nav .next {
    margin-right: -2%;
  }
}
html[lang|=ar] .top_info .content_wrap .email:after{
  float: right;
}
html[lang|=ar] .top_info .content_wrap .email:before,html[lang|=ar] .top_info .content_wrap .tel:before{
  float: left;
}
html[lang|=ar] .top_info .content_wrap .tel{
  direction: ltr!important;
}

.product_info .right_wrap .tab_content li h2{
    width: 100%!important;
    float: left;
}