@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
}
body {
  font-family: "Montserrat-Regular";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1430px;
}
#header .nav .language {
  width: 30px;
  margin-right: 20px;
}
.nav-form input[type="text"] {
  width: 195px;
  height: 28px;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 12px;
}
.nav-form input[type="submit"] {
  width: 50px;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  background-color: #666666;
  border: none;
  border-radius: 0 30px 30px 0;
  background-image: url(../images/white-search.png);
  background-repeat: no-repeat;
  background-position: center left 40%;
}
#header .nav .shopp {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px;
}
#header .nav .ui.menu #menu-btn i {
  width: 30px;
  height: 2px;
  background: white;
  display: block;
  position: relative;
  -webkit-animation: wd 1.5s linear infinite;
  -moz-animation: wd 1.5s linear infinite;
  animation: wd 1.5s linear infinite;
}
#header .nav .ui.menu #menu-btn i.ie1 {
  top: -3px;
}
#header .nav .ui.menu #menu-btn i.ie2 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
#header .nav .ui.menu #menu-btn i.ie3 {
  top: 3px;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#header .nav .ui.menu #menu-btn i.ie4 {
  top: 6px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#header .nav .ui.menu #menu-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
  width: 30px;
}
@-webkit-keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 30px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 30px;
  }
  to {
    width: 15px;
  }
}
@-moz-keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 30px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 30px;
  }
  to {
    width: 15px;
  }
}
@keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 30px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 30px;
  }
  to {
    width: 15px;
  }
}
#header {
  z-index: 200;
  position: relative;
}
#header .h-top {
  line-height: 30px;
  height: 30px;
  padding: 0 50px;
  background: #171717;
}
#header .h-top .warp {
  color: #cccccc;
}
#header .h-top .warp .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px;
}
#header .h-top ul {
  float: right;
  margin-right: -10px;
}
#header .h-top ul li {
  line-height: 30px;
  font-size: 14px;
  color: #cccccc;
  display: inline-block;
  height: 30px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top ul li:hover {
  color: #fff;
}
#header .h-top ul li a {
  padding: 0 10px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #252525;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img{
    height: 40px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #cccccc;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  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 .h-search {
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

  .inner-page {
    padding-top: 40px;
  }
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner h2 {
  font-size: 48px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  color: white;
  line-height: 1.2;
}
#banner p {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-family: 'Montserrat-Light';
  margin: 40px 0;
}
#banner a.btn {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px 20px;
  border-radius: 10px;
  color: white;
  font-family: 'Montserrat-Light';
}
#index-body .tit h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}
#index-body .tit p {
  font-size: 12px;
}
#index-body .i-product {
  padding: 90px 0;
}
#index-body .i-product .product-list {
  margin-top: 60px;
}
#index-body .i-product .product-list ul li {
  padding: 0 20px;
}
#index-body .i-product .product-list ul li img {
  display: block;
  margin: 0 auto;
}
#index-body .i-product .product-list ul li .text {
  padding: 30px 0;
}
#index-body .i-product .product-list ul li .text p {
  text-align: center;
}
#index-body .i-product .more {
  margin-top: 30px;
  display: block;
  width: 100%;
  border: 1px solid #eee;
  color: #000;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  text-transform: capitalize;
}
#index-body .init-2 {
  padding: 140px 0;
  background: url("../images/init-2-bg.jpg") center center no-repeat black;
  background-attachment: fixed;
}
#index-body .init-2 .box .left {
  vertical-align: middle;
}
#index-body .init-2 .box .left i.tag {
  display: block;
  font-size: 20px;
  color: #fff;

  font-weight: 500;
  
  margin-bottom: 10px;
}
#index-body .init-2 .box .left h3 {
  display: inline-block;
  font-size: 58px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
#index-body .init-2 .box .left a.more {
  float: right;
  color: white;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 70px;
  position: relative;
}
#index-body .init-2 .box .left a.more:before,
#index-body .init-2 .box .left a.more:after {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  background: white;
  margin-top: 1px;
}
#index-body .init-2 .box .left a.more:after {
  width: 0;
  position: absolute;
  top: 50%;
  left: 0;
  background: #f8d936;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left a.more:hover:after {
  width: 60px;
}
#index-body .init-2 .box .left a.more em {
  background: black;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 2px 10px;
}
#index-body .init-2 .box .left a.more span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
#index-body .init-2 .box .left a.more span:after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/play-icon.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 100%;
  border: 1px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
#index-body .init-2 .box .right {
  vertical-align: middle;
  padding-left: 10%;
}
#index-body .init-2 .box .right h3 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
}
#index-body .init-2 .box .right .text {
  display: block;
  margin: 20px 0 40px;
  font-size: 16px;
  color: white;
  line-height: 2;
  font-weight: 200;
  font-family: "Montserrat-Light";
}
#index-body .init-2 .box .right a.more {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  color: black;
  text-transform: uppercase;
  border-radius: 4px;
  background: #cfd3d6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
#index-body .init-2 .box .right a.more:hover {
  background: white;
  color: #f8d936;
}
#index-body .init-2 .box .right .list {
  margin-top: 35px;
}
#index-body .init-2 .box .right .list ul {
  margin: -4px;
}
#index-body .init-2 .box .right .list ul li {
  padding: 4px;
}
#index-body .init-2 .box .right .list ul li a {
  display: block;
}
#index-body .init-2 .box .right .list ul li a img {
  width: 100%;
}
#index-body .i-custom {
  padding-top: 90px;
}
#index-body .i-custom .container {
  max-width: 1600px;
  padding: 0 15px;
}
#index-body .i-custom .cat-list {

}
#index-body .i-custom .cat-list > .item {
  width: 23%;
  padding: 0 10px;
  float: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.6s ease-in-out;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
}
#index-body .i-custom .cat-list > .item .img-box > a {
  display: block;
  height: 570px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  font-size: 24px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .tit {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  bottom: 5%;
  font-size: 18px;
  text-align: left;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit {
  position: absolute;
  width: 100%;
  padding: 0 11% 0 10%;
  top: 20%;
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  display: none;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h2 {
  font-size: 17px;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h3 {
  font-size: 38px;
  font-family: "Montserrat-Bold";
  margin: 10px 0 30px;
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit p {
font-size: 16px;
    line-height: 2.5;
    font-family: 'Montserrat-Light';
        font-family: 'Montserrat-Light';
}
#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h4 {
  margin-top: 56px;
}
#index-body .i-custom .cat-list > .item.active {
  width: 54%;
}
#index-body .i-custom .cat-list > .item.active .img-box > a .layer .tit {
  display: none;
}
#index-body .i-custom .cat-list > .item.active .img-box > a .layer .bot-tit {
  display: block;
}
#index-body .i-news {
  padding: 90px 0;
}
#index-body .i-news .tit {
  text-align: center;
}
#index-body .i-news .news-list {
  margin-top: 30px;
}
#index-body .i-news .news-list ul li {
  padding: 0 20px;
}
#index-body .i-news .news-list ul li .img-box {
  position: relative;
}
#index-body .i-news .news-list ul li .img-box .layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: table;
  padding: 0 5%;
}
#index-body .i-news .news-list ul li .img-box .layer::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-body .i-news .news-list ul li .img-box .layer .box {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
#index-body .i-news .news-list ul li .img-box .layer .box h2 {
  font-size: 22px;
}
#index-body .i-news .news-list ul li .img-box .layer .box time {
  display: block;
  margin: 20px 0;
  font-size: 14px;
}
#index-body .i-news .news-list ul li .img-box .layer .box p {
  font-size: 16px;
}
.ty-title {
  font-size: 48px;
  line-height: 48px;
  text-transform: uppercase;
}
.hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-box:hover {
  cursor: pointer;
}
#hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
#hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  -moz-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}
.our-product {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-product .cat-name {
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.our-product h2.ty-title {
  color: #fff;
}
.our-product .btn-box {
  padding: 15px 11px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  margin-top: 30px;
}
.our-product .pro-mask {
  position: absolute;
  width: 720px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 140px 80px 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .pro-mask.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.our-product .pro-mask h3 {
  display: none;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.our-product .pro-mask ul li {
  position: relative;
  margin-bottom: 35px;
}

.our-product .pro-mask .img{
    width: 40%;
    vertical-align: middle;
    padding: 15px;
}
.our-product .pro-mask .name{
    width: 60%;
    vertical-align: middle;
    color: white;
    font-size: 20px;
    padding: 15px;
}

#footer {
  background: #000000;
  padding-bottom: 100px;
}
#footer a:hover {
  color: #f8c12c !important;
}
#footer .footer-top {
  padding: 130px 0 50px;
  border-bottom: 3px solid #1a1a1a;
}
#footer .footer-top .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .footer-top ul li {
  line-height: 30px;
  margin-left: 30px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
#footer .f-center {
  padding: 50px 0 0;
}
#footer .f-center .column {
  color: #fff;
}
#footer .f-center .column h2 {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
#footer .f-center .column p {
  font-size: 15px;
  font-family: 'Montserrat-Light';
  line-height: 2;
}
#footer .f-center .column:nth-child(2) .grid-box {
  width: 45%;
  margin-left: auto;
}
#footer .f-center .column:nth-child(2) .grid-box .column {
  vertical-align: middle;
}
#footer .f-center .column:nth-child(2) .grid-box .column .fa {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
}
#footer .f-center .column:nth-child(2) .grid-box .column #ewm {
  width: 80px;
  float: right;
}
#footer .footer-bottom {
  padding: 10px 0;
}
#footer .footer-bottom img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
}
#footer .container {
  max-width: 1600px;
  padding: 0 15px;
}
.txt-upp {
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .h-top {
    padding: 0 15px;
  }
  #header .nav .ui.menu #menu-btn {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .language {
    margin-right: 0;
  }
}
@media screen and (max-width: 1430px) {
  .ui.container {
    width: 1200px;
  }
  .nav-form input[type="text"] {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 15px;
  }
  .our-product .pro-mask {
    width: 500px;
    padding: 140px 80px 0 80px;
  }
  #footer .f-center .column:nth-child(2) .grid-box {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
    .nav-form{
        display: none;
    }

    #header .nav .ui.menu .h-search{
        display: block;
    }

  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 12px;
    margin: 0 10px;
  }
  #banner h2 {
    font-size: 35px;
  }
  #banner p {
    font-size: 14px;
  }
  #index-body .init-2 .box .right {
    padding-left: 5%;
  }
  #index-body .init-2 .box .right .text {
    font-size: 14px;
  }
  .our-product .pro-mask {
    width: 400px;
  }
  #footer .f-center .column:nth-child(2) .grid-box {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner p {
    margin: 20px 0;
  }
  #index-body .init-2 .grid-box.two > .column {
    width: 100%;
  }
  #index-body .init-2 .box .right {
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .init-2 .box .left a.more {
    display: none;
  }
  #index-body .init-2 .box .left i.tag {
    font-size: 14px;
  }
  #index-body .init-2 .box .left h3 {
    font-size: 35px;
  }
  #index-body .init-2 .box .right h3 {
    font-size: 18px;
  }
  #index-body .init-2 {
    padding: 90px 0;
  }
  #index-body .i-custom .cat-list > .item.active {
    width: 100%;
  }
  #index-body .i-custom .cat-list > .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .i-custom .cat-list > .item .img-box > a .layer .tit {
    display: none;
  }
  #index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit {
    display: block;
  }
  #index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit {
    padding: 0 5%;
  }
  .our-product .pro-mask h3 {
    display: block;
  }
  .our-product .cat-name {
    display: none;
  }
  .our-product .pro-mask {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    position: relative;
    padding: 30px 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .our-product .pro-mask ul {
    font-size: 0;
  }
  .our-product .pro-mask ul li {
    width: 33.33%;
  }
  .our-product {
    height: 400px;
  }
  #footer .footer-top ul {
    display: none;
  }
  #footer .footer-top .flex {
    display: block;
    text-align: center;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .f-center .column:nth-child(2) .grid-box {
    display: none;
  }
  #footer .f-center .grid-box .column {
    width: 100%;
    text-align: center;
  }
  #footer .footer-bottom {
    text-align: center;
    padding: 60px 0 15px;
  }
  #footer {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 20px;
  }
  #banner a.btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  #index-body .i-custom {
    display: none;
  }
  .pro-main {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-news .news-list ul li .img-box .layer .box time {
    margin: 10px 0;
  }
  #index-body .i-news .news-list ul li .img-box .layer .box h2 {
    font-size: 18px;
  }
  #index-body .i-news .news-list ul li .img-box .layer .box p {
    font-size: 12px;
  }
  #footer .f-center .column p {
    font-size: 14px;
  }
  #banner p {
    display: none;
  }
  #banner h2 {
    margin-bottom: 20px;
  }
  #index-body .tit h2 {
    font-size: 20px;
  }
}




/* 内页区域 Start */
.inner-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 600px;
}
.inner-banner .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    color: #fff;
}
.inner-banner .text .ui.container {
    max-width: 1140px;
}
.inner-banner .text .grid-box .left {
    vertical-align: middle;
}
.inner-banner .text .grid-box .left h2 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
        text-transform: uppercase;
}
.inner-banner .text .grid-box .right {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    vertical-align: middle;
}
.inner-banner .text .grid-box .right a {
    color: #dbdbdb;
}
.inner-banner .text .grid-box .right a:hover {
    color: #bb000b;
}
.inner-page h3,
.inner-page h4 {
    font-weight: 700;
    line-height: 1.2;
}
.inner-page .ui.container {
    max-width: 1370px;
}
.inner-page .m-page {
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    position: relative;
    display: inline-block;
    z-index: 1;
    height: 38px;
    width: 35px;
    line-height: 38px;
    padding: 0;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.inner-page .m-page a::before,
.inner-page .m-page span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #cdcdcd;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #bb000b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page span::after,
.inner-page .m-page a:hover::after {
    width: 100%;
}
.inner-page .m-page a.prev::after,
.inner-page .m-page a.next::after,
.inner-page .m-page a.prev::before,
.inner-page .m-page a.next::before {
    display: none;
}
.inner-page .m-page a.prev:hover,
.inner-page .m-page a.next:hover {
    color: #bb000b;
}
@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.about-page .abt-1 {
    padding: 6rem 0 4.5rem;
}
.about-page .abt-1 .grid-box .left {
    padding-right: 2.5rem;
    width: 40%;
}
.about-page .abt-1 .grid-box .left .img {
    position: relative;
    padding: 40px 0 40px 40px;
}
.about-page .abt-1 .grid-box .left .img::after {
    background-color: #018cd8;
        opacity: 0.5;

    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.about-page .abt-1 .grid-box .right{width: 60%}
.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #018cd8;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 1.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 22%;
    padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(../images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #018cd8;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 70%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 16px;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #1e1e1e;
}
.about-page .abt-1 .grid-box .right .text .more a {
    display: inline-block;
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #bb000b;
    border: none;
    font-size: 15px;
    font-weight: 700;
    border-right: 6px solid #000;
    transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
    color: #000;
}
.about-page .abt-2 {
    background-color: #252525;
    margin-top: 4rem;
    padding-bottom: 4.5rem;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box {
    position: relative;
    top: -4rem;
    background-color: #018cd8;
    padding: 20px 0;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
    padding: 15px 50px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text {
    position: relative;
    padding-left: 70px;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 60px;
    max-height: 100%;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 {
    font-size: 2.5rem;
    font-weight: 700;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text h4 em {
    display: inline-block;
    line-height: 1.2;
      color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-top ul.grid-box li .ig .text p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
    width: 42%;
    vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text {
   color: #fff;
    width: 90%;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
  position: relative;
    text-transform: capitalize;
    line-height: 1.8;
    font-size: 22px;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #bb000b;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 30px;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
    width: 58%;
    vertical-align: middle;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig {
    position: relative;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig > img {
    min-height: 250px;
    object-fit: cover;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #bb000b;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .9s;
    z-index: 1;
}
.about-page .abt-2 .ui.container .abt-2-bot .grid-box .right .ig .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    animation-delay: .6s;
    z-index: 1;
}
.about-page .abt-3 {
    padding: 6rem 0 4.5rem;
}
.about-page .abt-3 .title {
    width: 50%;
}
.about-page .abt-3 .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bb000b;
}
.about-page .abt-3 .title h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .bg-title {
    text-align: right;
}
.about-page .abt-3 .bg-title span {
    font-size: 4rem;
    line-height: 3rem;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    color: #f4f4f4;
    position: relative;
    bottom: -20px;
    right: 20px;
}
.about-page .abt-3 .abt-3-box ul li {
    padding: 15px;
}
.about-page .abt-3 .abt-3-box ul li .ig {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-bottom: 1rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .top .img img {
    border-radius: 50%;
}
.about-page .abt-3 .abt-3-box ul li .ig .top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-3 .abt-3-box ul li .ig .top span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #bb000b;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot {
    padding-top: 1.5rem;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text .con {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}
.about-page .abt-3 .abt-3-box ul li .ig .bot .text i {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #bb000b;
}
.about-page .abt-3 .abt-3-box ul.slick-dots {
    text-align: center;
    margin-top: 30px;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    padding: 0;
    background: #000;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: opacity 200ms ease;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li button {
    display: none;
}
.about-page .abt-3 .abt-3-box ul.slick-dots li.slick-active {
    border: 2px solid #000;
    background-color: #fff;
    margin: 2px;
    height: 12px;
    width: 12px;
}
.about-page .abt-4 .grid-box .left {
    vertical-align: middle;
}
.about-page .abt-4 .grid-box .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    background-color: #fff;
    padding: 2.5rem;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.about-page .abt-4 .grid-box .right .text {
    max-width: 820px;
}
.about-page .abt-4 .grid-box .right .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bb000b;
}
.about-page .abt-4 .grid-box .right .title h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 5px;
}
.about-page .abt-4 .grid-box .right ul {
    margin-top: 2.5rem;
}
.about-page .abt-4 .grid-box .right ul li {
    margin-bottom: 1rem;
}
.about-page .abt-4 .grid-box .right ul li .progress {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e1e1e;
}
.about-page .abt-4 .grid-box .right ul li .progress .fl {
    font-size: 20px;
    font-weight: 700;
}
.about-page .abt-4 .grid-box .right ul li .line {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 6px;
    background-color: #ebebeb;
}
.about-page .abt-4 .grid-box .right ul li .line .line-bgc em {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 6px;
    background-color: #bb000b;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(1) .line .line-bgc em {
    width: 70%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(2) .line .line-bgc em {
    width: 90%;
}
.about-page .abt-4 .grid-box .right ul li:nth-child(3) .line .line-bgc em {
    width: 60%;
}
@media screen and (max-width: 992px) {
    .about-page .abt-1 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .left .img img {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 50%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .right {
        width: 100%;
        margin-top: 40px;
    }
    .about-page .abt-4 .grid-box .left {
        width: 100%;
    }
    .about-page .abt-4 .grid-box .right {
        width: auto;
        margin: 15px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
        width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
        max-width: 100%;
    }
    .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
        width: 100%;
        margin-top: 30px;
    }
    .about-page .abt-2 .ui.container .abt-2-top ul.grid-box li {
        width: 100%;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4 {
        font-size: 24px;
    }
    .about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
        font-size: 20px;
    }
    .about-page .abt-3 .title {
        width: 100%;
    }
    .about-page .abt-3 .bg-title {
        display: none;
    }
}
/* 图片展示 Start */
.lg-page {
    padding: 4rem 0;
}
.lg-page .lg-1 {
    margin-bottom: 23px;
}
.lg-page .lg-1 .title {
    text-align: center;
}
.lg-page .lg-1 .title h4 {
  font-size: 20px;
    color: #018cd8;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.lg-page .lg-1 .title h3 {
   font-size: 30px;
    font-weight: 700;
    
    text-transform: uppercase;
    line-height: 1.5;
}
.lg-page .lg-1 .title ul {
    margin-top: 22px;
}
.lg-page .lg-1 .title ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
        border: 2px solid #000;
    margin: 0px 20px;
    border-radius: 10px;
    padding: 9px 17px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.lg-page .lg-1 .title ul li:hover {
    color: #bb000b;
}
.lg-page .lg-2 ul {
    font-size: 0;
    margin: -15px;
}
.lg-page .lg-2 ul li {
    padding: 15px;
}
.lg-page .lg-2 ul li .ig {
    position: relative;
    display: block;
    /*height: 330px;*/
    overflow: hidden;
}
.lg-page .lg-2 ul li .ig::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lg-page .lg-2 ul li .ig .text {
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    padding: 0 1rem;
     opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-2 ul li .ig .text span {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #018cd8;
}
.lg-page .lg-2 ul li .ig .text h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.lg-page .lg-2 ul li .ig:hover::after {
    opacity: 1;
}
.lg-page .lg-2 ul li .ig:hover .text {
    opacity: 1;
    bottom: 15px;
}
/* 图片展示 End */
/* 产品列表 Start */
.product-page {
    padding: 4rem 0;
}
.product-page .grid-box .sidebar {
    width: 25%;
    padding: 0 15px;
}
.product-page .grid-box .sidebar .pro-search form {
    position: relative;
}
.product-page .grid-box .sidebar .pro-search form input {
    width: 100%;
    height: 56px;
    line-height: 56px;
    margin-bottom: 0;
    padding: 0 56px 0 20px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    font-size: 16px;
}
.product-page .grid-box .sidebar .pro-search form button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background-color: #1C1C1C;
    cursor: pointer;
}
.product-page .grid-box .sidebar .pro-category {
    color: #1c1c1c;
    margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-category h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-category h3 i {
    color: #bb000b;
}
.product-page .grid-box .sidebar .pro-category ul li {
     font-size: 18px;
    padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best {
    color: #1c1c1c;
    margin-top: 2.4rem;
}
.product-page .grid-box .sidebar .pro-best h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.product-page .grid-box .sidebar .pro-best h3 i {
    color: #bb000b;
}
.product-page .grid-box .sidebar .pro-best ul li {
    margin: 14px 0 23px;
}
.product-page .grid-box .sidebar .pro-best ul li .ig {
    position: relative;
    padding-left: 90px;
    display: block;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    border: 2px solid #d6d6d6;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text {
    padding: 10px 0;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
}
.product-page .grid-box .sidebar .pro-best ul li .ig .text .star {
    font-size: 18px;
    color: #bb000b;
}
.product-page .grid-box .sidebar .pro-best ul li .ig:hover .grid-box .left .img {
    border-color: #bb000b;
}
.product-page .grid-box .right-box {
    width: 75%;
    padding: 0 15px;
}
.product-page .grid-box .right-box .top-list {
    text-align: right;
}
.product-page .grid-box .right-box .top-list .list-select {
    position: relative;
    display: inline-block;
    text-align: left;
}
.product-page .grid-box .right-box .top-list .list-select h3 {
    position: relative;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    width: 270px;
    max-width: 100%;
    border: 1px solid #d6d6d6;
    padding: 0 35px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    background: #ffffff;
    cursor: pointer;
}
.product-page .grid-box .right-box .top-list .list-select h3 i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.product-page .grid-box .right-box .top-list .list-select ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #333;
    background-color: #fff;
    display: none;
}
.product-page .grid-box .right-box .top-list .list-select ul li a {
    display: block;
    font-size: 16px;
    color: #616161;
    padding: 3px 20px;
}
.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
    color: #fff;
    background-color: #bb000b;
}
.product-page .grid-box .right-box .top-list .list-select:hover ul {
    display: block;
}
.product-page .grid-box .right-box .bot-box {
    margin-top: 30px;
}
.product-page .grid-box .right-box .bot-box ul {
    margin: 0 -15px;
}
.product-page .grid-box .right-box .bot-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-page .grid-box .right-box .bot-box ul li .ig {
    display: block;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #018cd8;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.product-page .grid-box .right-box .bot-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text {
    text-align: center;
    margin-top: 1.25rem;
}
.product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
font-size: 18px;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img {
    border-color: #018cd8;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .img span {
    opacity: 1;
}
.product-page .grid-box .right-box .bot-box ul li .ig:hover .text h4 {
    color:#018cd8;
}
@media screen and (max-width: 992px) {
    .product-page .grid-box .right-box .top-list,
    .product-page .grid-box .sidebar {
        display: none;
    }
    .product-page .grid-box .right-box {
        width: 100%;
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .grid-box .right-box .bot-box ul li {
        width: 50%;
        padding: 0 5px;
    }
    .product-page .grid-box .right-box .bot-box ul li .ig .text h4 {
        font-size: 14px;
    }
}
/* 产品列表 End */
/* 常见问答 Start */
.faq-page {
    padding: 4rem 0;
        overflow: hidden;
}
.faq-page .title {
    text-align: center;
    margin-bottom: 2.7rem;
}
.faq-page .title h4 {
    font-size: 18px;
    color: #018cd8;
    margin-bottom: 5px;
}
.faq-page .title h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}
.faq-page ul li {
    padding: 0 15px;
    margin-bottom: 1.1rem;
}
.faq-page ul li .ig {
    cursor: pointer;
}
.faq-page ul li .ig h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid rgba(28, 28, 28, 0.1);
    color: #1c1c1c;
    padding: 0 1.5rem 1rem 0;
}
.faq-page ul li .ig h4 i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 18px;
    color: #018cd8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.faq-page ul li .ig h4 i.fa-minus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-page ul li .ig .con {
    display: none;
    font-size: 14px;
    line-height: 2em;
    color: #616161;
    margin-top: 1.1rem;
}
.faq-page ul li.active .ig h4 i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}
.faq-page ul li.active .ig h4 i.fa-minus {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
@media screen and (max-width: 992px) {
    .faq-page ul.grid-box li.column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .faq-page ul li .ig h4 {
        font-size: 16px;
    }
}
/* 常见问答 End */
/* 应用领域 Start */
.application-page {
    padding: 4rem 0;
}
.application-page .app-1 .title {
    text-align: center;
    margin-bottom: 2.7rem;
}
.application-page .app-1 .title h4 {
    font-size: 18px;
    color: #bb000b;
    margin-bottom: 5px;
}
.application-page .app-1 .title h3 {
    font-size: 2.4rem;
    font-weight: 700;
}
.application-page .app-1 .title p {
    font-size: 16px;
    color: #616161;
}
.application-page .app-1 .app-1-box {
    margin-top: 2rem;
}
.application-page .app-1 .app-1-box ul {
    margin: 0 -15px;
}
.application-page .app-1 .app-1-box ul li {
    padding: 15px;
}
.application-page .app-1 .app-1-box ul li .ig {
    text-align: center;
    background-color: #F7F7F7;
    padding: 1.9rem 0 0.9rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.application-page .app-1 .app-1-box ul li .ig .img {
    height: 65px;
}
.application-page .app-1 .app-1-box ul li .ig .img img {
    display: inline-block;
    max-height: 100%;
    vertical-align: middle;
}
.application-page .app-1 .app-1-box ul li .ig h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0.9rem 0 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box ul li .ig:hover {
    background-color: #bb000b;
}
.application-page .app-1 .app-1-box ul li .ig:hover h4 {
    color: #fff;
}
.application-page .app-1 .app-1-box .more {
    text-align: center;
    margin-top: 2.5rem;
}
.application-page .app-1 .app-1-box .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #bb000b;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 0.8rem 2.2rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-1 .app-1-box .more a:hover {
    color: #fff;
    background-color: #bb000b;
}
.application-page .app-2 {
    color: #fff;
    background-color: #bb000b;
    padding: 3.5rem 0;
    margin-top: 7rem;
}
.application-page .app-2 .grid-box .left {
    width: 65%;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .left h4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}
.application-page .app-2 .grid-box .left p {
    font-size: 16px;
    margin-top: 5px;
}
.application-page .app-2 .grid-box .right {
    width: 35%;
    text-align: right;
    vertical-align: middle;
}
.application-page .app-2 .grid-box .right .more a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    background-color: #fff;
    padding: 1rem 1.8rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.application-page .app-2 .grid-box .right .more a:hover {
    color: #fff;
    background-color: #1c1c1c;
}
@media screen and (max-width: 992px) {
    .application-page .app-1 .app-1-box ul li {
        width: 25%;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .application-page .app-1 .app-1-box ul li {
        width: 50%;
        padding: 8px;
    }
    .application-page .app-1 .app-1-box ul li .ig h4 {
        font-size: 15px;
    }
    .application-page .app-2 .grid-box .left {
        width: 100%;
        text-align: center;
    }
    .application-page .app-2 .grid-box .right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
}
/* 应用领域 End */
/* 产品详情 Start */
.prodet-page {
    padding: 2rem 0;
}
.prodet-page .det-1 {
    padding: 2rem 0;
}
.prodet-page .det-1 .grid-box {
    position: relative;
}
.prodet-page .det-1 .grid-box .left .ig .big-img {
    text-align: center;
    border: 2px solid #e1e1e1;
    padding: 2rem;
}
.prodet-page .det-1 .grid-box .left .ig .big-img img {
    width: 100%;
}
.prodet-page .det-1 .grid-box .left .gallery {
    margin-top: 10px;
    text-align: left;
}
.prodet-page .det-1 .grid-box .left .gallery .slick-track {
    margin-left: 0;
}
.prodet-page .det-1 .grid-box .left .gallery ul {
    margin: 0 -5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li {
    padding: 0 5px;
}
.prodet-page .det-1 .grid-box .left .gallery ul li .img {
    text-align: center;
    border: 2px solid #e1e1e1;
}
.prodet-page .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 90px;
}
.prodet-page .det-1 .grid-box .right .text h3 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #1c1c1c;
    margin-bottom: 1rem;
}
.prodet-page .det-1 .grid-box .right .text .con {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.prodet-page .det-1 .grid-box .right .text .more {
    border-top: 1px solid #e1e1e1;
    padding-top: 1rem;
    margin-top: 2rem;
}
.prodet-page .det-1 .grid-box .right .text .more a {
      display: inline-block;
    font-size: 16px;
    font-weight: 700;
    background: #018cd8;
    color: #fff;
    padding: 11px 2rem;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-1 .grid-box .right .text .more a:hover {
    color: #fff;
    background-color: #018cd8;
}
.prodet-page .det-2 {
    margin-top: 60px;
}
.prodet-page .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
}
.prodet-page .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px;
}
.prodet-page .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0%;
    background-color: #018cd8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-2 .tabs ul li a:hover {
    color: #018cd8;
}
.prodet-page .det-2 .tabs ul li.active a::after {
    width: 100%;
}
.prodet-page .det-2 .related {
    margin-top: 1.9rem;
}
.prodet-page .det-2 .related ul li {
    display: none;
}
.prodet-page .det-2 .related ul li.active {
    display: block;
}
.prodet-page .det-2 .related ul li .con {
    font-size: 16px;
    line-height: 1.8;
    color: #616161;
}
.prodet-page .det-3 {
    margin-top: 60px;
}
.prodet-page .det-3 .title {
    text-align: center;
}
.prodet-page .det-3 .title h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul {
    margin: 0 -15px;
}
.prodet-page .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
}
.prodet-page .det-3 .det-3-box ul li .ig {
    display: block;
}
.prodet-page .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #018cd8;
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
}
.prodet-page .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
}
.prodet-page .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 1.25rem;
}
.prodet-page .det-3 .det-3-box ul li .ig .text h4 {
font-size: 18px;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img {
    border-color: #018cd8;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1;
}
.prodet-page .det-3 .det-3-box ul li .ig:hover .text h4 {
    color: #018cd8;
}
@media screen and (max-width: 992px) {
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 16px;
    }
    .prodet-page .det-1 .grid-box .left {
        width: 100%;
    }
    .prodet-page .det-1 .grid-box .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .prodet-page .det-1 .grid-box .right .text .more {
        position: relative;
        left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .det-2 .tabs ul {
        border: none;
    }
    .prodet-page .det-2 .tabs ul li {
        display: block;
        text-align: center;
        border-bottom: 2px solid #e1e1e1;
    }
    .prodet-page .det-2 .tabs ul li a {
        display: block;
    }
    .prodet-page .det-3 .det-3-box ul li {
        padding: 0 5px;
    }
    .prodet-page .det-3 .det-3-box ul li .ig .text h4 {
        font-size: 14px;
    }
}
/* 产品详情 End */

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

/* 联系我们我们 Start */
.contact-page {
   
}
.contact-page .contact-1 {
    overflow: hidden;
}
.contact-page .contact-1 .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem;
    text-align: center;
}
.contact-page .contact-1 .grid-box .column {
    padding: 30px 0.75rem 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .grid-box .column .text {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    color: #fff;
    background-color: #333;
    padding: 50px 1.5rem 28px;
    overflow: hidden;
    max-width: 350px;
    margin: auto;
}
.contact-page .contact-1 .grid-box .column .text::before {
    content: '01';
    z-index: -1;
    position: absolute;
    left: -1rem;
    top: -1rem;
    color: #666;
    font-size: 5rem;

    line-height: 1;
}
.contact-page .contact-1 .grid-box .column .text i {
    font-size: 40px;
    color: #fff;
}
.contact-page .contact-1 .grid-box .column .text h4 {
    font-size: 24px;

    margin-top: 1.2rem;
}
.contact-page .contact-1 .grid-box .column .text p {
    font-size: 16px;
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text {
    color: #fff;

}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text::before {
    content: '02';
}
.contact-page .contact-1 .grid-box .column:nth-child(2) .text p {
    color: #eee;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text {
    color: #fff;

    background-size: cover;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text::before {
    content: '03';
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text i {
    color: #fff;
}
.contact-page .contact-1 .grid-box .column:nth-child(3) .text p {
    color: #eee;
}
.contact-page .contact-2 {
   
}
.contact-page .contact-2 .title {
    text-align: center;
    margin-bottom: 2rem;
}
.contact-page .contact-2 .title span {
    display: inline-block;
    font-size: 18px;

    text-transform: uppercase;
    color: #666;
    margin: 0px 0px 5px 0px;
}
.contact-page .contact-2 .title h3 {
    font-size: 2.4rem;

    line-height: 1.2;
    color: #1c1c1c;
}
.contact-page .contact-2 .form ul {
    font-size: 0;
}
.contact-page .contact-2 .form ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
    display: block;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.contact-page .contact-2 .form ul li textarea {
    height: 7.5rem;
    padding-top: 20px;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
    width: auto;

    text-transform: uppercase;
    border: 2px solid #000;
    padding: 0 1.7rem;
    margin: auto;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
    color: #fff;
    background-color: #000;
}
.contact-page .contact-2 .form ul li:nth-child(1) {
    width: 50%;
    padding-right: 0.75rem;
}
.contact-page .contact-2 .form ul li:nth-child(2) {
    width: 50%;
    padding-left: 0.75rem;
}
.contact-page .contact-3 {
    position: relative;
}
@font-face {
  font-family: 'industrio-icon';
  src:  url('industrio-icon.ttf');
}
.about-page .about-2 {
  padding: 70px 0;
}
.about-page .about-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-page .about-2 ul li {
  width: 31%;
  text-align: center;
  padding: 55px 0;
  border: 1px solid #E8E8E8;
  position: relative;
 
}
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #018cd8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about-page .about-2 ul li:hover::after {
  background: #018cd8;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about-page .about-2 ul li:hover i {
  color: #fff;
}
.about-page .about-2 ul li:hover h3 {
  color: #fff;
}
.about-page .about-2 ul li:hover p {
  color: #fff;
}
.about-page .about-2 ul li i {
  font-size: 53px;
  color: #262626;
  transition: all .4s ease;
  font-family: 'industrio-icon';
}
.about-page .about-2 ul li .industrio-icon-innovation::before {
  content: "\e912";
}
.about-page .about-2 ul li .industrio-icon-secure-shield::before {
  content: "\e909";
}
.about-page .about-2 ul li .industrio-icon-support::before {
  content: "\e908";
}
.about-page .about-2 ul li h3 {
  font-size: 22px;
  line-height: 27px;
  color: #252525;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 10px;
  transition: all .4s ease;
}
.about-page .about-2 ul li p {
    text-transform: capitalize;
  font-size: 15px;
  line-height: 27px;
  color: #545454;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease;
}
@media screen and (max-width: 992px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 .grid-box .column {
        width: 100%;
    }
    .contact-page .contact-2 .form ul li:nth-child(1),
    .contact-page .contact-2 .form ul li:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    table {
        white-space: nowrap;
    }


    .about-page .about-2 ul{
        display: block;
    }

    .about-page .about-2 ul li{
        width: 100%;
    }
}
/* 联系我们我们 End */
/* 内页区域 End */




#header .h-top .warp .item:nth-child(1) {
    background: url(/universelite/2021/12/14/tel.jpg) left center no-repeat;
    padding-left: 20px;
}

#header .h-top .warp .item:nth-child(2) {
    background: url(/universelite/2021/12/14/em.jpg) left center no-repeat;
    padding-left: 20px;
}


#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h2 {
    font-size: 18px;
    text-transform: uppercase;
}

#index-body .i-custom .cat-list > .item .img-box > a .layer .bot-tit h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: "Montserrat-Bold";
    margin: 10px 0 30px;
}

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


.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text p {
    font-size: 18px;
    font-family: 'Montserrat-Light';
}

.about-page .abt-2 .ui.container .abt-2-bot .grid-box .left .text h4::after{
    background-color: #018cd8;
}

.fa{
    color: #018cd8;
}






/* 资质 */

.init-certification-public {
     background: linear-gradient(to right,#018cd8 50%, #E8E8E8 50%);
    padding: 100px 0;
}

.init-certification-public .column:nth-child(1) {
    padding-left: 15%;
    padding-right: 12%;
}
.init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}
.init-certification-public h2, .init-certification-public p {
    color: #fff;
    line-height: 2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.init-certification-public p {
    font-size: 18px;
    font-family: Montserrat ExtraLight;
}

 .init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}

 .init-certification-public .column:nth-child(2) .honor-list {
    position: relative;
}
 .init-certification-public .column:nth-child(2) .honor-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 57px;
    height: 59px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    left: -80%;
    bottom: -5%;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}

 .init-certification-public .column:nth-child(2) .honor-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(-80% + 70px);
}
 .init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 0 10px;
}


/* 资质 End */


/* 厂房设 */

.inner-page.about-page .i-semi {
    text-align: center;
    padding: 80px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}

.inner-page.about-page .i-semi h2.h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.inner-page.about-page .i-semi p.p{
   font-size: 18px;
    font-family: Montserrat ExtraLight;
    color: #545454;
}
.inner-page.about-page .i-semi .semi-list .slick-arrow {
       position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.inner-page.about-page .i-semi .semi-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(45% + 85px);
}
.inner-page.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}

.inner-page.about-page .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}
.inner-page.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}
/* 厂房设备 End */




.newdet-page .grid-box .main .text .con h5 {
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.newdet-page .grid-box .main .text .con p {
    padding: 10px 0;
    line-height: 2;
}

.newdet-page .grid-box .main .text .prev-next a {
    font-size: 14px;
    color: #616161;
}
.newdet-page .grid-box .main .text .con p.news-img {
    text-align: center;
}
.newdet-page .grid-box .main .text .con p.news-img img {
    padding: 0px 25px;
}

.newdet-page .grid-box .sidebar .list ul li:hover a {
    color: #018cd8;
}

.news-page .news-box ul li .ig .text p {
    font-size: 14px;
    font-family: 'Montserrat-Light';
    color: #666;
}
.news-page .news-box ul li .ig .text .more {
    padding-top: 25px;
}


.contact-page .contact-2 .right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 35px;
    float: left;
}


.contact-page .contact-2 .form {
    width: 580px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 13px 15px 60px 0 rgba(9,36,60,.1);
}

.contact100-form{

        padding: 0;
}

.contact-page .contact-2 .left {
    width: 50%;
    padding-left: 8.5%;
    float: left;
}

.contact-page .contact-2 {
    overflow: hidden;
}

.contact-page .contact-2 .left .content p {
    margin-top: 20px;
    font-size: 16px;
    color: #8995a2;
    text-transform: capitalize;
}

.contact-page .contact-2 .left .content ul li {
    padding: 18px 0;
    border-bottom: 1px solid #e0e8f0;
    display: flex;
    align-items: flex-end;
}

.contact-page .contact-2 .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}
.contact-page .contact-2 .left .content ul li p {
    font-size: 22px;
    color: #414951;
    font-weight: 700;
}

.contact-page .contact-2 .left h1 {
    background: #46696b;
    color: #fff;
    padding: 60px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}


.contact-page .contact-2 .right .form h4 {
    margin-bottom: 40px;
    color: #051524;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}



@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .right {
        width: 100%;
        float: none;
        padding-right: 0;
    }


    .contact-page .contact-2 .form {
        width: 100%;
        padding: 20px;
    }

    .contact-page .contact-2 .left{
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 30px;
    }

    .inner-page.about-page .i-semi{
        padding: 80px 15px;
    }
}

#header .h-top ul li i.fa {
    color: #fff;
}

.left.wow.fadeInLeft.animated h1{
        background: #018cd8;
        text-transform: capitalize;
}

.contact-page .contact-1 {
    overflow: hidden;
    padding-bottom: 100px;
}

.contact-page .contact-2 {
    overflow: hidden;
    padding-bottom: 100px;
}

.inner-banner .text .grid-box .right div {
    text-transform: capitalize;
    font-weight: 400;
}


.inner-page.faq-page ul.grid-box.two li.column.active {
    width: 100%;
}


.inner-page.faq-page ul.grid-box.two li.column {
    width: 100%;
}
.re-left {
    width: 50%;
    float: left;
}
.re-right {
       width: 40%;
    float: right;
    padding: 40px 60px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1000px) {
    .re-left {
        width: 100%;
        float: none;
    }
    .re-right {
        width: 100%;
        float: none;
        padding: 20px;
        margin-top: 60px;
    }

    .inner-banner{
        height: 400px;
    }
    .inner-banner .text{
        top: 40%;
    }

}

@media screen and (max-width: 500px) {
    .inner-banner .text .grid-box .left h2{
        text-align: center;
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .inner-banner .text .grid-box .right{
        text-align: center;
    }
}


.re-right .form h4 {
    margin-bottom: 40px;
    color: #051524;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.inner-banner .text .grid-box .right a:hover{
        color: #018cd8;
}

.lg-page .lg-1 .title ul li:hover {
    color: #fff;
    background: #018cd8;
    border: 2px solid #018cd8;
}

.inner-page.lg-page.down li.column .ig {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.inner-page.lg-page.down li.column .text {
    bottom: 35px;
    opacity: 1;
    padding-left: 1rem;
    padding-right: 5rem;
}
.inner-page.lg-page.down li.column .text h4 {
    color: #000;
    font-size: 15px;
}


.inner-page.lg-page.down li.column:hover .text {
    opacity: 1;
    bottom: 25px;
}

.inner-page.lg-page.down li.column:hover .text h4 {
    color: #fff;
}
.inner-page.lg-page.down li.column:hover .text {
    opacity: 1;
    bottom: 25px;
}

.inner-page.lg-page.down li.column {
    width: 33.33%;
}

.product-page .grid-box .sidebar .pro-category ul li:hover a {
    color: #018cd8;
    font-weight: bold;
}
.product-page .grid-box .sidebar .pro-category h3 i{
        color: #018cd8;
}
.product-page .grid-box .sidebar .pro-best h3 i {
    color: #018cd8;
}
.product-page .grid-box .sidebar .pro-search form button i.fa.fa-search {
    color: #fff;
}

.product-page .grid-box .right-box .top-list .list-select ul li a{
        display: block;
    font-size: 14px;
    color: #616161;
    padding: 10px 20px;
}

.product-page .grid-box .right-box .top-list .list-select ul li:hover a {
    color: #fff;
    background-color: #018cd8;
}



.prodet-page .det-1 .grid-box .right .text .con h2 {
    color: #018cd8;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}
.prodet-page .det-1 .grid-box .right .text .con p {
    font-size: 15px;
    color: #000;
}


.prodet-page .det-1 .grid-box .right .text .con .detimg {
    overflow: hidden;
    padding-top: 10px;
}

.prodet-page .det-1 .grid-box .right .text .con .detimg h2 {
    width: 50%;
    float: left;
    text-align: center;
    overflow: hidden;
}


.det3 {
    overflow: hidden;
}
.det3-left {
    width: 50%;
    float: left;
    padding-right: 50px;
}
.det3-right {
    width: 50%;
    float: left;
    padding-left: 50px;
}



.det3-left img {
    padding-bottom: 30px;
}
.det3-right img {
    padding-bottom: 30px;
}

.det-8 .form h4 {
        padding-top: 30px;
    margin-bottom: 40px;
    color: #051524;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}
.det-8 .form input.contact100-form-btn{
        width: 100%;
    background: #018cd8;
    box-shadow: 0 3px 5px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 3px 5px 0px rgb(0 0 0 / 50%);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
}



.shopping_cart{
  display: inline-block;
  position: relative;
}
.shopping_cart em {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: normal;
    background-color: #91080f;
    width: 15px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}



.inner-page .m-page a::after, .inner-page .m-page span::after{
    background-color: #018cd8;
}