@font-face {
  font-family: 'gotham-rounded-medium';
  src: url(../fonts/gotham-rounded-medium.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  src: url(../fonts/CENTURY751-SEBD-BT-SEMI-BOLD.TTF) format('truetype');
}
@font-face {
  font-family: 'gotham-rounded-light';
  src: url(../fonts/gotham-rounded-light.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'GothamRounded-Book';
  src: url(../fonts/GothamRounded-Book.otf) format('truetype');
}
@font-face {
  font-family: 'gotham-rounded-bold';
  src: url(../fonts/gotham-rounded-bold.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype');
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_shadow{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .4;
  z-index: 22;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #ff6635;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #ff6635;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #ff6635;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  letter-spacing: 0;
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #ff6635;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #e98a6b;
}
*::-webkit-scrollbar-thumb {
  background-color: #ff6635;
}
b,
strong {
  font-weight: bold;
}
body {
  position: relative;
  font-family: 'Poppins-Regular';
  margin: 0 auto;
  color: #131313;
  background-image: url(../images/index_1.jpg);
  background-size: 100%;
  cursor: none;
  letter-spacing: 5px;
}
a[href] {
  cursor: none;
}
.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;
}
#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;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#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: #ff9800;
}
#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;
}
.more_cont_1 {
  position: relative;
  cursor: pointer;
}
.more_cont_1 i {
  position: relative;
  z-index: 2;
}
.more_cont_1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ff6635;
  border-radius: 50%;
  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;
}
.more_cont_1:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.more_cont_2 {
  position: relative;
}
.more_cont_2 > div {
  position: absolute;
  width: 400px;
  height: 80px;
  top: 0;
  left: 0;
  padding: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont_2 > div.text {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  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;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 2;
  transform: translate(-8px, -8px);
  -ms-transform: translate(-8px, -8px);
  -moz-transform: translate(-8px, -8px);
  -webkit-transform: translate(-8px, -8px);
  -o-transform: translate(-8px, -8px);
}
.more_cont_2 > div.sub_bg {
  background-color: #ff6635;
  transform: translate(8px, 8px);
  -ms-transform: translate(8px, 8px);
  -moz-transform: translate(8px, 8px);
  -webkit-transform: translate(8px, 8px);
  -o-transform: translate(8px, 8px);
}
.more_cont_2:hover > div {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.rotate_ani {
  -webkit-animation: rotate_ani 20s linear infinite;
  animation: rotate_ani 20s linear infinite;
}
@-webkit-keyframes rotate_ani {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate_ani {
  from {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.bounce_ani {
  -webkit-animation: bounce_ani 5s linear infinite;
  animation: bounce_ani 5s linear infinite;
}
@-webkit-keyframes bounce_ani {
  from {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes bounce_ani {
  from {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  50% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
  75% {
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  to {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
#img_bg_cont {
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#img_bg_cont .list {
  position: absolute;
  background-color: #fbb7a0;
  width: 230px;
  height: 230px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  border-radius: 50%;
  opacity: 0.8;
}
#img_bg_cont .list_2 {
  width: 180px;
  height: 180px;
}
#img_bg_cont .list_3 {
  width: 360px;
  height: 360px;
}
#img_bg_cont .list_4 {
  width: 400px;
  height: 400px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  opacity: 0.4;
}
#img_bg_cont .list_5 {
  opacity: 0.4;
}
#img_bg_cont .list_6 {
  width: 220px;
  height: 220px;
}
#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;
}
#header.active {
  background-color: #ffffff;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  padding: 30px 0;
  width: 1350px;
}
#header > .nav > .menu .menu-box {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  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;
  position: relative;
}
#header > .nav > .menu .menu-box .logo {
  width: 165px;
}
#header > .nav > .menu .menu-box .logo img {
  margin: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  margin-left: 40px;
  position: relative;
  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:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:last-child {
  border: none;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a {
  color: #ff6635;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a::after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  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%);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'gotham-rounded-medium';
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #000000;
  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;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #ff6635;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  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 > a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 5px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #ff6635;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  -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 #ff6635;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #fff9f0;
  padding: 10px;
  color: #000;
  text-align: center;
  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 {
  margin-left: 0;
  color: #000;
  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 .lang_cont {
  margin-left: 25px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  text-transform: capitalize;
  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 .lang_cont .c_cont .img {
  width: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img img {
  width: 100%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 8px;
  font-size: 26px;
  font-weight: bold;
}
#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 #ff6635;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang li a {
  background: #fff9f0;
  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: #000;
}
#header > .nav > .menu .menu-box .right form {
  color: #44533c;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
  border-radius: 30px;
  border: 1px solid #000;
  padding: 8px 10px;
  padding-right: 40px;
  -webkit-box-shadow: 2px 2px 15px 3px #ccc inset, 2px 2px 15px 3px #ccc;
  box-shadow: 2px 2px 15px 3px #ccc inset, 2px 2px 15px 3px #ccc;
}
#header > .nav > .menu .menu-box .right form input {
  border: none;
  background-color: inherit;
}
#header > .nav > .menu .menu-box .right form .submit {
  width: 18px;
  height: 18px;
  background-image: url(../images/index_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 11px;
  right: 15px;
}
#mouse_cir {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff6635;
  position: fixed;
  z-index: 20;
}
#mouse_cir_2 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  z-index: 30;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#mouse_cir_2 div{
  width: 100%;
  border-radius: 50%;
  height: 100%;
  border: 1px solid #ff6635;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#mouse_cir_2.mouse_hover_active div{
    transform:scale(1.5);
  -ms-transform:scale(1.5);
  -moz-transform:scale(1.5);
  -webkit-transform:scale(1.5);
  -o-transform:scale(1.5);
}
.f_200 {
  font-size: 120px;
}
.f_84 {
  font-size: 70px;
}
.f_64 {
  font-size: 64px;
}
.f_60 {
  font-size: 60px;
}
.f_50 {
  font-size: 40px;
}
.f_36 {
  font-size: 36px;
}
.f_30 {
  font-size: 30px;
}
.f_24 {
  font-size: 24px;
}
.f_22 {
  font-size: 22px;
}
.f_20 {
  font-size: 20px;
}
.f_18 {
  font-size: 16px;
  line-height: 2;
}
.f_16 {
  font-size: 16px;
  line-height: 2;
}
.mt_130 {
  margin-top: 130px;
}
.mt_100 {
  margin-top: 100px;
}
.mt_90 {
  margin-top: 90px;
}
.ac {
  display: none;
}
#index-body {
  padding-bottom: 85px;
  margin-top: 112px;
  position: relative;
  z-index: 3;
}
#index-body img {
  display: block;
}
#index-body .container {
  position: relative;
  width: 1350px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  padding-top: 30px;
  position: relative;
}
#index-body .init-1 .container {
  position: relative;
}
#index-body .init-1 .container .top {
  position: relative;
}
#index-body .init-1 .container .top .img {
  position: absolute;
  top: 0;
  left: -80px;
  width: 550px;
  height: 424px;
  background-size: 100% 100%;
  background-position: center center;
}
#index-body .init-1 .container .top .img canvas {
  width: 100%;
  height: 100%;
}
#index-body .init-1 .container .top .right {
  letter-spacing: 20px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  line-height: 3;
}
#index-body .init-1 .container .top .right p:first-child {
  margin-left: 338px;
  padding-top: 15px;
}
#index-body .init-1 .container .top .right p:last-child {
  margin-top: -90px;
}
#index-body .init-1 .container .top .img_2 {
  width: 340px;
  right: -50px;
  position: absolute;
  top: 235px;
}
#index-body .init-1 .container .bottom {
  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 .bottom .left {
  width: 605px;
  margin-top: 40px;
  line-height: 2;
  font-weight: bold;
  font-family: 'gotham-rounded-light';
}
#index-body .init-1 .container .bottom .right {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  color: #fff;
}
#index-body .init-1 .container .bottom .right span {
  letter-spacing: 20px;
  display: block;
  line-height: 1.5;
  background-image: url(../images/index_5.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 700px;
  text-align: center;
}
#index-body .init-1 .container .bottom .right .more {
  background-color: #ff6635;
  font-size: 20px;
  display: inline-block;
  padding: 15px 35px;
  font-family: 'gotham-rounded-medium';
  position: relative;
  margin-top: 6px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .bottom .right .more::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 21px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ff6635;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-1 .container .bottom .right .more:hover {
  background-color: #000;
}
#index-body .init-1 .container .bottom .right .more:hover::before {
  border-bottom: 10px solid #000;
}
#index-body .init-2 {
  margin-top: 100px;
}
#index-body .init-2 .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-2 .container .left {
  width: 56%;
}
#index-body .init-2 .container .left #content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 490px;
}
#index-body .init-2 .container .left #content #slider {
  height: 100%;
  width: 100%;
}
#index-body .init-2 .container .left .more {
  color: #fff;
  margin-left: auto;
  background-color: #ff6635;
  font-size: 20px;
  padding: 15px 35px;
  font-family: 'gotham-rounded-medium';
  position: relative;
  margin-top: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
  width: 246px;
  text-align: center;
}
#index-body .init-2 .container .left .more::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 17px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ff6635;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .left .more:hover {
  background-color: #000;
}
#index-body .init-2 .container .left .more:hover::before {
  border-bottom: 15px solid #000;
}
#index-body .init-2 .container .right {
  position: relative;
  width: 41%;
}
#index-body .init-2 .container .right .play_cont {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  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 .right .play_cont .img_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .container .right .play_cont .more_cont_1 {
  letter-spacing: 0;
  position: relative;
  width: 60%;
  height: 60%;
  background-color: #000;
  border-radius: 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;
  color: #fff;
}
#index-body .init-2 .container .right .text {
  letter-spacing: 10px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
#index-body .init-2 .container .right .text p:first-child {
  margin-left: 165px;
}
#index-body .init-2 .container .right .des {
  margin-top: 30px;
  font-family: 'gotham-rounded-light';
  font-weight: bold;
}
#index-body .init-3 {
  position: relative;
}
#index-body .init-3 .sub_img {
  position: absolute;
  width: 330px;
  top: 90px;
  left: 0;
}
#index-body .init-3 .container .title_cont {
  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-3 .container .title_cont .left {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
#index-body .init-3 .container .title_cont .right {
  position: relative;
  width: 580px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 85px;
  font-family: 'gotham-rounded-medium';
  color: #606060;
  line-height: 2;
  overflow: hidden;
}
#index-body .init-3 .container .title_cont .right .left_line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 22px;
  background-color: #ff6635;
}
#index-body .init-3 .container .title_cont .right .bottom_line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 25px;
  left: 0;
  background-color: #ff6635;
}
#index-body .init-3 .container .title_cont .right .bottom_img {
  position: absolute;
  width: 27px;
  right: 0;
  bottom: 12px;
}
#index-body .init-3 .container .title_cont .right .bottom_img img {
  width: 100%;
}
#index-body .init-3 .container .content {
  max-height: 670px;
  overflow-y: auto;
}
#index-body .init-3 .container .content .list {
  padding: 30px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #6f6f6f;
}
#index-body .init-3 .container .content .list .left {
  width: 58%;
  margin-top: -25px;
}
#index-body .init-3 .container .content .list .left .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
#index-body .init-3 .container .content .list .left .top .num {
  color: #878788;
}
#index-body .init-3 .container .content .list .left .top .title {
  margin-left: 70px;
}
#index-body .init-3 .container .content .list .left .bottom {
  height: 90px;
  display: none;
  position: relative;
  padding-left: 145px;
}
#index-body .init-3 .container .content .list .left .bottom .close {
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50px;
  left: 0;
  color: #6f6f6f;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .content .list .left .bottom .close:hover {
  color: #ff6635;
}
#index-body .init-3 .container .content .list .right {
  width: 41%;
}
#index-body .init-3 .container .content .list .right .img .img_2 {
  margin-left: auto;
  border: 1px solid #000;
  width: 73px;
  height: 73px;
  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-right: 70px;
}
#index-body .init-3 .container .content .list .right .img .img_2 img {
  width: 60%;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .container .content .list .right .img .img_2::before {
  background-color: #fff;
  border-radius: 0;
}
#index-body .init-3 .container .content .list .right .img .img_3 {
  display: none;
}
#index-body .init-3 .container .content .list .right .img .img_3 img {
  margin-left: auto;
  max-width: 100%;
  max-height: 255px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-4 .container {
  width: 1550px;
  padding: 0;
  background-image: url(../images/index_13.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
#index-body .init-4 .container .sub_cont {
  position: absolute;
  width: 60px;
  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;
  top: -25px;
  left: 48%;
}
#index-body .init-4 .container .sub_cont .line {
  transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  width: 22px;
  height: 50px;
}
#index-body .init-4 .container .sub_cont .line:nth-child(2) span {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
#index-body .init-4 .container .sub_cont span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff6635;
  border-radius: 30px;
}
#index-body .init-4 .container .prev,
#index-body .init-4 .container .next {
  position: absolute;
  top: 260px;
  right: 50px;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .prev:hover,
#index-body .init-4 .container .next:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-filter: drop-shadow(2px 4px 6px black);
  filter: drop-shadow(2px 4px 6px black);
}
#index-body .init-4 .container .prev {
  left: 50px;
}
#index-body .init-4 .container .swiper {
  width: 645px;
  margin: auto;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .title_cont {
  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;

}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .title_cont img {
  width: 65px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .title_cont p {
  margin-left: 40px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .des {
  max-height: 220px;
  overflow-y: auto;
  margin-top: 50px;
  text-align: center;
  font-family: 'gotham-rounded-light';
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}
#index-body .init-4 .container .swiper-pagination {
  position: relative;
  top: 0;
  margin-top: 40px;
}
#index-body .init-4 .container .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 8px;
  border-radius: 0;
  opacity: 1;
  background-color: #f2cfc2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6635;
  width: 80px;
}
#index-body .init-5 .container {
  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-5 .container .left {
  width: 57%;
  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;
  max-height: 315px;
  overflow-y: auto;
  padding-right: 5px;
}
#index-body .init-5 .container .left .list {
  width: 33.333%;
  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: 105px;
  border-right: 1px solid #6f6f6f;
  border-top: 1px solid #6f6f6f;
}
#index-body .init-5 .container .left .list:nth-child(3n) {
  border-right: none;
}
#index-body .init-5 .container .left .list:nth-child(-n+3) {
  border-top: none;
}
#index-body .init-5 .container .right {
  width: 37%;
}
#index-body .init-5 .container .right .title {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
#index-body .init-5 .container .right .des {
  margin-top: 20px;
  color: #606060;
}
#index-body .init-6 .container .title_cont .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .container .title_cont .top > img {
  width: 44px;
  display: inline-block;
}
#index-body .init-6 .container .title_cont .top span {
  color: #052730;
  font-family: 'GothamRounded-Book';
  margin-left: 10px;
}
#index-body .init-6 .container .title_cont .bottom {
  width: 1100px;
  max-width: 100%;
  margin-top: 30px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
#index-body .init-6 .container .swiper {
  margin-top: 50px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  padding: 60px 30px;
  position: relative;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  background-color: #131313;
  background-size: cover;
  background-position: center center;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont {
  color: #052730;
  position: relative;
  z-index: 2;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
  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;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 30px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time span {
  margin-left: 10px;
  font-family: 'GothamRounded-Book';
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  margin-top: 25px;
  font-family: 'gotham-rounded-bold';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  margin-top: 20px;
  font-family: 'GothamRounded-Book';
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
  position: relative;
  width: 160px;
  height: 45px;
  margin-top: 30px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more > div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: #ff6635;
  border: rgba(0, 0, 0, 0) solid 1px;
  color: #fff;
  font-family: 'gotham-rounded-bold';
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .bg_img {
  opacity: 1;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .cont {
  color: #fff;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .time img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .subline {
  background-color: #fff;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .more .d_1 {
  transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide:hover .cont .more .d_2 {
  transform: translate(-2px, -2px);
  -ms-transform: translate(-2px, -2px);
  -moz-transform: translate(-2px, -2px);
  -webkit-transform: translate(-2px, -2px);
  -o-transform: translate(-2px, -2px);
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#index-body .init-6 .container .more_2 {
  display: block;
  width: 290px;
  position: relative;
  margin: auto;
  margin-top: 50px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  text-align: center;
  overflow: hidden;
}
#index-body .init-6 .container .more_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 8px;
  left: 0;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: left;
  transform-origin: left;
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
#index-body .init-6 .container .more_2:hover::before {
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
}
#footer {
  z-index: 3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#footer .container a {
  display: block;
}
#footer .f-top {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #131313;
}
#footer .f-top .container {
  width: 1350px;
  padding: 0;
  color: #fff;
  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 .f-top .container .list_cont:first-child {
  width: 26%;
}
#footer .f-top .container .list_cont .logo {
  width: 305px;
}
#footer .f-top .container .list_cont .list_des {
  margin-top: 30px;
  font-family: 'gotham-rounded-light';
  color: #fff;
}
#footer .f-top .container .list_cont .first {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  margin-bottom: 30px;
}
#footer .f-top .container .list_cont .list {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-top .container .list_cont .list:hover {
  color: #ff6635;
}
#footer .f-top .container .list_cont .list_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'GothamRounded-Book';
  
}
#footer .f-top .container .list_cont .list_2 span:first-child{
min-width: 70px;
}
#footer .f-top .container .list_cont .list_2 span:nth-child(2) {
  margin-left: 10px;
}
#footer .f-top .container .list_cont:nth-child(3) {
  width: 23%;
}
#footer .f-top .container .list_cont:nth-child(4) {
  width: 20%;
}
#footer .f-top .container .list_cont .list_des_2 {
  font-family: 'gotham-rounded-light';
}
#footer .f-top .container .list_cont .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;
  margin-top: 20px;
}
#footer .f-top .container .list_cont .share a {
  width: 28px;
  height: 28px;
  border-radius: 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;
  font-size: 18px;
  margin-right: 5px;
  background-color: #025ebc;
}
#footer .f-top .container .list_cont .share a:nth-child(2) {
  background-color: #63b6ea;
}
#footer .f-top .container .list_cont .share a:nth-child(3) {
  background-color: #a10819;
}
#footer .f-top .container .list_cont .share a:nth-child(4) {
  background-color: #0578a7;
}
#footer .f-top .container .list_cont .share a:nth-child(5) {
  background-color: #c72d26;
}
#footer .f-top .container .list_cont .more_cont_2 {
  margin-top: 30px;
}
#footer .f-top .container .list_cont .more_cont_2 > div {
  height: 60px;
  width: 220px;
  padding: 10px 20px;
}
#footer .f-top .container .list_cont .more_cont_2 > div img {
  width: 35px;
}
#footer .f-top .container .list_cont .more_cont_2 .text {
  color: #000;
}
#footer .f-bottom {
  background-color: #000;
}
#footer .f-bottom .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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
#footer .f-bottom .container .copyright {
  width: 43%;
  background-color: #ff6635;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-family: 'Poppins-Light';
  padding: 16px 0;
  padding-left: 200px;
}
#footer .f-bottom .container .copyright .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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-bottom .container .copyright a {
  margin-left: 20px;
}
#footer .f-bottom .container .copyright a:nth-child(2) {
  margin-left: 10px;
}
#footer .f-bottom .container .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .f-bottom .container .nav_right {
  color: #fff;
  width: 57%;
  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;
  padding-right: 290px;
}
#footer .f-bottom .container .nav_right a {
  margin-left: 40px;
  font-family: 'gotham-rounded-bold';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-bottom .container .nav_right a:hover {
  color: #ff6635;
}
.go_top {
  position: absolute;
  right: 9vw;
  bottom: 130px;
  color: #fff;
  cursor: pointer;
}
.go_top > div {
  width: 50px;
  text-align: center;
}
.go_top > div .cir {
  width: 23px;
  height: 23px;
  background-color: #ff6635;
  border-radius: 50%;
  margin: auto;
  margin-left: 16px;
}
.go_top > div .text {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-top: 25px;
}
.go_top > div img {
  width: 60%;
  margin: auto;
  margin-top: 15px;
  margin-left: 10px;
}
.right_nav_cont {
  position: fixed;
  right: 20px;
  top: 40%;
  z-index: 22;
}
.right_nav_cont .code {
  border: 1px solid #ccc;
  width: 50px;
  padding: 2px;
  position: relative;
  background-color: #fff;
}
.right_nav_cont .code > img {
  width: 100%;
}
.right_nav_cont .code #ewm {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100px;
  height: 100px;
  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: rgba(255, 255, 255, 0);
  border: 1px solid rgba(204, 204, 204, 0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 0;
  opacity: 0;
}
.right_nav_cont .code #ewm img {
  width: 90%;
  height: 90%;
}
.right_nav_cont .code:hover #ewm {
  width: 100px;
  opacity: 1;
  background-color: #fff;
  border-color: #ccc;
}
.container {
  width: 1350px;
  max-width: 100%;
}
.inner-banner {
  margin-top: 112px;
}
.inner-banner .container {
  width: 1350px;
  max-width: 100%;
  padding-top: 90px;
}
.inner-banner .container .cat_name {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  padding: 10px 80px 50px 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 20px;
}
.inner-banner .container .cat_name .left_line {
  background-color: #ff6635;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 30px;
}
.inner-banner .container .cat_name .bottom_line {
  background-color: #ff6635;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 45px;
  left: -10px;
}
.inner-banner .container .cat_name .img {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 31px;
  right: 0;
}
.inner-banner .container .cat_name .img img {
  width: 100%;
}
.inner-banner .container .mbx {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  padding-left: 60px;
}
.inner-banner .container .mbx i {
  color: #ff6635;
  margin-right: 5px;
}
.inner-banner .container .mbx a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: #ff6635;
}
.inner-page {
  padding: 80px 0;
}
.about-page {
  padding-top: 40px;
}
.about-page .title_1 {
  font-family: 'gotham-rounded-light';
}
.about-page .title_2 {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-about .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;
}
.our-about .container .img {
  width: 56%;
  height: 580px;
  background-size: cover;
  background-position: center center;
}
.our-about .container .right {
  width: 41%;
  position: relative;
}
.our-about .container .right .play_cont {
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  position: absolute;
  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;
}
.our-about .container .right .play_cont > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-about .container .right .play_cont .text {
  letter-spacing: 0;
  width: 60%;
  height: 60%;
  background: #000;
  border-radius: 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;
  color: #fff;
  font-size: 20px;
}
.our-about .container .right .title_cont_1 {
  letter-spacing: 20px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-about .container .right .title_cont_1 P:first-child {
  padding-left: 145px;
}
.our-about .container .right .des {
  font-family: 'gotham-rounded-light';
  font-weight: bold;
  margin-top: 40px;
}
.our-advatage .container .title_1 {
  font-family: 'gotham-rounded-light';
}
.our-advatage .container .title_2 {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-advatage .container .list_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;
}
.our-advatage .container .list_cont .list {
  padding-left: 85px;
  margin-top: 30px;
  position: relative;
  width: 28%;
}
.our-advatage .container .list_cont .list img {
  width: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.our-advatage .container .list_cont .list .cont .title {
  font-family: 'gotham-rounded-bold';
}
.our-advatage .container .list_cont .list .cont .des {
  font-family: 'gotham-rounded-light';
  margin-top: 5px;
  font-weight: bold;
}
.our-honor .container .title_1 {
  font-family: 'gotham-rounded-light';
}
.our-honor .container .title_2 {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-honor .container .swiper {
  margin-top: 20px;
}
.our-honor .container .swiper img {
  width: 100%;
}
.our-friend .title_1 {
  font-family: 'gotham-rounded-light';
}
.our-friend .title_2 {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-friend .list_cont {
  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;
}
.our-friend .list_cont .list {
  margin-top: 40px;
  width: 16.666%;
  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;
}
.our-friend .list_cont .list img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-factory .title_1 {
  font-family: 'gotham-rounded-light';
}
.our-factory .title_2 {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.our-factory .swiper {
  margin-top: 30px;
}
.our-contact .container {
  height: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-contact .container .left {
  position: relative;
  width: 14%;
  background-color: #f9e9e3;
  overflow: hidden;
}
.our-contact .container .left p {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-left: 55px;
  margin-top: 30px;
}
.our-contact .container .left .subline_cont {
  position: absolute;
  width: 16px;
  height: 435px;
  top: 30px;
  left: 52px;
}
.our-contact .container .left .subline_cont .subline {
  background-color: #ff6635;
  height: 435px;
  width: 1px;
  margin-left: 8px;
}
.our-contact .container .left .subline_cont img {
  margin-top: -5px;
  width: 16px;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.our-contact .container .middle {
  background-color: #f5dad1;
  width: 36%;
  padding: 10px 80px 0 80px;
}
.our-contact .container .middle input,
.our-contact .container .middle textarea {
  margin-top: 20px;
  border-radius: 10px;
  width: 100%;
  padding: 10px 15px;
  font-family: 'gotham-rounded-medium';
  border: 1px solid #131313;
  background-color: inherit;
}
.our-contact .container .middle .submit {
  text-align: center;
  border: 1px solid #131313;
  border-radius: 30px;
  margin-top: 25px;
  padding: 10px 0;
}
.our-contact .container .middle .submit span {
  position: relative;
  z-index: 2;
}
.our-contact .container .middle .submit::before {
  border-radius: 30px;
}
.our-contact .container .middle .submit:hover {
  color: #fff;
}
.our-contact .container .right {
  width: 50%;
}
.our-contact .container .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page {
  position: relative;
}
.contact-page .container {
  position: relative;
  padding-top: 55px;
  padding-right: 55px;
  padding-bottom: 55px;
}
.contact-page .container .sub_bg {
  position: absolute;
  width: calc(100% - 55px);
  height: 100%;
  top: 0;
  background-color: #ff6635;
  left: 55px;
}
.contact-page .container .init-1 {
  z-index: 2;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.contact-page .container .init-1 .subline_2 {
  position: absolute;
  top: 0;
  right: 100px;
  background-color: #ff6635;
  width: 1px;
  height: 100%;
}
.contact-page .container .init-1 .subline_3 {
  width: 160px;
  height: 1px;
  position: absolute;
  top: 130px;
  background-color: #ff6635;
  right: 0;
}
.contact-page .container .init-1 .title {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  padding: 30px 55px;
  position: relative;
}
.contact-page .container .init-1 .title .line_cont {
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 535px;
  height: 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;
}
.contact-page .container .init-1 .title .line_cont .line {
  background-color: #ff6635;
  height: 1px;
  width: 100%;
}
.contact-page .container .init-1 .title .line_cont img {
  margin-left: -10px;
}
.contact-page .container .init-1 .list_cont {
  padding-bottom: 80px;
  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;
  width: 90%;
  padding-left: 70px;
  margin-top: 35px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  line-height: 2.5;
}
.contact-page .container .init-1 .list_cont .list {
  width: 32%;
}
.contact-page .container .our-contact {
  position: relative;
  z-index: 1;
  padding: 0;
}
.contact-page .container .our-contact .container {
  padding: 0;
}
.contact-page .container .init-2 {
  position: relative;
  background-color: #ff6635;
  height: 2px;
}
.contact-page .container .init-3 {
  position: relative;
  z-index: 1;
}
.main-map{
  position: relative;
}
.contact-page .container .init-3 .map .button-group{
  position: absolute;
  bottom: 20px;
  right: 0;

}
.contact-page .container .init-3 .map .button-group>input{
  padding: 5px;
  background: #ff6635;
  border-radius: 2px;
  color: #fff;
  border: 1px solid #ccc;
}


.product-page .container .sidebar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .sidebar-left {
  width: 30%;
  padding-right: 15px;
}
.sidebar-left {
  width: 30%;
  padding-right: 15px;
}
.sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  position: relative;
}
.sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  font-size: 14px;
  padding: 15px 20px;
  padding-right: 30px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.sidebar-left .sidebar-nav ul li i {
  width: 55px;
  height: 55px;
  font-size: 20px;
  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;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.sidebar-left .sidebar-nav ul li i.active {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-left .sidebar-nav ul li .children {
  display: none;
}
.sidebar-left .sidebar-nav ul li .children li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sidebar-left .sidebar-nav ul li .children li:hover a {
  background: #ff6635 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.sidebar-left .sidebar-nav ul li:hover > a,
.sidebar-left .sidebar-nav ul li.active > a {
  background: #ff6635 none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.sidebar-left .sidebar-nav ul li:hover > i,
.sidebar-left .sidebar-nav ul li.active > i {
  color: #fff;
}
/*.sidebar-left .sidebar-nav ul li.active > i {
  color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}*/
.sidebar-left .sidebar-info {
  padding: 30px;
  background: url(../images/sidebar-info.jpg) center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  font-weight: bold;
  margin-bottom: 15px;
}
.sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #ff6635;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar-left .sidebar-info a.contact:hover {
  background: 0 0;
  color: #fff;
}
.sidebar-left .sidebar-info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6635;
  z-index: -1;
  opacity: 0.83;
}
.product-page .sidebar-box .sidebar-right {
  width: 70%;
  padding-left: 15px;
  letter-spacing: 0;
}
.product-page .sidebar-box .sidebar-right .sider-right-table {
  overflow: auto;
  margin-bottom: 20px;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box {
  margin: -15px;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li {
  padding: 10px;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box {
  display: block;
  background: #fff;
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -webkit-box-shadow: 0 0 8px rgb(125 125 6.25%);
  box-shadow: 0 0 8px rgb(125 125 6.25%);
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .img-box{
  display: block;
  overflow: hidden;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  letter-spacing: 5px;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #ff6635;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  font-weight: 700;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .content a.more {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #ff6635;
  font-size: 12px;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ff6635;
}
.product-page .sidebar-box .sidebar-right .product-list .grid-box li .box .content a.more:hover {
  color: #fff;
  background: #ff6635;
}
.m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.m-page span,
.m-page a {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.m-page a:hover {
  background: #ff6635 none repeat scroll 0 0;
  color: #fff;
}
.news-page{
  letter-spacing: 0;
}
.news-page .container ul li {
  padding: 20px;
}

.news-page .container ul li .news-page-box {
  border-radius: 10px;
  border: 2px solid #f6f7fb;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.news-page .container ul li .news-page-box .bg{
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container ul li:hover .news-page-box .bg{
  opacity: 1;
}
.news-page .container ul li:hover .news-page-box .content h2{
  color: #fff;
}
.news-page .container ul li .news-page-box .newsImg {
  overflow: hidden;
}
.news-page .container ul li .news-page-box .newsImg a {
  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: 250px;
}
/*.news-page .container ul li .news-page-box .newsImg a img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}*/
.news-page .container ul li .news-page-box .content {
  position: relative;
  z-index: 2;
  padding: 20px 10px 0;
  letter-spacing: 5px;
}
.news-page .container ul li .news-page-box .content h2 {
  color: #000000;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container ul li .news-page-box .content h2 a {
  display: block;
  min-height: 72px;
}
.news-page .container ul li .news-page-box .content h2:hover {
  color: #ff6635;
}
.news-page .container ul li .news-page-box .content .time {
  padding: 20px 0;
  border-top: 1px solid #f6f7fb;
  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;
}
.news-page .container ul li .news-page-box .content .time span {
  display: inline-block;
  font-size: 14px;
  color: #9aa3c1;
  cursor: pointer;
}
.newdet-page .container .title {
  text-align: center;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  font-weight: bold;
}
.newdet-page .container .time {
  text-align: center;
  margin-top: 20px;
  color: #666;
}
.newdet-page .container .content {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 16px;
  line-height: 2;
}
.m-link {
  margin: 40px 0;
  font-size: 16px;
}
.m-link a {
  display: block;
  font-family: 'Poppins-Regular';
  line-height: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-link a:hover {
  color: #ff6635;
}
.related_products {
  margin-top: 60px;
}
.related_products .tip_title {
  text-transform: uppercase;
  text-align: center;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
}
.related_products .swiper {
  margin-top: 30px;
  padding: 10px;
}
.related_products .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  box-shadow: 0 0 5px 0 #ccc;
}
.related_products .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.related_products .swiper .swiper-wrapper .swiper-slide .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: 250px;
}
.related_products .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related_products .swiper .swiper-wrapper .swiper-slide .text {
  margin: 10px 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.related_products .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #ff6635;
}

.gallery-page{
  letter-spacing: 0;
}
.gallery-page .container .gallery-list a {
  display: block;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
  letter-spacing: 5px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #44533c;
  color: #fff;
}
.faq-page .container .faq-list ul li {
  margin: 0 0 20px;
  word-break: break-word;
}
.faq-page .container .faq-list ul li h4 {
  background: #f8f8f8;
  border: 1px solid #ff683580;
  line-height: 2;
  margin: 0;
  font-size: 18px;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.faq-page .container .faq-list ul li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.faq-page .container .faq-list ul li h4.active {
  background-color: #ff6635;
  color: #fff;
}
.faq-page .container .faq-list ul li h4.active i {
  color: #fff;
}
.faq-page .container .faq-list ul li > .cont {
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 5px 0 #ff68355e;
  box-shadow: 2px 2px 5px 0 #ff68355e;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  font-family: 'Poppins-Regular';
  color: #333;
}
.prodet-page .init-1 {
  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;
}
.prodet-page .init-1 .sidebar-left {
  width: 25%;
}
.prodet-page .init-1 .sidebar-left .sidebar-info {
  padding: 30px 10px;
}
.prodet-page .init-1 .right {
  width: 70%;
  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;
}
.prodet-page .init-1 .right .big_img {
  width: 46%;
  overflow: hidden;
  background-color: #1e241f;
  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;
}
.prodet-page .init-1 .right .big_img img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .init-1 .right .cont {
  width: 49%;
}
.prodet-page .init-1 .right .cont .title {
  font-family: 'CENTURY751-SEBD-BT-SEMI-BOLD';
  padding-right: 40px;
}
.prodet-page .init-1 .right .cont .subline_cont {
  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;
}
.prodet-page .init-1 .right .cont .subline_cont .line {
  width: 100%;
  height: 1px;
  background-color: #ff6635;
}
.prodet-page .init-1 .right .cont .subline_cont img {
  width: 26px;
  margin-left: -10px;
}
.prodet-page .init-1 .right .cont .swiper {
  width: 80%;
  margin-left: 0;
  margin-top: 50px;
}
.prodet-page .init-1 .right .cont .swiper .swiper-wrapper .swiper-slide {
  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;
}
.prodet-page .init-1 .right .cont .swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .init-1 .right .cont .more {
  margin-top: 70px;
  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;
}
.prodet-page .init-1 .right .cont .more a {
  display: block;
}
.prodet-page .init-1 .right .cont .more .more_cont_3 {
  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;
  width: 170px;
  height: 60px;
  position: relative;
}
.prodet-page .init-1 .right .cont .more .more_cont_3 .text,
.prodet-page .init-1 .right .cont .more .more_cont_3 .sub_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.prodet-page .init-1 .right .cont .more .more_cont_3 .text {
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  background-color: #d0d0d0;
  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;
  color: #646464;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
}
.prodet-page .init-1 .right .cont .more .more_cont_3 .text img {
  width: 40px;
}
.prodet-page .init-1 .right .cont .more .more_cont_3 .sub_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-1 .right .cont .more .more_cont_3:first-child .text {
  transform: translate(5px, -5px);
  -ms-transform: translate(5px, -5px);
  -moz-transform: translate(5px, -5px);
  -webkit-transform: translate(5px, -5px);
  -o-transform: translate(5px, -5px);
}
.prodet-page .init-1 .right .cont .more .more_cont_3:first-child .text span {
  margin-left: 10px;
}
.prodet-page .init-1 .right .cont .more .more_cont_3:first-child .sub_bg {
  transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -webkit-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
}
.prodet-page .init-1 .right .cont .more .more_cont_3:last-child {
  margin-left: 40px;
}
.prodet-page .init-1 .right .cont .more .more_cont_3:last-child .text {
  transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -webkit-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
}
.prodet-page .init-1 .right .cont .more .more_cont_3:last-child .text span {
  margin-right: 25px;
}
.prodet-page .init-1 .right .cont .more .more_cont_3:last-child .sub_bg {
  transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
}
.prodet-page .init-1 .right .cont .more .more_cont_3:hover .text {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.prodet-page .init-1 .right .cont .more .more_cont_3:hover .sub_bg {
  background-color: #ff6635;
}
.prodet-page .our-friend .swiper {
  margin-top: 30px;
}
.prodet-page .our-friend .swiper .swiper-wrapper .swiper-slide {
  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;
}
.prodet-page .our-friend .swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1700px) {
  .f_200 {
    font-size: 10vw;
  }
  
  #index-body .init-1 .container .top .right{
    line-height: 1.4; 
  }
  #index-body .init-1 .container .top .right p:last-child {
    margin-top: 0;
  }
  #index-body .init-1 .container .bottom .right span {
    font-size: 8vw;
  }
  #index-body .init-4 {
    padding: 0 20px;
    width: 100%;
  }
  #index-body .init-4 .container {
    width: 100%;
  }
  
  .go_top {
    right: 10px;
  }
}
@media (max-width: 1400px) {
  .f_84 {
    font-size: 50px;
  }
  #header > .nav > .menu {
    width: 100%;
    padding: 30px 20px;
  }
  #index-body .container {
    padding: 0 20px;
    width: 1200px;
  }

  
  #index-body .init-1 .container .top .img {
    left: 0;
    width: 30vw;
    height: 25vw;
  }
  #index-body .init-1 .container .top .right p:first-child{
    line-height: 1;
  }
  #index-body .init-1 .container .bottom .right span {
    font-size: 90px;
  }
  #index-body .init-1 .container .bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-1 .container .bottom .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-1 .container .bottom .right {
    margin-top: 30px;
  }
  #index-body .init-2 .container .left .more::before {
    left: 1vw;
    display: none;
  }
  #index-body .init-3 .container .title_cont .left {
    width: 46%;
  }
  #index-body .init-3 .container .title_cont .right {
    width: 50%;
  }
  #footer .f-top .container {
    width: 100%;
    padding: 0 20px;
  }
  #footer .f-bottom .container {
    width: 100%;
  }
  #footer .f-bottom .container .copyright {
    padding: 0 20px;
  }
  #footer .f-bottom .container .nav_right {
    padding: 0 20px;
  }
  .go_top {
    right: 10px;
  }
  .go_top > div {
    width: 25px;
  }
  .go_top > div .cir {
    width: 10px;
    height: 10px;
    margin-left: 12px;
  }
  .go_top > div .text {
    font-size: 16px;
    margin: auto;
    margin-top: 20px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .inner-banner .container {
    width: 100%;
    padding: 0 20px;
  }
  .our-about .container .right .title_cont_1 P {
    padding-left: 145px;
  }
  .our-contact .container .middle {
    padding: 0 20px;
  }
  .contact-page {
    padding: 80px 20px;
  }
  .contact-page .container {
    padding: 20px 20px 20px 0;
  }
  .contact-page .container .sub_bg {
    width: calc(100% - 20px);
    left: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .related_products .swiper .swiper-wrapper .swiper-slide .img {
    height: 19vw;
  }
  .prodet-page .init-1 .right .cont .title {
    padding-right: 0;
  }
  .prodet-page .init-1 .right .cont .more .more_cont_3:last-child {
    margin-left: 20px;
  }
  .prodet-page .init-1 .right .cont .more .more_cont_3 {
    width: 150px;
  }
  .prodet-page .init-1 .right .cont .more .more_cont_3 .text img {
    width: 30px;
  }
  .prodet-page .init-1 .right .cont .swiper {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 18px;
  }
  .contact-page .container .init-1 .list_cont {
    width: 80%;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  #index-body .container{
    width: 970px;
  }
  .f_200 {
    font-size: 95px;
  }
  .f_84 {
    font-size: 44px;
  }
  #index-body .init-1 .container .bottom .right span{
    font-size: 60px;
    width: 370px;
    letter-spacing: 5px;
  }
  #index-body .init-1 .container .bottom .right .more::before{
    left: 4px;
  }
  #index-body .init-2 .container .right .text p:nth-child(2){
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .f_84 {
    font-size: 50px;
  }
  .f_64 {
    font-size: 40px;
  }
  .f_60 {
    font-size: 50px;
  }
  .f_50 {
    font-size: 35px;
  }
  .f_200 {
    font-size: 60px;
  }
  #header > .nav > .menu {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body {
    margin-top: 40px;
  }
  #index-body .container{
    width: 700px;
  }
  #index-body .init-1 .container .top .right p:first-child{
    margin-left: 250px;
  }
  #index-body .init-2 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .left .more {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-2 .container .left #content {
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-3 .container .content .list .left .top .title {
    margin-left: 20px;
  }
  #index-body .init-3 .container .content .list .left .bottom {
    padding-left: 7vw;
  }
  .more_cont_2 > div {
    width: 300px;
  }
  .more_cont_2 > div.text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .more_cont_2 > div.text img {
    width: 30px;
  }
  #index-body .init-4 .container .prev,
  #index-body .init-4 .container .next {
    display: none;
  }
  #index-body .init-5 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  #index-body .init-5 .container .left {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-top {
    padding-top: 50px;
  }
  #footer .f-top .container .list_cont {
    margin-top: 30px;
    width: 45%;
  }
  #footer .f-top .container .list_cont:first-child {
    width: 45%;
  }
  #footer .f-top .container .list_cont:nth-child(3) {
    width: 45%;
  }
  #footer .f-top .container .list_cont:nth-child(4) {
    width: 45%;
  }
  #footer .f-bottom .container .nav_right {
    padding: 0 10px;
  }
  #footer .f-bottom .container .nav_right a {
    margin-left: 20px;
  }
  #img_bg_cont .list {
    width: 20vw;
    height: 20vw;
    -webkit-filter: blur(7vw);
    filter: blur(7vw);
  }
  #mouse_cir,#mouse_cir_2{
    display: none;
  }
  body{
    cursor: auto;
  }
  a[href] {
    cursor: pointer;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .our-about .container .img {
    width: 100%;
    height: 80vw;
  }
  .our-about .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .our-friend .list_cont .list {
    width: 33.333%;
  }
  .our-contact .container .left p {
    margin-left: 30px;
  }
  .our-contact .container .left .subline_cont {
    left: 26px;
  }
  .contact-page .container .init-1 .title .line_cont {
    width: 450px;
  }
  .product-page .sidebar-box .sidebar-left {
    display: none;
  }
  .product-page .sidebar-box .sidebar-right {
    width: 100%;
    padding: 0;
  }
  .product-page .sidebar-box .sidebar-right .product-list .grid-box {
    margin: 0;
  }
  .m-page {
    text-align: center;
  }
  .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .news-page .container ul li {
    padding: 10px;
  }
  .related_products .swiper .swiper-wrapper .swiper-slide .img {
    height: 22vw;
  }
  .prodet-page .init-1 .sidebar-left {
    display: none;
  }
  .prodet-page .init-1 .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #index-body .container{
    width: 100%;
  }
  .f_200 {
    font-size: 50px;
  }
  
  #index-body .init-1 .container .top .right p:first-child {
    margin-left: 27vw;
    padding-top: 75px;
  }

  #index-body .init-1 .container .top .right p:last-child{
    margin-top: 50px;
  }
  #index-body .init-1 .container .bottom .right span {
    padding: 20px 50px;
    background-size: 100% 100%;
    font-size: 26px;
    width: auto;
  }
  #index-body .init-1 .container .bottom .right .more{
    font-size: 18px;
    padding: 10px 20px;
  }
  #index-body .init-1 .container .bottom .right .more::before {
    top: -7px;
    left: 1px;
    border-bottom: 8px solid #ff6635;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  #index-body .init-1 .container .top .img_2 {
    right: 0;
  }
  #index-body .init-2 .container .right .des {
    text-align: center;
  }
  #index-body .init-3 .container .title_cont .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .container .title_cont .right {
    width: 100%;
  }
  #index-body .init-3 .container .content .list {
    padding: 20px 0;
  }
  #index-body .init-3 .container .content .list .left {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-3 .container .content .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-3 .container .content .list .right .img .img_3 img {
    width: 100%;
  }
  #index-body .init-3 .container .content .list .right .img .img_2 {
    width: 45px;
    height: 45px;
  }
  #index-body .init-4 {
    display: none;
  }
  #index-body .init-5 {
    display: none;
  }
  #footer .f-top .container .list_cont:nth-child(2) {
    display: none;
  }
  #footer .f-top .container .list_cont:nth-child(4) {
    display: none;
  }
  #footer .f-top .container .list_cont:first-child {
    width: 100%;
  }
  #footer .f-top .container .list_cont:nth-child(3) {
    width: 100%;
    padding-right: 20px;
  }
  #footer .f-bottom .container .nav_right {
    display: none;
  }
  #footer .f-bottom .container .copyright {
    width: 100%;
    padding: 10px;
  }
  .go_top > div .text {
    margin-top: 10px;
  }
  .go_top > div img {
    margin-top: 10px;
  }
  .our-advatage .container .list_cont .list {
    width: 100%;
    padding-left: 95px;
  }
  .our-contact .container {
    height: auto;
  }
  .our-contact .container .left {
    width: 100%;
  }
  .our-contact .container .left p {
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin: 20px 0;
    text-align: center;
  }
  .our-contact .container .left .subline_cont {
    display: none;
  }
  .our-contact .container .middle {
    padding: 20px;
    margin-left: 0;
    width: 100%;
  }
  .our-contact .container .right {
    display: none;
  }
  .contact-page .container .init-1 .list_cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .container .init-1 .subline_2 {
    right: 50px;
  }
  .contact-page .container .init-1 .subline_3 {
    width: 100px;
    top: 120px;
  }
  .related_products .swiper .swiper-wrapper .swiper-slide .img {
    height: 30vw;
  }
  .prodet-page .init-1 .right .big_img {
    display: none;
  }
  .prodet-page .init-1 .right .cont {
    width: 100%;
  }
  .prodet-page .init-1 .right .cont .swiper {
    width: 100%;
  }
  .prodet-page .init-1 .right .cont .more {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .f_200 {
    font-size: 40px;
  }
  .f_84 {
    font-size: 30px;
  }
  .f_64 {
    font-size: 20px;
  }
  .f_60 {
    font-size: 26px;
  }
  .f_50 {
    font-size: 20px;
  }
  .f_36 {
    font-size: 18px;
  }
  .f_30 {
    font-size: 18px;
    line-height: 2;
  }
  .f_24 {
    font-size: 18px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 16px;
  }
  .mt_100 {
    margin-top: 30px;
  }
  .mt_90 {
    margin-top: 30px;
  }
  #index-body {
    padding-bottom: 30px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container .top .img {
    width: 50%;
    height: 36vw;
  }
  #index-body .init-1 .container .top .img_2 {
    width: 200px;
    top: 10vw;
  }
  #index-body .init-1 .container .bottom .right {
    text-align: center;
    width: 100%;
  }
  #index-body .init-1 .container .top .right p:first-child {
    margin-left: 0;
    text-align: center;
  }
  #index-body .init-1 .container .top .right p:last-child {
    text-align: center;
  }
  #index-body .init-1 .container .bottom .right span {
    font-size: 30px;
    padding: 50px 0;
    width: 100%;
    display: none;
  }
  #index-body .init-1 .container .bottom .right .more {
    font-size: 16px;
    margin: auto;
    margin-top: 0;
  }
  #index-body .init-1 .container .bottom .right .more::before {
    border-bottom: 8px solid #ff6635;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    left: 2vw;
    top: -8px;
    display: none;
  }
  .right_nav_cont {
    right: 10px;
  }
  #index-body .init-2 {
    margin-top: 30px;
  }
  #index-body .init-2 .container .right .play_cont {
    display: none;
  }
  #index-body .init-2 .container .right .text {
    text-align: center;
  }
  #index-body .init-2 .container .right .text p:first-child {
    margin-left: 0;
  }
  #index-body .init-2 .container .left #content {
    width: 100%;
    height: 300px;
  }
  #index-body .init-3 .sub_img {
    width: 160px;
  }
  #index-body .init-3 .container .title_cont .right {
    padding: 20px;
  }
  #index-body .init-3 .container .title_cont .right .left_line {
    left: 15px;
  }
  #index-body .init-3 .container .content .list .left .bottom {
    margin: auto;
    margin-top: 20px;
    padding-left: 15vw;
  }
  .more_cont_2 > div {
    padding: 10px;
    width: 230px;
    height: 60px;
  }
  .more_cont_2 > div.text img {
    width: 20px;
  }
  #index-body .init-3 .container .content .list .right .img .img_2 {
    margin-right: 30px;
  }
  #index-body .init-6 .container .title_cont .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-6 .container .title_cont .top > img {
    width: 30px;
  }
  #index-body .init-6 .container .title_cont .bottom {
    text-align: center;
  }
  #index-body .init-6 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 20px 10px;
    text-align: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .cont .more {
    margin: auto;
    margin-top: 20px;
  }
  #index-body .init-6 .container .more_2 {
    width: 145px;
    margin-top: 20px;
  }
  #index-body .init-6 .container .more_2::before {
    height: 2px;
    bottom: 0;
  }
  #footer .f-top {
    padding: 30px 0;
  }
  #footer .f-top .container {
    padding: 0 10px;
  }
  #footer .f-top .container .list_cont {
    margin-top: 20px;
  }
  #footer .f-top .container .list_cont .logo {
    width: 200px;
    margin: auto;
  }
  #footer .f-top .container .list_cont .list_des {
    text-align: center;
  }
  #footer .f-top .container .list_cont .first {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .f-top .container .list_cont .list_2 {
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  #footer .f-bottom .container{
    padding: 0;
  }

  .go_top > div .text{
    margin-left: -3px;
  }
  .container {
    padding: 0 10px;
  }
  .inner-banner .container {
    padding: 0 10px;
  }
  .inner-banner .container .cat_name {
    padding: 10px 20px 50px 20px;
    width: 100%;
  }
  .inner-banner .container .cat_name .left_line {
    left: 10px;
  }
  .inner-banner .container .mbx {
    padding-left: 20px;
    margin-top: -30px;
  }
  .our-about .container .right .play_cont {
    position: relative;
    margin: auto;
  }
  .our-about .container .right .title_cont_1 {
    margin-top: 20px;
  }
  .our-about .container .right .title_cont_1 p {
    padding-left: 0;
    text-align: center;
  }
  .our-about .container .right .title_cont_1 P:first-child {
    padding-left: 0;
  }
  .our-about .container .right .des {
    margin-top: 20px;
    text-align: center;
  }
  .about-page .title_1 {
    text-align: center;
  }
  .about-page .title_2 {
    text-align: center;
  }
  .our-advatage .container .list_cont .list {
    padding-left: 85px;
  }
  .our-advatage .container .list_cont .list img {
    width: 60px;
  }
  .our-friend .list_cont {
    min-height: 450px;
    overflow-y: auto;
  }
  .our-friend .list_cont .list {
    width: 50%;
  }
  .contact-page {
    padding: 40px 10px;
  }
  .contact-page .container .init-1 .title {
    padding: 20px 30px;
    padding-bottom: 30px;
  }
  .contact-page .container .init-1 .title .line_cont {
    width: 80%;
  }
  .contact-page .container .init-1 .subline_2 {
    right: 20px;
  }
  .contact-page .container .init-1 .subline_3 {
    width: 15%;
    top: 17vw;
  }
  .contact-page .container .sub_bg {
    left: 10px;
    width: calc(100% - 10px);
  }
  .contact-page .container {
    padding: 10px 10px 10px 0;
  }
  .contact-page .container .init-1 .list_cont {
    padding-left: 30px;
    margin-top: 0;
    width: 85%;
    padding-bottom: 30px;
  }
  .product-page .sidebar-box .sidebar-right .product-list .grid-box li {
    padding: 10px 0;
  }
  .inner-page {
    padding: 40px 0;
  }
  .news-page .container ul li .news-page-box .content {
    text-align: center;
  }
  .news-page .container ul li {
    padding: 10px 0;
  }
  .news-page .container ul li .news-page-box .content .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
  }
  .m-link {
    margin: 20px 0;
  }
  .related_products {
    margin-top: 30px;
  }
  .related_products .swiper {
    margin-top: 20px;
  }
  .related_products .swiper .swiper-wrapper .swiper-slide .img {
    height: 60vw;
  }
  .prodet-page .init-1 .right .cont .title {
    text-align: center;
  }
  .prodet-page .init-1 .right .cont .swiper {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .cont .more {
    margin-top: 30px;
  }
  .prodet-page .init-1 .right .cont .more .more_cont_3 {
    width: 140px;
    height: 40px;
  }
  .our-factory .title_1 {
    text-align: center;
  }
  .our-factory .title_2 {
    text-align: center;
  }
  .our-friend .title_1,
  .our-friend .title_2 {
    text-align: center;
  }
}
