@font-face {
  font-family: 'POPPINS-REGULAR';
  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: 'POPPINS-LIGHT';
  src: url(../fonts/POPPINS-LIGHT.ttf) format('truetype'), url(../fonts/POPPINS-LIGHT.eot) format('eot'), url(../fonts/POPPINS-LIGHT.woff) format('woff'), url(../fonts/POPPINS-LIGHT.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
.info-middle img {
  max-width: 100% !important;
}
body {
  font-family: "POPPINS-REGULAR";
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#metaslider_2447 {
  z-index: 1;
}
.nivo-controlNav {
  z-index: 2;
  position: relative;
}
#header {
  z-index: 21;
  position: relative;
}
#header .h-top {
  line-height: 48px;
  height: 48px;
  overflow: hidden;
}
#header .h-top .left {
  width: 52%;
  color: white;
  background: #fe5946;
  font-size: 16px;
  font-family: "POPPINS-LIGHT";
  position: relative;
}
#header .h-top .left:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 100%;
  background: inherit;
}
#header .h-top .right {
  background: #182333;
  position: relative;
  width: 48%;
  text-align: right;
}
#header .h-top .right:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 100%;
  background: inherit;
}
#header .h-top .right .share {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .share ul li {
  width: auto;
  font-size: 18px;
  color: white;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .share ul li:hover {
  color: #fe5946;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .yuy ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-family: "POPPINS-LIGHT";
  font-size: 15px;
  color: white;
}
#header .h-top .right .yuy ul li img {
  max-width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
#header .h-top .right .yuy ul li:hover {
  text-decoration: underline;
}
#header .h-center {
  line-height: 130px;
  height: 130px;
  text-align: right;
}
#header .h-center .logo {
  float: left;
}
#header .h-center .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-center .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#header .h-center .box ul li {
  padding: 0 15px;
  width: auto;
  position: relative;
}
#header .h-center .box ul li:after {
  content: '';
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #eee;
}
#header .h-center .box ul li:first-child:after {
  display: none;
}
#header .h-center .box ul li .box2 {
  padding-left: 70px;
  line-height: normal;
  position: relative;
  text-align: left;
}
#header .h-center .box ul li .box2 i {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  font-size: 18px;
  color: #fe5946;
  text-align: center;
  background: #f9f9f9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-center .box ul li .box2 h4 {
  font-size: 15px;
  color: #041d34;
  display: block;
  line-height: 1;
  font-family: "Poppins-Bold";
  text-transform: capitalize;
}
#header .h-center .box ul li .box2 p {
  display: block;
  font-size: 14px;
  color: black;
  opacity: .7;
  margin-top: 10px;
  line-height: 1;
}
#header .h-center .box ul li .box2:hover i {
  background: #fe5946;
  color: white;
}
#header .nav {
  line-height: 70px;
  height: 70px;
  background: #131313;
}
#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: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 17px;
  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: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li i {
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #eb623a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  text-transform: uppercase;
}
#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: 16px;
  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 #eb623a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -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 .search-box {
  float: right;
}
#header .nav .ui.menu .search-box form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: normal;
}
#header .nav .ui.menu .search-box form input {
  width: 210px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  border: 1px solid #424242;
  font-size: 13px;
  color: white;
  background: none;
  padding-right: 50px;
  padding-left: 10px;
}
#header .nav .ui.menu .search-box form input::-webkit-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search-box form input:-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search-box form input::-moz-placeholder {
  color: white;
}
#header .nav .ui.menu .search-box form input:-ms-input-placeholder {
  color: white;
}
#header .nav .ui.menu .search-box form input[type="submit"] {
  width: 30px;
  right: 10px;
  position: absolute;
  top: 0;
  border: none;
  padding: 0;
  background: url("../images/icon-search.png") center center no-repeat;
}
#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: #eb623a;
}
#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: #eb623a;
  -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: #eb623a;
  background-color: white;
}
#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;
  font-size: 14px;
  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;
  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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#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 .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner {
  position: relative;
}
#banner .nivo-controlNav a {
  width: 60px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  border-bottom: 1px solid #7d7d7d;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  font-size: 18px;
  color: #7d7d7d;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
#banner .nivo-controlNav a:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  z-index: 1;
  opacity: 0;
  background: #fe5946;
  left: 0;
}
#banner .nivo-controlNav a.active {
  color: #fe5946;
}
#banner .nivo-controlNav a.active:after {
  opacity: 1;
}
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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -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;
}
#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: #eb623a;
  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 .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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -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 .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-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;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
#index-body .init-1 {
  padding: 40px 0;
}
#index-body .init-1 .box ul {
  margin: -8px;
}
#index-body .init-1 .box ul li {
  padding: 8px;
}
#index-body .init-1 .box ul li a.img-box {
  display: block;
}
#index-body .init-1 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-1 .box ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(254, 89, 70, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-1 .box ul li a.img-box h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 66px;
  height: 66px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: white;
  font-family: "Arial";
  text-align: center;
  padding: 0 15px;
  background: rgba(254, 89, 70, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li a.img-box .content {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 0 7%;
  text-align: center;
  color: white;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li a.img-box .content h3 {
  font-size: 24px;
  text-transform: capitalize;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  line-height: 1.2;
}
#index-body .init-1 .box ul li a.img-box .content p {
  display: block;
  font-size: 16px;
  font-family: "Arial";
  line-height: 28px;
  margin: 30px 0;
}
#index-body .init-1 .box ul li a.img-box .content em {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid white;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-family: "Arial";
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li a.img-box .content em:hover {
  background: #fe5946;
}
#index-body .init-1 .box ul li a.img-box:hover h6 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init-1 .box ul li a.img-box:hover:after {
  opacity: 1;
}
#index-body .init-1 .box ul li a.img-box:hover .content {
  opacity: 1;
  top: 50%;
}
#index-body .init-1 .box ul li:nth-child(1) {
  width: 57.7%;
}
#index-body .init-1 .box ul li:nth-child(2) {
  width: 42.3%;
}
#index-body .init-2 {
  padding: 65px 0;
  background: #f8f8f8;
}
#index-body .init-2 h2 {
  display: inline-block;
  font-size: 50px;
  color: black;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  line-height: 1;
}
#index-body .init-2 h2:after {
  content: '';
  width: 116px;
  height: 3px;
  display: block;
  background: #fe5946;
  margin-top: 10px;
}
#index-body .init-2 a.more {
  display: inline-block;
  vertical-align: middle;
  float: right;
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
  font-family: "POPPINS-LIGHT";
  color: rgba(0, 0, 0, 0.7);
  border: rgba(0, 0, 0, 0.7) 1px solid;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 a.more:hover {
  color: white;
  background: #fe5946;
  border-color: #fe5946;
}
#index-body .init-2 .box {
  padding-top: 50px;
}
#index-body .init-2 .box ul {
  margin: -10px;
}
#index-body .init-2 .box ul li {
  padding: 10px;
}
#index-body .init-2 .box ul li a.img-box {
  background: white;
}
#index-body .init-2 .box ul li .box2 {
  display: block;
  position: relative;
}
#index-body .init-2 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(243, 110, 96, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box ul li .box2 .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box ul li .box2 .btn a {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 40px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .box2 .btn a:last-child {
  margin-right: 0;
}
#index-body .init-2 .box ul li .box2 .btn a.zoom {
  background-image: url("../images/icon-zoom.png");
}
#index-body .init-2 .box ul li .box2 .btn a.link {
  background-image: url("../images/icon-link.png");
}
#index-body .init-2 .box ul li a.img-box {
  display: block;
}
#index-body .init-2 .box ul li a.img-box img {
  width: 100%;
}
#index-body .init-2 .box ul li h5 {
  line-height: 66px;
  height: 66px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  z-index: 1;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li:hover .box2:after {
  opacity: 1;
}
#index-body .init-2 .box ul li:hover .btn {
  opacity: 1;
}
#index-body .init-2 .box ul li:hover .btn a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-2 .box ul li:hover h5 {
  border-top-color: transparent;
}
#index-body .init-2 .btn {
  padding-top: 40px;
  text-align: center;
}
#index-body .init-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  line-height: 40px;
  height: 40px;
  border: 1px solid black;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .btn div img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-2 .btn div:hover {
  background: #fe5946;
}
#index-body .init-3 {
  line-height: 500px;
  height: 450px;
  text-align: center;
  background: url("/yulangwy/2021/01/26/init-3-bg-1.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-3 .box {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  margin: 7% auto 0;
  position: relative;
  z-index: 1;
}
#index-body .init-3 .box .play {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 100%;
  background: #d1d1d1;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin: 0 auto;
}
#index-body .init-3 .box .play img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 16px;
}
#index-body .init-3 .box .play:after,
#index-body .init-3 .box .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  background: inherit;
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-3 .box .play:before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-3 .box h5 {
  margin-top: 60px;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-3 .box h5:after {
  content: '';
  width: 84px;
  height: 1px;
  background: #fe5946;
  margin: 10px auto 0;
  display: block;
}
#index-body .init-4 {
  padding: 50px 0 200px;
  text-align: center;
  background: url("../images/init-4-bg.jpg") center top 70% no-repeat;
}
#index-body .init-4 i.tit {
  display: block;
  font-size: 20px;
  color: #fe5946;
}
#index-body .init-4 h2 {
  font-size: 50px;
  color: black;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Poppins-Bold";
  margin-top: 20px;
}
#index-body .init-4 h2:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #fe5946;
  margin: 20px auto 0;
  display: block;
}
#index-body .init-4 .text {
  margin: 30px 0 40px;
  font-size: 18px;
  line-height: 2;
  color: black;
}
#index-body .init-4 a.more {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 48px;
  height: 48px;
  border: 1px solid #fe5946;
  padding: 0 36px;
  color: black;
  font-size: 18px;
  font-family: "Arial";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 a.more:hover {
  color: white;
  background: #fe5946;
}
#index-body .init-4 img {
  margin: 90px auto 0;
  display: block;
}
#index-body .init-5 li .box2 {
  position: relative;
}
#index-body .init-5 li .box2:after {
  content: '';
  width: 48.6%;
  right: .7%;
  top: 0;
  height: 98%;
  border: 1px solid #bfbfbf;
  display: block;
  position: absolute;
  z-index: -1;
  -moz-box-shadow: 0 0 2px #bfbfbf;
  -o-box-shadow: 0 0 2px #bfbfbf;
  box-shadow: 0 0 2px #bfbfbf;
}
#index-body .init-5 li .box2 .img {
  vertical-align: middle;
  position: relative;
}
#index-body .init-5 li .box2 .img a.img-box {
  display: block;
}
#index-body .init-5 li .box2 .img a.img-box img {
  width: 100%;
}
#index-body .init-5 li .box2 .img dd {
  display: block !important;
}
#index-body .init-5 li .box2 .img .slick-arrow {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 46px;
  height: 46px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  color: transparent;
  font-size: 0;
  z-index: 1;
}
#index-body .init-5 li .box2 .img .slick-arrow.slick-prev {
  background-image: url("../images/icon-btn-l.png");
  margin-right: 60px;
}
#index-body .init-5 li .box2 .img .slick-arrow.slick-next {
  background-image: url("../images/icon-btn-r.png");
}
#index-body .init-5 li .box2 .text {
  vertical-align: middle;
  padding: 0 15px;
  position: relative;
}
#index-body .init-5 li .box2 .text .content {
  max-width: 685px;
  padding-left: 45px;
  width: 100%;
  display: inline-block;
}
#index-body .init-5 li .box2 .text .content h4 {
  display: block;
  font-size: 24px;
  color: black;
  line-height: 36px;
  font-family: "Poppins-Bold";
}
#index-body .init-5 li .box2 .text .content h4:after {
  content: '';
  width: 67px;
  height: 1px;
  background: #fe5946;
  display: block;
  margin-top: 15px;
}
#index-body .init-5 li .box2 .text .content dl {
  margin: 30px 0 50px;
}
#index-body .init-5 li .box2 .text .content dl dd {
  padding-bottom: 30px;
  font-size: 16px;
  color: black;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
}
#index-body .init-5 li .box2 .text .content dl dd img {
  position: absolute;
  left: 0;
  top: 5px;
}
#index-body .init-5 li .box2 .text .content dl dd:last-child {
  padding-bottom: 0;
}
#index-body .init-5 li .box2 .text .content a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #fe5946;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 li .box2 .text .content a.more:hover {
  background: #fe5946;
  color: white;
}
#index-body .init-5 li:nth-child(even) .box2:after {
  left: .7%;
  bottom: 0;
  top: auto;
}
#index-body .init-5 li:nth-child(even) .box2 .img {
  left: 50%;
}
#index-body .init-5 li:nth-child(even) .box2 .img .slick-arrow {
  left: 50px;
}
#index-body .init-5 li:nth-child(even) .box2 .img .slick-arrow.slick-prev {
  margin-right: 0;
}
#index-body .init-5 li:nth-child(even) .box2 .img .slick-arrow.slick-next {
  margin-left: 60px;
}
#index-body .init-5 li:nth-child(even) .box2 .text {
  left: -50%;
  text-align: center;
}
#index-body .init-5 li:nth-child(even) .box2 .text .content {
  text-align: left;
  padding-left: 0;
  padding-right: 45px;
}
#index-body .init-6 {
  text-align: center;
  padding: 100px 0;
}
#index-body .init-6 h2 {
  font-size: 50px;
  color: black;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Poppins-Bold";
}
#index-body .init-6 h2:after {
  content: '';
  width: 100px;
  height: 3px;
  background: #fe5946;
  margin: 10px auto;
  display: block;
}
#index-body .init-6 .text {
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
  color: black;
  max-width: 750px;
  display: block;
}
#index-body .init-6 .box {
  padding-top: 60px;
}
#index-body .init-6 .box ul {
  margin: -20px;
}
#index-body .init-6 .box ul li {
  padding: 20px;
}
#index-body .init-6 .box ul li .box2 {
  display: block;
  padding: 12px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#index-body .init-6 .box ul li .box2 a.img-box {
  display: block;
}
#index-body .init-6 .box ul li .box2 a.img-box img {
  width: 100%;
}
#index-body .init-6 .box ul li .box2 .content {
  display: block;
  position: relative;
  padding: 60px 35px 40px;
}
#index-body .init-6 .box ul li .box2 .content time {
  padding: 20px 0;
  width: 80px;
  text-align: center;
  color: white;
  background: #fe5946;
  font-size: 18px;
  line-height: 20px;
  display: block;
  border-radius: 5px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-6 .box ul li .box2 .content h5 {
  font-size: 22px;
  font-family: "Poppins-Bold";
  color: black;
  line-height: 1.5em;
  max-height: 3em;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .box ul li .box2 .content h5:hover {
  color: #fe5946;
}
#index-body .init-6 .btn {
  padding-top: 50px;
  text-align: center;
}
#index-body .init-6 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  line-height: 40px;
  height: 40px;
  border: 1px solid black;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .btn div img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .btn div:hover {
  background: #fe5946;
}
#footer {
  background: url("../images/f-bg.jpg") center center;
  background-size: cover;
  padding-top: 40px;
  position: relative;
}
#footer .f-form .box {
  padding: 40px 0 80px;
  position: relative;
}
#footer .f-form .box:after {
  content: '';
  width: 108%;
  height: 1px;
  left: -4%;
  bottom: 0;
  background: #727373;
  display: block;
  position: absolute;
}
#footer .f-form .left {
  width: 48%;
  padding-right: 5%;
  vertical-align: middle;
}
#footer .f-form .left i {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-form .left h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: white;
  margin-left: 15px;
}
#footer .f-form .right {
  width: 52%;
  vertical-align: middle;
}
#footer .f-form .right ul {
  margin: -15px;
}
#footer .f-form .right ul li {
  padding: 15px;
}
#footer .f-form .right ul li input {
  width: 100%;
  line-height: 50px;
  height: 50px;
  background: white;
  padding: 0 10px;
  border: none;
  font-size: 16px;
  color: black;
  font-family: "Arial";
}
#footer .f-form .right ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#footer .f-form .right ul li input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#footer .f-form .right ul li input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#footer .f-form .right ul li input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
#footer .f-form .right ul li input[type="submit"] {
  background: #fe5946;
  color: white;
  text-transform: uppercase;
}
#footer .f-form .right ul li:nth-child(1),
#footer .f-form .right ul li:nth-child(3) {
  width: 30%;
}
#footer .f-form .right ul li:nth-child(2) {
  width: 40%;
}
#footer .footer-top {
  padding: 15px 0 75px;
  color: white;
}
#footer .footer-top ul {
  margin: -10px;
}
#footer .footer-top ul li {
  padding: 10px;
}
#footer .footer-top ul li dl dt {
  font-family: "POPPINS-LIGHT";
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
#footer .footer-top ul li dl dd {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 30px;
  padding-left: 15px;
  position: relative;
  font-family: "POPPINS-LIGHT";
  color: #ccc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd i {
  position: absolute;
  left: 0;
  top: 6px;
}
#footer .footer-top ul li dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top ul li:nth-child(1) {
  width: 18%;
}
#footer .footer-top ul li:nth-child(2) {
  width: 17%;
}
#footer .footer-top ul li:nth-child(2) dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top ul li:nth-child(2) dd :hover {
  text-decoration: underline;
  color: white;
}
#footer .footer-top ul li:nth-child(3) {
  width: 26%;
}
#footer .footer-top ul li:nth-child(3) dd {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top ul li:nth-child(3) dd :hover {
  text-decoration: underline;
  color: white;
}
#footer .footer-top ul li:nth-child(4) {
  width: 27%;
}
#footer .footer-top ul li:nth-child(4) dl dd {
  padding-left: 35px;
  margin-bottom: 20px;
}
#footer .footer-top ul li:nth-child(4) dl dd i {
  top: 0;
}
#footer .footer-top ul li:nth-child(4) dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top ul li:nth-child(5) {
  width: 12%;
}
#footer .footer-top ul li:nth-child(5) dl dd {
  padding-left: 0;
}
#footer .footer-top ul li:nth-child(5) dl dd #ewm {
  border: 4px solid white;
}
#footer .footer-top ul li:nth-child(5) dl dd p {
  font-size: 18px;
  color: white;
  margin-top: 8px;
  text-align: center;
}
#footer .footer-bottom {
  line-height: 50px;
  height: 50px;
  background: rgba(27, 27, 27, 0.71);
  display: block;
  overflow: hidden;
}
#footer .footer-bottom p {
  display: inline-block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-family: "Arial";
}
#footer .footer-bottom p img {
  display: inline-block;
  vertical-align: middle;
  max-height: 15px;
  margin: 0 10px;
}
#footer .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom p a:hover {
  color: white;
  text-decoration: underline;
}
#footer .footer-bottom ul {
  float: right;
}
#footer .footer-bottom ul li {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
  border-radius: 100%;
  background: #d0d0d0;
  color: #171717;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom ul li i {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom ul li:hover {
  background: #fe5946;
}
#footer #go-top {
  position: absolute;
  right: 2%;
  top: 56%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  background: #fe5946;
  color: white;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
    font-size: 16px;
  }
  #header .h-top {
    height: 40px;
    line-height: 40px;
  }
  #header .h-center .logo img {
    height: 80px;
  }
  #header .h-center {
    height: 100px;
    line-height: 100px;
  }
  #header .nav {
    line-height: 50px;
    height: 50px;
  }
  #banner .nivo-controlNav a {
    width: 40px;
  }
  #index-body .init-1 .box ul li a.img-box .content h3 {
    font-size: 30px;
  }
  #index-body .init-1 .box ul li a.img-box .content em,
  #index-body .init-2 a.more,
  #index-body .init-5 li .box2 .text .content a.more,
  #index-body .init-4 a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  #index-body .init-1 .box ul li a.img-box h6,
  #index-body .init-2 .box ul li h5 {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
  }
  #index-body .init-2 h2,
  #index-body .init-4 h2,
  #index-body .init-6 h2 {
    font-size: 42px;
  }
  #index-body .init-2 .btn div,
  #index-body .init-6 .btn div {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  #index-body .init-2 .btn div img,
  #index-body .init-6 .btn div img {
    max-height: 15px;
  }
  #index-body .init-3 {
    line-height: 400px;
    height: 400px;
  }
  #index-body .init-3 .box .play {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #index-body .init-3 .box .play img {
    max-width: 20px;
  }
  #index-body .init-3 .box h5 {
    font-size: 20px;
    margin-top: 50px;
  }
  #index-body .init-4 i.tit {
    font-size: 18px;
  }
  #index-body .init-4 .text,
  #index-body .init-6 .text {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .init-4 {
    padding-bottom: 150px;
  }
  #index-body .init-5 li .box2 .text .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  #index-body .init-5 li .box2 .text .content dl dd {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .init-5 li .box2 .text .content dl dd img {
    top: 0px;
  }
  #index-body .init-5 li .box2 .text .content dl {
    margin: 20px 0 30px;
  }
  #index-body .init-5 li .box2 .text .content {
    padding-left: 30px;
  }
  #index-body .init-5 li:nth-child(even) .box2 .text .content {
    padding-right: 30px;
  }
  #index-body .init-5 li .box2 .img .slick-arrow {
    bottom: 15px;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: 20px;
  }
  #index-body .init-5 li:nth-child(even) .box2 .img .slick-arrow {
    left: 20px;
  }
  #index-body .init-5 li:nth-child(even) .box2 .img .slick-arrow.slick-next {
    margin-left: 40px;
  }
  #index-body .init-5 li .box2 .img .slick-arrow.slick-prev {
    margin-right: 40px;
  }
  #index-body .init-6 {
    padding: 70px 0;
  }
  #index-body .init-6 .box {
    padding-top: 40px;
  }
  #index-body .init-6 .box ul li {
    padding: 15px;
  }
  #index-body .init-6 .box ul {
    margin: -15px;
  }
  #index-body .init-6 .box ul li .box2 .content {
    padding: 40px 15px 20px;
  }
  #index-body .init-6 .box ul li .box2 .content time {
    width: 60px;
    padding: 10px 0;
    font-size: 16px;
  }
  #index-body .init-6 .box ul li .box2 .content h5 {
    font-size: 18px;
  }
  #footer .f-form .left h4 {
    font-size: 24px;
  }
  #footer .f-form .left i img {
    max-width: 40px;
  }
  #footer .f-form .right ul li input {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #footer .f-form .box {
    padding: 20px 0 40px;
  }
  #footer .footer-top ul li dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #footer .footer-top ul li dl dd {
    font-size: 16px;
  }
  #footer .footer-top ul li:nth-child(5) dl dd p {
    font-size: 14px;
  }
  #footer .f-form .box:after {
    width: 100%;
    left: 0;
  }
  #footer #go-top {
    top: 75%;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #footer .footer-bottom ul li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  #footer .footer-top ul li dl dd a > img {
    max-width: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .h-top .left {
    font-size: 14px;
  }
  #header .h-top .right .share ul li {
    font-size: 16px;
  }
  #header .h-top .right .yuy ul li {
    font-size: 14px;
  }
  #header .h-center .box ul li:nth-child(2) {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li i {
    margin-left: 2px;
  }
  #header .nav .ui.menu .search-box form input {
    width: 180px;
  }
  #index-body .init-1 {
    padding: 30px 0;
  }
  #index-body .init-1 .box ul li a.img-box .content h3 {
    font-size: 26px;
    line-height: 1;
  }
  #index-body .init-1 .box ul li a.img-box .content p {
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.8;
  }
  #index-body .init-1 .box ul li a.img-box .content em,
  #index-body .init-2 a.more,
  #index-body .init-5 li .box2 .text .content a.more,
  #index-body .init-4 a.more {
    line-height: 34px;
    height: 34px;
  }
  #index-body .init-2 h2,
  #index-body .init-4 h2,
  #index-body .init-6 h2 {
    font-size: 34px;
  }
  #index-body .init-2 h2:after,
  #index-body .init-4 h2:after,
  #index-body .init-6 h2:after {
    width: 80px;
    height: 2px;
  }
  #index-body .init-5 li .box2 .text .content h4 {
    line-height: 24px;
  }
  #index-body .init-5 li .box2 .text .content h4:after {
    margin-top: 5px;
  }
  #index-body .init-5 li .box2 .text .content dl dd {
    line-height: 22px;
    padding-left: 30px;
    padding-bottom: 5px;
  }
  #index-body .init-5 li .box2 .text .content dl dd img {
    top: 0;
    max-width: 22px;
  }
  #index-body .init-5 li .box2 .text .content dl {
    margin: 15px 0 5px;
  }
  #index-body .init-4 .text,
  #index-body .init-6 .text {
    font-size: 14px;
  }
  #index-body .init-6 .box ul li .box2 .content time {
    font-size: 14px;
  }
  #index-body .init-6 .box ul li .box2 .content h5 {
    font-size: 16px;
  }
  #index-body .init-6 .box ul li .box2 {
    padding: 6px;
  }
  #index-body .init-6 .btn {
    padding-top: 30px;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #index-body .init-2 {
    padding: 60px 0;
  }
  #footer .f-form .left h4 {
    font-size: 20px;
  }
  #footer .footer-top ul li dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  #footer .footer-top ul li dl dd i {
    top: 3px;
  }
  #footer .footer-top ul li:nth-child(5) dl dd p {
    font-size: 12px;
  }
  #footer .f-form .right ul li input[type="submit"] {
    font-size: 12px;
  }
  #footer .footer-top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .nivo-controlNav {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 30%;
  }
  #footer .footer-top ul li:nth-child(2) {
    width: 30%;
  }
  #footer .footer-top ul li:nth-child(3) {
    width: 40%;
  }
  #footer .footer-top ul li:nth-child(4) {
    width: 100%;
  }
  #footer .footer-top ul li:nth-child(4) dl {
    padding-left: 30%;
  }
  #footer .footer-top ul li:nth-child(5) {
    display: none;
  }
  #footer .footer-top ul li dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #footer .footer-top ul li:nth-child(4) dl dd {
    margin-bottom: 10px;
  }
  #footer .footer-bottom {
    text-align: center;
    line-height: normal;
    padding: 10px 0;
    height: auto;
  }
  #footer .footer-bottom ul {
    display: none;
  }
  #index-body .init-1 .box ul li a.img-box .content p {
    display: none;
  }
  #index-body .init-1 .box ul li a.img-box .content h3 {
    font-size: 20px;
    white-space: normal;
    margin-bottom: 15px;
  }
  #index-body .init-2 h2,
  #index-body .init-4 h2,
  #index-body .init-6 h2 {
    font-size: 28px;
  }
  #index-body .init-3 {
    line-height: 300px;
    height: 300px;
  }
  #index-body .init-5 li .box2 .text {
    width: 100%;
    left: 0 !important;
    padding: 15px !important;
  }
  #index-body .init-5 li .box2 .img {
    width: 100%;
    left: 0 !important;
  }
  #index-body .init-5 li .box2 .text .content {
    padding: 30px 15px !important;
    border: 1px solid #bfbfbf;
    max-width: none;
  }
  #index-body .init-5 li .box2:after {
    display: none !important;
  }
  #footer #go-top {
    top: 60%;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #index-body .init-1 .box ul li a.img-box h6 {
    line-height: 40px;
    height: 40px;
  }
  #index-body .init-1 .box ul li {
    padding: 3px;
  }
  #index-body .init-1 .box ul {
    margin: -3px;
  }
  #index-body .init-1 .box ul li:last-child {
    width: 100%;
  }
  #index-body .init-1 .box ul li:last-child a.img-box {
    max-height: 260px;
  }
  #index-body .init-1 .box ul li:last-child a.img-box img {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  #index-body .init-2 .btn,
  #index-body .init-6 .btn {
    display: none;
  }
  #index-body .init-4 img {
    margin-top: 40px;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #footer .f-form .left {
    width: 100%;
  }
  #footer .f-form .right {
    width: 100%;
    padding-top: 20px;
  }
  #footer .f-form .right ul li {
    padding: 5px;
  }
  #footer .f-form .right ul {
    margin: -5px;
  }
  #footer .footer-top ul li:nth-child(1) {
    display: none;
  }
  #footer .footer-top ul li:nth-child(4) dl {
    padding-left: 0;
  }
  #footer .footer-top ul li:nth-child(2),
  #footer .footer-top ul li:nth-child(3) {
    width: 50% !important;
  }
  #footer #go-top {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .box ul li {
    width: 100% !important;
  }
  #index-body .init-1 .box ul li a.img-box {
    max-height: 300px !important;
  }
  #index-body .init-1 .box ul li a.img-box img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  #index-body .init-2 a.more {
    float: none;
    margin-top: 15px;
  }
  #footer .f-form .right ul li {
    width: 100% !important;
  }
}
.inner-page .grid-box {
  margin: 0 -15px;
}
.inner-page .grid-box>.column,
.inner-page .grid-box .swiper-slide.column{
  padding: 0 15px;
}
.i-product {
  padding: 132px 0 166px;
}
.i-product .i-tit {
  color: #1b1b1b;
}
.i-product .pro-list {
  margin-top: 69px;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
}
.i-product .pro-list  .column .img-box {
  border: 1px solid #eee;
  text-align: center;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #fe5946!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #eee;
  padding: 5px 10px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #fe5946;
  border-color: #fe5946;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #fe5946;
}

@media screen and (max-width: 768px) {
  .f-bot {
    padding: 20px 0;
  }
  .f-bot a {
    display: block;
    line-height: 2em;
  }
}
.inner-banner {
  height: 420px;
  background: url("../images/service-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .sideBar {
  padding: 25px 0 22px;
  background: #fe5946;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 15px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: black url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  text-transform: capitalize;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: black;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  padding: 6px 12px 6px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: white;
  padding: 5px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: white;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
  text-transform: capitalize;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 0 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-whyUs {
  padding: 111px 0;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 11px 0 30px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic {
  width: 40%;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #eee;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
  margin: 15px -5px 0;
  padding: 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  background: black;
  color: transparent;
  z-index: 1;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:hover {
  background: #fe5946;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 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%);
  color: white;
  font-size: 14px;
  font-family: "FontAwesome";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev {
  left: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next {
  right: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
  padding: 0 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one {
  padding-left: 5%;
  width: 60%;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
  color: #121212;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial {
  margin: 18px 0 20px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .proSocial a:hover {
  background: #fe5946;
  color: #fff;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  background: #fe5946;
  color: white;
  text-align: center;
  border-radius: 5px;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a i {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .grid.two.column .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding: 122px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodet-page .recommand-product .recommandTit{
     margin-bottom: 23px;
    color: #121212;
    font-size: 39px;
    text-transform: capitalize;
    text-align: left;
}

.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #fe5946;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #fe5946;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #fe5946 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 30%;
}
.news-page .new-list li .new-con {
  width: 70%;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #fe5946;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 25px 0 35px;
}
.news-page .new-list li .new-con .abst a {
  color: #fe5946;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents.page {
  border-bottom: none;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .c-list-box .contactList a {
  text-decoration: underline;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info i {
  width: 10px;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
  margin-bottom: 43px;
}
.contact-page .c-list-box .contactList .info .icon {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.faq-page .faq-list {
  padding: 20px 0 40px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
  word-break: break-word;
  position: relative;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #fe5946;
  color: #fff;
}
.faq-page .faq-list dt i {
  position: absolute;
  right: 10px;
  top: 20px;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
.button-group .button {
  background: #fe5946 !important;
}

@media screen and (max-width: 1200px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 28px;
  }
  .about-page .a-whyUs {
    padding: 50px 0;
  }
  .i-whyUs .why-list {
    margin-top: 20px;
  }
  .about-page .a-tit {
    font-size: 24px;
  }
  .i-whyUs .why-list > .column .tit {
    font-size: 16px;
  }
  .about-page .a-txt p {
    font-size: 14px;
  }
  .i-whyUs .why-list > .column .icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 18px;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 14px;
  }
  .faq-page .faq-list dt {
    font-size: 16px;
  }
  .grid-box {
    margin: 0 -5px;
  }
  .grid-box>.column, .grid-box .swiper-slide.column {
    padding: 0 5px;
  }
  .i-product .pro-list {
    margin-top: 20px;
  }
  .product-page .i-product {
    padding: 20px 0;
  }
  .m-page {
    padding: 20px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,.prodet-page .prodetTit,.contact-page .c-list-box .contactList .c-name {
    font-size: 30px;
  }
  .prodetFeedback .innerTit {
    font-size: 28px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 24px;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 16px;
  }
  .news-page .new-list {
    padding-top: 20px !important;
  }
  .prodet-page .prodet-det-two {
    padding: 70px 0;
  }

}
@media screen and (max-width: 1000px){
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .grid-box.five>.column {
    width: 25%;
  }
  .inner-page .sideBar .side-menu {
    display: none;
  }
  .inner-page .inner-main-tit .nowTit {
    font-size: 20px;
  }
  .bread-crumbs {
    font-size: 12px;
  }
  .inner-page .sideBar {
    padding: 10px 0;
  }
  .about-page .inner-main-box {
    padding: 50px 0;
  }
  .about-page .a-whyUs .a-txt {
    margin: 30px 0;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 16px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic {
    text-align: center;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
    width: auto;
    margin: 0 auto;
  }
  .prodet-page .prodet-det-two {
    padding: 50px 0;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box a {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 44px;
  }
  .prodetFeedback .ptForm .fbBot textarea {
    height: 55px;
  }
  .prodetFeedback .ptForm .fbTop {
    margin-bottom: 20px;
  }
  .news-page .new-list li .new-con .abst {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 18px;
    height: auto;
    max-height: 48px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 20px;
  }
  .newdet-page .news {
    padding: 40px 0 !important;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName, .prodet-page .prodetTit, .contact-page .c-list-box .contactList .c-name {
    font-size: 24px;
  }
  .prodetFeedback .innerTit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm label {
    font-size: 14px;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 15px;
  }
  .prodet-page .recommand-product {
    padding: 40px 0;
  }
  .inner-banner > h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 700px){
  .inner-page .inner-main-tit .nowTit {
    font-size: 18px;
  }
  .about-page .a-tit {
    font-size: 18px;
  }
  .about-page .a-txt p {
    font-size: 12px;
    line-height: 24px;
  }
  .about-page .a-whyUs .why-list .column {
    width: 50%;
    margin-bottom: 15px;
  }
  .grid-box.four>.column {
    width: 50%;
  }
  .grid-box.five>.column {
    width: 50%;
  }
  .faq-page .faq-list dt {
    font-size: 14px;
    padding: 8px 15px 8px 10px;
  }
  .faq-page .faq-list dt i {
    top: 12px;
  }
  .faq-page .faq-list {
    padding: 20px 0;
  }
  .i-product .pro-list .con-box .inner-box .more {
    font-size: 12px;
  }
  .i-product .pro-list .con-box .inner-box .tit a {
    font-size: 14px;
  }
  table {
    display: inline-block;
    width: 100%;
    overflow-y: auto;
  }
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con{
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-top: 10px;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 16px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 18px;
    margin: 10px 0;
  }
  .newdet-page .news .news_title h1 {
    font-size: 16px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 12px;
    line-height: 22px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
  }
  .contact-page .c-list-box {
    padding: 40px 0;
  }
  .contact-page .c-list-box .contactList .info {
    font-size: 14px;
    line-height: 24px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
  #mapContainer {
    height: 250px !important;
  }
  .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }

}


/*内页区域2*/

.inner-banner {
  position: relative;
}
.inner-banner > h2 {
  position: absolute;
  top: 15%;
  left: 12.5%;
  font-size: 2.7rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: bold;
}
.inner-banner img {
  min-height: 200px;
  object-fit: cover;
}
.inner-banner .banner-list {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.inner-banner .banner-search .banner-list {
  position: static;
  margin-top: 20px;
  overflow: hidden;
}
.inner-banner .banner-search .banner-list ul li a{
  display: block;
  /*height: 86px;*/
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-banner .banner-list ul {
  font-size: 0;
}
.inner-banner .banner-list ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 25%;
  text-align: center;
  color: #888;
  background: url(../images/join04.png) no-repeat left center #fff;
  position: relative;
  border-bottom: 1px solid #eee;
}
.inner-banner .banner-list ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  z-index: 2;
  display: none;
}
.inner-banner .banner-list ul li:hover>ul {
  display: block;
}
.inner-banner .banner-list ul li ul li {
  padding: 10px;
  background: none;
  width: 100%;
}
.inner-banner .banner-list ul li ul li:after {
  display: none;
}
.inner-banner .banner-list ul li ul li:hover {
  background: #eee;
}
.inner-banner.pro {
  z-index: 1;
}
.inner-banner.pro .banner-search .banner-list {
  overflow: unset;
}
.inner-banner .banner-list ul li ul li a {
  padding: 0;
  height: auto !important;
  font-size: 16px;
}
.inner-banner .banner-list ul li a {
  display: block;
  padding: 15px;
  font-size: 18px;
}
.inner-banner .banner-list ul li::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fe5946;
  transition: width 0.3s, left 0.3s;
}
.inner-banner .banner-list ul li:hover::after {
  left: 0;
  width: 100%;
}
.inner-banner .banner-search {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.inner-banner .banner-search h2 {
  font-size: 2rem;
  line-height: 4.5rem;
  color: #fff;
}
.inner-banner .banner-search form {
  display: block;
  width: 100%;
  font-size: 0;
}
.inner-banner .banner-search form input[type="text"] {
  display: inline-block;
  width: 78%;
  border: none;
  font-size: 13px;
  color: #999;
  height: 3.5rem;
  line-height: 3.5rem;
  padding-left: 5%;
  margin-right: 2%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff url(../images/pro01.png) no-repeat 2% center;
  background-size: 1.7%;
}
.inner-banner .banner-search form input[type="submit"] {
  display: inline-block;
  width: 20%;
  height: 3.5rem;
  line-height: 3.5rem;
  background: #fe5946;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.3rem;
  border-radius: 5px;
}
.inner-page.about-page {
  padding: 3rem 0;
}
.inner-page.about-page .abt-1 {
  position: relative;
  z-index: 2;
}
.inner-page.about-page .abt-1 h2.h {
  position: relative;
  font-size: 2rem;
  color: #333;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.inner-page.about-page .abt-1 h2.h::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 3.8rem;
  height: 1px;
  background-color: #d0d0d0;
}
.inner-page.about-page .abt-1 .list {
  width: 100%;
  padding: 2.75rem 0 2.5rem;
  text-align: center;
  background: #fe5946;
  margin-top: 2rem;
}
.inner-page.about-page .abt-1 .list ul {
  font-size: 0;
}
.inner-page.about-page .abt-1 .list ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  background: url(../images/a09.png) no-repeat left center;
}
.inner-page.about-page .abt-1 .list ul li h2 {
  font-size: 2.5rem;
  font-family: 'Arial';
  line-height: 2.75rem;
  color: #fff;
  position: relative;
}
.inner-page.about-page .abt-1 .list ul li h2 .unit {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 72%;
  line-height: 13px;
}
.inner-page.about-page .abt-1 .list ul li h2 .add {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 59%;
}
.inner-page.about-page .abt-1 .list ul li h4 {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  font-weight: normal;
  line-height: 23px;
  padding-top: 8px;
}
.inner-page.about-page .abt-2 {
  padding: 9rem 0 2.5rem;
  background: url(../images/abt-2bgc.jpg) no-repeat center;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
}
.inner-page.about-page .abt-2 .title h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 1.5rem;
}
.inner-page.about-page .abt-2 .title h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.8rem;
  height: 1px;
  background-color: #c8cacf;
}
.inner-page.about-page .abt-2 .list ul {
  font-size: 0;
}
.inner-page.about-page .abt-2 .list ul li {
  display: inline-block;
  width: 20%;
  padding: 3rem 12px 3.5rem;
}
.inner-page.about-page .abt-2 .list ul li a {
  display: block;
  position: relative;
  border-radius: 5px;
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.9rem 1.3rem 2rem;
  transition: .5s;
}
.inner-page.about-page .abt-2 .list ul li a .pic {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.inner-page.about-page .abt-2 .list ul li a .pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 50px;
  margin: auto;
}
.inner-page.about-page .abt-2 .list ul li a h2 {
  position: relative;
  font-size: 1rem;
  color: #333;
  line-height: 1.5rem;
  padding: 14px 0 16px;
  margin-bottom: 14px;
}
.inner-page.about-page .abt-2 .list ul li a h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 22px;
  background-color: #c5c5c6;
}
.inner-page.about-page .abt-2 .list ul li a p {
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  min-height: 96px;
  transition: all 0.3s;
}
.inner-page.about-page .abt-2 .list ul li a:hover {
  transform: scale(1.1, 1.1);
  background-color: #fff;
}
.inner-page.about-page .abt-3 {
  background: url(../images/a27.jpg) no-repeat center;
  background-size: cover;
  padding: 3.8rem 0;
}
.inner-page.about-page .abt-3 .title h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 1.5rem;
}
.inner-page.about-page .abt-3 .title h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.8rem;
  height: 1px;
  background-color: #c8cacf;
}
.inner-page.about-page .abt-3 .list {
  padding: 2.5rem 0;
}
.inner-page.about-page .abt-3 .list ul li {
  display: inline-block;
}
.inner-page.about-page .abt-3 .list ul .draggable {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.inner-page.about-page .abt-3 .list ul .slick-slide {
  transform: scale(1);
  transition: .5s;
  opacity: 0;
}
.inner-page.about-page .abt-3 .list ul .slick-slide.slick-active {
  opacity: 1;
}
.inner-page.about-page .abt-3 .list ul .slick-slide.slick-active + div {
  transform: scale(1.2);
  position: relative;
  z-index: 2;
}
.inner-page.about-page .abt-3 .list ul .slick-slide.slick-center {
  position: relative;
  z-index: 3 !important;
  transform: scale(1.5) !important;
}
.inner-page.about-page .abt-3 .list ul .slick-slide.slick-center + div + div {
  transform: scale(1);
  z-index: 1 !important;
}
.inner-page.about-page .abt-4 .news {
  padding: 3.5rem 0 2.5rem;
}
.inner-page.about-page .abt-4 .news .title h2 {
  position: relative;
  text-align: center;
  color: #333;
  font-size: 2rem;
  line-height: 3rem;
  padding-bottom: 1.5rem;
}
.inner-page.about-page .abt-4 .news .title h2::after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.8rem;
  height: 1px;
  background-color: #c8cacf;
}
.inner-page.about-page .abt-4 .news .news-box ul li {
  display: inline-block;
  padding: 3.5rem 1rem 0;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .img {
  position: relative;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .img img {
  width: 100%;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .img .date {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #fe5946;
  padding: 1rem 1.2rem;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .img .date span {
  display: inline-block;
  font-size: 1.8rem;
  font-family: 'ob';
  line-height: 1;
  padding-bottom: 5px;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .img .date p {
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'cb';
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text {
  position: relative;
  top: -2.5rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.17);
  border-radius: 25px;
  color: #000;
  background-color: #fff;
  padding: 1.5rem 10px 1.5rem 1.5rem;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text h4 {
  font-size: 0.9rem;
  font-family: 'cb';
  transition: .5s;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text p {
  font-size: 0.8rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text .more a {
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: underline;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.702);
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text .more a i {
  position: relative;
  left: 0;
  transition: .3s;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text .more a:hover {
  color: #fe5946;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig .text .more a:hover i {
  left: 5px;
}
.inner-page.about-page .abt-4 .news .news-box ul li .ig:hover .text h4 {
  color: #fe5946;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next {
  text-align: center;
  margin-top: -1rem;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next a {
  display: inline-block;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #fe5946;
  margin: 0 6px;
  transition: .5s;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next a.prev {
  position: relative;
  right: 0;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next a.prev:hover {
  right: 5px;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next a.next {
  position: relative;
  left: 0;
}
.inner-page.about-page .abt-4 .news .news-box .prev-next a.next:hover {
  left: 5px;
}
.inner-page.product-page {
  background-color: #fff;
}
.inner-page.product-page .product-nav ul {
  font-size: 0;
}
.inner-page.product-page .product-nav ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: center;
  color: #888;
  background: url(../images/join04.png) no-repeat left center #fff;
}
.inner-page.product-page .product-nav ul li a {
  display: block;
  padding: 1rem;
  font-size: 15px;
}
.inner-page.product-page .product-nav ul li::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fe5946;
  transition: width 0.3s, left 0.3s;
}
.inner-page.product-page .product-nav ul li:hover::after {
  left: 0;
  width: 100%;
}
.inner-page.product-page .product-nav ul li:nth-child(1) {
  background: #fff;
}
.inner-page.product-page .product-box {
  padding-top: 3rem;
}
.inner-page.product-page .product-box ul {
  font-size: 0;
}
.inner-page.product-page .product-box ul li {
  display: inline-block;
  width: 25%;
  padding: 0 10px 2.5rem;
}
.inner-page.product-page .product-box ul li .ig {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.inner-page.product-page .product-box ul li .ig img {
  width: 100%;
}
.inner-page.product-page .product-box ul li .ig h3 {
  font-size: 14px;
  color: #666;
  line-height: 45px;
  min-height: 48px;
  text-align: center;
  opacity: 1;
}
.inner-page.product-page .product-box ul li .ig .text {
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(254, 89, 70, 0.6);
  text-align: center;
  left: 50%;
  top: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.inner-page.product-page .product-box ul li .ig .text h4 {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-bottom: 20px;
}
.inner-page.product-page .product-box ul li .ig .text i {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-bottom: 3px solid #fff;
  line-height: 24px;
  font-style: normal;
  opacity: 0;
  transition: opacity 0.5s;
}
.inner-page.product-page .product-box ul li .ig:hover h3 {
  opacity: 0;
}
.inner-page.product-page .product-box ul li .ig:hover .text {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
}
.inner-page.product-page .product-box ul li .ig:hover .text i {
  opacity: 1;
}
.service-page .service-1 {
  padding: 80px 0 120px;
    background-color: #F3F4F6;
}
.service-page .box .text {
  vertical-align: middle;
  padding: 0 5%;
}
.service-page .box .text h4 {
  /*max-width: 290px;*/
    margin-bottom: 30px;
    font-family: 'Poppins-Bold';
    font-size: 48px;
    line-height: 1.2;
}
.service-page .box .text .content {
  font-size: 16px;
  line-height: 1.6;
  color: #777;
}
.service-page .box .img {
  vertical-align: middle;
  padding: 0;
}
.service-page .box .img img {
  width: 100%;
}
.service-page .service-2 {
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0;
}
.service-page .service-2 .box {
  background: white;
}
.service-page .service-3 {
  padding: 120px 0;
  background-color: #F3F4F6;
}
.service-page .service-3 .text {
  padding-left: 0;
}
.service-page .service-4 {
  padding-bottom: 120px;
  background-color: #F3F4F6;
  text-align: center;
}
.service-page .service-4 .img {
  margin-top: 50px;
}
.service-page .service-4 .img ul {
  margin: -10px;
}
.service-page .service-4 .img ul li {
  padding: 10px;
}
.lg-page .nav {
  padding-top: 40px;
  text-align: center;
}
.lg-page .nav ul li {
  padding: 8px 25px;
  font-size: 18px;
  border-radius: 5px;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.lg-page .nav ul li:hover,
.lg-page .nav ul li.active {
  background: #fe5946;
  color: white;
}
@media screen and (max-width: 1400px) {
  .inner-page.about-page .abt-1 .list ul li h2 .unit {
    left: 78%;
  }
}
@media screen and (max-width: 1300px) {
  .inner-page.about-page .abt-3 .list ul .slick-slide.slick-center {
    transform: scale(1.2) !important;
  }
  .inner-page.about-page .abt-3 .list ul .slick-slide.slick-active + div {
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .inner-page.product-page .product-box ul li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 992px) {
  .inner-banner .banner-list {
    display: none;
  }
  .inner-page.product-page .product-nav {
    display: none;
  }
  .inner-banner > h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .service-page .box .text h4 {
    font-size: 24px;
  }
  .service-page .box .text {
    padding: 30px 15px;
  }
  .service-page .service-1 {
    padding: 50px 0;
  }
  .service-page .service-3,
  .service-page .service-2,.service-page .service-4 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-page.product-page .product-box ul li {
    width: 50%;
  }
  .inner-page.about-page .abt-1 .list {
    padding: 0;
  }
  .inner-page.about-page .abt-1 .list ul li {
    width: 50%;
    background: none;
    border-bottom: 1px solid #fe5946;
    border-left: 1px solid #fe5946;
    box-sizing: border-box;
    padding: 26px 0 22px;
  }
  .inner-page.about-page .abt-1 .list ul li h4 {
    font-size: 12px;
    line-height: 20px;
  }
  .inner-page.about-page .abt-1 .list ul li:nth-child(3) {
    border: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.about-page .abt-3 .list ul .slick-slide {
    opacity: 1;
  }
  .inner-page.about-page .abt-3 .list ul .slick-slide.slick-center {
    transform: scale(1) !important;
  }
  .inner-page.about-page .abt-3 .list ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page.product-page .product-box ul li {
    width: 100%;
  }
}
