@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'FM';
  src: url('../fonts/FuturaBT-Medium.eot') format('eot'), url('../fonts/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'FB';
  src: url('../fonts/FuturaBT-Book.eot') format('eot'), url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff'), url('../fonts/FuturaBT-Book.ttf') format('truetype');
}
@font-face {
  font-family: 'CL';
  src: url('../fonts/CorbelLight.eot') format('eot'), url('../fonts/CorbelLight.woff2') format('woff2'), url('../fonts/CorbelLight.woff') format('woff'), url('../fonts/CorbelLight.ttf') format('truetype');
}
@font-face {
  font-family: 'RR';
  src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RL';
  src: url('../fonts/Roboto-Light.eot') format('eot'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
}
body {
  font-family: 'FM';
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .ui.container{
  max-width: 1790px;
  width: 100%;
}
#header .nav {
  line-height: 6.5rem;
  height: 6.5rem;
  background: white;
  width: 100%;
}
#header .nav .ui.menu{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img:nth-child(2) {
  margin-left: 0.85rem;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 5rem;
  font-size: 0.8rem;
  font-family: 'PSB';
  color: #010101;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #ecd022;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #ecd022;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: .4rem 0.75rem;
  line-height: 1.2rem;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.2rem 0 4.4rem;
  cursor: pointer;
  font-size: 14px;
  font-family: 'PR';
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.7rem;
}
#header .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .yuy span {
  font-size: 14px;
  font-family: 'PR';
}
#header .nav .ui.menu .yuy ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 1.4rem;
  margin: -0.4rem 0.4rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy ul li:hover {
  color: #ecd022;
}
#header .nav .ui.menu .contacts {
  display: inline-block;
  vertical-align: top;
  padding-right: 1.5rem;
  margin-left: 1.5rem;
  position: relative;
}
#header .nav .ui.menu .contacts a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  background: #ecd022;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "FuturaBT-Medium";
  font-weight: bold;
  margin-top: -0.4rem;
}
#header .nav .ui.menu .contacts span {
  position: absolute;
  width: 2rem;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: right;
}
#header .nav .ui.menu .contacts span i {
  display: block;
  width: 100%;
  height: .25rem;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: auto;
  position: relative;
}
#header .nav .ui.menu .contacts span i.ie1 {
  bottom: 0;
}
#header .nav .ui.menu .contacts span i.ie2 {
  margin: .25rem 0;
}
#header .nav .ui.menu .contacts span i.ie3 {
  top: 0;
}
#header .nav .ui.menu .contacts:hover span i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50%;
  bottom: -2px;
}
#header .nav .ui.menu .contacts:hover span i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 50%;
  top: -2px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #ecd022;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 2.4rem;
  height: 7px;
  display: inline-block;
  margin: 0 5px;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  border-radius: 2px;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ecd022;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
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 td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(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;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #ecd022;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #ecd022 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
  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: .5s;
  -moz-transition: .5s;
  transition: .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;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: #ecd022;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ecd022;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-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);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#banner li {
  position: relative;
  overflow: hidden;
}
#banner li:after {
  content: '';
  width: 27%;
  height: 37%;
  position: absolute;
  top: -1px;
  left: -1px;
  background: url("../images/banner-mask.png") left top no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 1s 1.2s;
  -moz-transition: 1s 1.2s;
  transition: 1s 1.2s;
}
#banner li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 50%;
}
#banner li .content h2 {
  display: block;
  font-size: 4.4rem;
  line-height: 1;
  text-transform: capitalize;
  text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.14);
}
#banner li .content h6 {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 1.5rem;
  text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.14);
}
#banner li .content p {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 1.2rem 0 1.5rem;
  text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.14);
  width: 96%;
  font-family: 'FB';
}
#banner li .content a.more {
  display: inline-block;
  line-height: 1.75rem;
  height: 1.75rem;
  padding: 0 1.5rem;
  border-radius: 0.85rem;
  background: #ecd022;
  color: #f3f3f3;
  font-size: 0.9rem;
  font-family: 'FB';
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 0px rgba(1, 1, 1, 0.14);
}
#banner li .content a.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.85rem;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content a.more:hover {
  color: #ecd022;
}
#banner li .content a.more:hover::before {
  height: 100%;
}
#banner .slick-dots li:after {
  display: none !important;
}
#banner .slick-slide.slick-current li:after {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
#index-body .init-1 {
  padding: 3.25rem 0 7.1rem;
  background: url("../images/init1-bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}
#index-body .init-1 i.tag {
  display: block;
  font-size: 1rem;
  color: #ecd022;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-1 h2 {
  display: block;
  font-size: 2.8rem;
  color: #1c1c1c;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
  margin-top: 0.8rem;
}
#index-body .init-1 p {
  display: block;
  font-size: 0.9rem;
  max-width: 360px;
  margin: 0 auto;
  font-family: 'FB';
  line-height: 1.4;
  margin-top: 1rem;
}
#index-body .init-1 .box {
  padding-top: 3.5rem;
}
#index-body .init-1 .box ul {
  margin: -50px -15px;
}
#index-body .init-1 .box ul li {
  padding: 50px 15px;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
#index-body .init-1 .box ul li .box2 {
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}
#index-body .init-1 .box ul li .box2 a.img {
  position: relative;
  display: block;
}
#index-body .init-1 .box ul li .box2 a.img:after,
#index-body .init-1 .box ul li .box2 a.img:before,
#index-body .init-1 .box ul li .box2 a.img i.bg {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7%;
  z-index: -2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li .box2 a.img:after {
  /*background: url("../images/init1-1-bg.jpg") center center no-repeat rgba(28, 28, 28, 0.3);*/
  background: rgba(28, 28, 28, 0.3);
  background-size: cover;
}
#index-body .init-1 .box ul li .box2 a.img i.bg {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0.25))), -webkit-gradient(linear, left top, left bottom, from(#ecd022), to(#ecd022));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), -webkit-linear-gradient(#ecd022, #ecd022);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), -moz-linear-gradient(#ecd022, #ecd022);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(#ecd022, #ecd022);
  background-blend-mode: multiply,normal;
  z-index: -1;
  opacity: 0;
}
#index-body .init-1 .box ul li .box2 a.img img {
  -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  display: block;
  -webkit-transition: .5s 1s;
  -moz-transition: .5s 1s;
  transition: .5s 1s;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 3.45rem 0 2.4rem;
}
#index-body .init-1 .box ul li .box2 .text {
  display: block;
  -webkit-transition: .5s 1s;
  -moz-transition: .5s 1s;
  transition: .5s 1s;
  position: relative;
  padding: 0 10%;
  margin-top: 0.5rem;
  color: #262323;
}
#index-body .init-1 .box ul li .box2 .text h5 {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -1px;
}
#index-body .init-1 .box ul li .box2 .text h6 {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'CL';
  letter-spacing: -1px;
  font-style: italic;
}
#index-body .init-1 .box ul .slick-slide {
  padding-top: 0.5rem;
}
#index-body .init-1 .box ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-1 .box ul .slick-current li .box2 a.img i.bg {
  opacity: 1;
}
#index-body .init-1 .box ul .slick-current li .box2 a.img img {
  -webkit-filter: drop-shadow(1.25rem 1.75rem 12px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(1.25rem 1.75rem 12px rgba(0, 0, 0, 0.24));
  -webkit-transition: .5s 1s;
  -moz-transition: .5s 1s;
  transition: .5s 1s;
  padding: 2rem 0 4rem 0;
}
#index-body .init-1 .box ul .slick-current li .box2 a.img:after {
  margin-left: 25px;
  margin-top: 25px;
  background: rgba(28, 28, 28, 0.3);
  -webkit-transition: .5s 1s;
  -moz-transition: .5s 1s;
  transition: .5s 1s;
}
#index-body .init-1 .box ul .slick-current li .box2 .text {
  -webkit-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
  color: white;
}
#index-body .init-1 .box ul .slick-arrow {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  z-index: 1;
}
#index-body .init-1 .box ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #4f4f4f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul .slick-arrow.slick-prev {
  left: -5%;
}
#index-body .init-1 .box ul .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
#index-body .init-1 .box ul .slick-arrow.slick-next {
  right: -5%;
}
#index-body .init-1 .box ul .slick-arrow.slick-next:after {
  content: "\f0da";
}
#index-body .init-1 .box ul .slick-arrow:hover:after {
  color: #ecd022;
}
#index-body .init-2 {
  padding: 3.95rem 0 6.35rem;
  background: black;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
#index-body .init-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init2-bg.png") center center no-repeat black;
  -webkit-animation: ma 2s linear infinite alternate;
  -moz-animation: ma 2s linear infinite alternate;
  animation: ma 2s linear infinite alternate;
  z-index: -1;
}
#index-body .init-2 h3 {
  display: block;
  font-size: 2.4rem;
  color: #ecd022;
  text-transform: capitalize;
  line-height: 1;
}
#index-body .init-2 .nav-list {
  padding: 1.5rem 0 5rem;
}
#index-body .init-2 .nav-list ul li {
  font-size: 0.9rem;
  color: #8e8e8e;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'FB';
}
#index-body .init-2 .nav-list ul li:after {
  content: '/';
  margin: 0 1rem;
}
#index-body .init-2 .nav-list ul li.active {
  font-size: 1.1rem;
  color: #fff;
}
#index-body .init-2 .nav-list ul li:hover {
  color: #ecd022;
}
#index-body .init-2 .nav-list ul li:last-child:after {
  display: none;
}
#index-body .init-2 .pro-list ul {
  margin: -1.5rem;
}
#index-body .init-2 .pro-list ul li {
  padding: 1.5rem;
}
#index-body .init-2 .pro-list ul li a.img {
  display: block;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .pro-list ul li a.img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .init-2 .pro-list ul li a.img:after {
  content: '';
  width: 90%;
  height: 36.3%;
  position: absolute;
  top: 30%;
  left: 6%;
  z-index: -1;
  opacity: .9;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  background: url(../images/init2-2.png) no-repeat;
}
#index-body .init-2 .pro-list ul li p {
  font-size: 16px;
  line-height: 1.4;
  color: #dfdfdf;
  padding: 0 1.5rem;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#index-body .init-2 .pro-list ul li h5 {
  display: block;
  font-size: 1.2rem;
  color: #ecd022;
  margin: 1rem 0;
  font-family: "FuturaBT-Medium";
  line-height: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#index-body .init-2 .pro-list ul li a.more {
  line-height: 1.4rem;
  height: 1.5rem;
  padding: 0 1rem;
  border-radius: 0.75rem;
  background: #ecd022;
  color: white;
  font-size: 16px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: 1s .5s;
  -moz-transition: 1s .5s;
  transition: 1s .5s;
}
#index-body .init-2 .pro-list ul li:hover a.img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .pro-list ul li:hover a.img:after {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 118%;
  height: 43.2%;
  background: url(../images/init2-3.png) no-repeat;
  left: -6%;
}
#index-body .init-2 .pro-list ul li:hover p,
#index-body .init-2 .pro-list ul li:hover h5 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .pro-list ul li:hover a.more {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .pro-list ul .slick-slide:nth-child(even) {
  padding-top: 1rem;
}
#index-body .init-2 .pro-list ul .slick-slide:nth-child(even) .img {
  margin-top: -3rem;
  margin-bottom: 2.2rem;
}
#index-body .init-2 .pro-list ul .slick-current .img {
  margin-top: 0;
}
#index-body .init-2 .pro-list ul .slick-current li a.img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
#index-body .init-2 .pro-list ul .slick-current li a.img:after {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 118%;
  height: 43.2%;
  background: url(../images/init2-3.png) no-repeat;
  left: -7%;
}
#index-body .init-2 .pro-list ul .slick-current li a.more {
  opacity: 1;
}
#index-body .init-2 .pro-list ul .slick-current li p,
#index-body .init-2 .pro-list ul .slick-current li h5 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .pro-list .more {
  background-color: #ecd022;
  color: #f3f3f3;
  font-size: 16px;
  font-family: 'FB';
  line-height: 1;
  text-align: center;
  border-radius: 16px;
  position: absolute;
  z-index: 1;
  bottom: 2.35rem;
  left: 47%;
  width: 8.4%;
  padding: 8px 0 7px 0;
}
#index-body .init-2 .pro-list .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  border-radius: 16px;
}
#index-body .init-2 .pro-list .more:hover {
  color: #ecd022;
}
#index-body .init-2 .pro-list .more:hover::before {
  height: 100%;
}
#index-body .init-2 .pro-list .slick-dots {
  margin: 4rem auto 0 2rem;
}
#index-body .init-2 .pro-list .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: white;
  margin: 0 .5rem;
  padding: 0;
  cursor: pointer;
}
#index-body .init-2 .pro-list .slick-dots li button {
  display: none;
}
#index-body .init-2 .pro-list .slick-dots li.slick-active {
  background: #ecd022;
}
#index-body .init-3 {
  padding: 4.65rem 0 2.6rem;
  background: url("../images/init3-bg.jpg") center center no-repeat;
  text-align: center;
  color: #e5e5e5;
}
#index-body .init-3 i.tag {
  display: block;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
#index-body .init-3 h3 {
  display: block;
  font-size: 2.2rem;
  color: #e5e5e5;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  margin: 1.9rem 0 2rem;
}
#index-body .init-3 .play {
  display: block;
  margin: 0 auto;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 100%;
  background: #ecd022;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#index-body .init-3 .play i {
  border-left: 15px solid white;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-3 .play:after,
#index-body .init-3 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  border-radius: inherit;
  z-index: -1;
}
#index-body .init-3 .play:after {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-3 .text {
  max-width: 1290px;
  display: block;
  margin: 2.9rem auto 0;
  font-size: 18px;
  font-family: 'FB';
}
#index-body .init-4 {
  padding: 3.4rem 0 3.6rem;
  overflow: hidden;
}
#index-body .init-4 .ui.container {
  width: auto;
  max-width: 1520px;
}
#index-body .init-4 ul {
  margin: 0 -4.3rem 0 0;
}
#index-body .init-4 ul li {
  padding: 0 4.3rem 0 0;
}
#index-body .init-4 ul li h5 {
  font-size: 2.4rem;
  color: #ecd022;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -2px;
}
#index-body .init-4 ul li h5 sup {
  font-size: 70%;
}
#index-body .init-4 ul li h6 {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #141414;
  margin: .8rem 0 0.7rem;
  text-transform: capitalize;
  letter-spacing: -1px;
}
#index-body .init-4 ul li p {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 1.2;
  word-break: break-word;
  font-family: 'FB';
}
#index-body .init-5 {
  padding: 5rem 0 4.5rem;
  background: url("../images/init5-bg.jpg") center center no-repeat;
  color: white;
  overflow: hidden;
}
#index-body .init-5 .left {
  width: 40%;
  padding-right: 5%;
  vertical-align: middle;
}
#index-body .init-5 .left h3 {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: capitalize;
}
#index-body .init-5 .left .text {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 1.95rem 0 2.25rem;
}
#index-body .init-5 .left a.more {
  display: inline-block;
  line-height: 1.75rem;
  height: 1.75rem;
  padding: 0 1.5rem;
  border-radius: 0.8rem;
  color: #f3f3f3;
  background: #ecd022;
  font-size: 16px;
  font-family: 'FB';
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .left a.more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  border-radius: 0.8rem;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-5 .left a.more:hover {
  color: #ecd022;
}
#index-body .init-5 .left a.more:hover::before {
  height: 100%;
}
#index-body .init-5 .right {
  width: 60%;
  vertical-align: middle;
}
#index-body .init-5 .right ul li {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 200px 0;
  margin: -200px 0;
}
#index-body .init-5 .right ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .init-5 .right ul li span {
  display: block;
  height: 4.1rem;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .right ul li span.ie1 {
  background-image: url("../images/icon-5-1.png");
}
#index-body .init-5 .right ul li span.ie2 {
  background-image: url("../images/icon-5-2.png");
}
#index-body .init-5 .right ul li span.ie3 {
  background-image: url("../images/icon-5-3.png");
}
#index-body .init-5 .right ul li span.ie4 {
  background-image: url("../images/icon-5-4.png");
}
#index-body .init-5 .right ul li h6 {
  display: block;
  font-size: 1.2rem;
  margin-top: 1.75rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .right ul li:hover span.ie1 {
  background-image: url("../images/icon-5-1-2.png");
}
#index-body .init-5 .right ul li:hover span.ie2 {
  background-image: url("../images/icon-5-2-2.png");
}
#index-body .init-5 .right ul li:hover span.ie3 {
  background-image: url("../images/icon-5-3-2.png");
}
#index-body .init-5 .right ul li:hover span.ie4 {
  background-image: url("../images/icon-5-4-2.png");
}
#index-body .init-5 .right ul li:hover h6 {
  color: #ecd022;
}
#index-body .init-6 {
  padding: 2.65rem 0 2.25rem;
  background: url("../images/init6-bg.jpg") no-repeat;
  overflow: hidden;
}
#index-body .init-6 h3 {
  font-size: 1.8rem;
  color: white;
  letter-spacing: -1px;
  line-height: 1;
}
#index-body .init-6 .box {
  margin-top: 2.4rem;
  position: relative;
}
#index-body .init-6 .box .list {
  overflow: hidden;
}
#index-body .init-6 .box i.line {
  width: 200%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 3.5rem;
  left: -50%;
  background: rgba(255, 255, 255, 0.2);
}
#index-body .init-6 .box ul {
  margin: 0 -2.6rem;
}
#index-body .init-6 .box ul li {
  padding: 0 2.6rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
#index-body .init-6 .box ul li:after,
#index-body .init-6 .box ul li:before {
  content: "\f0da\f0da\f0da";
  font-family: "FontAwesome";
  position: absolute;
  bottom: 2.8rem;
  left: 96%;
  color: #ecd022;
  font-size: 1rem;
  width: 22px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0 !important;
}
#index-body .init-6 .box ul li:after {
  color: white;
  -webkit-animation: kz 2s linear infinite;
  -moz-animation: kz 2s linear infinite;
  animation: kz 2s linear infinite;
}
#index-body .init-6 .box ul li a.img {
  display: block;
  margin-bottom: 40px;
}
#index-body .init-6 .box ul li span {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  background: url("../images/init-6-bg.jpg");
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.2rem;
  color: #fefefe;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../images/init-6-bg.jpg");
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  display: block;
}
#index-body .init-6 .box ul li h6 {
  display: block;
  font-size: 1rem;
  color: white;
  font-family: 'FB';
  text-transform: capitalize;
  margin-top: 1rem;
}
#index-body .init-6 .box ul li:hover:after,
#index-body .init-6 .box ul li:hover:before {
  opacity: 1 !important;
}
#index-body .init-6 .box ul li:hover span {
  background: #ecd022;
  border-color: #ecd022;
  color: white;
}
#index-body .init-7 {
  padding: 4.7rem 0 5rem;
  background: #f2f2f2;
}
#index-body .init-7 h2 {
  text-align: center;
  font-size: 3rem;
  color: #232323;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#index-body .init-7 .box {
  margin-top: 5rem;
}
#index-body .init-7 .box h4 {
  display: block;
  font-size: 1.2rem;
  text-transform: capitalize;
  letter-spacing: -1px;
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: #ecd022 1px solid;
  margin-bottom: 2.25rem;
  font-weight: bold;
}
#index-body .init-7 .box .content h5 {
  font-size: 1.1rem;
  line-height: 1.1;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.8rem;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .box .content h5:hover {
  color: #ecd022;
}
#index-body .init-7 .box .content p {
  display: block;
  font-size: 16px;
  font-family: 'FB';
  color: #363636;
  line-height: 1.2;
}
#index-body .init-7 .box .left {
  padding-right: 3.5%;
}
#index-body .init-7 .box .left a.img-box {
  display: block;
}
#index-body .init-7 .box .left .content {
  margin-top: 1.5rem;
  padding-left: 5.5rem;
  position: relative;
}
#index-body .init-7 .box .left .content time {
    width: 4.2rem;
    padding: 0.5rem;
    font-size: 12px;
    color: white;
    line-height: 1;
    background: #ecd022;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    text-align: center;
}
#index-body .init-7 .box .left .content time em {
  display: block;
  font-size: 32px;
  line-height: 1;
  border-bottom: 1px solid white;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
}
#index-body .init-7 .box .right {
  padding-left: 3.5%;
}
#index-body .init-7 .box .right .list ul li {
  margin-bottom: 20px;
}
#index-body .init-7 .box .left a.img-box img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}
#index-body .init-7 .box .right .list ul li .box2 .img a.img-box img {
    object-fit: cover;
    max-height: 156px;
}
#index-body .init-7 .box .right .list ul li .box2 .img {
  width: 35%;
}
#index-body .init-7 .box .right .list ul li .box2 .img a.img-box {
  display: block;
}
#index-body .init-7 .box .right .list ul li .box2 .content {
  width: 65%;
  padding-left: 1.75rem;
}
#index-body .init-7 .box .right .list ul li .box2 .content h5 {
  margin-bottom: 0;
}
#index-body .init-7 .box .right .list ul li .box2 .content p {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #ddd;
}
#index-body .init-7 .box .right .list ul li:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes kz {
  from {
    width: 0;
    opacity: 1;
  }
  90% {
    width: 22px;
    opacity: 1;
  }
  to {
    width: 22px;
    opacity: 0;
  }
}
@-moz-keyframes kz {
  from {
    width: 0;
    opacity: 1;
  }
  90% {
    width: 22px;
    opacity: 1;
  }
  to {
    width: 22px;
    opacity: 0;
  }
}
@keyframes kz {
  from {
    width: 0;
    opacity: 1;
  }
  90% {
    width: 22px;
    opacity: 1;
  }
  to {
    width: 22px;
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .1;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes ma {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@-moz-keyframes ma {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@keyframes ma {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
#footer {
  background: black;
}
#footer .footer-contact {
  padding-top: 3.9rem;
  color: #fff;
}
#footer .footer-contact .box {
  display: block;
  margin: 0 auto;
  color: white;
  text-align: center;
  border-bottom: 1px solid rgba(236, 208, 34, 0.2);
  padding-bottom: 3.5rem;
}
#footer .footer-contact .box h6 {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
}
#footer .footer-contact .box h2 {
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  margin: 1rem 0;
}
#footer .footer-contact .box p {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  font-family: 'FB';
}
#footer .footer-contact .box .btn {
  margin-top: 1.25rem;
}
#footer .footer-contact .box .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5rem;
  height: 1.6rem;
  padding: 0 1.35rem;
  border-radius: 0.85rem;
  margin: 0 0.65rem;
  font-size: 0.8rem;
  text-transform: capitalize;
  border: 1px solid white;
  position: relative;
  z-index: 1;
}
#footer .footer-contact .box .btn a::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 0.85rem;
  background-color: #ecd022;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-contact .box .btn a:hover {
  border: 1px solid #ecd022;
}
#footer .footer-contact .box .btn a:hover::before {
  height: 100%;
}
#footer .footer-top {
  padding: 2.9rem 0 2.75rem;
  color: white;
}
#footer .footer-top .logo {
  text-align: center;
  margin-bottom: 2.35rem;
}
#footer .footer-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .logo img:nth-child(2) {
  margin-left: 0.85rem;
}
#footer .footer-top .box .left {
    width: 42%;
    padding-right: 8%;
}
#footer .footer-top .box .left h4 {
  display: block;
  font-size: 2.1rem;
  line-height: 1.2;
}
#footer .footer-top .box .left .form-footer {
  padding-top: 1rem;
}
#footer .footer-top .box .left .form-footer ul li {
  margin-top: 1rem;
}
#footer .footer-top .box .left .form-footer ul li input,
#footer .footer-top .box .left .form-footer ul li textarea,
#footer .footer-top .box .left .form-footer ul li button {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-family: 'RL';
  color: white;
  background: none;
  line-height: 2rem;
  height: 2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#footer .footer-top .box .left .form-footer ul li input:focus,
#footer .footer-top .box .left .form-footer ul li textarea:focus,
#footer .footer-top .box .left .form-footer ul li button:focus {
  border-color: #ecd022;
}
#footer .footer-top .box .left .form-footer ul li textarea {
  margin-top: 1.5rem;
}
#footer .footer-top .box .left .form-footer ul li button {
  margin-top: 1.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
  padding: 0 0.75rem;
  background: #ecd022;
  border-radius: 0.75rem;
  color: white;
  width: auto;
  border-bottom: none;
}
#footer .footer-top .box .left .form-footer ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -0.2rem;
}
#footer .footer-top .box .left .form-footer ul li:first-child {
  margin-top: 0;
}
#footer .footer-top .box .right {
  width: 58%;
  padding-top: 1rem;
}
#footer .footer-top .box .right ul {
  margin: -0.75rem;
}
#footer .footer-top .box .right ul li {
  padding: 0.75rem;
}
#footer .footer-top .box .right ul li dl {
  max-width: 380px;
}
#footer .footer-top .box .right ul li dl dt {
  padding-left: 1.75rem;
  position: relative;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 1.75rem;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .box .right ul li dl dt:before {
  content: '';
  width: 1rem;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
#footer .footer-top .box .right ul li dl dt:last-child {
  margin-bottom: 0;
}
#footer .footer-top .box .right ul li dl dt:hover {
  color: #ecd022;
}
#footer .footer-top .box .right ul li dl dd {
  padding-left: 3rem;
  font-size: 22px;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1;
}
#footer .footer-top .box .right ul li dl dd i {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  text-align: center;
}
#footer .footer-top .box .right ul li dl dd i img {
  display: inline-block;
  vertical-align: middle;
}
/*#footer .footer-top .box .right ul li dl dd:last-child {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}*/
#footer .footer-top .box .right ul li:nth-child(1) {
  width: 20%;
}
#footer .footer-top .box .right ul li:nth-child(2) {
  width: 55%;
}
#footer .footer-top .box .right ul li:nth-child(3) {
  width: 25%;
  padding-left: 2%;
}
#footer .footer-top .box .right ul li:nth-child(3) #ewm img {
  border: 6px solid #fff;
}
#footer .footer-top .box .right ul li:nth-child(3) .share {
  margin-top: 1rem;
  text-align: center;
}
#footer .footer-top .box .right ul li:nth-child(3) .share ul {
  margin: 0;
}
#footer .footer-top .box .right ul li:nth-child(3) .share ul li {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .7rem;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
}
#footer .footer-top .box .right ul li:nth-child(3) .share ul li:hover {
  color: #ecd022;
}
#footer .footer-bottom {
  padding: 1.5rem 0;
}
#footer .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: 'RL';
  color: #bdbdbd;
}
#footer .footer-bottom p svg {
  max-height: 1.2rem;
  fill: #bdbdbd;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p svg:hover {
  fill: white;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
}
#footer .footer-bottom .left {
  width: 70%;
}
#footer .footer-bottom .right {
  width: 30%;
  text-align: right;
}
#footer .footer-bottom .right img{
  height: 17px;
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 1600px) {
  #header .nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #index-body .init-1 p {
    max-width: 500px;
  }
  #index-body .init-3 {
    padding: 3.4rem 0 2.6rem 0;
  }
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 20%;
  }
  #header .nav .ui.menu .logo img {
    width: 45%;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 2.85rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 2rem;
  }
  #header .nav .ui.menu .h-search {
    margin: 0 1.2rem 0 2.4rem;
  }
  #banner li .content h2 {
    font-size: 3rem;
  }
  #index-body .init-1 .box ul li .box2 a.img:before {
    background-size: 70% auto;
  }
  #index-body .init-1 .box ul li .box2 .text h5 {
    font-size: 1.5rem;
  }
  #index-body .init-1 .box ul li .box2 .text h6 {
    font-size: 1.2rem;
  }
  #index-body .init-1 {
    padding: 2.5rem 0 4rem;
  }
  #index-body .init-1 h2,
  #index-body .init-7 h2 {
    font-size: 2.2rem;
  }
  #index-body .init-2 .nav-list ul li {
    font-size: 1rem;
  }
  #index-body .init-3 h3 {
    font-size: 1.9rem;
  }
  #index-body .init-4 ul li h5,
  #index-body .init-5 .left h3 {
    font-size: 2rem;
  }
  #index-body .init-5 .right ul li span {
    background-size: contain;
  }
  #footer .footer-top .box .left h4 {
    font-size: 1.8rem;
  }
  #index-body .init-5 {
    padding: 4rem 0 4.5rem 0;
  }
  #index-body .init-7 .box .right .list ul li {
    margin-bottom: 20px;
  }
  #index-body .init-1 .box ul .slick-arrow.slick-prev {
    left: 0;
  }
  #index-body .init-1 .box ul .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .contacts {
    display: none;
  }
  #header .nav {
    height: 5rem;
    line-height: 5rem;
  }
  #header .nav .ui.menu .logo img {
    max-height: 3.8rem;
  }
  #header .nav .ui.menu .menu-box {
    margin-left: 7.85rem;
    vertical-align: middle;
  }
  #index-body .init-1 .box ul li {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  #index-body .init-2 .pro-list ul li a.img:after {
    left: 20%;
  }
  #index-body .init-2 .pro-list ul .slick-current li a.img:after {
    left: 9%;
  }
  #index-body .init-2 .pro-list .more {
    width: 12%;
  }
  #index-body .init-2 .pro-list .slick-dots {
    margin: 4rem auto 0 3rem;
  }
  #index-body .init-3 .text {
    font-size: 15px;
  }
  #index-body .init-5 .right ul li span {
    height: 3.5rem;
  }
  #index-body .init-7 .box .right .list ul li {
    margin-bottom: 10px;
  }
  #index-body .init-7 {
    padding: 4rem 0;
  }
  #index-body .init-7 .box .right .list ul li .box2 .content {
    padding-left: 1rem;
  }
  #index-body .init-7 .box .right .list ul li .box2 .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #footer .footer-top .box .right ul li dl dd {
    font-size: 1rem;
  }
  #footer .footer-top {
    padding: 4rem 0;
  }
  #footer .footer-top .logo img {
    max-height: 4rem;
  }
  #footer .footer-top .box .right ul li:nth-child(1){
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner li .content h2 {
    font-size: 4rem;
  }
  #index-body .init-1 .box ul .slick-current li .box2 a.img img {
    padding: 2rem 0 8rem;
  }
  #index-body .init-1 .box ul li .box2 .text h5 {
    font-size: 2.4rem;
  }
  #index-body .init-1 .box ul li .box2 .text h6 {
    font-size: 2rem;
  }
  #index-body .init-1 .box ul li {
    padding: 40px 10px;
  }
  #index-body .init-1 .box ul {
    margin: -40px -10px;
  }
  #index-body .init-1 .box ul .slick-current li .box2 .text {
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
  }
  #index-body .init-1 {
    padding: 2.5rem 0;
  }
  #index-body .init-2 .pro-list ul li a.img:after {
    left: 9%;
  }
  #index-body .init-2 .pro-list ul .slick-current li a.img:after {
    left: -2%;
  }
  #index-body .init-3 h3 {
    font-size: 2.8rem;
    margin: 2rem 0 3rem;
  }
  #index-body .init-3 .text {
    margin-top: 5rem;
  }
  #index-body .init-4 ul li {
    padding: 2rem;
    width: 50%;
  }
  #index-body .init-4 ul {
    margin: -2rem;
  }
  #index-body .init-4 ul li p {
    font-size: 14px;
  }
  #index-body .init-5 .right ul li {
    width: 50%;
  }
  #index-body .init-5 .right ul li span {
    margin-top: 2rem;
  }
  #index-body .init-5 .left .text {
    font-size: 14px;
  }
  #index-body .init-6 .box ul li {
    padding: 0 1rem;
  }
  #index-body .init-6 .box ul {
    margin: 0 -1rem;
  }
  #index-body .init-7 .box .right .list ul li .box2 .content {
    padding-left: 0;
    width: 100%;
  }
  #index-body .init-7 .box .right .list ul li .box2 .img {
    display: none;
  }
  #index-body .init-1 h2,
  #index-body .init-7 h2 {
    font-size: 3.2rem;
  }
  #footer .footer-top .box .left h4 {
    font-size: 2rem;
  }
  #footer .footer-top .box .right ul li:nth-child(3) {
    display: none;
  }
  #footer .footer-top .box .right ul li:nth-child(2) {
    width: 100%;
  }
  #footer .footer-top .box .right ul li:nth-child(1) {
    width: 35%;
    display: none;
  }
  #footer .footer-top .box .left {
    padding-right: 5%;
  }
  #footer .footer-top .box .left .form-footer ul li button{
    height: 2rem;
  }
  #footer .footer-top .box .right ul li dl dd{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li .content .left {
    max-width: 70%;
  }
  #banner li .content h2 {
    font-size: 2rem;
  }
  #banner li .content h2 br {
    display: none;
  }
  #banner li .content h6 {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  #banner li .content p {
    margin: 0.5rem 0;
  }
  #index-body .init-1 .box ul .slick-arrow {
    display: none !important;
  }
  #index-body .init-2 .pro-list ul .slick-current li a.img:after {
    left: 13%;
  }
  #index-body .init-2 .pro-list .more {
    width: 22%;
    left: 39%;
  }
  #index-body .init-2 .pro-list .slick-dots {
    margin: 4rem auto 0 0rem;
  }
  #index-body .init-3 h3 {
    font-size: 2rem;
    margin: 1rem 0 2rem;
  }
  #index-body .init-5 {
    display: none;
  }
  #footer .footer-top .box .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-top .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
  #footer .footer-bottom .left {
    width: 100%;
  }
  #footer .footer-bottom .right {
    width: 100%;
    text-align: left;
  }
  #index-body .init-2 h3 {
    font-size: 3.8rem;
  }
  #index-body .init-7 .box .left .content time {
    width: 6.2rem;
  }
  #index-body .init-7 .box .left .content {
    padding-left: 7rem;
  }
  #index-body .init-7 .box .content p {
    font-size: 14px;
  }
  #footer .footer-bottom p svg {
    max-height: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content p,
  #banner li .content a.more,
  #banner li .content h6 {
    display: none;
  }
  #banner li .content h2 {
    font-size: 2.4rem;
  }
  #index-body .init-1 h2,
  #index-body .init-7 h2,
  #index-body .init-8 .box h2 {
    font-size: 2rem;
  }
  #index-body .init-1 i.tag {
    font-size: 1.6rem;
  }
  #index-body .init-1 .box ul .slick-current li .box2 a.img img {
    padding: 2rem 0 5rem;
  }
  #index-body .init-1 .box ul li .box2 a.img img {
    left: 0;
    top: -4rem;
  }
  #index-body .init-2 h3 {
    font-size: 3rem;
  }
  #index-body .init-2 .nav-list {
    display: none;
  }
  #index-body .init-2 .pro-list {
    padding-top: 4rem;
  }
  #index-body .init-2 .pro-list ul li h5 {
    font-size: 2.4rem;
  }
  #index-body .init-2 .pro-list ul li p {
    font-size: 1.6rem;
  }
  #index-body .init-2 .pro-list .slick-dots {
    margin: 4rem auto 0 0rem;
  }
  #index-body .init-2 .pro-list .more {
    width: 30%;
    font-size: 14px;
    left: 35%;
  }
  #index-body .init-3 h3 {
    font-size: 1.9rem;
  }
  #index-body .init-3 .play {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
  }
  #index-body .init-3 .text {
    margin-top: 2rem;
    font-size: 14px;
  }
  #index-body .init-1 .box ul li .box2 a.img:after,
  #index-body .init-1 .box ul li .box2 a.img:before,
  #index-body .init-1 .box ul li .box2 a.img i.bg {
    width: 80%;
    left: 6%;
  }
  #index-body .init-4 ul li h5,
  #index-body .init-5 .left h3 {
    font-size: 2rem;
  }
  #index-body .init-2 .pro-list ul .slick-current li a.img:after {
    left: -5%;
  }
  #index-body .init-4 ul li h6 {
    font-size: 1rem;
  }
  #index-body .init-4 ul li {
    width: 100%;
  }
  #index-body .init-4 {
    padding: 2rem 0;
  }
  #index-body .init-5,
  #index-body .init-6,
  #index-body .init-4 {
    display: none;
  }
  #index-body .init-7 .box .right {
    padding-left: 0;
    padding-top: 2rem;
  }
  #index-body .init-7 .box .left {
    padding-right: 0;
  }
  #index-body .init-7 .box .content h5 {
    font-size: 1.4rem;
  }
  #index-body .init-7 .box .content p {
    font-size: 14px;
  }
  #index-body .init-7 .box .right .list ul li {
    margin-bottom: 1rem;
  }
  #index-body .init-7 {
    padding: 2.5rem 0;
  }
  #index-body .init-7 .box h4 {
    font-size: 1.6rem;
  }
  #index-body .init-7 .box .left .content time {
    width: 7.2rem;
  }
  #index-body .init-7 .box .left .content {
    padding-left: 8rem;
  }
  #footer .footer-top .box .left h4 {
    font-size: 1.6rem;
  }
  #footer .footer-top .logo {
    margin-bottom: 2rem;
  }
  #footer .footer-top .box .right ul li dl dt {
    font-size: 1.4rem;
  }
  #footer .footer-top .box .right ul li:nth-child(1) {
    display: none;
  }
  #footer .footer-top .box .right ul li:nth-child(2) {
    width: 100%;
  }
  #footer .footer-top .box .right ul li:nth-child(2) dt {
    display: none;
  }
  #footer .footer-top .box .right ul li dl {
    max-width: none;
  }
  #footer .footer-top .box .right ul li dl dd {
    margin-bottom: 2rem;
  }
  #footer .footer-top .box .left .form-footer ul li input,
  #footer .footer-top .box .left .form-footer ul li textarea,
  #footer .footer-top .box .left .form-footer ul li button {
    font-size: 14px;
  }
  #footer .footer-bottom p svg {
    max-height: 2.2rem;
  }
}
/* 内页区域 Start */
.inner-banner {
    position: relative;
}
.inner-banner .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
}
.inner-banner .text .ui.container {
    max-width: 1540px;
}
.inner-banner .text .grid-box .left {
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.inner-banner .text .grid-box .left h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 40px;
}
.inner-banner .text .grid-box .right {
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}
.inner-banner .text .grid-box .right>div:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #ecd022;
    margin-right: 10px;
}
.inner-banner .text .grid-box .right a {
    color: #dbdbdb;
}
.inner-banner .text .grid-box .right a:hover {
    color: #ecd022;
}
@media screen and (max-width: 1200px) {
  .inner-banner img{
    min-height: 240px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner img{
    display: none;
  }
  .inner-banner .text{
    position: initial;
    padding: 30px 0;
    color: #000;
  }
  .inner-banner .text .grid-box .right a{
    color: #000;
  }
}
.inner-page {
    display: inline-block;
    width: 100%;
}
.inner-page h3,
.inner-page h4 {

    font-weight: 700;
    line-height: 1.2;
}
.inner-page .ui.container {
    max-width: 1370px;
}
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 38px;
    width: 35px;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #ecd022;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
    width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
    display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
    color: #ecd022;
}
@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.about-page .abt-1 {
    padding: 6rem 0 5rem;
}
.about-page .abt-1 .grid-box .left {
    padding-right: 2.75rem;
}
.about-page .abt-1 .grid-box .left .img {
    position: relative;
    padding: 40px 0 40px 40px;
}
.about-page .abt-1 .grid-box .left .img::after {
    background-color: #ecd022;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    color: #ecd022;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 20px 0 40px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 38%;
    padding-right: 1rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(../images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #ecd022;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 100%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 18px;
    color: #1e1e1e;
    line-height: 24px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 26px;
    color: #000000;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
    display: inline-block;
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #ecd022;
    border: none;
    font-size: 15px;
    font-weight: 700;
    border-right: 6px solid #000;
    transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
    color: #000;
}
.about-page .abt-2 {
    background-color: #ecd022;
    margin-top: 2rem;
    padding-bottom: 2.25rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
    position: relative;
    top: -2rem;
    background-color: #f3f3f3;
    padding: 20px 0;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    padding: 40px 10px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
    position: relative;
    padding-left: 100px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*max-width: 60px;
    max-height: 100%;*/
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
    font-size: 1.25rem;
    font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
    display: inline-block;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 900;
    color: #000;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 42%;
    vertical-align: middle;
    padding-right: 15px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
    color: #fff;
    font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
        position: relative;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.5;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 1px;
    background-color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 58%;
    vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
    position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
    min-height: 250px;
    object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #ecd022;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .9s;
    z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .6s;
    z-index: 1;
}
.about-page .abt-3 {
    padding: 6rem 0 4.5rem;
}
.about-page .abt-3 .title {
    width: 50%;
    display: inline-block;
}
.about-page .abt-3 .title h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ecd022;
}
.about-page .abt-3 .title h4 {
    font-size: 1.5rem;

    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
    text-align: right;
    float: right;
    margin-top: 20px;
}
.about-page .abt-3 .bg-title span {
    font-size: 73px;
    line-height: 4rem;
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-weight: 700;
    color: #f4f4f4;
    position: relative;
    bottom: -20px;
    right: 10px;
}
.about-page .abt-3 .abt-3-box {
    display: inline-block;
    width: 100%;
}
.about-page .abt-3 .abt-3-box ul li {
    padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .ig {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-bottom: 0.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
    border-radius: 50%;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #ecd022;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
    padding-top: 0.75rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
    margin-bottom: 30px;
    font-size: 16px;
    /* font-weight: 600; */
    /* font-style: italic; */
    line-height: 28px;
    min-height: 150px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #ecd022;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
    text-align: center;
    margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    padding: 0;
    background: #000;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
    display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
    border: 2px solid #000;
    background-color: #fff;
    margin: 2px;
    height: 12px;
    width: 12px;
}
.about-page .abt-4 {
    background: #eee;
}
.about-page .abt-4 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    background-color: #fff;
    padding: 1.25rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
    max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
  font-size: 38px;
    font-weight: 900;
    /*text-transform: uppercase;*/
    /*height: 48px;*/
    color: #ecd022;
}
.about-page .abt-4 .grid-box .right .title h4 {
 font-size: 18px;
    font-weight: 500;
    line-height: 2;
    color: #212121;
    margin-bottom: 5px;
}
.about-page .abt-4 .grid-box .right ul {
    margin-top: 1.25rem;
}
.about-page .abt-4 .grid-box .right ul li {
    margin-bottom: 0.5rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
    font-size: 20px;
    font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 6px;
    background-color: #ecd022;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
    width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
    width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
    width: 60%;
}
@media screen and (max-width: 1250px) {
  .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em{
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
    .about-page .abt-1 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .left .img img {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 50%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
        width: 100%;
        margin-top: 40px;
    }
    .about-page .abt-4 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-4 .grid-box .right {
        width: auto;
        margin: 15px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
        max-width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
        font-size: 24px;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
        font-size: 20px;
    }
    .about-page .abt-3 .title {
        width: 100%;
    }
    .about-page .abt-3 .bg-title {
        display: none;
    }
}
/* 图片展示 Start */
.lg-page {
    padding: 10rem 0;
}
.lg-page .lg-1 {
    margin-bottom: 23px;
}
.lg-page .lg-1 .title {
    text-align: center;
}
.lg-page .lg-1 .title h4 {
    font-size: 48px;
    color: #ecd022;
    margin-bottom: 5px;
}
.lg-page .lg-1 .title h3 {
    font-size: 1.2rem;

    font-weight: 700;
}
.lg-page .lg-1 .title ul {
    margin-top: 22px;
}
.lg-page .lg-1 .title ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 9px 17px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lg-page .lg-1 .title ul li:hover {
    color: #ecd022;
}
.lg-page .lg-2 ul {
    font-size: 0;
    margin: -15px;
}
.lg-page .lg-2 ul li {
    padding: 15px;
    float: left;
}
.lg-page .lg-2 ul li .ig {
    position: relative;
    display: block;
    height: 370px;
    overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding: 0 0.5rem;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig .text span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ecd022;
}
.lg-page .lg-2 ul li .ig .text h4 {
    font-size: 22px;

    font-weight: 700;
    color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
    opacity: 1;
}
.lg-page .lg-2 ul li .ig:hover .text {
    opacity: 1;
    bottom: 15px;
}
.lg-page .lg-2 ul li:nth-child(4n+1) {
    width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) {
    width: 50%;
}
.lg-page .lg-2 ul li:nth-child(4n+2) .ig {
    height: 170px;
}
.lg-page .lg-2 ul li:nth-child(4n+3),
.lg-page .lg-2 ul li:nth-child(4n+4) {
    width: 25%;
}
.lg-page .lg-2 ul li:nth-child(4n+3) .ig,
.lg-page .lg-2 ul li:nth-child(4n+4) .ig {
    height: 170px;
}
.lg-page .lg-2 ul li:nth-child(8n+5) {
    position: relative;
    left: 50%;
}
.lg-page .lg-2 ul li:nth-child(8n+6),
.lg-page .lg-2 ul li:nth-child(8n+7),
.lg-page .lg-2 ul li:nth-child(8n+8) {
    position: relative;
    left: -50%;
}
.lg-page.honor .lg-2 ul li {
    width: 33.333% !important;
    float: none;
}
.lg-page.honor .lg-2 ul li .ig {
    height: auto;
}
@media screen and (max-width: 992px) {
    .lg-page .lg-2 ul li .ig .text span {
        font-size: 14px;
    }
    .lg-page .lg-2 ul li .ig .text h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .lg-page .lg-2 ul li:nth-child(4n+1),
    .lg-page .lg-2 ul li:nth-child(4n+2),
    .lg-page .lg-2 ul li:nth-child(4n+3),
    .lg-page .lg-2 ul li:nth-child(4n+4) {
        width: 100%;
    }
    .lg-page .lg-2 ul li:nth-child(4n+1) .ig,
    .lg-page .lg-2 ul li:nth-child(4n+2) .ig,
    .lg-page .lg-2 ul li:nth-child(4n+3) .ig,
    .lg-page .lg-2 ul li:nth-child(4n+4) .ig {
        height: auto;
    }
    .lg-page .lg-2 ul li:nth-child(8n+5) {
        left: 0;
    }
    .lg-page .lg-2 ul li:nth-child(8n+6),
    .lg-page .lg-2 ul li:nth-child(8n+7),
    .lg-page .lg-2 ul li:nth-child(8n+8) {
        left: 0;
    }
.lg-page.honor .lg-2 ul li {
    width: 50% !important;
}
}
/* 图片展示 End */
/* 产品列表 Start */
.product-page {
    padding: 100px 0;
}
.product-page .grid-box .sidebar {
    width: 25%;
    padding: 0 15px;
}
.product-page .grid-box .sidebar .pro-search form {
    position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 0;
    padding: 0 56px 0 20px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background-color: #1C1C1C;
    cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
    color: #1c1c1c;
    margin-top: 1.2rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
    font-size: 24px;
    background: #333;
    color: white;
    padding: 15px 20px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
    color: #ecd022;
    display: none;
}
.product-page .grid-box .sidebar .pro-category ul li {
    font-size: 18px;
    padding: 10px 15px;
    background: #eee;
    margin-top: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .grid-box .sidebar .pro-category ul li.active,
.product-page .grid-box .sidebar .pro-category ul li:hover {
    color: white;
    background: #ecd022;
}
.product-page .grid-box .sidebar .pro-best {
    color: #1c1c1c;
    margin-top: 1.2rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
    font-size: 24px;
    background: #333;
    color: white;
    padding: 15px 20px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
    color: #ecd022;
    display: none;
}
.product-page .grid-box .sidebar .pro-best ul li {
    margin: 14px 0 40px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
    position: relative;
    padding-left: 90px;
    display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border: 2px solid #d6d6d6;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
    padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
    font-size: 16px;
    /*font-weight: 700;*/
    color: #1c1c1c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 60px;
  line-height: 28px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
    font-size: 18px;
    color: #ecd022;
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
    border-color: #ecd022;
}
.product-page .grid-box .right-box {
    width: 75%;
    padding: 0 15px;
}
.product-page .grid-box .right-box .top-list {
    text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
    position: relative;
    display: inline-block;
    text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
    position: relative;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    width: 340px;
    max-width: 100%;
    border: 1px solid #d6d6d6;
    padding: 0 35px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    background: #ffffff;
    cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #333;
    background-color: #fff;
    display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
    display: block;
    font-size: 16px;
    color: #616161;
    padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
    color: #fff;
    background-color: #ecd022;
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
    display: block;
}
.product-page h1 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #ecd022;
    text-align: left;
}
.product-page .con{
  text-align: left;
  line-height: 1.8;
  margin-top: 20px;
}
.jingjiancat {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 30px;
}
.product-page .grid-box .right-box .bot-box {
    margin-top: 23px;
}
.product-page .grid-box .right-box .bot-box ul {
    margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
    display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 1rem 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #ecd022;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
    text-align: center;
    margin-top: 0.625rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 90px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
line-height: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text p {
    margin-top: 10px;
    font-size: 22px;
    FONT-WEIGHT: 600;
    color: #ce1921;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
    border-color: #ecd022;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
    opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
    color: #ecd022;
}
@media screen and (max-width: 992px) {
    .product-page .grid-box .right-box .top-list,
    .product-page .grid-box .sidebar {
        display: none;
    }
    .product-page .grid-box .right-box {
        width: 100%;
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .grid-box .right-box .bot-box ul li {
        width: 100%;
        padding: 0 5px;
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .product-page{
      padding: 30px 0;
    }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
    padding: 4.5rem 0;
}
.faq-page .title {
    text-align: center;
    margin-bottom: 2.25rem;
}
.faq-page .title h4 {
    font-size: 48px;
    color: #ecd022;
    margin-bottom: 5px;
}
.faq-page .title h3 {
        font-size: 0.8rem;
    font-weight: 300;
    color: #313131;
}
.faq-page ul{
    margin: 0 -30px;
}
.faq-page ul li {
    padding: 0 30px;
    margin-bottom: 0.55rem;
}
.faq-page ul li .ig {
    cursor: pointer;
}
.faq-page ul li .ig h4 {
    position: relative;
    font-size: 20px;
    /*line-height: 30px;*/
    font-weight: 700;
    /*height: 90px;*/
    border-bottom: 1px solid rgba(28,28,28,.1);
    color: #313131;
    padding-bottom: 1rem;
}
.faq-page ul li .ig h4 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #ecd022;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-page ul li .ig .con {
    display: none;
    font-size: 17px;
    line-height: 2em;
    color: #ecd022;
    margin-top: 0.55rem;
}
.faq-page ul li.active .ig h4 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .faq-page ul.grid-box li.column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .faq-page ul li .ig h4 {
        font-size: 16px;
    }
}
/* 常见问答 End */
/* 应用领域 Start */
.application-page {
    padding: 2rem 0;
}
.application-page .app-1 .title {
    text-align: center;
    margin-bottom: 1.35rem;
}
.application-page .app-1 .title h4 {
    font-size: 18px;
    color: #ecd022;
    margin-bottom: 5px;
}
.application-page .app-1 .title h3 {
    font-size: 1.2rem;
    font-weight: 700;
}
.application-page .app-1 .title p {
    font-size: 16px;
    color: #616161;
}
.application-page .app-1 .app-1-box {
    margin-top: 1rem;
}
.application-page .app-1 .app-1-box ul {
    margin: 0 -15px;
}
.application-page .app-1 .app-1-box ul li {
    padding: 15px;
}
.application-page .app-1 .app-1-box ul li .ig {
    text-align: center;
    background-color: #F7F7F7;
    padding: 0.95rem 0 0.45rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.application-page .app-1 .app-1-box ul li .ig .img {
    height: 65px;
}
.application-page .app-1 .app-1-box ul li .ig .img img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0.45rem 0 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box ul li .ig:hover {
    background-color: #ecd022;
}
.application-page .app-1 .app-1-box ul li .ig:hover h4 {
    color: #fff;
}
.application-page .app-1 .app-1-box .more {
    text-align: center;
    margin-top: 1.25rem;
}
.application-page .app-1 .app-1-box .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #ecd022;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 0.4rem 1.1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box .more a:hover {
    color: #fff;
    background-color: #ecd022;
}
.application-page .app-2 {
    color: #fff;
    background-color: #ecd022;
    padding: 1.75rem 0;
    margin-top: 3.5rem;
}
.application-page .app-2 .grid-box .left {
    width: 65%;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .left h4 {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
}
.application-page .app-2 .grid-box .left p {
    font-size: 16px;
    margin-top: 5px;
}
.application-page .app-2 .grid-box .right {
    width: 35%;
    text-align: right;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .right .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    background-color: #fff;
    padding: 0.5rem 0.9rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-2 .grid-box .right .more a:hover {
    color: #fff;
    background-color: #1c1c1c;
}
@media screen and (max-width: 992px) {
    .application-page .app-1 .app-1-box ul li {
        width: 25%;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .app-1 .app-1-box ul li {
        width: 50%;
        padding: 8px;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 15px;
    }
    .application-page .app-2 .grid-box .left {
        width: 100%;
        text-align: center;
    }
    .application-page .app-2 .grid-box .right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
/* 应用领域 End */
/* 产品详情 Start */
.prodet-page .prodet-1 {
    padding: 20px 0 30px;
    background: #f8f8f8;
}
.prodet-page .prodet-1 .left {
    padding-right: 5%;
    vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
}
.prodet-page .prodet-1 .left .img img {
    width: 80%;
}
.prodet-page .prodet-1 .left .img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 15px;
    top: 15px;
    background: #f3f3f3;
}
.prodet-page .prodet-1 .left .img .zoom {
    line-height: 27px;
    height: 32px;
    padding: 0 18px;
    color: #595959;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-bottom: 32px solid #ebebeb;
    border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
    vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    line-height: 1.4;
}
.prodet-page .prodet-1 .right h6 {
    font-size: 24px;
    color: #ce1921;
    line-height: 1;
    padding: 10px 0 20px;
    border-bottom: 1px solid #939393;
}
.prodet-page .prodet-1 .right h6 small {
    font-size: 150%;
    margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
    padding: 20px 0 35px;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2;
    word-break: break-word;
}
.prodet-page .prodet-1 .right .slick {
    padding: 0 30px;
    margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
    margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
    margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
    display: block;
    border: 1px solid #b5b5b5;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    color: transparent;
    border: none;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
    font-family: "FontAwesome";
    color: #ce1921;
    font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
    left: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
    content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
    right: -20px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
    content: "\f0da";
}
.prodet-page .prodet-1 .right a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    background: #ce1921;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-right: 20px;
margin-bottom: 10px; 
font-size: 20px;
}
.prodet-page .prodet-1 .right a.more.form {
    background: #252525;
}
.prodet-page .prodet-1 .right .share {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
    width: auto;
    font-size: 18px;
    color: #252525;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
margin-right: 15px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    color: #ce1921;
}
.prodet-page .prodet-2 {
    padding-top: 50px;
}
.prodet-page h2.title {
    display: block;
    font-size: 36px;
    /*line-height: 1;*/
    border-bottom: 2px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.prodet-page .prodet-2 .content {
        margin-top: 10px;
    font-size: 18px;
    line-height: 2;
    text-align: left;
}
.prodet-page .prodet-2 .content .slick {
    margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
    margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
    padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
    display: block;
    position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
    opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
    border: none;
}
.prodet-page .prodet-2 .content table td {
    padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
    padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
    padding: 10px;
    font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
    border-bottom: 1px solid #dedede;
    background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
    border-bottom: none;
}
.prodet-page .prodet-3 {
    padding: 40px 0 40px;
}
.prodet-page .prodet-3 .list {
    margin-top: 45px;
}
.prodet-page .prodet-3 .list ul {
    margin: -12px;
}
.prodet-page .prodet-3 .list ul li {
    padding: 12px;
    text-align: center;
}
.prodet-page .prodet-3 .list ul li a.img-box {
    border: 1px solid #d4d4d4;
    display: block;
}
.prodet-page .prodet-3 .list ul li h5 {
    font-size: 16px;
    color: #676767;
    line-height: 28px;
    margin: 20px 0 10px;
}
.prodet-page .prodet-3 .list ul li h6 {
    display: block;
    font-size: 18px;
    color: #242424;
    line-height: 1;
}
.prodet-page .prodet-4 {
    text-align: center;
    color: white;
    background: #ce1921;
    padding: 70px;
}
.prodet-page .prodet-4 h6 {
    font-size: 20px;
    line-height: 1;
}
.prodet-page .prodet-4 h2 {
    font-size: 48px;
    line-height: 1;
    margin: 10px 0;
}
.prodet-page .prodet-4 p {
    max-width: 560px;
    display: block;
    font-size: 16px;
    margin: 0 auto 25px;
}
.prodet-page .prodet-4 a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 29px;
    height: 32px;
    padding: 0 30px;
    border-radius: 16px;
    border: 1px solid white;
    font-size: 16px;
    margin: 0 10px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-4 a.more:hover {
    background: black;
}
/* 产品详情 End */

/* 新闻列表&详细 Start */
.news-page {
    padding: 100px 0;
}
.news-page .news-box ul {
    margin: 0 -1rem 0 -1rem;
}
.news-page .news-box ul li {
    padding:0 1rem 0 1rem;
    margin-bottom: 2rem;
}
.news-page .news-box ul li .ig .img {
    position: relative;
    display: block;
}
.news-page .news-box ul li .ig .img img{
  width: 100%;
}
.news-page .news-box ul li .ig .img .img-link {
    position: relative;
    display: block;
}
.news-page .news-box ul li .ig .img .img-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate {
    position: absolute;
    left: -0.5rem;
    top: 0.75rem;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #ecd022;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-box ul li .ig .img a.news-cate:hover {
    background-color: #1c1c1c;
}
.news-page .news-box ul li .ig .img:hover .img-link::before {
    opacity: 1;
}
.news-page .news-box ul li .ig .text {
    margin-top: 0.375rem;
}
.news-page .news-box ul li .ig .text .date {
    font-size: 16px;
    color: #616161;
    padding-bottom: 0.375rem;
}
.news-page .news-box ul li .ig .text h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #1c1c1c;
    margin-bottom: 0.75rem;
    transition: .5s;
}
.news-page .news-box ul li .ig .text h4:hover {
    color: #ecd022;
}
.news-page .news-box ul li .ig .text .more a {
    font-size: 16px;
    font-weight: 700;
    color: #ecd022;
}
@media screen and (max-width: 992px) {
    .news-page .news-box ul li.column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .news-page .news-box ul li .ig .img a.news-cate {
        font-size: 12px;
    }
    .news-page .news-box ul li .ig .text .date {
        font-size: 14px;
    }
    .news-page .news-box ul li .ig .text h4 {
        font-size: 18px;
    }
    .news-page .news-box ul li .ig .text .more a {
        font-size: 14px;
    }
}
@media screen and (max-width: 400px) {
    .news-page .news-box ul li.column {
        width: 100%;
    }
}
.inner-page.newdet-page.prodet-page {
    padding: 100px 0;
}
.newdet-page .grid-box .main {
    width: 75%;
    padding-right: 0.5rem;
}
.newdet-page .grid-box .main .text .con {
    color: #616161;
    font-size: 18px;
    line-height: 30px;
    padding-right: 12%;
}
.newdet-page .grid-box .main .text .prev-next {
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}
.newdet-page .grid-box .main .text .prev-next a {
    font-size: 18px;
    color: #616161;
    line-height: 30px;
}
.newdet-page .grid-box .main .text .share {
    font-size: 18px;
    text-align: center;
    color: #1c1c1c;
    padding: 40px 0 0.5rem;
}
.newdet-page .grid-box .main .text .share span {
    margin-right: 6px;
}
.newdet-page .grid-box .main .text .share a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 6px;
}
.newdet-page .grid-box .sidebar {
    width: 25%;
    padding-left: 0.5rem;
}
.newdet-page .grid-box .sidebar .list {
    color: #1c1c1c;
}
.newdet-page .grid-box .sidebar .list h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.newdet-page .grid-box .sidebar .list h3 span {
    color: #ecd022;
}
.newdet-page .grid-box .sidebar .list ul li {
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.newdet-page .grid-box .sidebar .newdet-help {
    text-align: center;
    color: #fff;
    background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
    padding: 1rem 0.5rem 1.5rem;
    margin-top: 1.2rem;
}
.newdet-page .grid-box .sidebar .newdet-help h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.newdet-page .grid-box .sidebar .newdet-help a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: #ecd022;
    padding: 6px 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .grid-box .sidebar .newdet-help a:hover {
    color: #1c1c1c;
    background-color: #fff;
}
@media screen and (max-width: 992px) {
    .newdet-page .grid-box .main {
        width: 100%;
    }
    .newdet-page .grid-box .sidebar {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .grid-box .main .text .con {
        font-size: 18px;
    }
    .newdet-page .grid-box .main .text .prev-next a {
        font-size: 16px;
    }
}
/* 新闻列表&详细 End */

/* 联系我们我们 Start */
.contact-page {
    padding: 4rem 0 0;
}
.contact-page .contact-1 {
    overflow: hidden;
}
.contact-page .contact-1 .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.375rem;
    text-align: center;
}
.contact-page .contact-1 .grid-box .column {
    padding: 30px 0.375rem 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    color: #fff;
    background-color: #333;
    padding: 50px 0.75rem 28px;
    overflow: hidden;
    max-width: 350px;
    margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
       content: '01';
    z-index: -1;
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    color: #615f5f;
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
    font-size: 40px;
    color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
        font-size: 30px;
    font-weight: 300;
    line-height: 2;
    margin-top: 0.75rem;
}
.contact-page .contact-1 .grid-box .column .text p {
        font-size: 18px;
    font-weight: 300;
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
    color: #fff;
    background: url(../images/newdet-sidebar.jpg) no-repeat center / cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
    content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
    color: #fff;
    background: url(../images/info-box.png) no-repeat center #ecd022;
    background-size: cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
    content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
    color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
    color: #eee;
}
.contact-page .contact-2 {
    padding: 5rem 0;
}
.contact-page .contact-2 .title {
    text-align: center;
    margin-bottom: 1rem;
}
.contact-page .contact-2 .title span {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    color: #2f2f2f;
    margin: 0 0 5px;
}
.contact-page .contact-2 .title h3 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ecd022;
}
.form ul {
    font-size: 0;
}
.form ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5rem;
}
.form ul li input,
.form ul li textarea {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.form ul li textarea {
    height: 7.5rem;
    padding-top: 20px;
}
.form ul li input[type="submit"] {
    width: auto;
    text-transform: uppercase;
    border: 2px solid #ecd022;
    padding: 0 0.85rem;
    margin: auto;
}
.form ul li input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}
.form ul li:nth-child(1) {
    width: 50%;
    padding-right: 0.375rem;
}
.form ul li:nth-child(2) {
    width: 50%;
    padding-left: 0.375rem;
}
.contact-page .contact-3 {
    position: relative;
}
@media screen and (max-width: 992px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
    .form ul li:nth-child(1),
    .form ul li:nth-child(2) {
        width: 100%;
        padding: 0;
    }

}
/* 联系我们我们 End */
/* 内页区域 End */
.cloudzoom-blank {
    z-index: 2;
}
.cloudzoom-zoom-inside {
    z-index: 3;
    cursor: crosshair;
}
.newdet-page .text{
    font-size:16px;
}
.newdet-page .text h1{
    font-size:30px;
    margin-bottom:20px;
}
@media screen and (max-width:768px) {
    .newdet-page{
        padding-top: 80px;
    }
    .prodet-page .prodet-2 .content table, .prodet-page .prodet-2 .content table td{
        border: 1px solid #000;
    }
    .prodet-page .prodet-1 .right h1{
        font-size: 24px;
        margin-top: 20px;
    }
}

.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con p {
    padding: 5px 0;
}

.about-page .abt-3 .abt-3-box ul {
    margin: 0 -15px;
}



.xinwenwen h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.xinwenwen h3 span {
    color: #ecd022;
}

.xinwenwen ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.xinwenwen ul li .left {
    width: 30%;
}
.xinwenwen ul li .right {
    width: 70%;
}

.xinwenwen ul li .right h5 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;

}


.xinwenwen ul li .right {
    padding-left: 10px;
}

.xinwenwen ul li{
      margin-bottom: 10px;
}

.xinwenwen {
    margin-top: 20px;
}


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

.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1em;
}
.seoPublic > div {
    padding: 60px 0;
}
/*.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}*/
.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.seoPublic .Auxil-about .box .left {
    width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}
.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
    display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}
.seoPublic .Auxil-news .list ul {
    margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content h6 {
    font-size: 22px;
    line-height: 1.6;
    min-height: 70px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-news .list ul li .content h6:hover {
    color: #ecd022;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 4.2em;
}
.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #ecd022;
    color: #ecd022;
}
.seoPublic .Auxil-form .form ul {
    margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #ecd022;
}
.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #ecd022;
    color: whitesmoke;
    border: none;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}
.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.seoPublic .text a {
    color: #ecd022;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}
.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}
.seoPublic .Auxil-through a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-through a:hover {
    background: #ecd022;
    color: white;
}
.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.seoPublic .Auxil-related .list ul li .box .content h3:hover {
    color: #ecd022;
}
.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #ecd022;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #ecd022;
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #ecd022;
}
@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }
    .seoPublic .Auxil-about .box .right h3,
    .seoPublic .Auxil-related .list ul li .box .content h3 {
        font-size: 20px;
    }
    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
        line-height: 28px;
    }
    .seoPublic .Auxil-news .list ul li .content h6 {
        font-size: 18px;
        line-height: 32px;
    }
    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }
    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }
    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}
@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    #cp-Nav {
        display: block;
    }
    #cp-Nav .nav {
        padding: 0 15px;
    }
    #cp-Nav .nav .title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #ecd022;
        border-radius: 5px;
        color: white;
    }
    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }
    #cp-Nav .nav > ul {
        display: none;
    }
    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }
    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }
    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}
@media screen and (max-width: 700px) {
    .seoPublic .Auxil-about .box{
        display: block;
    }
    .seoPublic .Auxil-about .box .left{
        display: none;
    }
    .seoPublic .Auxil-about .box .right{
        width: 100%;
        padding: 0;
    }
    .seoPublic > div{
        padding: 30px 0;
    }
    .Auxil-industry{
        display: none;
    }
}