@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
   font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
   font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
   font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
   font-weight:700;
  font-display: swap;
}


@font-face {
  font-family: 'bl';
  src: url(../fonts/BlenderPro-Bold.ttf) format('truetype'), url(../fonts/BlenderPro-Bold.eot) format('eot'), url(../fonts/BlenderPro-Bold.woff) format('woff'), url(../fonts/BlenderPro-Bold.woff2) format('woff2');
   font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'bl';
  src: url(../fonts/BlenderPro-Book.ttf) format('truetype'), url(../fonts/BlenderPro-Book.eot) format('eot'), url(../fonts/BlenderPro-Book.woff) format('woff'), url(../fonts/BlenderPro-Book.woff2) format('woff2');
   font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'bl';
  src: url(../fonts/BlenderPro-Medium.ttf) format('truetype'), url(../fonts/BlenderPro-Medium.eot) format('eot'), url(../fonts/BlenderPro-Medium.woff) format('woff'), url(../fonts/BlenderPro-Medium.woff2) format('woff2');
   font-weight: 500;
  font-display: swap;
}

:root {
  --base-color: #046abc;
}
.video{
  font-size: 0;
}
.video::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  opacity: .3;
}

body {
  font-family: "poppins-regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1400px;
  width: 95%
}
p {
  color: #8e8e8e;
}
#header2 {
  z-index: 200;
  position:fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}
#header2.inner{
  position: relative;
}
#header2 .nav {
  display: inline-block;
  width: 100%;
}
#header2 .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px;
}
#header2 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position:relative;
  left: 0px;
  top: 0px;
}

#header2.inner .nav .ui.menu .logo{
  position: relative;
  left: auto;
  top: auto;
}
#header2 .nav .ui.menu .logo img{
  width: 150px;
  vertical-align: middle;
}
#header2 .nav .ui.menu .logo span{
  display: inline-block;
  vertical-align: middle;
}

body.inner #header2 .nav .ui.menu .menu-box ul.menu > li{
  color: #fff;
}

#header2 .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header2 .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 30px 0 0;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header2 .nav .ui.menu .menu-box ul.menu > li > a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 2;
}
#header2 .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  display: block;
  background: #046abc;
  position: absolute;
  left: -webkit-calc(-30px / 2);
  left: -moz-calc(-30px / 2);
  left: calc(-30px / 2);
  top: 50%;
  right: -webkit-calc(-30px / 2);
  right: -moz-calc(-30px / 2);
  right: calc(-30px / 2);
  bottom: 0;
  z-index: -1;
  max-height: 50px;
  min-height: 50px;
  -webkit-transform: translateY(-50%) scaleX(0);
  -moz-transform: translateY(-50%) scaleX(0);
  -ms-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}
#header2 .nav .ui.menu .menu-box ul.menu > li:last-child {
  padding-right: -webkit-calc(50px / 2);
  padding-right: -moz-calc(50px / 2);
  padding-right: calc(50px / 2);
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  position: absolute;
  top: -webkit-calc(120px - (120px - 50px)/2);
  top: -moz-calc(120px - (120px - 50px)/2);
  top: calc(120px - (120px - 50px)/2);
  top: max(50px,-webkit-calc(120px - (120px - 50px)/2));
  top: max(50px,-moz-calc(120px - (120px - 50px)/2));
  top: max(50px,calc(120px - (120px - 50px)/2));
  min-width: 220px;
  white-space: nowrap;
  margin: 0;
  z-index: 1;
  padding: 0.85rem 0;
  pointer-events: none;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 40px;
  color: black;
  font-size: 12px;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  padding: 0 15px;
  position: relative;
  color: black!important;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  width: 20px;
  bottom: 0;
  height: 2px;
  background-color: #046abc;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#header2 .nav .ui.menu .menu-box ul ul {
  background-color: #fff;
  right: auto;
  left: -webkit-calc(-50px / 2);
  left: -moz-calc(-50px / 2);
  left: calc(-50px / 2);
}
#header2 .nav .ui.menu .menu-box ul > li > ul.sub-menu {
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#header2 .nav .ui.menu .menu-box ul > li.on > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  z-index: 90;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header2 .nav .ui.menu .menu-box ul > li.on > a {
  color: #FFFFFF;
}
#header2 .nav .ui.menu .menu-box ul > li.on > a:before {
  -webkit-transform: translateY(-50%) scaleX(1);
  -moz-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
#header2 .nav .ui.menu .h-search {
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header2 .nav .ui.menu .language {
  position: relative;
  cursor: pointer;
}
#header2 .nav .ui.menu .language ul {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header2 .nav .ui.menu .language ul li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header2 .nav .ui.menu .language ul li:hover a {
  background: #ffb11b;
  color: white;
}
#header2 .nav .ui.menu .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header2 .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header2 .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header2 .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header2 .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header2 .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header2 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header2 .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header {
  z-index: 9;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
#header .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  width: 270px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}
#header .other {
  width: -webkit-calc(100% - 270px);
  width: -moz-calc(100% - 270px);
  width: calc(100% - 270px);
  height: 140px;

}
#header .h-top {
  background: #d2d2d2;
  position: relative;
  z-index: 3;
}
#header .h-top:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 50%;
  background: var(--base-color);
  z-index: -1;
  max-width: 530px;
}
#header .h-top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top ul.infolist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -35px;
}
#header .h-top ul.infolist li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px;
  border-right: 1px solid #aaa;
  font-weight: 500;
  font-family: "bl";
}
#header .h-top ul.infolist li:nth-child(2) {
  border: none;
}
#header .h-top ul.infolist li img {
  margin-right: 10px;
}
#header  .h-search {
  display: inline-flex;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 40px;
  cursor: pointer;
  cursor: hand;
  height: 36px;
  line-height: 36px;
  justify-content: space-between;
  padding: 0 20px;
  border-radius: 18px;
  align-items: center;
  width: 200px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "bl";
  font-weight: 500;
  background: #d2d2d2;
}
#header .h-top .sharelist {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 10px 10px;
}
#header .h-top .sharelist li {
  margin: 0 10px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .h-top .sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  position: relative;
  top: 10px;
}
#header .nav .feedback {
  font-size: 18px;
  border-radius: 5px;
  background: var(--base-color);
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}
#header .nav .feedback:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu {
  margin: 0 -10px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 45px;
  font-size: 18px;
  line-height: 1.8;
  color: #2a2a2a;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  padding: 0 10px;
  font-family: "bl";
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--base-color);
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav .ui.menu .menu-box ul.menu > li:after{
  content: ">";
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: -10px;
  color: #000;
  transform: rotateZ(90deg);
  transition: 0.3s all;
  opacity: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(2):after,
   #header .nav .ui.menu .menu-box ul.menu > li:nth-child(3):after{
    opacity: 1;
  }
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover:before {
  content: "";
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover:after{
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  transform: none;
}
#header .nav .ui.menu .menu-box ul.menu > li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active:before {
  content: "";
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu li{
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul.sub-menu,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) ul.sub-menu{
  width: 360px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 0;
  left: 100%;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--base-color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header  .language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: auto;
}
#header  .language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  font-size: 18px;
  margin: 0 10px;
  font-family: 'bl';
  font-weight: 700;
  color: #fff;
}
#header  .language span img {
  margin-right: 15px;
}
#header  .language span .fa-angle-down {
  font-size: 14px;
  margin-left: 12px;
}
#header  .language ul.lang {
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--base-color);
  display: none;
  max-height: 800px;
overflow-y: scroll;
}
#header  .language ul.lang li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: #000;
  -webkit-transition: 0.5s all, line-height 0s;
  -moz-transition: 0.5s all, line-height 0s;
  transition: 0.5s all, line-height 0s;
  text-transform: capitalize;
}
#header  .language ul.lang li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
#header  .language ul.lang li a img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
#header  .language ul.lang li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #222;
}
#header  .language ul.lang li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  position: relative;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
  
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: keep-all;
  /*white-space: nowrap;*/
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(odd) {
  background: #eee;
}

table tr:first-child{
  color: #fff;
  background: #484443;
}

table tr td:first-child{
  text-align: left;
}

table tr:first-child p{
  color: #fff;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li{
  position: relative;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {

  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}
/*#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}*/
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 28px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .video {
    margin-top: 120px;
  }
  .inner-page {
    padding-top: 40px;
  }
  table td,
  table th{
    white-space: nowrap;
  }
}
.topBarInMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: inherit;
  float: right;
  height: 120px;
  height: max(50px,60px);
  margin-left: -webkit-calc(50px / 2);
  margin-left: -moz-calc(50px / 2);
  margin-left: calc(50px / 2);
}
.topBarInMenu .topBarInMenuCell {
  line-height: 120px;
  line-height: max(50px,120px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topBarInMenu .topBarInMenuCell .btTopBox {
  /*background-color: rgba(255, 255, 255, 0.14);*/
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#banner {
  background-image: url(../images/bgn-slider-logo-area.png);
  background-position: left top;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
}
#banner .left {
  width: 50%;
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1), -moz-transform 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
  opacity: 0;
}
#banner h2 {
  font-size: 75px;
  line-height: 1;
  font-family: 'Poppins-Bold';
  text-transform: uppercase;
}
#banner h2 span {
  color: #0168b7;
}
#banner .slick-active .left {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#banner .slick-slider .slick-dots {
  height: 5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 1.875em;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 !important;
}
#banner .slick-slider .slick-dots li {
  border: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  min-width: 1.25em;
  width: auto;
  height: 1.25em;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 1em;
  height: 1em;
  cursor: pointer;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
}
#banner .slick-slider .slick-dots li button {
  outline: none;
  border: 0;
  background: transparent;
  font-size: 0;
}
#banner .slick-slider .slick-dots li:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #0f0f0f;
  opacity: .2;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  margin: 0 7px;
}
#banner .slick-slider .slick-dots li.slick-active:after {
  width: 30px;
  background: #046abc;
  opacity: 1;
}
.bt_bb_button {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.25em;
  float: left;
  margin-right: 0.5em;
  margin-left: 0;
}
.bt_bb_button a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
  color: inherit;
  overflow: hidden;
}
.bt_bb_button a .bt_bb_button_text {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  position: relative;
  color: inherit;
}
.bt_bb_button.bt_bb_icon_position_left .bt_bb_button_text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 -2em 0 0;
}
.bt_bb_button.bt_bb_icon_position_left[class*="bt_bb_icon_color_scheme_"] .bt_bb_icon_holder {
  margin: 0;
}
.bt_bb_size_large.bt_bb_button a .bt_bb_button_text {
  padding: 20px;
}
.bt_bb_button a .bt_bb_icon_holder {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  transition: 300ms ease all;
  padding: 0;
  width: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 3em;
  -moz-box-flex: 1;
  -ms-flex: 1 0 3em;
  flex: 1 0 3em;
  min-width: 3em;
}
.bt_bb_icon_color_scheme_11.bt_bb_button a.bt_bb_link .bt_bb_icon_holder {
  background: #2b63ad;
}
.bt_bb_button a.bt_bb_link:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a {
  -webkit-box-shadow: 0 0 0 2em #046abc inset;
  box-shadow: 0 0 0 2em #046abc inset;
  background-color: transparent;
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a .bt_bb_button_text {
  color: #ffffff;
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a:hover {
  -webkit-box-shadow: 0 0 0 0 #046abc inset, 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 #046abc inset, 0 5px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a:hover .bt_bb_button_text {
  color: #046abc;
}
.section_title {
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Poppins-Bold';
}
.section_title u {
  position: relative;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
}
.section_title u::after {
  display: block;
  content: "";
  background: #046abc;
  height: 15px;
  left: -10px;
  right: -10px;
  bottom: 5px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 0.3em;
}
.our-product {
  padding: 100px 0;
}
.our-product .mml-text h3 {
  font-size: 16px;
  line-height: 1.5;
  min-height: 7.5rem;
}

.our-product .mml-text p{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our-product .cat img {
  vertical-align: middle;
}
.our-product .cat ul{
  text-align: center;
}
.our-product .cat li {
  width: auto;
  position: relative;
  text-align: left;
}
.our-product .cat li a {
  margin: 0 10px;
  position: relative;
}

.our-product .cat li a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #046abc;
  transition: .5s ease;
}

.our-product .cat li a:hover:after{
  width: 100%;
}

.our-product .cat li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #a6a6a6;
}
.our-product .cat li:last-child:after {
  display: none;
}
.our-product .list ul {
  margin: -30px;
}
.our-product .list ul li {
  padding: 30px;
}

.our-product .list ul li .img{
  position: relative;
  z-index: 10;
}

.our-product .list ul li .img a{
  filter: drop-shadow(0 0 1px #ccc);
}
.our-product .list ul li .img img{
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}


.our-product .more_btn .bt_bb_button_text {
  position: relative;
}
.our-product .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.our-product .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.bt_bb_floating_image {
  position: absolute;
}
.bt_bb_floating_image_horizontal_position_right.bt_bb_floating_image {
  right: 0;
}
.bt_bb_floating_image_vertical_position_top.bt_bb_floating_image {
  top: 0;
}
.bt_bb_floating_image_vertical_position_bottom.bt_bb_floating_image {
  bottom: 0;
}
.bt_bb_floating_image_horizontal_position_left.bt_bb_floating_image {
  left: 0;
}
.bt_bb_floating_image_image {
  -webkit-transition: -webkit-transform 1200ms ease-out;
  transition: -webkit-transform 1200ms ease-out;
  -moz-transition: transform 1200ms ease-out, -moz-transform 1200ms ease-out;
  transition: transform 1200ms ease-out;
  transition: transform 1200ms ease-out, -webkit-transform 1200ms ease-out, -moz-transform 1200ms ease-out;
}
.bt_bb_image {
  display: block;
  overflow: hidden;
}
.bt_bb_image img {
  display: block;
  margin: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
.bt_bb_section_top_section_coverage_image,
.bt_bb_section_bottom_section_coverage_image {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.our-about {
  overflow: visible;
  background-color: #f5f5f5;
  position: relative;
}
.our-about .box {
  margin: -15px;
}
.our-about .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.our-about .left .img {
  z-index: 2;
  position: relative;
}
.our-about .left .img span img {
  /*-webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  */
  border-radius: 40px;
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.our-about .right .area {
  padding-left: 35%;
  position: relative;
}
.our-about .right .area > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.shouye{
  font-size: 16px;
line-height: 2;
margin-top: 30px;
color: #8e8e8e;
}


.shouye h1{
	display: inline!important;
}
.our-about .right .area h4 {
  font-size: 45px;
  line-height: 1.4;
  font-family: 'Oswald-Bold';
}
.our-about .right .area ul {
  margin: 0 -15px;
}
.our-about .right .area ul li {
  padding: 0 15px;
  position: relative;
}
.our-about .right .area ul li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #b5b5b5;
}
.our-about .bt_bb_port {
  padding-top: 90px;
  z-index: 3;
  position: relative;
}
.jianju{
  padding-top: 0px!important;
}
.our-about .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
.advantage-title {
  position: relative;
  z-index: 3;
  background-color: #f5f5f5;
}
.advantage-title .bt_bb_port {
  padding-top: 220px;
  padding-bottom: 60px;
}
.advantage-title .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.i-advantage {
  position: relative;
  overflow: hidden;
}
.i-advantage .bt_bb_port {
  padding-top: 60px;
  padding-bottom: 60px;
}
.i-advantage h3 {
  font-size: 18px;
  line-height: 32px;
}
.i-advantage ul {
  margin: -35px;
}
.i-advantage ul li {
  padding: 35px;
}
.i-advantage .more_btn .bt_bb_button_text {
  position: relative;
}
.i-advantage .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.i-advantage .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.i-advantage .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
.our-customers {
  position: relative;
  overflow: visible;
}
.our-customers .bt_bb_port {
  z-index: 3;
  position: relative;
}
.our-customers .box {
  max-width: 1660px;
  margin-left: auto;
  padding: 0 15px;
}
.our-customers .left {
  width: 55%;
  vertical-align: middle;
  padding-right: 30px;
}
.our-customers .right {
  width: 45%;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.our-customers .right .img {
  z-index: 2;
  position: relative;
}
.our-customers .right .img img {
  /*-webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;*/
  border-radius: 40px;
}
.our-customers .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.customers_slider .img {
  width: 25%;
}
.customers_slider .img img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
.customers_slider .mml-text {
  width: 75%;
}
blockquote {
  font-style: normal;
  display: block;
  margin: 0;
  position: relative;
  padding: 30px 0 0;
}
blockquote::before {
  content: "\f10e";
  font-weight: 900;
  display: block;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  color: #046abc;
  font-family: FontAwesome;
}
.our-news {
  position: relative;
  background-color: #f5f5f5;
  z-index: 3;
  padding-bottom: 140px;
}
.our-news .box {
  max-width: 1660px;
  margin-left: auto;
}
.our-news .more_btn .bt_bb_button_text {
  position: relative;
}
.our-news .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.our-news .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.our-news .dot_arrow {
  margin-top: 70px;
}
.our-news .dot_arrow .slick-dots li {
  width: 6px;
  height: 6px;
  background-color: #e5e5e5;
  border-radius: 3px;
  display: inline-block;
}
.our-news .dot_arrow .slick-dots li:not(:last-child) {
  margin-right: 4px;
}
.our-news .dot_arrow .slick-dots li button {
  display: none;
}
.our-news .dot_arrow .slick-dots li.slick-active {
  width: 32px;
  background-color: #046abc;
}
.our-news .dot_arrow .arrow_left,
.our-news .dot_arrow .arrow_right {
  font-size: 30px;
}
.news_slider {
  overflow: hidden;
}
.news_slider .slick-list {
  padding-right: 20%;
}
.news_slider ul {
  margin: -30px;
}
.news_slider ul li {
  padding: 30px;
}
.news_slider h4 {
  font-size: 20px;
  line-height: 36px;
  min-height: 5rem;
}
.help {
  position: relative;
  overflow: hidden;
}
.help .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-bottom: 120px;
}
.help .box {
  margin: -15px;
}
.help .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.help .left .img {
  z-index: 2;
  position: relative;
}
.help .left .img img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.help .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.help .form span {
  position: relative;
  display: block;
}
.help .form span.must::after {
  display: block;
  content: "";
  background: #046abc;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  z-index: 5;
  pointer-events: none;
  border-radius: 6px;
}
.help .form input,
.help .form textarea {
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
.help .form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.help .form textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.help .form button {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #046abc;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.help .form button:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.help .form ul {
  margin: -10px -15px;
}
.help .form ul li {
  padding: 10px 15px;
  width: 50%;
}
.help .form ul li.wid-100 {
  width: 100%;
}
.help .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
#footer .footer-top {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
#footer .footer-top .bt_bb_port {
  z-index: 3;
  position: relative;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-top .footer-content .footer-block h4 {
  font-size: 21px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
#footer .footer-top .footer-content .footer-block li {
  margin-bottom: 5px;
  opacity: .7;
  font-family: 'arial';
}
#footer .footer-top .footer-content .footer-block.product li{
  text-transform: uppercase;
  max-width:350px;
}
#footer .footer-top .footer-content .footer-block .icon {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top .footer-content .footer-block .icon img {
  vertical-align: middle;
}
#footer .footer-top .footer-content .footer-block.logo {
  max-width: 200px;
}
#footer .footer-top .footer-content .footer-block.contact {
  max-width: 400px;
}
#footer .footer-bottom {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
#footer .footer-bottom .bt_bb_port {
  position: relative;
  z-index: 3;
  padding: 25px 0;
}
#footer .footer-bottom .fl p,
#footer .footer-bottom .fl a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom .fl img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .footer-bottom .bt_bb_button_footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
#footer .footer-bottom .bt_bb_button_footer a:hover .bt_bb_button_text:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
#footer .footer-bottom .bt_bb_button_text {
  -webkit-order: 2;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  order: 2;
  position: relative;
}
#footer .footer-bottom .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: -5px;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
#footer .footer-bottom .bt_bb_icon_holder {
  margin-right: 0.5em;
}
#footer .footer-bottom .bt_bb_icon_holder::before {
  content: "\f106";
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #046abc;
}
#footer .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
#footer .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .social-links a {
  font-size: 18px;
}
#footer .footer-bottom .fl a.huhu{
  font-size: 16px;
  line-height: 30px;
  margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 360px;
    display: block;
    float: right;
}
#ewm {
  width: 150px;
  margin: auto;
}
.haha{
	margin-top: 40px;
	margin-bottom: 40px;
}
.zhishi{
    font-size: 24px!important;
    line-height: 40px!important;
    text-align: center!important;
    color: #8e8e8e!important;
}

.bankuai{
    font-size: 18px!important;
    line-height: 32px!important;
    color: #8e8e8e!important;
    }
.xiajianju{
    padding-bottom: 10px!important;
}

@media screen and (max-width: 1800px) {
  #header2 .nav .ui.menu {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1600px) {
  .topBarInMenu{
    margin-left: 0;
  }

  #header2 .nav .ui.menu .logo img{
    width: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 40px;
  }
}

@media screen and (max-width: 1400px) {
  
#header .h-top:before{
  width: 38%;
}
#header .nav .ui.menu .menu-box ul.menu > li{
  margin-right: 15px;
}
  #header2 .nav .ui.menu .logo{
    text-align: center;
  }
  #header2 .nav .ui.menu .logo span{
    font-size: 14px;
  }

  .topBarInMenu .topBarInMenuCell .btTopBox{
    width: 40px;
  }

  .topBarInMenu .topBarInMenuCell .btTopBox img{
    width: 15px;
  }


  #banner h2 {
    font-size: 48px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li:nth-child(1),
  #header2 .nav .ui.menu .menu-box ul.menu > li:nth-child(2) {
    color: #000000;
  }
  #header2 .nav .ui.menu .logo {
    position: relative;
    left: auto;
    top: auto;
  }

  #header2 .nav .ui.menu .logo img{
    width: 80px;    
  }

  .section_title {
    font-size: 38px;
  }
  .i-advantage ul {
    margin: -20px;
  }
  .i-advantage ul li {
    padding: 20px;
  }

  #header2 .nav .ui.menu .logo img{
    width: 60px;
  }
  #footer .footer-top .footer-content .footer-block.product{
    display: none;
  }
}
@media screen and (max-width: 1200px) {
 #header .logo{
   width: 150px;
 }
 .font-16 {
    font-size: 14px;
    line-height: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li{
  font-size: 14px;
}
.our-product .cat li{
  width: 50%!important;
}
#header .other {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    height: 140px;
}
  #header2 .nav .ui.menu .logo span{
    font-size: 12px;
    display: block;
    margin: 0;
  }
  
  
  #header2 .nav .ui.menu .logo img {
    width: 60px;
  }
  #banner .content {
    top: 25%;
  }
  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about .right .mml-text {
    margin: 0;
  }
  .advantage-title .bt_bb_port {
    padding-top: 60px;
  }
  .help .form input,
  .help .form textarea {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 300px;
  }
  #footer .footer-top .footer-content .footer-block h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .huhu{
    display: none!important;
  }
}
@media screen and (max-width: 1000px) {
#header{
  display: none;
}
  #header2 {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left {
    width: 100%;
  }
  #banner li {
    height: auto;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
  }
  .our-customers .left {
    width: 100%;
    padding: 0;
  }
  .our-customers .right {
    width: 100%;
    padding: 0;
  }
  .our-news {
    padding-bottom: 60px;
  }
  .help .left {
    width: 100%;
  }
  .help .right {
    width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.ewm,
  #footer .footer-top .footer-content .footer-block.link,
  #footer .footer-top .footer-content .footer-block.product {
    display: none;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 400px;
  }
  #footer .footer-bottom .fr {
    display: none;
  }
  .help .bt_bb_port {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {

  #banner h2 {
    font-size: 40px;
  }
  #banner .content {
    top: 10%;
  }
  .our-product {
    padding: 60px 0;
  }
  .about-page .about-1 .bt_bb_port{
    padding-top: 30px!important;
    padding-bottom: 50px!important;
  }
  .about-page .about-2 .bt_bb_port{
    padding-top: 50px!important;
  }
  .about-page .about-3 .bt_bb_port{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }
  .product-page{
    padding: 20px 0 50px!important;
  }
  .product-page .sideBox .slideRight .hmvillaelevator1 h1{
    font-size: 20px!important;
    line-height: 36px!important;
    display: none!important;
  }
  .miaoshu{
    display: none!important
  }
  .chanpinye{
    display: none!important;
  }
  .section_title {
    font-size: 30px;
    line-height: 50px;
  }
  .section_title u::after {
    height: 10px;
    bottom: 0;
  }
  .our-product .cat {
    display: none;
  }
  .our-about .right .area > img {
    display: none;
  }
  .our-about .right .area {
    padding-left: 0;
  }
  .our-about .right .area ul li:first-child:after {
    display: none;
  }
  .our-product .list ul {
    margin: -15px;
  }
  .our-product .list ul li {
    padding: 15px;
  }
  .our-customers {
    display: none;
  }
  .our-news {
    padding-top: 60px;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.logo {
    text-align: center;
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-content .footer-block {
    max-width: 100%!important;
  }
  #footer .social-links {
    display: block;
  }
  #footer .social-links a {
    margin: 10px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .news_slider .slick-list {
    padding: 0;
  }
  .help .form ul li {
    width: 100%;
  }
  .haha{
	display: none!important;
}
}
.inner-banner {
  height: 660px;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.inner-banner h3 {
  color: #FFFFFF;
}
.inner-banner .bt_bb_headline_superheadline,
.inner-banner .bt_bb_headline_subheadline {
  color: #FFFFFF;
  opacity: .7;
}
.inner-banner .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 130px;
}
.inner-banner .column {
  width: 50%;
}
.inner-banner::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #0f0f0f;
  opacity: .4;
}
.inner-banner .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.bt_bb_headline_content::before {
  border: 0;
  height: 2px;
  background: #fa830f;
  content: ' ';
  display: none;
  width: 100px;
  margin-bottom: 20px;
  margin-left: -15px;
 
}
.bt_bb_section {
  position: relative;
  z-index: 2;
}
.bt_bb_section .bt_bb_port {
  padding-bottom: 100px;
}
.bt_bb_section ul {
  margin: 0 -15px;
}
.bt_bb_section ul li {
  padding: 0 15px;
}
.bt_bb_section h4 {
  font-size: 25px;
  line-height: 1.4;
}
.bt_bb_section .bt_bb_column_content {
  overflow: hidden;
  border-radius: 25px;
  padding-left: 32px;
  padding-right: 32px;
}
.bt_bb_section .bt_bb_column_content .img {
  position: relative;
  margin: 0 -32px;
}
.bt_bb_section .bt_bb_image_content {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bt_bb_section .bt_bb_image_content .bt_bb_image_content_flex {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
}
.bt_bb_section .bt_bb_image_content .bt_bb_image_content_flex .bt_bb_image_content_inner {
  width: 100%;
  display: block;
  padding: 0;
}
.bt_bb_section .bt_bb_headline_with_icon {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  pointer-events: all;
  margin-bottom: 0;
}
.bt_bb_section .bt_bb_icon_holder {
  width: 80px;
  height: 80px;
  color: #ffffff;
  background: #af4e5e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
}
.bt_bb_section .bt_bb_headline_with_icon_content_holder {
  display: block;
  padding: 15px 30px;
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.bt_bb_section .bt_bb_headline_with_icon_superheadline {
  color: rgba(0, 0, 0, 0.7);
}
.bt_bb_section .more_btn .bt_bb_button_text {
  position: relative;
}
.bt_bb_section .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.bt_bb_section .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.inner-history {
  position: relative;
  overflow: hidden;
}
.inner-history .bt_bb_headline_content::before {
  margin-left: auto !important;
  margin-right: auto !important;
}
.inner-history .bold_timeline_container_line {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  border-width: 2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left-style: solid;
  border-color: #fa830f;
}
.inner-history .bold_timeline_group_content .bold_timeline_item {
  margin-bottom: 48px;
  position: relative;
  text-align: left;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_icon {
  position: absolute;
  z-index: 2;
  width: 48px;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0 2px #004585;
  box-shadow: 0 0 0 2px #004585;
  color: #004585;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_connection {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  top: 32px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fa830f;
}
.inner-history .bold_timeline_group_content .bold_timeline_item.left .bold_timeline_item_icon {
  top: -webkit-calc(32px);
  top: -moz-calc(32px);
  top: calc(32px);
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  right: -webkit-calc(-40px);
  right: -moz-calc(-40px);
  right: calc(-40px);
  left: auto;
}
.inner-history .bold_timeline_group_content .bold_timeline_item.left .bold_timeline_item_connection {
  right: -webkit-calc(-40px);
  right: -moz-calc(-40px);
  right: calc(-40px);
  left: 100%;
}
.inner-history .bold_timeline_group_content .bold_timeline_item.right .bold_timeline_item_icon {
  top: -webkit-calc(32px);
  top: -moz-calc(32px);
  top: calc(32px);
  left: -webkit-calc(-40px);
  left: -moz-calc(-40px);
  left: calc(-40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  right: auto;
}
.inner-history .bold_timeline_group_content .bold_timeline_item.right .bold_timeline_item_connection {
  top: 32px;
  left: -40px;
  right: 100%;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner {
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  background: #ffffff;
  border-color: #fa830f;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
  z-index: 1;
  background: transparent;
  padding: 16px;
  border: none;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle {
  position: absolute;
  top: -16px;
  left: 16px;
  right: 16px;
  font-size: 14px;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_supertitle .bold_timeline_item_header_supertitle_inner {
  border-radius: 5px;
  color: white;
  padding: 3px 10px;
  background: #004585;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header .bold_timeline_item_header_title {
  font-size: 24px;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
  padding: 0 16px 16px;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content .bold_timeline_item_media_inner {
  padding: 16px 0 0;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content .bold_timeline_item_media_inner .bold_timeline_item_media_images {
  margin: -16px -8px;
  font-size: 0;
}
.inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content .bold_timeline_item_media_inner .bold_timeline_item_media_image {
  width: 50%;
  padding: 16px 8px;
  display: inline-block;
}
.inner-history .bold_timeline_group_content .bold_timeline_item:nth-child(odd) {
  margin-right: -webkit-calc(50% + 40px);
  margin-right: -moz-calc(50% + 40px);
  margin-right: calc(50% + 40px);
}
.inner-history .bold_timeline_group_content .bold_timeline_item:nth-child(odd) .bold_timeline_item_icon {
  -webkit-transform: translateX(50%) translateY(-50%);
  -moz-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  right: -webkit-calc(-40px);
  right: -moz-calc(-40px);
  right: calc(-40px);
  left: auto;
}
.inner-history .bold_timeline_group_content .bold_timeline_item:nth-child(even) {
  margin-left: -webkit-calc(50% + 40px);
  margin-left: -moz-calc(50% + 40px);
  margin-left: calc(50% + 40px);
}
.inner-history .bold_timeline_group_content .bold_timeline_item:nth-child(2) {
  margin-top: -300px;
}
.inner-history .bold_timeline_group_content .bold_timeline_item:nth-child(3) {
  margin-top: -100px;
}
.bold_timeline_group {
  position: relative;
  z-index: 1;
}
.bold_timeline_group .bold_timeline_group_header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  color: white;
  padding: 8px 16px;
  border-radius: 15px;
  height: auto;
  width: auto;
  text-align: inherit;
  background: #004585;
}
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bold_timeline_group .bold_timeline_group_header .bold_timeline_group_header_inner .bold_timeline_group_header_title {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
@media screen and (max-width: 1200px) {
  .inner-history .bold_timeline_group_content .bold_timeline_item {
    margin-top: 0!important;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .column {
    width: 100%;
  }
  .bt_bb_section .grid-box.three > .column {
    width: 100%;
  }
  .inner-banner {
    height: 400px;
  }
  .bt_bb_section ul {
    margin-top: -70px !important;
  }
  .inner-banner .bt_bb_port {
    padding-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .inner-history .bold_timeline_container_line {
    display: none;
  }
  .btPageHeadline .bt_bb_headline_subheadline{
    display: none!important;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item {
    margin: 0 0 16px 0!important;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_icon {
    opacity: 0;
  }
  .inner-history .bold_timeline_group_content .bold_timeline_item .bold_timeline_item_connection {
    opacity: 0;
  }
  .bold_timeline_group .bold_timeline_group_header {
    margin-bottom: 16px;
  }
}

.contact-page .contact-1 .help{
  overflow: initial;
}
.contact-page .contact-1 .bt_bb_port {
  padding-top: 100px;
}
.contact-page .contact-1 .bt_bb_port.product{
      padding: 100px;
}
.contact-page .contact-1 .box {
  margin: 0 -15px;
}
.contact-page .contact-1 .left {
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.contact-page .contact-1 .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 0 15px;
}
.contact-page .contact-1 .right .img {
  z-index: 2;
  position: relative;
}
.contact-page .contact-1 .right .img img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.contact-page .contact-2 .bt_bb_port {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-page .contact-2 .bt_bb_latest_posts {
  margin: -40px -20px 0;
}
.contact-page .contact-2 .bt_bb_latest_posts_item {
  padding: 40px 20px 0;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_category {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  padding-bottom: 24px;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_category .post-categories {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_category .post-categories li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_category .post-categories li:not(:first-child):before {
  content: ' ';
  margin: 0 7px;
  background: #000;
  width: 4px;
  height: 1px;
  display: inline-block;
  opacity: .2;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 25px;
  padding: 0;
  margin-bottom: 15px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 40px;
  max-height: 62px;
}
.contact-page .contact-2 .bt_bb_latest_posts_item_excerpt {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  opacity: .7;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 21px;
  max-height: 63px;
}
.contact-page .contact-2 .more_btn .bt_bb_button_text {
  position: relative;
}
.contact-page .contact-2 .more_btn .bt_bb_button_text::after {
  position: absolute;
  display: block;
  content: "";
  background: #046abc;
  height: 2px;
  left: 1rem;
  right: 0;
  opacity: 1;
  top: auto;
  bottom: 0;
  z-index: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 300ms ease transform;
  -moz-transition: 300ms ease transform;
  transition: 300ms ease transform;
  pointer-events: none;
}
.contact-page .contact-2 .more_btn a:hover .bt_bb_button_text::after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-2 .bt_bb_latest_posts_item_title {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
}
.news-page {
  position: relative;
  z-index: 3;
}
/*.bt-content-wrap {
  padding-top: 120px;
}*/
.btPageHeadline {
  position: relative;
  background-position: right top;
  margin-top: 140px;
  height: 390px;
}
/*.btPageHeadline::before {
  position: absolute;
  content: "";
  display: block;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: #0f0f0f;
  opacity: .4;
}*/
.btPageHeadline .bt_bb_headline_subheadline {
  color: rgba(255, 255, 255, 0.7);
}
.btPageHeadline .bt_bb_port {
  padding-bottom: 100px;
  padding-top: 100px;
}
.btPageHeadline h2 {
  color: #FFFFFF;
}
.btPageHeadline .btBreadCrumbs {
  color: rgba(255, 255, 255, 0.7);
}
.bt-content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bt-content-holder .bt-content {
  width: 70%;
  padding-right: -webkit-calc(30px * 2);
  padding-right: -moz-calc(30px * 2);
  padding-right: calc(30px * 2);
}
.bt-content-holder .btSidebar {
  width: 30%;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  padding: 30px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -144px;
  z-index: 1;
  position: relative;
  background: #fff;
}
.btPostListColumns:not(:last-of-type) {
  margin-bottom: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.btPostListColumns .btArticleContentHolder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.btPostListColumns .btArticleContentHolder .btArticleMedia {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 40%;
  padding: 0 15px;
}
.btPostListColumns .btArticleContentHolder .btArticleTextContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  max-width: 60%;
  padding: 15px;
}
.btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
.bt_bb_headline {
  position: relative;
  display: block;
  
}
.btArticleCategories {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btArticleCategories:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #af4e5e;
}
.btArticleCategories a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btArticleCategories a:not(:first-child):before {
  content: ' ';
  margin: 0 0.5em;
  background: #000;
  width: 4px;
  height: 1px;
  display: inline-block;
  opacity: .2;
}
.btArticleDate,
.btArticleAuthor {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btArticleDate::before,
.btArticleAuthor::before {
  color: #af4e5e;
  margin-right: 5px;
  font-family: FontAwesome;
}
.btArticleDate::before {
  content: "\f017";
}
.btArticleAuthor::before {
  content: "\f2bd";
}
.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after {
  content: ' ';
  margin: 0 7px;
  background: #000;
  width: 4px;
  height: 1px;
  display: inline-block;
  opacity: .2;
}
.bt_bb_icon {
  display: inline-block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-right: 8px;
  max-width: 100%;
}
.bt_bb_icon .bt_bb_icon_holder {
  text-decoration: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: inherit;
  font-weight: normal;
}
.bt_bb_icon .bt_bb_icon_holder::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 280ms ease;
  -moz-transition: all 280ms ease;
  transition: all 280ms ease;
  font-size: 16px;
  width: 32px;
  height: 32px;
  -webkit-box-shadow: 0 0 0 16px #000 inset;
  box-shadow: 0 0 0 16px #000 inset;
  color: #fff;
  line-height: 0;
  border-radius: 50%;
}
.bt-content .btPostListColumns:nth-of-type(even) .btArticleContentHolder {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.btIcoFacebook.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
  -webkit-box-shadow: 0 0 0 16px #3b5998 inset !important;
  box-shadow: 0 0 0 16px #3b5998 inset !important;
}
.btIcoTwitter.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
  -webkit-box-shadow: 0 0 0 16px #1da1f2 inset !important;
  box-shadow: 0 0 0 16px #1da1f2 inset !important;
}
.btIcoLinkedin.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
  -webkit-box-shadow: 0 0 0 16px #007bb5 inset !important;
  box-shadow: 0 0 0 16px #007bb5 inset !important;
}
.btIcoWhatsApp.bt_bb_icon.bt_bb_style_filled .bt_bb_icon_holder:before {
  -webkit-box-shadow: 0 0 0 16px #3fbd50 inset !important;
  box-shadow: 0 0 0 16px #3fbd50 inset !important;
}
input {
  border: 0;
}
.btSidebar .btSearch form {
  position: relative;
}
.btSidebar input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btSidebar .btSearch input:not([type='checkbox']):not([type='radio']) {
  outline: none;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  display: block;
  padding: 0.8em 1.25em;
  background: transparent;
  color: inherit;
  min-height: 50px;
  border-radius: 0;
}
.btSidebar .btSearch input[type="text"] {
  padding: 0 60px 0 20px;
  background: transparent;
  height: 50px;
  width: 100%;
  display: block;
}
.btSidebar .btSearch button {
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  background: transparent !important;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 0 !important;
}
.btSidebar .btSearch button::before {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
}
.btBox > h4 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 25px;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}
.btBox > h4::after {
  content: "";
  clear: both;
  width: 60px;
  display: block;
  background: #af4e5e;
  height: 2px;
  margin: 20px 0 0 -15px;
}
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget .btImageTextWidgetImage {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-right: 10px;
}
.btLightSkin .btBox ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.btSidebar .widget_bt_bb_recent_posts ul .btImageTextWidget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.bt_bb_headline .bt_bb_headline_content {
  display: block;
  color: inherit;
  font-size: 36px!important;
  line-height: 1.6!important;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content::before {
  display: none;
}
.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  max-height: 60px;
}
.zhengwen{
  font-size: 16px;
  line-height: 2;
}
.btBox ul li {
  display: block;
  width: auto;
  margin: 0;
  position: relative;
  padding: 10px 0;
  margin-left: 0;
}
.btSidebar .widget_bt_bb_recent_posts ul li:first-child {
  padding-top: 0;
}
.btBox.widget_archive ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  .bt-content-holder .bt-content {
    width: 100%;
    padding: 0;
  }
  .bt-content-holder .btSidebar {
    display: none;
  }

  .btPageHeadline{
    background-position: center right 30%;
  }
}
@media screen and (max-width: 700px) {
  .btPageHeadline{
    background-image: none!important;
    background-color: #0f4b98;
    height: auto;
  }
  .btPageHeadline .bt_bb_port{
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .faq-page{
    padding: 40px 0!important;
  }
  .bt_bb_headline .bt_bb_headline_content{
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .btPostListColumns .btArticleContentHolder {
    display: block;
  }
  .btPostListColumns .btArticleContentHolder .btArticleMedia {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .btArticleTextContent {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .contact-1 .bt_bb_port{
    padding-top: 40px!important;
  }
}
.about-page .about-1 {
  position: relative;
  overflow: visible;
  z-index: 1;
  background-color: #f5f5f5;
  overflow: hidden;
}
.about-page .about-1 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-1 .box {
  max-width: 1660px;
  margin-left: auto;
  padding: 0 15px;
}
.about-page .about-1 .left {
  width: 50%;
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.about-page .about-1 .right .img {
  z-index: 2;
  position: relative;
  display: inline-block;
}
.about-page .about-1 .right .img span img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.about-page .about-1 .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.about-page .about-2 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.about-page .about-2 i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #af4e5e;
  margin: auto;
}
.about-page .about-2 h3 {
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-3 {
  background-color: #f5f5f5;
  position: relative;
}
.about-page .about-3 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4 .bt_bb_port {
  z-index: 3;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-page .about-4 .box {
  margin: -15px;
}
.about-page .about-4 .left {
  position: relative;
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-4 .left .img {
  z-index: 2;
  position: relative;
}
.about-page .about-4 .left .img img {
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.about-page .about-4 .right {
  width: 50%;
  vertical-align: middle;
  padding: 15px;
}
.about-page .about-4 .bt_bb_section_top_section_coverage_image {
  top: -1px;
}
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-4 .left .bt_bb_floating_image_animation_duration_900 {
    margin-right: 500px!important;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 .left {
    width: 100%;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
  .about-page .about-4 .right .mml-text {
    margin: 0;
  }
}




.product-page {
  padding: 100px 0 80px;
}
.product-page .sideBox .slideLeft {
  width: 27.5%;
}
.product-page .sideBox .slideLeft .box {
  padding: 30px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.product-page .sideBox .slideLeft .box:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box h4 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 36px;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-page .sideBox .slideLeft .box h4:after {
  content: '';
  width: 24%;
  background: #0f4b98;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
}
.product-page .sideBox .slideLeft .box .list ul li {
  margin-bottom: 10px;
}
.product-page .sideBox .slideLeft .box .list ul li a {
  display: block;
  padding: 15px 35px 15px 12px;
  font-size: 16px;
  color: #262626;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
}
.product-page .sideBox .slideLeft .box .list ul li a span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideBox .slideLeft .box .list.nav ul li a:hover {
  background: #0f4b98;
  color: white;
  text-align: left;
}
.product-page .sideBox .slideLeft .box .list.nav ul li.active a{
  background: #0f4b98;
  color: white;
  text-align: left;
}
.product-page .sideBox .slideLeft .box .list.info ul li {
  margin-bottom: 18px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a {
  padding-left: 60px;
  text-align: left;
  padding-right: 15px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a i {
  width: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
  font-size: 16px;
  line-height: 30px;
}
.product-page .sideBox .slideLeft .box.playBg {
  height: 370px;
  padding: 0;
  position: relative;
  background: url("../images/sideLeftBg.jpg") center center;
  background-size: cover;
}
.product-page .sideBox .slideLeft .box.playBg:after {
  content: '';
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #dfd0b1));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, #dfd0b1 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, #dfd0b1 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#dfd0b1));
  background: -webkit-linear-gradient(top, transparent, #dfd0b1);
  background: -moz-linear-gradient(top, transparent, #dfd0b1);
  background: linear-gradient(to bottom, transparent, #dfd0b1);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#dfd0b1',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#dfd0b1', GradientType=0);
  /* 兼容IE5~IE9 */
}
.product-page .sideBox .slideLeft .box.playBg .play {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.product-page .sideBox .slideLeft .box.playBg .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: relative;
  z-index: 1;
}
.product-page .sideBox .slideLeft .box.playBg .play span i {
  border-left: 8px solid #0f4b98;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .sideBox .slideLeft .box.playBg .play span:after,
.product-page .sideBox .slideLeft .box.playBg .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.product-page .sideBox .slideLeft .box.playBg .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.product-page .sideBox .slideLeft .box.playBg .play h6 {
  font-size: 21px;
  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
  color: white;
  letter-spacing: 1px;
  max-width: 80%;
  word-break: break-word;
    white-space: normal;
}
.product-page .sideBox .slideRight {
  width: 72.5%;
  padding-left: 50px;
}
.product-page .sideBox .slideRight .hmvillaelevator1 h1{
  font-weight: 700;
  line-height: 1.8;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 26px;
  margin-bottom: 20px;
}
.product-page .sideBox .slideRight .hmvillaelevator1 {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
}
.miaoshu{
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  color: #8e8e8e;
}
.product-page .sideBox .slideRight .list ul {
  margin: -20px -10px;
}
.product-page .sideBox .slideRight .list ul li {
  padding: 20px 10px;
}
/*.product-page .sideBox .slideRight .list ul li .box:hover .p-img{
  border: 1px solid #ccc;
}*/
.product-page .sideBox .slideRight .list ul li .box .p-img{
  overflow: hidden;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
}
.product-page .sideBox .slideRight .list ul li .box .p-img img{
  width: 100%;
}
/*.product-page .sideBox .slideRight .list ul li .box .p-img:hover img{
  transform: scale(1.1);
}*/
.product-page .sideBox .slideRight .list ul li .box h4{
  font-size: 18px;
  color: #000;
  line-height: 32px;
  text-align: center;
  margin-top: 15px;
}
.product-page .sideBox .slideRight .list ul li .box h4 span{
  text-align: left;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.product-page .sideBox .slideRight .list ul li .box h4:hover{
  color: #0f4b98;
}

@media screen and (max-width: 1000px){
  .product-page .sideBox .slideLeft{
    display: none;
  }

  .product-page .sideBox .slideRight{
    width: 100%;
    padding: 0;
  }
}


.prodet-page {
  padding: 40px 0;
}
.prodet-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #0f4b98;
  line-height: 30px;
}
.prodet-page h2,
.prodet-page h1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.prodet-page .prodet-1 .left {
  background: url("../images/init-2-2.jpg") center center no-repeat;
  background-size: cover;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .right {
  padding-left: 2%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 28px;
  line-height: 1.5;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 3rem 0 5rem;
  font-size: 16px;
  color: #959595;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content table{
  display: none!important;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: #0f4b98;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #0f4b98;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #0f4b98;
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 110px 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid #d3c3a1;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: #0f4b98;
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: #0f4b98;
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url("../images/init-2-2.jpg") center center;
  background-size: cover;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box a{
  display: block;
  overflow: hidden;
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 20px;
}
.prodet-page .prodet-2 .list ul li .box:hover h5 {
  color: #0f4b98;
}



.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 30px 0 30px 65px;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
/*.custom-page .custom-3 .list ul li .content table tbody {
  table-layout: fixed;
}*/
.custom-page .custom-3 .list ul li .content table tbody td {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  padding-right: 10%;
  border-right: 1px solid #e5e5e5;
}
/*.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  padding-left: 10%;
}*/
.custom-page .custom-3 .list ul li.active {
  border-top: 2px solid black;
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


@media screen and (max-width: 1000px){
  .bt-content-wrap{
    margin-top: -21px;
  }

  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    padding: 0;
  }

  .prodet-page .custom-page .custom-3{
    padding: 60px 0;
  }

  .prodet-page .prodet-1 .right .content{
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px){
  .custom-page .custom-3 .list ul li h5{
    font-size: 20px;
  }

  .prodet-page .prodet-1 .right .btn a{
    font-size: 14px;
    margin-right: 15px;
  }

  .prodet-page h2, .prodet-page h1{
    font-size: 24px;
    line-height: 40px;
  }
  .contact-page .contact-1 .bt_bb_port.product {
    padding: 20px;
}
}



.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 36px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}




.case-page {
  padding: 140px 0;
  background: url("../images/about-1-bg.jpg") top right no-repeat;
}
.case-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #0f4b98;
  line-height: 30px;
}
.case-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.case-page .list {
  margin-top: 40px;
}
.case-page .list ul {
  margin: -15px -13px;
}
.case-page .list ul li {
  padding: 15px 13px;
}
.case-page .list ul li a.img {
  display: block;
  -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .list ul li a.img img {
  display: block;
  width: 100%;
}
.case-page .list ul li a.img h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  line-height: 1.6;
}
.case-page .list ul li a.img:hover {
  background: #0f4b98;
}



.app-page {
  padding: 140px 0;
  background: url("../images/about-1-bg.jpg") top right no-repeat;
}
.app-page i.tag {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #0f4b98;
  line-height: 30px;
}
.app-page h2 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.app-page .list {
  margin-top: 40px;
}
.app-page .list ul {
  margin: -15px -13px;
}
.app-page .list ul li {
  padding: 15px 13px;
}
.app-page .list ul li .img {
  overflow: hidden;
  display: block;
  -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.app-page .list ul li h4{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1000px){
  .app-page {
    padding: 60px 0;
  }
}


.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
}
.prodet-page .form ul li input:focus {
  border-color: #0f4b98;
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #0f4b98;
  border-color: #0f4b98;
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}




.prodet_title {
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
}
.prodet_title u {
  position: relative;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
}
.prodet_title u::after {
  display: block;
  content: "";
  background: #046abc;
  height: 15px;
  left: -10px;
  right: -10px;
  bottom: 5px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 0.3em;
}

.prodet2-page p{
  color: initial;
}


.prodet2-page .prodet-body {
  padding: 80px 0;
  background: url(../images/prodet_bg.jpg)no-repeat center bottom;
}

.prodet2-page .prodet2-1{
  overflow: visible;
  background-color: #f5f5f5;
  position: relative;
}
.prodet2-page .prodet2-1 .bt_bb_section_top_section_coverage_image {
    top: -1px;
}
.prodet2-page .prodet2-1 .left{
  width: 50%;
  vertical-align: middle;
}

.prodet2-page .prodet2-1 .left a{
  filter: drop-shadow(0 0 1px #ccc);
}

.prodet2-page .prodet2-1 .left img{
  -webkit-mask-image: url(../images/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}

.prodet2-page .prodet2-1 .right{
  width: 50%;
  vertical-align: middle;
}

.prodet2-page .prodet2-1 .right h1{
  font-size: 30px;
  line-height: 50px;
  position: relative;
  font-family: 'Poppins-Bold';
}

.prodet2-page .prodet2-1 .right h1::after {
  display: block;
  content: "";
  background: #046abc;
  height: 15px;
  width: 220px;
  left: 0;
  bottom: 5px;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  border-radius: 0.3em;
}

.prodet2-page .prodet2-1 .right .mml-text li{
  list-style-type: decimal;
  margin-left: 15px;
}

.prodet2-page .prodet2-1 .right .image-gallery img{
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}

.prodet2-page .prodet2-1 .right .image-gallery ul{
  margin: -10px;
}

.prodet2-page .prodet2-1 .right .image-gallery ul li{
  padding: 10px;
}

.prodet2-page .prodet2-2{
  padding-top: 100px;
  position: relative;
  z-index: 3;
  background-color: #f5f5f5;
}
.prodet2-page .prodet2-2 .content li{
  list-style-type: decimal;
  margin-left: 15px;
}
.prodet2-page .prodet2-2 .bt_bb_section_bottom_section_coverage_image {
    bottom: -1px;
}

.prodet2-page .prodet2-3{
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.prodet2-page .prodet2-3 .bt_bb_section_top_section_coverage_image {
    top: -1px;
}

.prodet2-page .prodet2-4{
  padding-top: 100px;
}

.prodet2-page .prodet2-1 .right .btn {
  padding: 30px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet2-page .prodet2-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: black;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet2-page .prodet2-1 .right .btn a:hover {
  background: #0f4b98;
}
.prodet2-page .prodet2-1 .right .share {
  margin-top: 20px;
}
.prodet2-page .prodet2-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.prodet2-page .prodet2-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet2-page .prodet2-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet2-page .prodet2-1 .right .share ul li:hover {
  color: #0f4b98;
}


@media screen and (max-width: 1000px){
  .prodet2-page .prodet2-1 .left{
    width: 100%;
  }

  .prodet2-page .prodet2-1 .right{
    width: 100%;
  }

  .prodet_title{
    font-size: 30px;
    line-height: 50px;
  }
  .prodet2-page .prodet2-4{
    padding-top: 50px!important;
  }

  .prodet2-page .prodet2-1 .right h1{
    font-size: 20px;
    line-height: 36px;
  }

  .prodet2-page .prodet2-1 .right .btn a{
    font-size: 14px;
    line-height: 28px;
    margin-right: 15px;
  }
}




.m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.m-page a:hover {
  background: #046abc none repeat scroll 0 0;
  color: #fff;
}




/* 环境 */
.inner-page .sidebar {
  width: 260px;
  margin-bottom: 50px;
}
.inner-page .sidebar .sidebar_title {
  float: left;
  width: 100%;
  margin-top: 100px;
  border-top: 1px dashed #CCCCCC;
}
.inner-page .sidebar .sidebar_title p {
  text-align: left;
  font-size: 24px;
  padding-left: 25px;
  line-height: 80px;
  font-weight: bold;
}
.inner-page .sidebar .sidebar_title p a {
  color: #046abc;
}
.inner-page .sidebar .sidebar_title p a span {
  color: #414141;
}
.inner-page .sidebar .sidebar_text {
  float: left;
  width: 100%;
}
.inner-page .sidebar .sidebar_text .sidebar_menu {
  float: left;
  width: 100%;
}
.inner-page .sidebar .sidebar_text .sidebar_menu ul {
  float: left;
  width: 100%;
}
.inner-page .sidebar .sidebar_text .sidebar_menu ul li {
  float: left;
  width: 100%;
  line-height: 45px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.inner-page .sidebar .sidebar_text .sidebar_menu ul li a {
  display: block;
  padding-left: 35px;
  color: #4c4c4c;
}
.inner-page .sidebar .sidebar_text .sidebar_menu ul li a:hover {
  color: #046abc;
  background: url("../images/pro_li_hover_bg.png") 15px center no-repeat;
}
.inner-page .sidebar .sidebar_text .sidebar_contact {
  float: left;
  width: 100%;
  margin-top: 12px;
}
.inner-page .sidebar .sidebar_text .sidebar_contact p {
  margin-top: 12px;
}
.inner-page .sidebar .sidebar_text .sidebar_contact b {
  display: block;
  margin-top: 45px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #4c4c4c;
}
.inner-page .sidebar .sidebar_text .sidebar_contact .search {
  float: right;
  width: 245px;
}
.inner-page .sidebar .sidebar_text .sidebar_contact .search .sea_txt {
  float: left;
  margin-top: 15px;
  border: 1px solid #d0d1d5;
  width: 200px;
  height: 20px;
  background: #FFFFFF;
  line-height: 19px;
}
.inner-page .sidebar .sidebar_text .sidebar_contact .search .sea_btn {
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  width: 29px;
  height: 20px;
  border: none;
  background: url("../images/search_btn.jpg") center center no-repeat;
}
.inner-page .page-right-bar {
  width: 860px;
}
.inner-page .page-right-bar .sidebar_nav {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #d0d0d0;
}
.inner-page .page-right-bar .sidebar_nav p {
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
.inner-page .page-right-bar .sidebar_nav p a {
  color: #4c4c4c;
  margin: 0 5px;
}
.inner-page .page-right-bar .sidebar_nav p a:hover {
  color: #046abc;
}



.case_det {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.case_det .pro-b {
  width: 806px;
  padding: 2px;
  margin: 0px auto;
  border: 1px solid #eeeeee;
}
.case_det .pro-b img {
  width: 800px;
  height:534px;
}
.case_det .pro-tab-box {
  position: relative;
  width: 100%;
}
.case_det .pro-tab-box .pro-tab-btn {
  position: absolute;
  width: 26px;
  height: 73px;
  bottom: 0;
}
.case_det .pro-tab-box .pro-tab-btn-l {
  left: 30px;
  background: url(../images/btn.png) no-repeat left center;
}
.case_det .pro-tab-box .pro-tab-btn-r {
  right: 30px;
  background: url(../images/btn.png) no-repeat right center;
}
.case_det .pro-tab-box .pro-tab {
  overflow: hidden;
  width: 710px;
  margin: 15px auto 0;
}
.case_det .pro-tab-box .pro-tab li {
  float: left;
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: 0 4px;
  width: 110px;
  cursor: pointer;
}
.case_det .pro-tab-box .pro-tab li img {
  width: 108px;
  height: 72px;
}
.case_det .pro-tab-box .pro-tab .c_active {
  border: 1px solid #046abc;
}


@media screen and (max-width: 1200px){
  .inner-page .page-right-bar{
    width: 65%;
  }

  .case_det .pro-b{
    width: 100%;
  }
  .case_det .pro-b img{
    width: 100%;
    height: auto;
  }

  .case_det .pro-tab-box .pro-tab{
    width: 100%;
  }

  .case_det .pro-tab-box .pro-tab li img{
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 1000px){
  .inner-page .sidebar{
    display: none;
  }

  .inner-page .page-right-bar{
    width: 100%;
  }
}




#header2 .nav .nav_text {
  float: left;
  width: 100%;
  padding: 0 80px;
  border-bottom: 1px solid #000;
}
#header2 .nav .nav_text .logo {
  float: left;
  width: 450px;
}
#header2 .nav .nav_text .logo img {
  width: 417px;
  height: auto;
}
#header2 .nav .nav_text .nav_rt {
  float: right;
  width: 500px;
}
#header2 .nav .nav_text .nav_rt .language {
  float: left;
  font-size: 12px;
  background: url("../images/en.jpg") left center no-repeat;
  background-size: 33px auto;
  height: 119px;
  padding-left: 40px;
}
#header2 .nav .nav_text .nav_rt .language .lan_select {
  margin-top: 51px;
  width: 200px;
  border: 1px solid #d0d1d5;
}
#header2 .nav .nav_text .nav_rt .search {
  float: right;
  width: 245px;
}
#header2 .nav .nav_text .nav_rt .search .sea_txt {
  float: left;
  margin-top: 51px;
  border: 1px solid #d0d1d5;
  width: 200px;
  height: 20px;
  background: #FFFFFF;
  line-height: 19px;
}
#header2 .nav .nav_text .nav_rt .search .sea_btn {
  float: right;
  margin-top: 51px;
  margin-right: 10px;
  width: 29px;
  height: 20px;
  border: none;
  background: url("../images/search_btn.jpg") center center no-repeat;
}





.about.play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about.play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about.play:after,
.about.play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about.play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


#msg2{
  position: relative;
  z-index: 999;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #f08200;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #f08200;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.xiajianju.honor{
  padding-bottom: 50px !important
}

.xiajianju.our-news,
.about-page .about-1.product{
  background-color: unset;
}

.single .our-news{
  background-color: unset;
}
ul.honorlist{
  margin:0 -20px; 
}
ul.honorlist li{
  padding: 20px;
}
ul#gallerylist{
  margin: 20px -10px;
  
}
ul#gallerylist li{
  padding: 0 10px;
}
ul#gallerylist li img{
  border: 1px solid #eee;
}
    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--base-color);
        color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--base-color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--base-color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--base-color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--base-color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--base-color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--base-color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--base-color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--base-color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .map iframe{
      width: 100%;
    }

    #pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
@media screen and (max-width: 1000px){
  .weigangword{
    display: none !important;
  }
}
.weigangword{
  width: 400px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
vertical-align: middle;
}


.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}