/*reset*/
:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0;
  line-height: normal;
}
body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
em {
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
}
/*li,ul,ol{list-style:none;}*/
a {
  text-decoration: none;
  color: #231815;
}
input {
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none;
}
body {
  overflow-x: hidden;
}
button::-moz-focus-inner,
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;
}
a:focus {
  outline: none;
}
:focus {
  outline: none;
  box-shadow: none;
}
iframe {
  max-width: 100%;
  position: relative;
  z-index: 99;
}
.table-responsive ul li {
  list-style-position: inside !important;
}
.table-responsive td {
  padding: 0 8px;
} /*share*/
.cform-item__wrap {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.cform-item__wrap input {
  width: 96px !important;
  padding: 0 5px !important;
}
.cform-item__wrap img {
  height: auto;
  display: inline-block;
  margin: 0 5px !important;
}
#powerby,
#powerby a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

/*share*/
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-weight: 400;
  color: #555;
  line-height: 24px;
}
.bold {
  font-weight: bold;
}
.fontRed {
  color: red;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

a:hover,
img:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a,
img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.nav_content {
  background: #0d6dbc;
}
.nav_content > .container {
  position: relative;
}
header .wrapper {
  display: none;
}
.wrapper .toggle {
  float: right;
  width: 100%;
  height: 50px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
  display: block;
  line-height: 50px;
  padding-left: 10px;
  background: #0d6dbc;
}

html.hc-yscroll {
  overflow-y: scroll;
}
body.hc-nav-open {
  position: fixed;
  width: 100%;
  min-height: 100%;
}
.hc-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999999999;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}
.hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 99999999;
  top: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.hc-mobile-nav .nav-wrapper {
  width: 100%;
}
.hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hc-mobile-nav li {
  position: relative;
  display: block;
}
.hc-mobile-nav li.level-open > .nav-wrapper {
  visibility: visible;
}
.hc-mobile-nav input[type="checkbox"] {
  display: none;
}
.hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}
.hc-mobile-nav a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
}
.hc-mobile-nav a,
.hc-mobile-nav a:hover {
  text-decoration: none;
}
.hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}
.hc-mobile-nav.disable-body::after,
.hc-mobile-nav.disable-body .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}
.hc-mobile-nav.disable-body.nav-open::after,
.hc-mobile-nav.disable-body .sub-level-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.05s;
}
.hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}
.hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  transition: height 0s ease 0.4s;
}
.hc-mobile-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
}
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
}
.hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}
.hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}
.hc-mobile-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  transition: transform 0.4s ease;
}
.hc-mobile-nav.side-left {
  left: 0;
}
.hc-mobile-nav.side-left .nav-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(-40px, 0, 0);
}
.hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.hc-mobile-nav.side-right {
  right: 0;
}
.hc-mobile-nav.side-right .nav-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-mobile-nav.side-right.nav-levels-overlap li.level-open > .nav-wrapper {
  transform: translate3d(40px, 0, 0);
}
.hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.hc-mobile-nav.nav-open .nav-container {
  transform: translate3d(0, 0, 0);
}
.hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
}
.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495e;
  transition: all 0.2s ease;
}
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
  content: "";
  width: 100%;
}
.hc-nav-trigger span::before {
  top: -10px;
}
.hc-nav-trigger span::after {
  bottom: -10px;
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
.hc-nav-trigger.toggle-open span::before {
  transform: translate3d(0, 10px, 0);
}
.hc-nav-trigger.toggle-open span::after {
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}
.hc-mobile-nav::after,
.hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}
.hc-mobile-nav .nav-wrapper {
  background: #fafafa;
  background-size: cover;
  z-index: 2;
}
.hc-mobile-nav .nav-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.hc-mobile-nav.nav-open .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
}
.hc-mobile-nav h2 {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  padding: 15px 17px;
  color: #0d6dbc;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  background: rgb(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.hc-mobile-nav a {
  padding: 10px 17px;
  font-size: 14px;
  color: #333;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
}
.hc-mobile-nav:not(.touch-device) a:hover {
  background: #0d6dbc;
}
.hc-mobile-nav li {
  text-align: left;
}
.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
  background: rgba(0, 0, 0, 0.05);
  background-size: 100%;
}
.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}
.hc-mobile-nav li.nav-close span,
.hc-mobile-nav li.nav-parent span.nav-next,
.hc-mobile-nav li.nav-back span {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hc-mobile-nav li.nav-close span::before,
.hc-mobile-nav li.nav-close span::after {
  content: "";
  display: inline-block;
  background: #666;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
.hc-mobile-nav li.nav-close span::before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.hc-mobile-nav li.nav-close span::after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.hc-mobile-nav span.nav-next::before,
.hc-mobile-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  transform-origin: center;
}
.hc-mobile-nav span.nav-next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav li.nav-back span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  transform: translate(-50%, -50%) rotate(135deg);
}
.hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  box-shadow: none;
  background: transparent;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.hc-mobile-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}
.hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.hc-mobile-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}
.hc-mobile-nav.nav-levels-expand .nav-container li,
.hc-mobile-nav.nav-levels-none .nav-container li {
  transition: background 0.3s ease;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: rgba(0, 0, 0, 0.5);
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid #295887;
}
.hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #0095f8;
}
.hc-mobile-nav.nav-levels-expand
  .nav-container
  li.level-open
  > a
  .nav-next::before,
.hc-mobile-nav.nav-levels-none
  .nav-container
  li.level-open
  > a
  .nav-next::before {
  margin-top: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  transform: translate(-50%, -50%) rotate(225deg);
}
#main-nav {
  display: none;
}
header {
  position: relative;
}
header .git svg {
  width: 15px;
  height: 15px;
  fill: #fffce1;
  position: relative;
  top: 2px;
  padding: 0 10px;
  margin-right: 10px;
  border-right: 1px solid #4daabb;
  transition: border-color 0.15s ease-in-out;
}
header .toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  z-index: 9980;
  min-height: 24px;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}
header .toggle span {
  width: 22px;
  top: 50%;
}
header .toggle span,
header .toggle span::before,
header .toggle span::after {
  position: absolute;
  right: 0px;
  height: 2px;
  background: #fff;
  transition: all 0.1s ease;

  border-radius: 10px;
}
header .toggle span {
  right: 10px;
}
header .toggle span::before,
header .toggle span::after {
  content: "";
  width: 100%;
  border-radius: 5px;
}
header .toggle span::before {
  top: -8px;
}
header .toggle span::after {
  bottom: -8px;
}
header .toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  transform: rotate(45deg);
}
header .toggle.toggle-open span::before {
  transform: translate3d(0, 8px, 0);
}
header .toggle.toggle-open span::after {
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}
header .toggle:hover span,
header .toggle:hover span::before,
header .toggle:hover span::after {
}
header .toggle div {
  display: inline-block;
  margin-right: 15px;
}
.hc-mobile-nav .nav-container {
  width: 280px;
}
.hc-mobile-nav a {
  font-size: 14px;
  text-transform: capitalize;
}

.hc-mobile-nav ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/*mainmenu*/
.mainmenu-area {
  display: block;
  padding-top: 0;
  padding-right: 0;
}
.mainmenu_box {
  float: left;
  width: 36%;
  padding-right: 0;
}

.mainmenu-left {
  /*position: relative;*/
}
.product-menu-title {
  background: #444444 none repeat scroll 0 0;
  cursor: pointer;
  padding: 3px 16px;
}
.product-menu-title h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;
  text-transform: uppercase;
}
.product-menu-title h2 i {
  float: right;
  margin-top: 17px;
}
.find .product_vmegamenu > ul li a {
  padding: 12px 10px;
}
.product_vmegamenu ul li a.hover-icon::after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 0;
  color: #808080;
  top: 14px;
}
.product_vmegamenu > ul > li a img {
  max-width: 60px;
  height: auto;
}
.product_vmegamenu > ul > li .vmegamenu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 5px -1px #666666;
  left: 0;
  position: absolute;
  top: 82px;
  width: 100%;
  opacity: 0;
  z-index: 999999;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  padding: 10px;
}
.product_vmegamenu ul li:hover .vmegamenu {
  opacity: 1;
  top: 52px;
  visibility: visible;
}
.product_vmegamenu ul li .vmegamenu span {
  float: left;
  padding: 15px;
  width: 20%;
}
.product_vmegamenu ul li .vmegamenu span s {
  display: block;
}
.product_vmegamenu ul li .vmegamenu span img {
  max-width: 100%;
}
.product_vmegamenu ul li .vmegamenu span a.vgema-title {
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  background: #ededed;
  padding: 10px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: normal;
}
.product_vmegamenu ul li .vmegamenu span:hover a.vgema-title {
  background: #0d6dbc;
  color: #fff;
}
.product_vmegamenu ul li .vmegamenu2 {
  width: 400px;
}
.product_vmegamenu ul li .vmegamenu2 span {
  padding: 15px;
  width: 50%;
}
/* mainmenu */
.mainmenu {
  text-align: left;
}
.mainmenu > nav > ul > li {
  display: inline-block;
  padding: 0;
}
.mainmenu > nav > ul > li:first-child {
  padding-left: 0;
}
.mainmenu > nav > ul > li:last-child {
  padding-right: 0;
}
.mainmenu ul li a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 0;
  transition: all 0.3s;
  position: relative;
  line-height: 24px;
  z-index: 2;
}
.mainmenu > nav > ul > li > a {
  font-weight: 700;
  line-height: 60px;
  padding: 0;
  text-transform: capitalize;
}
.mainmenu nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #fff;
  display: block;
  transform: scaleX(0);
  transition: all 0.4s ease 0s;
  transform-origin: 0 0 0;
  z-index: -1;
}

.mainmenu > nav > ul > li.active > a:before,
.mainmenu > nav > ul > li#active > a:before {
  transform: scaleY(1);
  visibility: visible;
}
.mainmenu nav > ul > li > a:hover:before,
.mainmenu nav > ul > li:hover > a:before {
  transform: scaleY(1);
  visibility: visible;
}
.mainmenu nav > ul > li > a i {
  padding-left: 5px;
  color: #b2b2b2;
}

.mainmenu ul li a img {
  vertical-align: middle;
}

.mainmenu > nav > ul > li:hover > a,
.mainmenu > nav > ul > li.active > a {
  text-decoration: none;
  color: #fff;
}
.mainmenu > nav > ul > li:hover > a i,
.mainmenu > nav > ul > li.active > a i,
.mainmenu > nav > ul > li#active > a i {
  color: #fff;
}
.mainmenu > nav > ul > li.active > a,
.mainmenu > nav > ul > li#active > a {
  color: #fff;
}
.mainmenu ul li:hover > a,
.mainmenu ul li.active > a {
  color: #fff;
}

.mainmenu > nav > ul > li > ul {
  left: auto;
  opacity: 0;
  position: absolute;
  top: auto;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  z-index: 99999999;
  padding: 5px;
  visibility: hidden;
  text-align: left;
  width: 270px;
  background: #fff;
  transition: 0.3s ease;
  border-radius: 3px;
  padding: 0;
  box-shadow: 0 3px 15px 0 rgb(0, 0, 0, 0.1);
  border: 1px solid #ececec;
}
.mainmenu > nav > ul > li > ul:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #ececec transparent;
}
.mainmenu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.mainmenu ul li > ul li {
  display: block;
  padding: 0;
  background: none;
  position: relative;
  border-bottom: 1px solid #ececec;
}
.mainmenu ul li > ul li > a {
  color: #333;
  padding: 9px 15px;
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 90% center;
}
.mainmenu ul li > ul li > a:hover,
.mainmenu ul li > ul li:hover > a {
  text-decoration: none;
  color: #0d6dbc;
  background-position: right center;
}
.mainmenu ul li > ul li:hover {
  background-color: rgba(4, 71, 130, 0.08);
}
.mainmenu ul li > ul li:last-child {
  border-bottom: none;
}

.mainmenu ul li > ul li.has-menu::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 16px;
  color: #0d6dbc;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 20px;
  margin-top: -12px;
  z-index: 2;
  transition: all 0.5s;
}
.mainmenu ul li > ul li:hover.has-menu::after {
  color: #0d6dbc;
  transform: rotate(90deg);
}

.mainmenu > nav > ul > li ul.vmegamenu02 {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  left: 269px;
  opacity: 0;
  position: absolute;
  top: auto;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  z-index: 99999999;
  padding: 0;
  visibility: hidden;
  text-align: left;
  width: 270px;
  background: #fff;
  transition: 0.3s ease;
  border: 1px solid #ececec;
  border-radius: 0 3px 3px 0;
  margin-top: -43px;
}
.mainmenu ul li:hover > ul.vmegamenu02 {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.mainmenu ul li > ul.vmegamenu02 li > a {
  padding: 9px 10px;
}
.mainmenu ul li > ul.vmegamenu02 li > a:after {
  background: #e5e5e5;
  left: 0px;
  right: 0px;
}

.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 {
  background: #fff;
  border-top: 1px solid #ececec;
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 li a {
  font-size: 13px;
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 li a:before {
  content: ">>";
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
.mainmenu ul li > ul.vmegamenu02 .vmegamenu03 li:last-child {
  border-bottom: none;
}
.mainmenu > nav > ul > li.product_vmegamenu > ul {
  width: 270px;
}
.mainmenu > nav > ul > li.product_vmegamenu > ul li h4 {
  font-size: 14px;
  display: inline-block;
  max-width: 100%;
  margin: 3px 0;
  line-height: 20px;
  vertical-align: middle;
  padding-left: 5px;
}

.mainmenu > nav > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .mainmenu>nav>ul>li.product_vmegamenu>ul{width:100%;left:0;padding:30px 10px 10px;}.mainmenu ul li.product_vmegamenu ul {width: 100%;left: 0;padding-top:10px;padding-bottom:10px;}
 .mainmenu ul li.product_vmegamenu ul li>a {
	 font-size: 16px;
	 color: #333;
	 display: block;
	 margin-bottom: 10px;
 }
 .mainmenu ul li.product_vmegamenu ul li>a:hover {
	 padding-left: 0;
 }
 .mainmenu ul li.product_vmegamenu ul li>a span {
	 width: 36px;
	 height: 40px;
	 display: inline-block;
	 background-size: 100%;
	 padding: 8px;
	 margin-right: 5px;
 }
 .mainmenu ul li.product_vmegamenu ul li>a span img {
	 max-width: 100%;
 }
 .mainmenu ul li.product_vmegamenu ul li>a p {
	 display: inline-block;
	 vertical-align: middle;
 }
 .mainmenu ul li.product_vmegamenu ul li div span {
	 display: block;
	 margin-bottom: 10px;
 }
 .mainmenu ul li.product_vmegamenu ul li div span a {
	 display: inline-block;
	 font-size: 15px;
	 padding: 0;
	 color: #555;
 }
 .mainmenu ul li.product_vmegamenu ul li div span a:hover {
	 color: #4ac0fb;
 }*/
@media only screen and (max-width: 992px) {
  .mobile-menu-area .row,
  .mobile-menu-area .container {
    width: 100%;
    margin: 0;
  }
}

.mainmenu ul li.product_vmegamenu ul li.container {
  width: 100%;
}
.mainmenu ul li > ul li .nav_list li {
  padding: 0 10px;
  margin-bottom: 10px;
}
.nav_list li:nth-child(6n + 1) {
  clear: both;
}
.nav_list li .top {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.nav_list li .top .title {
  font-size: 16px;
  color: #333333;
  padding: 0;
  line-height: 24px;
  height: 48px;
  display: block;
  text-transform: capitalize;
  vertical-align: middle;
  font-weight: 700;
}
.nav_list li .top .title:hover {
  color: #0d6dbc;
  text-decoration: none;
}
.nav_list li .top .image {
  display: block;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nav_list li p {
  margin: 0;
  margin-bottom: 10px;
}
.nav_list li p a {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.nav_list li p a:before {
  content: "\f105";
  color: #999;
  padding-right: 5px;
  font-family: FontAwesome;
  transition: all 0.5s;
}
.nav_list li p a:hover {
  color: #0d6dbc;
  text-decoration: none;
}
.nav_list li p a:hover:before {
  color: #0d6dbc;
  padding-left: 6px;
}
.nav_list li .image {
  display: block;
  margin-botom: 5px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
}
.mainmenu ul li.product_vmegamenu > ul li .image:hover {
  padding: 0;
}
.mainmenu ul li.product_vmegamenu > ul li.nav_img {
  padding-left: 20px;
  padding-right: 5px;
}
.mainmenu ul li.product_vmegamenu > ul li.nav_img a {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .header .wrapper {
    display: block;
  }
  .vmegamenu {
    padding: 0px 0px !important;
  }
  .mainmenu-area {
    margin: 0;
    padding: 0;
  }
  .mobile-menu-area {
    top: 45px;
  }
  .nav_content {
    border: none;
  }
  .nav_content > .container {
    width: 100%;
  }
}
@media only screen and (max-width: 378px) {
}

/*index*/
.topW {
  padding: 21px 0 24px;
}
.top_right {
  float: right;
  text-align: right;
}

#logo {
  position: relative;
  float: left;
  z-index: 999;
  margin-top: 3px;
}

#logo h1 {
  margin: 0;
  padding: 0;
}
#logo a.top_logo {
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 99;
}
#logo img {
  max-width: 226px;
  height: auto;
  padding: 0;
  transition: all 0.5s;
}

.head-right {
  margin-top: 0px;
  position: relative;
}

.head_con {
  position: relative;
  padding-top: 11px;
}
.head_con li {
  display: inline-flex;
  align-items: center;
  margin-left: 17px;
}
.head_con li .icon {
  min-width: 18px;
  height: 18px;
  max-width: 18px;
  background-repeat: no-repeat;
}
.head_con li p {
  margin: 0;
  padding-left: 10px;
  line-height: 16px;
  font-size: 14px;
  color: #666666;
}
.head_con li a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.head_con a:hover {
  color: #0d6dbc;
}

.top_share {
}
.top_share li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}
.top_share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

/* Top Search*/
.search_box {
  float: right;
  z-index: 999;
  width: 380px;
  margin-top: 17px;
  margin-right: 63px;
  position: relative;
}
.search_box .form-control {
  box-shadow: none;
  border: 1px solid #0d6dbc;
  border-radius: 10px;
  background: #fff;
  color: #666666;
  height: 48px;
  line-height: 46px;
  padding: 0 60px 0 14px;
  text-align: left;
  font-size: 14px;
}
.search_boxinput.form-control:focus {
  color: #333;
  font-style: inherit;
}
.btn_search1 {
  background: #0d6dbc url(/images/search_btn.png) no-repeat center center;
  top: 0px;
  height: 48px;
  position: absolute;
  right: 0px;
  width: 57px;
  z-index: 3;
  border-radius: 0px 10px 10px 0;
}

.language {
  list-style: none;
  overflow: hidden;
  z-index: 9991;
  display: inline-block;
}
.language .menu {
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 9999;
  margin-top: 0;
}
.language .menu-title {
  display: flex;
  align-items: center;
  text-align: right;
  transition: 0.5s background-color;
  position: relative;
  z-index: 5;
  height: 40px;
  padding: 0;
  line-height: 16px;
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
}
.language .menu-title img {
  max-width: 30px;
  min-height: 20px;
  height: 20px;
  margin-right: 9px;
  margin-left: 6px;
}
.language .menu-title .lang_text .lang-name {
  text-transform: capitalize;
  color: #666666;
  font-size: 14px;
  display: inline-block;
}
.language .menu-title .lang_text .lang-descr {
  text-transform: capitalize;
  color: #333333;
  font-size: 13px;
  margin-top: 2px;
}
.language .menu-dropdown li.active {
  background-color: #f2f6f9;
}
.language .menu-title i {
  position: relative;
  margin-left: 0;
  width: 10px;
  display: inline-block;
  height: 7px;
  vertical-align: middle;
  margin-left: 5px;
}
.language .menu-title i:before,
.language .menu-title i:after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #333333;
  position: absolute;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 5;
}
.language .menu-title i:before {
  right: 0;
  top: 2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.language:hover .menu-title i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background-color: #0d6dbc;
}
.language .menu-title i:after {
  left: 0;
  top: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.language:hover .menu-title i:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #0d6dbc;
}
.language:hover .menu-title p {
  color: #0d6dbc;
}
.language:hover .menu-title span {
  color: #0d6dbc;
}
.language .menu:hover > .menu-title:before {
  border-top-width: 0;
  transition: 0.2s border-top-width ease-in, 0.3s border-top-color;
}
.language .menu:hover > .menu-title:after {
  border-bottom-width: 5px;
  transition: 0.2s 0.2s border-bottom-width ease-out;
}
.language .menu-dropdown {
  min-width: 100%;
  padding: 0;
  position: absolute;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
  opacity: 0;
  min-width: 100%;
  right: 0;
  width: 282px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  border-radius: 3px;
  background: #fff;
}
.language:hover .menu-dropdown {
  opacity: 1;
}

.language .menu:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  background: #fff;
  z-index: 9991;
}
.language .menu:not(:hover) > .menu-title:after {
  border-bottom-color: #fff;
}
.language .menu-dropdown > * {
  overflow: hidden;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color,
    0.2s background-color;
}
.language .menu-dropdown > *:hover {
  background: #f2f6f9;
}
.language .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color,
    0.6s visibility;
  z-index: 99;
}
.language .menu-dropdown li {
  border-bottom: 1px solid #ececec;
  width: 50%;
  float: left;
  list-style: none;
  padding: 0 14px 0 15px;
  border-right: 1px solid #ececec;
}
.language .menu-dropdown li:last-child {
}
.language .menu-dropdown li a {
  display: flex;
  align-items: center;
  text-align: right;
  padding: 0;
  line-height: 16px;
  height: 50px;
}
.language .menu-dropdown li a img {
  max-width: 30px;
  min-height: 20px;
  height: 20px;
  margin-right: 6px;
}
.language .menu-dropdown li a .lang_text .lang-name {
  text-transform: capitalize;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}
.language .menu-dropdown li a .lang_text .lang-descr {
  text-transform: capitalize;
  color: #555555;
  font-size: 12px;
  margin-top: 2px;
}
.language .menu-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  width: 0;
  height: 0;
  right: 15px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0d6dbc transparent;
}

.language .menu-dropdown li.active a .lang_text .lang-name,
.language .menu-dropdown li:hover a .lang_text .lang-name {
  color: #0d6dbc;
}

/* Sizes for the bigger menu */

header {
  width: 100%;
  z-index: 999;
  position: relative;
}
header:after {
  content: "";
  display: inline-block;
  background: url(/images/nav.png) no-repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
}
.header {
  transition: all 0.5s;
  padding: 0;
  position: relative;
  background-image: linear-gradient(
    90deg,
    #0d6dbc 0%,
    #0765b1 90%,
    #00a191 100%
  );
}
.header .header_m {
  position: relative;
  z-index: 99;
}

header.small {
  position: fixed;
  left: 0;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.08);
  padding: 0;
}

@media only screen and (max-width: 1309px) {
  .search_box {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1109px) {
  header:after {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  header {
    position: relative;
  }
  .head_content {
    display: none;
  }
  header.small .header {
    padding: 0;
  }
  .header .container {
    padding: 0;
  }
  header {
    height: 50px;
    padding: 0;
  }
  .header,
  header.small {
    padding: 0;
    height: 50px;
  }
  #logo img,
  header.small #logo img {
    max-width: 80px;
  }
  .header #logo,
  header.small #logo,
  header.large .header.page_header #logo {
    padding: 10px 0 3px 10px;
    position: relative;
    z-index: 9999999;
    float: left;
    margin: 0;
    height: inherit;
    display: block !important;
  }
  .mainmenu-area,
  .header_content .top_share {
    display: none;
  }

  .head_con {
    display: none;
  }
  .head-right {
    position: initial;
    padding: 0;
    height: inherit;
  }
  .head-rightm {
    position: initial;
  }
  .topW {
    padding: 10px 0;
  }
  .search_box {
    width: 100%;
    margin: 10px 0 0;
  }

  .hc-mobile-nav ul.select_lan {
    padding-left: 10px;
    margin-top: 20px;
    border-top: none;
  }
  .hc-mobile-nav ul.select_lan li {
    padding-right: 10px;
    width: 50%;
    float: left;
    margin: 0;
  }
  .hc-mobile-nav ul.select_lan li.title {
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
  }
  .hc-mobile-nav ul.select_lan li a {
    border: none;
    font-size: 13px;
    padding: 5px 0;
    text-align: left;
  }
  .hc-mobile-nav ul.select_lan li a p {
    font-size: 12px;
    text-transform: capitalize;
    margin: 0;
    margin-top: 5px;
  }
  .hc-mobile-nav ul.select_lan li a img {
    margin-right: 4px;
    max-width: 20px;
  }
}

@media only screen and (max-width: 698px) {
  .topW .container {
    padding: 0 4px;
  }
  .head_con li {
    margin: 0;
  }
  .head_con li:last-child {
    display: none;
  }
  .head_con li p {
    padding-left: 4px;
    font-size: 12px;
  }
  .head_con li p a {
    font-size: 12px;
  }
  .language {
    padding-left: 10px;
  }
  .language .menu-title span {
    display: none;
  }
  .language .menu-title .lang_text .lang-name {
    font-size: 13px;
  }
  .language .menu-title img {
    margin: 0 4px 0 0;
  }
}

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

/*******bootstrap-touch-slider********/
.slide_content {
  position: relative;
  z-index: 55;
  overflow: hidden;
  width: 100%;
}
.slide_content .banner_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(
    145deg,
    rgba(13, 109, 188, 0.66) 10%,
    rgba(48, 142, 219, 0.2) 100%
  );
}
.slide_content .banner_bg2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 10;
  background: url(/images/banner_bg.png) no-repeat center;
}

.slide_content:after,
.slide_content:before {
  content: "";
  display: block;
  width: 465px;
  height: 465px;
  background: url(/images/banner-mark1.png) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 91;
  left: 300px;
  top: 45px;
  transform: translateX(-50%);
  -webkit-animation: rotateLoop 5s infinite linear;
  animation: rotateLoop 5s infinite linear;
}

.slide_content:after {
  width: 300px;
  height: 300px;
  background: url(/images/banner-mark.png) 50% 50% no-repeat;
  z-index: 91;
  background-size: cover;
  -webkit-animation: rotateLoop1 7s infinite linear;
  animation: rotateLoop1 7s infinite linear;
  top: calc(45px + 83px);
}
@-webkit-keyframes rotateLoop {
  from {
    transform: translateX(-50%) rotate(0);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotateLoop {
  from {
    transform: translateX(-50%) rotate(0);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@-webkit-keyframes rotateLoop1 {
  from {
    transform: translateX(-50%) rotate(0);
  }

  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes rotateLoop1 {
  from {
    transform: translateX(-50%) rotate(0);
  }

  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}

/* SVG wrap */
.bs-slider {
}

.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
/*************************Slide effect**********************/
.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: auto;
  bottom: 0;
  z-index: 100;
  color: #333;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-shadow: none;
  position: absolute;
  background: transparent;
  right: 200px;
  left: auto;
  top: 45%;
  bottom: auto;
  right: auto;
  left: auto;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.control-round .carousel-control.left {
  left: -80px;
  background: #0d6dbc;
  transition: all var(--transition-time, 800ms);
}
.control-round .carousel-control.right {
  right: -80px;
  background: #0d6dbc;
  transition: all var(--transition-time, 800ms);
}

.slide_content:hover .control-round .carousel-control.left {
  left: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.slide_content:hover .control-round .carousel-control.right {
  right: 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
  border: 0px transparent;
}
.control-round .carousel-control.left {
  margin-right: 81px;
}
.control-round .carousel-control.left:before {
  font-family: FontAwesome;
  content: "\f104";
  color: #fff;
}
.control-round .carousel-control.right:before {
  font-family: FontAwesome;
  content: "\f105";
  color: #fff;
}

.control-round .carousel-control {
  margin: 0 20px;
  padding: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  transition: width 0.3s, background-color 0.3s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  border-radius: 50%;
  font-size: 30px;
  background: #0d6dbc;
}

.carousel-control .icon-wrap {
  position: absolute;
  width: 32px;
}

.carousel-control.left .icon-wrap {
  left: 15px;
}
.carousel-control.right .icon-wrap {
  right: 15px;
}

.carousel-control h3 {
  position: absolute;
  top: 0;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  line-height: 42px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  color: #333;
}

.carousel-control.left h3 {
  right: 50px;
  transform: translateX(100%);
}

.carousel-control.right h3 {
  left: 50px;
  transform: translateX(-100%);
}

.control-round .carousel-control:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
.control-round .carousel-control.left:hover:before,
.control-round .carousel-control.right:hover:before {
  color: #fff;
}

.carousel-control:hover h3 {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 30px;
  font-size: 0;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
  margin-left: 0;
}
.indicators-line > .carousel-indicators li {
  color: #b2b2b2;
  background: none;
  margin: 0 5px;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  border: none;
  border-radius: 2px;
  width: 30px;
  background: #fff;
  height: 8px;
}

.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  color: #0d6dbc;
  background: #0d6dbc;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important;
}
.slide_style_right {
  text-align: left !important;
}
.slide_style_center {
  text-align: center !important;
}

/*------------------------------------------------------*/
/* RESPONSIVE
 /*------------------------------------------------------*/

.slide-text {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  width: 100%;
  z-index: 99;
}
.slide-text-m {
  margin: 0;
  text-align: left;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 770px;
}

.slide-text .slide-text-m > div.title {
  font-size: 52px;
  line-height: 74px;
  color: #ffffff;
  font-weight: 800;
  position: relative;
}
.slide-text .slide-text-m > div.text {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  margin-top: 21px;
  max-height: 102px;
  overflow: hidden;
}
.slide-text .slide-text-m .main_more {
  background: none;
  border-radius: 5px;
  box-shadow: none;
  border: 2px solid #fff;
  margin-top: 34px;
}
.slide-text .slide-text-m .main_more a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
}

@media (max-width: 1330px) {
  .slide-text .slide-text-m > div.title {
    font-size: 40px;
    line-height: 54px;
  }
  .slide-text .slide-text-m > div.text {
    margin-top: 15px;
  }
  .slide-text .slide-text-m .main_more {
    margin-top: 25px;
  }
  .slide_content:after,
  .slide_content:before {
    top: 25px;
    width: 400px;
    height: 400px;
  }
  .slide_content:after {
    top: calc(25px + 83px);
    width: 258px;
    height: 258px;
  }
}

@media (max-width: 992px) {
  .slide-text-m {
    padding-left: 15px;
  }
  .slide-text .slide-text-m > div.title {
    font-size: 30px;
    line-height: 44px;
  }
  .slide-text .slide-text-m > div.text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .slide-text .slide-text-m .main_more {
    margin-top: 15px;
  }
  .slide-text .slide-text-m .main_more a {
    letter-spacing: 0;
    padding: 0 15px;
    line-height: 42px;
    height: 44px;
  }
  .slide_content:after,
  .slide_content:before {
    left: 150px;
    top: 15px;
    width: 300px;
    height: 300px;
  }
  .slide_content:after {
    top: calc(15px + 53px);
    width: 194px;
    height: 194px;
  }
}

@media (max-width: 768px) {
  .indicators-line > .carousel-indicators {
    margin-bottom: 0;
    width: 100%;
  }

  .slide_content .waveWrapper {
    display: none;
  }
  .slide-text .slide-text-m > div.title {
    font-size: 20px;
    line-height: 30px;
  }
  .slide-text .slide-text-m > div.text {
    display: none;
  }
  .slide-text-m {
    text-align: center;
  }
  .slide-text .slide-text-m .main_more a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0 10px;
    line-height: 34px;
    height: 34px;
  }
}

@media (max-width: 568px) {
  .slide-text .slide-text-m > div.title {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 328px) {
  .slide-text .slide-text-m .main_more {
    display: none;
  }
}

/*******Slider********/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  color: transparent;
  margin-top: -24px;
  padding: 0;
  border: none;
  outline: none;
  top: 50%;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/images/prev.png);
  display: inline-block;
  opacity: 0.2;
}
.slick-prev {
  left: -70px;
}
.slick-prev:before {
  background-position: 0 0px;
}

.slick-next {
  right: -70px;
}
.slick-next:before {
  background-position: -23px 0px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #0d6dbc;
}
.slick-prev:hover:before {
  background-position: 0 -29px;
  opacity: 1;
}
.slick-next:hover:before {
  background-position: -23px -29px;
  opacity: 1;
}

/* Dots */
.slick-dots {
  list-style: none;
  display: none !important;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 10px 3px;
  z-index: 999;
  margin-top: 41px;
}
.slick-dots li {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 25px;
  padding: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background: #cecece;
  padding: 0;
  transition: all 0.5s;
  border-radius: 2px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  width: 25px;
  height: 10px;
}
.slick-dots li.slick-active button {
  background: #0d6dbc;
  width: 25px;
  height: 10px;
}

@media only screen and (max-width: 1365px) {
  .slick-prev {
    left: -50px;
  }
  .slick-next {
    right: -50px;
  }
}
@media only screen and (max-width: 1105px) {
  .slick-prev,
  .slick-next {
    background: #f3f3f3;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-next {
    right: 0px;
  }
}

@media only screen and (max-width: 1299px) {
  .slick-dots {
    margin-top: 10px;
  }
}

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

.main_more {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.9s;
  z-index: 3;
  background: #0d6dbc;
  border-radius: 5px;
  overflow: hidden;
}
.main_more:hover {
  background: #0d6dbc;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.main_more a,
.main_more input,
.main_more button {
  display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px !important;
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 25px !important;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    border-radius: 0;
    background: none;
    background-repeat: no-repeat;
    transition: all 0.5s;
    position: relative;
    border: none;
    font-weight: 400;
    background-color: #0d6dbc !important;
}
.main_more a i {
  font-style: normal;
  margin-left: 7px;
}
.main_more:hover a,
.main_more:hover input,
.main_more:hover button {
  color: #fff;
  text-decoration: none;
}
.main_more:hover a i {
  -webkit-animation: scroll_right_anim 1.5s infinite;
  animation: scroll_right_anim 1.5s infinite;
}

.in_title {
  text-align: left;
}
.in_title span {
  display: inline-block;
  color: #222222;
  font-size: 46px;
  line-height: 50px;
  text-transform: capitalize;
  font-weight: 700;
}
.in_title span:before {
  content: "";
  display: block;
  margin: 0 0 20px;
  background: #0d6dbc;
  height: 8px;
  width: 70px;
}
.in_title .text {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  max-width: 890px;
}
.in_title .text a {
  color: #0d6dbc;
}
@media only screen and (max-width: 1329px) {
  .in_title span {
    font-size: 36px;
    line-height: 36px;
  }
  .in_title span:before {
    height: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .in_title span {
    font-size: 32px;
    line-height: 32px;
  }
  .about_column .main_more a {
    height: 44px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 495px) {
  .in_title span:before {
    margin: 0 0 15px;
    height: 4px;
  }
  .in_title span {
    font-size: 22px;
    line-height: 24px;
  }
  .in_title .text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
    max-height: 44px;
  }
}
.about_content {
  padding: 70px 0;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1) inset;
}
.about_content .container {
  width: 100%;
  padding: 0;
}
.about_column {
  float: right;
  width: 48%;
  padding: 0 8% 0 30px;
}
.about_column .in_title {
  text-align: left;
}
.about_column .in_title span:before {
  margin: 0 0 20px;
}
.about_column .small_title {
  font-size: 26px;
  line-height: 32px;
  color: #333333;
  font-weight: 700;
  margin-top: 27px;
}
.about_column .small_title span {
  color: #0d6dbc;
}
.about_column .text {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  max-height: 90px;
  margin-top: 20px;
}
.about_column .about_nav {
  margin: 0 -15px;
}
.about_column .about_nav li {
  list-style: none;
  margin-top: 26px;
}
.about_column .about_nav li .column {
  display: flex;
  align-items: center;
  width: 100%;
}
.about_column .about_nav li .column .icon {
  max-width: 51px;
  min-width: 51px;
}
.about_column .about_nav li .column .wrap {
  padding-left: 13px;
}
.about_column .about_nav li .column .wrap .title {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #0d6dbc;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  font-weight: 700;
}
.about_column .about_nav li .column .wrap .text {
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  margin-top: 8px;
}
.about_column .main_more {
  background: none;
  border: 1px solid #0d6dbc;
  margin-top: 43px;
}
.about_column .main_more a {
  color: #0d6dbc;
  line-height: 50px;
}
.about_column .main_more:hover {
  background: #0d6dbc;
}
.about_column .main_more:hover a {
  color: #fff;
}

.about_images {
  float: left;
  width: 52%;
  padding: 109px 58px 0 12.2%;
  position: relative;
}
/*.about_images:after{ position: absolute; top: 0; left: 0; right: 0; height: 516px; background: #EDEDED; display: block; content: ''; border-radius: 180px 0 0 0} 
 .about_images:before{ position: absolute; top: 257px;  left: 0;  height: 258px; width: 240px;  background: #F8F8F8; display: block; z-index: 1; content: '';} 
 .about_images .images{ position: relative;}
 .about_images .images:before{position: absolute; top: -117px;  right: -58px;  height: 117px; width: 58px;  background: #f7f7f7; display: block; z-index: 1; content: ''; } 
 */
.about_images .images a {
  display: block;
  position: relative;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  height: 501px;
}
.about_images .images a img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (max-width: 1492px) {
  .about_images {
    padding-left: 5.2%;
  }
  .about_column {
    padding-right: 5%;
  }
  .about_column .small_title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1299px) {
  .about_images {
    padding-left: 4%;
    padding-top: 50px;
    padding-right: 30px;
  }
  .about_column {
    padding-right: 4%;
    padding-left: 10px;
  }
  .about_column .small_title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  .about_images:after {
    border-radius: 100px 0 0 0;
  }
  .about_images .images:before {
    height: 50px;
    top: -50px;
    width: 30px;
    right: -30px;
  }
  .about_column .text {
    margin-top: 10px;
  }
  .about_column .about_nav li .column .wrap .title {
    font-size: 14px;
  }
  .about_column .about_nav li {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .about_images {
    padding-left: 4%;
    padding-top: 50px;
    padding-right: 30px;
    width: 100%;
    float: none;
  }
  .about_column {
    padding: 0 4% 0;
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .about_content {
    padding: 50px 0;
  }
  .about_images .images a {
    height: auto;
  }
  .about_images .images a img {
    width: 100%;
    height: auto;
  }
  .about_column .main_more {
    margin-top: 20px;
  }
  .about_images:after {
    height: 300px;
    border-radius: 50px 0 0 0;
  }
  .about_images:before {
    height: 150px;
    top: 149px;
  }
}

@media only screen and (max-width: 538px) {
  .about_images:after {
    height: 150px;
  }
  .about_images:before {
    height: 50px;
    top: 99px;
  }
  .about_column .about_nav li {
    margin-top: 10px;
  }
  .about_column .about_nav li .column .wrap .text {
    margin-top: 2px;
  }
}

.number_content {
  background: #0d6dbc;
  padding: 0;
}
.number_box {
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.number_box .numbers__one {
  margin-top: 0;
  float: left;
  padding: 29px 15px 53px;
  text-align: left;
  width: 20%;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.number_box .numbers__body {
  position: relative;
  text-align: center;
}
.number_box .number__ico {
  transition: all 0.5s;
  width: 62px;
  min-width: 62px;
  margin: auto;
}
.number_box .numbers__one:hover .number__ico {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  transform: rotateY(180deg);
}

.number_box .numbers__one .wrap {
  padding-top: 19px;
}
.number_box .numbers__one .numbers__num {
  font-size: 30px;
  line-height: 54px;
  height: 54px;
  color: #ffffff;
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: center;
  font-weight: 700;
}
.number_box .numbers__one .numbers__num .percent {
  font-size: 52px;
}
.number_box .numbers__one .line {
  display: block;
  width: 28px;
  height: 3px;
  background: #67a30a;
  margin: 20px auto 19px;
}
.number_box .numbers__one .number__desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  height: 24px;
  overflow: hidden;
  overflow: hidden;
}
.number_box .numbers__two .numbers__num {
  font-size: 52px;
}

@media only screen and (max-width: 1050px) {
  .number_box .numbers__one {
    padding: 20px 10px 23px;
  }
  .number_box .numbers__one .numbers__num {
    font-size: 24px;
    height: 42px;
    line-height: 42px;
  }
  .number_box .numbers__one .numbers__num .percent {
    font-size: 40px;
  }
  .number_box .numbers__two .numbers__num {
    font-size: 40px;
  }
  .number_box .numbers__one .number__desc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .number_box .numbers__one .numbers__num {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
  }
  .number_box .numbers__one .numbers__num .percent {
    font-size: 30px;
  }
  .number_box .numbers__two .numbers__num {
    font-size: 30px;
  }
  .number_box .numbers__one .line {
    margin: 10px auto;
  }
  .number_box .numbers__one .number__desc {
    font-weight: 500;
  }
}

@media only screen and (max-width: 568px) {
  .number_box .numbers__one {
    width: 33.3%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }
  .number_box .percent-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .number_box {
    border-right: none;
  }
  .number_box .numbers__one:last-child,
  .number_box .numbers__one:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .number_box .numbers__one .numbers__num {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
  }
  .number_box .numbers__one .numbers__num .percent {
    font-size: 20px;
  }
  .number_box .numbers__two .numbers__num {
    font-size: 20px;
  }
  .number_box .numbers__one .number__desc {
    font-size: 13px;
  }
  .number_box .numbers__one .wrap {
    padding-top: 0;
  }
}

.title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title_box .in_title {
  text-align: left;
}
.title_box .main_more {
  background: #f3faff;
  border: 1px solid #0d6dbc;
  margin-top: 0px;
}
.title_box .main_more a {
  color: #0d6dbc;
  line-height: 50px;
}
.title_box .main_more:hover {
  background: #0d6dbc;
}
.title_box .main_more:hover a {
  color: #fff;
}

.product_content {
  background: #f3faff url(/images/pro_bg.jpg) no-repeat bottom center;
  background-size: 100%;
  padding: 80px 0;
}
.product_content .list {
  margin: 16px -15px 0;
}
.product_content .list li {
  padding: 19px 15px 30px;
  text-align: center;
  list-style: none;
}
.product_content .list li .column {
  background: #f3faff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.product_content .list li .column:hover {
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product_content .list li .column .categ_title {
  line-height: 24px;
  height: 24px;
  margin-top: 2px;
  overflow: hidden;
  padding: 0 10px;
  text-align: left;
  color: #555555;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
}
.product_content .list li .column .image {
  display: block;
  max-width: 340px;
  height: auto;
  margin: 4px auto 0;
  overflow: hidden;
  background: #f3faff;
  border-radius: 10px;
}
.product_content .list li .column .image img {
  width: 100%;
}
.product_content .list li .column .wrap {
  position: relative;
  padding-bottom: 85px;
}
.product_content .list li .column .wrap .title {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  font-weight: 700;
  display: block;
  height: 52px;
  padding: 0 20px;
  margin-top: 15px;
}
.product_content .list li .column:hover .title {
  color: #0d6dbc;
}
.product_content .list li .column .wrap .btn_pro_det {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  border-radius: 30px;
  line-height: 50px;
  width: 60px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #c0c6ca;
  font-size: 13px;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.product_content .list li .column .wrap .btn_pro_det span {
  display: block;
}
.product_content .list li .column .wrap .btn_pro_det span em {
  display: none;
  font-style: normal;
}
.product_content .list li .column .wrap .btn_pro_det i {
  font-size: 30px;
  vertical-align: middle;
  color: #fff;
  transition: all 0.5s ease;
  font-style: normal;
  font-weight: 300;
}
.product_content .list li .column:hover .wrap .btn_pro_det {
  background: #0d6dbc;
  box-shadow: 0 2px 10px 1px rgba(4, 86, 183, 0.3);
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  color: #fff !important;
  width: 200px;
  margin-left: -100px;
}
.product_content .list li .column:hover .wrap .btn_pro_det span {
  display: inline-block;
  color: #fff;
}
.product_content .list li .column:hover .wrap .btn_pro_det span em {
  display: inline-block;
  margin-right: 2px;
}
.product_content .list li .column:hover .wrap .btn_pro_det i {
  margin-left: 30px;
}

@media only screen and (max-width: 1329px) {
  .product_content {
    padding: 70px 0;
  }
  .in_title .text {
    max-width: 650px;
  }
}

@media only screen and (max-width: 992px) {
  .product_content {
    padding: 60px 0;
  }
  .product_content .list {
    margin: 10px -10px 0;
  }
  .product_content .list li {
    padding: 15px 10px 30px;
  }
}

@media only screen and (max-width: 852px) {
  .product_content {
    padding: 45px 0;
  }
  .title_box {
    display: block;
  }
  .title_box .main_more {
    margin-top: 10px;
  }
  .title_box .main_more a {
    line-height: 38px;
    height: 40px;
    padding: 0 12px;
  }
  .product_content .list li {
    padding: 10px;
  }
  .product_content .list li .column .wrap {
    padding-bottom: 20px;
  }
  .product_content .list li .column .wrap .btn_pro_det {
    display: none;
  }
}
@media only screen and (max-width: 485px) {
  .product_content {
    padding: 35px 0;
  }
  .product_content .list li .column .wrap .title {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
  }
  .product_content .list {
    margin: 10px -5px 0;
  }
  .product_content .list li {
    padding: 5px;
  }
}

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}
.post-image-mask span,
.post-image-mask:after,
.post-image-mask:before {
  display: inline-block;
  margin-right: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
  -webkit-animation: wd-fadeOutRight 0.3s ease;
  animation: wd-fadeOutRight 0.3s ease;
}
.post-image-mask:before {
  content: "";
  transition-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.post-image-mask:after {
  content: "";
  margin-right: 0;
}
.solution_content li:hover .post-image-mask span,
.solution_content li:hover .post-image-mask:after,
.solution_content li:hover .post-image-mask:before,
.news li:hover .post-image-mask span,
.news li:hover .post-image-mask:after,
.news li:hover .post-image-mask:before {
  opacity: 1;
  -webkit-animation: wd-fadeInLeft 0.3s ease;
  animation: wd-fadeInLeft 0.3s ease;
}
.solution_content li:hover .post-image-mask:before,
.news li:hover .post-image-mask:before {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.solution_content li:hover .post-image-mask span,
.news li:hover .post-image-mask span {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes wd-fadeOutRight {
  from {
    transform: none;
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes wd-fadeOutRight {
  from {
    transform: none;
  }
  to {
    transform: translate3d(50px, 0, 0);
  }
}
@-webkit-keyframes wd-fadeOutLeft {
  from {
    transform: none;
  }
  to {
    transform: translate3d(-50px, 0, 0);
  }
}
@keyframes wd-fadeOutLeft {
  from {
    transform: none;
  }
  to {
    transform: translate3d(-50px, 0, 0);
  }
}
@-webkit-keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0);
  }
  to {
    transform: none;
  }
}

.solution_content {
  padding: 60px 0 75px;
}
.solution_content .list {
  margin-top: 34px;
}
.solution_content .list li {
  list-style: none;
  padding: 0;
}
.solution_content .list li .column {
  background: #f8f8f8;
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.solution_content .list li:nth-child(2) .image {
  order: 2;
}
.solution_content .list li .image {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 3;
}
.solution_content .list li .image .link {
  position: relative;
  overflow: hidden;
  display: block;
}
.solution_content .list li .image .link img {
  transition: all 0.9s;
  width: 100%;
}
.solution_content .list li:hover .image .link img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.solution_content .list li .image .link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.7s ease;
}
.solution_content .list li:hover .image .link:after {
  opacity: 1;
}
.solution_content .list .wrap {
  padding: 39px 22px 50px;
  position: relative;
}
.solution_content .list .wrap .title {
  display: block;
  font-size: 22px;
  color: #222222;
  line-height: 26px;
  font-weight: 700;
}
.solution_content .list .wrap .text {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  height: 104px;
  margin-top: 17px;
}
.solution_content .list .wrap .page_more {
  margin-top: 24px;
}
.solution_content .list .wrap:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #f8f8f8 transparent;
  z-index: 99;
}
.solution_content .list li:nth-child(2) .wrap:before {
  bottom: -12px;
  top: inherit;
  border-width: 12px 12px 0 12px;
  border-color: #f8f8f8 transparent transparent transparent;
}
.solution_content .list li:hover .wrap .title {
  color: #0d6dbc;
}

@media only screen and (max-width: 1329px) {
  .solution_content .list .wrap {
    padding: 25px 15px 27px;
  }
  .solution_content .list .wrap .title {
    font-size: 18px;
  }
  .solution_content .list .wrap .text {
    margin-top: 8px;
  }
  .solution_content .list .wrap .page_more {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .solution_content .list .wrap .text {
    line-height: 24px;
    height: 72px;
  }
  .solution_content {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 768px) {
  .solution_content .list li {
    margin-top: 10px;
  }
  .solution_content .list li .column {
    display: block;
  }
  .solution_content .list li:nth-child(2) .image {
    order: 1;
  }
  .solution_content .list li:nth-child(2) .wrap:before {
    bottom: inherit;
    top: -12px;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #f8f8f8 transparent;
  }
  .solution_content .list {
    margin-top: 15px;
  }
  .solution_content .list .wrap .text {
    max-height: 72px;
    height: auto;
  }
}

@media only screen and (max-width: 475px) {
  .solution_content {
    padding: 40px 0;
  }
}

.say_content {
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.say_content:after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ebf4fb;
}
.say_content .container {
  position: relative;
  z-index: 99;
}
.say_content .slider {
  margin: 43px -10px 0;
}
.say_content .slider .li {
  padding: 0 10px;
}
.say_content .slider .li .column {
  text-align: center;
}
.say_content .slider .li .column .image a {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.say_content .slider .li .column .image a img {
  width: 100%;
  transition: all 0.9s;
}
.say_content .slider .li .column .image a i {
  background: url(/images/video_btn.png) no-repeat;
  height: 40px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -35px;
  display: inline-block;
  z-index: 9;
}
.say_content .slider .li .column:hover .image a img {
  transform: scale(1.06);
}
.say_content .slider .li .column .title {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 20px;
  display: block;
}
.say_content .slick-prev,
.say_content .slick-next {
  display: none !important;
}
.say_content .slick-dots {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .say_content:after {
    height: 200px;
  }
  .say_content {
    padding-bottom: 25px;
  }
  .say_content .slider {
    margin-top: 20px;
  }
}

.brand_content {
  padding: 50px 0 75px;
  position: relative;
  overflow: hidden;
}
.brand_content .container {
  position: relative;
}
.brand_content .slider {
  margin: 43px -10px 0;
}
.brand_content .slider .li {
  padding: 0 10px;
}
.brand_content .slider .li .column {
  text-align: center;
}
.brand_content .slider .li .column .image a {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.brand_content .slider .li .column .image a img {
  width: 100%;
  transition: all 0.9s;
}
.brand_content .slider .li .column:hover .image a img {
  transform: scale(1.06);
}
.brand_content .slick-prev,
.brand_content .slick-next {
  height: 42px;
  width: 42px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #0d6dbc;
  margin-top: 0;
  top: -106px;
  transition: all 0.9s;
}
.brand_content .slick-prev {
  left: auto;
  right: 52px;
}
.brand_content .slick-next {
  right: 0;
}
.brand_content .slick-prev:before {
  content: "\f104";
  font-family: FontAwesome;
  background: none;
  height: auto;
  width: 100%;
  opacity: 1;
  font-size: 22px;
  color: #0d6dbc;
  line-height: 40px;
}
.brand_content .slick-next:before {
  content: "\f105";
  font-family: FontAwesome;
  background: none;
  height: auto;
  width: 100%;
  opacity: 1;
  font-size: 22px;
  color: #0d6dbc;
  line-height: 40px;
}
.brand_content .slick-prev:hover,
.brand_content .slick-next:hover {
  background: #0d6dbc;
}
.brand_content .slick-prev:hover:before,
.brand_content .slick-next:hover:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .brand_content {
    padding: 40px 0 45px;
  }
  .brand_content .slick-prev {
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -21px;
  }
  .brand_content .slick-next {
    margin-top: -21px;
    top: 50%;
  }

  .brand_content .slider {
    margin-top: 25px;
  }
}

.social_icons {
  list-style: none;
}
.social_icons li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
}
.social_icons li:first-child {
  padding-left: 0;
}
.social_icons li a {
  transition: all 0.5s;
}
.social_icons li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*footer*/
.footer {
  position: relative;
  z-index: 5;
  padding-bottom: 10px;
  overflow: hidden;
  padding-top: 70px;
  background: #25539a url(/images/fot_bg.png) no-repeat 100px 50px;
}
.footer .foot_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .foot_bg .ovrly {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.9;
}
.footer .container {
  position: relative;
  z-index: 5;
}
.footer .fot_title {
  position: relative;
  display: block;
  margin-bottom: 25px;
  z-index: 2;
}
.footer .fot_title em {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer ul,
.foot_bot ul {
  list-style: none;
}
.icon-minus-sign,
.icon-plus-sign {
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-minus-sign:before,
.icon-minus-sign:after,
.icon-plus-sign:before,
.icon-plus-sign:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 14px;
  height: 2px;
  margin: 2px 0;
}
.icon-plus-sign {
  width: 14px;
  height: 14px;
}
.icon-plus-sign:before,
.icon-plus-sign:after {
  width: 14px;
}
.icon-plus-sign:after {
  transform: rotate(90deg) translate(-24px, 0px);
  -webkit-transform: rotate(90deg) translate(-24px, 0px);
}
.icon-minus-sign:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
  transform: rotate(-45deg) translate(17px, -13px);
  -webkit-transform: rotate(-45deg) translate(17px, -13px);
}
.fot_title .column_icon_toggle {
  display: none;
}

.fot_logo {
  display: inline-block;
  margin-bottom: 30px;
}
.fot_logo img {
  max-width: 186px;
}

.fot_con {
  float: left;
  width: 40%;
  position: relative;
  z-index: 2;
  padding-right: 100px;
}
.fot_con .nav-tabs {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-radius: 5px;
  margin-bottom: 25px;
  overflow: hidden;
}
.fot_con .nav-tabs > li {
  width: 33.33%;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_con .nav-tabs > li > a {
  display: block;
  text-align: center;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.fot_con .nav-tabs > li > a p {
  margin: 0;
}

.fot_con .nav-tabs > li.active > a,
.fot_con .nav-tabs > li:hover > a,
.fot_con .nav-tabs > li:hover > a:focus {
  background: #0d6dbc;
  color: #fff;
  border: none;
}

.fot_con .fot_company {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.fot_con .list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.fot_con .list li .icon {
  min-width: 17px;
  max-width: 17px;
  height: 16px;
  display: inline-flex;
  margin-top: 3px;
}
.fot_con .list li p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
  margin-left: 10px;
}
.fot_con .list li p a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 24px;
}
.fot_con .list li p a:hover {
  color: #0392ee;
}

.fot_tag {
  float: left;
  padding-right: 40px;
  width: 27%;
}
.fot_tag li {
  margin-bottom: 12px;
  line-height: 20px;
}
.fot_tag li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  line-height: 20px;
  text-transform: capitalize;
}
.fot_tag li a:hover {
  color: #0392ee;
}

.fot_message {
  float: left;
  width: 33%;
}
.fot_message .fot_title em:before {
  content: "";
  background: url(images/mes_icon1.png) no-repeat;
  width: 40px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}
.fot_message .text {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.fot_message .send_column {
  background: none;
  padding: 0;
  box-shadow: none;
}
.fot_message .send_column ul {
  margin-right: -5px;
  margin-left: -5px;
}
.fot_message .send_column li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.fot_message .send_column li span:before {
  display: none;
}
.fot_message .send_column li input {
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 13px;
  background: rgba(225, 225, 225, 0.1);
  color: #88a3ca;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: none;
}
.fot_message .send_column ul li textarea {
  height: 90px;
  max-height: 90px;
  min-width: 100%;
  border: none;
  font-size: 14px;
  background: rgba(225, 225, 225, 0.1);
  color: #88a3ca;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  box-shadow: none;
}
.fot_message .send_column li input:focus,
.fot_message .send_column ul li textarea:focus {
  background-color: #fff;
  color: #333;
}
.fot_message .send_column ul li input:-ms-input-placeholder {
  color: #88a3ca;
} /* Internet Explorer 10+ */
.fot_message .send_column ul li input::-webkit-input-placeholder {
  color: #88a3ca;
} /* WebKit browsers */
.fot_message .send_column ul li input::-moz-placeholder {
  color: #88a3ca;
} /* Mozilla Firefox 4 to 18 */
.fot_message .send_column ul li input:-moz-placeholder {
  color: #88a3ca;
} /* Mozilla Firefox 19+ */

.fot_message .send_column ul li textarea:-ms-input-placeholder {
  color: #88a3ca;
} /* Internet Explorer 10+ */
.fot_message .send_column ul li textarea::-webkit-input-placeholder {
  color: #88a3ca;
} /* WebKit browsers */
.fot_message .send_column ul li textarea::-moz-placeholder {
  color: #88a3ca;
} /* Mozilla Firefox 4 to 18 */
.fot_message .send_column ul li textarea:-moz-placeholder {
  color: #88a3ca;
} /* Mozilla Firefox 19+ */
.fot_message .send_column .main_more {
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  color: #fff;
  background: #0d6dbc;
}

.footer .social_icons {
  padding-top: 0;
  margin-top: 50px;
}
.footer .social_icons li.title {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: -5px;
  font-weight: 700;
}
.footer .social_icons li {
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.footer .social_icons li a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  border-radius: 5px;
}
.footer .social_icons li a i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}
.footer .social_icons li a:hover {
  background: #0d6dbc;
  background-color: #0d6dbc;
}

.footer-bottom .fot_logo {
  float: left;
  display: inline-block;
  margin-right: 12px;
  margin-top: 8px;
}

.copy .fot_nav {
  margin-bottom: 15px;
}
.copy .fot_nav li {
  display: inline-block;
}
.copy .fot_nav li:after {
  content: "|";
  margin: 0 10px;
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.copy .fot_nav li:last-child:after {
  display: none;
}
.copy .fot_nav li a {
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  position: relative;
  z-index: 10;
  color: #c9c9c9;
  padding-bottom: 0;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-bottom .copy {
  color: #c9c9c9;
  font-size: 13px;
  float: left;
  text-align: left;
}
.footer-bottom .copy p {
  margin: 0;
}
.footer-bottom .copy a {
  color: #c9c9c9;
  font-size: 13px;
  display: inline-block;
  margin: 0 3px;
}
.footer-bottom .copy span,
.footer-bottom .copy span a {
  color: #fff;
  text-decoration: underline;
}
.footer-bottom .copy a:hover,
.footer-bottom .copy span a:hover {
  color: #fff;
}
.footer-bottom .foot_ipv6 {
  display: inline-block;
  color: #c9c9c9;
  font-size: 13px;
}
.footer-bottom .foot_ipv6 img {
  max-width: 36px;
  margin-left: 5px;
}
.footer-bottom .foot_ipv6 .ico {
  border: 1px solid #b2b2b2;
  padding: 2px;
  font-size: 10px;
  color: #b2b2b2;
  display: inline-block;
  margin: 0;
  line-height: 14px;
  margin-left: 5px;
  font-style: italic;
}
.footer-bottom .fot_link {
  color: #c9c9c9;
  line-height: 20px;
  display: block;
  text-transform: capitalize;
  margin-top: 10px;
}
.footer-bottom .fot_link a {
  color: #c9c9c9;
  font-size: 14px;
  display: inline-block;
  margin: 0 3px;
}
.footer-bottom .fot_link a:hover {
  color: #fff;
}
.footer-bottom .friendly p {
  margin: 0;
  display: inline-block;
  color: #c9c9c9;
  font-size: 14px;
  margin-left: 20px;
}
.footer-bottom .friendly {
  display: inline-block;
}
.footer-bottom .friendly a {
  color: #c9c9c9;
  font-size: 13px;
  display: inline-block;
}
.footer-bottom .friendly a:hover {
  color: #333333;
}

@media only screen and (max-width: 1260px) {
  .fot_con {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .fot_message {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .footer-bottom .fot_logo {
    display: none;
  }
  .footer {
    padding: 0;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .footer .fot_tag,
  .footer .fot_pro,
  .footer .fot_scan,
  .footer .fot_news,
  .footer .fot_nav,
  .footer .fot_letter {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .footer .fot_title em,
  .foot_nav .fot_title em,
  .fot_nav .fot_title em {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
    letter-spacing: inherit;
    text-transform: uppercase;
  }
  .footer .fot_title span {
    display: none;
  }
  .footer .fot_title,
  .foot_nav .fot_title,
  .fot_nav .fot_title {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    padding: 0;
    padding-bottom: 14px;
    cursor: pointer;
    margin-bottom: 14px;
    font-size: 16px;
    position: relative;
    color: #333;
  }
  .footer .fot_title .column_icon_toggle,
  .foot_nav .fot_title .column_icon_toggle,
  .fot_nav .fot_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: -3px;
    font-style: normal;
    cursor: pointer;
    font-weight: normal;
  }
  .footer .icon-minus-sign:before,
  .footer .icon-minus-sign:after,
  .footer .icon-plus-sign:before,
  .footer .icon-plus-sign:after {
    background: #fff;
  }
  .foot_nav .icon-minus-sign:before,
  .foot_nav .icon-minus-sign:after,
  .foot_nav .icon-plus-sign:before,
  .foot_nav .icon-plus-sign:after {
    background: #fff;
  }
  .fot_nav .icon-minus-sign:before,
  .fot_nav .icon-minus-sign:after,
  .fot_nav .icon-plus-sign:before,
  .fot_nav .icon-plus-sign:after {
    background: #fff;
  }
  .footer .toggle_content {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .fot_con {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 10px;
  }
  .foot_column {
    width: 100%;
    padding: 0;
  }
  .footer-bottom {
    margin-top: 30px;
    padding-top: 15px;
    text-align: left;
  }
  .footer .fot_letter {
    margin-top: 0;
    max-width: 100%;
  }
  .footer-bottom .icon-plus-sign:after,
  .footer-bottom .icon-plus-sign:before,
  .footer-bottom .icon-minus-sign:before,
  .footer-bottom .icon-minus-sign:after {
    background: #dbe5c0;
  }
  .footer .fot_tag .fot_title {
    display: block;
  }
  .footer .fot_con .fot_title {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer .social_icons {
    margin-top: 10px;
  }
  .footer .social_icons li.title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .footer-bottom .fot_logo {
    display: none;
  }
  .copy .fot_nav {
    margin-bottom: 5px;
  }
  .copy .fot_nav li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-top: 30px;
    border-width: 3px;
    margin-top: 0;
  }
  .fot_con li .wrap em {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .fot_con li p {
    font-size: 13px;
  }
  .fot_con li p a {
    font-size: 14px;
  }
  .fot_con li .wrap {
    padding-left: 10px;
  }
  .footer-bottom .fot_logo {
    display: none;
  }
  .fot_con li {
    margin-bottom: 10px;
  }
  .fot_con .nav-tabs > li > a {
    font-size: 13px;
  }
  .footer .social_icons li a {
    width: 34px;
    height: 34px;
  }
  .fot_con .fot_company {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 396px) {
  .fot_con .nav-tabs {
    margin-bottom: 10px;
  }
  .fot_con .nav-tabs > li > a {
    padding: 10px 3px;
  }
  .fot_con li p {
    font-size: 12px;
  }
  .fot_con .fot_company {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer .social_icons li.title {
    display: none;
  }
}

.page_banner {
  background: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.page_banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.breadcrumbm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  text-align: left;
}
.breadcrumb {
  font-size: 12px;
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  color: #808080;
  padding: 0 0 0 0;
  width: 100%;
  z-index: 5;
  left: 0;
  bottom: 0;
  background: #eeeef0;
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #eaeaea;
}
.breadcrumb .main_title {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-top: 0;
  text-align: left;
}
.breadcrumb .main_title em {
  margin: 0;
  color: #333;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 36px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
  position: relative;
  display: block;
  z-index: 2;
}
.breadcrumb .bread_right {
  padding-top: 0;
  line-height: 20px;
  font-size: 14px;
  color: #808080;
  position: relative;
  z-index: 5;
}
.breadcrumb .bread_right > i {
  margin: 0 2px;
  font-style: normal;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.breadcrumb .breadcrumb_left a.home i {
  margin-right: 5px;
}
.breadcrumb .breadcrumb_left a.home {
  color: #0d6dbc;
}
.breadcrumb .breadcrumb_left a {
  color: #808080;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .breadcrumb_left a:hover {
  color: #0d6dbc;
}
.breadcrumb .breadcrumb_left h2 {
  margin: 0;
  display: inline-block;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #808080;
  vertical-align: middle;
  font-weight: normal;
  text-transform: uppercase;
}

.breadcrumb .titlte_box .slider .li .wrap {
  text-align: left;
}
.breadcrumb .titlte_box .slider .li .images {
  margin-top: 0;
}
.breadcrumb .titlte_box .slider .li .wrap {
  padding: 13px 16px 13px;
}
.breadcrumb .titlte_box .slider .li .wrap .whats_title {
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb .titlte_box .slider .li .wrap a {
  font-size: 18px;
  margin-top: 5px;
}
.page_section.page_gary {
  background: #f9f9f9;
}

.page_section {
  position: relative;
  z-index: 15;
  padding-top: 0;
  background: #fff;
}
.page_contact,
.page_news,
.page_pro {
  background: #f7f7f7;
}
.page_column {
  border-radius: 0px;
  padding: 40px 0 50px;
  position: relative;
}
.page_contact .page_column {
  padding: 0px 0 60px;
}

.single-page .text {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #444;
}
.single-page .text img {
  max-width: 100%;
  height: auto;
}
.single-page .text a:hover {
  color: #0d6dbc;
}

.page_info_title h6 {
  display: inline-block;
  margin: 0;
  font-size: 36px;
  color: #333;
  text-transform: capitalize;
  line-height: 42px;
  position: relative;
}
.single_con_left {
  padding-left: 0;
  padding-right: 50px;
}

.page_title {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.page_title span {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  color: #333;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  vertical-align: middle;
  font-weight: 700;
}
.page_title i {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background: url(https://ru.jinyibo.com/template/images/con_message.png)
    no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}

.page_nav {
  margin-bottom: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.page_nav ul {
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}
.page_nav li {
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
  width: 25%;
  padding-right: 20px;
  float: left;
}
.page_nav li:last-child {
  border-right-color: transparent;
}
.page_nav li a {
  display: flex;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  transition: all 0.5s;
  border-radius: 0;
  position: relative;
  z-index: 5;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  font-weight: 700;
  border-radius: 5px;
}
.page_nav li a p {
  margin: 0;
  margin-left: 0;
  color: #333;
  transition: all 0.5s;
}
.page_nav li a:before {
  bottom: -10px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #0d6dbc;
  border-width: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  margin-left: -10px;
}
.page_nav li a:hover,
.page_nav li.active a {
  text-decoration: none;
  background-color: #0d6dbc;
  color: #fff;
  border-color: #0d6dbc;
}
.page_nav li a:hover p,
.page_nav li.active a p {
  color: #fff;
}
.page_nav li a:hover:before,
.page_nav li.active a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: -20px;
}

@media only screen and (max-width: 992px) {
  .breadcrumb .main_title em {
    font-size: 28px;
  }
  .page_title {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 10px;
  }
  .breadcrumbm {
    display: block;
    padding: 0;
    text-align: center;
  }
  .page_section .in_title span {
    font-size: 22px;
  }
  .page_title span {
    font-size: 30px;
    line-height: 30px;
  }
  .breadcrumb .main_title {
    padding-top: 4px;
    padding-bottom: 0;
    background: none;
    text-align: center;
  }

  .page_nav {
    display: block;
    margin-bottom: 0;
    padding: 5px 0;
    border-bottom: none;
  }

  .breadcrumbm .titlte_box {
    display: none;
  }
  .page_nav {
    display: block;
    margin-bottom: 10px;
    border-bottom: none;
  }
  .page_nav li {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
  }
  .page_nav li a {
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    border-radius: 0;
    clip-path: none;
    -webkit-clip-path: none;
    background: #fff;
    height: 50px;
    line-height: 18px;
  }
  .page_nav li a p {
    font-size: 13px;
    margin: 0;
    margin-top: 0;
    padding: 0;
    line-height: 18px;
  }
}

@media only screen and (max-width: 475px) {
  .page_nav ul {
    display: block;
  }
  .page_nav li {
    width: 50%;
    padding: 5px;
  }
  .page_nav li a:hover,
  .page_nav li.active a {
    border-color: #0d6dbc;
  }
}

.page_section .title1 {
  display: block;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 100%;
  padding: 15px;
  padding-left: 70px;
  margin-bottom: 20px;
  z-index: 5;
  text-transform: uppercase;
}
.page_section .title1:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -35px;
  border-radius: 50%;
  background: #f4f4f4 url(https://ru.jinyibo.com/template/images/page_conts.png)
    no-repeat center;
}
.page_section .title1:after {
  content: "";
  width: 100%;
  height: 80%;
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  z-index: -1;
  top: 50%;
  background: linear-gradient(
    to right,
    rgba(244, 244, 244, 0.9),
    rgba(255, 255, 255, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(244, 244, 244, 0.9),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(244, 244, 244, 0.9)),
    color-stop(1, rgba(255, 255, 255, 0))
  );
}

.map img {
  width: 100%;
}

.contact_info {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
.contact_list ul {
  background: #f7f7f8;
  display: flex;
  align-content: space-between;
}
.contact_list ul li {
  list-style: none;
  padding: 0;
  display: flex;
}
.contact_list ul li .contact-block {
  display: flex;
  align-items: center;
  padding: 48px 33px;
  border-right: 1px solid #dee0e3;
  background: #f7f7f8;
  width: 100%;
}
.contact_list ul li .contact-block .icon {
  position: relative;
  display: inline-block;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 25px;
  border-radius: 3px;
  background: #0d6dbc;
}
.contact_list ul li .contact-block .icon img {
  position: absolute;
  max-height: 30px;
  max-width: 15px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.contact_list ul li .contact-block .icon:after {
  position: absolute;
  top: 9px;
  left: auto;
  bottom: auto;
  right: -5px;
  width: 6px;
  height: 18px;
  content: "";
  background: url(/images/icon1.png) left top / 6px repeat;
}
.contact_list ul li .contact-block .icon.icon-email img {
  max-width: 26px;
}
.contact_list ul li .contact-block .content {
  float: left;
  overflow: hidden;
  width: calc(100% - 61px);
}
.contact_list ul li .contact-block .content p {
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
  font-weight: 700;
}

.contact_list ul li .contact-block .content a,
.contact_list ul li .contact-block .content .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  line-height: 1;
  color: #0d6dbc;
}
.contact_list ul li .contact-block .content a:hover {
  color: #0d6dbc;
  text-decoration: underline;
}

.message_info {
  padding: 80px 0;
  background: #fff;
}
.message_wrap {
  padding-right: 40px;
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-right: 1px solid #ecedef;
}
.message_wrap .main_title {
  text-align: left;
  background-position: left top;
  align-items: center;
}
.message_wrap .main_title .text {
  max-width: 100%;
}
.message_wrap .column {
  position: relative;
  z-index: 2;
  padding: 50px 50px;
  padding-left: 0;
}
.message_wrap .column:before {
  content: "";
  border: 10px solid #dce2e5;
  position: absolute;
  left: -50px;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.message_wrap .column .text {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 20px;
  margin-top: 20px;
}

.message_wrap .send_column {
  padding: 0;
  background: none;
  box-shadow: none;
}
.message_wrap .send_column ul {
  margin-top: 30px;
}
.contact_right .top_share {
  float: none;
}
.contact_text {
  padding: 40px 0 0 40px;
}
.contact_text .contact-block-wrap {
  width: 100%;
}
.contact_text .title {
  margin-bottom: 20px;
  color: #0d6dbc;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
}
.contact_text .contact-block-wrap .get-in-touch-wrap {
  margin-top: 25px;
  font-size: 0;
}
.contact_text .contact-block-wrap .get-in-touch-wrap .left-side {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.contact_text .contact-block-wrap .get-in-touch-wrap .left-side:before {
  content: "";
  opacity: 0.3;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.contact_text .contact-block-wrap .get-in-touch-wrap .right-side {
  margin-left: 30px;
  width: calc(100% - 140px - 30px);
  display: inline-block;
  vertical-align: middle;
}
.contact_text .contact-block-wrap .get-in-touch-wrap .contact-person {
  padding-bottom: 17px;
  border-bottom: 1px solid #ececec;
}
.contact_text .contact-person span {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 10px;
}
.contact_text .contact-block-wrap .contact-secondary {
  color: #666;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
}
.contact_text .contact-block-wrap .contact-secondary.contact-phone-label {
  margin-top: 15px;
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
}
.contact_text .contact-block-wrap .contact-link.contact-secondary {
  display: inline-block;
  color: #0d6dbc;
  font-size: 14px;
  font-weight: 500;

  line-height: 16px;
  margin-top: 10px;
}
.contact_text .contact-lines {
  border-top: 1px solid #ececec;
  padding: 10px 0 16px;
}
.contact_text .contact-lines .line {
  display: block;
  margin-bottom: 10px;
}
.contact_text .contact-lines .line:last-child {
  margin-bottom: 0;
}
.contact_text .contact-lines .line .line_name {
  display: inline-block;
  width: 57px;
  margin-right: 18px;
}

.contact_text .contact-block-wrap .contact-link {
  display: block;
  color: #0d6dbc;
}
.contact_text .contact-block-wrap .office-adr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}
.contact_text .contact-block-wrap .map-wrap {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  border-radius: 2px;
  overflow: hidden;
}

.page_title1 {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.page_title1 i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  color: #fff;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 10px;
}
.page_title1 i:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  border-radius: 40%;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.5s;
  background: #0d6dbc;
}

.contact_sns {
  padding-right: 0;
  margin-top: 0;
  padding-top: 30px;
}
.contact_sns .text {
  margin-bottom: 15px;
  font-size: 13px;
  color: #808080;
  line-height: 20px;
}
.contact_sns a {
  display: inline-flex;
  margin: 5px;
  transition: all 0.5s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contact_sns a:hover {
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  transform: rotateY(180deg);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
}

.contact_right {
  padding: 0 40px;
  border-top: 1px solid #ecedef;
}
.contact_right .contact_text .text {
  font-size: 14px;
  line-height: 28px;
  border-top: 1px solid #ececec;
  padding-top: 30px;
  font-weight: 500;
}

.page_send {
  display: block !important;
}

.send_column {
  padding: 50px 35px;
  position: relative;
  z-index: 10;
  background: #fff;
  bottom: 0;
  border-radius: 0px;
  box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.1);
}

.send_column .page_title {
  text-align: left;
  margin-bottom: 20px;
}
.send_column .page_title .text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-top: 15px;
}
.send_column ul {
  list-style: none;
  max-width: 100%;
  padding-top: 0;
}
.send_column ul li {
  margin-bottom: 20px;
  padding: 0;
}
.send_column ul li p {
  border: 1px solid #dedede;
  margin: 0;
  margin-top: 0;
  font-size: 14px;
  margin-bottom: 0;
  padding: 10px 15px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.send_column ul li p:before {
  margin-right: 10px;
  color: #b4b4b4;
  content: "\f0ca";
  font-family: "FontAwesome";
  font-size: 14px;
}
.send_column ul li p a {
  color: red;
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
}
.send_column ul li span {
  display: block;
  position: relative;
}
/*.send_column ul li span:after{content:'*';color:red;position:absolute;right:7px;top:0;z-index:2;line-height: 48px;z-index: 111;}*/
.send_column ul li span:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 28px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
}
.send_column ul li span.ms_e:before {
  background-image: url(/images/mes_e1.png);
}
.send_column ul li span.ms_p:before {
  background-image: url(/images/mes_p1.png);
}
.send_column ul li span.ms_m:before {
  background-image: url(/images/mes_m1.png);
}
.send_column ul li span.ms_c:before {
  background-image: url(/images/mes_n1.png);
}
.send_column ul li span.ms_p:after {
  display: none;
}
.send_column ul li label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.send_column ul li input {
  background: none;
  height: 48px;
  width: 100%;
  line-height: 46px;
  padding-left: 15px;
  font-size: 13px;
  color: #999;
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.send_column ul li textarea {
  height: 100px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  font-size: 13px;
  padding: 10px 50px 10px 15px;
  color: #c8c7c7;
  border: none;
  border: 1px solid #dedede;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
.send_column ul li input:focus,
.send_column ul li textarea:focus {
  color: #333;
  border-color: #0d6dbc;
  background: #fff;
}
.send_column ul li input:-ms-input-placeholder {
  color: #999;
} /* Internet Explorer 10+ */
.send_column ul li input::-webkit-input-placeholder {
  color: #999;
} /* WebKit browsers */
.send_column ul li input::-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 4 to 18 */
.send_column ul li input:-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 19+ */
.send_column ul li .cform-item__wrap {
  display: flex;
  align-items: center;
}
.send_column ul li .cform-item__wrap .verify-img {
  display: inline-block;
  margin-left: 10px;
  max-width: 100px;
}
.send_column ul li textarea:-ms-input-placeholder {
  color: #999;
} /* Internet Explorer 10+ */
.send_column ul li textarea::-webkit-input-placeholder {
  color: #999;
} /* WebKit browsers */
.send_column ul li textarea::-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 4 to 18 */
.send_column ul li textarea:-moz-placeholder {
  color: #999;
} /* Mozilla Firefox 19+ */
.send_column .main_more {
  margin-top: 0;
}

@media only screen and (max-width: 1299px) {
  .contact_list ul li .contact-block {
    padding: 32px 20px;
  }
  .single_con_column .send_column h6 {
    padding-left: 120px;
    background-position: 60px bottom;
  }
}

@media only screen and (max-width: 992px) {
  .message_wrap {
    padding: 20px 20px 30px 0;
  }
  .page_title span {
    font-size: 24px;
    line-height: 30px;
  }
  .send_column .page_title .text {
    margin-top: 10px;
  }
  .message_wrap .send_column ul {
    margin-top: 0px;
  }
  .contact_text {
    padding: 20px 0 0 20px;
  }
  .single_con_column {
    width: 100%;
    padding: 30px 0;
  }
  .page_section .mes_box {
    display: block;
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
  .page_con_column {
    padding: 0;
    padding-top: 30px;
    width: 100%;
  }
  .page_section .send_column {
    width: 100%;
  }
  .page_send {
    background-size: cover;
    margin-bottom: -50px;
  }
  .contact_right {
    padding: 0 20px;
  }
  .page_section .title1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_info ul li {
    padding: 0;
    width: 100%;
  }
  .send_column ul li {
    padding: 0;
  }
  .send_column ul li p a {
    font-size: 12px;
  }
  .send_column ul li p {
    border-radius: 0;
  }
  .send_column ul li input {
    border-radius: 0;
    padding-left: 10px;
  }
  .send_column ul li textarea {
    border-radius: 0;
    padding-left: 10px;
  }
  .send_column ul li .cform-item__wrap .verify-img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .contact_right {
    border-top: none;
  }
  .contact_list ul {
    display: block;
  }
  .contact_list ul li .contact-block {
    border-bottom: 1px solid #dee0e3;
    border-right: none;
    padding: 22px 15px;
  }
  .single_con_column .send_box {
    display: block;
    width: 100%;
  }
  .message {
    z-index: 9999;
  }
  .map {
    border: none;
    padding: 0;
    margin-top: 0;
  }
  .single_con_column .send_column {
    bottom: 0;
    margin-top: 30px;
  }
  .contact_sns a {
    margin: 3px;
  }
  .con_main {
    margin-top: 20px;
  }
  .page_section .send_column ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  .send_column ul li label {
    margin-bottom: 5px;
  }
  .message_wrap .send_column ul {
    margin-top: 0px;
  }
  .message_info {
    padding: 50px 0;
  }
  .message_wrap {
    padding: 20px 0 0;
    border-right: none;
  }

  .map .map_column {
    bottom: -20px;
  }
  .contact_text {
    padding: 0;
    margin-top: 30px;
  }
  .contact_text .contact-block-wrap {
    padding: 10px 0 20px 0;
  }
  .contact_text .contact-block-wrap .get-in-touch-wrap {
    margin-top: 0px;
  }
  .contact_text .contact-block-wrap .get-in-touch-wrap .right-side {
    margin-left: 15px;
  }
  .contact_text .contact-block-wrap .office-adr {
    margin: 10px 0;
  }
  .contact_text .contact-block-wrap .get-in-touch-wrap .left-side {
    width: 110px;
    height: 110px;
  }
  .contact_text .title {
    font-size: 18px;
  }
  .breadcrumb .main_title em {
    font-size: 20px;
  }
}

/*sitemap*/
.sitemap {
  width: 100%;
}
.stp-listA > li {
  text-transform: capitalize;
  margin-bottom: 5px;
  list-style: none;
  background: #fafafa;
  border-radius: 2px;
}
.stp-top {
  width: 100%;
  background: #f2f2f2;
  padding: 10px 20px;
  border-radius: 2px;
}
.stp-top .page_info_title {
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 90% center;
  transition: all 0.5s;
  padding-right: 20px;
  font-weight: 700;
}
.stp-top .page_info_title:before {
  display: none;
}
.stp-top .page_info_title:hover {
  text-decoration: none;
  color: #0d6dbc;
  padding-left: 2px;
}
.stp-listB {
  display: block;
  padding: 15px;
  border-top: none;
  padding: 20px;
  list-style: none;
}
.stp-listB > li {
  width: 25%;
  padding: 8px 10px;
  float: left;
}
.stp-listB > li > a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
}
.stp-listB > li > a i {
  padding-right: 5px;
}
.stp-listB > li:hover > a {
  color: #0d6dbc;
}
.stp-listB li .stp-listC {
  width: 100%;
  padding-top: 15px;
  list-style: none;
}
.stp-listB li .stp-listC li {
  width: 100%;
  margin-bottom: 8px;
}
.stp-listB li .stp-listC li a {
  color: #808080;
  font-size: 14px;
  transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a i {
  padding-right: 5px;
}
.stp-listB li .stp-listC li a:hover {
  color: #0d6dbc;
  padding-left: 5px;
}

@media only screen and (max-width: 1199px) {
  .stp-listB > li {
    width: 50%;
    padding: 4px 0;
  }
}
@media only screen and (max-width: 768px) {
  .stp-listB > li {
    width: 100%;
    padding: 4px 0;
  }
  .stp-top {
    padding: 15px;
  }
  .stp-top .page_info_title {
    font-size: 16px;
    line-height: 24px;
  }
  .stp-listB {
    border-width: 1px;
    padding: 20px 15px;
  }
  .stp-listB li .stp-listC {
    border-bottom: 1px solid #eee;
  }
}
@media only screen and (max-width: 400px) {
  .stp-listB li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.page_date {
  display: inline-block;
  color: #0d6dbc;
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 0px;
  font-weight: 400;
  background: url(/images/news_date2.png) no-repeat left center;
  padding-left: 20px;
}

/*left*/
.page-left {
  width: 24%;
  float: left;
  margin-top: 0;
}
.left_title {
  display: block;
  position: relative;
  margin-bottom: 5px;
  border-radius: 0;
  background: #0d6dbc;
  box-shadow: 0 2px 6px 1px rgb(88, 5, 16, 20%) inset;
  padding: 14px 15px 14px 15px;
}
.left_title em {
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
}
.left-cat .left_title em:before {
  display: inline-block;
  width: 20px;
  height: 16px;
  transition: all 0.5s;
  vertical-align: middle;
  background: url(/images/icon_list.png) no-repeat;
  position: relative;
  right: auto;
  top: auto;
  content: "";
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 4px;
}

.left-cat .left_title {
  margin-bottom: 0;
}
.left-cat .left_title em {
  color: #fff;
}

.left_title .column_icon_toggle {
  display: none;
}
.left-cat {
  padding: 0;
}
.left-cat .left_title > span i.icon:before {
  content: "\f0ca";
  font-family: FontAwesome;
}
.left-cat .left_title:before,
.left-cat .left_title:after {
  display: none;
}
ul.mtree {
  opacity: 0;
  margin-left: 0;
  border-bottom: none;
  border-radius: 0;
  border: 1px solid #efeeed;
  padding: 5px 10px;
  background: #fff;
}
ul.mtree > li {
  list-style: none;
  position: relative;
}
ul.mtree > li > a {
  font-size: 15px;
  padding: 10px 0 10px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding-right: 30px;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
}
ul.mtree > li > a img {
  max-width: 32px;
  margin-right: 5px;
}
ul.mtree > li:last-child > a {
  border-bottom: none;
}
ul.mtree > li > a p {
  margin: 0;
  padding-left: 5px;
}
ul.mtree > li > a span {
  max-width: 36px;
  min-width: 36px;
}
ul.mtree a {
  display: block;
  font-size: 14px;
  color: #555555;
  transition: all 0s;
  padding: 10px 0;
  line-height: 22px;
  padding-right: 30px;
}
ul.mtree li ul a {
  padding: 6px 10px;
  padding-right: 30px;
}

ul.mtree.transit > li.mtree-open > b:before,
ul.mtree .mtree-level-1 li.mtree-open > b:before {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 18px;
  color: #0d6dbc;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 42px;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.mtree .mtree-level-1 li.mtree-open > b:before {
  color: #0d6dbc;
  height: 40px;
}

ul.mtree.transit li.mtree-closed > b:before,
ul.mtree .mtree-level-1 li.mtree-closed > b:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 18px;
  color: #333;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.mtree.transit > li:hover.mtree-closed > b:before {
  color: #0d6dbc;
}

ul.mtree li ul a li a {
  padding-left: 20px;
}
ul.mtree > li:hover > a {
  color: #0d6dbc;
}
ul.mtree > li.mtree-node a ul a {
  font-size: 12px;
}
ul.mtree > li.mtree-open {
  padding-bottom: 0;
}
ul.mtree > li.mtree-open > a {
  color: #0d6dbc;
}
ul.mtree > li.mtree-node:hover > a {
  color: #0d6dbc;
}
ul.mtree > li.mtree-open:hover > a {
  color: #0d6dbc;
}
ul.mtree .mtree-level-1 li.mtree-closed > span {
  color: #0d6dbc;
  text-decoration: none;
}

ul.mtree ul {
  border: none;
  margin-bottom: 10px;
}
ul.mtree ul li {
  list-style: none;
  position: relative;
  padding-bottom: 0;
}
ul.mtree ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
ul.mtree > li > ul > li > a {
  font-size: 14px !important;
  font-weight: normal;
  position: relative;
  transition: all 0.5s;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 0;
  background: #f7f7f7;
  font-weight: 500;
}
ul.mtree > li > ul > li:nth-child(2n + 2) > a {
  background: #f2f2f2;
}
ul.mtree > li > ul > li > a:hover {
  color: #0d6dbc;
  text-decoration: none;
}
ul.mtree > li > ul > li > a:before {
  content: "";
  width: 3px;
  background: #0d6dbc;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}
ul.mtree > li > ul > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

ul.mtree > li > ul > li > a i {
  color: #ccc;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 6px;
}
ul.mtree > li > ul > li > a:before {
  content: "";
}
ul.mtree ul li:hover a {
  color: #0d6dbc;
}
ul.mtree li ul li.mtree-open a {
  color: #0d6dbc;
  text-decoration: none;
}
ul.mtree .mtree-level-2 {
  margin-top: 0px;
  border: none;
  padding: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding: 5px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
ul.mtree .mtree-level-2 li:last-child a {
  border-bottom: none;
}
ul.mtree li ul.mtree-level-2 li a {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  padding-left: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
ul.mtree li ul.mtree-level-2 li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}
ul.mtree .mtree-level-2 li a:hover {
  text-decoration: underline;
  color: #0d6dbc;
}
ul.mtree .mtree-level-2 li a:hover:before {
  background: #0d6dbc;
}
ul.mtree.jet ul {
  margin-left: 0;
}
ul.mtree.jet li {
  margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
  margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
  margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
  background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
  border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
  background: #0d6dbc;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #0d6dbc;
  color: #fff;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}
ul.mtree a:hover {
  text-decoration: none;
}
.mtree-skin-selector {
  display: none !important;
}

.page_more {
  display: inline-block;
  color: #0d6dbc;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-right: 32px;
  margin-top: 11px;
}
.page_more:after {
  background: url(/images/more_icon1.png) no-repeat -28px 0;
  height: 11px;
  width: 23px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.9s;
}
.page_more:hover:after {
  -webkit-animation: scroll_right_anim 1.5s infinite;
  animation: scroll_right_anim 1.5s infinite;
  background-position: 0px 0;
}
.page_more:hover {
  text-decoration: none;
  opacity: 1;
  color: #666;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.circle_more {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: 30px;
  text-align: center;
  z-index: 2;
  background: #0d6dbc;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
}
.circle_more:hover {
  background-color: #0182d0;
}
.circle_more i {
  width: 10px;
  height: 16px;
  display: inline-block;
  background: url(https://ru.jinyibo.com/template/images/icon.png) no-repeat;
  transition: all 0.5s;
  background-position: -36px -56px;
}
.circle_more:hover i {
  -webkit-animation: scroll_right_anim 1.5s infinite;
  animation: scroll_right_anim 1.5s infinite;
}
@-webkit-keyframes scroll_right_anim {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
@keyframes scroll_right_anim {
  0% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}

.circle_more:after {
  content: "";
  background: #0182d0;
  top: -7px;
  left: -7px;
  bottom: -7px;
  border-radius: 50%;
  right: -7px;
  z-index: -1;
  transition: all 0.5s;
  position: absolute;
  display: inline-block;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.circle_more:hover:after {
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
}

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0;
  }
  100% {
    left: 82%;
  }
}
.left-blog1 {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  padding: 25px 15px 5px;
}
.left-blog1 .list li {
  list-style: none;
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.left-blog1 .list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.left-blog1 .list .title {
  display: block;
  max-height: 72px;
  overflow: hidden;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}
.left-blog1 .list .title:hover {
  color: #0d6dbc;
}
.left-blog1 .list .text {
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  color: #777777;
  font-size: 14px;
  margin-top: 12px;
  font-family: " ";
}
.left-blog1 .list .in_blogmore {
  margin-top: 4px;
  color: #555555;
  font-size: 13px;
  font-style: italic;
  font-family: " ";
}
.left-blog1 .list .in_blogmore a {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  color: #0d6dbc;
  text-transform: capitalize;
  font-weight: 700;
  margin-right: 10px;
}
.left-blog1 .list .in_blogmore a:hover {
  color: #0078c4;
}
.left-blog1 .list .in_blogmore .page_date {
  font-size: 13px;
  margin-left: 10px;
}

.left-adv {
  margin-top: 30px;
  width: 100%;
  background: #333 url("/images/solu_img1.jpg") no-repeat 70% center;
  background-size: cover;
  text-align: center;
  border-radius: 0;
  position: relative;
  border: 2px solid #fff;
  box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.05);
}
.left-adv .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0.4;
  filter: alpha(opacity=0.4);
  transition: all 0.5s;
  border-radius: 0;
}
.left-adv .main {
  position: relative;
  left: 0;
  top: 0;
  padding: 30px 25px 40px 25px;
  z-index: 2;
  text-align: left;
}

.left-adv .main .title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 0;
}
.left-adv .main .title:hover {
  text-decoration: none;
}
.left-adv .main .text {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.left-adv .main .link {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 24px;
  display: block;
}
.left-adv .main_more1 {
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 20px;
  background: #0d6dbc;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border-radius: 2px;
  position: relative;
}
.left-adv .main_more1:after {
  width: 14px;
  height: 14px;
  background: url(/images/icon_email.png) no-repeat;
  vertical-align: middle;
  margin-top: 0px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  opacity: 1;
  position: relative;
  right: auto;
  top: auto;
}
.left-adv .main_more1:hover:after {
  -webkit-animation: none;
  animation: none;
}
.left-adv .main_more1:before {
  position: absolute;
  content: "";
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.03) 1%,
    rgba(255, 255, 255, 0.6) 30%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.85) 70%,
    rgba(255, 255, 255, 0.85) 90%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
  width: 30%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-animation: move 2s;
  animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  border-radius: 0;
  border: none;
}

/*hot_pro*/
.left-pro {
  margin-top: 30px;
}
.left-pro .left_title {
}
.left-pro ul {
  padding-top: 0;
}
.left-pro ul li {
  background: #fff;
  list-style: none;
  transition: all 0.5s;
  padding: 10px 5px 10px;
  margin-bottom: 5px;
  border: 1px solid #f2f2f2;
  position: relative;
  border-radius: 0;
}

.left-pro ul li:hover {
  background: #fff;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  border-color: #0d6dbc;
}

.left-pro ul li .main {
  width: 60%;
  float: left;
  padding-left: 10px;
  position: relative;
  z-index: 10;
}
.left-pro ul li .title {
  font-size: 14px;
  line-height: 24px;
  max-height: 72px;
  display: block;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0px;
}
.left-pro ul li .title:hover {
  color: #0d6dbc;
}
.left-pro ul li .image {
  float: left;
  width: 40%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
  z-index: 10;
}
.left-pro ul li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.left-pro ul li .image img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
  transform: scale(var(--scale-multiplier, 1.05));
}

.page-right {
  width: 76%;
  padding-left: 40px;
  float: right;
}

@media only screen and (max-width: 1299px) {
  .page-right {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .left-adv {
    display: none;
  }
  .page_column {
    padding-top: 35px;
  }
  .page_ad {
    display: none;
  }
  .page-title em {
    font-size: 24px;
  }
  .page-left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .left-pro,
  .left-con,
  .left-video,
  .left-solu,
  .left-cat,
  .left-blog1 {
    margin-top: 0;
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .left_title {
    margin-bottom: 10px;
    margin-bottom: 0;
    padding: 11px 10px 8px !important;
    border-radius: 0;
    background: #0d6dbc;
    border-bottom: none !important;
  }

  .left_title > em {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 0;
    line-height: 24px;
    text-transform: uppercase;
  }
  .left_title em:before {
    display: none;
  }
  .page-left .left_title > span {
    display: none;
  }
  .left-con .left_title {
    display: block;
  }
  .left_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 7px;
    font-style: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    z-index: 99;
  }
  .page-right {
    width: 100%;
    padding: 0;
    float: none;
  }
  .left-blog1 {
    margin-top: 10px;
  }
  .left-cat {
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
  }
  .left-cat .left_title em {
    font-size: 16px;
    color: #fff;
  }
  .left-cat .left_title em:before {
    display: none;
  }
  .left-pro ul {
    padding-top: 15px;
  }
  ul.mtree {
    padding: 0 10px;
  }
}

/*page-number*/
.page_num {
  width: 100%;
  margin: auto;
  text-align: left;
  background: #fff;
  border-radius: 0;
  padding: 10px 15px;
  border-radius: 0;
  margin-top: 30px;
  border: 1px solid #eee;
  box-shadow: inset 0 2px 5px rgb(0 0 0 / 5%);
}
.page_num span {
  display: inline-block;
  color: #fff;
  background: #0d6dbc;
  font-size: 12px;
  text-transform: capitalize;
  padding: 0;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  transition: all 0.5s;
  position: relative;
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
}
.page_num a {
  background: #f7f7f7;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  font-size: 12px;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  line-height: 36px;
  transition: all 0.5s;
  color: #555;
  border-radius: 2px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-weight: 500;
}
.page_num a:hover {
  background: #0d6dbc;
  text-decoration: none;
  color: #fff;
  border-color: #0d6dbc;
}
.page_num a i {
  line-height: 36px;
}
.page_num p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  margin-top: 7px;
  float: right;
  font-weight: 500;
}
.page_num p:before {
  content: "[";
  padding-right: 3px;
}
.page_num p:after {
  content: "]";
  padding-left: 3px;
}
.page_num p strong {
  display: inline-block;
  margin: 0 5px;
  color: #0d6dbc;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .page_num {
    border-radius: 0;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
  }
  .page_num a,
  .page_num span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .page_num a i {
    line-height: 30px;
  }
  .page_num p {
    float: none;
    display: block;
  }
}

/*page-turning*/
.navigation {
  width: 100%;
  list-style: none;
  margin-top: 20px;
  padding-top: 10px;
}
.navigation li {
  width: calc(100% - 0px);
  float: left;
  text-align: left;
  margin-bottom: 10px;
}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  transition: all 0.5s;
  padding-left: 60px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.navigation li a:hover {
  text-decoration: none;
}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 3px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.5s;
  background-color: #f9f9f9;
}
.news_detail_info .navigation li a:before {
  background-color: #f9f9f9;
}
.navigation li.prev_post a:before {
  left: 10px;
  content: "\f077";
}
.navigation li.next_post a:before {
  left: 10px;
  content: "\f078";
}
.navigation li a:hover:before {
  background: #0d6dbc;
  color: #fff;
  border-color: #0d6dbc;
}

.navigation li a .meta_nav {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 0;
  line-height: 24px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.5s;
  font-weight: 700;
}
.navigation li a:hover .meta_nav {
  color: #0d6dbc;
}
.navigation li a .post_title {
  font-size: 14px;
  overflow: hidden;
  line-height: 20px;
  max-height: 40px;
  margin: 0;
  transition: all 0.5s;
  font-weight: 500;
  color: #555;
}
.navigation li a:hover .post_title {
  color: #0d6dbc;
}

@media only screen and (max-width: 768px) {
  .navigation {
    border: none;
    padding-top: 0;
    margin-bottom: 0;
  }
  .navigation li {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
  }
  .navigation li.prev_post a {
    padding-left: 50px;
  }
  .navigation li.next_post a {
    padding-left: 50px;
  }
  .navigation li.prev_post a:before {
    left: 5px;
  }
  .navigation li.next_post a:before {
    left: 5px;
  }
  .navigation li a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .navigation li a .meta_nav {
    margin-bottom: 0;
  }
  .navigation li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation li a .post_title {
    font-size: 14px;
  }
}

.application_list .list {
  list-style: none;
}
.application_list .list li {
  padding: 4px;
}
.application_list .list li .column {
  position: relative;
  overflow: hidden;
}
.application_list .list li .image {
  display: block;
  height: 360px;
  background: #000;
}
.application_list .list li .image img {
  transition: all 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.application_list .list li:hover .image img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
}
.application_list .list li .wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 15px;
  z-index: 3;
}
.application_list .list li .icon {
  display: inline-block;
  margin-bottom: 30px;
}
.application_list .list li .title {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.application_list .list li .text {
  color: #fff;
  opacity: 0;
  height: 0;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.5s;
  max-height: 48px;
  overflow: hidden;
}
.application_list .list li:hover .text {
  margin-top: 10px;
  opacity: 1;
  height: auto;
}
.application_list .list li .main_more {
  height: 0;
  font-size: 14px;
  line-height: 40px;
  opacity: 0;
  margin: 0;
  background: #fff;
}
.application_list .list li .main_more a {
  color: #0d6dbc;
  height: 40px;
  line-height: 40px;
}
.application_list .list li:hover .main_more {
  height: 40px;
  opacity: 1;
  margin-top: 10px;
}
.application_list .list li .item_mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
}
.application_list .list li:hover .item_mask {
  opacity: 1;
}
.application_list .list li .item_mask:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: transform 1.2s ease;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg)
    translate3d(0, 100%, 0);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.application_list .list li:hover .item_mask:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg)
    translate3d(0, -130%, 0);
}

@media only screen and (max-width: 768px) {
  .application_list .list li .image {
    height: 300px;
  }
}

@media only screen and (max-width: 462px) {
  .application_list .list li .text,
  .application_list .list li .main_more {
    display: none;
  }
  .application_list .list li .image {
    height: 240px;
  }
  .application_list .list li .wrap {
    padding: 15px 5px;
  }
  .application_list .list li .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 340px) {
  .application_list .list li {
    padding: 4px 0;
    width: 100%;
  }
}

.project_list {
  list-style: none;
}
.project_list li {
  margin-bottom: 20px;
  padding: 0 10px 20px;
}
.project_list li:nth-child(3n + 1) {
  clear: both;
}
.project_list li .column {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: translateY(0);
}
.project_list li:hover .column {
  transform: translateY(-8px);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
}

.project_list li .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.project_list li .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
}
.project_list li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all 0.9s;
}
.project_list li:hover .image img {
  transform: scale(1.15);
}

.project_list li .image .icon {
  font-size: 14px;
  background-color: #fff;
  color: #0d6dbc;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  position: absolute;
  top: -51px;
  left: 30px;
  transition: all 0.9s;
  z-index: 2;
}
.project_list li:hover .image .icon {
  top: 0;
}

.project_list li .image .ovrly {
  position: absolute;
  z-index: 1;
  display: block;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: rgba(30, 73, 165, 0.4);
  transition: all 0.6s;
}
.project_list li:hover .image .ovrly {
  opacity: 1;
  width: 240%;
  height: 240%;
}
.project_list li .img {
  height: 220px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.project_list li .wrap {
  background: #fff;
  padding: 20px;
  text-align: left;
  position: relative;
}

.project_list li .title {
  color: #0d6dbc;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  display: block;
  margin-bottom: 0;
  transition: all 0.5s;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.project_list li:hover .title {
  color: #0d6dbc;
  text-decoration: none;
}
.project_list li .text {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}

@media only screen and (max-width: 768px) {
  .project_list li:nth-child(2n + 1) {
    clear: both;
  }
  .project_list li:nth-child(3n + 1) {
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  .project_list li {
    padding: 0;
    width: 100%;
  }
  .project_list li .title {
    height: auto;
    max-height: 48px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .project_list li .wrap {
    padding: 15px 10px;
  }
  .project_list li .text {
    font-size: 13px;
    height: 24px;
  }
}

.pase_case_da {
}
.case_detail_info {
}
.case_detail_info .case_detail_title {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 40px;
  padding-right: 100px;
  position: relative;
}
.case_detail_info .case_detail_title p {
  font-size: 34px;
  display: block;
  color: #333;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
.case_detail_info .description {
  margin-top: 35px;
  position: relative;
  padding-right: 250px;
}

.case_detail_info .description .des li {
  float: left;
  display: block;
  padding: 0px 10px 10px 0;
  width: 50%;
  font-size: 16px;
  color: #444444;
}
.case_share {
  position: absolute;
  top: 0;
  right: 0;
}
.pase_case_da .navigation {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0;
}
.pase_case_da .navigation li {
  float: none;
  width: initial;
  margin-bottom: 0;
}
.pase_case_da .navigation li a {
  background: none;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-left: 15px;
}
.pase_case_da .navigation li.next_post a:before {
  content: "\f105";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  border: 1px solid #eee;
  left: 0;
}
.pase_case_da .navigation li.prev_post a:before {
  content: "\f104";
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  border: 1px solid #eee;
  left: 0;
}

.pase_case_da .htmleaf-container {
  margin: 35px 0;
}
/*pgwSlideshow*/
.pgwSlideshow {
  width: 100%;
  background: #333;
  display: none;
}

.pgwSlideshow a,
.pgwSlideshow img,
.pgwSlideshow a:hover {
  transition: 0s all;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
}

.pgwSlideshow a {
  color: #fff;
}

.pgwSlideshow .ps-current {
  text-align: center;
  position: relative;
  min-height: 150px;
  overflow: hidden;
}

.pgwSlideshow .ps-current > ul > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block;
}

.pgwSlideshow .ps-current > ul > li img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.pgwSlideshow .ps-caption {
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  text-align: left;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  display: none !important;
}

.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block;
}

.pgwSlideshow .ps-list {
  box-shadow: 0 10px 10px -5px #999 inset;
  background: #eee;
  overflow: hidden;
  position: relative;
}

.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0;
}

.pgwSlideshow .ps-list li {
  float: left;
}

.pgwSlideshow .ps-list li .ps-item {
  margin: 15px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  float: left;
}

.pgwSlideshow .ps-list li img {
  display: block;
  width: 120px;
  height: 80px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 1px solid #fff;
  overflow: hidden;
}

.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block;
}

.pgwSlideshow .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block;
}

.pgwSlideshow .ps-current .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border-left: 0;
  position: absolute;
  padding: 20px 20px 20px 15px;
  left: 0;
  top: 45%;
  cursor: pointer;
}

.pgwSlideshow .ps-current .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border-right: 0;
  position: absolute;
  padding: 20px 15px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer;
}

.pgwSlideshow .ps-list .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border-left: 0;
  padding: 20px 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}

.pgwSlideshow .ps-list .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border-right: 0;
  padding: 20px 12px 20px 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none;
}

.pgwSlideshow.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%;
}

.pgwSlideshow.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%;
}

.pgwSlideshow.narrow .ps-list .ps-prev {
  padding: 15px 12px 15px 10px;
  top: 20px;
}

.pgwSlideshow.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 12px;
  top: 20px;
  font-size: 12px;
  color: #eee;
}

.pgwSlideshow.narrow .ps-caption {
  padding: 8px;
}
.ps-caption b {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .pgwSlideshow .ps-caption {
    display: none !important;
  }
  .case_detail_info .description .des li {
    float: none;
    width: 100%;
  }
  .case_detail_info .description {
    padding-right: 0;
  }
  .case_share {
    position: relative;
  }
  .case_detail_info .case_detail_title {
    padding-right: 0;
  }
  .pase_case_da .navigation {
    position: relative;
  }
  .pase_case_da .navigation li {
    padding: 0;
  }
  .pase_case_da .navigation li a {
    margin: 0 10px 0 0;
  }
  .case_detail_info .case_detail_title p {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.case_list li {
  position: relative;
  list-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.5s;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.case_list li .image {
  float: left;
  width: 34%;
  transition-duration: 0.6s;
  overflow: hidden;
  transition-timing-function: ease-out;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.case_list li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.case_list li .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.case_list li:hover .image img {
  transform: scale(var(--scale-multiplier, 1.05));
}
.case_list li .image:before,
.case_list li .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 50%;
  background: #fff;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  opacity: 0.2;
  z-index: 1;
}
.case_list li .image:before {
  left: 0;
  top: 0;
}
.case_list li .image:after {
  right: 0;
  bottom: 0;
}
.case_list li:hover .image:before,
.case_list li:hover .image:after {
  width: 100%;
}
.case_list li .main {
  float: left;
  width: 66%;
  padding: 0 20px 0;
  border-radius: 0;
  z-index: 3;
  position: relative;
}
.case_list li .title {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 5px;
}
.case_list li:hover .title {
  color: #0d6dbc;
  text-decoration: none;
}
.case_list li .text {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .case_list li .main {
    padding-left: 10px;
    padding-top: 10px;
  }
  .case_list li .title a {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media only screen and (max-width: 680px) {
  .case_list li {
    margin-bottom: 20px;
  }
  .case_list li .image {
    width: 100%;
  }
  .case_list li .main {
    width: 100%;
    padding: 15px 0 0;
  }
  .case_list li .main .title {
    margin-top: 5px;
    font-size: 14px;
  }
}

.news li {
  position: relative;
  list-style: none;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.5s;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.news li .image {
  float: left;
  width: 34%;
  transition-duration: 0.6s;
  overflow: hidden;
  transition-timing-function: ease-out;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.news li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.news li .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s;
}
.news li:hover .image img {
  transform: scale(var(--scale-multiplier, 1.05));
}
.news li .image:before,
.news li .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 50%;
  background: #fff;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  opacity: 0.2;
  z-index: 1;
}
.news li .image:before {
  left: 0;
  top: 0;
}
.news li .image:after {
  right: 0;
  bottom: 0;
}
.news li:hover .image:before,
.news li:hover .image:after {
  width: 100%;
}
.news li .main {
  float: left;
  width: 66%;
  padding: 0 20px 0;
  border-radius: 0;
  z-index: 3;
  position: relative;
}
.news li .title {
  font-weight: 700;
  display: block;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news li:hover .title {
  color: #0d6dbc;
  text-decoration: none;
}
.news li .text {
  color: #888;
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}
.news li .main_more {
  margin-top: 10px;
  background: none;
  border: 1px solid #0d6dbc;
}
.news li .main_more a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #0d6dbc;
}
.news li .main_more:hover {
  background: #0d6dbc;
}
.news li .main_more:hover a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .news li .main {
    padding-left: 10px;
    padding-top: 10px;
  }
  .news li .title a {
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
  }
}
@media only screen and (max-width: 680px) {
  .news li {
    margin-bottom: 20px;
  }
  .news li .image {
    width: 100%;
  }
  .news li .main {
    width: 100%;
    padding: 15px 0 0;
  }
  .news li .main .title {
    margin-top: 5px;
    font-size: 14px;
  }

  .news li .page_date {
    font-size: 12px;
  }
}

.news_detail_info {
  text-align: left;
}
.news_detail_info .news_detail_title p {
  font-size: 18px;
  display: block;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}
.news_detail_info .txt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  text-align: left;
}
.news_detail_info .txt img {
  max-width: 100%;
  height: auto;
}
.news_detail_info .txt a {
  color: #0d6dbc;
}

/*blog*/
.page_info_right {
  padding-right: 40px;
  float: right;
  padding-left: 0;
}
.page_info_left {
  float: right;
}
.left-blog {
  margin-bottom: 0px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fafafb;
  padding: 20px;
}
.left-blog .left_title {
  display: none;
}
.left-blog .left_title > span i.icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
}
.blog-list {
  list-style: none;
  margin-bottom: 20px;
}
.blog-list p,
.blog-cat p {
  display: block;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 18px;
  padding-bottom: 5px;
  color: #333333;
  position: relative;
  font-weight: 700;
}
.blog-list p i,
.blog-cat p i {
  padding-right: 5px;
  color: #0d6dbc;
  font-size: 16px;
}
.blog-list p:before,
.blog-cat p:before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.blog-list p:after,
.blog-cat p:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  bottom: -3px;
}
.blog-list li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  padding-bottom: 5px;
}
.blog-list li a {
  font-size: 13px;
  color: #666;
  line-height: 22px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  transition: all 0.5s;
}
.blog-list li a:hover {
  color: #0d6dbc;
  text-decoration: none;
  padding-left: 12px;
}
.blog-list li a:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  display: inline-block;
  height: 1px;
  width: 8px;
  background: #0d6dbc;
  transition: all 0.5s;
}
.blog-list li a:hover:before {
  left: 0;
}

.blog-cat {
  list-style: none;
  margin-bottom: 10px;
}
.blog-cat li {
  display: inline-block;
  margin: 5px;
}
.blog-cat li a {
  display: inline-block;
  border: 1px solid #eee;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 13px;
  background: #eee;
  transition: all 0.5s;
  color: #666;
}
.blog-cat li a:hover {
  color: #fff;
  background: #0d6dbc;
  border: 1px solid #0d6dbc;
  text-decoration: none;
}

.blog_list {
  list-style: none;
}
.blog_list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.blog_list li .image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_list li .image img {
  max-width: 100%;
  height: auto;
  transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
  transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .title {
  font-weight: 700;
  color: #333333;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  max-height: 56px;
  display: block;
  margin-bottom: 8px;
}
.blog_list li .title:hover {
  color: #0d6dbc;
  text-decoration: underline;
}
.blog_list li .text {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 10px;
}
.blog_list li .wrap_more {
  margin-top: 20px;
}

.post_blog_tag {
  margin-top: 15px;
  border-radius: 0;
  margin-bottom: 0;
}
.post_blog_tag > p {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  color: #0d6dbc;
  font-weight: 700;
}
.post_blog_tag > p i {
  color: #0d6dbc;
  margin-right: 5px;
}
.post_blog_tag li {
  display: inline-block;
  margin: 5px 0 0 5px;
  position: relative;
  border: none;
  padding: 0;
}
.post_blog_tag li a {
  display: inline-block;
  background: #eee;
  font-size: 13px;
  border-radius: 0;
  line-height: 20px;
  color: #4d4d4d;
  padding: 5px 15px;
  transition: all 0.5s;
  text-transform: capitalize;
  border-radius: 3px;
}
.post_blog_tag li:hover a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  background: #0d6dbc;
  color: #fff;
  border-color: #ba251d;
}

@media only screen and (max-width: 992px) {
  .left-blog {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .blog_list li .right {
    padding-left: 65px;
    width: 100%;
  }
  .left-blog .left_title {
    display: block;
  }
  .blog-list p,
  .blog-cat p {
    font-size: 20px;
    line-height: 20px;
  }
  .blog-list {
    padding: 20px 10px 0;
    margin-bottom: 0;
  }
  .blog-cat {
    padding: 20px 10px 0;
  }
  .page_info_right {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog_list li {
    padding-top: 0;
  }
  .blog_list li .date {
    left: 0;
  }
  .blog_list {
    border: none;
  }
  .blog_tag > p {
    display: block;
  }
  .blog_list li .right {
    padding-left: 80px;
  }
  .blog_list li .main-more {
    padding: 6px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .blog_list li .date {
    position: inherit;
    width: 100%;
  }
  .blog_list li .date span {
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 0 20px;
    border-radius: 25px;
  }
  .blog_list li .date > span p {
    display: inline-block;
    padding-left: 5px;
  }
  .blog_list li .right {
    padding: 0;
    padding-top: 10px;
  }
  .blog_list li .more {
    letter-spacing: 0;
  }
  .blog_list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    font-weight: 700;
  }
}

.products_list {
}
.products_list li {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.products_list li .wray {
  background: #fff;
  padding: 10px 10px 15px 20px;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.08);
}
.products_list li .in_pro_m {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}
.products_list li .in_pro_m:after {
  content: "";
  display: block;
  width: 90%;
  left: 0;
  height: 95px;
  bottom: 0px;
  position: absolute;
  background: #fff;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.09) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.products_list li .in_pro_m .in_pro_w {
  padding: 0 20px 0 5px;
  position: relative;
  z-index: 99;
}
.products_list li .in_pro_m .in_pro_w .title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  max-height: 56px;
  color: #444444;
  overflow: hidden;
  margin-bottom: 27px;
  font-family: " ";
}
.products_list li .in_pro_m .in_pro_w .text {
  font-size: 16px;
  line-height: 22px;
  max-height: 66px;
  color: #888888;
  font-family: " ";
  overflow: hidden;
}
.products_list li .in_pro_m .in_pro_w .pro_down {
  color: #888888;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  height: 34px;
  line-height: 34px;
  display: flex;
  align-items: center;
  margin-top: 54px;
}
.products_list li .in_pro_m .in_pro_w .pro_down i {
  display: inline-block;
  background: url(https://ru.jinyibo.com/template/images/down_icon.png)
    no-repeat;
  height: 34px;
  min-width: 34px;
  width: 34px;
  background-position: 0 0;
  margin-right: 15px;
  transition: all 0.5s;
}
.products_list li:hover .in_pro_m .in_pro_w .title {
  color: #0d6dbc;
}
.products_list li .in_pro_m .in_pro_w .pro_down:hover {
  color: #0d6dbc;
}
.products_list li .in_pro_m .in_pro_w .pro_down:hover i {
  background-position: 0 -34px;
}

.products_list li .in_pro_m .in_pro_img {
  position: relative;
  z-index: 99;
}
.products_list li .in_pro_m .in_pro_img:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 60px;
  bottom: -60px;
  position: absolute;
  background: #fff;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.09) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.products_list li .in_pro_m .in_pro_img_m {
  display: none;
}

.products_list li .in_pro_m .in_pro_img a {
  display: block;
  width: 100%;
  overflow: hidden;
  max-width: 290px;
  min-width: 290px;
}
.products_list li .in_pro_m .in_pro_img a img {
  max-width: 290px;
  width: 100%;
  height: auto;
  transition: all 0.9s;
  min-width: 290px;
}
.products_list li:hover .in_pro_m .in_pro_img a img {
  transform: scale(1.1);
}
.products_list li .in_pro_more {
  text-align: right;
  margin-top: 27px;
  position: relative;
  z-index: 99;
}
.products_list li .in_pro_more a {
  transition: all 0.9s;
  display: inline-block;
  color: #0d6dbc;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
.products_list li .in_pro_more a i {
  background: #0d6dbc;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  display: inline-block;
  margin-left: 12px;
  transition: all 0.9s;
}
.products_list li .in_pro_more a:hover {
  color: #0078c4;
}
.products_list li .in_pro_more a:hover i {
  background: #0078c4;
}

@media only screen and (max-width: 1299px) {
  .products_list li .wray {
    padding: 10px 10px 15px;
  }
  .products_list li .in_pro_more {
    margin-top: 10px;
  }
  .products_list li .in_pro_m .in_pro_w .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 10px;
  }
  .products_list li .in_pro_m .in_pro_w .text {
    font-size: 14px;
  }
  .products_list li .in_pro_m .in_pro_w .pro_down {
    margin-top: 22px;
  }
  .products_list li .in_pro_m .in_pro_w {
    padding-right: 10px;
  }
  .products_list li .in_pro_m .in_pro_img a img,
  .products_list li .in_pro_m .in_pro_img a {
    max-width: 220px;
    min-width: 220px;
  }
}

@media only screen and (max-width: 1024px) {
  .products_list li .in_pro_m .in_pro_w .pro_down {
    font-size: 14px;
  }
  .products_list li .in_pro_m .in_pro_w .pro_down i {
    margin-right: 5px;
  }
  .products_list li .in_pro_m .in_pro_img a img,
  .products_list li .in_pro_m .in_pro_img a {
    max-width: 200px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 992px) {
  .products_list li .in_pro_m .in_pro_w .pro_down {
    line-height: 20px;
  }
}

@media only screen and (max-width: 436px) {
  .products_list li .in_pro_m .in_pro_img a img,
  .products_list li .in_pro_m .in_pro_img a {
    max-width: 150px;
    min-width: 150px;
  }
  .products_list li .in_pro_m .in_pro_w .pro_down {
    font-size: 12px;
    margin-top: 10px;
  }
  .products_list li .in_pro_m .in_pro_w .text {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    max-height: 40px;
  }
}

@media only screen and (max-width: 362px) {
  .products_list {
    margin: 0;
  }
  .products_list li {
    width: 100%;
  }
  .products_list li .wray {
    padding: 5px 5px 15px;
  }
  .products_list li .in_pro_m:after {
    display: none;
  }
  .products_list li .in_pro_m .in_pro_img_m {
    display: block;
    margin-bottom: 15px;
    position: relative;
  }
  .products_list li .in_pro_m .in_pro_img_m a {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .products_list li .in_pro_m .in_pro_img_m:after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    height: 80px;
    bottom: -80px;
    position: absolute;
    background: #fff;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.05) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .products_list li .in_pro_m .in_pro_img_m img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  .products_list li .in_pro_m .in_pro_img {
    display: none;
  }
  .products_list li .in_pro_m {
    display: block;
  }
  .products_list li .in_pro_m .in_pro_img a img,
  .products_list li .in_pro_m .in_pro_img a {
    max-width: 100%;
    min-width: initial;
  }
}

.pro_top .pro-img {
  padding: 0;
}
.pro_top .pro-img img {
  max-width: 100%;
  height: auto;
}
.pro-text {
  color: #333;
  margin-bottom: 20px;
  border-radius: 0;
}
.pro-text .categ_title {
  font-weight: 600;
  color: #333;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 30px;
}
.pro-text .column {
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 500;
}
.pro-text .column img {
  max-width: 100%;
  height: auto;
}
.pro-text .column em {
  font-style: italic;
}
.pro-text .column ul {
  padding-left: 20px;
}

.cbp-vm-switcher {
  width: 100%;
  margin-bottom: 30px;
}
.cbp-vm-options {
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 20px;
  background: #fff;
}
.cbp-vm-options em {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  line-height: 38px;
}
.cbp-vm-options a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0;
  color: #0d6dbc;
  border: 1px solid #fff;
  margin-right: 3px;
  float: left;
}
.cbp-vm-options span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #ccc;
}
.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
  color: #fff;
  background: #0d6dbc;
  border-color: #0d6dbc;
}
.cbp-vm-options a:before {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}

/* General list */
.cbp-vm-switcher > ul {
  list-style: none;
  padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
  content: " ";
  display: table;
}
.cbp-vm-switcher ul:after {
  clear: both;
}

.cbp-vm-switcher > ul > li {
  display: block;
  position: relative;
  transition: all 0.3s;
  padding: 15px;
}
.cbp-vm-image .cbp-image-hover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: scale(1.05);
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .cbp-image-hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  transform: scale(1);
}
.cbp-vm-image .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  transition: all 0.8s;
  opacity: 0;
  z-index: 1;
}
.cbp-vm-switcher ul li:hover:hover .cbp-vm-image .line {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
}
.cbp-vm-image .ovrly {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .ovrly {
  opacity: 0.1;
}
.cbp-vm-image .icon_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cbp-vm-image .icon_box .icon {
  width: 60px;
  height: 60px;
  position: relative;
}
.cbp-vm-image .icon_box .icon:before,
.cbp-vm-image .icon_box .icon:after {
  content: "";
  background: #fff;
  transition: all 0.8s;
  opacity: 0;
  position: absolute;
  display: inline-block;
}
.cbp-vm-image .icon_box .icon:before {
  left: 50%;
  margin-left: -2px;
  width: 3px;
  height: 100%;
  top: -20px;
}
.cbp-vm-switcher ul li:hover:hover .icon_box .icon:before {
  top: 0px;
  opacity: 1;
}
.cbp-vm-image .icon_box .icon:after {
  left: -20px;
  margin-top: -2px;
  width: 100%;
  height: 3px;
  top: 50%;
}
.cbp-vm-switcher ul li:hover:hover .icon_box .icon:after {
  left: 0px;
  opacity: 1;
}

.cbp-vm-switcher ul li > div {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
  transition: all 0.5s;
}

.cbp-vm-switcher > ul > li > div {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  border-radius: 0;
}
.cbp-vm-switcher > ul > li:hover > div {
  border-color: transparent;
  z-index: 99;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
  border-color: #fff;
}
/*.cbp-vm-switcher>ul>li > div:before{content:'';position: absolute;left:10px;top:10px;bottom:40px;right:10px;border-radius:0;transition:all .5s;box-shadow:0 5px 20px 1px rgba(0,0,0,0.1);opacity: 0;filter: alpha(opacity=0);display: inline-block;}
 .cbp-vm-switcher>ul>li > div:hover:before{left:0px;top:-5px;bottom:-5px;right:0px;opacity: 1;filter: alpha(opacity=100);z-index: 99;}*/
.cbp-vm-image > a {
  display: block;
  z-index: 5;
  width: 100%;
  overflow: hidden;
}
.cbp-vm-image img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  width: 100%;
}
.cbp-vm-switcher > ul > li .cbp-vm-image {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

.cbp-vm-details {
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666;
}

/* Common icon styles */
.cbp-vm-icon:before {
  font-family: "fontawesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
  content: "\f00a";
}
.cbp-vm-list:before {
  content: "\f039";
}
.cbp-vm-add:before {
  content: "\f055";
}

/* Large grid view */
.cbp-vm-view-grid ul {
  text-align: left;
  margin: 0 -15px;
}

.cbp-vm-view-grid ul li {
  width: 33.3%;
  float: left;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  position: relative;
}
.cbp-vm-view-grid ul li:nth-child(3n + 1) {
  clear: both;
}
.cbp-vm-view-grid ul li > div {
  padding: 0;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.09);
  background: #fff;
}
.cbp-vm-view-grid ul li .cbp-list-left {
  padding-top: 20px;
  padding-top: 0;
  text-align: left;
  position: relative;
  z-index: 999;
}
.cbp-vm-view-grid ul li .cbp-title {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.cbp-vm-view-grid ul li:hover .cbp-title {
  color: #0d6dbc;
  text-decoration: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  margin-top: 0;
  transition: all 0.5s;
}
.cbp-vm-view-grid ul li .cbp-list-more {
  display: none;
}
.cbp-vm-view-grid ul li .more {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  z-index: -1;
  transition: 0.5s all;
  transition: all 0.5s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.cbp-vm-view-grid ul li:hover .more {
  opacity: 1;
  z-index: 22;
  transform: scale(1);
  top: -50px;
}
.cbp-vm-view-grid ul li .more .main_more {
  margin: 0;
}
.cbp-vm-view-grid ul li .more .main_more a {
  height: 42px;
  line-height: 42px;
  display: block;
}

.cbp-vm-view-grid .post_blog_tag {
  display: none;
}
.cbp-vm-view-grid .cbp-list-center {
  padding: 30px 15px 20px;
  position: relative;
  z-index: 999;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 98% bottom;
  position: relative;
  border-top: 1px solid #eaeaea;
}
.cbp-vm-view-grid ul li:hover .cbp-list-center {
  background-color: #fafafa;
}
/* List view */
.cbp-vm-view-list > ul {
  margin: 0;
  margin-top: 20px;
}
.cbp-vm-view-list > ul > li {
  text-align: left;
  border-radius: 0;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
}
.cbp-vm-view-list > ul > li:hover > div {
  box-shadow: none;
}
.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
  content: " ";
  display: table;
}
.cbp-vm-view-list li:after {
  clear: both;
}
.cbp-vm-view-list > ul > li > div {
  padding: 0;
  border: none;
}
.cbp-vm-view-list > ul > li > div:before,
.cbp-vm-view-list > ul > li > div:after {
  display: none;
}
.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
  display: inline-block;
  vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
  width: 32%;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  border-radius: 0;
}
.cbp-vm-view-list ul li:hover .cbp-vm-image {
  border-color: #0d6dbc;
}
.cbp-vm-view-list ul li > div .cbp-list-center {
  width: 68%;
  display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  max-height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
.cbp-vm-view-list ul li:hover .cbp-title {
  color: #0d6dbc;
  text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
  margin-top: 0;
  height: auto;
  padding: 0;
  max-height: 48px;
  font-size: 14px;
}
.cbp-vm-view-list > ul > li .cbp-list-left .line {
  display: none;
}

.cbp-vm-view-list ul li .post_blog_tag {
  margin-top: 15px;
}
.cbp-vm-view-list ul li .more .main_more a {
  height: 40px;
  line-height: 40px;
}

.cbp-vm-view-list .cbp-hover {
  display: none;
}
.cbp-vm-view-list .cbp-list-center {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
  padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
  display: block;
  margin-top: 20px;
  float: right;
  padding-right: 0;
}

@media screen and (max-width: 1299px) {
  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .cbp-vm-view-grid ul {
    margin: 0 -5px;
  }
  .cbp-vm-view-grid ul li {
    padding: 5px;
  }
  .pro-text .categ_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .cbp-vm-view-grid ul li {
    width: 33.33%;
  }
  .cbp-vm-view-list ul li > div .cbp-list-center {
    padding-top: 0;
  }
  .product_section .page-right {
    float: none;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .pro-cat li {
    margin-bottom: 10px;
  }
  .cbp-vm-options {
    margin-top: 0;
  }
  .cbp-vm-view-list ul li .cbp-list-left .more {
    letter-spacing: 0;
  }
  .pro_top .pro-img {
    display: none;
  }
  .cbp-vm-view-list > ul > li > div {
    border-radius: 0;
    padding: 0;
  }
  .cbp-vm-view-grid > ul > li > div {
    border-width: 1px;
    padding: 0;
  }
  .cbp-vm-view-grid .cbp-list-center {
    padding: 10px 10px 15px;
  }
  .cbp-vm-view-grid ul li .more {
    display: none;
    opacity: 0 !important;
  }
}

@media screen and (max-width: 610px) {
  .pro-text .box {
    max-height: 336px;
    overflow: hidden;
  }
  .cbp-vm-view-grid ul li {
    width: 50%;
  }
  .cbp-vm-options {
    text-align: center;
  }
  .cbp-vm-view-list > ul > li {
    width: 100%;
    padding: 15px 0;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    height: 40px;
    line-height: 20px;
  }
  .cbp-vm-view-list .cbp-list-center {
    width: 100%;
    margin-top: 10px;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    width: 100%;
    font-size: 14px;
  }
  .cbp-vm-view-list .cbp-vm-image {
    width: 100%;
    max-width: 240px;
  }
  .cbp-vm-view-list ul li > div > div {
    width: 100%;
  }
  .cbp-vm-view-grid ul li {
    margin-bottom: 0;
  }
  .cbp-vm-view-list ul li .cbp-title {
    font-size: 16px;
    font-weight: 700;
  }
  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 24px;
    height: 48px;
  }
  .cbp-vm-view-grid ul li:nth-child(2n + 1) {
    clear: both;
  }
  .cbp-vm-view-grid ul li:nth-child(3n + 1) {
    clear: none;
  }
  .cbp-vm-view-list .cbp-list-view {
    display: none;
  }
  .cbp-vm-view-list ul li > div .cbp-list-center,
  .cbp-vm-view-list .cbp-list-center .cbp-list-left {
    width: 100%;
    padding: 0;
  }
  .cbp-vm-view-list .pro-list-tags p {
    display: block;
  }
  .cbp-vm-view-list .cbp-list-more {
    padding: 0;
  }
  .cbp-vm-view-list .cbp-list-more .main-more {
    display: inline-block;
    margin-right: 10px;
  }
  .cbp-vm-view-grid .cbp-list-center {
  }
  .cbp-vm-switcher > ul > li .cbp-vm-image {
    border-width: 1px;
  }
  .cbp-vm-view-grid ul li .line {
    display: none;
  }
  .cbp-vm-options em {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .cbp-vm-view-grid ul li .more {
    display: none;
  }
  .cbp-vm-view-list ul li .wrap_more {
    float: none;
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .cbp-vm-view-grid ul li {
    padding: 5px;
  }
  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 13px;
    margin-top: 0;
  }
  .cbp-list-left {
    padding: 0;
  }
  .cbp-vm-image .image_more {
    display: none;
  }
  .pro-text .categ_title {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .cbp-vm-view-grid ul li {
    width: 100%;
  }
}

/* CSS for the loading div */

.sp-loading {
  text-align: center;
  max-width: 100%;
  border: 2px solid #fafafa;
  padding: 2px;
  border-radius: 0;
  font-size: 12px;
  color: #888;
}
.sp-loading img {
  max-width: 100%;
  height: auto;
}

/* Element wrapper */

.sp-wrap {
  display: none;
  line-height: 0;

  font-size: 0;
  border-radius: 3px;
  position: relative;
  /**************
		 Set max-width to your thumbnail width
	 ***************/
  text-align: center;
  width: 100%;
}

/* Thumbnails */

.sp-thumbs {
  text-align: left;
  display: block;
  padding: 10px 0;
}
.sp-thumbs a {
  position: relative;
  border: 1px solid #e7f0f1;
}
.sp-thumbs img {
  min-height: 56px;
  min-width: 56px;
  max-width: 56px;
}
.sp-thumbs a:link,
.sp-thumbs a:visited {
  width: 70px;
  height: 70px;
  overflow: hidden;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
  display: inline-block;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-out;
  margin: 0 3px;
}
.sp-thumbs a:hover {
  opacity: 1;
  border-color: #0d6dbc;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-thumbs a.sp-current {
  opacity: 1 !important;
  position: relative;
  border-color: #0d6dbc;
}

.sp-thumbs a.sp-current:after {
  transform: scaleX(1);
  visibility: visible;
}

/* Image currently being viewed */

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #eee;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sp-large a {
  display: block;
}

/* Panning Zoomed Image */

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: zoom-in;
  display: none;
}
/* Lightbox */

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999999;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev,
#sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: 0.2s;
  text-align: center;
}
#sp-prev {
  left: 14%;
}
#sp-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
}
#sp-next {
  right: 14%;
}
#sp-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 46px;
}
#sp-prev:hover,
#sp-next:hover {
  background: #444;
}

/*详情主图+视频切换*/

.sp-video-icon {
  width: 68px;
  height: 68px;
  color: #fff;
  position: absolute;
  z-index: 99;
  left: 0px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 0;
}
.sp-video-icon img {
  opacity: 0.5;
  width: 100%;
}
.sp-video-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.sp-video {
  position: absolute;
  z-index: 99;
  background: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 0;
  top: 0;
  bottom: 90px;
  overflow: hidden;
  right: 0;
}
.sp-video video {
  width: 100%;
}
.sp-video .video_buttom {
  position: absolute;
  top: 35%;
  left: 40%;
  z-index: 999999;
}
.sp-video .video_buttom i {
  font-size: 60px;
  color: #fff;
}
.prom_img .current_border {
  border: 1px solid #0d6dbc;
}
.prom_img .behind {
  width: 100%;
  height: 100%;
}
.sp-video .video_iframe {
  width: 100%;
}
.sp-video .video_iframe iframe {
  max-width: 100%;
  max-height: 100%;
  height: 420px;
  width: 100%;
}
.prom_img.sp-wrap-video .sp-thumbs {
  padding-left: 70px;
}

@media only screen and (max-width: 1260px) {
  .sp-video .video_iframe iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 992px) {
  .sp-video-icon {
    width: 50px;
    height: 50px;
  }
  .prom_img.sp-wrap-video .sp-thumbs {
    padding-left: 50px;
  }
  .sp-video {
    bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .sp-video .video_iframe iframe {
    height: 500px;
  }
}
@media only screen and (max-width: 425px) {
  .sp-video .video_iframe iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 360px) {
  .sp-video .video_iframe iframe {
    height: 280px;
  }
}

/* Tweak styles for small viewports */

@media screen and (max-width: 768px) {
  #sp-prev {
    left: 10px;
  }
  #sp-next {
    right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 0;
  }
  #sp-prev,
  #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
.sp-current-big img {
  width: 100%;
}
.sp-large img {
  max-width: none;
}

.page_pro .page_column {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
.pro_info_top {
  position: relative;
  z-index: 2;
  background: #f7f7f7;
  padding: 30px 0 50px;
  border-top: 1px solid #f7f7f7;
}

.pro_info_web {
  padding: 40px 0px 50px;
  background: #fff;
  border-bottom: 1px solid #ecedef;
  position: relative;
}
.prom_img {
  padding: 0;
  text-align: center;
  width: 44%;
}
.prom-right {
  padding: 0;
  padding-left: 50px;
  padding-top: 10px;
  width: 56%;
}
.prom-right > h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 20px;
  line-height: 24px;
  font-weight: 700;
}
.prom-right > div.main {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}

.prom-right .pro-table {
  margin-bottom: 0;
  border: 1px solid #eee;
  background: #ffffff;
  border-bottom: none;
}
.prom-right .pro-table ul li {
  background: #fafafa;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.prom-right .pro-table ul li:nth-child(2n + 2) {
  background: rgba(255, 255, 255, 0.1);
}
.prom-right .pro-table ul li p {
  display: inline-block;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
  width: 24%;
  margin: 0;
  font-weight: 400;
  border-right: 1px solid #eee;
  padding: 5px 10px;
}
.prom-right .pro-table ul li span {
  color: #333;
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  color: #666;
  padding: 5px 10px;
}
.prom-right .mobile_inquiry {
  display: inline-block;
}

.prom-right .main_more a:after {
  content: "\f27a";
  font-family: "FontAwesome";
  margin-left: 10px;
  font-size: 14px;
}
.prom-right .main_more.pro_down {
  margin-left: 10px;
  background: #2da0ff;
}
.prom-right .main_more.pro_down:before {
  background: #0d6dbc;
}
.prom-right .main_more.pro_down a:after {
  content: "\f0ed";
}

.title_1 {
  text-align: left;
  background: url(https://ru.jinyibo.com/template/images/icon_send.png)
    no-repeat right top;
  background-size: 36px;
}
.title_1 h4 {
  line-height: 46px;
  text-transform: uppercase;
  color: #333333;
  font-weight: 700;
  font-size: 26px;
}

.mostBox {
  margin: 0 0 30px 0;
}
.mostBox .page_title {
  background: #fafafa;
  padding: 0;
}
.mostBox .page_title:before,
.mostBox .page_title:after {
  display: none;
}
.mostBox .page_title em {
  font-size: 24px;
  line-height: 30px;
  background: #0cb76c;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
}
.mostBox .text {
  font-size: 14px;
  line-height: 24px;
}
.mostBox .text em {
  font-style: italic;
}
.mostBox .text img {
  max-width: 100%;
  height: auto;
}
.mostBox .text a:hover {
  color: #0d6dbc;
}
.mostBox .text ul {
  padding-left: 15px;
}

/*products-tab*/
#parentHorizontalTab02 {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
  margin-top: 0;
}
#parentHorizontalTab02 ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  background: none;
  border-radius: 0;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

#parentHorizontalTab02 .resp-tabs-list li {
  list-style: none;
  cursor: pointer;
  margin: 0;
  border: none;
  display: block;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #4d4d4d;
  margin: 0;
  font-size: 16px;
  line-height: 48px;
  vertical-align: middle;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 25px;
  background: #eeeef0;
}
#parentHorizontalTab02 .resp-tabs-list li i {
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 5px 1px rgba(49, 176, 58, 0.2);
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background: #0d6dbc;
}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
  background: #0d6dbc;
  color: #fff;
}

#parentHorizontalTab02 em.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  padding: 3px 10px !important;
}
#parentHorizontalTab02 em.resp-accordion {
  font-size: 16px;
  margin: 0px;
  background: #f8f8f8;
  margin-bottom: 1px;
  color: #333;
  font-style: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#parentHorizontalTab02 em.resp-tab-active {
  margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
#parentHorizontalTab02 .resp-tab-content {
  display: none;
}
#parentHorizontalTab02 .resp-content-active,
#parentHorizontalTab02 .resp-accordion-active {
  display: block;
}
#parentHorizontalTab02 .resp-tabs-container {
  padding: 35px 0 0;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5ab1d0 !important;
  border-left: 4px solid #5ab1d0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}
#parentHorizontalTab02 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
  border: none;
  position: relative;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
  content: "\f044";
  font-family: "FontAwesome";
  position: absolute;
  right: -6px;
  cursor: pointer;
  font-size: 20px;
  top: -8px;
  color: #fff;
}
#parentHorizontalTab02 em.resp-tab-active {
  background: #e60012 !important;
  color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
  display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
  border: 1px solid #0d6dbc;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #0d6dbc; /* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
  width: 100%;
  margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
  display: block;
}

.products > .title {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 0;
}
.products > .title i {
  background: #0d58cb;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
.products > .title h1 {
  margin: 0;
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin-left: 10px;
}

#pro_inquiry {
  margin-bottom: 35px;
}
#pro_inquiry .send_column {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none;
  padding: 30px;
}
#pro_inquiry .send_column ul li {
  padding: 0 10px;
  margin-bottom: 20px;
}
#pro_inquiry .send_column #email_form {
  box-shadow: none;
  padding: 0;
}
#pro_inquiry .send_column ul {
  padding-top: 0;
  max-width: initial;
}
#pro_inquiry .main-more {
  margin-top: 10px;
}
#pro_inquiry .main-more input {
  line-height: 38px;
  height: 38px;
}
#pro_inquiry .main_title h6 {
  font-size: 36px;
  line-height: 40px;
}
#pro_inquiry .send_column .text {
  max-width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1299px) {
  .pro_info_web {
    padding: 40px;
  }
  .prom-right {
    padding-left: 35px;
  }
  .prom_img {
    width: 45%;
  }
  .prom-right {
    width: 55%;
  }
  .prom-right .pro-table ul li p {
    width: 33%;
  }
  .navigation_content .navigation li {
    max-width: 100%;
  }
  .pro_info_web {
    padding: 30px;
  }
  .products_web {
    padding: 30px 30px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .pro_info_web {
    padding: 30px;
  }
  .prom-right .pro-table ul li p {
    width: 35%;
    padding: 10px 5px;
  }

  .sp-thumbs a:link,
  .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
  }
  .products .pro_img {
    width: 100%;
    padding: 0;
  }
  .products .pro-right {
    width: 100%;
    padding: 0;
    padding-left: 20px;
  }
  .prom_img {
    margin-bottom: 0;
    padding-right: 0;
  }
  .prom-right .pro-table {
    margin-bottom: 0;
  }
  #pro_inquiry {
    position: relative;
    z-index: 9999;
  }
  .products_web {
    padding: 20px 15px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .prom-right > h1 {
    font-size: 16px;
  }
  .pro_info_web {
    padding: 30px 0;
    background: #fff;
  }
  .sp-wrap {
    max-width: 440px;
  }

  .prom_img {
    width: 100%;
  }
  .prom-right {
    width: 100%;
  }
  .pro_info_top:before {
    display: none;
  }
  .pro-right {
    padding: 0;
    margin-top: 0;
  }
  .sp-thumbs {
    text-align: left;
  }
  .prom-right .pro-table {
    margin-top: 10px;
    padding: 0;
    margin-bottom: 0;
  }
  .prom-right {
    padding: 0;
    margin-top: 30px;
  }
  .pro_info_top:before {
    width: 100%;
  }
  .products .pro_inquiry .message {
    padding: 0;
  }
  .mostBox {
    margin-top: 0;
  }
  .mostBox .tab-scroll {
    margin-left: 0;
    padding-bottom: 0;
  }
  .products .pro-list-tags p {
    display: block;
  }
  .pro_message li .meInput,
  .pro_message li .meText {
    width: 100%;
  }
  .pro_message .main_title {
    text-align: center;
  }
  .pro_message .main_title > em {
    background-position: center bottom;
  }
  .prom_main {
    padding: 40px 0;
  }
  .prom_main .pro_con {
    display: none;
  }
  .products > .title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .products > .title h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 70%;
    margin-left: 5px;
    vertical-align: top;
  }
  .pro_message form {
    max-width: 100%;
  }
  #pro_inquiry .send_column ul li {
    padding: 0;
  }
  .prom-right .main_more {
    margin: 15px 0 10px;
    border-width: 1px;
  }
  .prom-right .main_more a:after {
    right: 15px !important;
  }
  .page_downloadW {
    padding: 35px 0;
    background-size: 70%;
  }
  #parentHorizontalTab02 .resp-tabs-container {
    padding: 20px 0 0;
  }
  .page_section .title_1 h4 {
    font-size: 22px;
    line-height: 24px;
  }
  #parentHorizontalTab02 .resp-tabs-list li {
    line-height: 36px;
    padding: 0 10px;
    font-size: 14px;
  }

  .navigation_content .navigation li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .navigation_content .navigation {
    display: block;
  }
  .navigation_content .navigation li a {
    height: 60px;
    padding-left: 50px;
    padding-right: 10px;
  }
  .navigation_content .navigation li a:before {
    height: 60px;
    line-height: 60px;
    width: 40px;
  }
  .navigation_content .navigation li.next_post a {
    padding-right: 55px;
    padding-left: 10px;
  }
  .navigation_content .navigation li a .meta_nav {
    font-size: 14px;
    margin-bottom: 0;
  }
  .navigation_content .navigation li a .post_title {
    font-size: 14px;
    max-height: 26px;
  }
  .navigation_content {
    padding: 25px 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .products .pro-right {
    margin-bottom: 0;
  }
  .prom-right .pro-table ul li p {
    width: 38%;
    font-weight: 500;
  }
  #pro_inquiry .send_column {
    padding: 20px 10px;
  }
}

.page_proW {
  background: #fff;
  padding: 70px 0 68px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.page_proW .slider {
  margin: 15px -15px 0;
}
.page_proW .slider .li {
  padding: 15px;
}
.page_proW .slider .li .column {
  background: #fff;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.09);
  transition: all 0.9s;
}
.page_proW .slider .li .column:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.15);
}
.page_proW .slider .li .column .images {
  padding: 10px;
}
.page_proW .slider .li .column .images a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.page_proW .slider .li .column .images a img {
  transition: all 0.9s;
  width: 100%;
}
.page_proW .slider .li .column:hover .images a img {
  transform: scale(1.05);
}
.page_proW .slider .li .column .wrap {
  padding: 24px 15px 31px;
  margin-top: 5px;
  position: relative;
  border-top: 1px solid #eaeaea;
}
.page_proW .slider .li .column .wrap:after {
  transition: all 0.5s;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0d6dbc;
  content: "";
}
.page_proW .slider .li .column .wrap .title {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  text-transform: capitalize;
  font-weight: 500;
  overflow: hidden;
}
.page_proW .slider .li .column .wrap .text {
  color: #808080;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 13px;
  height: 48px;
}
.page_proW .slider .li .column:hover .wrap:after {
  width: 100%;
}
.page_proW .slider .li .column:hover .wrap .title {
  color: #0d6dbc;
}

@media only screen and (max-width: 1299px) {
  .page_proW {
    padding: 50px 0 70px;
  }
  .page_proW .slider {
    margin: 15px -5px 0;
  }
  .page_proW .slider .li {
    padding: 15px 5px;
  }
  .page_proW .slider .li .column .wrap .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .page_proW {
    padding: 40px 0 30px;
  }
  .page_proW .slider .li .title {
    font-size: 13px;
  }
}

/*back-top*/
.back_top {
  width: 48px;
  height: 48px;
  text-align: center;
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 99999999;
  display: none;
  background: #0d6dbc;
  background-size: cover;
  transition: all 0.5s;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.back_top:before {
  content: "\f106";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 22px;
  display: block;
  line-height: 44px;
}
.back_top:hover {
  text-decoration: none;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0, 0.2);
  background: #0d0d0d;
}
.back_top:hover:before {
  -webkit-animation: scroll_up_anim 1.5s infinite;
  animation: scroll_up_anim 1.5s infinite;
}
@-webkit-keyframes scroll_up_anim {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
@keyframes scroll_up_anim {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-3px);
  }
}
.back_top:link {
  text-decoration: none;
}
.back_top:hover:before {
  color: #fff;
  text-decoration: none;
}

#online_qq_layer {
  z-index: 999999999;
  position: fixed;
  right: 10px;
  bottom: 0px;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  height: 46px;
  width: 186px;
  float: right;
  line-height: 46px;
  padding-left: 40px;
  position: relative;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  text-transform: capitalize;
  box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 4px 5px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all var(--transition-time, 800ms);
  font-weight: 700;
  transition: all var(--transition-time, 800ms);
  background: #0d6dbc;
}
#online_qq_tab #floatShow i {
  height: 28px;
  width: 26px;
  background: url(images/online.png) no-repeat center;
  position: absolute;
  left: 6px;
  top: 10px;
  display: inline-block;
}
#online_qq_tab #floatShow:hover {
  margin-right: 0;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 13px;
  float: right;
  color: #808080;
  line-height: 50px;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 10px;
}
#online_qq_tab #floatHide i {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}

#online_qq_tab #floatShow:hover,
#online_qq_tab #floatHide:hover {
  text-decoration: none;
}

#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  border-top: none;
}
#online_qq_layer .inquiry .main_more {
  margin-top: 5px;
}
#online_qq_layer .inquiry .main_more input {
  line-height: 38px;
  padding: 0 20px;
  height: 38px;
}

#onlineService .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
  background: #0d6dbc;
}
#onlineService .title b {
  color: #fff;
  font-weight: normal;
}
#onlineService .text {
  margin-bottom: 10px;
  color: #808080;
  line-height: 20px;
  font-size: 12px;
}
.i_message_inquiry .inquiry {
  padding: 20px;
}

.i_message_inquiry .inquiry .form-control {
  border: 1px solid #e5e5e5;
  background: none;
  line-height: 38px;
  height: 40px;
  color: #808080;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
  padding-right: 45px;
  border-radius: 0;
  padding-left: 10px;
}
.i_message_inquiry .inquiry .form-control:focus {
  color: #333;
  border-color: #0d6dbc;
}
.i_message_inquiry .inquiry .input-group {
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
  border: none;
  display: block;
}
.i_message_inquiry .inquiry .input-group span {
  display: block;
  position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_n:before {
  background-image: url(/images/mes_n1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_p:before {
  background-image: url(/images/mes_p1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_e:before {
  background-image: url(/images/mes_e1.png);
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
  height: 100px;
  max-height: 100px;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  padding-top: 10px;
  line-height: 20px;
}

.i_message_inquiry .inquiry .input-group span.ms_m:before {
  background-image: url(/images/mes_m1.png);
}
.i_message_inquiry .inquiry .input-code span {
  display: inline-flex;
  align-items: center;
}
.i_message_inquiry .inquiry .input-code .form-control {
  max-width: 80px;
  padding: 0px 5px 0 10px;
}
.i_message_inquiry .inquiry .input-code span {
  display: inline-flex;
  align-items: center;
}
.i_message_inquiry .inquiry .input-code img {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1320px) {
  #online_qq_layer {
    right: 20px;
  }
}

/*fixed-contact*/
.fixed-contact-wrap {
  z-index: 99999;
  position: fixed;
  right: 0px;
  top: 20%;
  width: 50px;
  overflow: hidden;
  border-radius: 0px;
  opacity: 0;
  transition: all 0.4s;
  transform: translateX(95px);
  -webkit-transform: translateX(95px);
  -moz-transform: translateX(95px);
}
.fixed-contact-wrap.show {
  transform: none;
  opacity: 1;
}
.fixed-contact-wrap.active {
  width: 260px;
}
.fixed-contact-wrap li {
  position: relative;
  height: 50px;
  background: #0d6dbc;
  overflow: hidden;
  transition: all 0.4s;
  list-style: none;
}
.fixed-contact-wrap.active li {
  list-style: none;
}
.fixed-contact-wrap li > div {
  position: relative;
  z-index: 1000;
  display: block;
}
.fixed-contact-wrap li i {
  z-index: 1000;
  position: absolute;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.4s;
  background-color: #0d6dbc;
  background-repeat: no-repeat;
  background-position: center center;
}
.fixed-contact-wrap.active li:after {
  z-index: 1001;
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.fixed-contact-wrap.active li:last-child:after {
  display: none;
}
.fixed-contact-wrap li:hover i,
.fixed-contact-wrap li:hover a {
  opacity: 0.8;
}
.fixed-contact-wrap .online_p i {
  background-image: url(images/right_p.png);
  border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}
.fixed-contact-wrap .online_e i {
  background-image: url(images/right_e.png);
}
.fixed-contact-wrap .online_w i {
  background-image: url(images/right_w.png);
}
.fixed-contact-wrap .online_s i {
  background-image: url(images/right_s.png);
}
.fixed-contact-wrap .online_code i {
  background-image: url(images/right_code.png);
}

.fixed-contact-wrap li a {
  position: absolute;
  top: 0;
  right: -135px;
  display: block;
  width: 190px;
  line-height: 110%;
  padding: 20px 0 0 30px;
  color: #fff;
  background: #0d6dbc;
  white-space: nowrap;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: normal;
  text-align: right;
}
.fixed-contact-wrap.active li a {
  right: 60px;
}
.fixed-contact-wrap .online_code a img {
  max-width: 80px;
}
.fixed-contact-wrap.active .online_code {
  height: 130px;
}
.fixed-contact-wrap.active .online_code a p {
  margin: 0;
  margin-bottom: 5px;
}
.fixed-contact-wrap li.online_code:hover a {
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .fixed-contact-wrap {
    display: none !important;
  }
  .fixed-contact-wrap.show {
    opacity: 0;
  }
}

.mobile_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 999999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 0 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.mobile_nav a {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  float: left;
  text-align: center;
  color: #0d6dbc;
}
.mobile_nav a i {
  font-size: 16px;
}
.mobile_nav a p {
  color: #0d0d0d;
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  margin: 0;
}
.mobile_nav a:nth-child(3) {
  float: right;
}
.mobile_nav a:nth-child(4) {
  float: right;
}

@media only screen and (max-width: 992px) {
  #service {
    display: none;
  }
  #onlineService01 {
    width: 150px;
  }
  .onlineMenu .call-top {
    padding: 8px 5px;
  }
  .onlineMenu .call-top p {
    font-size: 16px;
  }
  .onlineMenu ul {
    padding: 10px;
  }
  .onlineMenu .call > p {
    padding-left: 20px;
    font-size: 13px;
  }
  .onlineMenu .call > p a {
    font-size: 13px;
  }
  .onlineMenu .call > p.ser01,
  .onlineMenu .call > p.ser02,
  .onlineMenu .call > p.ser03,
  .onlineMenu .call > p.ser04,
  .onlineMenu .call > p.ser05 {
    background-size: 12px;
  }
  .back_top {
    right: 0;
    bottom: 120px;
    width: 40px;
    height: 40px;
  }
  .back_top:before {
    font-size: 20px;
    line-height: 36px;
  }
  .online_section {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #online_qq_tab #floatShow p {
    display: none;
  }
  #online_qq_layer {
    right: 0;
  }
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
    bottom: 0;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: #0d6dbc url(images/mobile-inq.png) no-repeat center center;
    border-radius: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -25px;
    border: 2px solid #fff;
    padding: 0;
    box-shadow: none;
    border-radius: 50%;
    text-indent: -999999px;
    z-index: 9999999999;
  }
  #online_qq_tab #floatShow i {
    display: none;
  }
  #online_qq_tab #floatShow span {
    display: none;
  }
  #online_qq_tab #floatShow:after {
    display: none;
  }
  #online_qq_tab .animated-circles {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  #onlineService .i_message_inquiry .main-more input {
    padding: 8px 20px;
  }
  .i_message_inquiry .inquiry {
    padding: 15px 10px;
  }
  #onlineService .title {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 375px) {
  .mobile_nav a p {
    text-transform: capitalize;
  }
}

/*!
	* baguetteBox.js
	* @author  feimosi
	* @version 1.8.2
	* @url https://github.com/feimosi/baguetteBox.js
	*/
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.tz-gallery > div:nth-child(4n + 2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.tz-gallery > div:nth-child(4n + 3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.tz-gallery > div:nth-child(4n + 4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/* Styles for the gallery */

.tz-gallery {
  padding: 0;
}
.tz-gallery > div {
  width: 20%;
}
.tz-gallery .lightbox {
  border: 3px solid #f7f7f7;
  display: block;
  overflow: hidden;
  padding: 5px;
}
.tz-gallery .lightbox:hover {
  border-color: #eee;
}
.tz-gallery .lightbox img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: all 0.9s;
}
.tz-gallery .lightbox:hover img {
  transform: scale(1.1);
}
.tz-gallery .lightbox .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d6dbc;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
}
.tz-gallery .lightbox:hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tz-gallery .lightbox .icon:after {
  content: "";
  background: #0d6dbc;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.tz-gallery .lightbox .icon i {
  background: url(/images/plus.png) no-repeat;
  width: 24px;
  height: 24px;
}
.tz-gallery .thumbnail {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

.tz-gallery img {
  border-radius: 2px;
}

.tz-gallery .caption {
  padding: 10px 15px;
  text-align: center;
}

.tz-gallery .caption h3 {
  font-size: 14px;
  margin: 0;
}

.tz-gallery .caption p {
  font-size: 14px;
  color: #444;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 0;
}

.baguetteBox-button {
  background-color: transparent !important;
}
@media only screen and (max-width: 1024px) {
  .tz-gallery > div {
    padding: 0 5px;
  }
  .tz-gallery {
    margin: 0 -5px;
  }
  .tz-gallery .thumbnail {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .tz-gallery .thumbnail {
    margin-bottom: 20px;
  }
  .tz-gallery > div {
    width: 50%;
  }
}

.light_box {
  position: relative;
  display: inline-block;
}
.light_box::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 400ms ease-in-out;
  background: rgba(0, 0, 0, 0.15);
}
.light_box::before {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 400ms ease-in-out;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.light_box::after {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(1, 0);
}
.light_box::before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0, 1);
}
.light_box:hover::before,
.light_box:hover::after,
li:hover .light_box::before,
.honor_section .li:hover .light_box::before,
.honor_section .li:hover .light_box::after,
li:hover .light_box::before,
li:hover .light_box::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.table-responsive {
  overflow-x: auto;
}
