@font-face {
  font-family: 'rr';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'rm';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype'), url(../fonts/Roboto-Medium.eot) format('eot'), url(../fonts/Roboto-Medium.woff) format('woff'), url(../fonts/Roboto-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'pr';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: "微软雅黑";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1400px;
  margin: auto;
}
#header {
  z-index: 20;
  position: relative;
}
#header .nav {
  position: fixed;
  top: 0%;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
#header.active .nav {
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 13px;
  font-size: 0.9rem;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #f4a45e;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #f4a45e;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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 .language {
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: middle;
  margin: 0 1.5rem;
  color: #fff;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  font-size: 0.9rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f4a45e;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#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%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  /*width: 50%;*/
}
/*table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}*/
.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;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#menu-on {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  cursor: hand;
  margin-left: auto;
  margin-right: 2rem;
}
#menu-on i {
  width: 33px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#menu-on i.line1 {
  top: 12px;
}
#menu-on i.line2 {
  top: 19px;
}
#menu-on i.line3 {
  top: 26px;
  right: 0;
  width: 22px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #fd2318;
  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%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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);
  -o-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);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#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;
}
#banner {
  position: relative;
}
#banner .back-bot {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  background-color: #f4a45e;
  cursor: pointer;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
}
#banner ul li .text .grid {
  max-width: 1650px;
  padding-top: 80px;
}
#banner ul li .text .grid .left {
  width: 40%;
  text-align: center;
  vertical-align: top;
}
#banner ul li .text .grid .left img {
  display: inline-block;
}
#banner ul li .text .grid .right {
  width: 60%;
  vertical-align: top;
  padding-top: 1rem;
}
#banner ul li .text .grid .right h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
#banner ul li .text .grid .right h4 span {
  display: inline-block;
  font-size: 3rem;
  color: #f4a45e;
}
#banner ul li .text .grid .right h3 {
  font-size: 3rem;
  line-height: 1.2;
  color: #fff;
  padding: 1rem 0;
}
#banner ul li .text .grid .right h3 span {
  font-size: 3.6rem;
  color: #f4a45e;
}
#banner ul li .text .grid .right p {
  font-size: 1.5rem;
  font-family: 'rr';
  line-height: 1;
  color: #f4a45e;
}
#banner ul li .text .grid .right .more {
  padding-top: 2rem;
}
#banner ul li .text .grid .right .more a {
  display: inline-block;
  font-size: 16px;
  color: #f4a45e;
  border: 1px solid #f4a45e;
  padding: 0.5rem 2.5rem;
  transition: .5s;
}
#banner ul li .text .grid .right .more a:hover {
  color: #fff;
  border-color: #f4a45e;
  background-color: #f4a45e;
}
#index-body {
  background-color: #000000;
}
#index-body .product {
  position: relative;
}
#index-body .product .prev-next {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 2rem;
}
#index-body .product .prev-next a {
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background-color: #1b1b1b;
  transition: .3s;
}
#index-body .product .prev-next a:hover {
  color: #1b1b1b;
  background-color: #dedede;
}
#index-body .product .prev-next a.next {
  margin: 0 15px;
}
#index-body .product .prev-next .small {
  display: inline-block;
  font-size: 18px;
  font-family: 'rr';
  vertical-align: text-bottom;
  color: #fff;
  padding: 0 15px;
}
#index-body .product .prev-next .small small {
  color: #f4a45e;
}
#index-body .product ul {
  padding: 5rem 0 3rem;
}
#index-body .product ul li {
  padding: 2rem 0;
}
#index-body .product ul li .ig .grid .left {
  position: relative;
}
#index-body .product ul li .ig .grid .left .img {
  position: relative;
  z-index: 1;
}
#index-body .product ul li .ig .grid .right {
  position: relative;
  text-align: center;
  color: #fff;
}
#index-body .product ul li .ig .grid .right .text {
  display: inline-block;
  text-align: left;
}
#index-body .product ul li .ig .grid .right .text h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
#index-body .product ul li .ig .grid .right .text span {
  font-size: 18px;
}
#index-body .product ul li .ig .grid .right .text h5 {
  font-size: 2.4rem;
  font-weight: bold;
}
#index-body .product ul li .ig .grid .right .text .con {
  font-size: 1.2rem;
}
#index-body .product ul li .ig .grid .right .text .more {
  padding-top: 1.5rem;
}
#index-body .product ul li .ig .grid .right .text .more a {
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  border: 1px solid #f4a45e;
  color: #f4a45e;
  padding: 0 2.5rem;
  transition: .5s;
}
#index-body .product ul li .ig .grid .right .text .more a:hover {
  color: #fff;
  background-color: #f4a45e;
}
#index-body .product ul li:nth-child(even) .ig .grid .left {
  left: 50%;
}
#index-body .product ul li:nth-child(even) .ig .grid .right {
  left: -50%;
}
#index-body .product-hot .title {
  text-align: center;
  border-bottom: 3px solid #5e5e5e;
  padding: 1rem 0 2rem;
}
#index-body .product-hot .title h3 {
  font-size: 2.4rem;
  color: #f4a45e;
}
#index-body .product-hot ul {
  padding: 3rem 0;
}
#index-body .product-hot ul li {
  display: inline-block;
  padding: 0 1.5rem;
}
#index-body .product-hot ul li .ig {
  border-bottom: 7px solid #f39d52;
  border-radius: 10px;
  background-color: #0e0e0e;
  overflow: hidden;
}
#index-body .product-hot ul li .ig img {
  width: 100%;
}
#index-body .product-hot ul li .ig .text {
  color: #fff;
  padding: 1rem;
}
#index-body .product-hot ul li .ig .text h4 {
  font-size: 20px;
  font-weight: bold;
  border-top: 3px solid #5e5e5e;
  padding-top: 10px;
}
#index-body .product-hot ul li .ig .text .con {
  font-size: 16px;
  line-height: 1.2;
  padding: 15px 0;
}
#index-body .product-hot ul li .ig .text .more a {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  border: 1px solid #f4a45e;
  color: #f4a45e;
  padding: 0 1.25rem;
  transition: .5s;
}
#index-body .product-hot ul li .ig .text .more a:hover {
  color: #fff;
  border-color: #f39d52;
  background-color: #f39d52;
}
#index-body .about {
  text-align: center;
  background-color: #0d0d0d;
  padding: 3rem 0;
}
#index-body .about .about-top {
  position: relative;
}
#index-body .about .about-top img.abtbgc {
  width: 100%;
  min-height: 200px;
  object-fit: cover;
}
#index-body .about .about-top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .about .about-top .play img {
  width: 5rem;
  transition: .5s;
}
#index-body .about .about-top .play:hover img {
  transform: scale(1.1);
}
#index-body .about .about-text .title h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #f39d52;
  color: #f4a45e;
  padding: 2rem 0;
}
#index-body .about .about-text .title h3::after {
  position: absolute;
  z-index: -1;
  content: 'COMPANY';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  line-height: 1;
  font-family: 'rm';
  text-transform: uppercase;
  color: rgba(172, 172, 172, 0.078);
}
#index-body .about .about-text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  padding: 2rem 0;
}
#index-body .about .about-text .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 2rem;
  color: #fff;
  border: 1px solid #f39d52;
  padding: 0 2.5rem;
  transition: .5s;
}
#index-body .about .about-text .more a:hover {
  color: #fff;
  background-color: #f39d52;
}
#index-body .news {
  overflow: hidden;
  padding: 7rem 0;
}
#index-body .news ul {
  margin: 0 -3rem;
}
#index-body .news ul li {
  padding: 0 3rem;
}
#index-body .news ul li .ig .img-box img {
  width: 100%;
}
#index-body .news ul li .ig .text {
  position: relative;
  top: -1.5rem;
  width: 80%;
  background-color: #fff;
  margin: auto;
  padding: 2rem 2.5rem;
}
#index-body .news ul li .ig .text h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #f4a45e;
  padding: 10px 0;
  display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
#index-body .news ul li .ig .text p {
  height: 135px;
  overflow: auto;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #c9c9c9;
  padding: 1rem 0;
}
#index-body .news ul li .ig .text .date {
  text-align: center;
  padding-top: 1rem;
}
#index-body .news ul li .ig .text .date span {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
}
#index-body .news ul li .ig .text .date a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  border: 1px solid #f4a45e;
  color: #f4a45e;
  padding: 0 1.25rem;
  margin: 0 10px;
  transition: .5s;
}
#index-body .news ul li .ig .text .date a:hover {
  color: #fff;
  background-color: #f4a45e;
}
#footer {
  background-color: #0d0d0d;
}
#footer .footer-contact {
  text-align: center;
  padding: 2.5rem 0 2rem;
}
#footer .footer-contact h3 {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 1.5rem;
}
#footer .footer-contact a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
  padding: 10px 2.5rem;
}
#footer .footer-contact a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  border-top: 3px solid #f4a45e;
  border-left: 3px solid #f4a45e;
  opacity: 0;
  transition: .5s;
}
#footer .footer-contact a::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 3px solid #f4a45e;
  border-right: 3px solid #f4a45e;
  opacity: 0;
  transition: .5s;
}
#footer .footer-contact a:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#footer .footer-contact a:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#footer .f-bot {
  text-align: center;
  padding: 4rem 0;
}
#footer .f-bot ul {
  font-size: 0;
}
#footer .f-bot ul li {
  display: inline-block;
  font-size: 0.9rem;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 1.5rem 0 55px;
}
#footer .f-bot ul li span {
  display: inline-block;
  line-height: 30px;
}
#footer .f-bot ul li:nth-child(1) {
  background: url(../images/f-mobile.png) no-repeat left center;
}
#footer .f-bot ul li:nth-child(2) {
  background: url(../images/f-phone.png) no-repeat left center;
}
#footer .f-bot ul li:nth-child(3) {
  background: url(../images/f-fax.png) no-repeat left center;
}
#footer .f-bot ul li:nth-child(4) {
  background: url(../images/f-email.png) no-repeat left center;
}
#footer .f-bot ul li:nth-child(5) {
  background: url(../images/f-add.png) no-repeat left center;
}
#footer .copy .grid .left {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.522);
  padding-bottom: 1rem;
}
#footer .copy .grid .left span {
  display: inline-block;
  vertical-align: middle;
}
#footer .copy .grid .left a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
#footer .copy .grid .left a img {
  max-height: 18px;
}
#footer .copy .grid .left a:hover {
  text-decoration: underline;
}
#footer .copy .grid .right {
  text-align: right;
  padding-bottom: 1rem;
}
#footer .copy .grid .right ul {
  display: inline-block;
}
#footer .copy .grid .right ul li {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
}
#footer .copy .grid .right ul li a.mark {
  position: relative;
}
#footer .copy .grid .right ul li a.mark #ewm {
  position: absolute;
  bottom: 105%;
  left: -50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  opacity: 0;
  transition: .3s;
}
#footer .copy .grid .right ul li a.mark:hover #ewm {
  opacity: 1;
}
#footer .copy .grid .right ul li a {
  display: inline-block;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #0d0d0d;
  background-color: #d1d1d1;
  transition: .3s;
}
#footer .copy .grid .right ul li a i {
  vertical-align: middle;
}
#footer .copy .grid .right ul li a:hover {
  background-color: #f39d52;
}
#footer .copy .grid .right .back_top {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  margin-left: 2rem;
}
#footer .copy .grid .right .back_top i {
  vertical-align: middle;
}
@media screen and (max-width: 1600px) {
  #banner ul li .text .grid .right h4 {
    font-size: 2rem;
  }
  #banner ul li .text .grid .right h4 span {
    font-size: 2.5rem;
  }
  #banner ul li .text .grid .right h3 {
    font-size: 2.2rem;
  }
  #banner ul li .text .grid .right h3 span {
    font-size: 2.86rem;
  }
}
@media screen and (max-width: 1440px) {
  #banner ul li .text .grid .left img {
    width: 80%;
  }
  #banner ul li .text .grid .right {
    position: relative;
    top: 5rem;
  }
}
@media screen and (max-width: 1300px) {
  #footer .f-bot ul li {
    width: 33.33333%;
  }
  #footer .f-bot ul li:last-child {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  #footer .copy .grid .right ul li.mark {
    display: none;
  }
  #menu-on {
    position: absolute;
    right: 15px;
  }
  #menu-on i {
    background-color: #000;
  }
  #banner ul li .text .grid {
    padding: 0 15px;
  }
  #index-body .news ul {
    margin: 0 -1rem;
  }
  #index-body .news ul li {
    padding: 0 1rem;
  }
  #index-body .news ul li .ig .text {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .grid .left {
    width: 40%;
  }
  #banner ul li .text .grid .left img {
    max-width: 80%;
  }
  #banner ul li .text .grid .right {
    width: 60%;
    top: 0;
  }
  #banner ul li .text .grid .right h4 {
    font-size: 1.6rem;
  }
  #banner ul li .text .grid .right h4 span {
    font-size: 2rem;
  }
  #banner ul li .text .grid .right h3 {
    font-size: 1.6rem;
  }
  #banner ul li .text .grid .right h3 span {
    font-size: 2rem;
  }
  #banner ul li .text .grid .right p {
    display: none;
  }
  #index-body .product .prev-next {
    display: none;
  }
  #index-body .product ul li .ig .grid .right .text h4 {
    font-size: 1.8rem;
  }
  #index-body .product ul li .ig .grid .right .text span {
    font-size: 14px;
  }
  #index-body .product ul li .ig .grid .right .text h5 {
    font-size: 1.8rem;
  }
  #index-body .product ul li .ig .grid .right .text .more a {
    line-height: 2rem;
  }
  #footer .f-bot ul li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  #footer .f-bot ul li:last-child {
    width: 100%;
  }
  #footer .copy .grid .left {
    width: 100%;
    text-align: center;
  }
  #footer .copy .grid .right {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #index-body .about .about-text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  #banner ul li .text .grid .left {
    display: none;
  }
  #banner ul li .text .grid .right {
    width: 100%;
  }
  #index-body .product ul li {
    padding: 3rem 0;
  }
  #index-body .product ul li .ig .grid .left {
    width: 100%;
  }
  #index-body .product ul li .ig .grid .right {
    width: 100%;
  }
  #index-body .product ul li:nth-child(even) .ig .grid .left {
    left: 0;
  }
  #index-body .product ul li:nth-child(even) .ig .grid .right {
    left: 0;
  }
  #index-body .product ul li .ig .grid .right .text {
    text-align: center;
  }
}


/* 内页区域 */
/*新闻区域*/
.news-page {
	background-color: #2e2e2e;
}
.news-page ul {
  margin: -30px -20px;
  padding: 4rem 0;
}
.news-page ul li {
  padding: 30px 20px;
}
.news-page ul li .box .img {
  vertical-align: middle;
}
.news-page ul li .box .img a {
  display: block;
}
.news-page ul li .box .content {
  padding-left: 25px;
  vertical-align: middle;
}
.news-page ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content h3:hover {
  color: #f39d52;
}
.news-page ul li .box .content time {
  margin: 10px 0;
  color: #666;
  display: block;
}
.news-page ul li .box .content p {
  color: #666;
}
.news-page ul li .box .content a.more {
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 15px;
  background: #f39d52;
  color: white;
  font-size: 14px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page ul li .box .content a.more:hover {
  background: #222;
}
.newdet-page {
	background: #2e2e2e;
}
.newdet-page > .ui {
	padding: 70px 0;
}
.newdet-page .line {
  text-align: center;
	color: #fff;
	padding: 0 10px;
}
.newdet-page .line:after {
  background: #666;
}
.newdet-page time {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.newdet-page .content {
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
@media screen and (max-width: 1000px) {
  .news-page ul.grid-box li.column {
    width: 100%;
  }
  .news-page ul li {
    padding: 15px;
  }
  .news-page ul {
    margin: -15px;
  }
  .news-page .list ul li .left {
    width: 100%;
    padding-right: 0;
  }
  .news-page .list ul li .left img {
    width: 100%;
  }
  .news-page .list ul li .right {
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .news-page .list ul li .right h3 {
    font-size: 22px;
  }
  .news-page .list ul {
    padding-left: 4px;
    margin: -30px -15px -10px !important;
  }
  .news-page .list ul li {
    width: 50%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: top;
    padding: 30px 15px 10px !important;
  }
  .newdet-page {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page ul li .box .content a.more {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
  }
  .news-page ul li .box .content time {
    margin: 5px 0;
  }
  .news-page .list ul li .right h3 {
    font-size: 18px;
  }
  .newdet-page .content .m-link .prev,
  .newdet-page .content .m-link .next {
    float: none;
    display: block;
    text-align: left;
  }
  .newdet-page .content .m-link {
    margin-top: 30px;
    padding-top: 20px;
  }
  .newdet-page .content {
    padding: 40px 10px;
  }
  .news-page .list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page ul li .box .content {
    padding-left: 0;
    padding-top: 20px;
  }
  .news-page ul li .box .img {
	width: 100%;
	}
	.news-page ul li .box .content {
		width: 100%;
	}
}
/*新闻 End*/
/*联系我们*/
.inner-page.contact-page {
	color: #fff;
	background-color: #2e2e2e;
}
.contact-page .map {
/*   border-bottom: 20px solid #f5f7f7; */
}
.contact-page .contact-1 {
  padding: 3rem 0 2rem;
}
.contact-page .contact-1 ul {
	font-size: 0;
}
.contact-page .contact-1 ul li {
	display: inline-block;
	vertical-align: top;
  padding-left: 60px;
  position: relative;
	top: 0;
	width: 20%;
	transition: .5s;
}
.contact-page .contact-1 ul li:hover {
	top: -10px;
}
.contact-page .contact-1 ul li i {
  font-size: 24px;
  color: #f39d52;
  position: absolute;
  left: 20px;
  top: 3px;
}
.contact-page .contact-1 ul li h4 {
	font-size: 18px;
}
.contact-page .contact-1 ul li h4 small {
  display: block;
  font-size: 14px;
  color: #666;
}
.contact-page .contact-3 {
	padding: 0 0 2.5rem;
}
.contact-page .contact-2 {
  padding: 80px 0;
/*   background: #f5f7f7; */
}
.contact-page .contact-2 .form {
  margin-top: 40px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 60px;
  height: 60px;
  border: none;
  box-shadow: 0px 2px 3px #eaeded;
  padding: 0 20px;
  font-size: 16px;
  color: black;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li textarea {
  height: 180px;
  line-height: 24px;
  padding: 18px 20px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  background: #f39d52;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .button-group .button {
  background: #f39d52 !important;
}
@media screen and (max-width: 1450px) {
  #mapContainer {
    height: 300px !important;
  }
  .font-18,
  .font-18 {
    font-size: 16px;
  }
  .font-30,
  .font-34 {
    font-size: 28px;
  }
  .about-page .about-1 .left .content {
    line-height: 30px;
  }
  .font-28,
  font-24 {
    font-size: 24px;
  }
}
/*联系我们End*/
/* 内页-关于 */
.inner-banner {
	position:relative;
	height: 424px;
	background: url(../images/inner-banner.jpg) no-repeat center;
}
.inner-page .inner-banner .text {
	position: relative;
	top: 90px;
	text-align: left;
	color: #fff;
}
.inner-page .inner-banner .text h2 {
	font-size: 2.5rem;
	font-weight:bold;
}
.inner-page .inner-banner .text p {
	position: relative;
	font-size: 14px;
  color: rgba( 255, 255, 255, 0.612 );
	margin: 20px 0 60px;
}
.inner-page .inner-banner .text p::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 2px;
	width: 120px;
	background-color: #fff;
}
.inner-page .inner-banner .text span {
  color: rgba( 255, 255, 255, 0.612 );
}
.inner-page.about-page {
    color: #fff;
    background-color: #2e2e2e;
}

.inner-page.about-page .ui .i-about-1 {
    font-size: 0;
    padding: 80px 0 60px;
	text-align: center;
}

.inner-page.about-page .ui .i-about-1 .left {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding-right: 10px;
}

.inner-page.about-page .ui .i-about-1 .right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    padding-left: 10px;
}

.inner-page.about-page .ui .i-about-2 .title {
    text-align: center;
}

.inner-page.about-page .ui .i-about-2 .title h3 {
    font-size: 36px;
	font-weight:bold;
	
	text-transform: uppercase;
    line-height: 1;
}

.inner-page.about-page .ui .i-about-2 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .ui .i-about-2 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #f39d52;
}

.inner-page.about-page .ui .i-about-2 .title p {
    font-size: 18px;
    line-height: 1.75;
    margin: 20px 0 40px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul {
    display: flex;
	flex-wrap: wrap;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 13px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li.active .ig {
	background-color: #f39d52;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig {
    /* display: flex;
    flex-wrap: wrap; */
    padding: 30px;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig h4 {
    margin-top: 0;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig p {
    font-size: 40px;
    margin-bottom: 0;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig {
    background-color: #505050;
	transition: .5s;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li .ig:hover {
    background-color: #f39d52;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(1) .text {
    background: url(../images/abt-b-1.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(2) .text {
    background: url(../images/abt-b-2.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(3) .text {
    background: url(../images/abt-b-3.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-2 .com-box ul li:nth-child(4) .text {
    background: url(../images/abt-b-4.png) no-repeat 90% top;
}

.inner-page.about-page .ui .i-about-3 ul .slick-list.draggable {
    padding-bottom: 80px !important;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    position: relative;
    top: 0;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    transition: 1s;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-active {
    position: relative;
    top: 20px;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-center {
    position: relative;
    top: 50px;
}
.inner-page.about-page .ui .i-about-3 {
	padding-bottom: 50px;
}
.inner-page.about-page .ui .i-about-3 .title {
    text-align: center;
    padding: 100px 0 40px;
}

.inner-page.about-page .ui .i-about-3 .title h3 {
    font-size: 36px;
	font-weight:bold;
    line-height: 1;
	text-transform: uppercase;
}

.inner-page.about-page .ui .i-about-3 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .ui .i-about-3 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #f39d52;
}

.inner-page.about-page .ui .i-about-3 .title p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
}

.inner-page.about-page .ui .i-about-3 ul li {
    padding: 0 5px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig {
    position: relative;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .img-box img {
    width: 100%;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
	padding: 0 10px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 45px;
}

.inner-page.about-page .ui .i-about-3 ul li .ig .text p {
    font-size: 16px;
}

.inner-page.about-page .i-about-4 .title {
    text-align: center;
}

.inner-page.about-page .i-about-4 .title h3 {
    font-size: 36px;
	font-weight:bold;
	text-transform: uppercase;
    line-height: 1;
}

.inner-page.about-page .i-about-4 .title h4 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    width: 120px;
    height: 1px;
    background-color: #fff;
}

.inner-page.about-page .i-about-4 .title h4::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    background-color: #f39d52;
}

.inner-page.about-page .i-about-4 .title p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 40px;
}
/*End*/

@media screen and (max-width: 1424px) {
	.inner-page.about-page .ui .i-about-3 ul .slick-slide {
    position: relative;
    top: 0;
}
.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-active {
    position: relative;
    top: 0;
}

.inner-page.about-page .ui .i-about-3 ul .slick-slide.slick-center {
    position: relative;
    top: 0;
}
	.inner-page.about-page .ui .i-about-2 .com-box ul li {
		width: 50%;
	}
}
@media screen and (max-width: 1000px) {
	
	.contact-page .contact-1 ul {
		text-align: center;
	}
	.contact-page .contact-1 ul li {
		width: auto;
		padding: 10px;
	}
	.contact-page .contact-1 ul li i {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		padding-bottom: 5px;
	}
}
@media screen and (max-width: 767px) {
	.inner-page.about-page .ui .i-about-2 .com-box ul li {
		width: 100%;
	}
	.contact-page .contact-1 ul li {
		width: 50%;
	}
	.contact-page .contact-1 ul li:nth-child(5) {
		width: 100%;
	}
  .prodet-page .prodet-2 .content {
    overflow: auto;
  }
  .prodet-page .prodet-2 .content table {
    min-width: 700px;
  }
}
@media screen and (max-width: 500px) {
	.news-page ul li .box .img {
	width: 100%;
	}
	.news-page ul li .box .content {
		width: 100%;
	}
}

/*图片展示区域*/
.lg-page {
/*   padding: 80px 0; */
	background-color: #2e2e2e;
}
.lg-page .ui.container .grid-box {
	padding: 60px 0;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li h3 {
  display: block;
  padding: 10px;
  background: #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li:hover h3 {
  background: #f39d52;
  color: white;
}
/*LG End*/

/*FAQ*/
.faq-page {
/*   padding: 80px 0; */
	background: #2e2e2e;
}
.faq-page .ui.container ul {
padding: 60px 0;
}
.faq-page .ui.container ul li h4 {
	position: relative;
    font-size: 1.1rem;
    color: #333;
    background-color: #eee;
    padding: 15px 40px 15px 30px;
    cursor: pointer;
    transition: .5s;
}

.faq-page .ui.container ul li h4 i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
/* 	padding: 3px; */
	font-size: 0.8em;
}

.faq-page .ui.container ul li h4:hover {
    background-color: #f39d52;
}

.faq-page .ui.container ul li h4.active {
    background-color: #f39d52;
}

.faq-page .ui.container ul li p {
    display: none;
    font-size: 18px;
    color: #666;
    background-color: #f8f8f8;
    padding: 10px 30px;
}

.faq-page .ui.container ul li:first-child p {
    display: block;
}
.faq-page ul li {
  background: #eee;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .faq-page .list ul li .a {
    font-size: 18px;
  }
  .faq-page .list ul li .q {
    font-size: 14px;
  }
  .faq-page .list ul li .a:before,
  .faq-page .list ul li .q:before {
    font-size: 20px;
  }
}
/*FAQ End*/


/* 分类引导 */
.prodet-ig {
	background-color: #333333;
}
.prodet-ig ul {
	padding: 70px 0;
}
.prodet-ig ul li {
    padding: 20px 0;
}

.prodet-ig ul li .ig {
    font-size: 0;
    color: #fff;
}

.prodet-ig ul li .ig .left {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50%;
    /*background: linear-gradient(90deg, #454545 0%, #747474);*/
}
.prodet-ig ul li .ig .left a {
	display: inline-block;
}

.prodet-ig ul li .ig .right {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.prodet-ig ul li:nth-child(odd) .ig .right {
    background: url(../images/probgc.jpg) no-repeat center;
}
.prodet-ig ul li:nth-child(even) .ig .right {
    background: url(../images/probgc2.jpg) no-repeat center;
}
.prodet-ig ul li .ig .right .text h4 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 1.5vw;
}

.prodet-ig ul li .ig .right .text .con {
    font-size: 0.7rem;
    margin-bottom: 1.5rem;
}

.prodet-ig ul li .ig .right .text .more a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #f39d52;
    transition: .5s;
}

.prodet-ig ul li .ig .right .text .more a:hover {
    background-color: #2e2e2e;
}

.prodet-ig ul li:nth-child(odd) .ig .right {
    padding-left: 9.5rem;
    margin-left: -10%;
	padding-right: 6rem;
}
.prodet-ig ul li:nth-child(even) .ig .left {
  position: relative;
  z-index: 1;
  left: 50%;
}
.prodet-ig ul li:nth-child(even) .ig .right {
  position: relative;
  left: -50%;
    padding-right: 9.5rem;
    margin-right: -10%;
	padding-left: 6rem;
}
.prodet-page .prodet-1 .left .gallery ul li a {
	display: inline-block;
	background: radial-gradient(#f7f7f7 0,#d4d4d4 100%);
}
.prodet-page .prodet-1 .left .gallery ul li a img {
  width: 100%;
}

/*产品引导 End*/

/*产品展示*/
.inner-page.product-page {
  background-color: #2e2e2e;
}
.inner-page.product-page ul.box {
  font-size: 0;
  padding: 4rem 0;
}
.inner-page.product-page ul.box li {
  display: inline-block;
  width: 25%;
  padding: 20px 10px;
}
.inner-page.product-page ul.box li a {
  display: block;
}
.inner-page.product-page ul.box li a img {
  width: 100%;
}
.inner-page.product-page ul.box li h4 {
  font-size: 1rem;
  text-align: center;
  color: #000;
  background: #fff;
  transition: .3s;
  padding: 10px 0;
}
.inner-page.product-page ul.box li .ig:hover h4 {
  color: #fff;
  background: #f4a45e;
}
@media screen and (max-width: 1000px) {
  .inner-page.product-page ul.box li {
    width: 33.333%
  }
}
@media screen and (max-width: 700px) {
  .inner-page.product-page ul.box li {
    width: 50%
  }

  .prodet-ig ul li {
    padding: 4rem 0;
  }
  .prodet-ig ul li .ig .left {
    width: 100%;
  }
  .prodet-ig ul li .ig .right {
    width: 100%;
  }
  .prodet-ig ul li:nth-child(odd) .ig .right {
    margin-left: 0;
    padding: 3rem 4rem;
  }

  .prodet-ig ul li:nth-child(even) .ig .left {
    left: 0;
  }
  .prodet-ig ul li:nth-child(even) .ig .right {
    left: 0;
    margin-left: 0;
    padding: 3rem 4rem;
  }
}

/*产品详情*/
.prodet-page {
	color: #fff;
  background: #2e2e2e;
}
.prodet-page .box.grid-box {
	padding: 60px 0;
}
.prodet-page .line:after {
  display: block;
  width: 100%;
  background: #ccc;
  margin-top: 10px;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left .img {
  text-align: center;
	/*background: radial-gradient(#f7f7f7 0,#d4d4d4 100%);*/
}
.prodet-page .prodet-1 .left img {
  display: inline-block;
}
.prodet-page .prodet-1 .left .gallery {
  padding-top: 10px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .gallery .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery ul li img.cloudzoom-gallery-active {
  border: 2px solid #f39d52;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 28px;
}
.prodet-page .prodet-1 .right .text {
  color: #656666;
}
.prodet-page .prodet-1 .right .text p {
  padding-left: 20px;
  margin: 5px 0;
  position: relative;
}
.prodet-page .prodet-1 .right .text p:after {
  content: '';
  border-radius: 100%;
  border: 3px solid #656666;
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  background: #656666;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #f39d52;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .pdf-link a.pdf:hover {
  background: #222;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 40px;
  height: 40px;
  background: #f39d52;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #222;
}
.prodet-page .prodet-2 {
  padding: 80px 0;
}
.prodet-page .prodet-2 .content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 20px;
  color: #666;
}
.prodet-page .prodet-2 .content strong {
	font-weight: bold;
}
.prodet-page .prodet-2 .content table {
  margin-top:20px;
  color: #d8d8d8;
}
.prodet-page .prodet-2 .content table th,
.prodet-page .prodet-2 .content table td {
  border: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .content .pdf-link a.pdf {
	 display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #f39d52;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .content .pdf-link a.pdf:hover {
    background: #222;
}
.prodet-page .prodet-3 .box {
  padding-top: 20px;
}
.prodet-page .prodet-3 .box ul {
  margin: -10px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 10px;
}
.prodet-page .prodet-3 .box ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .box ul li .content {
  display: block;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text {
  padding: 20px 15px;
}
.prodet-page .prodet-3 .box ul li .content .text h4 {
	color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .box ul li .content .text h4:hover {
  color: #f39d52;
}
.prodet-page .prodet-3 .box ul li .content .text p {
  color: #666;
}
.prodet-page .prodet-3 .box ul li .content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .right .share ul li {
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .prodet-page .prodet-1 .left .gallery ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .left .gallery ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right .text p {
    margin: 0;
  }
  .prodet-page .prodet-2 .content {
    font-size: 14px;
    line-height: 24px;
  }
  .font-24 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 .box ul li {
    padding: 5px;
  }
  .prodet-page .prodet-3 .box ul {
    margin: -5px;
  }
  .prodet-page .prodet-3 .box ul li .content .text {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
    padding-top: 40px;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
}
/* 产品详情End */


.m-page .wp-pagenavi {
  text-align: center;
  padding: 0 0 2rem;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  display: inline-block;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #1b1b1b;
    transition: .3s;
    margin: 0 5px;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span {
  background-color: #f4a45e;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
.amap-logo {
  z-index: 1;
}
