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

.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;
  width: 1400px;
}
p {
  color: #8e8e8e;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
}
#header.inner{
  position: relative;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#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;
  padding: 0 80px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: absolute;
  left: 80px;
  top: 15px;
}

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

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

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .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;
}
#header .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: 120px;
  display: block;
  position: relative;
  z-index: 2;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  display: block;
  background: #ecbb04;
  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;
}
#header .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);
}
#header .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);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 40px;
  color: black;
  font-size: 12px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  padding: 0 15px;
  position: relative;
  color: black!important;
}
#header .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: #ecbb04;
  -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;
}
#header .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;
}
#header .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);
}
#header .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;
}
#header .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);
}
#header .nav .ui.menu .menu-box ul > li.on > a {
  color: #FFFFFF;
}
#header .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;
}
#header .nav .ui.menu .h-search {
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  cursor: pointer;
}
#header .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;
}
#header .nav .ui.menu .language ul li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .language ul li:hover a {
  background: #ffb11b;
  color: white;
}
#header .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;
}
#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%;
}
#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(../image/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(../image/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("../image/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../image/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-layout: fixed;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
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(/template/cn/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(../image/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/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("../image/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("../image/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;
  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 a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#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;
}
#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;
  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;
  }
}
.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,120px);
  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(../image/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: #ecbb04;
  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 #ffbc26 inset;
  box-shadow: 0 0 0 2em #ffbc26 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 #ffbc26 inset, 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 #ffbc26 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: #ffbc26;
}
.section_title {
  font-size: 60px;
  line-height: 1;
  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: #feb31a;
  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: 24px;
}

.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 li {
  width: auto;
  position: relative;
}
.our-product .cat li a {
  margin: 0 25px;
  position: relative;
}

.our-product .cat li a:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #feb31a;
  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(../image/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: #ffbc26;
  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(../image/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.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%;
}
.our-about .right .area h4 {
  font-size: 45px;
  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;
}
.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;
}
.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: #ffbc26;
  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(../image/mask.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.our-customers .bt_bb_section_bottom_section_coverage_image {
  bottom: -1px;
}
.customers_slider .img {
  width: 25%;
}
.customers_slider .img img {
  -webkit-mask-image: url(../image/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: #ffbc26;
  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: #ffbc26;
  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: #ecbb04;
}
.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;
}
.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(../image/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: #ecbb04;
  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;
}
.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: #ffbc26;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  -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;
  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 .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: 120px;
}
#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;
}
#footer .footer-bottom .fl img {
  max-height: 15px;
}
#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: #ecbb04;
  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: #ecbb04;
}
#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;
}
#ewm {
  width: 150px;
  margin: auto;
}


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

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

  #header .nav .ui.menu .logo img{
    width: 100px;
  }
}

@media screen and (max-width: 1400px) {
  

  #header .nav .ui.menu .logo{
    text-align: center;
  }
  #header .nav .ui.menu .logo span{
    font-size: 14px;
  }

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

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

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

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

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

  #header .nav .ui.menu .logo img{
    width: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }

  #header .nav .ui.menu .logo span{
    font-size: 12px;
    display: block;
    margin: 0;
  }
  
  
  #header .nav .ui.menu .logo img {
    width: 60px;
  }
  #banner .content {
    top: 25%;
  }
  .font-16 {
    font-size: 14px;
  }
  .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;
  }
  #footer .footer-top .footer-content .footer-block.contact {
    max-width: 300px;
  }
  #footer .footer-top .footer-content .footer-block h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left {
    width: 100%;
  }
  #banner li {
    height: 400px;
  }
  #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) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 40px;
  }
  #banner .content {
    top: 10%;
  }
  .our-product {
    padding: 60px 0;
  }
  .section_title {
    font-size: 30px;
  }
  .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;
  }
}
@media screen and (max-width: 500px) {
  .news_slider .slick-list {
    padding: 0;
  }
  .help .form ul li {
    width: 100%;
  }
}
.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: block;
  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;
}
.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: #fa830f;
  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: #ffbc26;
  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: 500px;
  }
  .bt_bb_section ul {
    margin-top: -70px !important;
  }
  .inner-banner .bt_bb_port {
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .inner-history .bold_timeline_container_line {
    display: none;
  }
  .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 .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(../image/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: 31px;
  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: #ffbc26;
  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;
  }
}
@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;
}
/*.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: 60%;
  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: 40%;
  padding: 15px;
}
.btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
  font-size: 40px;
  line-height: 1;
  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: #fa830f;
}
.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: #fa830f;
  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: 1;
  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;
  margin-bottom: 25px;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
}
.btBox > h4::after {
  content: "";
  clear: both;
  width: 60px;
  display: block;
  background: #fa830f;
  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;
  display: block;
}
.bt_bb_headline .bt_bb_headline_content {
  display: block;
  color: inherit;
}
.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: 22px;
  max-height: 44px;
}
.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;
}
@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;
  }

  .btPostListColumns .btArticleContentHolder {
    display: block;
  }
  .btPostListColumns .btArticleContentHolder .btArticleMedia {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .btArticleTextContent {
    max-width: 100%;
  }
  .btPostListColumns .btArticleContentHolder .bt_bb_headline_tag {
    font-size: 24px;
  }
}
.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(../image/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 ul{
  margin: -15px;
}
.about-page .about-2 ul li{
  padding: 15px;
}

.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 #fa830f;
  margin: auto;
}
.about-page .about-2 h3 {
  font-size: 25px;
  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(../image/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: 1.8;
  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: 1.8;
}
.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("../image/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;
}
.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: 1.5;
  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;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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("/template/cn/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;
}
.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: 30px;
}
.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("/template/cn/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: 120px;
  }

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



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

.faq-page ul li .content p{
  color: black;
}




.case-page {
  padding: 140px 0;
  background: url("/template/cn/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("/template/cn/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: #feb31a;
  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(../image/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(../image/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;
  position: relative;
  font-family: 'Poppins-Bold';
}

.prodet2-page .prodet2-1 .right h1::after {
  display: block;
  content: "";
  background: #feb31a;
  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;
  }

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

  .prodet2-page .prodet2-1 .right .btn a{
    font-size: 14px;
    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: #ecbb04 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: #feb31a;
}
.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: 16px;
  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: #feb31a;
  background: url("../image/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("../image/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: 65px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #d0d0d0;
}
.inner-page .page-right-bar .sidebar_nav p {
  line-height: 32px;
  font-size: 14px;
  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: #feb31a;
}



.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(../image/btn.png) no-repeat left center;
}
.case_det .pro-tab-box .pro-tab-btn-r {
  right: 30px;
  background: url(../image/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 #feb31a;
}


@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%;
  }
}




#header .nav .nav_text {
  float: left;
  width: 100%;
  padding: 0 80px;
  border-bottom: 1px solid #000;
}
#header .nav .nav_text .logo {
  float: left;
  width: 450px;
}
#header .nav .nav_text .logo img {
  width: 417px;
  height: auto;
}
#header .nav .nav_text .nav_rt {
  float: right;
  width: 500px;
}
#header .nav .nav_text .nav_rt .language {
  float: left;
  font-size: 12px;
  background: url("../image/en.jpg") left center no-repeat;
  background-size: 33px auto;
  height: 119px;
  padding-left: 40px;
}
#header .nav .nav_text .nav_rt .language .lan_select {
  margin-top: 51px;
  width: 200px;
  border: 1px solid #d0d1d5;
}
#header .nav .nav_text .nav_rt .search {
  float: right;
  width: 245px;
}
#header .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;
}
#header .nav .nav_text .nav_rt .search .sea_btn {
  float: right;
  margin-top: 51px;
  margin-right: 10px;
  width: 29px;
  height: 20px;
  border: none;
  background: url("../image/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);
}