@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url(../fonts/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url(../fonts/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Black';
  src: url(../fonts/Roboto-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'bahnschrift';
  src: url(../fonts/bahnschrift.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_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: #ff7300;
}
#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: #ff7300;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #ff7300;
  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 {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #ff7300;
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #f19243;
}
*::-webkit-scrollbar-thumb {
  background-color: #ff7300;
}
body {
  font-family: 'Roboto-Regular';
  max-width: 1920px;
  margin: 0 auto;
  color: #333333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#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: #ff7300;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff7300;
}
#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;
}
.f_16 {
  font-size: 16px;
  line-height: 1.8;
}
.f_18 {
  font-size: 16px;
}
.f_20 {
  font-size: 20px;
}
.f_24 {
  font-size: 24px;
}
.f_26 {
  font-size: 26px;
}
.f_30 {
  font-size: 30px;
}
.f_36 {
  font-size: 36px;
}
.f_48 {
  font-size: 48px;
}
.f_78 {
  font-size: 78px;
  line-height: 1;
}
.f_100 {
  line-height: 1;
  font-size: 100px;
}
.f_120 {
  line-height: 1;
  font-size: 120px;
}
.back_ani {
  -webkit-animation: back_ani linear 10s infinite ;
  animation: back_ani linear 10s infinite ;
}
@-webkit-keyframes back_ani {
  from {
    background-position-x: -50%;
  }
  to {
    background-position-x: 150%;
  }
}
@keyframes back_ani {
  from {
    background-position-x: -50%;
  }
  to {
    background-position-x: 150%;
  }
}
.more_cont {
  background-color: #ff7300;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
.more_cont:hover {
  color: #ff7300;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #ff7300;
  box-shadow: 0 0 10px 0 #ff7300;
}
.more_cont:hover::before {
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.more_cont span,
.more_cont img,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
}
.text_line {
  color: #ff7300;
  position: relative;
}
.text_line::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff7300;
}
#header {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
  border-bottom: #626262 solid 1px;
}
#header.active {
  background-color: #000;
}
#header.active > .nav .menu .menu-box {
  padding-top: 20px;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  padding: 0;
  width: 100%;
}
#header > .nav > .menu .h-top {
  margin: auto;
  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: 15px 120px;
  font-family: 'Roboto-Medium';
  color: #fff;
  position: relative;
  z-index: 3;
}
#header > .nav > .menu .h-top .share {
  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;
}
#header > .nav > .menu .h-top .share span {
  color: #fff;
  font-size: 16px;
}
#header > .nav > .menu .h-top .share a {
  color: #b0b0b0;
  font-size: 14px;
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .h-top .share a:hover {
  color: #ff7300;
}
#header > .nav > .menu .h-top .middle {
  font-size: 16px;
}
#header > .nav > .menu .h-top .right {
  font-size: 16px;
  color: #fff;
  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;
}
#header > .nav > .menu .h-top .right > span {
  font-family: 'Roboto-Regular';
}
#header > .nav > .menu .h-top .right .lang_cont {
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}
#header > .nav > .menu .h-top .right .lang_cont .c_cont {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
#header > .nav > .menu .h-top .right .lang_cont .c_cont > img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  -webkit-filter: brightness(20);
  filter: brightness(20);
}
#header > .nav > .menu .h-top .right .lang_cont .c_cont span {
  margin-left: 10px;
  font-family: 'Roboto-Medium';
}
#header > .nav > .menu .h-top .right .lang_cont .c_cont i {
  margin-left: 10px;
  font-size: 20px;
  margin-top: -3px;
  line-height: 1;
}
#header > .nav > .menu .h-top .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 .h-top .right .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #fcb538;
}
#header > .nav > .menu .h-top .right .lang_cont .lang li a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .h-top .right .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .h-top .right .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav > .menu .h-top .right .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .h-top .right .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #333;
}
#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%;
  padding: 0 120px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
#header > .nav > .menu .menu-box .logo {
  width: 185px;
  margin-top: 17px;
}
#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: 60px;
  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: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:hover > a,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a {
  color: #ff7300;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a span,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a span {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  font-family: 'RobotoCondensed-Bold';
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  padding: 45px 0;
  padding-top: 32px;
  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;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ff7300;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a span {
  font-size: 20px;
  line-height: 1;
  font-family: 'Roboto-Medium';
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 5px;
  margin-top: -3px;
}
#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 #ff7300;*/
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  background-color: #fff8f8;
  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 .menu-menu-container > .menu > .menu-item.s_product {
  position: static;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu {
  height: 500px;
  overflow-y: auto;
  width: 1010px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px solid #ff7300;
  background-color: #fff8f8;
  padding: 30px 10px;
  overflow-x: auto;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu > div{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: auto;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu .list {
  width: 25%;
  margin: 0 20px;
  margin-top: 10px;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu .list a {
  padding: 10px 20px;
  font-size: 16px;
  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.s_product .sub-menu .list a:hover {
  color: #ff7300;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu .list a.first {
  font-size: 20px;
  font-family: 'RobotoCondensed-Bold';
}
#header > .nav > .menu .menu-box .right {
  margin-top: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search > img {
  width: 21px;
}
#header > .nav > .menu .menu-box .right .search span {
  font-size: 18px;
  margin-left: 10px;
  font-family: 'RobotoCondensed-Bold';
}
#header > .nav > .menu .menu-box .right .subline {
  width: 1px;
  height: 30px;
  background-color: #363738;
  margin: 0 20px;
}
#header > .nav > .menu .menu-box .right .shop_cat {
  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;
}
#header > .nav > .menu .menu-box .right .shop_cat img {
  width: 22px;
}
#header > .nav > .menu .menu-box .right .shop_cat span {
  margin-left: 8px;
  font-size: 18px;
  font-family: 'RobotoCondensed-Bold';
}
#header > .nav > .menu .menu-box .right .contact {
  font-size: 18px;
  margin-left: 30px;
  padding: 15px 35px;
  border-radius: 25px;
}
#banner {
  position: relative;
}
#banner > img {
  width: 100%;
}
#banner .container {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#banner .container .swiper {
  width: 100%;
  height: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  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;
  color: #fff;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
  width: 990px;
  text-align: center;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div a {
  display: block;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
  display: inline-block;
  padding: 5px 60px;
  background-color: #272727;
  font-family: 'RobotoCondensed-Regular';
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
  font-family: 'RobotoCondensed-Bold';
  margin-top: 20px;
  position: relative;
  -webkit-background-clip: text;
  background-color: #fff;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  background-image: url(../images/index_3.jpg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 2;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des_2 {
  font-family: 'Roboto-Light';
  margin-top: 25px;
}
#banner .container .next,
#banner .container .prev {
  border: #9b9c9d solid 1px;
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 45%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
#banner .container .next img,
#banner .container .prev img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 20px;
}
#banner .container .next:hover,
#banner .container .prev:hover {
  border-color: #ff7300;
}
#banner .container .next:hover img,
#banner .container .prev:hover img {
  -webkit-filter: brightness(20);
  filter: brightness(20);
}
#banner .container .next::before,
#banner .container .prev::before {
  background-color: #ff7300;
}
#banner .container .prev {
  left: 30px;
}
#index-body {
  position: relative;
  z-index: 3;
}
#index-body img,
#index-body a {
  display: block;
}
#index-body .container {
  width: 1250px;
  max-width: 100%;
  padding: 0;
}
#index-body .init-1 {
  margin-top: 60px;
}
#index-body .init-1 .container .tip_title {
  font-family: 'bahnschrift';
  font-size: 16px;
  display: inline-block;
}
#index-body .init-1 .container .title {
  font-family: 'Roboto-Bold';
  margin-top: 10px;
}
#index-body .init-1 .container .title .text_line::before {
  height: 3px;
}
#index-body .init-1 .container .des {
  width: 760px;
  font-family: 'Roboto-Light';
  margin-top: 16px;
  line-height: 2;
}
#index-body .init-1 .container .des h1 {
    display: inline;
}
#index-body .init-1 .container .play_cont {
  position: relative;
  padding: 200px 0;
  background-image: url(/taigor/2022/06/29/company.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 30px;
}
#index-body .init-1 .container .play_cont .cont {
  margin-top: 10px;
  position: absolute;
  width: 250px;
  top: -170px;
  right: 50px;
  background-color: #ff7300;
  padding: 70px 0;
  text-align: center;
  color: #fff;
}
#index-body .init-1 .container .play_cont .cont .num {
  font-family: 'bahnschrift';
  font-weight: bold;
}
#index-body .init-1 .container .play_cont .cont .num_2 {
  margin-top: 20px;
}
#index-body .init-1 .container .play_cont .cont p {
  margin-top: 0;
}
#index-body .init-1 .container .play_cont .play_btn {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: #fff solid 1px;
  margin: auto;
  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;
  cursor: pointer;
}
#index-body .init-1 .container .play_cont .play_btn .more_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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #ff7300;
  border-radius: 50%;
}
#index-body .init-1 .container .play_cont .play_btn .more_cont::before {
  background-color: #ff7300;
}
#index-body .init-1 .container .play_cont .play_btn .more_cont:hover {
  background-color: #ff7300;
  color: #fff;
}
#index-body .init-1 .container .play_cont .play_btn .more_cont i {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
#index-body .init-1 .container .play_cont p {
  text-align: center;
  font-size: 18px;
  font-family: 'Roboto-Bold';
  color: #fff;
  margin-top: 15px;
}
#index-body .init-2 {
  margin-top: 110px;
}
#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 .list {
  width: 23%;
  padding: 30px 10px;
  padding-bottom: 20px;
  border-radius: 6px;
  border: #e4e5e5 solid 2px;
  text-align: center;
}
#index-body .init-2 .container .list .img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  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: #ff7300;
  margin: auto;
}
#index-body .init-2 .container .list .img::before {
  background-color: #000;
}
#index-body .init-2 .container .list .img img {
  width: 50%;
}
#index-body .init-2 .container .list .title {
  font-family: 'Roboto-Bold';
  margin-top: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-2 .container .list .des {
  margin-top: 10px;
  font-family: 'Roboto-Light';
  color: #474747;
  font-size: 16px;
  line-height: 2;
  height: 110px;
  overflow-y: auto;
}
#index-body .init-2 .container .list:hover .img::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-2 .container .list:hover .title {
  color: #ff7300;
}
#index-body .init-3 {
  margin-top: 120px;
  background-image: url(../images/index_11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#index-body .init-3 .container {
  width: 1600px;
  padding: 0;
  padding-top: 100px;
  padding-bottom: 290px;
}
#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;
  color: #fff;
}
#index-body .init-3 .container .title_cont .left p {
  font-family: 'bahnschrift';
  display: inline-block;
}
#index-body .init-3 .container .title_cont .left div {
  text-transform: uppercase;
  font-family: 'RobotoCondensed-Bold';
  margin-top: 10px;
}
#index-body .init-3 .container .title_cont .left div .text_line::before {
  height: 3px;
}
#index-body .init-3 .container .title_cont .right {
  width: 500px;
  font-family: 'Roboto-Light';
  font-size: 22px;
}
#index-body .init-3 .container .swiper {
  padding: 0 10px;
  margin-top: 60px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  padding-bottom: 30px;
  position: relative;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .shadow {
  background-color: #ff7300;
  top: 0;
  left: 0;
  position: absolute;
  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;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 370px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: 'Roboto-Medium';
  padding: 0 10px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide-active .img {
  margin-left: -10px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide-active .shadow {
  margin-top: 35px;
  opacity: 1;
}
#index-body .init-4 {
  margin-top: -144px;
}
#index-body .init-4 .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-4 .container .left {
  width: 53%;
  margin-top: 15px;
}
#index-body .init-4 .container .left .text_line {
  display: inline-block;
  font-size: 16px;
  font-family: 'bahnschrift';
}
#index-body .init-4 .container .left .tip_title {
  margin-top: 10px;
  color: #fff;
  font-family: 'RobotoCondensed-Bold';
}
#index-body .init-4 .container .left .cont {
  margin-top: 70px;
}
#index-body .init-4 .container .left .cont .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-4 .container .left .cont .list:first-child {
  margin-top: 0;
}
#index-body .init-4 .container .left .cont .list:first-child .left_2::before {
  display: none;
}
#index-body .init-4 .container .left .cont .list .left_2 {
  position: relative;
  width: 100px;
  height: 100px;
  border: #ff7300 solid 1px;
  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;
}
#index-body .init-4 .container .left .cont .list .left_2::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 60px;
  bottom: 100%;
  background-color: #ff7300;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-4 .container .left .cont .list .left_2 > div {
  width: 77%;
  height: 77%;
  background-color: #ff7300;
  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;
}
#index-body .init-4 .container .left .cont .list .left_2 > div img {
  width: 52%;
}
#index-body .init-4 .container .left .cont .list .right_2 {
  margin-left: 30px;
  max-width: 530px;
}
#index-body .init-4 .container .left .cont .list .right_2 .title {
  font-family: 'bahnschrift';
  color: #ff7300;
  font-size: 16px;
}
#index-body .init-4 .container .left .cont .list .right_2 .title_2 {
  margin-top: 5px;
  font-family: 'RobotoCondensed-Bold';
}
#index-body .init-4 .container .left .cont .list .right_2 .des {
  color: #474747;
  font-family: 'bahnschrift';
  margin-top: 5px;
  line-height: 2;
}
#index-body .init-4 .container .right {
  width: 43%;
}
#index-body .init-4 .container .right .title_cont {
  background-color: #ff7300;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: 'RobotoCondensed-Bold';
  border-radius: 8px;
}
#index-body .init-4 .container .right img {
  margin-top: 10px;
}
#index-body .init-5 {
  margin-top: 100px;
}
#index-body .init-5 .container .tip_title {
  font-family: 'bahnschrift';
  text-align: center;
}
#index-body .init-5 .container .tip_title_2 {
  font-family: 'RobotoCondensed-Bold';
  text-align: center;
}
#index-body .init-5 .container .swiper {
  margin-top: 50px;
  padding: 5px 0;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
  padding: 8px;
  border: #b0afaf solid 1px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 275px;
  background-color: #fff;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
  margin-top: -24px;
  padding: 0 20px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont a:hover {
  color: #ff7300;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name {
  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;
  padding: 15px 10px;
  width: 140px;
  border-radius: 6px;
  background-color: #ff7300;
  position: relative;
  z-index: 2;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name div {
  position: relative;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name div i {
  font-size: 14px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name div i:first-child {
  margin-left: 1px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name div i:last-child {
  margin-left: -3px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name span {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-family: 'bahnschrift';
  margin-left: 6px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name:hover {
  -webkit-box-shadow: 0 0 5px 0 #ff7300;
  box-shadow: 0 0 5px 0 #ff7300;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name:hover div {
  background-color: #ff7300;
  color: #fff;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .cat_name:hover span {
  color: #ff7300;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  margin-top: 15px;
  font-family: 'RobotoCondensed-Bold';
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .more_info {
  margin-top: 15px ;
  border-top: #e2e2e2 solid 1px;
  padding-bottom: 10px;
  padding-top: 15px;
  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;
  font-family: 'Roboto-Regular';
}
#index-body .init-6 {
  margin-top: 110px;
  background-color: #ff7300;
}
#index-body .init-6 .container {
  padding-top: 60px;
  padding-bottom: 270px;
  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-6 .container .left {
  width: 26%;
  color: #fff;
}
#index-body .init-6 .container .left p {
  color: #fff;
  font-family: 'bahnschrift';
  display: inline-block;
}
#index-body .init-6 .container .left p::before {
  background-color: #fff;
}
#index-body .init-6 .container .left div {
  margin-top: 20px;
  line-height: 1.2;
  font-family: 'RobotoCondensed-Bold';
}
#index-body .init-6 .container .swiper {
  width: 72%;
}
#index-body .init-6 .container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  height: 100px;
  overflow: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#footer {
  position: relative;
  z-index: 3;
  background-color: #000;
  background-image: url(../images/index_17.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer > .container {
  width: 1600px;
  padding: 0;
}
#footer > .container::before {
  content: '';
  display: table;
}
#footer > .container .f-top {
  margin-top: -210px;
  height: 600px;
  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 > .container .f-top .map {
  height: 100%;
  width: 62%;
  position: relative;
  z-index: 1;
}
#footer > .container .f-top .map .main-map {
  height: 100%;
}
#footer > .container .f-top .map .main-map #mapContainer {
  height: 100%;
}
/*#footer > .container .f-top .map .main-map .button-group {
  display: block;
}*/

#footer > .container .f-top .map .main-map .button-group .button{
  background: #ff7300;
}
#footer > .container .f-top .right {
  height: 100%;
  width: 38%;
  background-color: #fff;
  padding: 40px 80px 80px 60px;
}
#footer > .container .f-top .right .tip_title {
  font-family: 'bahnschrift';
  font-size: 16px;
  display: inline-block;
}
#footer > .container .f-top .right .title {
  margin-top: 15px;
  font-family: 'RobotoCondensed-Bold';
}
#footer > .container .f-top .right .cont_list {
  margin-top: 30px;
}
#footer > .container .f-top .right .cont_list .list {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: #f3f2f0 solid 1px;
}
#footer > .container .f-top .right .cont_list .list:last-child {
  border: none;
}
#footer > .container .f-top .right .cont_list .list .img {
  width: 58px;
  height: 58px;
  background-color: #f3f2f0;
  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;
  border-radius: 50%;
}
#footer > .container .f-top .right .cont_list .list .img img {
  width: 25px;
}
#footer > .container .f-top .right .cont_list .list .text {
  width: 85px;
  margin-left: 20px;
  font-family: 'RobotoCondensed-Bold';
}
#footer > .container .f-top .right .cont_list .list .text_2 {
  margin-left: 25px;
  width: 230px;
}
#footer > .container .f-bottom {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer > .container .f-bottom .logo {
  width: 355px;
  display: block;
}
#footer > .container .f-bottom .logo img {
  width: 100%;
  display: block;
}
#footer > .container .f-bottom .list_cont {

  font-family: 'RobotoCondensed-Bold';

}

#footer > .container .f-bottom .list_cont_c{
  font-family: 'RobotoCondensed-Bold';
  color: #fff;
  align-self: flex-start;

}
#footer > .container .f-bottom .list_cont_c .first{
  margin-bottom: 20px;
  font-size: 24px;
}
#footer > .container .f-bottom .list_cont_c a{
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
  font-size: 18px;
  color: #d7d7d7;
  line-height: 2;
  font-family: 'Roboto-Regular';
  transition: all .5s;
}

#footer > .container .f-bottom .list_cont_c a:hover{
  color: #ff7300;
}

#footer > .container .f-bottom .list_cont .list {
  margin-left: 80px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer > .container .f-bottom .list_cont .list:hover {
  color: #ff7300;
}
#footer > .container .f-bottom .list_cont .list:first-child {
  margin-left: 0;
}
#footer > .container .f-bottom .code {
  margin-left: 100px;
  width: 136px;
}
#footer > .container .f-bottom .code #ewm {
  padding: 10px;
  background-color: #fff;
}
#footer > .container .f-bottom .code .text {
  color: #fff;
  text-align: center;
  font-family: 'Roboto-Regular';
  margin-top: 15px;
}
#footer .copyright {
  margin-top: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  background-color: #393939;
  color: #fff;
}
#footer .copyright .container {
  width: 1600px;
  padding: 20px 0;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .copyright .container .left {
  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 .copyright .container .left a {
  margin-left: 10px;
}
#footer .copyright .container .left a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright .container .left a img {
  margin-top: 10px;
  height: 16px;
}
#footer .copyright .container .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 .copyright .container .right span {
  font-family: 'RobotoCondensed-Bold';
}
#footer .copyright .container .right a {
  border-radius: 50%;
  margin-left: 20px;
  width: 30px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .copyright .container .right a:hover {
  color: #ff7300;
}
.container {
  width: 1300px;
  padding: 0;
}
.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 210px;
  padding-bottom: 60px;
}
.inner-banner .container {
  position: relative;
  width: 1300px;
  padding: 0;
  color: #fff;
  max-width: 100%;
}
.inner-banner .container .cat_name {
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
}
.inner-banner .container .mbx {
  margin-top: 5px;
  font-size: 14px;
  font-family: 'bahnschrift';
  line-height: 2;
  position: relative;
  z-index: 2;
}
.inner-banner .container .mbx i {
  color: #ee7810;
  font-size: 18px;
  margin-right: 5px;
}
.inner-banner .container .mbx a{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.inner-banner .container .mbx a:hover{
  color: #ff7300;
}
.inner-banner .container .sub_text {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.06);
  position: absolute;
  bottom: -75px;
  left: 0;
  font-family: 'Roboto-Bold';
}
.inner-page {
  
  padding-top: 80px;
  padding-bottom: 310px;
}
.about-page .init-1 .tip_title {
  font-family: 'Roboto-Black';
}
.about-page .init-1 .tip_title .text_line::before {
  height: 3px;
}
.about-page .init-1 .text {
  margin-top: 10px;
  font-family: 'Roboto-Light';
  line-height: 2;
}
.about-page .init-1 .tip_title_2 {
  margin-top: 30px;
  font-family: 'Roboto-Black';
}
.about-page .init-1 .play_cont {
  margin-top: 35px;
  background-image: url(../images/about_1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
.about-page .init-1 .play_cont .play_btn {
  border: rgba(255, 255, 255, 0.5) solid 1px;
  width: 115px;
  height: 115px;
  margin: auto;
  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;
  border-radius: 50%;
}
.about-page .init-1 .play_cont .play_btn > div {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 50%;
  color: #ff7300;
  font-size: 20px;
  cursor: pointer;
}
.about-page .init-1 .play_cont .play_btn > div:hover {
  color: #fff;
}
.about-page .init-1 .play_cont .play_btn > div::before {
  background-color: #ff7300;
}
.about-page .init-1 .play_cont p {
  font-size: 18px;
  font-family: 'Roboto-Bold';
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.about-page .init-2 {
  margin-top: 80px;
}
.about-page .init-2 .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;
}
.about-page .init-2 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .init-2 .container .list:hover img {
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
.about-page .init-2 .container .list img {
  width: 65px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-2 .container .list > div {
  margin-left: 14px;
}
.about-page .init-2 .container .list > div span {
  font-family: 'Roboto-Black';
  color: #ff7300;
  line-height: 1;
}
.about-page .init-2 .container .list > div SUP {
  font-size: 14px;
  margin-left: -3px;
}
.about-page .init-2 .container .list > div .bottom {
  font-family: 'Roboto-Light';
}
.about-page .init-3 {
  padding-bottom: 55px;
  margin-top: 90px;
  position: relative;
}
.about-page .init-3 .shadow {
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ff7300;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .init-3 .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;
}
.about-page .init-3 .container .left {
  width: 44%;
}
.about-page .init-3 .container .right {
  width: 50%;
}
.about-page .init-3 .container .right .title {
  font-family: 'Roboto-Black';
}
.about-page .init-3 .container .right .title .text_line::before {
  height: 3px;
}
.about-page .init-3 .container .right .list_cont {
  margin-top: 20px;
  color: #fff;
}
.about-page .init-3 .container .right .list_cont .list {
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  font-family: 'Roboto-Light';
  line-height: 2;
}
.about-page .init-3 .container .right .list_cont .list::before {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fff;
  height: 6px;
  top: 13px;
  left: 0;
}
.about-page .init-4 {
  margin-top: 80px;
}
.about-page .init-4 .title {
  font-family: 'Roboto-Black';
  text-align: center;
}
.about-page .init-4 .des {
  font-family: 'Roboto-Light';
  text-align: center;
  color: #444444;
  margin-top: 10px;
}
.about-page .init-4 .swiper {
  margin-top: 35px;
}
.about-page .init-5 {
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
  margin-top: 90px;
}
.about-page .init-5 .title {
  font-family: 'Roboto-Black';
  text-align: center;
}
.about-page .init-5 .des {
  width: 750px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  color: #444444;
  line-height: 2;
  font-family: 'Roboto-Light';
}
.about-page .init-5 img {
  width: 100%;
  margin-top: 40px;
  display: block;
}
.about-page .init-6 {
  margin-top: 70px;
}
.about-page .init-6 .container {
  text-align: center;
}
.about-page .init-6 .container .title {
  font-family: 'Roboto-Black';
}
.about-page .init-6 .container .des {
  color: #444444;
  font-family: 'Roboto-Light';
}
.about-page .init-6 .container .swiper {
  margin-top: 30px;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  display: block;
  width: 100%;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 15px;
  color: #444444;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.about-page .init-6 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #ff7300;
}
.commitment-page .init-1 .container .tip_title {
  font-family: 'Roboto-Black';
  text-align: center;
}
.commitment-page .init-1 .container .des {
  font-family: 'Roboto-Light';
  text-align: center;
  margin-top: 10px;
  color: #444444;
}
.commitment-page .init-1 .container .list_cont {
  margin-top: 50px;
}
.commitment-page .init-1 .container .list_cont .list {
  padding: 26px 96px;
  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;
  border-top: #d0cece solid 1px;
}
.commitment-page .init-1 .container .list_cont .list:nth-child(2n) .right {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.commitment-page .init-1 .container .list_cont .list .left {
  width: 47%;
}
.commitment-page .init-1 .container .list_cont .list .left .title {
  font-family: 'Roboto-Black';
}
.commitment-page .init-1 .container .list_cont .list .left .des_1 {
  margin-top: 10px;
  font-family: 'Roboto-Light';
  color: #2d2d2d;
  line-height: 1.8;
}
.commitment-page .init-1 .container .list_cont .list .right {
  width: 47%;
}
.commitment-page .init-2 {
  margin-top: 50px;
  position: relative;
  padding-top: 50px;
}
.commitment-page .init-2 .shadow {
  position: absolute;
  width: 100%;
  height: calc(100% - 110px);
  top: 0;
  left: 0;
  background-color: #ff7300;
}
.commitment-page .init-2 .container {
  color: #fff;
  text-align: center;
}
.commitment-page .init-2 .container .title {
  font-family: 'Roboto-Black';
}
.commitment-page .init-2 .container .des {
  margin: auto;
  margin-top: 10px;
  line-height: 1.8;
  width: 570px;
  font-family: 'Roboto-Light';
}
.commitment-page .init-2 .container .swiper {
  margin-top: 30px;
}
.commitment-page .init-3 {
  margin-top: 80px;
  text-align: center;
}
.commitment-page .init-3 .title {
  font-family: 'Roboto-Black';
}
.commitment-page .init-3 .des {
  width: 670px;
  margin: auto;
  color: #444444;
  margin-top: 10px;
  line-height: 1.8;
  font-family: 'Roboto-Light';
}
.commitment-page .init-3 .swiper {
  margin-top: 30px;
  padding: 10px ;
}
.commitment-page .init-3 .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  display: block;
}
.commitment-page .init-3 .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.commitment-page .init-3 .swiper .swiper-wrapper .swiper-slide .text {
  display: block;
  padding: 15px 5px;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(176, 176, 176, 0.2);
  box-shadow: 2px 2px 6px 2px rgba(176, 176, 176, 0.2);
  color: #444444;
  font-family: 'Roboto-Light';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.commitment-page .init-3 .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #ff7300;
}
.quality-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-1 .container .left {
  background-color: #f6f6f6;
  padding: 80px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-1 .container .left > div .title {
  font-family: 'Roboto-Black';
}
.quality-page .init-1 .container .left > div .text {
  margin-top: 20px;
  font-family: 'Roboto-Light';
  color: #2d2d2d;
  line-height: 1.8;
}
.quality-page .init-1 .container .right {
  width: 50%;
}
.quality-page .init-2 {
  margin-top: 90px;
  background-image: url(../images/quality_2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.quality-page .init-2 .container {
  color: #fff;
  padding: 60px 40px;
}
.quality-page .init-2 .container .tip_title {
  text-align: center;
  font-family: 'Roboto-Black';
}
.quality-page .init-2 .container .cont {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-2 .container .cont .left {
  width: 47%;
}
.quality-page .init-2 .container .cont .right {
  width: 49%;
}
.quality-page .init-2 .container .cont .right .list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .init-2 .container .cont .right .list:first-child {
  margin-top: 0;
}
.quality-page .init-2 .container .cont .right .list:first-child .num_c::before {
  display: none;
}
.quality-page .init-2 .container .cont .right .list .num_c {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  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;
}
.quality-page .init-2 .container .cont .right .list .num_c::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 34px;
  bottom: 100%;
  background-color: #fff;
  left: 28px;
}
.quality-page .init-2 .container .cont .right .list .num_c > div {
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 50%;
  color: #ff7300;
  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;
}
.quality-page .init-2 .container .cont .right .list .text {
  max-width: 90%;
  font-family: 'Roboto-Light';
  margin-left: 15px;
}
.quality-page .init-3 {
  margin-top: 90px;
}
.quality-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.quality-page .init-3 .container .list {
  margin-top: 10px;
  padding: 80px 50px;
  line-height: 2;
  width: 49.5%;
  background-color: #f6f6f6;
}
.quality-page .init-3 .container .list .title {
  font-family: 'Roboto-Black';
}
.quality-page .init-3 .container .list .des {
  font-family: 'Roboto-Light';
  color: #2a2a2a;
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-link a:hover {
  color: #ff7300;
}
.m-page {
  margin-top: 90px;
  line-height: 1;
}
.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  width: 32px;
  height: 32px;
  border: #6e6e6e solid 1px;
  color: #6e6e6e;
  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: 0 3px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.m-page .wp-pagenavi a.active,
.m-page .wp-pagenavi span.active,
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  color: #ff7300;
}
.nav-list {
  width: 24%;
}
.nav-list .list {
  margin-top: 15px;
  background-color: #f7f7f8;
  padding: 30px 15px;
}
.nav-list .list:first-child {
  margin-top: 0;
}
.nav-list .list .first {
  font-family: 'Roboto-Black';
}
.nav-list .list .item {
  display: block;
  position: relative;
  padding: 20px;
  padding-right: 30px;
  background-color: #fff;
  margin-top: 10px;
  font-family: 'RobotoCondensed-Regular';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-weight: bold;
}
.nav-list .list .item i {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 20px;
}
.nav-list .list .item i.active{
  transform: rotate(90deg);
  background: rgba(0, 0, 0, 0);
}
.nav-list .list .item:hover {
  background-color: #ff7300;
  color: #fff;
}
.nav-list .list .item_2 a{
  display: block;
  padding: 10px 10px;
  margin-top: 10px;
  background-color: #ffba81;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
} 
.nav-list .list .item_2 a:hover{
  background: #ff7300;
}
.nav-list .list .download {
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: #dfdede solid 1px;
  margin-top: 8px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nav-list .list .download:hover {
  background-color: #fff;
}
.nav-list .list .download span {
  margin-left: 10px;
  font-family: 'Roboto';
  font-weight: bold;
  line-height: 2;
}
p.geer {
    font-size: 14px;
    line-height: 2;
}
h1.taig {
    font-size: 25px;
    color: #ff7300;
    font-weight: 900;
    padding: 10px 10px;
}
.oox {
    font-size: 25px;
    color: #ff7300;
    font-weight: 900;
    padding: 10px 10px;
    text-align: center;
}
.loo {
    font-size: 25px;
    color: #ff7300;
    font-weight: 900;
    padding: 10px 10px;
}
.lap{
  padding: 0 85px;
}
.taigeer {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2;
}
.poo {
    font-size: 16px;
    padding: 0 10px;
    line-height: 2;
    margin-top: 10px;
  font-family: 'Roboto-Light';
}
#oox{
  padding-left: 75px;
}
.nav-list .list .download .img_2 {
  margin-left: auto;
}
.nav-list .list .subimg {
  margin-top: 20px;
  max-width: 100%;
}
.product-page .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;
}
.product-page .container .content {
  width: 75%;
  margin: -15px;
}
.product-page .container .content .column {
  padding: 20px 15px ;
}
.product-page .container .content .column > div {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.57);
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.57);
}
.product-page .container .content .column > div .img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .container .content .column > div .img img {
  width: 100%;
}
.product-page .container .content .column > div .cont {
  text-align: center;
  background-color: #f8f8f8;
  padding: 20px 10px;
}
.product-page .container .content .column > div .cont a {
  display: block;
}
.product-page .container .content .column > div .cont .title {
  font-family: 'Roboto-Medium';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .container .content .column > div .cont .title:hover {
  color: #ff7300;
}
.product-page .container .content .column > div .cont .des {
  margin-top: 10px;
  font-size: 14px;
  color: #ff7300;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodet-page .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;
}
.prodet-page .container .content {
  width: 74%;
}
.prodet-page .container .content table td,
.prodet-page .container .content table th {
  word-break: keep-all;
}
.prodet-page .container .content .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 .container .content .init-1 .swiper {
  margin: 0;
  height: 455px;
  width: 15%;
}
.prodet-page .container .content .init-1 .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;
  border: #eeeeee solid 2px;
}
.prodet-page .container .content .init-1 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.prodet-page .container .content .init-1 .cont_img {
  height: 455px;
  width: 47%;
  border: 5px solid #eee;
  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 .container .content .init-1 .right {
  width: 45%;
}
.prodet-page .container .content .init-1 .right .title {
  font-family: 'Roboto-Medium';
}
.prodet-page .container .content .init-1 .right .des{
  height: 255px;
  overflow-y: auto;
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}
.prodet-page .container .content .init-1 .right .share {
  margin-top: 20px;
}
.prodet-page .container .content .init-1 .right .share span {
  font-family: 'Roboto-Medium';
}
.prodet-page .container .content .init-1 .right .share a {
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .container .content .init-1 .right .share a:hover {
  color: #ff7300;
}
.prodet-page .container .content .init-1 .right .operate_cont {
  margin-top: 20px;
  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 .container .content .init-1 .right .operate_cont .list {
  margin-top: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.prodet-page .container .content .init-1 .right .operate_cont .list:hover {
  color: #ff7300;
}
.prodet-page .container .content .init-1 .product_link,
.prodet-page .container .content .init-1 .product_det {
  display: none;
}

.prodet-page .container .content .init-3{
  margin-top: 20px;
}
.prodet-page .container .content .init-3 .swiper .swiper-wrapper .swiper-slide {
  border: 1px solid #ccc;
}
.prodet-page .container .content .init-2 {
  margin-top: 40px;
}
.prodet-page .container .content .init-2 .title_list {
  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;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
}
.prodet-page .container .content .init-2 .title_list .list {
  font-family: 'Roboto-Medium';
  cursor: pointer;
  position: relative;
  padding: 0 30px ;
}
.prodet-page .container .content .init-2 .title_list .list:last-child::after {
  display: none;
}
.prodet-page .container .content .init-2 .title_list .list::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  top: 20px;
  right: 0;
  background-color: #eee;
}
.prodet-page .container .content .init-2 .title_list .list span {
  padding: 15px 0;
  display: block;
  position: relative;
  z-index: 2;
}
.prodet-page .container .content .init-2 .title_list .list span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff7300;
  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;
}
.prodet-page .container .content .init-2 .title_list .list:hover span::before,
.prodet-page .container .content .init-2 .title_list .list.active span::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.prodet-page .container .content .init-2 .title_list .sub_line {
  width: 2px;
  height: 17px;
  background-color: #eee;
  margin: 0 30px;
}
.prodet-page .container .content .init-2 .cont_list {
  margin-top: 30px;
}
.prodet-page .container .content .init-2 .cont_list .list {
  display: none;
}
.prodet-page .container .content .init-2 .cont_list .list .table{
  margin-top: 20px;
}
.prodet-page .container .content .init-2 .cont_list .list:first-child {
  display: block;
}
.prodet-page .container .content .init-2 .cont_list .list form {
  font-size: 16px;
  padding: 50px 30px 50px 30px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(197, 197, 197, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(197, 197, 197, 0.5);
  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;
  font-family: 'Roboto-Medium';
}
.prodet-page .container .content .init-2 .cont_list .list form input,
.prodet-page .container .content .init-2 .cont_list .list form textarea {
  width: 49%;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  padding: 15px;
}
.prodet-page .container .content .init-2 .cont_list .list form .subject {
  width: 100%;
}
.prodet-page .container .content .init-2 .cont_list .list form textarea {
  width: 100%;
  border-radius: 10px;
}
.prodet-page .container .content .init-2 .cont_list .list form .more_cont {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 60px;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
}
.prodet-page .container .content .init-2 .cont_list .list form .more_cont:hover {
  color: #ff7300;
}
.related_product {
  margin-top: 70px;
}
.related_product .tip_title {
  padding: 10px 10px;
  border-top: #eee solid 1px;
  border-bottom: #eee solid 1px;
  font-family: 'Roboto-Medium';
}
.related_product .swiper {
  padding: 8px;
  margin-top: 30px;
}
.related_product .swiper .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.5);
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.5);
  text-align: center;
}
.related_product .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_product .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
}
.related_product .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.related_product .swiper .swiper-wrapper .swiper-slide .cont {
  background-color: #f8f8f8;
  padding: 20px 10px;
}
.related_product .swiper .swiper-wrapper .swiper-slide .cont .text {
  font-family: 'Roboto-Medium';
}
.related_product .swiper .swiper-wrapper .swiper-slide .cont .des {
  margin-top: 10px;
  font-size: 14px;
  line-height: 2;
  color: #ff7300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.contact-page .container .tip_title {
  font-family: 'Roboto-Bold';
  text-align: center;
}
.contact-page .container .des {
  width: 800px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-family: 'bahnschrift';
  color: #4e4e4e;
  line-height: 2;
}
.contact-page .container .cont {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .container .cont .left {
  width: 34%;
  border-radius: 15px;
  background-image: url(../images/contact_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 30px;
}
.contact-page .container .cont .left .list {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
}
.contact-page .container .cont .left .list:first-child {
  margin-top: 0;
}
.contact-page .container .cont .left .list i {
  margin-top: 10px;
  width: 25%;
  font-size: 40px;
  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;
}
.contact-page .container .cont .left .list > div {
  width: 75%;
}
.contact-page .container .cont .left .list > div p:first-child {
  font-family: 'Roboto-Bold';
  margin-bottom: 5px;
}
.contact-page .container .cont .left .list > div p:last-child {
  font-size: 14px;
  line-height: 2;
}
.contact-page .container .cont .right {
  width: 64%;
}
.contact-page .container .cont .right form {
  font-size: 16px;
  padding: 50px 30px 50px 30px;
  background-color: #FFFFFF;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(197, 197, 197, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(197, 197, 197, 0.5);
  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;
  font-family: 'Roboto-Medium';
}
.contact-page .container .cont .right form input,
.contact-page .container .cont .right form textarea {
  width: 49%;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #dfdfdf;
  padding: 15px;
}
.contact-page .container .cont .right form .subject {
  width: 100%;
}
.contact-page .container .cont .right form textarea {
  width: 100%;
  border-radius: 10px;
}
.contact-page .container .cont .right form .more_cont {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 15px 60px;
  cursor: pointer;
  border-radius: 50px;
  color: #fff;
}
.contact-page .container .cont .right form .more_cont:hover {
  color: #ff7300;
}
.news-page .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;
}
.news-page .container .content {
  margin: -15px;
  width: 74%;
}
.news-page .container .content .column {
  padding: 20px 15px;
}
.news-page .container .content .column a {
  display: block;
}
.news-page .container .content .column > div .img {
  display: block;
  overflow: hidden;
}
.news-page .container .content .column > div .cont {
  background-color: #f7f7f8;
  padding: 15px 10px;
}
.news-page .container .content .column > div .cont a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news-page .container .content .column > div .cont a:hover {
  color: #ff7300;
}
.news-page .container .content .column > div .cont .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .container .content .column > div .cont .time img {
  width: 22px;
  margin-top: -5px;
}
.news-page .container .content .column > div .cont .time span {
  color: #656464;
  margin-left: 10px;
}
.news-page .container .content .column > div .cont .title {
  margin-top: 10px;
  font-family: 'RobotoCondensed-Bold';
  min-height: 60px;
  line-height: 2;
}
.news-page .container .content .column > div .cont .des {
  margin-top: 10px;
  font-family: 'Roboto-Light';
  color: #676767;
  line-height: 2;
}
.newsdet-page .container .tip_title {
  text-align: center;
  line-height: 2;
}
.newsdet-page .container .tag {
  margin-top: 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsdet-page .container .tag em {
  margin: 0 10px;
  font-size: 14px;
}
.newsdet-page .container .tag i {
  color: #ff7300;
}
.newsdet-page .container .content {
  padding: 15px 0;
  margin: 30px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  line-height: 2;
}
.newsdet-page .container .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;
}
.newsdet-page .container .share h4 {
  font-family: 'Roboto-Bold';
}
.newsdet-page .container .share a {
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.newsdet-page .container .share a:hover {
  color: #fff;
  background-color: #ff7300;
}
.newsdet-page .container .related_product .tip_title {
  text-align: left;
}
.gallery-page {
  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;
}
.gallery-page .container {
  margin: -15px;
}
.gallery-page .container .column {
  padding: 15px;
}
.gallery-page .container .column:hover .box .more {
  color: #fff;
  background-color: #ff7300;
}
.gallery-page .container .column .box {
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  border-radius: 5px;
  padding: 15px;
}
.gallery-page .container .column .box a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
}
.gallery-page .container .column .box .img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery-page .container .column .box .more {
  text-align: center;
  color: #111;
  padding: 5px;
  margin-top: 10px;
}
.faq-page .container .tip_title {
  text-align: center;
  font-family: 'Roboto-Black';
}
.faq-page .container .tip_title_2 {
  text-align: center;
}
.faq-page .container .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .container .box ul li {
  padding-bottom: 20px;
}
.faq-page .container .box ul li h4 {
  padding: 20px 70px;
  background-image: url(../images/icon-lt.png);
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #b7b7b7;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  line-height: 2;
}
.faq-page .container .box ul li h4::after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .container .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  color: #666;
  display: none;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  line-height: 2;
}
.faq-page .container .box ul li:hover h4,
.faq-page .container .box ul li.active h4 {
  background-color: #ff7300;
  color: white;
  background-image: url(../images/icon-lt2.png);
}
.faq-page .container .box ul li.active h4::after {
  content: "\f106";
}
@media (max-width: 1700px) {
  #header > .nav > .menu .h-top {
    padding: 15px 6vw;
  }
  #header > .nav > .menu .menu-box {
    padding: 0 6vw;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 3vw;
  }
  #index-body .init-3 .container {
    width: 100%;
    padding: 100px 20px;
    padding-bottom: 290px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 23vw;
  }
  #footer > .container {
    width: 100%;
    padding: 0 20px;
  }
  #footer > .container .f-top .right {
    padding: 2vw 3vw;
  }
  #footer > .container .f-top .right .cont_list .list .text_2 {
    width: 11vw;
  }
  #footer > .container .f-bottom .logo {
    width: 15vw;
  }
  #footer > .container .f-bottom .list_cont .list {
    margin-left: 4vw;
  }
  #footer > .container .f-bottom .code {
    margin-left: 5vw;
  }
  #footer .copyright .container {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1500px) {
  #header > .nav > .menu .h-top {
    padding: 15px 20px;
  }
  #header > .nav > .menu .menu-box {
    padding: 0 20px;
  }
  #header.active > .nav .menu .menu-box {
    padding-top: 0;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
    padding: 20px 0;
  }
  #header > .nav > .menu .menu-box .right .search span {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .shop_cat span {
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right .shop_cat img {
    width: 18px;
  }
  #header > .nav > .menu .menu-box .right .search > img {
    width: 18px;
  }
  #header > .nav > .menu .menu-box .right .subline {
    margin: 0 10px;
  }
  #header > .nav > .menu .menu-box .logo {
    width: 150px;
    margin-top: 7px;
  }
  #header > .nav > .menu .menu-box .right .contact {
    font-size: 16px;
    padding: 5px 15px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.s_product .sub-menu {
    padding: 10px;
  }
}
@media (max-width: 1400px) {
  #index-body .init-3 .container .title_cont .left {
    width: 55%;
  }
  #index-body .init-3 .container .title_cont .right {
    width: 40%;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 31vw;
  }
  #index-body .init-4 .container .left .cont .list .right_2 {
    width: 78%;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    height: 10vw;
  }
  #footer > .container .f-top .right .cont_list .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer > .container .f-top .right {
    text-align: center;
  }
  #footer > .container .f-top .right .cont_list {
    margin-top: 0;
  }
  #footer > .container .f-top .right .cont_list .list .text {
    width: 110px;
    margin-left: 0;
    text-align: center;
  }
  #footer > .container .f-top .right .cont_list .list .text_2 {
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
  #footer > .container .f-bottom .code {
    width: 110px;
  }
  .quality-page .init-1 .container .left {
    padding: 4vw;
  }
  .quality-page .init-2 .container .cont .right .list .text {
    max-width: 80%;
  }
}
@media (max-width: 1300px) {
  #index-body .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 23vw;
  }
  .inner-banner .container {
    width: 100%;
    padding: 0 20px;
  }
  .inner-banner .container .sub_text {
    left: 20px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  #header > .nav > .menu .menu-box .logo {
    width: 120px;
    margin-top: 12px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 2vw;
  }
  #index-body .init-1 .container .title {
    width: 66%;
  }
  #index-body .init-1 .container .des {
    width: 66%;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .about-page .init-2 .container .list {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px){
  .taike, .taig, .taigeer {
    display: none !important;
  }
  .lap,.facto {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .f_100 {
    font-size: 70px;
  }
  .f_78 {
    font-size: 50px;
  }
  .f_48 {
    font-size: 38px;
  }
  .f_24 {
    font-size: 20px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .init-1 .container {
    text-align: center;
  }
  #index-body .init-1 .container .tip_title {
    text-align: center;
  }
  #index-body .init-1 .container .title {
    width: 100%;
    line-height: 2;
  }
  #index-body .init-1 .container .des {
    width: 100%;
  }
  #index-body .init-1 .container .play_cont .cont {
    top: 0;
    right: 10px;
    width: 30vw;
    padding: 50px 0;
  }
  #index-body .init-2 {
    display: none;
  }
  #index-body .init-3 .container {
    padding: 80px 20px;
  }
  #index-body .init-3 .container .title_cont .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .container .title_cont .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 47vw;
  }
  #index-body .init-4 {
    display: none;
  }
  #index-body .init-5 {
    padding-bottom: 60px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 35vw;
  }
  #index-body .init-6 {
    display: none;
  }
  #index-body .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-6 .container .swiper {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    height: 17vw;
  }
  #footer > .container {
    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 > .container .f-top {
    width: 100%;
    margin-top: 50px;
    height: auto;
  }
  #footer > .container .f-top .right .cont_list .list .text {
    width: 75px;
  }
  #footer > .container .f-top .map {
    width: 100%;
    height: 300px;
  }
  #footer > .container .f-top .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #footer > .container .f-bottom {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    justify-content: center;
  }
  #footer > .container .f-bottom .logo {
    width: 200px;
  }
  #footer > .container .f-bottom .list_cont {
    display: none;
  }
  #footer > .container .f-bottom .code {
    display: none;
  }
  #footer .copyright .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px;
  }
  #footer .copyright .container .right {
    margin-top: 20px;
    display: none;
  }
  #footer > .container .f-top .right .cont_list .list .img {
    width: 40px;
    height: 40px;
  }
  #footer > .container .f-bottom .list_cont_c{
    display: none;
  }
  #footer > .container .f-top .right .cont_list .list .img img {
    width: 18px;
  }
  .inner-banner {
    margin-top: 40px;
    padding: 100px 0;
  }
  .inner-banner .container .sub_text {
    display: none;
  }
  .inner-banner .container .cat_name {
    text-align: center;
  }
  .inner-banner .container .mbx {
    text-align: center;
  }
  .inner-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container {
    padding: 0 10px;
  }
  .about-page .init-1 {
    text-align: center;
  }
  .about-page .init-1 .play_cont {
    padding: 100px 0;
  }
  .about-page .init-3 {
    margin-top: 40px;
  }
  .about-page .init-3 .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .init-3 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .about-page .init-3 .container .right .title {
    margin-top: 20px;
    text-align: center;
    color: #fff;
  }
  .about-page .init-3 .container .right .title .text_line {
    color: #fff;
  }
  .about-page .init-3 .container .right .title .text_line::before {
    background-color: #fff;
  }
  .about-page .init-3 .container .right {
    width: 100%;
  }
  .about-page .init-3 .container .right .list_cont .list {
    margin-top: 10px;
  }
  .about-page .init-5 .des {
    width: 100%;
  }
  .commitment-page .init-1 .container .list_cont .list {
    text-align: center;
  }
  .commitment-page .init-1 .container .list_cont .list .left {
    margin-top: 30px;
    width: 100%;
  }
  .commitment-page .init-1 .container .list_cont .list .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .commitment-page .init-2 .container .des {
    width: 100%;
  }
  .commitment-page .init-3 .des {
    width: 100%;
  }
  .quality-page .init-1 .container {
    text-align: center;
  }
  .quality-page .init-1 .container .left {
    width: 100%;
  }
  .quality-page .init-1 .container .right {
    width: 100%;
  }
  .quality-page .init-2 .container .cont .left {
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .init-2 .container .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .quality-page .init-3 .container .list {
    width: 100%;
  }
  .product-page .container .nav-list {
    display: none;
  }
  .product-page .container .content {
    width: 100%;
    margin: 0;
  }
  .prodet-page .container .nav-list {
    display: none;
  }
  .prodet-page .container .content {
    width: 100%;
  }
  .prodet-page .container .content .init-2 .title_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .related_product .tip_title {
    text-align: center;
  }
  .contact-page .container .des {
    width: 100%;
  }
  .contact-page .container .cont .left {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .container .cont .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .contact-page .container .cont .right form .more_cont {
    margin: auto;
    margin-top: 20px;
  }
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .nav-list {
    display: none;
  }
  .news-page .container .content {
    width: 100%;
  }
  .news-page .container .content .column > div .cont {
    text-align: center;
  }
  .news-page .container .content .column > div .cont .time {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsdet-page .container .related_product .tip_title {
    text-align: center;
  }
  .gallery-page .container {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #banner .container .next, #banner .container .prev{
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des_2 {
    display: none;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
    height: 26vw;
  }
  .about-page .init-2 .container .list {
    width: 100%;
  }
  .about-page .init-2 .container .list > div {
    width: 225px;
  }
  .prodet-page .container .content .init-1 .cont_img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .prodet-page .container .content .init-1 .swiper {
    margin-top: 20px;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .prodet-page .container .content .init-1 .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .prodet-page .container .content .init-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .container .content .init-1 .right .operate_cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .f_18 {
    font-size: 16px;
    line-height: 2;
  }
  .f_20 {
    font-size: 18px;
    line-height: 1.8;
  }
  .f_24 {
    font-size: 18px;
  }
  .f_26 {
    font-size: 18px;
  }
  .f_30 {
    font-size: 20px;
  }
  .f_36 {
    line-height: 1.6;
    font-size: 20px;
  }
  .f_48 {
    font-size: 20px;
    line-height: 1.6;
  }
  .f_78 {
    line-height: 1.6;
    font-size: 20px;
  }
  .f_100 {
    font-size: 40px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div {
    padding: 0 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .title {
    padding: 3px 30px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des {
    margin-top: 10px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont > div .des_2 {
    margin-top: 10px;
  }
  #banner .container .next,
  #banner .container .prev {
    width: 25px;
    height: 25px;
    right: 10px;
  }
  #banner .container .next img,
  #banner .container .prev img {
    width: 14px;
  }
  #banner .container .prev {
    left: 10px;
  }
  #index-body .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container {
    padding: 0 10px;
  }
  #index-body .init-1 .container .play_cont .cont {
    padding: 20px 0;
    width: 150px;
  }
  #index-body .init-1 .container .play_cont .cont .num_2 {
    margin-top: 10px;
  }
  #index-body .init-1 .container .play_cont p {
    font-size: 16px;
  }
  #index-body .init-3 {
    margin-top: 30px;
  }
  #index-body .init-3 .container {
    padding: 30px 10px;
  }
  #index-body .init-3 .container .title_cont .left div {
    margin-top: 20px;
  }
  #index-body .init-3 .container .title_cont .right {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .init-3 .container .swiper {
    margin-top: 30px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 87vw;
  }
  #index-body .init-5 {
    margin-top: 30px;
  }
  #index-body .init-5 .container .tip_title_2 {
    margin-top: 10px;
  }
  #index-body .init-5 .container .swiper {
    margin-top: 30px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 66vw;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0 10px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    -webkit-line-clamp: inherit;
    min-height: inherit;
  }
  #footer > .container {
    padding: 0 10px;
  }
  #footer > .container .f-top {
    margin-top: 30px;
  }
  #footer > .container .f-bottom {
    margin-top: 30px;
  }
  #footer > .container .f-top .right .tip_title {
    margin-top: 20px;
  }
  #footer > .container .f-top .right .cont_list .list {
    padding: 15px 0;
  }
  .about-page .init-2 {
    margin-top: 20px;
  }
  .about-page .init-4 {
    margin-top: 30px;
  }
  .about-page .init-4 .swiper {
    margin-top: 15px;
  }
  .about-page .init-5 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .about-page .init-5 img {
    margin-top: 10px;
  }
  .commitment-page .init-1 .container .list_cont {
    margin-top: 30px;
  }
  .commitment-page .init-1 .container .list_cont .list {
    padding: 20px 10px;
  }
  .commitment-page .init-2 {
    margin-top: 30px;
    padding-top: 30px;
  }
  .commitment-page .init-2 .container .swiper {
    margin-top: 20px;
  }
  .commitment-page .init-3 {
    margin-top: 30px;
  }
  .commitment-page .init-3 .swiper {
    margin-top: 20px;
  }
  .quality-page .init-1 .container .left > div .text {
    margin-top: 10px;
  }
  .quality-page .init-2 {
    margin-top: 30px;
  }
  .quality-page .init-2 .container {
    padding: 30px 10px;
  }
  .quality-page .init-2 .container .cont .right .list .text {
    max-width: 75%;
    line-height: 2;
  }
  .quality-page .init-3 {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .list {
    padding: 40px 20px;
  }
  .quality-page .init-3 .container .list .des {
    margin-top: 10px;
        line-height: 2;
  }
  .m-page {
    margin-top: 30px;
  }
  .product-page .container .content .column {
    padding: 20px 5px;
  }
  .prodet-page .container .content .init-1 .right .operate_cont {
    margin-top: 20px;
  }
  .prodet-page .container .content .init-1 .right .operate_cont .list {
    padding: 5px 15px;
  }
  .prodet-page .container .content .init-2 .title_list .list {
    padding: 0 15px;
  }
  .prodet-page .container .content .init-2 .cont_list .list form {
    padding: 20px 10px;
  }
  .prodet-page .container .content .init-2 .cont_list .list form input,
  .prodet-page .container .content .init-2 .cont_list .list form textarea {
    width: 100%;
    padding: 5px 10px;
  }
  .prodet-page .container .content .init-2 .cont_list .list form .more_cont {
    padding: 5px 30px;
    margin: auto;
  }
  .related_product {
    margin-top: 30px;
  }
  .contact-page .container .cont {
    margin-top: 30px;
  }
  .contact-page .container .cont .right form input,
  .contact-page .container .cont .right form textarea {
    width: 100%;
    padding: 10px 10px;
  }
  .contact-page .container .cont .right form {
    padding: 30px 10px;
  }
  .contact-page .container .cont .right form .more_cont {
    padding: 5px 30px;
    margin-top: 0;
  }
  .contact-page .container .cont .left {
    padding: 30px 10px;
  }
  .contact-page .container .cont .left .list i {
    font-size: 30px;
  }
  .news-page .container .content .column {
    padding: 20px 0;
  }
  .gallery-page .container .column {
    padding: 15px 0;
  }
  .gallery-page .container .column .box .more {
    background-color: #ff7300;
    color: #fff;
  }
}
