@font-face {
  font-family: 'Humanist-777-BT';
  src: url(../fonts/Humanist-777-BT.ttf) format('truetype');
}
@font-face {
  font-family: 'Humanist777BT-BoldB';
  src: url(../fonts/Humanist777BT-BoldB.otf) format('truetype');
}
@font-face {
  font-family: 'humanist-777-light-bt2';
  src: url(../fonts/humanist-777-light-bt2.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url(../fonts/Oswald-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Mukta-Regular';
  src: url(../fonts/Mukta-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
*::-webkit-scrollbar-thumb {
  background-color: #fcb538;
}

#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto
}

#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

#pups_from form {
  margin-top: 40px;
}

#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#pups_from i.close:hover {
  background: #fdc941;
}

#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}

#pups_from form ul li {
  margin-bottom: 10px;
  position: relative
}

#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from form ul li label em {
  color: red;
  margin-right: 2px
}

#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px
}

#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: #fdc941
}

#pups_from form ul li textarea {
  height: 80px
}

#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #fdc941;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#pups_from form ul li input[type="submit"]:hover {
  opacity: .7
}

#pups_from form ul li:last-child {
  margin-bottom: 0
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #fdc941;
  color: white;
  right: 15px;
  bottom: 150px;
  font-size: 24px;
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#Pop_UpsBtn:hover {
  background: #fbd267;
}

body {
  font-family: 'Poppins-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #333333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
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;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
  line-height: 2;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #8d633e;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #8d633e;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(150px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes skew_ani {
  0% {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  50% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  to {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
@keyframes skew_ani {
  0% {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
  50% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  to {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
  }
}
.skew_ani {
  -webkit-animation: skew_ani 20s linear infinite;
  animation: skew_ani 20s linear infinite;
}
@-webkit-keyframes skew_ani_2 {
  0% {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  50% {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  to {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
}
@keyframes skew_ani_2 {
  0% {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
  50% {
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
  }
  to {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
  }
}
.skew_ani_2 {
  -webkit-animation: skew_ani_2 20s linear infinite;
  animation: skew_ani_2 20s linear infinite;
}
.rotate_ani {
  -webkit-animation: rotate_ani 50s linear infinite;
  animation: rotate_ani 50s linear infinite;
}
@keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.rotate_ani_2 {
  -webkit-animation: rotate_ani_2 60s linear infinite;
  animation: rotate_ani_2 60s linear infinite;
}
@-webkit-keyframes rotate_ani_2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_ani_2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.f_100 {
  font-size: 100px;
  line-height: 1.1;
}
.f_72 {
  font-size: 72px;
}
.f_66 {
  font-size: 66px;
  line-height: 1.2;
}
.f_60 {
  font-size: 60px;
  line-height: 2;
}
.f_50 {
  font-size: 50px;
}
.f_42 {
  font-size: 42px;
  line-height: 2;
}
.f_34 {
  font-size: 34px;
  line-height: 2;
}
.f_28 {
  font-size: 28px;
  line-height: 2;
}
.f_24 {
  font-size: 24px;
}
.f_20 {
  font-size: 20px;
}
.f_18 {
  font-size: 18px;
  line-height: 1.8;
}
.more_cont {
  text-decoration: underline;
  font-family: 'Humanist777BT-BoldB';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
}
.more_cont:hover {
  color: #fcb538;
  text-decoration: underline;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
  background-color: #fff;
}
#header.active {
  background-color: #fff;
  border-color: #ccc;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  padding: 0;
  width: 100%;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  padding: 0 100px ;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .logo {
  width: 260px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 90px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 30px 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #fcb538;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'Humanist777BT-Roman';
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #333333;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 205px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #fcb538;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #fff;
  padding: 10px;
  color: #000;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search > img {
  width: 22px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  color: #333;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont span {
  margin-left: 10px;
  font-family: 'Humanist777BT-BoldB';
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #fcb538;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #333;
}
#banner {
  margin-top: 87px;
  position: relative;
  z-index: 1;
}
#banner > img {
  width: 100%;
}
#banner .bor_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .bor_cont > .sub_img_c {
  margin-top: 100px;
  margin-left: 130px;
  width: 800px;
  height: 600px;
  position: relative;
}
#banner .bor_cont > .sub_img_c img {
  width: 100%;
}
#banner .bor_cont .right {
  height: 800px;
  overflow: hidden;
  position: relative;
  width: 50%;
}
#banner .bor_cont .right .img_1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
}
#banner .bor_cont .right .img_2 {
  position: absolute;
  top: 430px;
  right: 0;
  z-index: 10;
}
#banner .bor_cont .right .sub_img_c {
  position: absolute;
  width: 400px;
  height: 360px;
  top: 200px;
  right: -130px;
  -webkit-transform-origin: right;
  transform-origin: right;
}

#banner .cont {
  position: absolute;
  top: 30%;
  left: 41%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 13;
  width: 340px;
  height: 260px;
}
#banner .cont > div .title {
  font-family: 'Humanist777BT-BoldB';
  line-height: 1.3;
}
#banner .cont > div .more {
  margin-top: 20px;
}
#banner .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .left {
  width: 42%;
}
#banner .swiper .swiper-wrapper .swiper-slide .right {
  width: 24%;
  margin-right: 120px;
  margin-top: 150px;
}
#banner .banner_page {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 13;
  bottom: 20px;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .banner_page div {
  font-family: 'Humanist777BT-BoldB';
  color: #999999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 20px;
  cursor: pointer;
}
#banner .banner_page div.active {
  color: #000;
}
#banner .banner_page .three {
  width: 75px;
  height: 1px;
  background-color: #000;
}
#index-body {
  position: relative;
  z-index: 3;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1350px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
#index-body .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-1 .container .list {
  text-align: center;
  width: 22%;
}
#index-body .init-1 .container .list:hover .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#index-body .init-1 .container .list:nth-child(2):hover .img img {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#index-body .init-1 .container .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 55px;
}
#index-body .init-1 .container .list .img img {
  width: auto;
  max-height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .list .title {
  margin-top: 20px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}
#index-body .init-1 .container .list .des {
  color: #666666;
  font-family: 'humanist-777-light-bt2';
  margin-top: 10px;
  line-height: 1.4;
}
#index-body .init-2 {
  margin-top: 90px;
}
#index-body .init-2 .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .container .list {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .container .list .img {
  height: 32.5vw;
  overflow: hidden;
  width: 100%;
}
#index-body .init-2 .container .list .img img {
  width: auto;
  height: 100%;
}
#index-body .init-2 .container .list .title,
#index-body .init-2 .container .list .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 1.5;
}
#index-body .init-2 .container .list .title:hover,
#index-body .init-2 .container .list .des:hover {
  color: #fcb538;
}
#index-body .init-2 .container .list .title {
  position: absolute;
  width: 21vw;
  bottom: 30px;
  left: 50px;
  color: #fff;
  font-family: 'Oswald-Medium';
  text-transform: uppercase;
}
#index-body .init-2 .container .list .des {
  text-align: right;
  position: absolute;
  width: 21vw;
  bottom: 30px;
  right: 50px;
  font-family: 'humanist-777-light-bt2';
  color: #fff;
}
#index-body .init-3 {
  overflow: hidden;
}
#index-body .init-3 .container {
  padding: 60px 100px;
  width: 100%;
}
#index-body .init-3 .container .img_1 {
  position: absolute;
  top: -120px;
  right: -100px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
#index-body .init-3 .container .img_2 {
  position: absolute;
  top: 6px;
  right: -100px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
#index-body .init-3 .container .img_3 {
  position: absolute;
  top: 170px;
  left: 0;
  width: 260px;
}
#index-body .init-3 .container .img_4 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#index-body .init-3 .container .tip_title {
  text-align: center;
  position: relative;
  font-family: 'Humanist777BT-BoldB';
  margin-top: 55px;
  line-height: 2;
}
#index-body .init-3 .container .tip_des {
  color: #666666;
  text-align: center;
  font-family: 'humanist-777-light-bt2';
  line-height: 2;
}
#index-body .init-3 .container .swiper {
  position: relative;
  margin-top: 70px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  font-family: 'Humanist777BT-BoldB';
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 10px;
  line-height: 2;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #fcb538;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #efefef;
  height: 19vw;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .type {
  color: #999999;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 5px;
  line-height: 1.5;
}
#index-body .init-4 {
  padding: 70px 0;
  position: relative;

}
#index-body .init-4 .img_2 {
  position: absolute;
  top: 570px;
  right: 0;
  z-index: 2;
}
#index-body .init-4 .container .tip_title {
  width: 660px;
  margin: auto;
  font-family: 'Humanist-777-BT';
  text-align: center;
  line-height: 1.2;
}
#index-body .init-4 .container .img_1 {
  position: absolute;
  top: 80px;
  left: -120px;
  z-index: 3;
}
#index-body .init-4 .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
}
#index-body .init-4 .container .content .left {
  width: 49%;
}
#index-body .init-4 .container .content .left > img {
  position: relative;
  z-index: 2;
  width: 100%;
}
#index-body .init-4 .container .content .left .sub_img_1 {
  position: absolute;
  width: 630px;
  top: -80px;
  left: -100px;
}
#index-body .init-4 .container .content .left .sub_img_1 img {
  width: 100%;
}
#index-body .init-4 .container .content .left .sub_img_2 {
  position: absolute;
  width: 300px;
  top: 250px;
  left: 400px;
}
#index-body .init-4 .container .content .left .sub_img_2 img {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  width: 100%;
}
#index-body .init-4 .container .content .right {
  width: 43%;
}
#index-body .init-4 .container .content .right .title {
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}
#index-body .init-4 .container .content .right .des {
  margin-top: 20px;
  color: #666666;
  font-family: 'humanist-777-light-bt2';
  line-height: 2;
}
#index-body .init-4 .container .content .right .more_cont {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
#index-body .init-4 .container .list_cont {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-4 .container .list_cont .list {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-4 .container .list_cont .list:hover .img img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .init-4 .container .list_cont .list .img {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-4 .container .list_cont .list .img img {
  width: auto;
  max-height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .list_cont .list .text {
  margin-left: 40px;
}
#index-body .init-4 .container .list_cont .list .text p {
  font-family: 'Humanist777BT-BoldB';
}
#index-body .init-4 .container .list_cont .list .text p SUP {
  font-size: 14px;
  margin-left: -8px;
}
#index-body .init-4 .container .list_cont .list .text p:nth-child(2) {
  font-family: 'humanist-777-light-bt2';
  color: #333333;
  margin-left: 5px;
}
#index-body .init-5 {
  padding: 240px 0;
  background-image: url(../images/index_22.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#index-body .init-5 .container .play_btn {
  width: 205px;
  height: 205px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  cursor: pointer;
}
#index-body .init-5 .container .play_btn .img_1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-5 .container .play_btn .img_3 {
  position: absolute;
  width: 76%;
  height: 76%;
  top: 12%;
  left: 12%;
}
#index-body .init-5 .container .play_btn .img_2 {
  position: relative;
  z-index: 2;
  width: 26px;
}
#index-body .init-6 .container {
  padding: 70px 0;
}
#index-body .init-6 .container .img_1 {
  margin: auto;
  width: 205px;
}
#index-body .init-6 .container .tip_title {
  margin-top: -90px;
  text-align: center;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}
#index-body .init-6 .container .tip_des {
  font-family: 'humanist-777-light-bt2';
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
#index-body .init-6 .container .swiper {
  margin-top: 45px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
  color: #666666;
  font-family: 'Humanist777BT-BoldB';
  margin-top: 15px;
  min-height: 84px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 20px;
  line-height: 1.5;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title:hover {
  color: #fcb538;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time {
  font-size: 14px;
  color: #666666;
  font-family: 'humanist-777-light-bt2';
  margin-top: 20px;
  line-height: 2;
}
#index-body .init-7 {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #efefef;
}
#index-body .init-7 .tip_title {
  text-align: center;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}
#index-body .init-7 form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-7 form input {
  margin-left: 20px;
  padding: 20px 15px;
  font-size: 16px;
  width: 160px;
  font-family: 'humanist-777-light-bt2';
  border: none;
}
#index-body .init-7 form .name {
  margin-left: 0;
}
#index-body .init-7 form .content {
  width: 380px;
}
#index-body .init-7 form .submit_btn {
  margin-left: 20px;
  background-color: #fdc941;
  padding: 14px 15px;
  width: 150px;
  text-align: center;
  color: #fff;
  font-family: 'Humanist777BT-BoldB';
  cursor: pointer;
  border: #fdc941 solid 1px;
  position: relative;
}
#index-body .init-7 form .submit_btn:hover {
  color: #fdc941;
}
#index-body .init-7 form .submit_btn:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
#index-body .init-7 form .submit_btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #fff;
  left: 0;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-7 form .submit_btn span {
  position: relative;
  z-index: 2;
}
#footer {
  position: relative;
  z-index: 3;
  background-color: #fdc941;
}
#footer .container {
  width: 1350px;
  padding: 20px 0;
  padding-top: 50px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .container a,
#footer .container img {
  display: block;
}
#footer .container .left {
  font-size: 176px;
  font-family: 'Humanist777BT-BoldB';
  color: rgba(255, 255, 255, 0.2);
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 1;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  width: 15%;
}
#footer .container .middle {
  width: 38%;
}
#footer .container .middle .f_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .container .middle .f_top .list_cont {
  width: 30%;
}
#footer .container .middle .f_top .list_cont .first {
  margin-bottom: 25px;
  font-family: 'Humanist777BT-BoldB';
  text-transform: uppercase;
  line-height: 2;
}
#footer .container .middle .f_top .list_cont .list {
  font-family: 'humanist-777-light-bt2';
  margin-top: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .middle .f_top .list_cont .list:hover {
  color: #fff;
}
#footer .container .middle .f_bottom {
  margin-top: 50px;
  border-top: rgba(0, 0, 0, 0.2) solid 1px;
  padding-top: 30px;
}
#footer .container .middle .f_bottom .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .container .middle .f_bottom .share a {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
  background-color: #3b5999;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .container .middle .f_bottom .share a:hover {
  color: #fcb538;
}
#footer .container .middle .f_bottom .share a:first-child {
  margin-left: 0;
}
#footer .container .middle .f_bottom .share a:nth-child(2) {
  background-color: #00aced;
}
#footer .container .middle .f_bottom .share a:nth-child(3) {
  background-color: #cb2027;
}
#footer .container .middle .f_bottom .share a:nth-child(4) {
  background-color: #cc2366;
}
#footer .container .middle .f_bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
  font-size: 16px;
  padding-top: 25px;
  text-align: center;
  line-height: 2;
  font-family: 'Mukta-Regular';
}
#footer .container .middle .f_bottom .copyright a {
  margin-left: 10px;
}
#footer .container .middle .f_bottom .copyright a:nth-child(2) {
  margin-left: 10px;
}
#footer .container .middle .f_bottom .copyright a img {
  height: 16px;
}
#footer .container .right {
  width: 24%;
}
#footer .container .right .list_cont .first {
  font-family: 'Humanist777BT-BoldB';
  text-transform: uppercase;
  margin-bottom: 25px;
}
#footer .container .right .list_cont .list {
  font-family: 'humanist-777-light-bt2';
}
#footer .container .right .list_cont:nth-child(2) {
  margin-top: 60px;
}
.go_top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 18;
}
.go_top > div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  border: #fcb538 solid 1px;
}
.go_top > div:hover {
  -webkit-box-shadow: 2px 2px 5px 0 #000;
  box-shadow: 2px 2px 5px 0 #000;
}
@media (max-width: 1700px) {
  .f_100 {
    font-size: 5vw;
    line-height: 1.1;
  }
  #header > .nav > .menu .menu-box {
    padding: 0 5vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 4vw;
  }
  #banner {
    height: 40vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .right {
    margin-right: 6vw;
    margin-top: 7.5vw;
  }
  #banner .bor_cont .right {
    width: 42%;
  }
  #banner .bor_cont > .sub_img_c {
    margin-left: 6vw;
    margin-top: 5vw;
  }
  #banner .bor_cont .right .img_2 {
    top: 22vw;
    width: 20vw;
  }
  #banner .bor_cont .right .img_1 {
    width: 32vw;
  }
  #banner .bor_cont {
    height: 100%;
  }
  #banner .bor_cont > #wrapper {
    height: 100%;
  }
  #banner .bor_cont .right #wrapper {
    top: 10vw;
    height: 30vw;
  }
  #banner .banner_page {
    right: 6vw;
    bottom: 2vw;
  }
  #banner .bor_cont > .sub_img_c {
    width: 50%;
  }
  #index-body .init-4 .container .content .left .sub_img_1 {
    width: 35vw;
  }
  #index-body .init-4 .container .content .left .sub_img_2 {
    width: 18vw;
    left: 25vw;
    top: 16vw;
  }
}
@media (max-width: 1400px) {
  .f_60 {
    font-size: 40px;
  }
  .f_66 {
    font-size: 40px;
  }
  .f_72 {
    font-size: 40px;
  }
  #header > .nav > .menu .menu-box {
    padding: 0 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 2vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .lang_cont .c_cont {
    font-size: 16px;
  }
  #index-body .container {
    padding: 0 20px;
  }
  #index-body .init-1 .container {
    padding: 0 20px;
  }
  #index-body .init-2 .container {
    padding: 0;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 32vw;
  }
  #index-body .init-3 .container .tip_des {
    position: relative;
    z-index: 2;
  }
  #index-body .init-6 .container {
    padding: 40px 20px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 22vw;
  }
  #footer .container {
    padding: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
    height: auto;
  }
  #banner .bor_cont > #wrapper {
    display: none;
  }
  #banner .bor_cont .right #wrapper {
    display: none;
  }
  #banner .bor_cont {
    position: absolute;
  }
  #banner .swiper {
    position: relative;
  }
  #banner .bor_cont > .sub_img_c {
    display: none;
  }
  #banner .bor_cont .right .sub_img_c {
    display: none;
  }
  #banner .cont{
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .right {
    width: 80%;
    margin-top: 10px;
    display: none;
    margin-right: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  #index-body .init-1 {
    display: none;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-3 .container {
    padding: 40px 50px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 51vw;
  }
  #index-body .init-3 .container .img_1 {
    width: 100px;
    top: -15px;
    right: -30px;
  }
  #index-body .init-3 .container .img_2 {
    width: 80px;
    top: 10px;
    right: -40px;
  }
  #index-body .init-3 .container .img_4 {
    width: 160px;
  }
  #index-body .init-3 .container .tip_title {
    margin-top: 20px;
  }
  #index-body .init-4 .container .content .left {
    width: 100%;
  }
  #index-body .init-4 .container .content .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  #index-body .init-4 .container .content .left .sub_img_1 {
    display: none;
  }
  #index-body .init-4 .container .content .left .sub_img_2 {
    display: none;
  }
  #index-body .init-4 .container .img_1 {
    display: none;
  }
  #index-body .init-4 .img_2 {
    display: none;
  }
  #index-body .init-4 .container .list_cont {
    margin-top: 30px;
  }
  #index-body .init-4 .container .list_cont .list {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-4 .container .list_cont .list .text {
    min-width: 200px;
  }
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 34vw;
  }
  #index-body .init-7 form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init-7 form input {
    width: 49%;
    margin-left: 0;
  }
  #index-body .init-7 form .content {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-7 form .submit_btn {
    margin: auto;
    margin-top: 20px;
  }
  #footer .container .left {
    display: none;
  }
  #footer .container .middle {
    width: 60%;
  }
  #footer .container .right {
    width: 35%;
  }
}
@media (max-width: 768px) {
  #index-body .init-4 .container .tip_title {
    width: 100%;
    line-height: 1.6;
  }
  #footer .container .middle {
    width: 100%;
  }
  #footer .container .middle .f_top {
    display: none;
  }
  #footer .container .middle .f_bottom {
    padding-top: 10px;
  }
  #footer .container .middle .f_bottom .share {
    display: none;
  }
  #footer .container .middle .f_bottom {
    width: 100%;
  }
  #footer .container .middle .f_bottom .copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .container .right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .f_72 {
    font-size: 25px;
    line-height: 2;
  }
  .f_66 {
    font-size: 20px;
    line-height: 2;
  }
  .f_60 {
    font-size: 20px;
  }
  .f_50 {
    font-size: 20px;
  }
  .f_42 {
    font-size: 20px;
  }
  .f_34 {
    font-size: 18px;
  }
  .f_28 {
    font-size: 20px;
  }
  .f_24 {
    font-size: 20px;
    line-height: 1.8;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 16px;
    line-height: 1.8;
  }

  #banner .banner_page {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
  }
  #banner .banner_page div {
    margin-left: 10px;
  }
  #banner .banner_page .three {
    width: 40px;
  }
  #index-body .init-3 .container {
    padding: 30px 10px;
  }
  #index-body .init-3 .container .swiper {
    margin-top: 30px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 108vw;
  }
  #index-body .init-4 {
    padding: 30px 0;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #index-body .init-4 .container .content {
    margin-top: 20px;
  }
  #index-body .init-4 .container .list_cont .list .img img {
    width: 50px;
    height: auto;
  }
  #index-body .init-4 .container .list_cont .list .text {
    margin-left: 20px;
  }
  #index-body .init-6 .container {
    padding: 30px 10px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 69vw;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .title {
    min-height: 60px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .time {
    margin-top: 10px;
    line-height: 2;
  }
  #index-body .init-7 form input {
    width: 100%;
    margin-top: 20px;
  }
  #footer .container {
    padding: 30px 10px;
  }
  #footer .container .right .list_cont .first {
    margin-bottom: 15px;
  }
  #footer .container .right .list_cont:nth-child(2) {
    margin-top: 30px;
    line-height: 2;
  }
  #footer .container .middle .f_bottom {
    margin-top: 20px;
  }
  #footer .container .middle .f_bottom .copyright {
    padding-top: 10px;
  }
}






























/* 内页样式 */
.container{
  width: 1530px;
}
.ui.container{
  padding: 0 15px;
  line-height: 2;
}
.map .button-group .button{
  background-color: #fcb538;
}
.map{
  position: relative;
  z-index: 1;
}
.mbx {
  font-size: 16px;
  line-height: 2;
}

.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mbx a {
  margin-left: 0;
}

.mbx-box .box {
  padding: 40px 0;
}

.inner-banner {
  margin-top: 87px;
  background-image: url("../images/inner-banner.jpg") no-repeat center;
  background-size: 100% !important;
  padding: 12vw 0;

  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}


.inner-banner h2 {
  font-size: 32px;
  color: #000;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.contact-page .contact-1 h1.title {
  font-size: 45px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.contact-page .contact-1 h1.title::before {
  content: attr(data-text);
  font-size: 16px;
  display: block;
  color: #b8a3b8;
}

.contact-page .contact-1 .text {
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  line-height: 2;
}

.contact-page .contact-2 .box {
  padding-top: 75px;
  padding-bottom: 110px;
}

.contact-page .contact-2 .left {
  padding-right: 30px;
 
}

.contact-page .contact-2 .left h3.title {
  font-size: 30px;
  font-family: 'Humanist777BT-BoldB';
  font-weight: bold;
  line-height: 2;
}

.contact-page .contact-2 .left .contact-list {
  margin-top: 60px;
  margin-bottom: 70px;
  line-height: 2;
}

.contact-page .contact-2 .left .contact-list ul {
  margin: -10px 0;
}

.contact-page .contact-2 .left .contact-list ul li {
  font-size: 18px;
  padding: 10px 0;
  font-family: "Poppins-Regular";
}

.contact-page .contact-2 .left .contact-list ul li span {
  display: inline-block;
  width: 25px;
  margin-right: 25px;
}

.contact-page .contact-2 .left .contact-list ul li span img {
  vertical-align: sub;
}

.contact-page .contact-2 .left h3.follow-title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.contact-page .contact-2 .left .other-link {
  margin-top: 25px;
}

.contact-page .contact-2 .left .other-link ul {
  margin: -5px;
}

.contact-page .contact-2 .left .other-link ul li {
  display: inline-block;
  padding: 5px;
}

.contact-page .contact-2 .left .other-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6c6c6c;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}

.contact-page .contact-2 .left #ewm{
  width: 100px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px;
  margin-top: 20px;
}

.contact-page .contact-2 .left #ewm canvas,.contact-page .contact-2 .left #ewm img{
  display: block;
  width: 100%;
}

.contact-page .contact-2 .right {
  padding-right: 30px;
}

.contact-page .contact-2 .right .form {
  margin-top: 10px;
}

.contact-page .contact-2 .right h3.form-title {
  font-size: 30px;
  font-weight: bold;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.contact-page .contact-2 .right input[type="text"],
.contact-page .contact-2 .right input[type="email"],
.contact-page .contact-2 .right input[type="tel"],
.contact-page .contact-2 .right textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}

.contact-page .contact-2 .right textarea {
  height: 190px;
}

.contact-page .contact-2 .right input[type="submit"] {
  font-size: 18px;
  background-color: #fcb538;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}

.contact-page .contact-2 .right label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.contact-page .contact-2 .right label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.contact-page .contact-2 .right label:first-child {
  margin-right: 55px;
}

.contact-page .contact-2 .right h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}


.news-page .news-sideBar ul li {
  display: inline-block;
  font-size: 18px;
}

.news-page .news-sideBar ul li a {
  padding: 10px 45px;
  display: block;
  font-family: 'Humanist777BT-BoldB';
}

.news-page .news-sideBar ul li a:hover,
.news-page .news-sideBar ul li.active a {
  background-color: #fdc941;
  color: #fff;
}

.news-page .new-list {
  padding: 30px 0 100px;
}

.news-page .new-list li {
  margin-bottom: 27px;
}

.news-page .new-list li:last-child {
  margin-bottom: 0;
}

.news-page .new-list li .new-pic {
  width: 35%;
  vertical-align: middle;
}

.news-page .new-list li .new-con {
  width: 65%;
  padding-left: 40px;
  vertical-align: middle;
}

.news-page .new-list li .new-con .tit {
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'Humanist777BT-BoldB';
  font-weight: bold;
}

.news-page .new-list li .new-con .tit a:hover {
  color: #000;
}

.news-page .new-list li .new-con .abst {
  font-size: 16px;
  line-height: 27px;
  margin: 10px 0 55px;
}

.news-page .new-list li .new-con a.more {
  color: #000;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 2px solid #000;
}

.news-page .new-list li .new-con .date {
  margin-top: 20px;
}

.news-page .new-list li .new-con .date span {
  color: #4a4a4a;
  font-size: 14px;
}

.news-page .new-list li .new-pic img {
  width: 100%;
}

.newdet-page .prodet-3{
  padding: 30px 0;
  padding-top: 10px;
}
.newdet-page .prodet-3 h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.newdet-page .prodet-3 .pro-list{
  margin-top: 20px;
  overflow: hidden;
}
.newdet-page .prodet-3 .pro-list .img-box{
  display: block;
  overflow: hidden;
}
.newdet-page .prodet-3 .pro-list h3{
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}

.newdet-page .news .news_title h1 {
  padding-bottom: 5px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  font-size: 16px;
}

.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  padding: 45px 0 40px;
}

.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}

.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  font-size: 14px;
  line-height: 24px;
  clear: both;
}

.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}

.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}

.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}

.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.product-page .product-box .box {
  font-size: 0;
}

.product-page .product-box .left {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}

.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  line-height: 2;
}


.product-sideBar .cat-list .second-li {
  transition: all .5s;
  margin-top: 10px;
}

.product-sideBar .cat-list .second-li:hover,.product-sideBar .cat-list .second-li.active{
  background-color: #000;
}

.product-sideBar .cat-list .first-li ul .second-li{
  transition: all .5s;
}

.product-sideBar .cat-list .first-li ul .second-li .level-three{
  transition: all .5s;
}
.product-sideBar .cat-list .first-li ul .second-li.active{
  color: #fff;
}
.product-sideBar .cat-list .first-li ul .second-li:hover .level-three,.product-sideBar .cat-list .first-li ul .second-li.active .level-three{
  padding-left: 25px;
  color: #fff;
}

.product-sideBar .cat-list .second-li a:after{
  transition: all .3s;
}

.product-sideBar .cat-list .second-li:hover a:after,.product-sideBar .cat-list .second-li.active a:after{
  background-color: #fff;
  left: 10px;
}


.product-sideBar .cat-list .level-two {
  font-size: 16px;
  text-transform: uppercase;
}

.product-sideBar .cat-list .first-li > ul{
  display: none;
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.product-sideBar .cat-list .first-li  ul .second-li .level-three {
  padding-left: 15px;
}
.product-sideBar .cat-list .first-li  ul .second-li .level-three::after{
  top: 30px;
}

.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.m-page {
  margin-top: 20px;
}

.product-page {
  padding-bottom: 80px;
}

.product-page .product-box .right {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  padding-left: 40px;
}

.product-page .product-box .right .cat-text h1 {
  font-size: 18px;
  font-weight: bold;
}

.product-page .product-box .right .cat-text .text {
  font-size: 14px;
  margin: 15px 0;
}

.product-page .product-box .right .inner-pro-box .pro-content {
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.product-page .product-box .right .inner-pro-box .inner-pro-name {
  color: rgba(0, 0, 0, 0.5);
  font-family: Poppins-Regular;
}

.product-page .product-box .right .inner-pro-box .des{
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  display: block;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  padding: 0 15px;
}

.product-page .product-box .right .inner-pro-box .pro-cat-name {
  font-weight: bold;
}

.product-page .product-box .right .inner-pro-list ul {
  margin: -10px;
}

.product-page .product-box .right .inner-pro-list ul li {
  padding: 10px;
}

.prodet-page .box {
  font-size: 0;
  padding: 50px 0;
}

.prodet-page .left {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

.prodet-page .right {
  width: 75%;
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

.prodet-page .right .prodet-1 .prodet-date .opsition {
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 0;
}

.prodet-page .right .prodet-1 .prodet-date .opsition .slick-track {
  margin-left: 0;
}

.prodet-page .right .prodet-1 .prodet-date .content {
  font-size: 14px;
  line-height: 1.8;
}

.prodet-page .right .prodet-1 .des_2{
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}

.prodet-page .right .prodet-1 .prodet-title h1 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.prodet-page .right .prodet-1 .prodet-title

.prodet-page .right .prodet-1 {
  text-align: center;
  padding: 0 0 30px;
}

.prodet-page .right .prodet-1 .prodet-title {
  font-size: 14px;
  margin-bottom: 30px;
}

.prodet-page .right .prodet-1 .pro-featured .swiper-father {
  padding: 0 145px;
  margin-top: 35px;
  position: relative;
}

.prodet-page .right .prodet-1 .pro-featured .swiper-father .swiper-btn {
  width: 38px;
  height: 38px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
  right: 80px;
}

.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
  left: 80px;
}

.prodet-page .right .prodet-1 .left-box {
  width: 50%;
  padding-right: 15px;
}

.prodet-page .right .prodet-1 .right-box {
  width: 50%;
  padding-left: 15px;
  text-align: left;
}



.prodet-page .right .prodet-2 .prodet-date {
  margin-top: 25px;
}

.prodet-page .right .prodet-2 .prodet-date .opsition {
  font-size: 20px;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 30px 0 5px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.prodet-page .right .prodet-2 .prodet-date .content{
  font-size: 16px;
  margin-top: 10px;
}

.prodet-page .right .prodet-2 .prodet-date .content table tr td{
  min-width: 132px;
}

.prodet-page .right .prodet-3 {
  padding: 40px 0;
}

.prodet-page .right .prodet-3 h2 {
  font-size: 20px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.prodet-page .right .prodet-3 .pro-list {
  margin-top: 10px;
  overflow: hidden;
}

.prodet-page .right .prodet-3 .pro-list h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.prodet-page .right .prodet-3 .pro-list p {
  font-size: 14px;
  margin-top: 5px;
}

.prodet-page .right .prodet-3 .pro-list span {
  display: inline-block;
  width: 100%;
}

.prodet-page .right .prodet-4{
  margin: 30px 0;
}
.about-page .about-ty-title h1 {
  font-size: 36px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.about-page .about-ty-title span {
  font-weight: 700;
}

.about-page .about-ty-title .text {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}

.about-page .about-ty-title .text span {
  color: #000;
}

.about-page .about-video {
  margin-top: 30px;
}

.about-page .about-video .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-page .about-video .play p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.about-page .about-2 {
  font-size: 0;
  margin-bottom: 50px;
  padding-top: 100px;
}

.about-page .about-2 .left {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding-right: 15px;
}

.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  padding-left: 15px;
}

.about-page .about-2 img {
  margin-top: 30px;
}

.about-page .about-3{
  margin: 50px 0 ;
}
.about-page .about-3 .about-ty-title {
  width: 100%;
}

.about-page .about-3 .other-box .other-text {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 625px;
  padding: 0 50px;
}

.about-page .about-3 .other-box .other-text h6 {
  font-size: 30px;
  color: #fff;
  font-family: 'Oswald-Medium';
  line-height: 2;
}

.about-page .about-3 .other-box .other-text h2 {
  font-size: 16px;
  color: #fff;
  font-family: 'humanist-777-light-bt2';
  line-height: 2;
}

.about-page .about-3 .other-box .other-text a {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 2;
}

.about-page .about-3 .about-other {
  margin-top: 50px;
}

.about-page .about-3 .about-other ul {
  margin: -15px;
}

.about-page .about-3 .about-other ul li {
  padding: 15px;
}

.about-page {
  padding: 0 0 70px;
}

@media screen and (max-width: 1630px) {
  .container {
      width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
      width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
      width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
      width: 700px;
  }

  .about-page .about-3 .about-other {
    display: none;  
  }
}
@media screen and (max-width: 700px) {
  .container {
      width: 100%;
  }
  .about-page .about-3{
    margin-bottom: 0;
  }
  .nbyejiao {
    display: none !important;
  }
  .industrykwon {
    display: none !important;
  }
}


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

  .inner.container {
    width: 970px;
  }

  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 10px 0 15px;
  }

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

  .prodet-page .right .prodet-1 .pro-featured .swiper-father {
    padding: 0px 90px;
  }

  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
    left: 10px;
  }

  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
    right: 10px;
  }

  .about-page .about-3 .about-ty-title {
    max-width: 100%;
    width: 100%;
  }

  .about-page .about-2 .right {
    bottom: 0;
  }

  .about-page .about-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 28px;
  }

  .inner-banner {
    height: 300px;
    padding: 110px 0;
  }

  .news-page .news-sideBar {
    display: none;
  }

  .news-page .new-list li .new-con .tit {
    font-size: 18px;
    line-height: 2;
  }

  .prodet-page .left {
    display: none;
  }

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

  .about-page .about-ty-title h1 {
    font-size: 30px;
    line-height: 2;
  }

  .about-page .about-3 .other-box .other-text {
    max-width: 100%;
    width: 100%;
  }

  .about-page .about-3 .other-box .other-text h2 {
    font-size: 30px;
  }

  .about-page .about-video .play p {
    font-size: 30px;
  }
}

@media screen and (max-width: 970px) {
  .inner.container {
    width: 768px;
  }

  .contact-page .contact-1 h1.title {
    font-size: 30px;
  }

  .contact-page .contact-2 .left h3.title,
  .contact-page .contact-2 .right h3.form-title,
  .contact-page .contact-2 .left h3.follow-title {
    font-size: 25px;
    font-family: 'Humanist777BT-BoldB';
  }

  .contact-page .contact-2 .left .contact-list ul li {
    font-size: 16px;
  }

  .contact-page .contact-2 .right label span {
    font-size: 16px;
  }

  .news-page .new-list li .new-con {
    padding-left: 25px;
  }

  .news-page .new-list li .new-con .date {
    margin-top: 10px;
  }

  .product-page .product-box .left {
    display: none;
  }

  .product-page .product-box .right {
    width: 100%;
    padding-left: 0;
  }

  .about-page .about-ty-title h1 {
    font-size: 25px;
  }

  .about-page .about-ty-title .text {
    font-size: 16px;
  }

  .about-page .about-3 .other-box .other-text {
    padding: 0 25px;
  }

  .about-page .about-3 .other-box .other-text a {
    font-size: 16px;
  }

  .about-page .about-3 .other-box .other-text h2 {
    font-size: 25px;
  }

  .about-page .about-video .play p {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .inner.container {
    width: 100%;
    overflow: hidden;
  }



  .contact-page .contact-2 .right label:first-child {
    margin-right: 15px;
  }

  .contact-page .contact-1 .text {
    font-size: 14px;
    margin-top: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 60px 0;
  }

  .contact-page .contact-2 .left .contact-list ul li {
    font-size: 14px;
  }

  .contact-page .contact-2 .left .contact-list ul li span {
    margin-right: 10px;
  }

  .contact-page .contact-2 .left {
    padding-right: 10px;
  }

  .contact-page .contact-2 .right {
    padding-left: 10px;
  }

  .contact-page .contact-2 .right label input[type="radio"] {
    width: 15px;
    height: 15px;
  }

  .news-page .new-list li .new-con .abst {
    line-height: 2;
  }

  .about-page .about-ty-title .text {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-3 .other-box .other-text a {
    font-size: 14px;
  }

  .about-page .about-2 {
    padding-top: 60px;
  }

  .about-page .about-3 .about-other {
    margin-top: 60px;
  }
}

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

  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con {
    width: 100%;
  }

  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 10px;
    text-align: center;
  }

  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    text-align: left;
  }

  .about-page .about-3 .other-li {
    width: 100%;
  }

  .about-page .about-ty-title h1 {
    font-size: 20px;
  }

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

  .prodet-page .right .prodet-1 .right-box {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 24px;
    line-height: 2;
  }



  .contact-page .contact-2 .left {
    padding-right: 0;
  }

  .contact-page .contact-2 .right {
    padding-left: 0;
    margin-top: 30px;
  }

  .contact-page .contact-2 .left .contact-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-page {
    padding: 30px 0 60px;
  }

  .about-page .about-2 {
    padding-top: 30px;
  }

  .about-page .about-2 .right {
    padding-top: 30px;
  }

}




.prodet-4 .form {
  margin-top: 10px;
}

.prodet-4 h3.form-title {
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.prodet-4 input[type="text"],
.prodet-4 input[type="email"],
.prodet-4 input[type="tel"],
.prodet-4 textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}

.prodet-4 textarea {
  height: 190px;
}

.prodet-4 input[type="submit"] {
  font-size: 18px;
  background-color: #fcb538;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}

.prodet-4 label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 30px;
}

.prodet-4 label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.prodet-4 label:first-child {
  margin-right: 55px;
}

.prodet-4 h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}


.gal-page {
  padding-bottom: 80px;
}

.gal-page ul {
  margin: -10px;
}

.gal-page ul li {
  padding: 10px;
}

.gal-page ul li a {
  display: block;
}

.gal-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 16px;
  font-family: 'Humanist777BT-BoldB';
}

.gal-page ul li a:hover h3 {
  background: #fdc941;
  color: white;
}


.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  font-size: 14px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page a.current {
  color: white;
  background: #fdc941;
}

.inner-page .side-contact {
  padding: 26px 26px 32px 20px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}

.inner-page .side-tit {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Humanist777BT-BoldB';
  margin-bottom: 8px;
}

.side-contact-btn {
  background: #fdc941;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  display: block;
}

.inner-page .side-contact li i.fa {
  float: left;
  width: 8%;
  font-size: 16px;
  text-align: center;
}

.inner-page .side-contact {
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}

.inner-page .side-contact .side-tit {
  margin-bottom: 13px;
  font-weight: bold;
  line-height: 2;
}

.inner-page .side-contact li:first-child {
  border-top: 1px solid #d1d1d1;
}

.inner-page .side-contact li {
  padding: 20px 0 18px;
  border-bottom: 1px solid #d1d1d1;
}

.inner-page .side-contact li i.icon {
  float: left;
  width: 8%;
  font-size: 16px;
}

.inner-page .side-contact li span {
  float: right;
  width: 88%;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins-Regular";
}

.faq-page {
  padding-bottom: 50px;
}

.faq-page .title {
  text-align: center;
  margin-bottom: 4.5rem;
}

.faq-page .title h4 {
  font-size: 40px;
  color: #000;
  margin-bottom: 5px;
  font-family: 'Humanist777BT-BoldB';
  line-height: 2;
}

.faq-page .title h3 {
  font-size: 16px;
  font-weight: 300;
  color: #313131;
  line-height: 2;
}

.faq-page ul {
  margin: 0 -30px;
}

.faq-page ul li {
  padding: 0 30px;
  margin-bottom: 40px;
}

.faq-page ul li .ig {
  cursor: pointer;
}




.faq-page ul li .ig h4 {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 1px solid rgba(28, 28, 28, .1);
  padding-bottom: 20px;
  color: #313131;
  font-family: 'Humanist777BT-BoldB';
}

.faq-page ul li .ig h4 i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 18px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.faq-page ul li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.faq-page ul li .ig .con {
  display: none;
  font-size: 17px;
  line-height: 2em;
  color: #000;
  margin-top: 1.1rem;
}

.faq-page ul li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}

.faq-page ul li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .faq-page ul.grid-box li.column {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .faq-page ul li .ig h4 {
    font-size: 16px;
  }


}


.about-page .about-ty-title .text {
  font-size: 16px;
  font-family: 'humanist-777-light-bt2';
  color: #555;
  line-height: 2;
}

.about-page .about-video {
  text-align: center;
}

.about-page .about-2 .left .text img {
  max-height: 700px;
  width: 100%;
  object-fit: cover;
}

.about-page .about-2 .right .text img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}



.layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}

.about-page .about-3 .other-box .other-text {
  z-index: 7;
}


.about-page .about-3 .other-box .other-text a:hover {
  background-color: #000;
  transition: all .5s ease;
  color: #fff;
}

.about-page .about-3 .other-box .other-text a {
  transition: all .5s ease;
}


.product-sideBar h2.pro-cat-title {
  font-weight: bold;
  font-size: 24px;
  font-family: 'Humanist777BT-BoldB';
}

.product-sideBar {
  padding: 20px 30px;
}

.product-sideBar .cat-list .level-two {
  text-transform: capitalize;
}

.product-sideBar .cat-list .first-li i.fa.fa-angle-down {
  font-size: 24px;
  -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;
  float: right;
  top: 20px;
  right: 10px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
}

.product-sideBar .cat-list .first-li i.fa.fa-angle-down:before {
  content: "\f105";
}


.product-page .product-box .right .cat-text .text {
  width: 70%;
}


.product-page .product-box .left .product-sideBar ul.cat-list {
  margin-top: 15px;
}

.product-sideBar .cat-list .first-li{
  position: relative;
}

.product-sideBar .cat-list .first-li a {
  line-height: 40px;
  padding: 10px 0;
  padding-right: 30px;
  display: block;
}




.product-sideBar .cat-list .first-li:hover,.product-sideBar .cat-list .first-li.active {
  background: #fdc941;
  color: #fff;
  transition: all .5s ease;
}
.product-sideBar .cat-list .first-li.active > ul{
  display: block;
}
.product-sideBar .cat-list .first-li {
  padding: 10px 15px;
  transition: all .5s ease;
}

.product-page .product-box .right .cat-text {
  padding-bottom: 40px;
}

.product-page .product-box .right .inner-pro-list ul li .inner-pro-box .inner-pro-img.img-box {
  overflow: unset;
}
.product-page .product-box .right .inner-pro-list ul li .inner-pro-box .inner-pro-img.img-box a{
  display: block;
  overflow: hidden;
}


.product-page .product-box .right .inner-pro-list ul li {
  padding: 25px 15px;
}


.inner-page.prodet-page .box {
  padding: 0;
}


.product-page .product-box .right .inner-pro-list ul li .inner-pro-box {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
}

.contact-page .contact-1 h1.title:before {
  display: none;
}





.prodet-page .right .prodet-1 .prodet-title p {
  line-height: 2;
  padding-top: 20px;
}


.prodet-page .right .prodet-1 .right-box .prodet-date .pro-det-img li img {
  padding: 15px;
}

.swiper-father h5 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 2;
}

.share {
  display: block;
}

.share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.share ul.grid-box {
  display: inline-block;
  vertical-align: middle;
}

.share ul li {
  display: inline-block !important;
  vertical-align: middle !important;
  width: auto !important;
  margin-left: 15px !important;
  font-size: 16px !important;
  padding-right: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}


.inner-page.prodet-page {
  padding-bottom: 60px;
}


.btn a.active {
  color: #fff;
  background: #141414;
  border-color: #141414;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.btn {
  margin-top: 20px;
}





.Features {
  padding: 2rem 0 0;
  overflow: hidden;
}

.Features h5 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 3rem;
}

.Features .left {
  transition: all .5s ease;
}

.Features .left {
  width: 45%;
  float: left;
}

.Features .right {
  width: 55%;
  float: left;
  padding: 4rem;
  line-height: 2.5;
}

.Features .right h3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.Features .right p {
  padding: 20px 0 0;
  font-size: 14px;
}

.yingyong {
  overflow: hidden;
  padding: 4rem 0;
}

.yingyong .left {
  width: 30%;
  float: left;
  padding: 1rem 1rem 1rem 0;
  line-height: 2.5;
}

.yingyong .left h5 {
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

.yingyong .left p {
  padding: 5px 0;
  font-size: 14px;
}

.yingyong .right {
  width: 70%;
  float: left;
  overflow: hidden;
}

.yingyong .right ul li {
  transition: all .5s ease;
}

.yingyong .right ul li {
  width: 33.33%;
  float: left;
  padding: 0 2px;
}

.yingyong .right ul li:hover {
  filter: grayscale(.7);
  transition: all .5s ease;
  margin-top: 2rem;
}


.guanyu {
  overflow: hidden;
  padding-bottom: 0;
}

.guanyu .left {
  width: 50%;
  float: left;
}

.guanyu .left {
  transition: all 1.2s ease;
}

.guanyu .right {
  width: 50%;
  padding: 0;
  float: left;
  line-height: 2.5;
}

.guanyu .left:hover {
  transform: scale3d(1.05, 1.05, 1);
  transition: all 1.2s ease;
}

.guanyu .left img {
  object-fit: cover;
  width: 95%;
  height: 440px;
}

.guanyu .right h5 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}

.guanyu .right h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}

.Features .left:hover {
  filter: grayscale(.7);
  transform: scale3d(1.05, 1.05, 1);
  transition: all .5s ease;
}

.guanyu .right p {
  font-size: 14px;
}

.yingyong .right li:nth-child(2) {
  margin-top: 2rem;
}

.Features .left img {
  height: 340px;
  object-fit: cover;
}

.Features .left img {
  height: 340px;
  object-fit: cover;
}

.Features .right p {
  padding: 20px 0 0;
  font-size: 15px;
}

.yingyong .left h5 {
  font-size: 24px;
  font-weight: 700;
}

.product-page .product-box .right .inner-pro-box .inner-pro-name {
  color: #000;
  font-weight: bold;
  font-family: 'Humanist777BT-BoldB';
  text-transform: capitalize;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .inner-banner{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: inherit !important;
    background-position: center center !important;
  }

  .product-page .product-box .right .cat-text{
    text-align: center;
  }
  .product-page .product-box .right .cat-text .text{
    width: 100%;
  }
}


@media screen and (max-width:700px) {
  .Features .right {
    width: 100%;
    padding: 1rem;
  }

  .yingyong .right,
  .contact-page .contact-2 .left,
  .contact-page .contact-2 .right {
    width: 100%;
  }

  .guanyu .right {
    width: 100%;
  }

  .contact-page .contact-2 .left h3.title,
  .contact-page .contact-2 .right h3.form-title,
  .contact-page .contact-2 .left h3.follow-title {
    font-size: 20px;
  }

  .about-page .about-3 .other-box .other-text h2 {
    font-size: 18px;
  }
}

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

  .product-page .product-box .right .inner-pro-list ul li {
    width: 100%;
  }

  .product-page {
    padding-bottom: 30px;
  }

  .prodet-page .right .prodet-1 .prodet-title h1,
  .prodet-4 h3.form-title,
  .guanyu .right h5 {
    font-size: 20px;
    line-height: 2;
  }
  .faq-page .title h4{
    font-size: 26px;
    line-height: 2;
  }


  .mbx-box .box {
    padding: 10px 0;

  }

  .contact-page .contact-1 h1.title {
    font-size: 20px;
  }
}


.newcontent {
    font-size: 14px;
    line-height: 2;
}


.industrykwon {
    margin: 10px 270px 20px;
    font-size: 18px;
    font-family: 'humanist-777-light-bt2';
    line-height: 2;
}

.industryh2 {
    font-size: 30px;
    font-family: 'Humanist777BT-BoldB';
    text-align: center;
    line-height: 2;
}

.kwontitleh3 {
    font-size: 20px;
    font-family: 'Humanist777BT-BoldB';
    line-height: 2;
}

.shouyeh1 {
    display: inline;
}

.catproh1 {
    color: black;
    font-size: 30px;
    line-height: 2;
}


.feneli1 {
    display: inline!important;
}

.chanpinye1 {
  display: inline!important;
}

.nextbefore {
    margin-top: 15px;
    font-size: 15px;
    line-height: 2;
}