* {
  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;
}
.wp-pagenavi {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-align: center;
  background: #f5f5f5;
  line-height: 30px;
  color: #666;
  border-radius: 1px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
  color: #fff;
  background: #08c;
}
.nav-links {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.nav-links a,
.nav-links span {
  display: inline-block;
  width: 40px;
  height: 30px;
  text-align: center;
  background: #f5f5f5;
  line-height: 30px;
  color: #666;
  border-radius: 1px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.nav-links a:hover,
.nav-links .current {
  color: #fff;
  background: #08c;
}
.pagination {
  width: 100%;
  float: left;
}
.screen-reader-text {
  display: none;
}
.case_info .content_wrap {
  padding: 30px 0;
}
.case_info .content_wrap .list {
  width: 100%;
  float: left;
}
.case_info .content_wrap .list h3 {
  margin: 0 auto;
  width: 144px;
  height: 40px;
  font-weight: normal;
  line-height: 40px;
  background: #fff;
  text-align: center;
  color: #08c;
  border-radius: 4px;
  border: solid 1px rgba(234, 234, 234, 0.9);
}
.case_info .content_wrap .list .item {
  width: 40%;
  margin-left: 10%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.case_info .content_wrap .list .item a {
  float: right;
  width: 90%;
  margin-right: 10%;
  padding: 18px 18px 14px;
  border: 2px solid #ececec;
  text-align: left;
  line-height: 26px;
  font-size: 15px;
  color: #333;
}
.case_info .content_wrap .list .item a img {
  float: left;
  width: 100%;
  padding-bottom: 14px;
}
.case_info .content_wrap .list .item a:hover {
  color: #08c;
}
.case_info .content_wrap .list .item a:before {
  content: "\f105";
  position: absolute;
  font-size: 36px;
  width: 10px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  right: -10px;
  top: 30px;
  color: #ececec;
  background-color: #fff;
  padding-left: 3px;
}
.case_info .content_wrap .list .item.right {
  margin-top: 80px;
  margin-left: 0;
}
.case_info .content_wrap .list .item.right a {
  float: left;
  margin-left: 10%;
  margin-right: 0;
}
.case_info .content_wrap .list .item.right a:before {
  content: "\f104";
  left: -12px;
  padding-right: 3px;
  padding-left: 0;
}
.case_info .content_wrap .list .item:before {
  content: "\f192";
  color: #08c;
  font-size: 30px;
  width: 26px;
  height: 29px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  right: -13px;
  top: 27px;
  background: #fff;
}
.case_info .content_wrap .list .item.right:before {
  left: -13px;
}
.case_info .content_wrap .list:after {
  background: #eaeaea;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
}
.case_info .content_wrap .nav-links {
  padding: 48px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .case_info .content_wrap .list .item {
    width: 48%;
    margin-left: 2%;
  }
  .case_info .content_wrap .list .item a {
    padding: 10px;
  }
  .case_info .content_wrap .list .item:before {
    font-size: 24px;
  }
}
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;
}